From 1cd8255ab69299214c0ab00aa556976ac3f9d3e1 Mon Sep 17 00:00:00 2001 From: Lyu Zong-Hong Date: Mon, 2 Aug 2021 14:29:53 +0900 Subject: [PATCH 01/28] Fix token related crash --- .../src/main/java/forge/util/ImageUtil.java | 23 ------------------- .../src/main/java/forge/ImageCache.java | 2 -- 2 files changed, 25 deletions(-) diff --git a/forge-core/src/main/java/forge/util/ImageUtil.java b/forge-core/src/main/java/forge/util/ImageUtil.java index 958e2cf5036..665f543e377 100644 --- a/forge-core/src/main/java/forge/util/ImageUtil.java +++ b/forge-core/src/main/java/forge/util/ImageUtil.java @@ -6,7 +6,6 @@ import forge.card.CardDb; import forge.card.CardRules; import forge.card.CardSplitType; import forge.item.PaperCard; -import forge.item.PaperToken; public class ImageUtil { public static float getNearestHQSize(float baseSize, float actualSize) { @@ -30,28 +29,6 @@ public class ImageUtil { return cp; } - public static PaperToken getPaperTokenFromImageKey(String key) { - if ( key == null ) { - return null; - } - - key = key.substring(2); - int index = key.lastIndexOf('_'); - if (index != -1) { - String script = key.substring(0, index); - String edition = key.substring(index + 1); - if (script.startsWith("emblem")) - return null; - if (null == StaticData.instance().getCardEdition(edition)) { - script = key; - edition = "???"; - } - script = script.replaceAll("[0-9]*$", ""); - return StaticData.instance().getAllTokens().getToken(script, edition); - } - return null; - } - public static String getImageRelativePath(PaperCard cp, boolean backFace, boolean includeSet, boolean isDownloadUrl) { final String nameToUse = cp == null ? null : getNameToUse(cp, backFace); if (nameToUse == null) { diff --git a/forge-gui-desktop/src/main/java/forge/ImageCache.java b/forge-gui-desktop/src/main/java/forge/ImageCache.java index 128aa326e6a..9a00023ea49 100644 --- a/forge-gui-desktop/src/main/java/forge/ImageCache.java +++ b/forge-gui-desktop/src/main/java/forge/ImageCache.java @@ -165,8 +165,6 @@ public class ImageCache { if (StringUtils.isBlank(imageKey)) { return _defaultImage; } - } else if (imageKey.startsWith(ImageKeys.TOKEN_PREFIX) && cardView != null && cardView.isToken()) { - ipc = ImageUtil.getPaperTokenFromImageKey(imageKey); } // Load from file and add to cache if not found in cache initially. From 2c9b3f648deeda68679729ec1334124a683f31d4 Mon Sep 17 00:00:00 2001 From: Alumi Date: Mon, 2 Aug 2021 08:21:23 +0000 Subject: [PATCH 02/28] Support art crop in Card Image Renderer --- .../src/main/java/forge/card/CardDb.java | 5 +- .../src/main/java/forge/card/CardEdition.java | 13 +- .../src/main/java/forge/item/IPaperCard.java | 1 + .../src/main/java/forge/item/PaperCard.java | 26 +- .../src/main/java/forge/item/PaperToken.java | 1 + .../src/main/java/forge/util/ImageUtil.java | 7 +- .../src/main/java/forge/ImageCache.java | 72 +- .../deckeditor/controllers/ACEditorBase.java | 3 +- .../home/settings/CSubmenuPreferences.java | 10 + .../home/settings/VSubmenuPreferences.java | 8 + .../toolbox/imaging/FCardImageRenderer.java | 518 +-- .../res/editions/15th Anniversary Cards.txt | 4 +- .../res/editions/2016 Heroes of the Realm.txt | 6 +- .../res/editions/2017 Heroes of the Realm.txt | 6 +- .../res/editions/2018 Heroes of the Realm.txt | 8 +- .../res/editions/2019 Heroes of the Realm.txt | 14 +- .../res/editions/2021 Lunar New Year.txt | 6 +- .../res/editions/Aether Revolt Promos.txt | 8 +- forge-gui/res/editions/Aether Revolt.txt | 388 +- .../res/editions/Alara Reborn Promos.txt | 4 +- forge-gui/res/editions/Alara Reborn.txt | 290 +- forge-gui/res/editions/Alliances.txt | 398 +- forge-gui/res/editions/Amonkhet Promos.txt | 8 +- .../res/editions/Amonkhet Remastered.txt | 678 ++-- forge-gui/res/editions/Amonkhet.txt | 574 +-- forge-gui/res/editions/Antiquities.txt | 200 +- forge-gui/res/editions/Apocalypse Promos.txt | 2 +- forge-gui/res/editions/Apocalypse.txt | 286 +- forge-gui/res/editions/Arabian Nights.txt | 184 +- forge-gui/res/editions/Arena Beginner Set.txt | 232 +- forge-gui/res/editions/Arena League 1996.txt | 14 +- forge-gui/res/editions/Arena League 1999.txt | 18 +- forge-gui/res/editions/Arena League 2000.txt | 22 +- forge-gui/res/editions/Arena League 2001.txt | 24 +- forge-gui/res/editions/Arena League 2002.txt | 10 +- forge-gui/res/editions/Arena League 2003.txt | 16 +- forge-gui/res/editions/Arena League 2004.txt | 28 +- forge-gui/res/editions/Arena League 2005.txt | 16 +- forge-gui/res/editions/Arena League 2006.txt | 18 +- forge-gui/res/editions/Arena.txt | 4 +- .../editions/Asia Pacific Land Program.txt | 30 +- .../res/editions/Avacyn Restored Promos.txt | 10 +- forge-gui/res/editions/Avacyn Restored.txt | 488 +-- .../res/editions/BFZ Standard Series.txt | 10 +- forge-gui/res/editions/Battle Royale.txt | 272 +- .../editions/Battle for Zendikar Promos.txt | 20 +- .../res/editions/Battle for Zendikar.txt | 598 +-- forge-gui/res/editions/Battlebond.txt | 512 +-- forge-gui/res/editions/Beatdown.txt | 180 +- .../editions/Betrayers of Kamigawa Promos.txt | 4 +- .../res/editions/Betrayers of Kamigawa.txt | 330 +- .../res/editions/Born of the Gods Promos.txt | 18 +- forge-gui/res/editions/Born of the Gods.txt | 330 +- forge-gui/res/editions/Celebration Cards.txt | 14 +- .../editions/Champions of Kamigawa Promos.txt | 2 +- .../res/editions/Champions of Kamigawa.txt | 614 +-- forge-gui/res/editions/Champs and States.txt | 24 +- forge-gui/res/editions/Chronicles.txt | 250 +- .../res/editions/Classic Sixth Edition.txt | 700 ++-- forge-gui/res/editions/Coldsnap Promos.txt | 2 +- .../res/editions/Coldsnap Theme Decks.txt | 124 +- forge-gui/res/editions/Coldsnap.txt | 310 +- forge-gui/res/editions/Commander 2013.txt | 712 ++-- forge-gui/res/editions/Commander 2014.txt | 674 ++-- forge-gui/res/editions/Commander 2015.txt | 684 ++-- forge-gui/res/editions/Commander 2016.txt | 702 ++-- forge-gui/res/editions/Commander 2017.txt | 618 +-- forge-gui/res/editions/Commander 2018.txt | 614 +-- forge-gui/res/editions/Commander 2019.txt | 604 +-- forge-gui/res/editions/Commander 2020.txt | 644 ++-- forge-gui/res/editions/Commander 2021.txt | 818 ++-- .../editions/Commander Anthology Vol. II.txt | 624 +-- .../res/editions/Commander Anthology.txt | 640 ++-- .../editions/Commander Collection Green.txt | 16 +- forge-gui/res/editions/Commander Legends.txt | 1436 +++---- .../res/editions/Commander Theme Decks.txt | 312 +- .../res/editions/Commander's Arsenal.txt | 36 +- forge-gui/res/editions/Commander.txt | 636 ++-- forge-gui/res/editions/Conflux Promos.txt | 4 +- forge-gui/res/editions/Conflux.txt | 290 +- forge-gui/res/editions/Conspiracy Promos.txt | 2 +- .../editions/Conspiracy Take the Crown.txt | 444 +-- forge-gui/res/editions/Conspiracy.txt | 420 +- .../res/editions/Core Set 2019 Promos.txt | 16 +- .../res/editions/Core Set 2020 Promos.txt | 14 +- .../res/editions/DCI Legend Membership.txt | 4 +- .../res/editions/Dark Ascension Promos.txt | 10 +- forge-gui/res/editions/Dark Ascension.txt | 316 +- forge-gui/res/editions/Darksteel Promos.txt | 2 +- forge-gui/res/editions/Darksteel.txt | 330 +- .../Deckmasters Garfield vs. Finkel.txt | 112 +- forge-gui/res/editions/Dissension Promos.txt | 4 +- forge-gui/res/editions/Dissension.txt | 360 +- forge-gui/res/editions/Dominaria Promos.txt | 16 +- forge-gui/res/editions/Dominaria.txt | 560 +-- forge-gui/res/editions/Double Masters.txt | 768 ++-- .../res/editions/Dragon's Maze Promos.txt | 12 +- forge-gui/res/editions/Dragon's Maze.txt | 312 +- forge-gui/res/editions/DragonCon 1994.txt | 2 +- .../res/editions/Dragons of Tarkir Promos.txt | 18 +- forge-gui/res/editions/Dragons of Tarkir.txt | 528 +-- .../Duel Decks Ajani vs. Nicol Bolas.txt | 160 +- ...uel Decks Anthology Divine vs. Demonic.txt | 124 +- ...Duel Decks Anthology Elves vs. Goblins.txt | 124 +- ...uel Decks Anthology Garruk vs. Liliana.txt | 126 +- .../Duel Decks Anthology Jace vs. Chandra.txt | 124 +- .../Duel Decks Blessed vs. Cursed.txt | 152 +- .../Duel Decks Divine vs. Demonic.txt | 124 +- .../editions/Duel Decks Elspeth vs. Kiora.txt | 130 +- .../Duel Decks Elspeth vs. Tezzeret.txt | 158 +- .../editions/Duel Decks Elves vs. Goblins.txt | 124 +- .../Duel Decks Elves vs. Inventors.txt | 152 +- .../Duel Decks Garruk vs. Liliana.txt | 126 +- .../Duel Decks Heroes vs. Monsters.txt | 162 +- .../editions/Duel Decks Izzet vs. Golgari.txt | 180 +- .../editions/Duel Decks Jace vs. Chandra.txt | 128 +- .../editions/Duel Decks Jace vs. Vraska.txt | 176 +- .../Duel Decks Knights vs. Dragons.txt | 162 +- .../Duel Decks Merfolk vs. Goblins.txt | 126 +- .../editions/Duel Decks Mind vs. Might.txt | 130 +- ...l Decks Mirrodin Pure vs. New Phyrexia.txt | 176 +- .../Duel Decks Nissa vs. Ob Nixilis.txt | 140 +- .../Duel Decks Phyrexia vs. the Coalition.txt | 142 +- .../editions/Duel Decks Sorin vs. Tibalt.txt | 160 +- .../editions/Duel Decks Speed vs. Cunning.txt | 162 +- .../editions/Duel Decks Venser vs. Koth.txt | 154 +- .../Duel Decks Zendikar vs. Eldrazi.txt | 150 +- ...Duels of the Planeswalkers 2009 Promos.txt | 2 +- ...Duels of the Planeswalkers 2010 Promos.txt | 4 +- ...Duels of the Planeswalkers 2012 Promos.txt | 6 +- ...Duels of the Planeswalkers 2013 Promos.txt | 6 +- ...Duels of the Planeswalkers 2014 Promos.txt | 6 +- ...Duels of the Planeswalkers 2015 Promos.txt | 4 +- .../editions/Duels of the Planeswalkers.txt | 226 +- ...ures in the Forgotten Realms Commander.txt | 662 ++-- ...ons Adventures in the Forgotten Realms.txt | 804 ++-- .../res/editions/Eighth Edition Promos.txt | 2 +- forge-gui/res/editions/Eighth Edition.txt | 714 ++-- .../res/editions/Eldritch Moon Promos.txt | 18 +- forge-gui/res/editions/Eldritch Moon.txt | 410 +- forge-gui/res/editions/Eternal Masters.txt | 498 +-- .../res/editions/European Land Program.txt | 30 +- forge-gui/res/editions/Eventide Promos.txt | 4 +- forge-gui/res/editions/Eventide.txt | 360 +- forge-gui/res/editions/Exodus Promos.txt | 2 +- forge-gui/res/editions/Exodus.txt | 286 +- .../res/editions/Explorers of Ixalan.txt | 94 +- forge-gui/res/editions/Fallen Empires.txt | 374 +- .../res/editions/Fate Reforged Clash Pack.txt | 12 +- .../res/editions/Fate Reforged Promos.txt | 18 +- forge-gui/res/editions/Fate Reforged.txt | 370 +- forge-gui/res/editions/Fifth Dawn Promos.txt | 2 +- forge-gui/res/editions/Fifth Dawn.txt | 330 +- forge-gui/res/editions/Fifth Edition.txt | 898 ++--- forge-gui/res/editions/Final Sacrifice.txt | 2 +- forge-gui/res/editions/Fourth Edition.txt | 756 ++-- .../res/editions/Friday Night Magic 2000.txt | 22 +- .../res/editions/Friday Night Magic 2001.txt | 14 +- .../res/editions/Friday Night Magic 2002.txt | 24 +- .../res/editions/Friday Night Magic 2003.txt | 26 +- .../res/editions/Friday Night Magic 2004.txt | 24 +- .../res/editions/Friday Night Magic 2005.txt | 24 +- .../res/editions/Friday Night Magic 2006.txt | 24 +- .../res/editions/Friday Night Magic 2007.txt | 24 +- .../res/editions/Friday Night Magic 2008.txt | 24 +- .../res/editions/Friday Night Magic 2009.txt | 24 +- .../res/editions/Friday Night Magic 2010.txt | 24 +- .../res/editions/Friday Night Magic 2011.txt | 24 +- .../res/editions/Friday Night Magic 2012.txt | 24 +- .../res/editions/Friday Night Magic 2013.txt | 24 +- .../res/editions/Friday Night Magic 2014.txt | 24 +- .../res/editions/Friday Night Magic 2015.txt | 24 +- .../res/editions/Friday Night Magic 2016.txt | 24 +- .../res/editions/Friday Night Magic 2017.txt | 18 +- .../res/editions/From the Vault Angels.txt | 30 +- .../editions/From the Vault Annihilation.txt | 30 +- .../res/editions/From the Vault Dragons.txt | 30 +- .../res/editions/From the Vault Exiled.txt | 30 +- .../res/editions/From the Vault Legends.txt | 30 +- .../res/editions/From the Vault Lore.txt | 30 +- .../res/editions/From the Vault Realms.txt | 30 +- .../res/editions/From the Vault Relics.txt | 30 +- .../res/editions/From the Vault Transform.txt | 30 +- .../res/editions/From the Vault Twenty.txt | 40 +- .../res/editions/Future Sight Promos.txt | 4 +- forge-gui/res/editions/Future Sight.txt | 360 +- .../res/editions/GRN Ravnica Weekend.txt | 20 +- forge-gui/res/editions/Game Night 2019.txt | 128 +- forge-gui/res/editions/Game Night.txt | 136 +- forge-gui/res/editions/Gatecrash Promos.txt | 18 +- forge-gui/res/editions/Gatecrash.txt | 498 +-- forge-gui/res/editions/Gateway 2006.txt | 6 +- forge-gui/res/editions/Gateway 2007.txt | 18 +- forge-gui/res/editions/Gateway 2008.txt | 16 +- ...lobal Series Jiang Yanggu & Mu Yanling.txt | 80 +- forge-gui/res/editions/Grand Prix Promos.txt | 40 +- forge-gui/res/editions/Guildpact Promos.txt | 4 +- forge-gui/res/editions/Guildpact.txt | 330 +- .../editions/Guilds of Ravnica Guild Kit.txt | 254 +- .../res/editions/Guilds of Ravnica Promos.txt | 14 +- forge-gui/res/editions/Guilds of Ravnica.txt | 546 +-- forge-gui/res/editions/Guru.txt | 10 +- forge-gui/res/editions/Happy Holidays.txt | 4 +- .../res/editions/Historic Anthology 1.txt | 40 +- .../res/editions/Historic Anthology 2.txt | 50 +- .../res/editions/Historic Anthology 3.txt | 54 +- .../res/editions/Historic Anthology 4.txt | 50 +- .../res/editions/Historic Anthology 5.txt | 50 +- forge-gui/res/editions/Hobby Japan Promos.txt | 10 +- forge-gui/res/editions/Homelands.txt | 280 +- .../editions/Hour of Devastation Promos.txt | 8 +- .../res/editions/Hour of Devastation.txt | 418 +- forge-gui/res/editions/IDW Comics 2012.txt | 18 +- forge-gui/res/editions/IDW Comics 2013.txt | 10 +- forge-gui/res/editions/IDW Comics 2014.txt | 6 +- forge-gui/res/editions/Ice Age.txt | 766 ++-- forge-gui/res/editions/Iconic Masters.txt | 498 +-- .../res/editions/Ikoria Lair of Behemoths.txt | 774 ++-- forge-gui/res/editions/Innistrad Promos.txt | 10 +- forge-gui/res/editions/Innistrad.txt | 528 +-- forge-gui/res/editions/Invasion Promos.txt | 2 +- forge-gui/res/editions/Invasion.txt | 700 ++-- forge-gui/res/editions/Ixalan Promos.txt | 10 +- forge-gui/res/editions/Ixalan.txt | 578 +-- .../res/editions/Japan Junior Tournament.txt | 24 +- .../res/editions/Journey into Nyx Promos.txt | 18 +- forge-gui/res/editions/Journey into Nyx.txt | 330 +- .../res/editions/Judge Gift Cards 1998.txt | 6 +- .../res/editions/Judge Gift Cards 1999.txt | 2 +- .../res/editions/Judge Gift Cards 2000.txt | 4 +- .../res/editions/Judge Gift Cards 2001.txt | 4 +- .../res/editions/Judge Gift Cards 2002.txt | 4 +- .../res/editions/Judge Gift Cards 2004.txt | 12 +- .../res/editions/Judge Gift Cards 2005.txt | 8 +- .../res/editions/Judge Gift Cards 2006.txt | 8 +- .../res/editions/Judge Gift Cards 2007.txt | 10 +- .../res/editions/Judge Gift Cards 2008.txt | 10 +- .../res/editions/Judge Gift Cards 2009.txt | 20 +- .../res/editions/Judge Gift Cards 2010.txt | 16 +- .../res/editions/Judge Gift Cards 2011.txt | 16 +- .../res/editions/Judge Gift Cards 2012.txt | 16 +- .../res/editions/Judge Gift Cards 2013.txt | 16 +- .../res/editions/Judge Gift Cards 2014.txt | 28 +- .../res/editions/Judge Gift Cards 2015.txt | 16 +- .../res/editions/Judge Gift Cards 2016.txt | 16 +- .../res/editions/Judge Gift Cards 2017.txt | 18 +- .../res/editions/Judge Gift Cards 2018.txt | 16 +- .../res/editions/Judge Gift Cards 2019.txt | 16 +- .../res/editions/Judge Gift Cards 2020.txt | 20 +- .../res/editions/Judge Gift Cards 2021.txt | 8 +- .../res/editions/Judge_Gift_Cards_2003.txt | 6 +- forge-gui/res/editions/Judgment Promos.txt | 2 +- forge-gui/res/editions/Judgment.txt | 286 +- .../editions/Jumpstart Arena Exclusives.txt | 36 +- forge-gui/res/editions/Jumpstart.txt | 990 ++--- forge-gui/res/editions/Junior APAC Series.txt | 12 +- .../res/editions/Junior Series Europe.txt | 16 +- .../res/editions/Junior Super Series.txt | 36 +- forge-gui/res/editions/Kaladesh Promos.txt | 10 +- .../res/editions/Kaladesh Remastered.txt | 604 +-- forge-gui/res/editions/Kaladesh.txt | 548 +-- forge-gui/res/editions/Kaldheim Commander.txt | 238 +- forge-gui/res/editions/Kaldheim.txt | 810 ++-- .../res/editions/Khans of Tarkir Promos.txt | 20 +- forge-gui/res/editions/Khans of Tarkir.txt | 538 +-- .../res/editions/Legacy Championship.txt | 30 +- forge-gui/res/editions/Legendary Cube.txt | 298 +- forge-gui/res/editions/Legends.txt | 620 +-- forge-gui/res/editions/Legions Promos.txt | 2 +- forge-gui/res/editions/Legions.txt | 290 +- .../res/editions/Limited Edition Alpha.txt | 590 +-- .../res/editions/Limited Edition Beta.txt | 604 +-- forge-gui/res/editions/Lorwyn Promos.txt | 4 +- forge-gui/res/editions/Lorwyn.txt | 602 +-- forge-gui/res/editions/Love Your LGS 2020.txt | 4 +- forge-gui/res/editions/Love Your LGS 2021.txt | 16 +- .../res/editions/M15_Prerelease_Challenge.txt | 2 +- forge-gui/res/editions/M19 Gift Pack.txt | 10 +- .../res/editions/M19 Standard Showdown.txt | 10 +- forge-gui/res/editions/M20 Promo Packs.txt | 10 +- forge-gui/res/editions/Magazine Inserts.txt | 78 +- forge-gui/res/editions/Magic 2010 Promos.txt | 10 +- forge-gui/res/editions/Magic 2010.txt | 498 +-- forge-gui/res/editions/Magic 2011 Promos.txt | 10 +- forge-gui/res/editions/Magic 2011.txt | 498 +-- forge-gui/res/editions/Magic 2012 Promos.txt | 10 +- forge-gui/res/editions/Magic 2012.txt | 498 +-- forge-gui/res/editions/Magic 2013 Promos.txt | 10 +- forge-gui/res/editions/Magic 2013.txt | 498 +-- forge-gui/res/editions/Magic 2014 Promos.txt | 10 +- forge-gui/res/editions/Magic 2014.txt | 498 +-- .../res/editions/Magic 2015 Clash Pack.txt | 12 +- forge-gui/res/editions/Magic 2015 Promos.txt | 18 +- forge-gui/res/editions/Magic 2015.txt | 568 +-- forge-gui/res/editions/Magic 2019.txt | 628 +-- forge-gui/res/editions/Magic 2020.txt | 688 ++-- forge-gui/res/editions/Magic 2021.txt | 794 ++-- .../res/editions/Magic Online Deck Series.txt | 82 +- .../res/editions/Magic Origins Clash Pack.txt | 12 +- .../res/editions/Magic Origins Promos.txt | 18 +- forge-gui/res/editions/Magic Origins.txt | 576 +-- .../editions/Magic Player Rewards 2001.txt | 2 +- .../editions/Magic Player Rewards 2003.txt | 2 +- .../editions/Magic Player Rewards 2004.txt | 2 +- .../editions/Magic Player Rewards 2005.txt | 12 +- .../editions/Magic Player Rewards 2006.txt | 14 +- .../editions/Magic Player Rewards 2007.txt | 14 +- .../editions/Magic Player Rewards 2008.txt | 14 +- .../editions/Magic Player Rewards 2009.txt | 18 +- .../editions/Magic Player Rewards 2010.txt | 18 +- .../editions/Magic Player Rewards 2011.txt | 10 +- .../res/editions/Magic Premiere Shop 2005.txt | 40 +- .../res/editions/Magic Premiere Shop 2006.txt | 10 +- .../res/editions/Magic Premiere Shop 2007.txt | 10 +- .../res/editions/Magic Premiere Shop 2008.txt | 12 +- .../res/editions/Magic Premiere Shop 2009.txt | 10 +- .../res/editions/Magic Premiere Shop 2010.txt | 10 +- .../res/editions/Magic Premiere Shop 2011.txt | 10 +- forge-gui/res/editions/MagicFest 2019.txt | 14 +- forge-gui/res/editions/MagicFest 2020.txt | 12 +- .../Masterpiece Series - Amonkhet.txt | 108 +- .../Masterpiece Series - Kaladesh.txt | 108 +- forge-gui/res/editions/Masters 25.txt | 498 +-- forge-gui/res/editions/Masters Edition II.txt | 490 +-- .../res/editions/Masters Edition III.txt | 460 +-- forge-gui/res/editions/Masters Edition IV.txt | 553 +-- forge-gui/res/editions/Masters Edition.txt | 390 +- .../res/editions/Mercadian Masques Promos.txt | 2 +- forge-gui/res/editions/Mercadian Masques.txt | 700 ++-- forge-gui/res/editions/Mirage.txt | 700 ++-- .../res/editions/Mirrodin Besieged Promos.txt | 12 +- forge-gui/res/editions/Mirrodin Besieged.txt | 310 +- forge-gui/res/editions/Mirrodin Promos.txt | 2 +- forge-gui/res/editions/Mirrodin.txt | 612 +-- .../editions/Miscellaneous Book Promos.txt | 2 +- forge-gui/res/editions/Modern Event Deck.txt | 52 +- .../editions/Modern Horizons 1 Timeshifts.txt | 80 +- forge-gui/res/editions/Modern Horizons 2.txt | 984 ++--- .../res/editions/Modern Horizons Promos.txt | 2 +- forge-gui/res/editions/Modern Horizons.txt | 510 +-- .../res/editions/Modern Masters 2015.txt | 498 +-- .../res/editions/Modern Masters 2017.txt | 498 +-- forge-gui/res/editions/Modern Masters.txt | 458 +-- forge-gui/res/editions/Morningtide Promos.txt | 4 +- forge-gui/res/editions/Morningtide.txt | 300 +- .../Mystery Booster Playtest Cards.txt | 242 +- .../Mystery Booster Retail Edition Foils.txt | 242 +- forge-gui/res/editions/Mystery Booster.txt | 3388 ++++++++--------- .../Mythic Edition - Guilds of Ravnica.txt | 16 +- .../Mythic Edition - Ravnica Allegiance.txt | 16 +- .../Mythic Edition - War of the Spark.txt | 16 +- forge-gui/res/editions/Nationals Promos.txt | 2 +- forge-gui/res/editions/Nemesis Promos.txt | 2 +- forge-gui/res/editions/Nemesis.txt | 286 +- .../res/editions/New Phyrexia Promos.txt | 12 +- forge-gui/res/editions/New Phyrexia.txt | 350 +- .../res/editions/Ninth Edition Promos.txt | 4 +- forge-gui/res/editions/Ninth Edition.txt | 718 ++-- .../editions/Oath of the Gatewatch Promos.txt | 18 +- .../res/editions/Oath of the Gatewatch.txt | 372 +- forge-gui/res/editions/Odyssey Promos.txt | 2 +- forge-gui/res/editions/Odyssey.txt | 700 ++-- forge-gui/res/editions/Online Promos.txt | 482 +-- forge-gui/res/editions/Onslaught Promos.txt | 2 +- forge-gui/res/editions/Onslaught.txt | 700 ++-- forge-gui/res/editions/Open the Helvault.txt | 10 +- .../res/editions/Planar Chaos Promos.txt | 4 +- forge-gui/res/editions/Planar Chaos.txt | 330 +- forge-gui/res/editions/Planeshift Promos.txt | 2 +- forge-gui/res/editions/Planeshift.txt | 292 +- forge-gui/res/editions/Portal Second Age.txt | 330 +- .../editions/Portal Three Kingdoms Promos.txt | 4 +- .../res/editions/Portal Three Kingdoms.txt | 360 +- forge-gui/res/editions/Portal.txt | 444 +-- ...Premium Deck Series Fire and Lightning.txt | 68 +- .../Premium Deck Series Graveborn.txt | 60 +- .../editions/Premium Deck Series Slivers.txt | 82 +- .../res/editions/Promo set for Gatherer.txt | 54 +- forge-gui/res/editions/Prophecy Promos.txt | 2 +- forge-gui/res/editions/Prophecy.txt | 286 +- .../res/editions/RNA Ravnica Weekend.txt | 20 +- .../editions/Ravnica Allegiance Guild Kit.txt | 266 +- forge-gui/res/editions/Ravnica Allegiance.txt | 546 +-- .../res/editions/Ravnica City of Guilds.txt | 612 +-- .../editions/Ravnica_Allegiance_Promos.txt | 14 +- .../Ravnica_City_of_Guilds_Promos.txt | 4 +- forge-gui/res/editions/Redemption_Program.txt | 2 +- forge-gui/res/editions/Resale Promos.txt | 58 +- .../res/editions/Return to Ravnica Promos.txt | 20 +- forge-gui/res/editions/Return to Ravnica.txt | 548 +-- forge-gui/res/editions/Revised Edition.txt | 612 +-- .../editions/Rise of the Eldrazi Promos.txt | 12 +- .../res/editions/Rise of the Eldrazi.txt | 496 +-- forge-gui/res/editions/Rivals of Ixalan.txt | 410 +- .../res/editions/Rivals_of_Ixalan_Promos.txt | 10 +- .../res/editions/San Diego Comic Con 2013.txt | 10 +- .../res/editions/San Diego Comic Con 2014.txt | 12 +- .../res/editions/San Diego Comic Con 2015.txt | 10 +- .../res/editions/San Diego Comic Con 2016.txt | 10 +- .../res/editions/San Diego Comic Con 2017.txt | 12 +- .../res/editions/San Diego Comic Con 2018.txt | 10 +- .../res/editions/San Diego Comic Con 2019.txt | 10 +- .../editions/Saviors of Kamigawa Promos.txt | 4 +- .../res/editions/Saviors of Kamigawa.txt | 330 +- .../res/editions/Scars of Mirrodin Promos.txt | 10 +- forge-gui/res/editions/Scars of Mirrodin.txt | 498 +-- forge-gui/res/editions/Scourge Promos.txt | 2 +- forge-gui/res/editions/Scourge.txt | 286 +- .../res/editions/Secret Lair Drop Series.txt | 627 ++- .../editions/Secret Lair Ultimate Edition.txt | 32 +- forge-gui/res/editions/Seventh Edition.txt | 700 ++-- forge-gui/res/editions/Shadowmoor Promos.txt | 4 +- forge-gui/res/editions/Shadowmoor.txt | 602 +-- .../Shadows over Innistrad Promos.txt | 20 +- .../res/editions/Shadows over Innistrad.txt | 594 +-- .../res/editions/Shards of Alara Promos.txt | 2 +- forge-gui/res/editions/Shards of Alara.txt | 498 +-- forge-gui/res/editions/Shattered Chains.txt | 2 +- .../editions/Signature Spellbook Chandra.txt | 16 +- .../editions/Signature Spellbook Gideon.txt | 16 +- .../res/editions/Signature Spellbook Jace.txt | 16 +- forge-gui/res/editions/Starter 1999.txt | 346 +- .../editions/Strixhaven Mystical Archive.txt | 504 +-- .../editions/Strixhaven School of Mages.txt | 764 ++-- forge-gui/res/editions/Stronghold Promos.txt | 2 +- forge-gui/res/editions/Stronghold.txt | 286 +- forge-gui/res/editions/Summer of Magic.txt | 4 +- forge-gui/res/editions/Tarkir Dragonfury.txt | 8 +- forge-gui/res/editions/Tempest Promos.txt | 2 +- forge-gui/res/editions/Tempest Remastered.txt | 538 +-- forge-gui/res/editions/Tempest.txt | 700 ++-- .../res/editions/Tenth Edition Promos.txt | 2 +- forge-gui/res/editions/Tenth Edition.txt | 766 ++-- forge-gui/res/editions/The Dark.txt | 238 +- forge-gui/res/editions/The List.txt | 1004 ++--- .../res/editions/Theros Beyond Death.txt | 714 ++-- forge-gui/res/editions/Theros Promos.txt | 20 +- forge-gui/res/editions/Theros.txt | 498 +-- forge-gui/res/editions/Throne of Eldraine.txt | 794 ++-- forge-gui/res/editions/Time Spiral Promos.txt | 4 +- .../res/editions/Time Spiral Remastered.txt | 822 ++-- .../res/editions/Time Spiral Timeshifted.txt | 242 +- forge-gui/res/editions/Time Spiral.txt | 602 +-- forge-gui/res/editions/Torment Promos.txt | 2 +- forge-gui/res/editions/Torment.txt | 286 +- forge-gui/res/editions/Treasure Chests.txt | 146 +- .../editions/Two-Headed Giant Tournament.txt | 2 +- .../res/editions/URL Convention Promos.txt | 18 +- forge-gui/res/editions/Ugin's Fate.txt | 52 +- .../res/editions/Ultimate Box Topper.txt | 82 +- forge-gui/res/editions/Ultimate Masters.txt | 508 +-- forge-gui/res/editions/Unglued.txt | 176 +- forge-gui/res/editions/Unhinged.txt | 282 +- forge-gui/res/editions/Unlimited Edition.txt | 604 +-- forge-gui/res/editions/Unsanctioned.txt | 192 +- forge-gui/res/editions/Unstable Promos.txt | 2 +- .../res/editions/Urza's Destiny Promos.txt | 2 +- forge-gui/res/editions/Urza's Destiny.txt | 286 +- .../res/editions/Urza's Legacy Promos.txt | 4 +- forge-gui/res/editions/Urza's Legacy.txt | 286 +- forge-gui/res/editions/Urza's Saga Promos.txt | 2 +- forge-gui/res/editions/Urza's Saga.txt | 700 ++-- .../res/editions/Vintage Championship.txt | 46 +- forge-gui/res/editions/Vintage Masters.txt | 650 ++-- forge-gui/res/editions/Visions.txt | 334 +- .../res/editions/War of the Spark Promos.txt | 14 +- forge-gui/res/editions/War of the Spark.txt | 622 +-- forge-gui/res/editions/Weatherlight.txt | 334 +- forge-gui/res/editions/Welcome Deck 2016.txt | 32 +- forge-gui/res/editions/Welcome Deck 2017.txt | 60 +- forge-gui/res/editions/Whispering Woods.txt | 2 +- .../editions/Wizards Play Network 2008.txt | 4 +- .../editions/Wizards Play Network 2009.txt | 16 +- .../editions/Wizards Play Network 2010.txt | 20 +- .../editions/Wizards Play Network 2011.txt | 28 +- .../editions/Wizards Play Network 2012.txt | 6 +- .../editions/Wizards Play Network 2021.txt | 2 +- .../Wizards of the Coast Online Store.txt | 2 +- .../editions/World Championship Promos.txt | 4 +- .../editions/World Magic Cup Qualifiers.txt | 10 +- forge-gui/res/editions/Worldwake Promos.txt | 12 +- forge-gui/res/editions/Worldwake.txt | 290 +- .../res/editions/XLN Standard Showdown.txt | 10 +- forge-gui/res/editions/XLN Treasure Chest.txt | 20 +- .../res/editions/Zendikar Expeditions.txt | 90 +- forge-gui/res/editions/Zendikar Promos.txt | 10 +- .../editions/Zendikar Rising Commander.txt | 284 +- .../editions/Zendikar Rising Expeditions.txt | 60 +- forge-gui/res/editions/Zendikar Rising.txt | 782 ++-- forge-gui/res/editions/Zendikar.txt | 538 +-- forge-gui/res/languages/de-DE.properties | 2 + forge-gui/res/languages/en-US.properties | 2 + forge-gui/res/languages/es-ES.properties | 2 + forge-gui/res/languages/it-IT.properties | 2 + forge-gui/res/languages/ja-JP.properties | 2 + forge-gui/res/languages/zh-CN.properties | 2 + .../properties/ForgePreferences.java | 1 + .../main/java/forge/util/ImageFetcher.java | 28 +- 498 files changed, 49686 insertions(+), 49507 deletions(-) diff --git a/forge-core/src/main/java/forge/card/CardDb.java b/forge-core/src/main/java/forge/card/CardDb.java index 75089787853..0106a491ffe 100644 --- a/forge-core/src/main/java/forge/card/CardDb.java +++ b/forge-core/src/main/java/forge/card/CardDb.java @@ -173,7 +173,7 @@ public final class CardDb implements ICardDatabase, IDeckGenPool { } artIds.put(key, artIdx); - addCard(new PaperCard(cr, e.getCode(), cis.rarity, artIdx)); + addCard(new PaperCard(cr, e.getCode(), cis.rarity, artIdx, false, cis.collectorNumber, cis.artistName)); } public void loadCard(String cardName, CardRules cr) { @@ -525,7 +525,8 @@ public final class CardDb implements ICardDatabase, IDeckGenPool { public PaperCard getFoiled(PaperCard card0) { // Here - I am still unsure if there should be a cache Card->Card from unfoiled to foiled, to avoid creation of N instances of single plains - return new PaperCard(card0.getRules(), card0.getEdition(), card0.getRarity(), card0.getArtIndex(), true); + return new PaperCard(card0.getRules(), card0.getEdition(), card0.getRarity(), card0.getArtIndex(), true, + card0.getCollectorNumber(), card0.getArtist()); } @Override diff --git a/forge-core/src/main/java/forge/card/CardEdition.java b/forge-core/src/main/java/forge/card/CardEdition.java index 8bde74d940d..2c2b90ba805 100644 --- a/forge-core/src/main/java/forge/card/CardEdition.java +++ b/forge-core/src/main/java/forge/card/CardEdition.java @@ -181,11 +181,13 @@ public final class CardEdition implements Comparable { public final CardRarity rarity; public final String collectorNumber; public final String name; + public final String artistName; - public CardInSet(final String name, final String collectorNumber, final CardRarity rarity) { + public CardInSet(final String name, final String collectorNumber, final CardRarity rarity, final String artistName) { this.name = name; this.collectorNumber = collectorNumber; this.rarity = rarity; + this.artistName = artistName; } public String toString() { @@ -199,6 +201,10 @@ public final class CardEdition implements Comparable { sb.append(' '); } sb.append(name); + if (artistName != null) { + sb.append(" @"); + sb.append(artistName); + } return sb.toString(); } @@ -537,7 +543,7 @@ public final class CardEdition implements Comparable { * name - grouping #5 */ // "(^(.?[0-9A-Z]+.?))?(([SCURML]) )?(.*)$" - "(^(.?[0-9A-Z]+\\S?[A-Z]*)\\s)?(([SCURML])\\s)?(.*)$" + "(^(.?[0-9A-Z]+\\S?[A-Z]*)\\s)?(([SCURML])\\s)?([^@]*)( @(.*))?$" ); ListMultimap cardMap = ArrayListMultimap.create(); @@ -562,7 +568,8 @@ public final class CardEdition implements Comparable { String collectorNumber = matcher.group(2); CardRarity r = CardRarity.smartValueOf(matcher.group(4)); String cardName = matcher.group(5); - CardInSet cis = new CardInSet(cardName, collectorNumber, r); + String artistName = matcher.group(7); + CardInSet cis = new CardInSet(cardName, collectorNumber, r, artistName); cardMap.put(sectionName, cis); } diff --git a/forge-core/src/main/java/forge/item/IPaperCard.java b/forge-core/src/main/java/forge/item/IPaperCard.java index bb2101b862b..c765f5b8ae1 100644 --- a/forge-core/src/main/java/forge/item/IPaperCard.java +++ b/forge-core/src/main/java/forge/item/IPaperCard.java @@ -235,6 +235,7 @@ public interface IPaperCard extends InventoryItem, Serializable { boolean isToken(); CardRules getRules(); CardRarity getRarity(); + String getArtist(); String getItemType(); diff --git a/forge-core/src/main/java/forge/item/PaperCard.java b/forge-core/src/main/java/forge/item/PaperCard.java index 704b0be1506..249996348d4 100644 --- a/forge-core/src/main/java/forge/item/PaperCard.java +++ b/forge-core/src/main/java/forge/item/PaperCard.java @@ -54,6 +54,7 @@ public final class PaperCard implements Comparable, InventoryItemFro (see getCollectorNumber()) */ private String collectorNumber = null; + private final String artist; private final int artIndex; private final boolean foil; private Boolean hasImage; @@ -115,6 +116,11 @@ public final class PaperCard implements Comparable, InventoryItemFro return rarity; } + @Override + public String getArtist() { + return artist; + } + /* FIXME: At the moment, every card can get Foiled, with no restriction on the corresponding Edition - so we could Foil even Alpha cards. */ @@ -124,7 +130,7 @@ public final class PaperCard implements Comparable, InventoryItemFro if (this.foiledVersion == null) { this.foiledVersion = new PaperCard(this.rules, this.edition, this.rarity, - this.artIndex, true, String.valueOf(collectorNumber)); + this.artIndex, true, String.valueOf(collectorNumber), this.artist); } return this.foiledVersion; } @@ -163,16 +169,12 @@ public final class PaperCard implements Comparable, InventoryItemFro } }; - public PaperCard(final CardRules rules0, final String edition0, final CardRarity rarity0) { - this(rules0, edition0, rarity0, IPaperCard.DEFAULT_ART_INDEX, false); - } - public PaperCard(final CardRules rules0, final String edition0, final CardRarity rarity0, final int artIndex0) { - this(rules0, edition0, rarity0, artIndex0, false); + this(rules0, edition0, rarity0, artIndex0, false, ""); } public PaperCard(final CardRules rules0, final String edition0, final CardRarity rarity0, final int artIndex0, - final boolean foil0) { + final boolean foil0, final String artist0) { if (rules0 == null || edition0 == null || rarity0 == null) { throw new IllegalArgumentException("Cannot create card without rules, edition or rarity"); } @@ -182,16 +184,12 @@ public final class PaperCard implements Comparable, InventoryItemFro artIndex = artIndex0; foil = foil0; rarity = rarity0; - } - - public PaperCard(final CardRules rules0, final String edition0, final CardRarity rarity0, final int artIndex0, - final String collectorNumber0) { - this(rules0, edition0, rarity0, artIndex0, false, collectorNumber0); + artist = (artist0 != null ? artist0 : ""); } public PaperCard(final CardRules rules0, final String edition0, final CardRarity rarity0, - final int artIndex0, final boolean foil0, final String collectorNumber0) { - this(rules0, edition0, rarity0, artIndex0, foil0); + final int artIndex0, final boolean foil0, final String collectorNumber0, final String artist) { + this(rules0, edition0, rarity0, artIndex0, foil0, artist); collectorNumber = collectorNumber0; } diff --git a/forge-core/src/main/java/forge/item/PaperToken.java b/forge-core/src/main/java/forge/item/PaperToken.java index caa35ab3bc5..ef15dee7673 100644 --- a/forge-core/src/main/java/forge/item/PaperToken.java +++ b/forge-core/src/main/java/forge/item/PaperToken.java @@ -143,6 +143,7 @@ public class PaperToken implements InventoryItemFromSet, IPaperCard { @Override public CardRules getRules() { return card; } @Override public CardRarity getRarity() { return CardRarity.None; } + @Override public String getArtist() { /*TODO*/ return ""; } // Unfortunately this is a property of token, cannot move it outside of class public String getImageFilename() { return getImageFilename(1); } diff --git a/forge-core/src/main/java/forge/util/ImageUtil.java b/forge-core/src/main/java/forge/util/ImageUtil.java index 665f543e377..4206b317ebb 100644 --- a/forge-core/src/main/java/forge/util/ImageUtil.java +++ b/forge-core/src/main/java/forge/util/ImageUtil.java @@ -118,7 +118,7 @@ public class ImageUtil { return getImageRelativePath(cp, backFace, true, true); } - public static String getScryfallDownloadUrl(PaperCard cp, boolean backFace, String setCode, String langCode){ + public static String getScryfallDownloadUrl(PaperCard cp, boolean backFace, String setCode, String langCode, boolean useArtCrop){ String editionCode; if ((setCode != null) && (setCode.length() > 0)) editionCode = setCode; @@ -127,12 +127,13 @@ public class ImageUtil { String cardCollectorNumber = cp.getCollectorNumber(); // Hack to account for variations in Arabian Nights cardCollectorNumber = cardCollectorNumber.replace("+", "†"); + String versionParam = useArtCrop ? "art_crop" : "normal"; String faceParam = ""; if (cp.getRules().getOtherPart() != null) { faceParam = (backFace ? "&face=back" : "&face=front"); } - return String.format("%s/%s/%s?format=image&version=normal%s", editionCode, cardCollectorNumber, - langCode, faceParam); + return String.format("%s/%s/%s?format=image&version=%s%s", editionCode, cardCollectorNumber, + langCode, versionParam, faceParam); } public static String toMWSFilename(String in) { diff --git a/forge-gui-desktop/src/main/java/forge/ImageCache.java b/forge-gui-desktop/src/main/java/forge/ImageCache.java index 9a00023ea49..274b09fc289 100644 --- a/forge-gui-desktop/src/main/java/forge/ImageCache.java +++ b/forge-gui-desktop/src/main/java/forge/ImageCache.java @@ -24,6 +24,7 @@ import java.awt.RenderingHints; import java.awt.geom.RoundRectangle2D; import java.awt.image.BufferedImage; import java.io.File; +import java.util.Calendar; import java.util.HashSet; import java.util.Set; import java.util.concurrent.ExecutionException; @@ -32,12 +33,14 @@ import java.util.concurrent.TimeUnit; import javax.imageio.ImageIO; import org.apache.commons.lang3.StringUtils; +import org.apache.commons.lang3.tuple.Pair; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader.InvalidCacheLoadException; import com.google.common.cache.LoadingCache; import com.mortennobel.imagescaling.ResampleOp; +import forge.card.CardSplitType; import forge.game.card.Card; import forge.game.card.CardView; import forge.game.player.PlayerView; @@ -54,6 +57,7 @@ import forge.toolbox.FSkin; import forge.toolbox.FSkin.SkinIcon; import forge.toolbox.imaging.FCardImageRenderer; import forge.util.ImageUtil; +import forge.util.TextUtil; /** * This class stores ALL card images in a cache with soft values. this means @@ -150,8 +154,13 @@ public class ImageCache { * */ public static BufferedImage getOriginalImage(String imageKey, boolean useDefaultIfNotFound, CardView cardView) { + return getOriginalImageInternal(imageKey, useDefaultIfNotFound, cardView).getLeft(); + } + + // return the pair of image and a flag to indicate if it is a placeholder image. + private static Pair getOriginalImageInternal(String imageKey, boolean useDefaultIfNotFound, CardView cardView) { if (null == imageKey) { - return null; + return Pair.of(null, false); } IPaperCard ipc = null; @@ -163,18 +172,44 @@ public class ImageCache { ipc = pc; imageKey = ImageUtil.getImageKey(pc, altState, true); if (StringUtils.isBlank(imageKey)) { - return _defaultImage; + return Pair.of(_defaultImage, true); } } + // Replace .full to .artcrop if art crop is preferred + // Only allow use art if the artist info is available + boolean useArtCrop = "Crop".equals(FModel.getPreferences().getPref(ForgePreferences.FPref.UI_CARD_ART_FORMAT)) + && ipc != null && !ipc.getArtist().isEmpty(); + String originalKey = imageKey; + if (useArtCrop) { + if (ipc != null && ipc.getRules().getSplitType() == CardSplitType.Flip) { + // Art crop will always use front face as image key for flip cards + imageKey = ImageUtil.getImageKey((PaperCard) ipc, false, true); + } + imageKey = TextUtil.fastReplace(imageKey, ".full", ".artcrop"); + } + // Load from file and add to cache if not found in cache initially. BufferedImage original = getImage(imageKey); + if (original == null && !useDefaultIfNotFound) { + return Pair.of(null, false); + } + + // if art crop is exist, check also if the full card image is also cached. + if (useArtCrop && original != null) { + BufferedImage cached = _CACHE.getIfPresent(originalKey); + if (cached != null) + return Pair.of(cached, false); + } + + boolean noBorder = !useArtCrop && !isPreferenceEnabled(ForgePreferences.FPref.UI_RENDER_BLACK_BORDERS); + boolean fetcherEnabled = isPreferenceEnabled(ForgePreferences.FPref.UI_ENABLE_ONLINE_IMAGE_FETCHER); + boolean isPlaceholder = (original == null) && fetcherEnabled; + // If the user has indicated that they prefer Forge NOT render a black border, round the image corners // to account for JPEG images that don't have a transparency. - boolean noBorder = !isPreferenceEnabled(ForgePreferences.FPref.UI_RENDER_BLACK_BORDERS); if (original != null && noBorder) { - // use a quadratic equation to calculate the needed radius from an image dimension int radius; float width = original.getWidth(); @@ -207,19 +242,28 @@ public class ImageCache { // No image file exists for the given key so optionally associate with // a default "not available" image, however do not add it to the cache, // as otherwise it's problematic to update if the real image gets fetched. - if (original == null && useDefaultIfNotFound) { + if (original == null || useArtCrop) { if (ipc != null || cardView != null) { + int width = 488, height = 680; + BufferedImage art = original; CardView card = ipc != null ? Card.getCardForUi(ipc).getView() : cardView; - original = new BufferedImage(480, 680, BufferedImage.TYPE_INT_ARGB); - FCardImageRenderer.drawCardImage(original.createGraphics(), card, altState, 480, 680); - if (!isPreferenceEnabled(ForgePreferences.FPref.UI_ENABLE_ONLINE_IMAGE_FETCHER)) - _CACHE.put(imageKey, original); + String legalString = null; + original = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB); + if (art != null) { + Calendar cal = Calendar.getInstance(); + cal.setTime(StaticData.instance().getCardEdition(ipc.getEdition()).getDate()); + int year = cal.get(Calendar.YEAR); + legalString = "Illus. " + ipc.getArtist() + " ©" + year + " WOTC"; + } + FCardImageRenderer.drawCardImage(original.createGraphics(), card, altState, width, height, art, legalString); + if (art != null || !fetcherEnabled) + _CACHE.put(originalKey, original); } else { original = _defaultImage; } } - return original; + return Pair.of(original, isPlaceholder); } // cardView is for Emblem, since there is no paper card for them @@ -236,7 +280,9 @@ public class ImageCache { return cached; } - BufferedImage original = getOriginalImage(key, useDefaultImage, cardView); + Pair orgImgs = getOriginalImageInternal(key, useDefaultImage, cardView); + BufferedImage original = orgImgs.getLeft(); + boolean isPlaceholder = orgImgs.getRight(); if (original == null) { return null; } if (original == _defaultImage) { @@ -272,7 +318,9 @@ public class ImageCache { result = resampler.filter(original, null); } - _CACHE.put(resizedKey, result); + if (!isPlaceholder) { + _CACHE.put(resizedKey, result); + } return result; } /** diff --git a/forge-gui-desktop/src/main/java/forge/screens/deckeditor/controllers/ACEditorBase.java b/forge-gui-desktop/src/main/java/forge/screens/deckeditor/controllers/ACEditorBase.java index 0f396bfc986..df6040d1d3b 100644 --- a/forge-gui-desktop/src/main/java/forge/screens/deckeditor/controllers/ACEditorBase.java +++ b/forge-gui-desktop/src/main/java/forge/screens/deckeditor/controllers/ACEditorBase.java @@ -541,7 +541,8 @@ public abstract class ACEditorBase panel = this.view.getCbpCardArtFormatComboBoxPanel(); + final FComboBox comboBox = createComboBox(choices, userSetting); + final String selectedItem = this.prefs.getPref(userSetting); + panel.setComboBox(comboBox, selectedItem); + } + private void initializeAiProfilesComboBox() { final FPref userSetting = FPref.UI_CURRENT_AI_PROFILE; final FComboBoxPanel panel = this.view.getAiProfilesComboBoxPanel(); diff --git a/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java b/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java index ebb008915a1..4975ab647b8 100644 --- a/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java +++ b/forge-gui-desktop/src/main/java/forge/screens/home/settings/VSubmenuPreferences.java @@ -135,6 +135,7 @@ public enum VSubmenuPreferences implements IVSubmenu { private final FComboBoxPanel cbpGameLogEntryType = new FComboBoxPanel<>(localizer.getMessage("cbpGameLogEntryType")+":"); private final FComboBoxPanel cbpCloseAction = new FComboBoxPanel<>(localizer.getMessage("cbpCloseAction")+":"); private final FComboBoxPanel cbpDefaultFontSize = new FComboBoxPanel<>(localizer.getMessage("cbpDefaultFontSize")+":"); + private final FComboBoxPanel cbpCardArtFormat = new FComboBoxPanel<>(localizer.getMessage("cbpCardArtFormat")+":"); private final FComboBoxPanel cbpMulliganRule = new FComboBoxPanel<>(localizer.getMessage("cbpMulliganRule")+":"); private final FComboBoxPanel cbpAiProfiles = new FComboBoxPanel<>(localizer.getMessage("cbpAiProfiles")+":"); private final FComboBoxPanel cbpStackAdditions = new FComboBoxPanel<>(localizer.getMessage("cbpStackAdditions")+":"); @@ -331,6 +332,9 @@ public enum VSubmenuPreferences implements IVSubmenu { pnlPrefs.add(cbpDefaultFontSize, comboBoxConstraints); pnlPrefs.add(new NoteLabel(localizer.getMessage("nlDefaultFontSize")), descriptionConstraints); + pnlPrefs.add(cbpCardArtFormat, comboBoxConstraints); + pnlPrefs.add(new NoteLabel(localizer.getMessage("nlCardArtFormat")), descriptionConstraints); + pnlPrefs.add(cbImageFetcher, titleConstraints); pnlPrefs.add(new NoteLabel(localizer.getMessage("nlImageFetcher")), descriptionConstraints); @@ -764,6 +768,10 @@ public enum VSubmenuPreferences implements IVSubmenu { return cbpDefaultFontSize; } + public FComboBoxPanel getCbpCardArtFormatComboBoxPanel() { + return cbpCardArtFormat; + } + public FComboBoxPanel getCbpDefaultLanguageComboBoxPanel() { return cbpDefaultLanguage; } diff --git a/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java b/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java index e39742bc2cb..e4fee633496 100644 --- a/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java +++ b/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java @@ -10,6 +10,7 @@ import java.awt.Paint; import java.awt.Rectangle; import java.awt.RenderingHints; import java.awt.geom.AffineTransform; +import java.awt.image.BufferedImage; import java.text.BreakIterator; import java.util.ArrayList; import java.util.HashMap; @@ -37,16 +38,17 @@ import forge.util.CardTranslation; public class FCardImageRenderer { private static boolean isInitialed = false; - private static final float BASE_IMAGE_WIDTH = 480; + private static final float BASE_IMAGE_WIDTH = 488; private static final float BASE_IMAGE_HEIGHT = 680; - private static final float BLACK_BORDER_THICKNESS_RATIO = 0.021f; private static final float NAME_BOX_TINT = 0.2f; private static final float TEXT_BOX_TINT = 0.1f; private static final float PT_BOX_TINT = 0.2f; private static float CARD_ART_RATIO; - private static int PT_BOX_WIDTH, HEADER_PADDING, TYPE_PADDING, BLACK_BORDER_THICKNESS, BORDER_THICKNESS; - private static Font NAME_FONT, TYPE_FONT, TEXT_FONT, REMINDER_FONT, PT_FONT; - private static int NAME_SIZE, TYPE_SIZE, TEXT_SIZE, REMINDER_SIZE, PT_SIZE; + private static int PT_BOX_WIDTH, HEADER_PADDING, TYPE_PADDING, BLACK_BORDER_THICKNESS, BOX_LINE_THICKNESS; + private static int ART_INSET, OUTER_BORDER_THICKNESS; + private static Font NAME_FONT, TYPE_FONT, TEXT_FONT, REMINDER_FONT, PT_FONT, ARTIST_FONT; + private static int NAME_SIZE, TYPE_SIZE, TEXT_SIZE, REMINDER_SIZE, PT_SIZE, ARTIST_SIZE; + private static Map cachedFonts; private static Color TEXT_COLOR; private static BreakIterator boundary; @@ -54,7 +56,6 @@ public class FCardImageRenderer { private static Pattern reminderPattern; private static Pattern reminderHidePattern; private static Pattern symbolPattern; - private static Map shrinkFonts; private static void initialize() { Locale locale = new Locale(FModel.getPreferences().getPref(FPref.UI_LANGUAGE)); @@ -79,12 +80,14 @@ public class FCardImageRenderer { } } PT_FONT = NAME_FONT; + ARTIST_FONT = new Font(Font.SERIF, Font.BOLD, 20); - shrinkFonts = new HashMap<>(); - shrinkFonts.put(NAME_FONT, new Font[NAME_FONT.getSize()]); - shrinkFonts.put(TYPE_FONT, new Font[TYPE_FONT.getSize()]); - shrinkFonts.put(TEXT_FONT, new Font[TEXT_FONT.getSize()]); - shrinkFonts.put(REMINDER_FONT, new Font[REMINDER_FONT.getSize()]); + cachedFonts = new HashMap<>(); + cachedFonts.put(NAME_FONT, new Font[NAME_FONT.getSize() * 2]); + cachedFonts.put(TYPE_FONT, new Font[TYPE_FONT.getSize() * 2]); + cachedFonts.put(TEXT_FONT, new Font[TEXT_FONT.getSize() * 2]); + cachedFonts.put(REMINDER_FONT, new Font[REMINDER_FONT.getSize() * 2]); + cachedFonts.put(ARTIST_FONT, new Font[ARTIST_FONT.getSize() * 2]); isInitialed = true; } @@ -107,11 +110,11 @@ public class FCardImageRenderer { private static Color fromDetailColor(DetailColors detailColor) { return new Color(detailColor.r, detailColor.g, detailColor.b); } - private static Color C_COMMON = fromDetailColor(DetailColors.COMMON); - private static Color C_UNCOMMON = fromDetailColor(DetailColors.UNCOMMON); - private static Color C_RARE = fromDetailColor(DetailColors.RARE); - private static Color C_MYTHIC = fromDetailColor(DetailColors.MYTHIC); - private static Color C_SPECIAL = fromDetailColor(DetailColors.SPECIAL); + private static final Color C_COMMON = fromDetailColor(DetailColors.COMMON); + private static final Color C_UNCOMMON = fromDetailColor(DetailColors.UNCOMMON); + private static final Color C_RARE = fromDetailColor(DetailColors.RARE); + private static final Color C_MYTHIC = fromDetailColor(DetailColors.MYTHIC); + private static final Color C_SPECIAL = fromDetailColor(DetailColors.SPECIAL); private static Color getRarityColor(CardRarity rarity) { if (rarity == null)// NPE from Rarity weird... return Color.MAGENTA; @@ -129,122 +132,172 @@ public class FCardImageRenderer { } } - private static Font getShrinkFont(Font orgFont, int newSize) { + private static Font getFontBySize(Font orgFont, int newSize) { if (newSize == orgFont.getSize()) return orgFont; - Font font = shrinkFonts.get(orgFont)[newSize]; + Font font = cachedFonts.get(orgFont)[newSize]; if (font == null) { font = orgFont.deriveFont((float)newSize); - shrinkFonts.get(orgFont)[newSize] = font; + cachedFonts.get(orgFont)[newSize] = font; } return font; } - public static void drawCardImage(Graphics2D g, CardView card, boolean altState, int width, int height) { - if (!isInitialed) - initialize(); - g.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON); - float ratio = Math.min((float)width / BASE_IMAGE_WIDTH, (float)height / BASE_IMAGE_HEIGHT); - TEXT_COLOR = Color.BLACK; - if (card.isSplitCard()) { - boolean needTranslation = !"en-US".equals(FModel.getPreferences().getPref(FPref.UI_LANGUAGE)); - final CardStateView leftState = card.getLeftSplitState(); - final String leftText = needTranslation ? CardTranslation.getTranslatedOracle(leftState.getName()) : leftState.getOracleText(); - final CardStateView rightState = card.getRightSplitState(); - String rightText = needTranslation ? CardTranslation.getTranslatedOracle(rightState.getName()) : rightState.getOracleText(); - boolean isAftermath = (rightState.getKeywordKey().contains("Aftermath")); - if (isAftermath) { - int halfHeight = Math.round(380 * ratio); - int halfWidth = Math.round((halfHeight - 10) * ratio); - CARD_ART_RATIO = 2.68f; - updateAreaSizes(ratio, ratio); - drawCardStateImage(g, leftState, leftText, width, halfHeight); - CARD_ART_RATIO = 1.66f; - g.translate((double) width, (double)halfWidth); - g.rotate(Math.PI / 2.); - drawCardStateImage(g, rightState, rightText, height - halfWidth, width); - } else { - CARD_ART_RATIO = 1.36f; - updateAreaSizes(ratio, (float)height / 2f / (float)width); - AffineTransform tf = g.getTransform(); - g.translate(0., (double)height); - g.rotate(-Math.PI / 2.); - drawCardStateImage(g, leftState, leftText, height / 2, width); - g.setTransform(tf); - g.translate(0., (double)height / 2); - g.rotate(-Math.PI / 2.); - drawCardStateImage(g, rightState, rightText, height / 2, width); - } - } else if (card.isFlipCard()) { - boolean needTranslation = !card.isToken() || !(card.getCloneOrigin() == null); - final CardStateView state = card.getState(altState); - final String text = card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null); - final CardStateView flipState = card.getState(!altState); - final String flipText = card.getText(flipState, needTranslation ? CardTranslation.getTranslationTexts(flipState.getName(), "") : null); - CARD_ART_RATIO = 1.72f; - updateAreaSizes(ratio, ratio); - drawFlipCardImage(g, state, text, flipState, flipText, width, height, altState); - } else if (card.isAdventureCard()) { - boolean needTranslation = !card.isToken() || !(card.getCloneOrigin() == null); - final CardStateView state = card.getState(false); - final String text = card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null); - final CardStateView advState = card.getState(true); - final String advText = card.getText(advState, needTranslation ? CardTranslation.getTranslationTexts(advState.getName(), "") : null); - CARD_ART_RATIO = 1.32f; - updateAreaSizes(ratio, ratio); - drawAdvCardImage(g, state, text, advState, advText, width, height); - } else { - boolean needTranslation = !card.isToken() || !(card.getCloneOrigin() == null); - final CardStateView state = card.getState(altState); - final String text = card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null); - CARD_ART_RATIO = 1.32f; - updateAreaSizes(ratio, ratio); - drawCardStateImage(g, state, text, width, height); - } - } - private static void updateAreaSizes(float mainRatio, float subRatio) { NAME_SIZE = Math.round(NAME_FONT.getSize() * mainRatio); TYPE_SIZE = Math.round(TYPE_FONT.getSize() * subRatio); TEXT_SIZE = Math.round(TEXT_FONT.getSize() * mainRatio); REMINDER_SIZE = Math.round(REMINDER_FONT.getSize() * mainRatio); PT_SIZE = Math.round(PT_FONT.getSize() * mainRatio); + ARTIST_SIZE = Math.round(ARTIST_FONT.getSize() * mainRatio); PT_BOX_WIDTH = Math.round(75 * mainRatio); HEADER_PADDING = Math.round(7 * mainRatio); TYPE_PADDING = Math.round(7 * subRatio) + (mainRatio == subRatio ? (NAME_SIZE - TYPE_SIZE) / 2 : 0); - BORDER_THICKNESS = Math.max(Math.round(2 * mainRatio), 1); + BOX_LINE_THICKNESS = Math.max(Math.round(2 * mainRatio), 1); BLACK_BORDER_THICKNESS = Math.round(10 * mainRatio); + ART_INSET = Math.round(BLACK_BORDER_THICKNESS * 0.6f); + OUTER_BORDER_THICKNESS = Math.round(1.2f * BLACK_BORDER_THICKNESS) - ART_INSET; } - private static void drawCardStateImage(Graphics2D g, CardStateView state, String text, int w, int h) { - int x = 0, y = 0; + public static void drawCardImage(Graphics2D g, CardView card, boolean altState, int width, int height, BufferedImage art, String legalString) { + if (!isInitialed) { + initialize(); + } + g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); + g.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON); + g.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BICUBIC); + float ratio = Math.min((float)width / BASE_IMAGE_WIDTH, (float)height / BASE_IMAGE_HEIGHT); + BLACK_BORDER_THICKNESS = Math.round(10 * ratio); g.setColor(Color.BLACK); - g.fillRect(x, y, w, h); - x += BLACK_BORDER_THICKNESS; - y += BLACK_BORDER_THICKNESS; - w -= 2 * BLACK_BORDER_THICKNESS; - h -= 2 * BLACK_BORDER_THICKNESS; + g.fillRect(0, 0, width, height); + + if (legalString != null) { + TEXT_COLOR = Color.LIGHT_GRAY; + int x = BLACK_BORDER_THICKNESS * 3; + int y = height - BLACK_BORDER_THICKNESS * 3; + int w = width; + boolean hasPTBox = false; + if (!card.isSplitCard() && !card.isFlipCard()) { + final CardStateView state = card.getState(card.isAdventureCard() ? false : altState); + if ((state.isCreature() && !state.getKeywordKey().contains("Level up")) + || state.isPlaneswalker() || state.getType().hasSubtype("Vehicle")) + hasPTBox = true; + } + if (hasPTBox) { + w -= PT_BOX_WIDTH + BLACK_BORDER_THICKNESS * 5; + } else { + w -= BLACK_BORDER_THICKNESS * 6; + } + int h = BLACK_BORDER_THICKNESS * 3; + drawVerticallyCenteredString(g, legalString, new Rectangle(x, y, w, h), ARTIST_FONT, ARTIST_SIZE); + } + + width -= 2 * BLACK_BORDER_THICKNESS; + height -= 2 * BLACK_BORDER_THICKNESS; + g.translate(BLACK_BORDER_THICKNESS, BLACK_BORDER_THICKNESS); + TEXT_COLOR = Color.BLACK; + if (card.isSplitCard()) { + boolean needTranslation = !"en-US".equals(FModel.getPreferences().getPref(FPref.UI_LANGUAGE)); + final CardStateView leftState = card.getLeftSplitState(); + final String leftText = needTranslation ? CardTranslation.getTranslatedOracle(leftState.getName()) : leftState.getOracleText(); + final CardStateView rightState = card.getRightSplitState(); + String rightText = needTranslation ? CardTranslation.getTranslatedOracle(rightState.getName()) : rightState.getOracleText(); + boolean isAftermath = (rightState.getKeywordKey().contains("Aftermath")); + BufferedImage leftArt = null; + BufferedImage rightArt = null; + if (isAftermath) { + if (art != null) { + int leftWidth = Math.round(art.getWidth() * 0.61328125f); + leftArt = art.getSubimage(0, 0, leftWidth, art.getHeight()); + rightArt = art.getSubimage(leftWidth, 0, art.getWidth() - leftWidth, art.getHeight()); + } + int halfHeight = Math.round(370 * ratio); + int halfWidth = Math.round((halfHeight - 10) * ratio); + CARD_ART_RATIO = 2.719f; + updateAreaSizes(ratio, ratio); + drawCardStateImage(g, leftState, leftText, width, halfHeight, leftArt); + CARD_ART_RATIO = 1.714f; + int widthAdjust = OUTER_BORDER_THICKNESS; + int heightAdjust = OUTER_BORDER_THICKNESS + PT_SIZE / 2; + g.translate((double) width - widthAdjust, (double)halfWidth); + g.rotate(Math.PI / 2.); + drawCardStateImage(g, rightState, rightText, height - halfWidth - heightAdjust, width, rightArt); + } else { + if (art != null) { + leftArt = art.getSubimage(0, 0, art.getWidth() / 2, art.getHeight()); + rightArt = art.getSubimage(art.getWidth() / 2, 0, art.getWidth() / 2, art.getHeight()); + } + CARD_ART_RATIO = 1.443f; + updateAreaSizes(ratio, (float)height / 2f / (float)width); + int widthAdjust = OUTER_BORDER_THICKNESS + PT_SIZE / 2; + int heightAdjust = height - widthAdjust - BLACK_BORDER_THICKNESS; + AffineTransform tf = g.getTransform(); + g.translate(0., (double)(height - widthAdjust)); + g.rotate(-Math.PI / 2.); + drawCardStateImage(g, leftState, leftText, heightAdjust / 2, width + widthAdjust, leftArt); + g.setTransform(tf); + g.translate(0., (double)(heightAdjust / 2)); + g.rotate(-Math.PI / 2.); + drawCardStateImage(g, rightState, rightText, heightAdjust / 2, width + widthAdjust, rightArt); + } + } else if (card.isFlipCard()) { + boolean needTranslation = !card.isToken() || !(card.getCloneOrigin() == null); + final CardStateView state = card.getState(false); + final String text = card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null); + final CardStateView flipState = card.getState(true); + final String flipText = card.getText(flipState, needTranslation ? CardTranslation.getTranslationTexts(flipState.getName(), "") : null); + CARD_ART_RATIO = 1.728f; + updateAreaSizes(ratio, ratio); + int heightAdjust = OUTER_BORDER_THICKNESS + PT_SIZE / 2; + if (altState) { + g.translate(width, height); + g.rotate(Math.PI); + } + drawFlipCardImage(g, state, text, flipState, flipText, width, height - heightAdjust, art); + } else if (card.isAdventureCard()) { + boolean needTranslation = !card.isToken() || !(card.getCloneOrigin() == null); + final CardStateView state = card.getState(false); + final String text = card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null); + final CardStateView advState = card.getState(true); + final String advText = card.getText(advState, needTranslation ? CardTranslation.getTranslationTexts(advState.getName(), "") : null); + CARD_ART_RATIO = 1.37f; + updateAreaSizes(ratio, ratio); + drawAdvCardImage(g, state, text, advState, advText, width, height, art); + } else { + boolean needTranslation = !card.isToken() || !(card.getCloneOrigin() == null); + final CardStateView state = card.getState(altState); + final String text = card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null); + CARD_ART_RATIO = 1.37f; + if (art != null && Math.abs((float)art.getWidth() / (float)art.getHeight() - CARD_ART_RATIO) > 0.1f) { + CARD_ART_RATIO = (float)art.getWidth() / (float)art.getHeight(); + } + updateAreaSizes(ratio, ratio); + drawCardStateImage(g, state, text, width, height, art); + } + g.dispose(); + } + + private static void drawCardStateImage(Graphics2D g, CardStateView state, String text, int w, int h, BufferedImage art) { + int x = 0, y = 0; //determine colors for borders final List borderColors = CardDetailUtil.getBorderColors(state, true); - Color[] colors = fillColorBackground(g, borderColors, x, y, w, h); + Color[] colors = fillColorBackground(g, borderColors, x, y, w, h, BLACK_BORDER_THICKNESS); - int artInset = Math.round(BLACK_BORDER_THICKNESS * 0.8f); - int outerBorderThickness = 2 * BLACK_BORDER_THICKNESS - artInset; - x += outerBorderThickness; - y += outerBorderThickness; - w -= 2 * outerBorderThickness; + x += OUTER_BORDER_THICKNESS; + y += OUTER_BORDER_THICKNESS; + w -= 2 * OUTER_BORDER_THICKNESS; int headerHeight = NAME_SIZE + 2 * HEADER_PADDING; int typeBoxHeight = TYPE_SIZE + 2 * TYPE_PADDING; int ptBoxHeight = 0; if (state.isCreature() || state.isPlaneswalker() || state.getType().hasSubtype("Vehicle")) { //if P/T box needed, make room for it - ptBoxHeight = NAME_SIZE + HEADER_PADDING; + ptBoxHeight = headerHeight; } - int artWidth = w - 2 * artInset; + int artWidth = w - 2 * ART_INSET; int artHeight = Math.round(artWidth / CARD_ART_RATIO); - int textBoxHeight = h - headerHeight - artHeight - typeBoxHeight - outerBorderThickness - artInset - PT_FONT.getSize() / 2; + int textBoxHeight = h - headerHeight - artHeight - typeBoxHeight - OUTER_BORDER_THICKNESS - ART_INSET - PT_SIZE / 2; int artY = y + headerHeight; int typeY = artY + artHeight; @@ -257,7 +310,7 @@ public class FCardImageRenderer { boolean isDungeon = state.getType().isDungeon(); if (isSaga || isClass || isDungeon) { // Move type line to the bottom - typeY = ptY - typeBoxHeight; + typeY = ptY - Math.round(typeBoxHeight * 1.2f); if (!isDungeon) artWidth = artWidth / 2; artHeight = typeY - artY; @@ -268,8 +321,8 @@ public class FCardImageRenderer { //draw art box with Forge icon if (!isDungeon) { Color[] artBoxColors = tintColors(Color.DARK_GRAY, colors, NAME_BOX_TINT); - int artX = x + artInset + (isSaga ? artWidth : 0); - drawArt(g, artBoxColors, artX, artY, artWidth, artHeight); + int artX = x + ART_INSET + (isSaga ? artWidth : 0); + drawArt(g, artBoxColors, artX, artY, artWidth, artHeight, art); } //handle leveler cards @@ -320,7 +373,7 @@ public class FCardImageRenderer { } } - int textX = x + artInset; + int textX = x + ART_INSET; //draw text box Color[] textBox1Colors = tintColors(Color.WHITE, colors, TEXT_BOX_TINT); @@ -364,7 +417,7 @@ public class FCardImageRenderer { } else { //draw text box Color[] textBoxColors = tintColors(Color.WHITE, colors, TEXT_BOX_TINT); - int textX = x + artInset + (isClass ? artWidth : 0); + int textX = x + ART_INSET + (isClass ? artWidth : 0); drawTextBox(g, state, text, textBoxColors, textX, textY, artWidth, textBoxHeight, ptBoxHeight > 0 ? 1 : 0); //draw P/T box @@ -377,63 +430,53 @@ public class FCardImageRenderer { //draw header containing name and mana cost Color[] headerColors = tintColors(Color.WHITE, colors, NAME_BOX_TINT); - drawHeader(g, state, headerColors, x, y, w, headerHeight, true); + drawHeader(g, state, headerColors, x, y, w, headerHeight, true, true); //draw type line - drawTypeLine(g, state, headerColors, x, typeY, w, typeBoxHeight, 0, true); + drawTypeLine(g, state, headerColors, x, typeY, w, typeBoxHeight, 0, true, true); } - private static void drawFlipCardImage(Graphics2D g, CardStateView state, String text, CardStateView flipState, String flipText, int w, int h, boolean isFlipped) { + private static void drawFlipCardImage(Graphics2D g, CardStateView state, String text, CardStateView flipState, String flipText, int w, int h, BufferedImage art) { int width = w, height = h; int x = 0, y = 0; - g.setColor(Color.BLACK); - g.fillRect(x, y, w, h); - x += BLACK_BORDER_THICKNESS; - y += BLACK_BORDER_THICKNESS; - w -= 2 * BLACK_BORDER_THICKNESS; - h -= 2 * BLACK_BORDER_THICKNESS; //determine colors for borders final List borderColors = CardDetailUtil.getBorderColors(state, true); - Color[] colors = fillColorBackground(g, borderColors, x, y, w, h); + Color[] colors = fillColorBackground(g, borderColors, x, y, w, h, 0); - int artInset = Math.round(BLACK_BORDER_THICKNESS * 0.8f); - int outerBorderThickness = 2 * BLACK_BORDER_THICKNESS - artInset; - x += outerBorderThickness; - y += outerBorderThickness; - w -= 2 * outerBorderThickness; - h -= 2 * outerBorderThickness; + x += OUTER_BORDER_THICKNESS; + y += OUTER_BORDER_THICKNESS; + w -= 2 * OUTER_BORDER_THICKNESS; + h -= 2 * OUTER_BORDER_THICKNESS; int headerHeight = NAME_SIZE + 2 * HEADER_PADDING; int typeBoxHeight = TYPE_SIZE + 2 * TYPE_PADDING; - int artWidth = w - 2 * artInset; + int artWidth = w - 2 * ART_INSET; int artHeight = Math.round(artWidth / CARD_ART_RATIO); int textBoxHeight = (h - (headerHeight + typeBoxHeight) * 2 - artHeight) / 2; - int ptBoxHeight = NAME_SIZE + HEADER_PADDING; + int ptBoxHeight = headerHeight; int textY = y + headerHeight; int typeY = textY + textBoxHeight; int artY = typeY + typeBoxHeight; - int ptY = typeY - 4; + int ptY = typeY + 1; //draw art box with Forge icon - if (!isFlipped) { - Color[] artBoxColors = tintColors(Color.DARK_GRAY, colors, NAME_BOX_TINT); - int artX = x + artInset; - drawArt(g, artBoxColors, artX, artY, artWidth, artHeight); - } + Color[] artBoxColors = tintColors(Color.DARK_GRAY, colors, NAME_BOX_TINT); + int artX = x + ART_INSET; + drawArt(g, artBoxColors, artX, artY, artWidth, artHeight, art); //draw text box Color[] textBoxColors = tintColors(Color.WHITE, colors, TEXT_BOX_TINT); - int textX = x + artInset; + int textX = x + ART_INSET; drawTextBox(g, state, text, textBoxColors, textX, textY, artWidth, textBoxHeight, 0); //draw header containing name and mana cost Color[] headerColors = tintColors(Color.WHITE, colors, NAME_BOX_TINT); - drawHeader(g, state, headerColors, x, y, w, headerHeight, !isFlipped); + drawHeader(g, state, headerColors, x, y, w, headerHeight, true, true); //draw type line - drawTypeLine(g, state, headerColors, x, typeY, w, typeBoxHeight, state.isCreature() ? PT_BOX_WIDTH : 0, !isFlipped); + drawTypeLine(g, state, headerColors, x, typeY, w, typeBoxHeight, state.isCreature() ? PT_BOX_WIDTH : 0, true, true); //draw P/T box if (state.isCreature()) { @@ -445,21 +488,14 @@ public class FCardImageRenderer { g.translate(width, height); g.rotate(Math.PI); - //draw art box with Forge icon - if (isFlipped) { - Color[] artBoxColors = tintColors(Color.DARK_GRAY, colors, NAME_BOX_TINT); - int artX = x + artInset; - drawArt(g, artBoxColors, artX, artY, artWidth, artHeight); - } - //draw text box drawTextBox(g, flipState, flipText, textBoxColors, textX, textY, artWidth, textBoxHeight, 0); //draw header containing name and mana cost - drawHeader(g, flipState, headerColors, x, y, w, headerHeight, isFlipped); + drawHeader(g, flipState, headerColors, x, y, w, headerHeight, false, true); //draw type line - drawTypeLine(g, flipState, headerColors, x, typeY, w, typeBoxHeight, flipState.isCreature() ? PT_BOX_WIDTH : 0, isFlipped); + drawTypeLine(g, flipState, headerColors, x, typeY, w, typeBoxHeight, flipState.isCreature() ? PT_BOX_WIDTH : 0, false, true); //draw P/T box if (flipState.isCreature()) { @@ -468,32 +504,24 @@ public class FCardImageRenderer { } } - private static void drawAdvCardImage(Graphics2D g, CardStateView state, String text, CardStateView advState, String advText, int w, int h) { + private static void drawAdvCardImage(Graphics2D g, CardStateView state, String text, CardStateView advState, String advText, int w, int h, BufferedImage art) { int x = 0, y = 0; - g.setColor(Color.BLACK); - g.fillRect(x, y, w, h); - x += BLACK_BORDER_THICKNESS; - y += BLACK_BORDER_THICKNESS; - w -= 2 * BLACK_BORDER_THICKNESS; - h -= 2 * BLACK_BORDER_THICKNESS; //determine colors for borders final List borderColors = CardDetailUtil.getBorderColors(state, true); - Color[] colors = fillColorBackground(g, borderColors, x, y, w, h); + Color[] colors = fillColorBackground(g, borderColors, x, y, w, h, BLACK_BORDER_THICKNESS); - int artInset = Math.round(BLACK_BORDER_THICKNESS * 0.8f); - int outerBorderThickness = 2 * BLACK_BORDER_THICKNESS - artInset; - x += outerBorderThickness; - y += outerBorderThickness; - w -= 2 * outerBorderThickness; + x += OUTER_BORDER_THICKNESS; + y += OUTER_BORDER_THICKNESS; + w -= 2 * OUTER_BORDER_THICKNESS; int headerHeight = NAME_SIZE + 2 * HEADER_PADDING; int typeBoxHeight = TYPE_SIZE + 2 * TYPE_PADDING; - int ptBoxHeight = NAME_SIZE + HEADER_PADDING; + int ptBoxHeight = headerHeight; - int artWidth = w - 2 * artInset; + int artWidth = w - 2 * ART_INSET; int artHeight = Math.round(artWidth / CARD_ART_RATIO); int textBoxWidth = artWidth / 2; - int textBoxHeight = h - headerHeight - artHeight - typeBoxHeight - outerBorderThickness - artInset - PT_FONT.getSize() / 2; + int textBoxHeight = h - headerHeight - artHeight - typeBoxHeight - OUTER_BORDER_THICKNESS - ART_INSET - PT_SIZE / 2; int artY = y + headerHeight; int typeY = artY + artHeight; @@ -502,20 +530,20 @@ public class FCardImageRenderer { //draw art box with Forge icon Color[] artBoxColors = tintColors(Color.DARK_GRAY, colors, NAME_BOX_TINT); - int artX = x + artInset; - drawArt(g, artBoxColors, artX, artY, artWidth, artHeight); + int artX = x + ART_INSET; + drawArt(g, artBoxColors, artX, artY, artWidth, artHeight, art); //draw text box Color[] textBoxColors = tintColors(Color.WHITE, colors, TEXT_BOX_TINT); - int textX = x + artInset + textBoxWidth; + int textX = x + ART_INSET + textBoxWidth; drawTextBox(g, state, text, textBoxColors, textX, textY, textBoxWidth, textBoxHeight, 1); //draw header containing name and mana cost Color[] headerColors = tintColors(Color.WHITE, colors, NAME_BOX_TINT); - drawHeader(g, state, headerColors, x, y, w, headerHeight, true); + drawHeader(g, state, headerColors, x, y, w, headerHeight, true, true); //draw type line - drawTypeLine(g, state, headerColors, x, typeY, w, typeBoxHeight, 0, true); + drawTypeLine(g, state, headerColors, x, typeY, w, typeBoxHeight, 0, true, true); //draw P/T box Color[] ptColors = tintColors(Color.WHITE, colors, PT_BOX_TINT); @@ -525,32 +553,31 @@ public class FCardImageRenderer { int advTypeHeight = advHeaderHeight - 1; NAME_SIZE = TYPE_SIZE - 2; TYPE_SIZE = NAME_SIZE - 1; - textX = x + artInset; + textX = x + ART_INSET; //draw header containing name and mana cost Color[] advheaderColors = tintColors(Color.GRAY, colors, 0.6f); TEXT_COLOR = Color.WHITE; - drawHeader(g, advState, advheaderColors, textX, textY, textBoxWidth, advHeaderHeight, true); + drawHeader(g, advState, advheaderColors, textX, textY, textBoxWidth, advHeaderHeight, true, false); //draw type line Color[] advTypeColors = tintColors(Color.DARK_GRAY, colors, 0.6f); - textY += advHeaderHeight; - drawTypeLine(g, advState, advTypeColors, textX, textY, textBoxWidth, advTypeHeight, 0, false); + drawTypeLine(g, advState, advTypeColors, textX, textY + advHeaderHeight, textBoxWidth, advTypeHeight, 0, false, false); //draw text box TEXT_COLOR = Color.BLACK; - textY += advTypeHeight; - textBoxHeight -= advHeaderHeight + advTypeHeight; - drawTextBox(g, advState, advText, textBoxColors, textX, textY, textBoxWidth, textBoxHeight, 0); + int yAdjust = advHeaderHeight + advTypeHeight; + drawTextBox(g, advState, advText, textBoxColors, textX, textY, textBoxWidth, textBoxHeight, (yAdjust << 16)); } - private static Color[] fillColorBackground(Graphics2D g, List backColors, int x, int y, int w, int h) { + private static Color[] fillColorBackground(Graphics2D g, List backColors, int x, int y, int w, int h, int borderThickness) { Color[] colors = new Color[backColors.size()]; for (int i = 0; i < colors.length; i++) { DetailColors dc = backColors.get(i); colors[i] = new Color(dc.r, dc.g, dc.b); } - fillColorBackground(g, colors, x, y, w, h); + fillRoundColorBackground(g, colors, x, y, w, h - 2 * borderThickness, borderThickness * 12, borderThickness * 10); + fillColorBackground(g, colors, x, y, w, 10 * borderThickness); return colors; } private static void fillColorBackground(Graphics2D g, Color[] colors, float x, float y, float w, float h) { @@ -577,15 +604,39 @@ public class FCardImageRenderer { } g.setPaint(oldPaint); } + private static void fillRoundColorBackground(Graphics2D g, Color[] colors, float x, float y, float w, float h, float arcWidth, float arcHeight) { + Paint oldPaint = g.getPaint(); + switch (colors.length) { + case 1: + g.setColor(colors[0]); + g.fillRoundRect(Math.round(x), Math.round(y), Math.round(w), Math.round(h), Math.round(arcWidth), Math.round(arcHeight)); + break; + case 2: + GradientPaint gradient = new GradientPaint(x, y, colors[0], x + w, y, colors[1]); + g.setPaint(gradient); + g.fillRoundRect(Math.round(x), Math.round(y), Math.round(w), Math.round(h), Math.round(arcWidth), Math.round(arcHeight)); + break; + case 3: + float halfWidth = w / 2; + GradientPaint gradient1 = new GradientPaint(x, y, colors[0], x + halfWidth, y, colors[1]); + g.setPaint(gradient1); + g.fillRoundRect(Math.round(x), Math.round(y), Math.round(halfWidth + arcWidth), Math.round(h), Math.round(arcWidth), Math.round(arcHeight)); + GradientPaint gradient2 = new GradientPaint(x + halfWidth, y, colors[1], x + w, y, colors[2]); + g.setPaint(gradient2); + g.fillRoundRect(Math.round(x + halfWidth - arcWidth), Math.round(y), Math.round(halfWidth + arcWidth), Math.round(h), Math.round(arcWidth), Math.round(arcHeight)); + break; + } + g.setPaint(oldPaint); + } private static void drawVerticallyCenteredString(Graphics2D g, String text, Rectangle area, Font originalFont, int size) { - Font font = getShrinkFont(originalFont, size); + Font font = getFontBySize(originalFont, size); FontMetrics fontMetrics = g.getFontMetrics(font); // Shrink font if the text is too long while (fontMetrics.stringWidth(text) > area.width) { --size; - font = getShrinkFont(originalFont, size); + font = getFontBySize(originalFont, size); fontMetrics = g.getFontMetrics(font); } @@ -597,19 +648,20 @@ public class FCardImageRenderer { g.drawString(text, x, y); } - private static void drawHeader(Graphics2D g, CardStateView state, Color[] colors, int x, int y, int w, int h, boolean drawMana) { - fillColorBackground(g, colors, x, y, w, h); - g.setStroke(new BasicStroke(BORDER_THICKNESS)); - g.setColor(Color.BLACK); - g.drawRect(x, y, w, h); - - int padding = h / 4; + private static void drawHeader(Graphics2D g, CardStateView state, Color[] colors, int x, int y, int w, int h, boolean drawMana, boolean drawRoundRect) { + int padding = h / 3; + fillRoundColorBackground(g, colors, x, y, w, h, drawRoundRect ? padding : 0, drawRoundRect ? h : 0); + if (drawRoundRect) { + g.setStroke(new BasicStroke(BOX_LINE_THICKNESS)); + g.setColor(Color.BLACK); + g.drawRoundRect(x, y, w, h, padding, h); + } //draw mana cost for card if (drawMana) { ManaCost manaCost = state.getManaCost(); int manaCostWidth = manaCost.getGlyphCount() * NAME_SIZE + HEADER_PADDING; - CardFaceSymbols.draw(g, manaCost, x + w - manaCostWidth, y + (h - NAME_SIZE) / 2 + 1, NAME_SIZE); + CardFaceSymbols.draw(g, manaCost, x + w - manaCostWidth, y + (h - NAME_SIZE) / 2 + 1, NAME_SIZE - 1); w -= padding + manaCostWidth; } @@ -621,31 +673,47 @@ public class FCardImageRenderer { } - private static void drawArt(Graphics2D g, Color[] colors, int x, int y, int w, int h) { - fillColorBackground(g, colors, x, y, w, h); - SkinIcon art = FSkin.getIcon(FSkinProp.ICO_LOGO); - float artWidth = (float)art.getSizeForPaint(g).getWidth(); - float artHeight = (float)art.getSizeForPaint(g).getHeight(); - if (artWidth / artHeight >= (float)w / (float)h) { - int newH = Math.round(w * (artHeight / artWidth)); - FSkin.drawImage(g, art, x, y + (h - newH) / 2, w, newH); + private static void drawArt(Graphics2D g, Color[] colors, int x, int y, int w, int h, BufferedImage art) { + if (art != null) { + int artWidth = art.getWidth(); + int artHeight = art.getHeight(); + if ((float)artWidth / (float)artHeight >= (float)w / (float)h) { + int newW = Math.round(artHeight * ((float)w / (float)h)); + int newX = (artWidth - newW) / 2; + g.drawImage(art, x, y, x + w, y + h, newX, 0, newX + newW, art.getHeight(), null); + } else { + int newH = Math.round(artWidth * ((float)h / (float)w)); + int newY = (artHeight - newH) / 2; + g.drawImage(art, x, y, x + w, y + h, 0, newY, art.getWidth(), newY + newH, null); + } } else { - int newW = Math.round(h * (artWidth / artHeight)); - FSkin.drawImage(g, art, x + (w - newW) / 2, y, newW, h); + fillColorBackground(g, colors, x, y, w, h); + SkinIcon icon = FSkin.getIcon(FSkinProp.ICO_LOGO); + float artWidth = (float)icon.getSizeForPaint(g).getWidth(); + float artHeight = (float)icon.getSizeForPaint(g).getHeight(); + if (artWidth / artHeight >= (float)w / (float)h) { + int newH = Math.round(w * (artHeight / artWidth)); + FSkin.drawImage(g, icon, x, y + (h - newH) / 2, w, newH); + } else { + int newW = Math.round(h * (artWidth / artHeight)); + FSkin.drawImage(g, icon, x + (w - newW) / 2, y, newW, h); + } } - g.setStroke(new BasicStroke(BORDER_THICKNESS)); + g.setStroke(new BasicStroke(BOX_LINE_THICKNESS)); g.setColor(Color.BLACK); g.drawRect(x, y, w, h); } - private static void drawTypeLine(Graphics2D g, CardStateView state, Color[] colors, int x, int y, int w, int h, int adjust, boolean drawRarity) { - fillColorBackground(g, colors, x, y, w, h); - g.setStroke(new BasicStroke(BORDER_THICKNESS)); - g.setColor(Color.BLACK); - g.drawRect(x, y, w, h); + private static void drawTypeLine(Graphics2D g, CardStateView state, Color[] colors, int x, int y, int w, int h, int adjust, boolean drawRarity, boolean drawRoundRect) { + int padding = h / 3; + fillRoundColorBackground(g, colors, x, y, w, h, drawRoundRect ? padding : 0, drawRoundRect ? h : 0); + if (drawRoundRect) { + g.setStroke(new BasicStroke(BOX_LINE_THICKNESS)); + g.setColor(Color.BLACK); + g.drawRoundRect(x, y, w, h, padding, h); + } w -= adjust; - int padding = h / 4; //draw square icon for rarity if (drawRarity) { @@ -653,7 +721,7 @@ public class FCardImageRenderer { int iconPadding = (h - iconSize) / 2; w -= iconSize + iconPadding * 2; g.setColor(getRarityColor(state.getRarity())); - g.fillRect(x + w + iconPadding, y + (h - iconSize) / 2, iconSize, iconSize); + g.fillRect(x + w + iconPadding, y + (h - iconSize + 1) / 2, iconSize, iconSize); } //draw type @@ -664,12 +732,13 @@ public class FCardImageRenderer { } /** - * @param flagPTBox [0] bit: has PT box, [1] bit: leveler PT box, [2] bit: leveler Level box + * @param textBoxFlags [0] bit: has PT box, [1] bit: leveler PT box, [2] bit: leveler Level box, [16~31] bit: y adjust */ private static void drawTextBox(Graphics2D g, CardStateView state, String text, Color[] colors, - int x, int y, int w, int h, int flagPTBox) { - fillColorBackground(g, colors, x, y, w, h); - g.setStroke(new BasicStroke(BORDER_THICKNESS)); + int x, int y, int w, int h, int textBoxFlags) { + int yAdjust = (textBoxFlags >> 16); + fillColorBackground(g, colors, x, y + yAdjust, w, h - yAdjust); + g.setStroke(new BasicStroke(BOX_LINE_THICKNESS)); g.setColor(Color.BLACK); g.drawRect(x, y, w, h); @@ -705,9 +774,9 @@ public class FCardImageRenderer { int padding = TEXT_SIZE / 4; x += padding; w -= 2 * padding; - if ((flagPTBox & 2) == 2) + if ((textBoxFlags & 2) == 2) w -= PT_BOX_WIDTH; - drawTextBoxText(g, text, x, y, w, h, flagPTBox); + drawTextBoxText(g, text, x, y + yAdjust, w, h - yAdjust, textBoxFlags); } } @@ -726,18 +795,22 @@ public class FCardImageRenderer { } } else if (state.isPlaneswalker()) { + Color [] pwColor = { Color.BLACK }; + colors = pwColor; + TEXT_COLOR = Color.WHITE; pieces.add(String.valueOf(state.getLoyalty())); } else if (state.getType().hasSubtype("Vehicle")) { - pieces.add("["); + Color [] vhColor = { new Color(128, 96, 64) }; + colors = vhColor; + TEXT_COLOR = Color.WHITE; pieces.add(String.valueOf(state.getPower())); pieces.add("/"); pieces.add(String.valueOf(state.getToughness())); - pieces.add("]"); } else { return; } - Font font = getShrinkFont(PT_FONT, PT_SIZE); + Font font = getFontBySize(PT_FONT, PT_SIZE); FontMetrics metrics = g.getFontMetrics(font); int padding = PT_SIZE / 4; int totalPieceWidth = -padding; @@ -747,24 +820,21 @@ public class FCardImageRenderer { pieceWidths[i] = pieceWidth; totalPieceWidth += pieceWidth; } - int boxHeight = metrics.getMaxAscent() + padding; + x += w - PT_BOX_WIDTH; + w = PT_BOX_WIDTH; - int boxWidth = Math.max(PT_BOX_WIDTH, totalPieceWidth + 2 * padding); - x += w - boxWidth; - y += h - boxHeight; - w = boxWidth; - h = boxHeight; + int arcWidth = h / 3; + fillRoundColorBackground(g, colors, x, y, w, h, arcWidth, h); + g.setStroke(new BasicStroke(BOX_LINE_THICKNESS)); + g.setColor(state.isPlaneswalker() ? Color.WHITE : Color.BLACK); + g.drawRoundRect(x, y, w, h, arcWidth, h); - fillColorBackground(g, colors, x, y, w, h); - g.setStroke(new BasicStroke(BORDER_THICKNESS)); - g.setColor(Color.BLACK); - g.drawRect(x, y, w, h); - - x += (boxWidth - totalPieceWidth) / 2; + x += (PT_BOX_WIDTH - totalPieceWidth) / 2; for (int i = 0; i < pieces.size(); i++) { drawVerticallyCenteredString(g, pieces.get(i), new Rectangle(x, y - 2, w, h), PT_FONT, PT_SIZE); x += pieceWidths[i]; } + TEXT_COLOR = Color.BLACK; } private static abstract class Piece { @@ -986,8 +1056,8 @@ public class FCardImageRenderer { } // Find font size that fit in the text box area - Font txFont = getShrinkFont(TEXT_FONT, TEXT_SIZE); - Font rmFont = getShrinkFont(REMINDER_FONT, REMINDER_SIZE); + Font txFont = getFontBySize(TEXT_FONT, TEXT_SIZE); + Font rmFont = getFontBySize(REMINDER_FONT, REMINDER_SIZE); FontMetrics txMetrics = g.getFontMetrics(txFont); FontMetrics rmMetrics = g.getFontMetrics(rmFont); int txFontSize = txFont.getSize(), rmFontSize = rmFont.getSize(); @@ -1017,10 +1087,10 @@ public class FCardImageRenderer { break; //Shrink font and do again --txFontSize; - txFont = getShrinkFont(TEXT_FONT, txFontSize); + txFont = getFontBySize(TEXT_FONT, txFontSize); txMetrics = g.getFontMetrics(txFont); --rmFontSize; - rmFont = getShrinkFont(REMINDER_FONT, rmFontSize); + rmFont = getFontBySize(REMINDER_FONT, rmFontSize); rmMetrics = g.getFontMetrics(rmFont); } while (txFontSize >= 8 && rmFontSize >= 8); @@ -1037,7 +1107,7 @@ public class FCardImageRenderer { y += pg.drawPieces(g, x + xoffset, y, w, lineSpacing + lineHeight, txFont, txMetrics, rmFont, rmMetrics); y += paraSpacing - lineSpacing; if (isLevelBox) { - txFont = getShrinkFont(TEXT_FONT, txFontSize + 10); + txFont = getFontBySize(TEXT_FONT, txFontSize + 10); txMetrics = g.getFontMetrics(txFont); y -= paraSpacing; } diff --git a/forge-gui/res/editions/15th Anniversary Cards.txt b/forge-gui/res/editions/15th Anniversary Cards.txt index b420193fd95..10e58c03e75 100644 --- a/forge-gui/res/editions/15th Anniversary Cards.txt +++ b/forge-gui/res/editions/15th Anniversary Cards.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=P15A [cards] -1 R Char -2 R Kamahl, Pit Fighter +1 R Char @Dave Dorman +2 R Kamahl, Pit Fighter @Kev Walker diff --git a/forge-gui/res/editions/2016 Heroes of the Realm.txt b/forge-gui/res/editions/2016 Heroes of the Realm.txt index 9e76792a3f4..54cd3425659 100644 --- a/forge-gui/res/editions/2016 Heroes of the Realm.txt +++ b/forge-gui/res/editions/2016 Heroes of the Realm.txt @@ -8,6 +8,6 @@ Type=Funny ScryfallCode=htr16 [cards] -1 M Chandra, Gremlin Wrangler -2 M Dungeon Master -3 M Nira, Hellkite Duelist +1 M Chandra, Gremlin Wrangler @Kari Christensen +2 M Dungeon Master @Mike Burns +3 M Nira, Hellkite Duelist @Yoichi Ito diff --git a/forge-gui/res/editions/2017 Heroes of the Realm.txt b/forge-gui/res/editions/2017 Heroes of the Realm.txt index 14600984e26..b48ec8a4f8d 100644 --- a/forge-gui/res/editions/2017 Heroes of the Realm.txt +++ b/forge-gui/res/editions/2017 Heroes of the Realm.txt @@ -8,6 +8,6 @@ Type=Funny ScryfallCode=HTR17 [cards] -1 M Diabolical Salvation -2 M Inzerva, Master of Insights -3 M M'Odo, the Gnarled Oracle +1 M Diabolical Salvation @Zoltan Boros +2 M Inzerva, Master of Insights @Filip Burburan +3 M M'Odo, the Gnarled Oracle @Johann Bodin diff --git a/forge-gui/res/editions/2018 Heroes of the Realm.txt b/forge-gui/res/editions/2018 Heroes of the Realm.txt index 3d17e6c408f..e208041b211 100644 --- a/forge-gui/res/editions/2018 Heroes of the Realm.txt +++ b/forge-gui/res/editions/2018 Heroes of the Realm.txt @@ -8,7 +8,7 @@ Type=Funny ScryfallCode=HTR18 [cards] -1 M Kharis & The Beholder -2 M Optimus Prime, Inspiring Leader -3 M Sol, Advocate Eternal -4 M The Legend of Arena +1 M Kharis & The Beholder @Joe Slucher +2 M Optimus Prime, Inspiring Leader @Steve Argyle +3 M Sol, Advocate Eternal @Randy Vargas +4 M The Legend of Arena @Olena Richards diff --git a/forge-gui/res/editions/2019 Heroes of the Realm.txt b/forge-gui/res/editions/2019 Heroes of the Realm.txt index 744172c46bd..8c0f5c6c5e2 100644 --- a/forge-gui/res/editions/2019 Heroes of the Realm.txt +++ b/forge-gui/res/editions/2019 Heroes of the Realm.txt @@ -8,10 +8,10 @@ Type=Funny ScryfallCode=HTR19 [cards] -1 M Collectigull -2 M Keeper of the Secret Lair -3 M War of the Spark -4 M Champions of Archery -5 M Myntasha, Honored One -6 M The Cinematic Phoenix -7 M Fabled Path of Searo Point +1 M Collectigull @Wylie Beckert +2 M Keeper of the Secret Lair @Brigitte Roka +3 M War of the Spark @Chris Seaman +4 M Champions of Archery @Donato Giancola +5 M Myntasha, Honored One @Liiga Smilshkalne +6 M The Cinematic Phoenix @Chuck Lukacs +7 M Fabled Path of Searo Point @Tom Wänerstrand diff --git a/forge-gui/res/editions/2021 Lunar New Year.txt b/forge-gui/res/editions/2021 Lunar New Year.txt index 78af5d1ea3c..66e3d4123b4 100644 --- a/forge-gui/res/editions/2021 Lunar New Year.txt +++ b/forge-gui/res/editions/2021 Lunar New Year.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PL21 [cards] -1 M Moraug, Fury of Akoum -1★ R Sethron, Hurloon General -2 M Ox of Agonas +1 M Moraug, Fury of Akoum @Rudy Siswanto +1★ R Sethron, Hurloon General @Fiona Hsieh +2 M Ox of Agonas @Lie Setiawan [tokens] r_2_3_minotaur diff --git a/forge-gui/res/editions/Aether Revolt Promos.txt b/forge-gui/res/editions/Aether Revolt Promos.txt index 718e24f0372..ebf1304906a 100644 --- a/forge-gui/res/editions/Aether Revolt Promos.txt +++ b/forge-gui/res/editions/Aether Revolt Promos.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=PAER [cards] -48 U Trophy Mage -75 R Yahenni's Expertise -93 R Quicksmith Rebel -175 R Scrap Trawler +48 U Trophy Mage @Anna Steinbauer +75 R Yahenni's Expertise @Jason A. Engle +93 R Quicksmith Rebel @Raymond Swanland +175 R Scrap Trawler @Daniel Ljunggren diff --git a/forge-gui/res/editions/Aether Revolt.txt b/forge-gui/res/editions/Aether Revolt.txt index ef5f2f742be..cd2a768528e 100644 --- a/forge-gui/res/editions/Aether Revolt.txt +++ b/forge-gui/res/editions/Aether Revolt.txt @@ -14,202 +14,202 @@ AdditionalSetUnlockedInQuest=MPS_KLD ScryfallCode=AER [cards] -1 U Aerial Modification -2 U Aeronaut Admiral -3 C Aether Inspector -4 R Aethergeode Miner -5 U Airdrop Aeronauts -6 C Alley Evasion -7 C Audacious Infiltrator -8 C Bastion Enforcer -9 R Call for Unity -10 C Caught in the Brights -11 R Consulate Crackdown -12 C Conviction -13 C Countless Gears Renegade -14 C Dawnfeather Eagle -15 U Deadeye Harpooner -16 C Decommission -17 U Deft Dismissal -18 M Exquisite Archangel -19 U Felidar Guardian -20 C Ghirapur Osprey -21 U Restoration Specialist -22 R Solemn Recruit -23 R Sram, Senior Edificer -24 R Sram's Expertise -25 U Thopter Arrest -26 C Aether Swooper -27 R Aethertide Whale -28 R Baral, Chief of Compliance -29 R Baral's Expertise -30 C Bastion Inventor -31 R Disallow -32 C Dispersal Technician -33 U Efficient Construction -34 C Hinterland Drake -35 C Ice Over -36 U Illusionist's Stratagem -37 C Leave in the Dust -38 M Mechanized Production -39 C Metallic Rebuke -40 C Negate -41 R Quicksmith Spy -42 U Reverse Engineer -43 U Salvage Scuttler -44 U Shielded Aether Thief -45 C Shipwreck Moray -46 U Skyship Plunderer -47 C Take into Custody -48 U Trophy Mage -49 R Whir of Invention -50 U Wind-Kin Raiders -51 C Aether Poisoner -52 C Alley Strangler -53 R Battle at the Bridge -54 C Cruel Finality -55 C Daring Demolition -56 C Defiant Salvager -57 U Fatal Push -58 C Fen Hauler -59 U Foundry Hornet -60 C Fourth Bridge Prowler -61 U Gifted Aetherborn -62 R Glint-Sleeve Siphoner -63 U Gonti's Machinations -64 M Herald of Anguish -65 U Ironclad Revolutionary -66 R Midnight Entourage -67 C Night Market Aeronaut -68 U Perilous Predicament -69 C Renegade's Getaway -70 C Resourceful Return -71 R Secret Salvage -72 U Sly Requisitioner -73 U Vengeful Rebel -74 R Yahenni, Undying Partisan -75 R Yahenni's Expertise -76 C Aether Chaser -77 C Chandra's Revolution -78 C Destructive Tampering -79 C Embraal Gear-Smasher -80 U Enraged Giant -81 R Freejam Regent -82 C Frontline Rebel -83 U Gremlin Infestation -84 U Hungry Flames -85 M Indomitable Creativity -86 U Invigorated Rampage -87 R Kari Zev, Skyship Raider -88 R Kari Zev's Expertise -89 C Lathnu Sailback -90 M Lightning Runner -91 R Pia's Revolution -92 C Precise Strike -93 R Quicksmith Rebel -94 U Ravenous Intruder -95 U Reckless Racer -96 R Release the Gremlins -97 U Scrapper Champion -98 C Shock -99 U Siege Modification -100 C Sweatworks Brawler -101 C Wrangle -102 C Aether Herder -103 C Aetherstream Leopard -104 M Aetherwind Basker -105 R Aid from the Cowl -106 C Druid of the Cowl -107 R Greenbelt Rampager -108 R Greenwheel Liberator -109 R Heroic Intervention -110 U Hidden Herbalists -111 C Highspire Infusion -112 U Lifecraft Awakening -113 C Lifecraft Cavalry -114 U Lifecrafter's Gift -115 U Maulfist Revolutionary -116 U Monstrous Onslaught -117 U Narnam Renegade -118 C Natural Obsolescence -119 U Peema Aether-Seer -120 C Prey Upon -121 U Ridgescale Tusker -122 R Rishkar, Peema Renegade -123 R Rishkar's Expertise -124 C Scrounging Bandar -125 C Silkweaver Elite -126 C Unbridled Growth -127 M Ajani Unyielding -128 R Dark Intimations -129 U Hidden Stockpile -130 U Maverick Thopterist -131 R Oath of Ajani -132 U Outland Boar -133 U Renegade Rallier -134 U Renegade Wheelsmith -135 U Rogue Refiner -136 U Spire Patrol -137 M Tezzeret the Schemer -138 U Tezzeret's Touch -139 U Weldfast Engineer -140 U Winding Constrictor -141 C Aegis Automaton -142 R Aethersphere Harvester -143 C Augmenting Automaton -144 U Barricade Breaker -145 U Cogwork Assembler -146 U Consulate Dreadnought -147 C Consulate Turret -148 U Crackdown Construct -149 U Daredevil Dragster -150 C Filigree Crawler -151 C Foundry Assembler -152 M Gonti's Aether Heart -153 M Heart of Kiran -154 R Hope of Ghirapur -155 C Implement of Combustion -156 C Implement of Examination -157 C Implement of Ferocity -158 C Implement of Improvement -159 C Implement of Malice -160 R Inspiring Statuary -161 C Irontread Crusher -162 R Lifecrafter's Bestiary -163 R Merchant's Dockhand -164 R Metallic Mimic -165 C Mobile Garrison -166 C Night Market Guard -167 U Ornithopter -168 U Pacification Array -169 M Paradox Engine -170 R Peacewalker Colossus -171 M Planar Bridge -172 C Prizefighter Construct -173 C Renegade Map -174 C Reservoir Walker -175 R Scrap Trawler -176 U Servo Schematic -177 U Treasure Keeper -178 C Universal Solvent -179 U Untethered Express -180 C Verdant Automaton -181 R Walking Ballista -182 C Watchful Automaton -183 C Welder Automaton -184 R Spire of Industry -185 M Ajani, Valiant Protector -186 C Inspiring Roar +1 U Aerial Modification @Jung Park +2 U Aeronaut Admiral @E. M. Gist +3 C Aether Inspector @Sidharth Chaturvedi +4 R Aethergeode Miner @Winona Nelson +5 U Airdrop Aeronauts @Greg Opalinski +6 C Alley Evasion @Scott Murphy +7 C Audacious Infiltrator @Jakub Kasper +8 C Bastion Enforcer @Matt Stewart +9 R Call for Unity @John Severin Brassell +10 C Caught in the Brights @Kieran Yanner +11 R Consulate Crackdown @Jonas De Ro +12 C Conviction @John Stanko +13 C Countless Gears Renegade @Dan Scott +14 C Dawnfeather Eagle @Sidharth Chaturvedi +15 U Deadeye Harpooner @Ryan Pancoast +16 C Decommission @Josh Hass +17 U Deft Dismissal @Izzy +18 M Exquisite Archangel @Brad Rigney +19 U Felidar Guardian @Jakub Kasper +20 C Ghirapur Osprey @Zezhou Chen +21 U Restoration Specialist @David Palumbo +22 R Solemn Recruit @Eric Deschamps +23 R Sram, Senior Edificer @Chris Rahn +24 R Sram's Expertise @Kieran Yanner +25 U Thopter Arrest @Kieran Yanner +26 C Aether Swooper @James Ryman +27 R Aethertide Whale @Steven Belledin +28 R Baral, Chief of Compliance @Wesley Burt +29 R Baral's Expertise @Todd Lockwood +30 C Bastion Inventor @Tony Foti +31 R Disallow @Min Yum +32 C Dispersal Technician @Scott Murphy +33 U Efficient Construction @Jonas De Ro +34 C Hinterland Drake @Lake Hurwitz +35 C Ice Over @Sidharth Chaturvedi +36 U Illusionist's Stratagem @Svetlin Velinov +37 C Leave in the Dust @Vincent Proce +38 M Mechanized Production @Adam Paquette +39 C Metallic Rebuke @Eric Deschamps +40 C Negate @Zack Stella +41 R Quicksmith Spy @Ryan Alexander Lee +42 U Reverse Engineer @Chase Stone +43 U Salvage Scuttler @Tony Foti +44 U Shielded Aether Thief @Lake Hurwitz +45 C Shipwreck Moray @Mike Bierek +46 U Skyship Plunderer @Slawomir Maniak +47 C Take into Custody @David Palumbo +48 U Trophy Mage @Anna Steinbauer +49 R Whir of Invention @Christine Choi +50 U Wind-Kin Raiders @Shreya Shetty +51 C Aether Poisoner @Yongjae Choi +52 C Alley Strangler @Efflam Mercier +53 R Battle at the Bridge @Chris Rallis +54 C Cruel Finality @Svetlin Velinov +55 C Daring Demolition @Svetlin Velinov +56 C Defiant Salvager @Volkan Baǵa +57 U Fatal Push @Eric Deschamps +58 C Fen Hauler @Sidharth Chaturvedi +59 U Foundry Hornet @Christopher Moeller +60 C Fourth Bridge Prowler @John Silva +61 U Gifted Aetherborn @Ryan Yee +62 R Glint-Sleeve Siphoner @Greg Opalinski +63 U Gonti's Machinations @Daarken +64 M Herald of Anguish @Vincent Proce +65 U Ironclad Revolutionary @Eric Deschamps +66 R Midnight Entourage @Lius Lasahido +67 C Night Market Aeronaut @Tyler Jacobson +68 U Perilous Predicament @Ryan Alexander Lee +69 C Renegade's Getaway @Ryan Yee +70 C Resourceful Return @Titus Lunter +71 R Secret Salvage @Tommy Arnold +72 U Sly Requisitioner @Dan Scott +73 U Vengeful Rebel @Tomasz Jedruszek +74 R Yahenni, Undying Partisan @Lius Lasahido +75 R Yahenni's Expertise @Daarken +76 C Aether Chaser @Jason Rainville +77 C Chandra's Revolution @Clint Cearley +78 C Destructive Tampering @Titus Lunter +79 C Embraal Gear-Smasher @Joseph Meehan +80 U Enraged Giant @Anthony Palumbo +81 R Freejam Regent @Volkan Baǵa +82 C Frontline Rebel @Winona Nelson +83 U Gremlin Infestation @Slawomir Maniak +84 U Hungry Flames @Izzy +85 M Indomitable Creativity @Deruchenko Alexander +86 U Invigorated Rampage @Craig J Spearing +87 R Kari Zev, Skyship Raider @Brad Rigney +88 R Kari Zev's Expertise @Jason Rainville +89 C Lathnu Sailback @Christopher Burdett +90 M Lightning Runner @Raymond Swanland +91 R Pia's Revolution @Clint Cearley +92 C Precise Strike @Tyler Jacobson +93 R Quicksmith Rebel @Kieran Yanner +94 U Ravenous Intruder @Mathias Kollros +95 U Reckless Racer @Viktor Titov +96 R Release the Gremlins @Izzy +97 U Scrapper Champion @Magali Villeneuve +98 C Shock @Jason Rainville +99 U Siege Modification @Sung Choi +100 C Sweatworks Brawler @Zack Stella +101 C Wrangle @Jason Rainville +102 C Aether Herder @Victor Adame Minguez +103 C Aetherstream Leopard @Winona Nelson +104 M Aetherwind Basker @Svetlin Velinov +105 R Aid from the Cowl @Viktor Titov +106 C Druid of the Cowl @Magali Villeneuve +107 R Greenbelt Rampager @Filip Burburan +108 R Greenwheel Liberator @Todd Lockwood +109 R Heroic Intervention @James Ryman +110 U Hidden Herbalists @Bastien L. Deharme +111 C Highspire Infusion @Anna Steinbauer +112 U Lifecraft Awakening @Raoul Vitale +113 C Lifecraft Cavalry @Svetlin Velinov +114 U Lifecrafter's Gift @Winona Nelson +115 U Maulfist Revolutionary @Scott Murphy +116 U Monstrous Onslaught @Slawomir Maniak +117 U Narnam Renegade @Greg Opalinski +118 C Natural Obsolescence @Eytan Zana +119 U Peema Aether-Seer @Howard Lyon +120 C Prey Upon @Ryan Pancoast +121 U Ridgescale Tusker @Winona Nelson +122 R Rishkar, Peema Renegade @Todd Lockwood +123 R Rishkar's Expertise @Magali Villeneuve +124 C Scrounging Bandar @Shreya Shetty +125 C Silkweaver Elite @Magali Villeneuve +126 C Unbridled Growth @Ryan Pancoast +127 M Ajani Unyielding @Kieran Yanner +128 R Dark Intimations @Chase Stone +129 U Hidden Stockpile @Darek Zabrocki +130 U Maverick Thopterist @Zack Stella +131 R Oath of Ajani @Wesley Burt +132 U Outland Boar @Winona Nelson +133 U Renegade Rallier @Kieran Yanner +134 U Renegade Wheelsmith @Darek Zabrocki +135 U Rogue Refiner @Victor Adame Minguez +136 U Spire Patrol @Dan Scott +137 M Tezzeret the Schemer @Ryan Alexander Lee +138 U Tezzeret's Touch @Chris Rallis +139 U Weldfast Engineer @Sara Winters +140 U Winding Constrictor @Izzy +141 C Aegis Automaton @Kieran Yanner +142 R Aethersphere Harvester @Christine Choi +143 C Augmenting Automaton @Jason Rainville +144 U Barricade Breaker @Karl Kopinski +145 U Cogwork Assembler @Joseph Meehan +146 U Consulate Dreadnought @Cliff Childs +147 C Consulate Turret @Eric Deschamps +148 U Crackdown Construct @Johannes Voss +149 U Daredevil Dragster @Titus Lunter +150 C Filigree Crawler @James Paick +151 C Foundry Assembler @Karl Kopinski +152 M Gonti's Aether Heart @Vincent Proce +153 M Heart of Kiran @Jaime Jones +154 R Hope of Ghirapur @Lius Lasahido +155 C Implement of Combustion @Efflam Mercier +156 C Implement of Examination @Darek Zabrocki +157 C Implement of Ferocity @Jason Kang +158 C Implement of Improvement @Kieran Yanner +159 C Implement of Malice @Titus Lunter +160 R Inspiring Statuary @Kirsten Zirngibl +161 C Irontread Crusher @Jason A. Engle +162 R Lifecrafter's Bestiary @Izzy +163 R Merchant's Dockhand @Christine Choi +164 R Metallic Mimic @Zack Stella +165 C Mobile Garrison @Cliff Childs +166 C Night Market Guard @Steve Argyle +167 U Ornithopter @Mathias Kollros +168 U Pacification Array @Joseph Meehan +169 M Paradox Engine @Christine Choi +170 R Peacewalker Colossus @Vincent Proce +171 M Planar Bridge @Chase Stone +172 C Prizefighter Construct @Daniel Ljunggren +173 C Renegade Map @Lake Hurwitz +174 C Reservoir Walker @Johann Bodin +175 R Scrap Trawler @Daarken +176 U Servo Schematic @Titus Lunter +177 U Treasure Keeper @James Paick +178 C Universal Solvent @Christopher Moeller +179 U Untethered Express @James Ryman +180 C Verdant Automaton @Ryan Alexander Lee +181 R Walking Ballista @Daniel Ljunggren +182 C Watchful Automaton @Eric Deschamps +183 C Welder Automaton @Victor Adame Minguez +184 R Spire of Industry @John Avon +185 M Ajani, Valiant Protector @Anna Steinbauer +186 C Inspiring Roar @Chris Rahn [precon product] -187 U Ajani's Comrade -188 R Ajani's Aid -189 C Tranquil Expanse -190 M Tezzeret, Master of Metal -191 R Tezzeret's Betrayal -192 C Pendulum of Patterns -193 U Tezzeret's Simulacrum -194 C Submerged Boneyard +187 U Ajani's Comrade @James Ryman +188 R Ajani's Aid @Terese Nielsen +189 C Tranquil Expanse @Sam Burley +190 M Tezzeret, Master of Metal @Tyler Jacobson +191 R Tezzeret's Betrayal @Tyler Jacobson +192 C Pendulum of Patterns @Raoul Vitale +193 U Tezzeret's Simulacrum @Craig J Spearing +194 C Submerged Boneyard @Christine Choi [Aether Revolt Inventions] Arcbound Ravager|MPS_KLD diff --git a/forge-gui/res/editions/Alara Reborn Promos.txt b/forge-gui/res/editions/Alara Reborn Promos.txt index 6229586d082..4a8b16b63ff 100644 --- a/forge-gui/res/editions/Alara Reborn Promos.txt +++ b/forge-gui/res/editions/Alara Reborn Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PARB [cards] -53★ M Dragon Broodmother -70★ R Knight of New Alara +53★ M Dragon Broodmother @Jean-Sébastien Rossbach +70★ R Knight of New Alara @David Palumbo diff --git a/forge-gui/res/editions/Alara Reborn.txt b/forge-gui/res/editions/Alara Reborn.txt index ddd06ceed6d..c5ba345c6f0 100644 --- a/forge-gui/res/editions/Alara Reborn.txt +++ b/forge-gui/res/editions/Alara Reborn.txt @@ -12,151 +12,151 @@ FatPackExtraSlots=40 BasicLands ALA ScryfallCode=ARB [cards] -33 U Anathemancer -17 C Architects of Will -1 U Ardent Plea -131 C Arsenal Thresher -2 R Aven Mimeomancer -125 C Bant Sojourners -143 C Bant Sureblade -65 U Behemoth Sledge -34 U Bituminous Blast -49 R Blitz Hellion -50 U Bloodbraid Elf -18 C Brainbite -35 C Breath of Malfegor -66 C Captured Sunlight -96 C Cerodon Yearling -86 R Cloven Casting -51 C Colossal Might -144 C Crystallization -67 R Dauntless Escort -52 C Deadshot Minotaur -36 R Deathbringer Thoctar -37 M Defiler of Souls -38 C Demonic Dread -39 U Demonspine Whip -19 C Deny Reality -87 U Double Negative -115 U Dragon Appeasement -53 M Dragon Broodmother -111 U Drastic Revelation -106 R Enigma Sphinx -68 U Enlisted Wurm -107 C Esper Sojourners -132 C Esper Stormblade -3 C Ethercaste Knight -20 C Etherium Abomination -4 C Ethersworn Shieldmage -108 U Etherwrought Page -5 C Fieldmist Borderpost -97 R Fight to the Death -6 R Filigree Angel -126 R Finest Hour -54 C Firewild Borderpost -127 U Flurry of Wings -137 U Giant Ambush Beetle -7 C Glassdust Hulk -98 R Glory of Warfare -120 U Gloryscale Viashino -55 C Godtracker of Jund -56 C Gorger Wurm -134 C Grixis Grimblade -112 C Grixis Sojourners -69 C Grizzled Leotau -81 R Identity Crisis -40 C Igneous Pouncer -21 U Illusory Demon -99 U Intimidation Bolt -128 M Jenara, Asura of War -22 C Jhessian Zombies -138 C Jund Hackblade -116 C Jund Sojourners -117 M Karrthus, Tyrant of Jund -41 C Kathari Bomber -23 U Kathari Remnant -70 R Knight of New Alara -71 R Knotvine Paladin -118 R Lavalanche -72 C Leonin Armorguard -24 R Lich Lord of Unx -42 R Lightning Reaver -91 M Lord of Extinction -101 U Lorescale Coatl -119 R Madrush Cyclops -130 M Maelstrom Nexus -92 R Maelstrom Pulse -57 U Mage Slayer -88 C Magefire Wings -140 U Marisi's Twinclaws -93 U Marrow Chomper -25 U Mask of Riddles -121 R Mayael's Aria -8 R Meddling Mage -145 U Messenger Falcons -26 U Mind Funeral -27 C Mistvein Borderpost -43 C Monstrous Carabid -94 U Morbid Bloom -73 R Mycoid Shepherd -141 C Naya Hushblade -122 C Naya Sojourners -82 R Necromancer's Covenant -28 R Nemesis of Reason -102 U Nulltread Gargantuan -9 C Offering to Asha -74 C Pale Recluse -58 R Predatory Advantage -95 C Putrid Leech -75 C Qasali Pridemage -76 U Reborn Hope -123 R Retaliator Griffin -59 C Rhox Brute -103 R Sages of the Anima -10 C Sanctum Plowbeast -139 C Sangrite Backlash -44 U Sanity Gnawers -109 M Sen Triplets -135 C Sewn-Eye Drake -11 U Shield of the Righteous -77 U Sigil Captain -78 C Sigil of the Nayan Gods -79 C Sigiled Behemoth -45 C Singe-Mind Ogre -89 U Skyclaw Thrash -136 U Slave of Bolas -29 C Soul Manipulation -30 R Soulquake -12 R Sovereigns of Lost Alara -90 R Spellbound Dragon -60 R Spellbreaker Behemoth -110 M Sphinx of the Steel Wind -13 C Stormcaller's Boon -100 U Stun Sniper -83 U Tainted Sigil -14 C Talon Trooper -46 C Terminate -133 U Thopter Foundry -47 R Thought Hemorrhage -113 M Thraximundar -31 R Time Sieve -142 C Trace of Abundance -15 U Unbender Tine -114 R Unscythe, Killer of Kings -124 M Uril, the Miststalker -61 C Valley Rannet -84 C Vectis Dominator -32 C Vedalken Ghoul -104 R Vedalken Heretic -48 C Veinfire Borderpost -62 U Vengeful Rebirth -63 C Violent Outburst -64 U Vithian Renegades -16 U Wall of Denial -129 R Wargate -80 C Wildfield Borderpost -105 C Winged Coatl -85 U Zealous Persecution +33 U Anathemancer @Richard Whitters +17 C Architects of Will @Matt Stewart +1 U Ardent Plea @Chippy +131 C Arsenal Thresher @Ralph Horsley +2 R Aven Mimeomancer @Jesper Ejsing +125 C Bant Sojourners @John Avon +143 C Bant Sureblade @Michael Komarck +65 U Behemoth Sledge @Steve Prescott +34 U Bituminous Blast @Raymond Swanland +49 R Blitz Hellion @Anthony S. Waters +50 U Bloodbraid Elf @Dominick Domingo +18 C Brainbite @Mark Hyzer +35 C Breath of Malfegor @Vance Kovacs +66 C Captured Sunlight @Nils Hamm +96 C Cerodon Yearling @Christopher Moeller +86 R Cloven Casting @Vance Kovacs +51 C Colossal Might @Justin Sweet +144 C Crystallization @Zoltan Boros & Gabor Szikszai +67 R Dauntless Escort @Volkan Baǵa +52 C Deadshot Minotaur @Jason Chan +36 R Deathbringer Thoctar @Karl Kopinski +37 M Defiler of Souls @Paul Bonner +38 C Demonic Dread @Thomas M. Baxa +39 U Demonspine Whip @Mark Hyzer +19 C Deny Reality @Jean-Sébastien Rossbach +87 U Double Negative @Paolo Parente +115 U Dragon Appeasement @Paul Bonner +53 M Dragon Broodmother @Jaime Jones +111 U Drastic Revelation @Trevor Claxton +106 R Enigma Sphinx @Chris Rahn +68 U Enlisted Wurm @Steve Prescott +107 C Esper Sojourners @John Avon +132 C Esper Stormblade @Matt Stewart +3 C Ethercaste Knight @Steven Belledin +20 C Etherium Abomination @Mitch Cotie +4 C Ethersworn Shieldmage @Daarken +108 U Etherwrought Page @Howard Lyon +5 C Fieldmist Borderpost @Michael Bruinsma +97 R Fight to the Death @Michael Komarck +6 R Filigree Angel @Richard Whitters +126 R Finest Hour @Michael Komarck +54 C Firewild Borderpost @Jean-Sébastien Rossbach +127 U Flurry of Wings @Matt Cavotta +137 U Giant Ambush Beetle @Carl Critchlow +7 C Glassdust Hulk @Franz Vohwinkel +98 R Glory of Warfare @Paolo Parente +120 U Gloryscale Viashino @Volkan Baǵa +55 C Godtracker of Jund @Justin Sweet +56 C Gorger Wurm @Paolo Parente +134 C Grixis Grimblade @Trevor Claxton +112 C Grixis Sojourners @John Avon +69 C Grizzled Leotau @Lars Grant-West +81 R Identity Crisis @Thomas M. Baxa +40 C Igneous Pouncer @Chippy +21 U Illusory Demon @Nils Hamm +99 U Intimidation Bolt @Michael Bruinsma +128 M Jenara, Asura of War @Chris Rahn +22 C Jhessian Zombies @Ash Wood +138 C Jund Hackblade @Dan Dos Santos +116 C Jund Sojourners @John Avon +117 M Karrthus, Tyrant of Jund @Dave Kendall +41 C Kathari Bomber @Carl Critchlow +23 U Kathari Remnant @Anthony S. Waters +70 R Knight of New Alara @Chris Rahn +71 R Knotvine Paladin @Matt Stewart +118 R Lavalanche @Steve Argyle +72 C Leonin Armorguard @Steven Belledin +24 R Lich Lord of Unx @Dave Allsop +42 R Lightning Reaver @Cyril Van Der Haegen +91 M Lord of Extinction @Izzy +101 U Lorescale Coatl @Greg Staples +119 R Madrush Cyclops @Wayne Reynolds +130 M Maelstrom Nexus @Steven Belledin +92 R Maelstrom Pulse @Anthony Francisco +57 U Mage Slayer @Lars Grant-West +88 C Magefire Wings @Zoltan Boros & Gabor Szikszai +140 U Marisi's Twinclaws @Izzy +93 U Marrow Chomper @Lars Grant-West +25 U Mask of Riddles @Matt Cavotta +121 R Mayael's Aria @Steve Argyle +8 R Meddling Mage @Todd Lockwood +145 U Messenger Falcons @David Palumbo +26 U Mind Funeral @rk post +27 C Mistvein Borderpost @Pete Venters +43 C Monstrous Carabid @Pete Venters +94 U Morbid Bloom @Trevor Claxton +73 R Mycoid Shepherd @Trevor Claxton +141 C Naya Hushblade @Jason Chan +122 C Naya Sojourners @John Avon +82 R Necromancer's Covenant @Thomas M. Baxa +28 R Nemesis of Reason @Mark Tedin +102 U Nulltread Gargantuan @Anthony Francisco +9 C Offering to Asha @Daarken +74 C Pale Recluse @Cyril Van Der Haegen +58 R Predatory Advantage @Raymond Swanland +95 C Putrid Leech @Dave Allsop +75 C Qasali Pridemage @Chris Rahn +76 U Reborn Hope @Warren Mahy +123 R Retaliator Griffin @Jesper Ejsing +59 C Rhox Brute @Raymond Swanland +103 R Sages of the Anima @Kev Walker +10 C Sanctum Plowbeast @Anthony Francisco +139 C Sangrite Backlash @Cyril Van Der Haegen +44 U Sanity Gnawers @Pete Venters +109 M Sen Triplets @Greg Staples +135 C Sewn-Eye Drake @Anthony S. Waters +11 U Shield of the Righteous @David Palumbo +77 U Sigil Captain @Howard Lyon +78 C Sigil of the Nayan Gods @Warren Mahy +79 C Sigiled Behemoth @Donato Giancola +45 C Singe-Mind Ogre @Daarken +89 U Skyclaw Thrash @Jaime Jones +136 U Slave of Bolas @Steve Argyle +29 C Soul Manipulation @Carl Critchlow +30 R Soulquake @Warren Mahy +12 R Sovereigns of Lost Alara @Donato Giancola +90 R Spellbound Dragon @Jesper Ejsing +60 R Spellbreaker Behemoth @Jason Chan +110 M Sphinx of the Steel Wind @Kev Walker +13 C Stormcaller's Boon @Brandon Kitkouski +100 U Stun Sniper @Steve Prescott +83 U Tainted Sigil @Chippy +14 C Talon Trooper @Matt Stewart +46 C Terminate @Wayne Reynolds +133 U Thopter Foundry @Ralph Horsley +47 R Thought Hemorrhage @Chippy +113 M Thraximundar @Raymond Swanland +31 R Time Sieve @Franz Vohwinkel +142 C Trace of Abundance @Dave Kendall +15 U Unbender Tine @Greg Hildebrandt +114 R Unscythe, Killer of Kings @Karl Kopinski +124 M Uril, the Miststalker @Jaime Jones +61 C Valley Rannet @Dave Allsop +84 C Vectis Dominator @Zoltan Boros & Gabor Szikszai +32 C Vedalken Ghoul @Dave Kendall +104 R Vedalken Heretic @Greg Staples +48 C Veinfire Borderpost @Ralph Horsley +62 U Vengeful Rebirth @Vance Kovacs +63 C Violent Outburst @Richard Whitters +64 U Vithian Renegades @rk post +16 U Wall of Denial @Howard Lyon +129 R Wargate @Franz Vohwinkel +80 C Wildfield Borderpost @Zoltan Boros & Gabor Szikszai +105 C Winged Coatl @Izzy +85 U Zealous Persecution @Christopher Moeller [tokens] w_1_1_bird_soldier_flying diff --git a/forge-gui/res/editions/Alliances.txt b/forge-gui/res/editions/Alliances.txt index b7b1f2b3558..f7c717e07f5 100644 --- a/forge-gui/res/editions/Alliances.txt +++ b/forge-gui/res/editions/Alliances.txt @@ -12,205 +12,205 @@ Foil=NotSupported ScryfallCode=ALL [cards] -116a C Aesthir Glider -116b C Aesthir Glider -64a C Agent of Stromgald -64b C Agent of Stromgald -22a C Arcane Denial -22b C Arcane Denial -117 R Ashnod's Cylix -118a C Astrolabe -118b C Astrolabe -23a C Awesome Presence -23b C Awesome Presence -43 U Balduvian Dead -65 R Balduvian Horde -137 R Balduvian Trading Post -66a C Balduvian War-Makers -66b C Balduvian War-Makers -24a C Benthic Explorers -24b C Benthic Explorers -67a C Bestial Fury -67b C Bestial Fury -85 U Bounty of the Hunt -25 U Browse -68 U Burnout -1a C Carrier Pigeons -1b C Carrier Pigeons -44a C Casting of Bones -44b C Casting of Bones -69 R Chaos Harlequin -45 U Contagion -86a C Deadly Insect -86b C Deadly Insect -70 U Death Spark -26 R Diminishing Returns -46 U Diseased Vermin -47 R Dystopia -87 U Elvish Bard -88a C Elvish Ranger -88b C Elvish Ranger -89 U Elvish Spirit Guide -106 U Energy Arc -71a C Enslaved Scout -71b C Enslaved Scout -2a C Errand of Duty -2b C Errand of Duty -3 R Exile -27a C False Demise -27b C False Demise -48 R Fatal Lore -49a C Feast or Famine -49b C Feast or Famine -50a C Fevered Strength -50b C Fevered Strength -119 R Floodwater Dam -28 U Force of Will -29a C Foresight -29b C Foresight -90a C Fyndhorn Druid -90b C Fyndhorn Druid -91 R Gargantuan Gorilla -92a C Gift of the Woods -92b C Gift of the Woods -93a C Gorilla Berserkers -93b C Gorilla Berserkers -94a C Gorilla Chieftain -94b C Gorilla Chieftain -72a C Gorilla Shaman -72b C Gorilla Shaman -73a C Gorilla War Cry -73b C Gorilla War Cry -74a C Guerrilla Tactics -74b C Guerrilla Tactics -120 R Gustha's Scepter -95 U Hail Storm -138 R Heart of Yavimaya -121 R Helm of Obedience -4 U Inheritance -51a C Insidious Bookworms -51b C Insidious Bookworms -5 R Ivory Gargoyle -6 U Juniper Order Advocate -96 R Kaysa -52 R Keeper of Tresserhorn -7a C Kjeldoran Escort -7b C Kjeldoran Escort -8 U Kjeldoran Home Guard -139 R Kjeldoran Outpost -9a C Kjeldoran Pride -9b C Kjeldoran Pride -53 R Krovikan Horror -54 U Krovikan Plague -140 R Lake of the Dead -30a C Lat-Nam's Legacy -30b C Lat-Nam's Legacy -31 R Library of Lat-Nam -55a C Lim-Dul's High Guard -55b C Lim-Dul's High Guard -108 U Lim-Dul's Paladin -107 U Lim-Dul's Vault -122 R Lodestone Bauble -112 R Lord of Tresserhorn -10a C Martyrdom -10b C Martyrdom -113 R Misfortune -123 U Mishra's Groundbreaker -56 U Misinformation -124 U Mystic Compass -110 U Nature's Blessing -97 U Nature's Chosen -98 R Nature's Wrath -11a C Noble Steeds -11b C Noble Steeds -75 R Omen of Fire -57a C Phantasmal Fiend -57b C Phantasmal Fiend -32 R Phantasmal Sphere -115 R Phelddagrif -58a C Phyrexian Boon -58b C Phyrexian Boon -125 R Phyrexian Devourer -126 R Phyrexian Portal -127a C Phyrexian War Beast -127b C Phyrexian War Beast -76 U Pillage -77 U Primitive Justice -78 U Pyrokinesis -12a C Reinforcements -12b C Reinforcements -13a C Reprisal -13b C Reprisal -59 R Ritual of the Machine -79 R Rogue Skycaptain -14 R Royal Decree -15a C Royal Herbalist -15b C Royal Herbalist -128 U Scarab of the Unseen -16 U Scars of the Veteran -141 U School of the Unseen -17 U Seasoned Tactician -142 R Sheltered Valley -129 U Shield Sphere -130 U Sol Grail -60a C Soldevi Adnate -60b C Soldevi Adnate -131 R Soldevi Digger -143 R Soldevi Excavations -33a C Soldevi Heretic -33b C Soldevi Heretic -34a C Soldevi Sage -34b C Soldevi Sage -132a C Soldevi Sentry -132b C Soldevi Sentry -133a C Soldevi Steam Beast -133b C Soldevi Steam Beast -80 U Soldier of Fortune -35 U Spiny Starfish -99 R Splintering Wind -61a C Stench of Decay -61b C Stench of Decay -134 R Storm Cauldron -36a C Storm Crow -36b C Storm Crow -37 U Storm Elemental -81a C Storm Shaman -81b C Storm Shaman -62 U Stromgald Spy -38 U Suffocation -109 U Surge of Strength -18 R Sustaining Spirit -63a C Swamp Mosquito -63b C Swamp Mosquito -19 R Sworn Defender -100a C Taste of Paradise -100b C Taste of Paradise -144 R Thawing Glaciers -39 R Thought Lash -40 R Tidal Control -101 R Tornado -102a C Undergrowth -102b C Undergrowth -20 U Unlikely Alliance -135 U Urza's Engine -82a C Varchild's Crusader -82b C Varchild's Crusader -83 R Varchild's War-Riders -84a C Veteran's Voice -84b C Veteran's Voice -41a C Viscerid Armor -41b C Viscerid Armor -42 U Viscerid Drone -111 R Wandering Mage -103a C Whip Vine -103b C Whip Vine -136 U Whirling Catapult -21a C Wild Aesthir -21b C Wild Aesthir -114 R Winter's Night -104a C Yavimaya Ancients -104b C Yavimaya Ancients -105 U Yavimaya Ants +116a C Aesthir Glider @Ruth Thompson +116b C Aesthir Glider @Ruth Thompson +64a C Agent of Stromgald @Alan Rabinowitz +64b C Agent of Stromgald @Alan Rabinowitz +22a C Arcane Denial @Richard Kane Ferguson +22b C Arcane Denial @Richard Kane Ferguson +117 R Ashnod's Cylix @Nicola Leonard +118a C Astrolabe @Amy Weber +118b C Astrolabe @Amy Weber +23a C Awesome Presence @Lawrence Snelly +23b C Awesome Presence @Lawrence Snelly +43 U Balduvian Dead @Mike Kimble +65 R Balduvian Horde @Brian Snõddy +137 R Balduvian Trading Post @Tom Wänerstrand +66a C Balduvian War-Makers @Mike Kimble +66b C Balduvian War-Makers @Mike Kimble +24a C Benthic Explorers @Greg Simanson +24b C Benthic Explorers @Greg Simanson +67a C Bestial Fury @Mike Raabe +67b C Bestial Fury @Mike Raabe +85 U Bounty of the Hunt @Jeff A. Menges +25 U Browse @Phil Foglio +68 U Burnout @Mike Raabe +1a C Carrier Pigeons @Pat Morrissey +1b C Carrier Pigeons @Pat Morrissey +44a C Casting of Bones @Anson Maddocks +44b C Casting of Bones @Anson Maddocks +69 R Chaos Harlequin @Alan Rabinowitz +45 U Contagion @Mike Raabe +86a C Deadly Insect @Scott Kirschner +86b C Deadly Insect @Scott Kirschner +70 U Death Spark @Mark Tedin +26 R Diminishing Returns @Allen Williams +46 U Diseased Vermin @Scott Kirschner +47 R Dystopia @Ruth Thompson +87 U Elvish Bard @Susan Van Camp +88a C Elvish Ranger @Terese Nielsen +88b C Elvish Ranger @Terese Nielsen +89 U Elvish Spirit Guide @Julie Baroh +106 U Energy Arc @Terese Nielsen +71a C Enslaved Scout @Rebecca Guay +71b C Enslaved Scout @Rebecca Guay +2a C Errand of Duty @Julie Baroh +2b C Errand of Duty @Julie Baroh +3 R Exile @Rob Alexander +27a C False Demise @Randy Gallegos +27b C False Demise @Randy Gallegos +48 R Fatal Lore @Lawrence Snelly +49a C Feast or Famine @Pete Venters +49b C Feast or Famine @Pete Venters +50a C Fevered Strength @Brian Snõddy +50b C Fevered Strength @Brian Snõddy +119 R Floodwater Dam @Randy Gallegos +28 U Force of Will @Terese Nielsen +29a C Foresight @Terese Nielsen +29b C Foresight @Terese Nielsen +90a C Fyndhorn Druid @Rob Alexander +90b C Fyndhorn Druid @Rob Alexander +91 R Gargantuan Gorilla @Greg Simanson +92a C Gift of the Woods @Susan Van Camp +92b C Gift of the Woods @Susan Van Camp +93a C Gorilla Berserkers @John Matson +93b C Gorilla Berserkers @John Matson +94a C Gorilla Chieftain @Quinton Hoover +94b C Gorilla Chieftain @Quinton Hoover +72a C Gorilla Shaman @Anthony S. Waters +72b C Gorilla Shaman @Anthony S. Waters +73a C Gorilla War Cry @Bryon Wackwitz +73b C Gorilla War Cry @Bryon Wackwitz +74a C Guerrilla Tactics @Randy Asplund-Faith +74b C Guerrilla Tactics @Randy Asplund-Faith +120 R Gustha's Scepter @Sandra Everingham +95 U Hail Storm @Jeff A. Menges +138 R Heart of Yavimaya @Pete Venters +121 R Helm of Obedience @Brian Snõddy +4 U Inheritance @Kaja Foglio +51a C Insidious Bookworms @Greg Simanson +51b C Insidious Bookworms @Greg Simanson +5 R Ivory Gargoyle @Quinton Hoover +6 U Juniper Order Advocate @Douglas Shuler +96 R Kaysa @Rebecca Guay +52 R Keeper of Tresserhorn @Zak Plucinski & D. Alexander Gregory +7a C Kjeldoran Escort @Bryon Wackwitz +7b C Kjeldoran Escort @Bryon Wackwitz +8 U Kjeldoran Home Guard @Andi Rusu +139 R Kjeldoran Outpost @Jeff A. Menges +9a C Kjeldoran Pride @Kaja Foglio +9b C Kjeldoran Pride @Kaja Foglio +53 R Krovikan Horror @Christopher Rush +54 U Krovikan Plague @Liz Danforth +140 R Lake of the Dead @Pete Venters +30a C Lat-Nam's Legacy @Tom Wänerstrand +30b C Lat-Nam's Legacy @Tom Wänerstrand +31 R Library of Lat-Nam @Alan Rabinowitz +55a C Lim-Dul's High Guard @Anson Maddocks +55b C Lim-Dul's High Guard @Anson Maddocks +108 U Lim-Dul's Paladin @Christopher Rush +107 U Lim-Dul's Vault @Rob Alexander +122 R Lodestone Bauble @Douglas Shuler +112 R Lord of Tresserhorn @Anson Maddocks +10a C Martyrdom @Mark Poole +10b C Martyrdom @Mark Poole +113 R Misfortune @Ron Spencer +123 U Mishra's Groundbreaker @Randy Gallegos +56 U Misinformation @Richard Kane Ferguson +124 U Mystic Compass @Amy Weber +110 U Nature's Blessing @Sandra Everingham +97 U Nature's Chosen @Rebecca Guay +98 R Nature's Wrath @Liz Danforth +11a C Noble Steeds @Rebecca Guay +11b C Noble Steeds @Rebecca Guay +75 R Omen of Fire @Pete Venters +57a C Phantasmal Fiend @Scott Kirschner +57b C Phantasmal Fiend @Scott Kirschner +32 R Phantasmal Sphere @Mark Tedin +115 R Phelddagrif @Amy Weber +58a C Phyrexian Boon @Mark Tedin +58b C Phyrexian Boon @Mark Tedin +125 R Phyrexian Devourer @Mark Tedin +126 R Phyrexian Portal @Pete Venters +127a C Phyrexian War Beast @Bill Sienkiewicz +127b C Phyrexian War Beast @Bill Sienkiewicz +76 U Pillage @Richard Kane Ferguson +77 U Primitive Justice @Anthony S. Waters +78 U Pyrokinesis @Ron Spencer +12a C Reinforcements @Diana Vick +12b C Reinforcements @Diana Vick +13a C Reprisal @Randy Asplund-Faith +13b C Reprisal @Randy Asplund-Faith +59 R Ritual of the Machine @Anson Maddocks +79 R Rogue Skycaptain @Randy Asplund-Faith +14 R Royal Decree @Pete Venters +15a C Royal Herbalist @Douglas Shuler +15b C Royal Herbalist @Douglas Shuler +128 U Scarab of the Unseen @Sandra Everingham +16 U Scars of the Veteran @Dan Frazier +141 U School of the Unseen @Pat Morrissey +17 U Seasoned Tactician @Dan Frazier +142 R Sheltered Valley @Rob Alexander +129 U Shield Sphere @Alan Rabinowitz +130 U Sol Grail @Christopher Rush +60a C Soldevi Adnate @Christopher Rush +60b C Soldevi Adnate @Christopher Rush +131 R Soldevi Digger @Amy Weber +143 R Soldevi Excavations @Liz Danforth +33a C Soldevi Heretic @Mike Kimble +33b C Soldevi Heretic @Mike Kimble +34a C Soldevi Sage @Carol Heyer +34b C Soldevi Sage @Carol Heyer +132a C Soldevi Sentry @Alan Rabinowitz +132b C Soldevi Sentry @Alan Rabinowitz +133a C Soldevi Steam Beast @Bill Sienkiewicz +133b C Soldevi Steam Beast @Bill Sienkiewicz +80 U Soldier of Fortune @Douglas Shuler +35 U Spiny Starfish @Alan Rabinowitz +99 R Splintering Wind @Ron Spencer +61a C Stench of Decay @Heather Hudson +61b C Stench of Decay @Heather Hudson +134 R Storm Cauldron @Dan Frazier +36a C Storm Crow @Sandra Everingham +36b C Storm Crow @Sandra Everingham +37 U Storm Elemental @John Matson +81a C Storm Shaman @Carol Heyer +81b C Storm Shaman @Carol Heyer +62 U Stromgald Spy @Zak Plucinski +38 U Suffocation @Allen Williams +109 U Surge of Strength @Ruth Thompson +18 R Sustaining Spirit @Rebecca Guay +63a C Swamp Mosquito @Nicola Leonard +63b C Swamp Mosquito @Nicola Leonard +19 R Sworn Defender @D. Alexander Gregory +100a C Taste of Paradise @Lawrence Snelly +100b C Taste of Paradise @Lawrence Snelly +144 R Thawing Glaciers @Jeff A. Menges +39 R Thought Lash @Mark Tedin +40 R Tidal Control @Randy Gallegos +101 R Tornado @Susan Van Camp +102a C Undergrowth @Pat Morrissey +102b C Undergrowth @Pat Morrissey +20 U Unlikely Alliance @Phil Foglio +135 U Urza's Engine @Greg Simanson +82a C Varchild's Crusader @Mark Poole +82b C Varchild's Crusader @Mark Poole +83 R Varchild's War-Riders @Susan Van Camp +84a C Veteran's Voice @Andi Rusu +84b C Veteran's Voice @Andi Rusu +41a C Viscerid Armor @Heather Hudson +41b C Viscerid Armor @Heather Hudson +42 U Viscerid Drone @Heather Hudson +111 R Wandering Mage @Pete Venters +103a C Whip Vine @Allen Williams +103b C Whip Vine @Allen Williams +136 U Whirling Catapult @Dan Frazier +21a C Wild Aesthir @Greg Simanson +21b C Wild Aesthir @Greg Simanson +114 R Winter's Night @Rob Alexander +104a C Yavimaya Ancients @Quinton Hoover +104b C Yavimaya Ancients @Quinton Hoover +105 U Yavimaya Ants @Pat Morrissey [tokens] w_0_1_deserter diff --git a/forge-gui/res/editions/Amonkhet Promos.txt b/forge-gui/res/editions/Amonkhet Promos.txt index 24d8d8115d4..390fa911366 100644 --- a/forge-gui/res/editions/Amonkhet Promos.txt +++ b/forge-gui/res/editions/Amonkhet Promos.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=PAKH [cards] -35 U Trueheart Duelist -78 R Archfiend of Ifnir -134 R Glorybringer -234 R Oracle's Vault +35 U Trueheart Duelist @Magali Villeneuve +78 R Archfiend of Ifnir @Slawomir Maniak +134 R Glorybringer @Grzegorz Rutkowski +234 R Oracle's Vault @Cliff Childs diff --git a/forge-gui/res/editions/Amonkhet Remastered.txt b/forge-gui/res/editions/Amonkhet Remastered.txt index 35a63abead1..ab14560487d 100644 --- a/forge-gui/res/editions/Amonkhet Remastered.txt +++ b/forge-gui/res/editions/Amonkhet Remastered.txt @@ -8,344 +8,344 @@ Type=Online ScryfallCode=AKR [cards] -1 M Angel of Sanctions -2 R Anointed Procession -3 C Anointer Priest -4 R Approach of the Second Sun -5 R Aven Mindcensor -6 C Aven of Enduring Hope -7 C Binding Mummy -8 C Cartouche of Solidarity -9 U Cast Out -10 C Compulsory Rest -11 M Crested Sunmare -12 C Dauntless Aven -13 U Desert's Hold -14 C Disposal Mummy -15 C Djeru's Resolve -16 R Dusk // Dawn -17 C Fan Bearer -18 C Forsake the Worldly -19 M Gideon of the Trials -20 R Gideon's Intervention -21 R Glory-Bound Initiate -22 C Gust Walker -23 R Hour of Revelation -24 C Impeccable Timing -25 C In Oketra's Name -26 C Mighty Leap -27 M Oketra the True -28 U Oketra's Attendant -29 C Oketra's Avenger -30 M Overwhelming Splendor -31 U Protection of the Hekma -32 U Renewed Faith -33 R Rest in Peace -34 C Sacred Cat -35 R Solemnity -36 C Solitary Camel -37 U Steward of Solidarity -38 U Sunscourge Champion -39 C Supply Caravan -40 C Tah-Crop Elite -41 C Those Who Serve -42 U Trial of Solidarity -43 U Unconventional Tactics -44 U Vizier of Deferment -45 U Vizier of Remedies -46 R Wrath of God -47 C Aerial Guide -48 C Ancient Crab -49 M As Foretold -50 C Aven Initiate -51 C Cartouche of Knowledge -52 U Censor -53 R Champion of Wits -54 R Commit // Memory -55 C Compelling Argument -56 C Countervailing Winds -57 U Cryptic Serpent -58 R Curator of Mysteries -59 R Drake Haven -60 C Essence Scatter -61 U Eternal of Harsh Truths -62 C Floodwaters -63 C Hekma Sentinels -64 C Hieroglyphic Illumination -65 M Jace, Unraveler of Secrets -66 M Kefnet the Mindful -67 U Labyrinth Guardian -68 U Lay Claim -69 C Naga Oracle -70 R New Perspectives -71 R Nimble Obstructionist -72 U Ominous Sphinx -73 R Pact of Negation -74 R Pull from Tomorrow -75 U Riddleform -76 C Seeker of Insight -77 C Seer of the Last Tomorrow -78 C Shimmerscale Drake -79 C Slither Blade -80 C Spellweaver Eternal -81 C Strategic Planning -82 C Striped Riverwinder -83 U Supreme Will -84 U Trial of Knowledge -85 M Unesh, Criosphinx Sovereign -86 C Unquenchable Thirst -87 R Vizier of Many Faces -88 U Vizier of the Anointed -89 U Vizier of Tumbling Sands -90 C Winds of Rebuke -91 R Archfiend of Ifnir -92 U Baleful Ammit -93 C Blighted Bat -94 U Bone Picker -95 M Bontu the Glorified -96 R Bontu's Last Reckoning -97 C Cartouche of Ambition -98 M Cruel Reality -99 M Demonic Pact -100 R Dispossess -101 C Doomed Dissenter -102 U Doomfall -103 R Dread Wanderer -104 C Dune Beetle -105 C Festering Mummy -106 C Final Reward -107 U Gravedigger -108 C Horror of the Broken Lands -109 C Khenra Eternal -110 C Lethal Sting -111 M Liliana, Death's Majesty -112 U Liliana's Defeat -113 R Liliana's Mastery -114 U Lord of the Accursed -115 C Marauding Boneslasher -116 C Miasmic Mummy -117 U Nest of Scarabs -118 R Never // Return -119 C Pitiless Vizier -120 M Razaketh, the Foulblooded -121 U Ruthless Sniper -122 C Scarab Feast -123 R Shadow of the Grave -124 C Soulstinger -125 C Splendid Agony -126 C Supernatural Stamina -127 R Thoughtseize -128 R Torment of Hailfire -129 C Trespasser's Curse -130 U Trial of Ambition -131 C Unburden -132 U Vile Manifestation -133 C Wander in Death -134 U Wasp of the Bitter End -135 C Wasteland Scorpion -136 U Abrade -137 U Ahn-Crop Crasher -138 R Anger of the Gods -139 U Battlefield Scavenger -140 C Bloodlust Inciter -141 C Blur of Blades -142 C Brute Strength -143 U Burning-Fist Minotaur -144 U By Force -145 C Cartouche of Zeal -146 M Chandra, Pyromaster -147 U Chandra's Defeat -148 M Combat Celebrant -149 C Crash Through -150 U Deem Worthy -151 C Desert Cerodon -152 R Earthshaker Khenra -153 U Fervent Paincaster -154 C Firebrand Archer -155 C Gilded Cerodon -156 M Glorious End -157 R Glorybringer -158 R Harsh Mentor -159 M Hazoret the Fervent -160 R Hour of Devastation -161 R Imminent Doom -162 R Insult // Injury -163 C Khenra Scrapper -164 C Magma Spray -165 U Magmaroth -166 C Nef-Crop Entangler -167 M Neheb, the Eternal -168 C Nimble-Blade Khenra -169 C Open Fire -170 C Pathmaker Initiate -171 C Puncturing Blow -172 C Pursue Glory -173 U Sand Strangler -174 R Shatterstorm -175 R Soul-Scar Mage -176 R Sweltering Suns -177 C Thorned Moloch -178 C Thresher Lizard -179 C Tormenting Voice -180 U Trial of Zeal -181 C Zealot of the God-Pharaoh -182 C Beneath the Sands -183 C Bitterbow Sharpshooters -184 C Cartouche of Strength -185 R Champion of Rhonas -186 R Collected Company -187 U Crocodile of the Crossing -188 U Defiant Greatmaw -189 C Dissenter's Deliverance -190 U Exemplar of Strength -191 C Feral Prowler -192 C Greater Sandwurm -193 C Haze of Pollen -194 C Hooded Brawler -195 U Hope Tender -196 M Hornet Queen -197 R Hour of Promise -198 C Initiate's Companion -199 C Life Goes On -200 M Majestic Myriarch -201 U Manglehorn -202 R Mouth // Feed -203 C Naga Vitalist -204 C Oashra Cultivator -205 C Oasis Ritualist -206 C Ornery Kudu -207 C Pouncing Cheetah -208 R Pride Sovereign -209 R Prowling Serpopard -210 C Quarry Hauler -211 R Ramunap Excavator -212 R Resilient Khenra -213 M Rhonas the Indomitable -214 C Rhonas's Stalwart -215 R Sandwurm Convergence -216 C Shed Weakness -217 U Shefet Monitor -218 C Sidewinder Naga -219 U Sifter Wurm -220 U Sixth Sense -221 C Stinging Shot -222 U Synchronized Strike -223 U Trial of Strength -224 M Vizier of the Menagerie -225 U Watchful Naga -226 U Ahn-Crop Champion -227 U Appeal // Authority -228 U Aven Wind Guide -229 U Claim // Fame -230 U Consign // Oblivion -231 R Cut // Ribbons -232 U Destined // Lead -233 R Driven // Despair -234 U Enigma Drake -235 R Failure // Comply -236 U Farm // Market -237 R Grind // Dust -238 R Hapatra, Vizier of Poisons -239 R Heaven // Earth -240 U Honored Crop-Captain -241 U Khenra Charioteer -242 R Leave // Chance -243 M The Locust God -244 R Lord of Extinction -245 U Merciless Javelineer -246 R Neheb, the Worthy -247 M Nicol Bolas, God-Pharaoh -248 M Nissa, Steward of Elements -249 U Obelisk Spider -250 U Onward // Victory -251 R Prepare // Fight -252 R Rags // Riches -253 R Reason // Believe -254 U Reduce // Rubble -255 R Refuse // Cooperate -256 U River Hoopoe -257 M Samut, the Tested -258 M Samut, Voice of Dissent -259 M The Scarab God -260 M The Scorpion God -261 U Shadowstorm Vizier -262 M Sphinx's Revelation -263 U Spring // Mind -264 U Start // Finish -265 U Struggle // Survive -266 R Temmet, Vizier of Naktamun -267 U Wayward Servant -268 R Abandoned Sarcophagus -269 U Bontu's Monument -270 U Edifice of Authority -271 U Gate to the Afterlife -272 R God-Pharaoh's Gift -273 U Hazoret's Monument -274 R Hollow One -275 U Kefnet's Monument -276 R Mirage Mirror -277 U Oketra's Monument -278 R Perilous Vault -279 U Rhonas's Monument -280 U Sunset Pyramid -281 R Throne of the God-Pharaoh -282 C Wall of Forgotten Pharaohs -283 U Watchers of the Dead -284 R Canyon Slough -285 R Cascading Cataracts -286 U Crypt of the Eternals -287 C Desert of the Fervent -288 C Desert of the Glorified -289 C Desert of the Indomitable -290 C Desert of the Mindful -291 C Desert of the True -292 C Evolving Wilds -293 R Fetid Pools -294 L Forest -295 L Forest -296 L Forest -297 L Forest -298 L Forest -299 L Forest -300 L Forest -301 U Hashep Oasis -302 U Ifnir Deadlands -303 U Ipnu Rivulet -304 R Irrigated Farmland -305 L Island -306 L Island -307 L Island -308 L Island -309 L Island -310 L Island -311 L Island -312 L Mountain -313 L Mountain -314 L Mountain -315 L Mountain -316 L Mountain -317 L Mountain -318 L Mountain -319 L Plains -320 L Plains -321 L Plains -322 L Plains -323 L Plains -324 L Plains -325 L Plains -326 U Ramunap Ruins -327 R Scattered Groves -328 R Scavenger Grounds -329 U Shefet Dunes -330 R Sheltered Thicket -331 C Sunscorched Desert -332 L Swamp -333 L Swamp -334 L Swamp -335 L Swamp -336 L Swamp -337 L Swamp -338 L Swamp +1 M Angel of Sanctions @Min Yum +2 R Anointed Procession @Victor Adame Minguez +3 C Anointer Priest @Lake Hurwitz +4 R Approach of the Second Sun @Kev Walker +5 R Aven Mindcensor @Eric Deschamps +6 C Aven of Enduring Hope @James Ryman +7 C Binding Mummy @Shreya Shetty +8 C Cartouche of Solidarity @Kieran Yanner +9 U Cast Out @Magali Villeneuve +10 C Compulsory Rest @Eric Deschamps +11 M Crested Sunmare @Lucas Graciano +12 C Dauntless Aven @Zack Stella +13 U Desert's Hold @Sara Winters +14 C Disposal Mummy @Gabor Szikszai +15 C Djeru's Resolve @Kieran Yanner +16 R Dusk // Dawn @Kasia 'Kafis' Zielińska +17 C Fan Bearer @Anthony Palumbo +18 C Forsake the Worldly @Steve Argyle +19 M Gideon of the Trials @Izzy +20 R Gideon's Intervention @Daarken +21 R Glory-Bound Initiate @David Palumbo +22 C Gust Walker @Jason Rainville +23 R Hour of Revelation @Raymond Swanland +24 C Impeccable Timing @Kev Walker +25 C In Oketra's Name @Nils Hamm +26 C Mighty Leap @Sidharth Chaturvedi +27 M Oketra the True @Chase Stone +28 U Oketra's Attendant @Lake Hurwitz +29 C Oketra's Avenger @Anthony Palumbo +30 M Overwhelming Splendor @Richard Wright +31 U Protection of the Hekma @Ryan Alexander Lee +32 U Renewed Faith @Wesley Burt +33 R Rest in Peace @Jarel Threat +34 C Sacred Cat @Zezhou Chen +35 R Solemnity @Greg Opalinski +36 C Solitary Camel @Aaron Miller +37 U Steward of Solidarity @Sara Winters +38 U Sunscourge Champion @Josu Hernaiz +39 C Supply Caravan @Nils Hamm +40 C Tah-Crop Elite @Raoul Vitale +41 C Those Who Serve @Volkan Baǵa +42 U Trial of Solidarity @Daniel Ljunggren +43 U Unconventional Tactics @Jason Felix +44 U Vizier of Deferment @Deruchenko Alexander +45 U Vizier of Remedies @Randy Gallegos +46 R Wrath of God @Titus Lunter +47 C Aerial Guide @Sidharth Chaturvedi +48 C Ancient Crab @James Paick +49 M As Foretold @Tommy Arnold +50 C Aven Initiate @Jakub Kasper +51 C Cartouche of Knowledge @Kieran Yanner +52 U Censor @John Stanko +53 R Champion of Wits @Even Amundsen +54 R Commit // Memory @Ryan Alexander Lee +55 C Compelling Argument @Lucas Graciano +56 C Countervailing Winds @Tyler Jacobson +57 U Cryptic Serpent @Lius Lasahido +58 R Curator of Mysteries @Christine Choi +59 R Drake Haven @John Severin Brassell +60 C Essence Scatter @Josh Hass +61 U Eternal of Harsh Truths @Izzy +62 C Floodwaters @Jung Park +63 C Hekma Sentinels @James Ryman +64 C Hieroglyphic Illumination @Raoul Vitale +65 M Jace, Unraveler of Secrets @Kieran Yanner +66 M Kefnet the Mindful @Chase Stone +67 U Labyrinth Guardian @Yeong-Hao Han +68 U Lay Claim @Chris Rallis +69 C Naga Oracle @Deruchenko Alexander +70 R New Perspectives @Darek Zabrocki +71 R Nimble Obstructionist @Shreya Shetty +72 U Ominous Sphinx @Lars Grant-West +73 R Pact of Negation @Titus Lunter +74 R Pull from Tomorrow @Sara Winters +75 U Riddleform @Steve Argyle +76 C Seeker of Insight @Magali Villeneuve +77 C Seer of the Last Tomorrow @Sara Winters +78 C Shimmerscale Drake @Tony Foti +79 C Slither Blade @Zezhou Chen +80 C Spellweaver Eternal @Jason Felix +81 C Strategic Planning @Matt Stewart +82 C Striped Riverwinder @Craig J Spearing +83 U Supreme Will @Alayna Danner +84 U Trial of Knowledge @Viktor Titov +85 M Unesh, Criosphinx Sovereign @Adrian Majkrzak +86 C Unquenchable Thirst @Jeremy Wilson +87 R Vizier of Many Faces @Ryan Yee +88 U Vizier of the Anointed @Jakub Kasper +89 U Vizier of Tumbling Sands @Josu Hernaiz +90 C Winds of Rebuke @Mathias Kollros +91 R Archfiend of Ifnir @Seb McKinnon +92 U Baleful Ammit @Seb McKinnon +93 C Blighted Bat @Nils Hamm +94 U Bone Picker @Yeong-Hao Han +95 M Bontu the Glorified @Chase Stone +96 R Bontu's Last Reckoning @Victor Adame Minguez +97 C Cartouche of Ambition @Kieran Yanner +98 M Cruel Reality @Kieran Yanner +99 M Demonic Pact @Manuel Castañón +100 R Dispossess @Mark Behm +101 C Doomed Dissenter @Tony Foti +102 U Doomfall @Darek Zabrocki +103 R Dread Wanderer @Josh Hass +104 C Dune Beetle @Grzegorz Rutkowski +105 C Festering Mummy @Christopher Burdett +106 C Final Reward @Sidharth Chaturvedi +107 U Gravedigger @Tony Foti +108 C Horror of the Broken Lands @Daarken +109 C Khenra Eternal @Tomasz Jedruszek +110 C Lethal Sting @Randy Vargas +111 M Liliana, Death's Majesty @Chris Rallis +112 U Liliana's Defeat @Kieran Yanner +113 R Liliana's Mastery @Kieran Yanner +114 U Lord of the Accursed @Grzegorz Rutkowski +115 C Marauding Boneslasher @Victor Adame Minguez +116 C Miasmic Mummy @E. M. Gist +117 U Nest of Scarabs @Jason A. Engle +118 R Never // Return @Daarken +119 C Pitiless Vizier @Volkan Baǵa +120 M Razaketh, the Foulblooded @Chris Rallis +121 U Ruthless Sniper @Sara Winters +122 C Scarab Feast @Tony Foti +123 R Shadow of the Grave @Darek Zabrocki +124 C Soulstinger @Mike Burns +125 C Splendid Agony @Clint Cearley +126 C Supernatural Stamina @Christopher Moeller +127 R Thoughtseize @James Ryman +128 R Torment of Hailfire @Grzegorz Rutkowski +129 C Trespasser's Curse @David Palumbo +130 U Trial of Ambition @Johann Bodin +131 C Unburden @Svetlin Velinov +132 U Vile Manifestation @Jason Felix +133 C Wander in Death @Seb McKinnon +134 U Wasp of the Bitter End @Tomasz Jedruszek +135 C Wasteland Scorpion @Yeong-Hao Han +136 U Abrade @Jonas De Ro +137 U Ahn-Crop Crasher @Seb McKinnon +138 R Anger of the Gods @Yigit Koroglu +139 U Battlefield Scavenger @Dan Scott +140 C Bloodlust Inciter @Anthony Palumbo +141 C Blur of Blades @Anna Steinbauer +142 C Brute Strength @Nils Hamm +143 U Burning-Fist Minotaur @Matt Stewart +144 U By Force @Magali Villeneuve +145 C Cartouche of Zeal @Kieran Yanner +146 M Chandra, Pyromaster @Chris Rahn +147 U Chandra's Defeat @Kieran Yanner +148 M Combat Celebrant @Chris Rallis +149 C Crash Through @Izzy +150 U Deem Worthy @Lius Lasahido +151 C Desert Cerodon @Igor Kieryluk +152 R Earthshaker Khenra @Jason A. Engle +153 U Fervent Paincaster @Matt Stewart +154 C Firebrand Archer @John Stanko +155 C Gilded Cerodon @Matt Stewart +156 M Glorious End @Raymond Swanland +157 R Glorybringer @Sam Burley +158 R Harsh Mentor @Shreya Shetty +159 M Hazoret the Fervent @Chase Stone +160 R Hour of Devastation @Simon Dominic +161 R Imminent Doom @Daniel Ljunggren +162 R Insult // Injury @Lucas Graciano +163 C Khenra Scrapper @Jesper Ejsing +164 C Magma Spray @Svetlin Velinov +165 U Magmaroth @Yeong-Hao Han +166 C Nef-Crop Entangler @Dan Scott +167 M Neheb, the Eternal @Chris Rahn +168 C Nimble-Blade Khenra @Tomasz Jedruszek +169 C Open Fire @Jason Kang +170 C Pathmaker Initiate @Josu Hernaiz +171 C Puncturing Blow @Eric Deschamps +172 C Pursue Glory @Johann Bodin +173 U Sand Strangler @Aaron Miller +174 R Shatterstorm @Johann Bodin +175 R Soul-Scar Mage @Steve Argyle +176 R Sweltering Suns @Raymond Swanland +177 C Thorned Moloch @James Paick +178 C Thresher Lizard @Craig J Spearing +179 C Tormenting Voice @Allen Williams +180 U Trial of Zeal @Svetlin Velinov +181 C Zealot of the God-Pharaoh @Gabor Szikszai +182 C Beneath the Sands @Magali Villeneuve +183 C Bitterbow Sharpshooters @Bram Sels +184 C Cartouche of Strength @Kieran Yanner +185 R Champion of Rhonas @Winona Nelson +186 R Collected Company @Lake Hurwitz +187 U Crocodile of the Crossing @Kev Walker +188 U Defiant Greatmaw @Deruchenko Alexander +189 C Dissenter's Deliverance @Bastien L. Deharme +190 U Exemplar of Strength @Sara Winters +191 C Feral Prowler @Ben Wootten +192 C Greater Sandwurm @Steven Belledin +193 C Haze of Pollen @Mark Zug +194 C Hooded Brawler @Daarken +195 U Hope Tender @Magali Villeneuve +196 M Hornet Queen @Jonathan Kuo +197 R Hour of Promise @Jonas De Ro +198 C Initiate's Companion @Dan Scott +199 C Life Goes On @Daarken +200 M Majestic Myriarch @Randy Vargas +201 U Manglehorn @Lius Lasahido +202 R Mouth // Feed @Zack Stella +203 C Naga Vitalist @James Ryman +204 C Oashra Cultivator @Sara Winters +205 C Oasis Ritualist @Josu Hernaiz +206 C Ornery Kudu @Deruchenko Alexander +207 C Pouncing Cheetah @Matt Stewart +208 R Pride Sovereign @Ryan Yee +209 R Prowling Serpopard @Tyler Jacobson +210 C Quarry Hauler @David Gaillet +211 R Ramunap Excavator @Mark Behm +212 R Resilient Khenra @Svetlin Velinov +213 M Rhonas the Indomitable @Chase Stone +214 C Rhonas's Stalwart @Bram Sels +215 R Sandwurm Convergence @Slawomir Maniak +216 C Shed Weakness @Christine Choi +217 U Shefet Monitor @Viktor Titov +218 C Sidewinder Naga @Victor Adame Minguez +219 U Sifter Wurm @Filip Burburan +220 U Sixth Sense @Zoltan Boros +221 C Stinging Shot @Scott Murphy +222 U Synchronized Strike @David Palumbo +223 U Trial of Strength @Kieran Yanner +224 M Vizier of the Menagerie @Victor Adame Minguez +225 U Watchful Naga @Anastasia Ovchinnikova +226 U Ahn-Crop Champion @Craig J Spearing +227 U Appeal // Authority @Jason Rainville +228 U Aven Wind Guide @Sidharth Chaturvedi +229 U Claim // Fame @Jason Rainville +230 U Consign // Oblivion @Sidharth Chaturvedi +231 R Cut // Ribbons @Raymond Swanland +232 U Destined // Lead @Magali Villeneuve +233 R Driven // Despair @Winona Nelson +234 U Enigma Drake @Steve Argyle +235 R Failure // Comply @Jason A. Engle +236 U Farm // Market @Victor Adame Minguez +237 R Grind // Dust @Josh Hass +238 R Hapatra, Vizier of Poisons @Tyler Jacobson +239 R Heaven // Earth @Jonas De Ro +240 U Honored Crop-Captain @Sara Winters +241 U Khenra Charioteer @Chris Rallis +242 R Leave // Chance @Dan Scott +243 M The Locust God @Lius Lasahido +244 R Lord of Extinction @Jason A. Engle +245 U Merciless Javelineer @Nils Hamm +246 R Neheb, the Worthy @Chris Rahn +247 M Nicol Bolas, God-Pharaoh @Raymond Swanland +248 M Nissa, Steward of Elements @Howard Lyon +249 U Obelisk Spider @YW Tang +250 U Onward // Victory @Grzegorz Rutkowski +251 R Prepare // Fight @Zack Stella +252 R Rags // Riches @Greg Opalinski +253 R Reason // Believe @Daarken +254 U Reduce // Rubble @Eric Deschamps +255 R Refuse // Cooperate @Yongjae Choi +256 U River Hoopoe @Ryan Pancoast +257 M Samut, the Tested @Aleksi Briclot +258 M Samut, Voice of Dissent @Aleksi Briclot +259 M The Scarab God @Lius Lasahido +260 M The Scorpion God @Lius Lasahido +261 U Shadowstorm Vizier @Yongjae Choi +262 M Sphinx's Revelation @John Di Giovanni +263 U Spring // Mind @Josu Hernaiz +264 U Start // Finish @Magali Villeneuve +265 U Struggle // Survive @Eric Deschamps +266 R Temmet, Vizier of Naktamun @Anna Steinbauer +267 U Wayward Servant @Anthony Palumbo +268 R Abandoned Sarcophagus @Daarken +269 U Bontu's Monument @Jonas De Ro +270 U Edifice of Authority @Florian de Gesincourt +271 U Gate to the Afterlife @Christine Choi +272 R God-Pharaoh's Gift @Titus Lunter +273 U Hazoret's Monument @Richard Wright +274 R Hollow One @Anthony Palumbo +275 U Kefnet's Monument @Titus Lunter +276 R Mirage Mirror @Craig J Spearing +277 U Oketra's Monument @Christine Choi +278 R Perilous Vault @Titus Lunter +279 U Rhonas's Monument @Cliff Childs +280 U Sunset Pyramid @Jonas De Ro +281 R Throne of the God-Pharaoh @Titus Lunter +282 C Wall of Forgotten Pharaohs @Igor Kieryluk +283 U Watchers of the Dead @Joseph Meehan +284 R Canyon Slough @Titus Lunter +285 R Cascading Cataracts @Paul Scott Canavan +286 U Crypt of the Eternals @Titus Lunter +287 C Desert of the Fervent @Titus Lunter +288 C Desert of the Glorified @Jonas De Ro +289 C Desert of the Indomitable @James Paick +290 C Desert of the Mindful @Christine Choi +291 C Desert of the True @Jung Park +292 C Evolving Wilds @Christine Choi +293 R Fetid Pools @Jonas De Ro +294 L Forest @Titus Lunter +295 L Forest @Matt Stewart +296 L Forest @Titus Lunter +297 L Forest @Yeong-Hao Han +298 L Forest @Mark Poole +299 L Forest @Yeong-Hao Han +300 L Forest @Titus Lunter +301 U Hashep Oasis @Jonas De Ro +302 U Ifnir Deadlands @Jonas De Ro +303 U Ipnu Rivulet @James Paick +304 R Irrigated Farmland @Jonas De Ro +305 L Island @Jonas De Ro +306 L Island @Mark Poole +307 L Island @Titus Lunter +308 L Island @Richard Wright +309 L Island @Lucas Graciano +310 L Island @Richard Wright +311 L Island @Titus Lunter +312 L Mountain @Jonas De Ro +313 L Mountain @Chris Rahn +314 L Mountain @Titus Lunter +315 L Mountain @Florian de Gesincourt +316 L Mountain @Kev Walker +317 L Mountain @Florian de Gesincourt +318 L Mountain @Titus Lunter +319 L Plains @Jonas De Ro +320 L Plains @Volkan Baǵa +321 L Plains @Titus Lunter +322 L Plains @Titus Lunter +323 L Plains @Lars Grant-West +324 L Plains @Titus Lunter +325 L Plains @Titus Lunter +326 U Ramunap Ruins @Florian de Gesincourt +327 R Scattered Groves @Christine Choi +328 R Scavenger Grounds @Steven Belledin +329 U Shefet Dunes @Yeong-Hao Han +330 R Sheltered Thicket @Sung Choi +331 C Sunscorched Desert @Min Yum +332 L Swamp @Jonas De Ro +333 L Swamp @Steven Belledin +334 L Swamp @Titus Lunter +335 L Swamp @Clint Cearley +336 L Swamp @Mark Zug +337 L Swamp @Clint Cearley +338 L Swamp @Titus Lunter [buy a box] -339 R Regal Caracal +339 R Regal Caracal @Filip Burburan diff --git a/forge-gui/res/editions/Amonkhet.txt b/forge-gui/res/editions/Amonkhet.txt index 498103a57c5..1f19ac26f0c 100644 --- a/forge-gui/res/editions/Amonkhet.txt +++ b/forge-gui/res/editions/Amonkhet.txt @@ -15,293 +15,293 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=AKH [cards] -1 M Angel of Sanctions -2 R Anointed Procession -3 C Anointer Priest -4 R Approach of the Second Sun -5 R Aven Mindcensor -6 C Binding Mummy -7 C Cartouche of Solidarity -8 U Cast Out -9 C Compulsory Rest -10 U Devoted Crop-Mate -11 C Djeru's Resolve -12 C Fan Bearer -13 C Forsake the Worldly -14 M Gideon of the Trials -15 R Gideon's Intervention -16 R Glory-Bound Initiate -17 C Gust Walker -18 C Impeccable Timing -19 C In Oketra's Name -20 C Mighty Leap -21 M Oketra the True -22 U Oketra's Attendant -23 U Protection of the Hekma -24 R Regal Caracal -25 U Renewed Faith -26 C Rhet-Crop Spearmaster -27 C Sacred Cat -28 U Seraph of the Suns -29 C Sparring Mummy -30 C Supply Caravan -31 C Tah-Crop Elite -32 C Those Who Serve -33 U Time to Reflect -34 U Trial of Solidarity -35 U Trueheart Duelist -36 C Unwavering Initiate -37 U Vizier of Deferment -38 U Vizier of Remedies -39 C Winged Shepherd -40 C Ancient Crab -41 U Angler Drake -42 M As Foretold -43 C Aven Initiate -44 C Cancel -45 C Cartouche of Knowledge -46 U Censor -47 C Compelling Argument -48 U Cryptic Serpent -49 R Curator of Mysteries -50 C Decision Paralysis -51 R Drake Haven -52 C Essence Scatter -53 C Floodwaters -54 U Galestrike -55 R Glyph Keeper -56 C Hekma Sentinels -57 C Hieroglyphic Illumination -58 C Illusory Wrappings -59 M Kefnet the Mindful -60 U Labyrinth Guardian -61 U Lay Claim -62 C Naga Oracle -63 R New Perspectives -64 U Open into Wonder -65 R Pull from Tomorrow -66 C River Serpent -67 U Sacred Excavation -68 C Scribe of the Mindful -69 C Seeker of Insight -70 C Shimmerscale Drake -71 C Slither Blade -72 C Tah-Crop Skirmisher -73 U Trial of Knowledge -74 R Vizier of Many Faces -75 U Vizier of Tumbling Sands -76 C Winds of Rebuke -77 U Zenith Seeker -78 R Archfiend of Ifnir -79 U Baleful Ammit -80 C Blighted Bat -81 U Bone Picker -82 M Bontu the Glorified -83 C Cartouche of Ambition -84 M Cruel Reality -85 C Cursed Minotaur -86 R Dispossess -87 C Doomed Dissenter -88 R Dread Wanderer -89 C Dune Beetle -90 U Faith of the Devoted -91 C Festering Mummy -92 C Final Reward -93 U Gravedigger -94 U Grim Strider -95 C Horror of the Broken Lands -96 U Lay Bare the Heart -97 M Liliana, Death's Majesty -98 R Liliana's Mastery -99 U Lord of the Accursed -100 C Miasmic Mummy -101 U Nest of Scarabs -102 C Painful Lesson -103 C Pitiless Vizier -104 R Plague Belcher -105 U Ruthless Sniper -106 C Scarab Feast -107 R Shadow of the Grave -108 C Soulstinger -109 C Splendid Agony -110 U Stir the Sands -111 C Supernatural Stamina -112 C Trespasser's Curse -113 C Unburden -114 U Trial of Ambition -115 C Wander in Death -116 C Wasteland Scorpion -117 U Ahn-Crop Crasher -118 U Battlefield Scavenger -119 C Blazing Volley -120 C Bloodlust Inciter -121 U Bloodrage Brawler -122 C Brute Strength -123 U By Force -124 C Cartouche of Zeal -125 M Combat Celebrant -126 U Consuming Fervor -127 U Deem Worthy -128 C Desert Cerodon -129 C Electrify -130 C Emberhorn Minotaur -131 U Flameblade Adept -132 C Fling -133 M Glorious End -134 R Glorybringer -135 R Harsh Mentor -136 M Hazoret the Fervent -137 R Hazoret's Favor -138 R Heart-Piercer Manticore -139 C Hyena Pack -140 U Limits of Solidarity -141 C Magma Spray -142 C Manticore of the Gauntlet -143 C Minotaur Sureshot -144 C Nef-Crop Entangler -145 C Nimble-Blade Khenra -146 C Pathmaker Initiate -147 C Pursue Glory -148 R Soul-Scar Mage -149 R Sweltering Suns -150 C Thresher Lizard -151 C Tormenting Voice -152 U Trial of Zeal -153 U Trueheart Twins -154 C Violent Impact -155 U Warfire Javelineer -156 C Benefaction of Rhonas -157 C Bitterblade Warrior -158 C Cartouche of Strength -159 R Champion of Rhonas -160 R Channeler Initiate -161 C Colossapede -162 U Crocodile of the Crossing -163 U Defiant Greatmaw -164 C Dissenter's Deliverance -165 U Exemplar of Strength -166 C Giant Spider -167 C Gift of Paradise -168 C Greater Sandwurm -169 U Hapatra's Mark -170 R Harvest Season -171 C Haze of Pollen -172 R Honored Hydra -173 C Hooded Brawler -174 C Initiate's Companion -175 U Manglehorn -176 C Naga Vitalist -177 C Oashra Cultivator -178 C Ornery Kudu -179 C Pouncing Cheetah -180 R Prowling Serpopard -181 C Quarry Hauler -182 M Rhonas the Indomitable -183 R Sandwurm Convergence -184 U Scaled Behemoth -185 C Shed Weakness -186 U Shefet Monitor -187 U Sixth Sense -188 C Spidery Grasp -189 C Stinging Shot -190 U Synchronized Strike -191 U Trial of Strength -192 M Vizier of the Menagerie -193 U Watchful Naga -194 U Ahn-Crop Champion -195 U Aven Wind Guide -196 R Bounty of the Luxa -197 U Decimator Beetle -198 U Enigma Drake -199 R Hapatra, Vizier of Poisons -200 U Honored Crop-Captain -201 U Khenra Charioteer -202 U Merciless Javelineer -203 R Neheb, the Worthy -204 M Nissa, Steward of Elements -205 M Samut, Voice of Dissent -206 U Shadowstorm Vizier -207 R Temmet, Vizier of Naktamun -208 U Wayward Servant -209 U Weaver of Currents -210 R Dusk // Dawn -211 R Commit // Memory -212 R Never // Return -213 R Insult // Injury -214 R Mouth // Feed -215 U Start // Finish -216 U Reduce // Rubble -217 U Destined // Lead -218 U Onward // Victory -219 U Spring // Mind -220 R Prepare // Fight -221 R Failure // Comply -222 R Rags // Riches -223 R Cut // Ribbons -224 R Heaven // Earth -225 U Bontu's Monument -226 U Edifice of Authority -227 U Embalmer's Tools -228 U Gate to the Afterlife -229 U Hazoret's Monument -230 C Honed Khopesh -231 U Kefnet's Monument -232 C Luxa River Shrine -233 U Oketra's Monument -234 R Oracle's Vault -235 R Pyramid of the Pantheon -236 U Rhonas's Monument -237 R Throne of the God-Pharaoh -238 U Watchers of the Dead -239 R Canyon Slough -240 R Cascading Cataracts -241 C Cradle of the Accursed -242 C Evolving Wilds -243 R Fetid Pools -244 U Grasping Dunes -245 R Irrigated Farmland -246 C Painted Bluffs -247 R Scattered Groves -248 R Sheltered Thicket -249 C Sunscorched Desert -250 L Plains -251 L Island -252 L Swamp -253 L Mountain -254 L Forest -255 L Plains -256 L Plains -257 L Plains -258 L Island -259 L Island -260 L Island -261 L Swamp -262 L Swamp -263 L Swamp -264 L Mountain -265 L Mountain -266 L Mountain -267 L Forest -268 L Forest -269 L Forest -270 M Gideon, Martial Paragon -271 U Companion of the Trials -272 R Gideon's Resolve -273 C Graceful Cat -274 C Stone Quarry -275 M Liliana, Death Wielder -276 U Desiccated Naga -277 R Liliana's Influence -278 C Tattered Mummy -279 C Foul Orchard -280 C Cinder Barrens -281 C Forsaken Sanctuary -282 C Highland Lake -283 C Meandering River -284 C Submerged Boneyard -285 C Timber Gorge -286 C Tranquil Expanse -287 C Woodland Stream +1 M Angel of Sanctions @Min Yum +2 R Anointed Procession @Victor Adame Minguez +3 C Anointer Priest @Lake Hurwitz +4 R Approach of the Second Sun @Noah Bradley +5 R Aven Mindcensor @Eric Deschamps +6 C Binding Mummy @Shreya Shetty +7 C Cartouche of Solidarity @Kieran Yanner +8 U Cast Out @Magali Villeneuve +9 C Compulsory Rest @Eric Deschamps +10 U Devoted Crop-Mate @Zoltan Boros +11 C Djeru's Resolve @Kieran Yanner +12 C Fan Bearer @Anthony Palumbo +13 C Forsake the Worldly @Steve Argyle +14 M Gideon of the Trials @Izzy +15 R Gideon's Intervention @Daarken +16 R Glory-Bound Initiate @David Palumbo +17 C Gust Walker @Jason Rainville +18 C Impeccable Timing @Kev Walker +19 C In Oketra's Name @Nils Hamm +20 C Mighty Leap @Sidharth Chaturvedi +21 M Oketra the True @Chase Stone +22 U Oketra's Attendant @Lake Hurwitz +23 U Protection of the Hekma @Ryan Alexander Lee +24 R Regal Caracal @Filip Burburan +25 U Renewed Faith @Wesley Burt +26 C Rhet-Crop Spearmaster @Dan Scott +27 C Sacred Cat @Zezhou Chen +28 U Seraph of the Suns @Winona Nelson +29 C Sparring Mummy @Ryan Pancoast +30 C Supply Caravan @Nils Hamm +31 C Tah-Crop Elite @Raoul Vitale +32 C Those Who Serve @Volkan Baǵa +33 U Time to Reflect @Daarken +34 U Trial of Solidarity @Daniel Ljunggren +35 U Trueheart Duelist @Izzy +36 C Unwavering Initiate @Greg Opalinski +37 U Vizier of Deferment @Deruchenko Alexander +38 U Vizier of Remedies @Randy Gallegos +39 C Winged Shepherd @Chris Rahn +40 C Ancient Crab @James Paick +41 U Angler Drake @Svetlin Velinov +42 M As Foretold @Tommy Arnold +43 C Aven Initiate @Jakub Kasper +44 C Cancel @Mathias Kollros +45 C Cartouche of Knowledge @Kieran Yanner +46 U Censor @John Stanko +47 C Compelling Argument @Lucas Graciano +48 U Cryptic Serpent @Lius Lasahido +49 R Curator of Mysteries @Christine Choi +50 C Decision Paralysis @Vincent Proce +51 R Drake Haven @John Severin Brassell +52 C Essence Scatter @Josh Hass +53 C Floodwaters @Jung Park +54 U Galestrike @Mike Bierek +55 R Glyph Keeper @Chris Rahn +56 C Hekma Sentinels @James Ryman +57 C Hieroglyphic Illumination @Raoul Vitale +58 C Illusory Wrappings @Deruchenko Alexander +59 M Kefnet the Mindful @Chase Stone +60 U Labyrinth Guardian @Yeong-Hao Han +61 U Lay Claim @Chris Rallis +62 C Naga Oracle @Deruchenko Alexander +63 R New Perspectives @Darek Zabrocki +64 U Open into Wonder @Tyler Jacobson +65 R Pull from Tomorrow @Sara Winters +66 C River Serpent @Christopher Moeller +67 U Sacred Excavation @Noah Bradley +68 C Scribe of the Mindful @Bastien L. Deharme +69 C Seeker of Insight @Magali Villeneuve +70 C Shimmerscale Drake @Tony Foti +71 C Slither Blade @Zezhou Chen +72 C Tah-Crop Skirmisher @Victor Adame Minguez +73 U Trial of Knowledge @Viktor Titov +74 R Vizier of Many Faces @Ryan Yee +75 U Vizier of Tumbling Sands @Josu Hernaiz +76 C Winds of Rebuke @Mathias Kollros +77 U Zenith Seeker @Jason Kang +78 R Archfiend of Ifnir @Seb McKinnon +79 U Baleful Ammit @Seb McKinnon +80 C Blighted Bat @Nils Hamm +81 U Bone Picker @Yeong-Hao Han +82 M Bontu the Glorified @Chase Stone +83 C Cartouche of Ambition @Kieran Yanner +84 M Cruel Reality @Kieran Yanner +85 C Cursed Minotaur @David Palumbo +86 R Dispossess @Mark Behm +87 C Doomed Dissenter @Tony Foti +88 R Dread Wanderer @Josh Hass +89 C Dune Beetle @Grzegorz Rutkowski +90 U Faith of the Devoted @Raoul Vitale +91 C Festering Mummy @Christopher Burdett +92 C Final Reward @Sidharth Chaturvedi +93 U Gravedigger @Tony Foti +94 U Grim Strider @Christine Choi +95 C Horror of the Broken Lands @Daarken +96 U Lay Bare the Heart @Karl Kopinski +97 M Liliana, Death's Majesty @Chris Rallis +98 R Liliana's Mastery @Kieran Yanner +99 U Lord of the Accursed @Grzegorz Rutkowski +100 C Miasmic Mummy @E. M. Gist +101 U Nest of Scarabs @Jason A. Engle +102 C Painful Lesson @Adrian Majkrzak +103 C Pitiless Vizier @Volkan Baǵa +104 R Plague Belcher @Izzy +105 U Ruthless Sniper @Sara Winters +106 C Scarab Feast @Tony Foti +107 R Shadow of the Grave @Darek Zabrocki +108 C Soulstinger @Mike Burns +109 C Splendid Agony @Clint Cearley +110 U Stir the Sands @David Gaillet +111 C Supernatural Stamina @Christopher Moeller +112 C Trespasser's Curse @David Palumbo +113 U Trial of Ambition @Johann Bodin +114 C Unburden @Svetlin Velinov +115 C Wander in Death @Seb McKinnon +116 C Wasteland Scorpion @Yeong-Hao Han +117 U Ahn-Crop Crasher @Seb McKinnon +118 U Battlefield Scavenger @Dan Scott +119 C Blazing Volley @Zezhou Chen +120 C Bloodlust Inciter @Anthony Palumbo +121 U Bloodrage Brawler @Lars Grant-West +122 C Brute Strength @Nils Hamm +123 U By Force @Magali Villeneuve +124 C Cartouche of Zeal @Kieran Yanner +125 M Combat Celebrant @Chris Rallis +126 U Consuming Fervor @Svetlin Velinov +127 U Deem Worthy @Lius Lasahido +128 C Desert Cerodon @Igor Kieryluk +129 C Electrify @Craig J Spearing +130 C Emberhorn Minotaur @Viktor Titov +131 U Flameblade Adept @Tomasz Jedruszek +132 C Fling @Lucas Graciano +133 M Glorious End @Raymond Swanland +134 R Glorybringer @Sam Burley +135 R Harsh Mentor @Shreya Shetty +136 M Hazoret the Fervent @Chase Stone +137 R Hazoret's Favor @Raymond Swanland +138 R Heart-Piercer Manticore @Scott Murphy +139 C Hyena Pack @Winona Nelson +140 U Limits of Solidarity @Craig J Spearing +141 C Magma Spray @Svetlin Velinov +142 C Manticore of the Gauntlet @James Paick +143 C Minotaur Sureshot @Joseph Meehan +144 C Nef-Crop Entangler @Dan Scott +145 C Nimble-Blade Khenra @Tomasz Jedruszek +146 C Pathmaker Initiate @Josu Hernaiz +147 C Pursue Glory @Johann Bodin +148 R Soul-Scar Mage @Steve Argyle +149 R Sweltering Suns @Raymond Swanland +150 C Thresher Lizard @Craig J Spearing +151 C Tormenting Voice @Allen Williams +152 U Trial of Zeal @Svetlin Velinov +153 U Trueheart Twins @Matt Stewart +154 C Violent Impact @Jason Rainville +155 U Warfire Javelineer @Yohann Schepacz +156 C Benefaction of Rhonas @Tommy Arnold +157 C Bitterblade Warrior @Slawomir Maniak +158 C Cartouche of Strength @Kieran Yanner +159 R Champion of Rhonas @Winona Nelson +160 R Channeler Initiate @Yongjae Choi +161 C Colossapede @Jason Kang +162 U Crocodile of the Crossing @Kev Walker +163 U Defiant Greatmaw @Deruchenko Alexander +164 C Dissenter's Deliverance @Bastien L. Deharme +165 U Exemplar of Strength @Sara Winters +166 C Giant Spider @Aaron Miller +167 C Gift of Paradise @Ryan Pancoast +168 C Greater Sandwurm @Steven Belledin +169 U Hapatra's Mark @Lindsey Look +170 R Harvest Season @Shreya Shetty +171 C Haze of Pollen @Mark Zug +172 R Honored Hydra @Todd Lockwood +173 C Hooded Brawler @Daarken +174 C Initiate's Companion @Dan Scott +175 U Manglehorn @Lius Lasahido +176 C Naga Vitalist @James Ryman +177 C Oashra Cultivator @Sara Winters +178 C Ornery Kudu @Deruchenko Alexander +179 C Pouncing Cheetah @Matt Stewart +180 R Prowling Serpopard @Tyler Jacobson +181 C Quarry Hauler @David Gaillet +182 M Rhonas the Indomitable @Chase Stone +183 R Sandwurm Convergence @Slawomir Maniak +184 U Scaled Behemoth @Marco Nelor +185 C Shed Weakness @Christine Choi +186 U Shefet Monitor @Viktor Titov +187 U Sixth Sense @Zoltan Boros +188 C Spidery Grasp @Dan Scott +189 C Stinging Shot @Scott Murphy +190 U Synchronized Strike @David Palumbo +191 U Trial of Strength @Kieran Yanner +192 M Vizier of the Menagerie @Victor Adame Minguez +193 U Watchful Naga @Anastasia Ovchinnikova +194 U Ahn-Crop Champion @Craig J Spearing +195 U Aven Wind Guide @Sidharth Chaturvedi +196 R Bounty of the Luxa @Jonas De Ro +197 U Decimator Beetle @Adrian Majkrzak +198 U Enigma Drake @Steve Argyle +199 R Hapatra, Vizier of Poisons @Tyler Jacobson +200 U Honored Crop-Captain @Sara Winters +201 U Khenra Charioteer @Chris Rallis +202 U Merciless Javelineer @Nils Hamm +203 R Neheb, the Worthy @Chris Rahn +204 M Nissa, Steward of Elements @Howard Lyon +205 M Samut, Voice of Dissent @Aleksi Briclot +206 U Shadowstorm Vizier @Yongjae Choi +207 R Temmet, Vizier of Naktamun @Anna Steinbauer +208 U Wayward Servant @Anthony Palumbo +209 U Weaver of Currents @Winona Nelson +210 R Dusk // Dawn @Noah Bradley +211 R Commit // Memory @Ryan Alexander Lee +212 R Never // Return @Daarken +213 R Insult // Injury @Lucas Graciano +214 R Mouth // Feed @Zack Stella +215 U Start // Finish @Magali Villeneuve +216 U Reduce // Rubble @Eric Deschamps +217 U Destined // Lead @Magali Villeneuve +218 U Onward // Victory @Grzegorz Rutkowski +219 U Spring // Mind @Josu Hernaiz +220 R Prepare // Fight @Zack Stella +221 R Failure // Comply @Jason A. Engle +222 R Rags // Riches @Greg Opalinski +223 R Cut // Ribbons @Raymond Swanland +224 R Heaven // Earth @Jonas De Ro +225 U Bontu's Monument @Jonas De Ro +226 U Edifice of Authority @Florian de Gesincourt +227 U Embalmer's Tools @Adrian Majkrzak +228 U Gate to the Afterlife @Christine Choi +229 U Hazoret's Monument @Richard Wright +230 C Honed Khopesh @Aaron Miller +231 U Kefnet's Monument @Titus Lunter +232 C Luxa River Shrine @Sung Choi +233 U Oketra's Monument @Christine Choi +234 R Oracle's Vault @Jonas De Ro +235 R Pyramid of the Pantheon @Florian de Gesincourt +236 U Rhonas's Monument @Cliff Childs +237 R Throne of the God-Pharaoh @Titus Lunter +238 U Watchers of the Dead @Joseph Meehan +239 R Canyon Slough @Titus Lunter +240 R Cascading Cataracts @Noah Bradley +241 C Cradle of the Accursed @Noah Bradley +242 C Evolving Wilds @Christine Choi +243 R Fetid Pools @Jonas De Ro +244 U Grasping Dunes @Daarken +245 R Irrigated Farmland @Jonas De Ro +246 C Painted Bluffs @Mark Poole +247 R Scattered Groves @Christine Choi +248 R Sheltered Thicket @Sung Choi +249 C Sunscorched Desert @Min Yum +250 L Plains @Titus Lunter +251 L Island @Richard Wright +252 L Swamp @Clint Cearley +253 L Mountain @Florian de Gesincourt +254 L Forest @Yeong-Hao Han +255 L Plains @Volkan Baǵa +256 L Plains @Jonas De Ro +257 L Plains @Titus Lunter +258 L Island @Jonas De Ro +259 L Island @Titus Lunter +260 L Island @Mark Poole +261 L Swamp @Steven Belledin +262 L Swamp @Jonas De Ro +263 L Swamp @Titus Lunter +264 L Mountain @Jonas De Ro +265 L Mountain @Titus Lunter +266 L Mountain @Chris Rahn +267 L Forest @Titus Lunter +268 L Forest @Titus Lunter +269 L Forest @Matt Stewart +270 M Gideon, Martial Paragon @Daarken +271 U Companion of the Trials @Aaron Miller +272 R Gideon's Resolve @Jakub Kasper +273 C Graceful Cat @John Stanko +274 C Stone Quarry @Florian de Gesincourt +275 M Liliana, Death Wielder @Clint Cearley +276 U Desiccated Naga @Svetlin Velinov +277 R Liliana's Influence @Winona Nelson +278 C Tattered Mummy @Slawomir Maniak +279 C Foul Orchard @Mark Poole +280 C Cinder Barrens @Cliff Childs +281 C Forsaken Sanctuary @Vincent Proce +282 C Highland Lake @Florian de Gesincourt +283 C Meandering River @Cliff Childs +284 C Submerged Boneyard @Christine Choi +285 C Timber Gorge @Cliff Childs +286 C Tranquil Expanse @Sam Burley +287 C Woodland Stream @Efflam Mercier [tokens] w_1_1_cat_lifelink diff --git a/forge-gui/res/editions/Antiquities.txt b/forge-gui/res/editions/Antiquities.txt index fb25dd4c61d..d2cf80e9e3b 100644 --- a/forge-gui/res/editions/Antiquities.txt +++ b/forge-gui/res/editions/Antiquities.txt @@ -12,106 +12,106 @@ Foil=NotSupported ScryfallCode=ATQ [cards] -36 C Amulet of Kroog -1 R Argivian Archaeologist -2 C Argivian Blacksmith -29 C Argothian Pixies -30 C Argothian Treefolk -37 U Armageddon Clock -22 C Artifact Blast -15 C Artifact Possession -3 C Artifact Ward -38 U Ashnod's Altar -39 U Ashnod's Battle Gear -40 U Ashnod's Transmogrant -23 C Atog -41 C Battering Ram -42 R Bronze Tablet -43 R Candelabra of Tawnos -4 U Circle of Protection: Artifacts -31 U Citanul Druid -44 C Clay Statue -45 R Clockwork Avian -46 R Colossus of Sardia -47 R Coral Helm -32 C Crumble -48 U Cursed Rack -5 U Damping Field -24 U Detonate -8 C Drafna's Restoration -49 C Dragon Engine -25 U Dwarven Weaponsmith -9 U Energy Flux -50 U Feldon's Cane -33 R Gaea's Avenger -16 U Gate to Phyrexia -26 U Goblin Artisans -51 R Golgothian Sylex -52 C Grapeshot Catapult -17 U Haunting Wind -10 R Hurkyl's Recall -53 U Ivory Tower -54 U Jalum Tome -6 U Martyrs of Korlis -55 U Mightstone -56 U Millstone -80c R Mishra's Factory -80b R Mishra's Factory -80a U Mishra's Factory -80d R Mishra's Factory -57 R Mishra's War Machine -81 R Mishra's Workshop -58 R Obelisk of Undoing -59 U Onulet -27 C Orcish Mechanics -60 C Ornithopter -18 C Phyrexian Gremlins -11 U Power Artifact -34 U Powerleech -19 C Priest of Yawgmoth -61 U Primal Clay -62 U Rakalite -12 C Reconstruction -7 C Reverse Polarity -63 U Rocket Launcher -13 C Sage of Lat-Nam -64 R Shapeshifter -28 R Shatterstorm -65 C Staff of Zegon -82d R Strip Mine -82b R Strip Mine -82c R Strip Mine -82a U Strip Mine -66 U Su-Chi -67 C Tablet of Epityr -68 R Tawnos's Coffin -69 U Tawnos's Wand -70 U Tawnos's Weaponry -71 R Tetravus -72 U The Rack -35 U Titania's Song -14 U Transmute Artifact -73 R Triskelion -74 R Urza's Avenger -75 C Urza's Chalice -83c C Urza's Mine -83b U Urza's Mine -83a C Urza's Mine -83d U Urza's Mine -76 R Urza's Miter -84b U Urza's Power Plant -84a C Urza's Power Plant -84c C Urza's Power Plant -84d U Urza's Power Plant -85c U Urza's Tower -85b U Urza's Tower -85a C Urza's Tower -85d U Urza's Tower -77 U Wall of Spears -78 U Weakstone -20 U Xenic Poltergeist -21 R Yawgmoth Demon -79 C Yotian Soldier +36 C Amulet of Kroog @Margaret Organ-Kean +1 R Argivian Archaeologist @Amy Weber +2 C Argivian Blacksmith @Kerstin Kaman +29 C Argothian Pixies @Amy Weber +30 C Argothian Treefolk @Amy Weber +37 U Armageddon Clock @Amy Weber +22 C Artifact Blast @Mark Poole +15 C Artifact Possession @Christopher Rush +3 C Artifact Ward @Douglas Shuler +38 U Ashnod's Altar @Anson Maddocks +39 U Ashnod's Battle Gear @Mark Poole +40 U Ashnod's Transmogrant @Mark Tedin +23 C Atog @Jesper Myrfors +41 C Battering Ram @Jeff A. Menges +42 R Bronze Tablet @Tom Wänerstrand +43 R Candelabra of Tawnos @Douglas Shuler +4 U Circle of Protection: Artifacts @Pete Venters +31 U Citanul Druid @Jeff A. Menges +44 C Clay Statue @Jesper Myrfors +45 R Clockwork Avian @Randy Asplund-Faith +46 R Colossus of Sardia @Jesper Myrfors +47 R Coral Helm @Amy Weber +32 C Crumble @Jesper Myrfors +48 U Cursed Rack @Richard Thomas +5 U Damping Field @Justin Hampton +24 U Detonate @Randy Asplund-Faith +8 C Drafna's Restoration @Amy Weber +49 C Dragon Engine @Anson Maddocks +25 U Dwarven Weaponsmith @Mark Poole +9 U Energy Flux @Kaja Foglio +50 U Feldon's Cane @Mark Tedin +33 R Gaea's Avenger @Pete Venters +16 U Gate to Phyrexia @Sandra Everingham +26 U Goblin Artisans @Julie Baroh +51 R Golgothian Sylex @Kerstin Kaman +52 C Grapeshot Catapult @Dan Frazier +17 U Haunting Wind @Jeff A. Menges +10 R Hurkyl's Recall @NéNé Thomas +53 U Ivory Tower @Margaret Organ-Kean +54 U Jalum Tome @Tom Wänerstrand +6 U Martyrs of Korlis @Margaret Organ-Kean +55 U Mightstone @Pete Venters +56 U Millstone @Kaja Foglio +80c R Mishra's Factory @Kaja Foglio & Phil Foglio +80b R Mishra's Factory @Kaja Foglio & Phil Foglio +80a U Mishra's Factory @Kaja Foglio & Phil Foglio +80d R Mishra's Factory @Kaja Foglio & Phil Foglio +57 R Mishra's War Machine @Amy Weber +81 R Mishra's Workshop @Kaja Foglio +58 R Obelisk of Undoing @Tom Wänerstrand +59 U Onulet @Anson Maddocks +27 C Orcish Mechanics @Pete Venters +60 C Ornithopter @Amy Weber +18 C Phyrexian Gremlins @Amy Weber +11 U Power Artifact @Douglas Shuler +34 U Powerleech @Christopher Rush +19 C Priest of Yawgmoth @Mark Tedin +61 U Primal Clay @Kaja Foglio +62 U Rakalite @Christopher Rush +12 C Reconstruction @Anson Maddocks +7 C Reverse Polarity @Justin Hampton +63 U Rocket Launcher @Pete Venters +13 C Sage of Lat-Nam @Pete Venters +64 R Shapeshifter @Dan Frazier +28 R Shatterstorm @Mark Poole +65 C Staff of Zegon @Mark Poole +82d R Strip Mine @Daniel Gelon +82b R Strip Mine @Daniel Gelon +82c R Strip Mine @Daniel Gelon +82a U Strip Mine @Daniel Gelon +66 U Su-Chi @Christopher Rush +67 C Tablet of Epityr @Christopher Rush +68 R Tawnos's Coffin @Christopher Rush +69 U Tawnos's Wand @Douglas Shuler +70 U Tawnos's Weaponry @Dan Frazier +71 R Tetravus @Mark Tedin +72 U The Rack @Richard Thomas +35 U Titania's Song @Kerstin Kaman +14 U Transmute Artifact @Anson Maddocks +73 R Triskelion @Douglas Shuler +74 R Urza's Avenger @Amy Weber +75 C Urza's Chalice @Jeff A. Menges +83c C Urza's Mine @Anson Maddocks +83b U Urza's Mine @Anson Maddocks +83a C Urza's Mine @Anson Maddocks +83d U Urza's Mine @Anson Maddocks +76 R Urza's Miter @Randy Asplund-Faith +84b U Urza's Power Plant @Mark Tedin +84a C Urza's Power Plant @Mark Tedin +84c C Urza's Power Plant @Mark Tedin +84d U Urza's Power Plant @Mark Tedin +85c U Urza's Tower @Mark Poole +85b U Urza's Tower @Mark Poole +85a C Urza's Tower @Mark Poole +85d U Urza's Tower @Mark Poole +77 U Wall of Spears @Sandra Everingham +78 U Weakstone @Justin Hampton +20 U Xenic Poltergeist @Dan Frazier +21 R Yawgmoth Demon @Sandra Everingham +79 C Yotian Soldier @Christopher Rush [tokens] c_1_1_a_tetravite_flying_noenchant diff --git a/forge-gui/res/editions/Apocalypse Promos.txt b/forge-gui/res/editions/Apocalypse Promos.txt index cb0963fbbe2..363bd2d674b 100644 --- a/forge-gui/res/editions/Apocalypse Promos.txt +++ b/forge-gui/res/editions/Apocalypse Promos.txt @@ -7,4 +7,4 @@ CardLang=sa ScryfallCode=PAPC [cards] -100 R Fungal Shambler +100 R Fungal Shambler @Jim Nelson diff --git a/forge-gui/res/editions/Apocalypse.txt b/forge-gui/res/editions/Apocalypse.txt index 893d3ee1ac1..4471164421d 100644 --- a/forge-gui/res/editions/Apocalypse.txt +++ b/forge-gui/res/editions/Apocalypse.txt @@ -13,149 +13,149 @@ FoilAlwaysInCommonSlot=False ScryfallCode=APC [cards] -91 U AEther Mutation -73 C Ana Disciple -74 U Ana Sanctuary -75 R Anavolver -1 C Angelfire Crusader -139 R Battlefield Forge -55 R Bloodfire Colossus -56 C Bloodfire Dwarf -57 C Bloodfire Infusion -58 U Bloodfire Kavu -76 C Bog Gnarr -133 U Brass Herald -92 U Captain's Maneuver -140 R Caves of Koilos -19 C Ceta Disciple -20 U Ceta Sanctuary -21 R Cetavolver -2 U Coalition Flag -3 C Coalition Honor Guard -22 C Coastal Drake -93 C Consume Strength -94 R Cromat -37 C Dead Ringers -95 R Death Grasp -96 U Death Mutation -4 C Dega Disciple -5 U Dega Sanctuary -6 R Degavolver -38 R Desolation Angel -59 R Desolation Giant -7 U Diversionary Tactics -8 C Divine Light -134 U Dodecapod -135 U Dragon Arch -60 C Dwarven Landslide -61 U Dwarven Patrol -97 U Ebony Treefolk -136 U Emblazoned Golem -9 U Enlistment Officer -23 U Evasive Action -10 R False Dawn -98 R Fervent Charge -128 U Fire // Ice -99 U Flowstone Charger -39 U Foul Presence -100 R Fungal Shambler -77 U Gaea's Balance -101 C Gaea's Skyfolk -11 R Gerrard Capashen -102 U Gerrard's Verdict -78 C Glade Gnarr -103 C Goblin Legionnaire -62 U Goblin Ringleader -104 R Goblin Trenches -40 U Grave Defiler -105 R Guided Passage -12 U Haunted Angel -13 C Helionaut -24 R Ice Cave -63 U Illuminate -129 U Illusion // Reality -25 C Index -26 C Jaded Response -27 C Jilt -106 U Jungle Barrier -64 C Kavu Glider -79 U Kavu Howler -80 R Kavu Mauler -41 C Last Caress -107 R Last Stand -81 C Lay of the Land -137 R Legacy Weapon -130 U Life // Death -108 R Lightning Angel -28 C Living Airship -109 C Llanowar Dead -141 R Llanowar Wastes -14 C Manacles of Decay -110 U Martyrs' Tomb -138 R Mask of Intolerance -42 C Mind Extraction -111 U Minotaur Illusionist -65 C Minotaur Tactician -43 C Mournful Zombie -112 R Mystic Snake -44 C Necra Disciple -45 U Necra Sanctuary -46 R Necravolver -131 U Night // Day -132 U Order // Chaos -15 C Orim's Thunder -113 R Overgrown Estate -82 C Penumbra Bobcat -83 U Penumbra Kavu -84 R Penumbra Wurm -114 R Pernicious Deed -47 R Phyrexian Arena -48 U Phyrexian Gargantua -49 C Phyrexian Rager -50 R Planar Despair -115 R Powerstone Minefield -116 R Prophetic Bolt -117 C Putrid Warrior -51 C Quagmire Druid -118 C Quicksilver Dagger -66 C Raka Disciple -67 U Raka Sanctuary -68 R Rakavolver -119 C Razorfin Hunter -29 C Reef Shaman -85 C Savage Gorilla -16 C Shield of Duty and Reason -30 C Shimmering Mirage -142 R Shivan Reef -69 C Smash -120 C Soul Link -17 R Spectral Lynx -121 R Spiritmonger -122 C Squee's Embrace -123 U Squee's Revenge -18 C Standard Bearer -86 C Strength of Night -124 R Suffocating Blast -52 U Suppress -87 U Sylvan Messenger -88 R Symbiotic Deployment -70 C Tahngarth's Glare -125 C Temporal Spring -31 U Tidal Courier -89 C Tranquil Path -71 C Tundra Kavu -32 R Unnatural Selection -90 C Urborg Elf -53 C Urborg Uprising -126 R Vindicate -33 U Vodalian Mystic -34 U Whirlpool Drake -35 C Whirlpool Rider -36 R Whirlpool Warrior -72 R Wild Research -143 R Yavimaya Coast -127 R Yavimaya's Embrace -54 C Zombie Boa +91 U Aether Mutation @Ron Spencer +73 C Ana Disciple @Darrell Riche +74 U Ana Sanctuary @Rob Alexander +75 R Anavolver @Matt Cavotta +1 C Angelfire Crusader @Edward P. Beard, Jr. +139 R Battlefield Forge @Darrell Riche +55 R Bloodfire Colossus @Greg Staples +56 C Bloodfire Dwarf @Ron Spencer +57 C Bloodfire Infusion @Anthony S. Waters +58 U Bloodfire Kavu @Greg Staples +76 C Bog Gnarr @Daren Bader +133 U Brass Herald @Daren Bader +92 U Captain's Maneuver @Ben Thompson +140 R Caves of Koilos @Jim Nelson +19 C Ceta Disciple @Greg Hildebrandt & Tim Hildebrandt +20 U Ceta Sanctuary @Franz Vohwinkel +21 R Cetavolver @Gary Ruddell +2 U Coalition Flag @Darrell Riche +3 C Coalition Honor Guard @Eric Peterson +22 C Coastal Drake @John Gallagher +93 C Consume Strength @Adam Rex +94 R Cromat @Donato Giancola +37 C Dead Ringers @Greg Staples +95 R Death Grasp @Eric Peterson +96 U Death Mutation @Carl Critchlow +4 C Dega Disciple @Alan Pollack +5 U Dega Sanctuary @Ben Thompson +6 R Degavolver @Ron Spencer +38 R Desolation Angel @Brom +59 R Desolation Giant @Alan Pollack +7 U Diversionary Tactics @Jerry Tiritilli +8 C Divine Light @Christopher Moeller +134 U Dodecapod @John Howe +135 U Dragon Arch @Dana Knutson +60 C Dwarven Landslide @Tony Szczudlo +61 U Dwarven Patrol @Greg Hildebrandt & Tim Hildebrandt +97 U Ebony Treefolk @Matt Cavotta +136 U Emblazoned Golem @Greg Staples +9 U Enlistment Officer @Wayne England +23 U Evasive Action @Brian Snõddy +10 R False Dawn @Dave Dorman +98 R Fervent Charge @Mark Tedin +128 U Fire // Ice @David Martin & Franz Vohwinkel +99 U Flowstone Charger @John Gallagher +39 U Foul Presence @Ray Lago +100 R Fungal Shambler @Jim Nelson +77 U Gaea's Balance @Rebecca Guay +101 C Gaea's Skyfolk @Terese Nielsen +11 R Gerrard Capashen @Brom +102 U Gerrard's Verdict @Carl Critchlow +78 C Glade Gnarr @Daren Bader +103 C Goblin Legionnaire @Mark Romanoski +62 U Goblin Ringleader @Mark Romanoski +104 R Goblin Trenches @Wayne England +40 U Grave Defiler @Tony Szczudlo +105 R Guided Passage @Alex Horley-Orlandelli +12 U Haunted Angel @Arnie Swekel +13 C Helionaut @Franz Vohwinkel +24 R Ice Cave @Jerry Tiritilli +63 U Illuminate @Christopher Moeller +129 U Illusion // Reality @John Avon & David Martin +25 C Index @Kev Walker +26 C Jaded Response @Matt Cavotta +27 C Jilt @Terese Nielsen +106 U Jungle Barrier @Edward P. Beard, Jr. +64 C Kavu Glider @Heather Hudson +79 U Kavu Howler @Wayne England +80 R Kavu Mauler @Daren Bader +41 C Last Caress @Eric Peterson +107 R Last Stand @Ron Spencer +81 C Lay of the Land @Mark Zug +137 R Legacy Weapon @John Avon +130 U Life // Death @Anthony S. Waters & Edward P. Beard, Jr. +108 R Lightning Angel @rk post +28 C Living Airship @Mark Tedin +109 C Llanowar Dead @Ben Thompson +141 R Llanowar Wastes @Rob Alexander +14 C Manacles of Decay @Gary Ruddell +110 U Martyrs' Tomb @Anthony S. Waters +138 R Mask of Intolerance @Glen Angus +42 C Mind Extraction @Adam Rex +111 U Minotaur Illusionist @Mark Zug +65 C Minotaur Tactician @Carl Critchlow +43 C Mournful Zombie @John Matson +112 R Mystic Snake @Daren Bader +44 C Necra Disciple @Jeff Miracola +45 U Necra Sanctuary @Eric Peterson +46 R Necravolver @Dave Dorman +131 U Night // Day @Christopher Moeller & Anthony S. Waters +132 U Order // Chaos @Tim Hildebrandt +15 C Orim's Thunder @Carl Critchlow +113 R Overgrown Estate @Brian Snõddy +82 C Penumbra Bobcat @Heather Hudson +83 U Penumbra Kavu @Tony Szczudlo +84 R Penumbra Wurm @Jeff Easley +114 R Pernicious Deed @Christopher Moeller +47 R Phyrexian Arena @Pete Venters +48 U Phyrexian Gargantua @Carl Critchlow +49 C Phyrexian Rager @Mark Tedin +50 R Planar Despair @Mike Sass +115 R Powerstone Minefield @Greg Hildebrandt & Tim Hildebrandt +116 R Prophetic Bolt @Dave Dorman +117 C Putrid Warrior @Ray Lago +51 C Quagmire Druid @Dana Knutson +118 C Quicksilver Dagger @Alex Horley-Orlandelli +66 C Raka Disciple @Arnie Swekel +67 U Raka Sanctuary @David Martin +68 R Rakavolver @Scott M. Fischer +119 C Razorfin Hunter @Jeff Easley +29 C Reef Shaman @Scott M. Fischer +85 C Savage Gorilla @Dave Dorman +16 C Shield of Duty and Reason @Anthony S. Waters +30 C Shimmering Mirage @Rebecca Guay +142 R Shivan Reef @Rob Alexander +69 C Smash @Pete Venters +120 C Soul Link @Jeff Easley +17 R Spectral Lynx @Heather Hudson +121 R Spiritmonger @Glen Angus +122 C Squee's Embrace @Rebecca Guay +123 U Squee's Revenge @Kev Walker +18 C Standard Bearer @Ron Spencer +86 C Strength of Night @John Avon +124 R Suffocating Blast @Christopher Moeller +52 U Suppress @Terese Nielsen & Thomas M. Baxa +87 U Sylvan Messenger @Heather Hudson +88 R Symbiotic Deployment @Kev Walker +70 C Tahngarth's Glare @Pete Venters +125 C Temporal Spring @John Matson +31 U Tidal Courier @Wayne England +89 C Tranquil Path @John Avon +71 C Tundra Kavu @Matt Cavotta +32 R Unnatural Selection @Kev Walker +90 C Urborg Elf @Bob Petillo +53 C Urborg Uprising @Adam Rex +126 R Vindicate @Brian Snõddy +33 U Vodalian Mystic @Bob Petillo +34 U Whirlpool Drake @Alan Pollack +35 C Whirlpool Rider @Ray Lago +36 R Whirlpool Warrior @Kev Walker +72 R Wild Research @Gary Ruddell +143 R Yavimaya Coast @Anthony S. Waters +127 R Yavimaya's Embrace @Eric Peterson +54 C Zombie Boa @Greg Staples [tokens] b_3_3_angel_flying diff --git a/forge-gui/res/editions/Arabian Nights.txt b/forge-gui/res/editions/Arabian Nights.txt index f6c0cdad0f0..f8adee53749 100644 --- a/forge-gui/res/editions/Arabian Nights.txt +++ b/forge-gui/res/editions/Arabian Nights.txt @@ -12,98 +12,98 @@ Foil=NotSupported ScryfallCode=ARN [cards] -1 U Abu Ja'far -34 R Aladdin -56 R Aladdin's Lamp -57 R Aladdin's Ring -35 U Ali Baba -36 R Ali from Cairo -2 C Army of Allah -2+ C Army of Allah -70 U Bazaar of Baghdad -37 C Bird Maiden -37† C Bird Maiden -58 R Bottle of Suleiman -59 U Brass Man -3 C Camel -60 R City in a Bottle -71 U City of Brass -23 C Cuombajj Witches -45 U Cyclone -61 R Dancing Scimitar -12 C Dandan -72 C Desert -38 C Desert Nomads -46 U Desert Twister -73 U Diamond Valley -47 R Drop of Honey -62 R Ebony Horse -24 R El-Hajjaj -74 R Elephant Graveyard -25 C Erg Raiders -25† C Erg Raiders -48 R Erhnam Djinn -4 U Eye for an Eye -13 C Fishliver Oil -13† C Fishliver Oil -63 U Flying Carpet -14 C Flying Men -49 C Ghazban Ogre -15 C Giant Tortoise -15† C Giant Tortoise -26 R Guardian Beast -27 C Hasran Ogress -27† C Hasran Ogress -39 C Hurr Jackal -50 R Ifh-Biff Efreet -16 R Island Fish Jasconius -75 R Island of Wak-Wak -64 R Jandor's Ring -65 R Jandor's Saddlebags -66 U Jeweled Bird -5 R Jihad -28 R Junun Efreet -29 R Juzam Djinn -30 U Khabal Ghoul -6 R King Suleiman -40 C Kird Ape -76 U Library of Alexandria -41 U Magnetic Mountain -17 U Merchant Ship -51 C Metamorphosis -42 R Mijae Djinn -7 C Moorish Cavalry -7† C Moorish Cavalry -77 C Mountain -52 C Nafs Asp -52† C Nafs Asp -78 U Oasis -18 R Old Man of the Sea -31 C Oubliette -31† C Oubliette -8 C Piety -8† C Piety -67 R Pyramids -9 R Repentant Blacksmith -68 R Ring of Ma'ruf -43 C Rukh Egg -43† C Rukh Egg -69 U Sandals of Abdallah -53 C Sandstorm -19 R Serendib Djinn -20 R Serendib Efreet -10 R Shahrazad -21 U Sindbad -54 R Singing Tree -32 U Sorceress Queen -33 C Stone-Throwing Devils -33† C Stone-Throwing Devils -22 C Unstable Mutation -11 C War Elephant -11† C War Elephant -55 C Wyluli Wolf -55† C Wyluli Wolf -44 R Ydwen Efreet +1 U Abu Ja'far @Ken Meyer, Jr. +34 R Aladdin @Julie Baroh +56 R Aladdin's Lamp @Mark Tedin +57 R Aladdin's Ring @Dan Frazier +35 U Ali Baba @Julie Baroh +36 R Ali from Cairo @Mark Poole +2 C Army of Allah @Brian Snõddy +2† C Army of Allah @Brian Snõddy +70 U Bazaar of Baghdad @Jeff A. Menges +37 C Bird Maiden @Kaja Foglio +37† C Bird Maiden @Kaja Foglio +58 R Bottle of Suleiman @Jesper Myrfors +59 U Brass Man @Christopher Rush +3 C Camel @Sandra Everingham +60 R City in a Bottle @Drew Tucker +71 U City of Brass @Mark Tedin +23 C Cuombajj Witches @Kaja Foglio +45 U Cyclone @Mark Tedin +61 R Dancing Scimitar @Anson Maddocks +12 C Dandan @Drew Tucker +72 C Desert @Jesper Myrfors +38 C Desert Nomads @Christopher Rush +46 U Desert Twister @Susan Van Camp +73 U Diamond Valley @Brian Snõddy +47 R Drop of Honey @Anson Maddocks +62 R Ebony Horse @Dameon Willich +24 R El-Hajjaj @Dameon Willich +74 R Elephant Graveyard @Rob Alexander +25 C Erg Raiders @Dameon Willich +25† C Erg Raiders @Dameon Willich +48 R Erhnam Djinn @Ken Meyer, Jr. +4 U Eye for an Eye @Mark Poole +13 C Fishliver Oil @Anson Maddocks +13† C Fishliver Oil @Anson Maddocks +63 U Flying Carpet @Mark Tedin +14 C Flying Men @Christopher Rush +49 C Ghazban Ogre @Jesper Myrfors +15 C Giant Tortoise @Kaja Foglio +15† C Giant Tortoise @Kaja Foglio +26 R Guardian Beast @Ken Meyer, Jr. +27 C Hasran Ogress @Dan Frazier +27† C Hasran Ogress @Dan Frazier +39 C Hurr Jackal @Drew Tucker +50 R Ifh-Biff Efreet @Jesper Myrfors +16 R Island Fish Jasconius @Jesper Myrfors +75 R Island of Wak-Wak @Douglas Shuler +64 R Jandor's Ring @Dan Frazier +65 R Jandor's Saddlebags @Dameon Willich +66 U Jeweled Bird @Amy Weber +5 R Jihad @Brian Snõddy +28 R Junun Efreet @Christopher Rush +29 R Juzam Djinn @Mark Tedin +30 U Khabal Ghoul @Douglas Shuler +6 R King Suleiman @Mark Poole +40 C Kird Ape @Ken Meyer, Jr. +76 U Library of Alexandria @Mark Poole +41 U Magnetic Mountain @Susan Van Camp +17 U Merchant Ship @Tom Wänerstrand +51 C Metamorphosis @Christopher Rush +42 R Mijae Djinn @Susan Van Camp +7 C Moorish Cavalry @Dameon Willich +7† C Moorish Cavalry @Dameon Willich +77 C Mountain @Douglas Shuler +52 C Nafs Asp @Christopher Rush +52† C Nafs Asp @Christopher Rush +78 U Oasis @Brian Snõddy +18 R Old Man of the Sea @Susan Van Camp +31 C Oubliette @Douglas Shuler +31† C Oubliette @Douglas Shuler +8 C Piety @Mark Poole +8† C Piety @Mark Poole +67 R Pyramids @Amy Weber +9 R Repentant Blacksmith @Drew Tucker +68 R Ring of Ma'ruf @Dan Frazier +43 C Rukh Egg @Christopher Rush +43† C Rukh Egg @Christopher Rush +69 U Sandals of Abdallah @Dan Frazier +53 C Sandstorm @Brian Snõddy +19 R Serendib Djinn @Anson Maddocks +20 R Serendib Efreet @Anson Maddocks +10 R Shahrazad @Kaja Foglio +21 U Sindbad @Julie Baroh +54 R Singing Tree @Rob Alexander +32 U Sorceress Queen @Kaja Foglio +33 C Stone-Throwing Devils @Ken Meyer, Jr. +33† C Stone-Throwing Devils @Ken Meyer, Jr. +22 C Unstable Mutation @Douglas Shuler +11 C War Elephant @Kristen Bishop +11† C War Elephant @Kristen Bishop +55 C Wyluli Wolf @Susan Van Camp +55† C Wyluli Wolf @Susan Van Camp +44 R Ydwen Efreet @Drew Tucker [tokens] r_4_4_bird_flying diff --git a/forge-gui/res/editions/Arena Beginner Set.txt b/forge-gui/res/editions/Arena Beginner Set.txt index 47f370eed23..a630ae3b45c 100644 --- a/forge-gui/res/editions/Arena Beginner Set.txt +++ b/forge-gui/res/editions/Arena Beginner Set.txt @@ -6,119 +6,119 @@ Type=Online ScryfallCode=ANB [cards] -89 U Affectionate Indrik -23 U Air Elemental -1 U Angel of Vitality -2 R Angelic Guardian -3 U Angelic Reward -24 C Armored Whirl Turtle -45 U Bad Deal -90 C Baloth Packhunter -67 C Bombard -4 U Bond of Discipline -68 C Burn Bright -91 C Charging Badger -5 C Charmed Stray -25 C Cloudkin Seer -92 U Colossal Majesty -46 C Compound Fracture -6 U Confront the Assault -26 C Coral Merfolk -47 C Cruel Cut -48 R Demon of Loathing -93 R Epic Proportions -49 U Eternal Thirst -111 C Evolving Wilds -69 C Fearless Halberdier -7 C Fencing Ace -94 C Feral Roar -112 C Forest -27 C Frilled Sea Serpent -95 C Generous Stray -96 R Gigantosaurus -28 C Glint -70 U Goblin Gang Leader -71 C Goblin Gathering -72 R Goblin Trashmaster -73 C Goblin Tunneler -8 R Goring Ceratops -97 C Greenwood Sentinel -9 U Hallowed Priest -74 C Hurloon Minotaur -98 C Ilysian Caryatid -75 R Immortal Phoenix -10 C Impassioned Orator -76 U Inescapable Blaze -11 R Inspiring Commander -113 C Island -99 C Jungle Delver -12 C Knight's Pledge -50 C Krovikan Scoundrel -13 R Leonin Warleader -14 C Loxodon Line Breaker -51 U Malakir Cullblade -77 C Maniacal Rage -52 R Mardu Outrider -78 C Molten Ravager -15 C Moorland Inquisitor -114 C Mountain -53 U Murder -79 C Nest Robber -54 R Nightmare -55 C Nimble Pilferer -29 C Octoprophet -80 R Ogre Battledriver -30 R Overflowing Insight -16 C Pacifism -115 C Plains -100 U Prized Unicorn -101 C Rabid Bite -81 C Raging Goblin -82 U Raid Bombardment -56 C Raise Dead -102 R Rampaging Brontodon -83 C Reduce to Ashes -31 R Riddlemaster Sphinx -32 C River's Favor -103 C Rumbling Baloth -17 C Sanctuary Cat -57 C Sanitarium Skeleton -58 C Savage Gorger -59 C Scathe Zombies -60 U Sengir Vampire -104 U Sentinel Spider -18 U Serra Angel -84 C Shock -19 C Shrine Keeper -85 R Siege Dragon -61 C Skeleton Archer -33 U Sleep -34 R Soulblade Djinn -62 R Soulhunter Rakshasa -20 C Soulmender -21 C Spiritual Guardian -105 C Stony Strength -86 C Storm Strike -116 C Swamp -35 C Sworn Guardian -22 C Tactical Advantage -87 C Tin Street Cadet -106 C Titanic Growth -107 C Treetop Warden -63 C Typhoid Rats -64 C Unlikely Aid -36 C Unsummon -65 C Vampire Opportunist -88 U Volcanic Dragon -37 C Wall of Runes -38 U Warden of Evos Isle -39 C Waterkin Shaman -40 C Waterknot -108 C Wildwood Patrol -41 R Windreader Sphinx -42 U Windstorm Drake -43 C Winged Words -66 C Witch's Familiar -109 C Woodland Mystic -110 R World Shaper -44 C Zephyr Gull +89 U Affectionate Indrik @Steve Prescott +23 U Air Elemental @Tomasz Jedruszek +1 U Angel of Vitality @Johannes Voss +2 R Angelic Guardian @Sara Winters +3 U Angelic Reward @Denman Rooke +24 C Armored Whirl Turtle @Tingting Yeh +45 U Bad Deal @Zoltan Boros +90 C Baloth Packhunter @Nestor Ossandon Leal +67 C Bombard @Alex Konstad +4 U Bond of Discipline @Zezhou Chen +68 C Burn Bright @Scott Murphy +91 C Charging Badger @Raoul Vitale +5 C Charmed Stray @Chris Rahn +25 C Cloudkin Seer @Anastasia Ovchinnikova +92 U Colossal Majesty @Randy Vargas +46 C Compound Fracture @Anna Pavleeva +6 U Confront the Assault @J.P. Targete +26 C Coral Merfolk @Lie Setiawan +47 C Cruel Cut @Caio Monteiro +48 R Demon of Loathing @Tomasz Jedruszek +93 R Epic Proportions @Jesper Ejsing +49 U Eternal Thirst @Clint Cearley +111 C Evolving Wilds @Steven Belledin +69 C Fearless Halberdier @Suzanne Helmigh +7 C Fencing Ace @David Rapoza +94 C Feral Roar @Jonathan Kuo +112 C Forest @Jonas De Ro +27 C Frilled Sea Serpent @Steven Belledin +95 C Generous Stray @Milivoj Ćeran +96 R Gigantosaurus @Jonathan Kuo +28 C Glint @Igor Kieryluk +70 U Goblin Gang Leader @Jakub Kasper +71 C Goblin Gathering @Svetlin Velinov +72 R Goblin Trashmaster @Jakub Kasper +73 C Goblin Tunneler @Jesper Ejsing +8 R Goring Ceratops @Zezhou Chen +97 C Greenwood Sentinel @Johann Bodin +9 U Hallowed Priest @Kim Sokol +74 C Hurloon Minotaur @Izzy +98 C Ilysian Caryatid @Winona Nelson +75 R Immortal Phoenix @Daarken +10 C Impassioned Orator @Mark Zug +76 U Inescapable Blaze @Steve Argyle +11 R Inspiring Commander @Antonio José Manzanedo +113 C Island @Titus Lunter +99 C Jungle Delver @Kieran Yanner +12 C Knight's Pledge @Magali Villeneuve +50 C Krovikan Scoundrel @Ralph Horsley +13 R Leonin Warleader @Jakub Kasper +14 C Loxodon Line Breaker @Jesper Ejsing +51 U Malakir Cullblade @Igor Kieryluk +77 C Maniacal Rage @Heonhwa Choe +52 R Mardu Outrider @Evan Shipard +78 C Molten Ravager @Dave Kendall +15 C Moorland Inquisitor @David Palumbo +114 C Mountain @Richard Wright +53 U Murder @Tyler Jacobson +79 C Nest Robber @Jonathan Kuo +54 R Nightmare @Vance Kovacs +55 C Nimble Pilferer @Lie Setiawan +29 C Octoprophet @Grzegorz Rutkowski +80 R Ogre Battledriver @Greg Staples +30 R Overflowing Insight @Lucas Graciano +16 C Pacifism @Jesper Ejsing +115 C Plains @Nils Hamm +100 U Prized Unicorn @Rudy Siswanto +101 C Rabid Bite @Karl Kopinski +81 C Raging Goblin @Jakub Kasper +82 U Raid Bombardment @Matt Cavotta +56 C Raise Dead @Carl Critchlow +102 R Rampaging Brontodon @Lars Grant-West +83 C Reduce to Ashes @Jason A. Engle +31 R Riddlemaster Sphinx @Ryan Yee +32 C River's Favor @Lie Setiawan +103 C Rumbling Baloth @Jesper Ejsing +17 C Sanctuary Cat @David Palumbo +57 C Sanitarium Skeleton @Kev Walker +58 C Savage Gorger @Antonio José Manzanedo +59 C Scathe Zombies @Kev Walker +60 U Sengir Vampire @Kev Walker +104 U Sentinel Spider @Vincent Proce +18 U Serra Angel @Donato Giancola +84 C Shock @Jason Rainville +19 C Shrine Keeper @Craig J Spearing +85 R Siege Dragon @Karl Kopinski +61 C Skeleton Archer @Randy Vargas +33 U Sleep @Chris Rahn +34 R Soulblade Djinn @Viktor Titov +62 R Soulhunter Rakshasa @Caio Monteiro +20 C Soulmender @James Ryman +21 C Spiritual Guardian @J.P. Targete +105 C Stony Strength @Chris Seaman +86 C Storm Strike @Dmitry Burmak +116 C Swamp @Adam Paquette +35 C Sworn Guardian @Sara Winters +22 C Tactical Advantage @Lie Setiawan +87 C Tin Street Cadet @Jarel Threat +106 C Titanic Growth @Ryan Pancoast +107 C Treetop Warden @Colin Boyer +63 C Typhoid Rats @Dave Kendall +64 C Unlikely Aid @Viktor Titov +36 C Unsummon @Izzy +65 C Vampire Opportunist @Jason Rainville +88 U Volcanic Dragon @Chris Rahn +37 C Wall of Runes @Zezhou Chen +38 U Warden of Evos Isle @Nils Hamm +39 C Waterkin Shaman @Yeong-Hao Han +40 C Waterknot @Wayne Reynolds +108 C Wildwood Patrol @Dan Scott +41 R Windreader Sphinx @Min Yum +42 U Windstorm Drake @Daarken +43 C Winged Words @Chris Seaman +66 C Witch's Familiar @Jack Wang +109 C Woodland Mystic @Uriah Voth +110 R World Shaper @Raymond Swanland +44 C Zephyr Gull @Antonio José Manzanedo diff --git a/forge-gui/res/editions/Arena League 1996.txt b/forge-gui/res/editions/Arena League 1996.txt index fe44fb988de..8a4bd11d315 100644 --- a/forge-gui/res/editions/Arena League 1996.txt +++ b/forge-gui/res/editions/Arena League 1996.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=PARL [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest -6 R Disenchant -7 R Fireball +1 R Plains @Tony Roberts +2 R Island @Tony Roberts +3 R Swamp @Tony Roberts +4 R Mountain @Tony Roberts +5 R Forest @Tony Roberts +6 R Disenchant @Kevin McCann +7 R Fireball @Jock diff --git a/forge-gui/res/editions/Arena League 1999.txt b/forge-gui/res/editions/Arena League 1999.txt index d5b6fcafa76..0056819852a 100644 --- a/forge-gui/res/editions/Arena League 1999.txt +++ b/forge-gui/res/editions/Arena League 1999.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PAL99 [cards] -1 R Forest -2 R Pouncing Jaguar -3 R Island -4 R Skittering Skirge -5 R Mountain -6 R Rewind -7 R Plains -9 R Swamp -10 R Island +1 R Forest @Anthony S. Waters +2 R Pouncing Jaguar @Daren Bader +3 R Island @Donato Giancola +4 R Skittering Skirge @Ron Spencer +5 R Mountain @John Avon +6 R Rewind @Dermot Power +7 R Plains @Rob Alexander +9 R Swamp @John Avon +3† R Island @Donato Giancola diff --git a/forge-gui/res/editions/Arena League 2000.txt b/forge-gui/res/editions/Arena League 2000.txt index 9908da2bd30..feb03367748 100644 --- a/forge-gui/res/editions/Arena League 2000.txt +++ b/forge-gui/res/editions/Arena League 2000.txt @@ -6,14 +6,14 @@ Type=Promo ScryfallCode=PAL00 [cards] -2 R Duress -3 R Uktabi Orangutan -4 R Chill -5 R Pillage -6 R Enlightened Tutor -7 R Stupor -8 R Plains -9 R Island -10 R Swamp -11 R Mountain -12 R Forest +2 R Duress @Lawrence Snelly +3 R Uktabi Orangutan @Una Fricker +4 R Chill @Greg Simanson +5 R Pillage @Richard Kane Ferguson +6 R Enlightened Tutor @Dan Frazier +7 R Stupor @Mike Kimble +8 R Plains @Edward P. Beard, Jr. +9 R Island @Tony Szczudlo +10 R Swamp @Rob Alexander +11 R Mountain @Rob Alexander +12 R Forest @Rob Alexander diff --git a/forge-gui/res/editions/Arena League 2001.txt b/forge-gui/res/editions/Arena League 2001.txt index 8f8eff1d5d8..e4980627845 100644 --- a/forge-gui/res/editions/Arena League 2001.txt +++ b/forge-gui/res/editions/Arena League 2001.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=PAL01 [cards] -1 R Forest -2 R Creeping Mold -3 R Island -4 R Dismiss -5 R Mountain -6 R Fling -7 R Plains -8 R Empyrial Armor -9 R Swamp -10 R Diabolic Edict -11 R Forest -12 R Gaea's Blessing +1 R Forest @Pat Morrissey +2 R Creeping Mold @David Seeley +3 R Island @Anson Maddocks +4 R Dismiss @Donato Giancola +5 R Mountain @Tom Wänerstrand +6 R Fling @Paolo Parente +7 R Plains @Christopher Rush +8 R Empyrial Armor @D. Alexander Gregory +9 R Swamp @Douglas Shuler +10 R Diabolic Edict @Ron Spencer +11 R Forest @Christopher Rush +12 R Gaea's Blessing @Rebecca Guay diff --git a/forge-gui/res/editions/Arena League 2002.txt b/forge-gui/res/editions/Arena League 2002.txt index 581d4f6f5ad..6143537500f 100644 --- a/forge-gui/res/editions/Arena League 2002.txt +++ b/forge-gui/res/editions/Arena League 2002.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PAL02 [cards] -1 R Island -2 R Man-o'-War -3 R Arc Lightning -4 R Dauthi Slayer -5 R Mana Leak +1 R Island @Mark Poole +2 R Man-o'-War @Jon J Muth +3 R Arc Lightning @Andrew Goldhawk +4 R Dauthi Slayer @Dermot Power +5 R Mana Leak @Christopher Rush diff --git a/forge-gui/res/editions/Arena League 2003.txt b/forge-gui/res/editions/Arena League 2003.txt index cc9419eff86..41d05bce2f2 100644 --- a/forge-gui/res/editions/Arena League 2003.txt +++ b/forge-gui/res/editions/Arena League 2003.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PAL03 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest -6 R Skirk Marauder -7 R Elvish Aberration -8 R Bonesplitter +1 R Plains @Rob Alexander +2 R Island @Rob Alexander +3 R Swamp @Rob Alexander +4 R Mountain @Rob Alexander +5 R Forest @Rob Alexander +6 R Skirk Marauder @Pete Venters +7 R Elvish Aberration @Matt Cavotta +8 R Bonesplitter @Darrell Riche diff --git a/forge-gui/res/editions/Arena League 2004.txt b/forge-gui/res/editions/Arena League 2004.txt index 4bdafbd9cf4..6f701b73327 100644 --- a/forge-gui/res/editions/Arena League 2004.txt +++ b/forge-gui/res/editions/Arena League 2004.txt @@ -6,17 +6,17 @@ Type=Promo ScryfallCode=PAL04 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest -6 R Darksteel Ingot -7 R Serum Visions -8 R Glacial Ray -9 R Circle of Protection:Art -10 R Mise -11 R Booster Tutor -12 R Goblin Mime -13 R Granny's Payback -14 R Ashnod's Coupon +1 R Plains @John Avon +2 R Island @John Avon +3 R Swamp @John Avon +4 R Mountain @John Avon +5 R Forest @John Avon +6 R Darksteel Ingot @Martina Pilcerova +7 R Serum Visions @Ben Thompson +8 R Glacial Ray @Jim Murray +9 R Circle of Protection: Art @Mark “It’s teh-DEEN” Tedin +10 R Mise @Mark Zug +11 R Booster Tutor @Heather Hudson +12 R Goblin Mime @Dan Frazier +13 R Granny's Payback @Kaja Foglio +14 R Ashnod's Coupon @Edward P. Beard, Jr. diff --git a/forge-gui/res/editions/Arena League 2005.txt b/forge-gui/res/editions/Arena League 2005.txt index 3f364de220d..73df7ae97dd 100644 --- a/forge-gui/res/editions/Arena League 2005.txt +++ b/forge-gui/res/editions/Arena League 2005.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PAL05 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest -6 R Genju of the Spires -7 R Okina Nightwatch -8 R Skyknight Legionnaire +1 R Plains @Don Thompson +2 R Island @Don Thompson +3 R Swamp @Don Thompson +4 R Mountain @Don Thompson +5 R Forest @Don Thompson +6 R Genju of the Spires @Joel Thomas +7 R Okina Nightwatch @Heather Hudson +8 R Skyknight Legionnaire @Jim Murray diff --git a/forge-gui/res/editions/Arena League 2006.txt b/forge-gui/res/editions/Arena League 2006.txt index d50b39dc261..e721172bc95 100644 --- a/forge-gui/res/editions/Arena League 2006.txt +++ b/forge-gui/res/editions/Arena League 2006.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PAL06 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest -6 R Castigate -7 R Wee Dragonauts -8 R Coiling Oracle -9 R Surging Flame +1 R Plains @John Avon +2 R Island @John Avon +3 R Swamp @John Avon +4 R Mountain @John Avon +5 R Forest @John Avon +6 R Castigate @Darrell Riche +7 R Wee Dragonauts @Greg Staples +8 R Coiling Oracle @Mark Zug +9 R Surging Flame @Ron Spencer diff --git a/forge-gui/res/editions/Arena.txt b/forge-gui/res/editions/Arena.txt index 2dc6fa6e2d8..2dfb7be7a83 100644 --- a/forge-gui/res/editions/Arena.txt +++ b/forge-gui/res/editions/Arena.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PHPR [cards] -1 C Arena -2 C Sewers of Estark +1 C Arena @Rob Alexander +2 C Sewers of Estark @Melissa A. Benson diff --git a/forge-gui/res/editions/Asia Pacific Land Program.txt b/forge-gui/res/editions/Asia Pacific Land Program.txt index 85652a2ea9c..07e163c1122 100644 --- a/forge-gui/res/editions/Asia Pacific Land Program.txt +++ b/forge-gui/res/editions/Asia Pacific Land Program.txt @@ -6,18 +6,18 @@ Type=Promo ScryfallCode=PALP [cards] -1 C Forest -2 C Island -3 C Mountain -4 C Plains -5 C Swamp -6 C Forest -7 C Island -8 C Mountain -9 C Plains -10 C Swamp -11 C Forest -12 C Island -13 C Mountain -14 C Plains -15 C Swamp +1 C Forest @Pete Venters +2 C Island @Edward P. Beard, Jr. +3 C Mountain @Heather Hudson +4 C Plains @Ron Spears +5 C Swamp @Edward P. Beard, Jr. +6 C Forest @Christopher Rush +7 C Island @Bob Eggleton +8 C Mountain @Rebecca Guay +9 C Plains @Colin MacNeil +10 C Swamp @Ron Spears +11 C Forest @Edward P. Beard, Jr. +12 C Island @Rob Alexander +13 C Mountain @Edward P. Beard, Jr. +14 C Plains @Rebecca Guay +15 C Swamp @Ron Spears diff --git a/forge-gui/res/editions/Avacyn Restored Promos.txt b/forge-gui/res/editions/Avacyn Restored Promos.txt index e8bf8e427ee..028c1a91577 100644 --- a/forge-gui/res/editions/Avacyn Restored Promos.txt +++ b/forge-gui/res/editions/Avacyn Restored Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PAVR [cards] -32★ R Restoration Angel -*36 R Silverblade Paladin -63 U Latch Seeker -111 R Killing Wave -217★ R Moonsilver Spear +32★ R Restoration Angel @Wesley Burt +*36 R Silverblade Paladin @Todd Lockwood +63 U Latch Seeker @Eytan Zana +111 R Killing Wave @Michael Komarck +217★ R Moonsilver Spear @Nic Klein diff --git a/forge-gui/res/editions/Avacyn Restored.txt b/forge-gui/res/editions/Avacyn Restored.txt index 8081a342531..53e7338cc23 100644 --- a/forge-gui/res/editions/Avacyn Restored.txt +++ b/forge-gui/res/editions/Avacyn Restored.txt @@ -13,250 +13,250 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=AVR [cards] -167 C Abundant Growth -125 U Aggravate -42 C Alchemist's Apprentice -225 R Alchemist's Refuge -43 C Amass the Components -1 R Angel of Glory's Rise -2 R Angel of Jubilation -3 C Angel's Mercy -211 U Angel's Tomb -212 U Angelic Armaments -4 C Angelic Wall -84 U Appetite for Brains -44 R Arcane Melee -5 U Archangel -126 R Archwing Dragon -6 M Avacyn, Angel of Hope -7 U Banishing Stroke -127 C Banners Raised -85 U Barter in Blood -128 C Battle Hymn -213 C Bladed Bracers -168 U Blessings of Nature -86 U Blood Artist -87 C Bloodflow Connoisseur -88 C Bone Splinters -129 M Bonfire of the Damned -169 C Borderland Ranger -170 U Bower Passage -208 M Bruna, Light of Alabaster -8 U Builder's Blessing -130 R Burn at the Stake -89 C Butcher Ghoul -9 C Call to Serve -45 R Captain of the Mists -10 R Cathars' Crusade -11 C Cathedral Sanctifier -226 R Cavern of Souls -171 R Champion of Lambholt -12 C Cloudshift -13 U Commander's Authority -214 R Conjurer's Closet -90 U Corpse Traders -172 M Craterhoof Behemoth -46 C Crippling Chill -91 C Crypt Creeper -14 C Cursebreak -131 C Dangerous Wager -92 R Dark Impostor -47 R Deadeye Navigator -93 C Death Wind -15 C Defang -16 U Defy Death -132 C Demolish -94 R Demonic Rising -95 U Demonic Taskmaster -96 R Demonlord of Ashmouth -173 R Descendants' Path -97 M Descent into Madness -227 R Desolate Lighthouse -48 R Devastation Tide -17 U Devout Chaplain -174 C Diregraf Escort -18 R Divine Deflection -98 R Dread Slaver -49 C Dreadwaters -99 C Driver of the Dead -175 U Druid's Familiar -176 R Druids' Repository -133 R Dual Casting -177 U Eaten by Spiders -50 C Elgaud Shieldmate -19 U Emancipation Angel -20 M Entreat the Angels -100 C Essence Harvest -101 U Evernight Shade -102 R Exquisite Blood -134 U Falkenrath Exterminator -21 C Farbog Explorer -51 U Favorable Winds -135 C Fervent Cathar -52 U Fettergeist -53 C Fleeting Distraction -178 C Flowering Lumberknot -244 L Forest -244 L Forest -244 L Forest -215 R Gallows at Willow Hill -54 C Galvanic Alchemist -136 U Gang of Devils -55 C Geist Snatch -179 C Geist Trappers -56 C Ghostform -57 C Ghostly Flicker -58 U Ghostly Touch -103 C Ghoulflesh -209 M Gisela, Blade of Goldnight -104 R Gloom Surgeon -180 U Gloomwidow -22 U Goldnight Commander -23 U Goldnight Redeemer -105 C Grave Exchange -106 M Griselbrand -181 C Grounded -59 C Gryff Vanguard -137 C Guise of Fire -138 C Hanweir Lancer -107 R Harvester of Souls -216 U Haunted Guardian -60 C Havengul Skaab -139 U Havengul Vampire -140 C Heirs of Stromkirk -24 R Herald of War -25 U Holy Justiciar -108 U Homicidal Seclusion -141 R Hound of Griselbrand -182 U Howlgeist -109 U Human Frailty -110 C Hunted Ghoul -61 R Infinite Reflection -62 U Into the Void -235 L Island -235 L Island -235 L Island -183 C Joint Assault -142 U Kessig Malcontents -111 R Killing Wave -143 C Kruin Striker -184 C Lair Delve -63 U Latch Seeker -26 C Leap of Faith -144 U Lightning Mauler -145 U Lightning Prowess -64 R Lone Revenant -65 R Lunar Mystic -112 U Maalfeld Twins -146 C Mad Prophet -147 C Malicious Intent -148 M Malignus -113 U Marrow Bats -66 U Mass Appeal -114 C Mental Agony -27 C Midnight Duelist -28 C Midvast Protector -67 C Mist Raven -68 M Misthollow Griffin -29 C Moonlight Geist -217 R Moonsilver Spear -30 C Moorland Inquisitor -239 L Mountain -239 L Mountain -239 L Mountain -218 C Narstad Scrapper -185 C Natural End -31 U Nearheath Pilgrim -115 C Necrobite -69 U Nephalia Smuggler -186 C Nettle Swine -187 C Nightshade Peddler -219 R Otherworld Atlas -70 C Outwit -188 C Pathbreaker Wurm -71 C Peel from Reality -149 C Pillar of Flame -232 L Plains -232 L Plains -232 L Plains -116 C Polluted Dead -117 C Predator's Gambit -189 M Primal Surge -150 C Raging Poltergeist -190 U Rain of Thorns -151 R Reforge the Soul -118 C Renegade Demon -32 R Restoration Angel -191 R Revenge of the Hunted -33 R Riders of Gavony -34 C Righteous Blow -152 C Riot Ringleader -153 R Rite of Ruin -72 C Rotcrown Ghoul -154 U Rush of Blood -155 C Scalding Devil -73 C Scrapskin Drake -220 C Scroll of Avacyn -221 C Scroll of Griselbrand -119 C Searchlight Geist -74 U Second Guess -228 C Seraph Sanctuary -35 C Seraph of Dawn -192 C Sheltering Word -210 M Sigarda, Host of Herons -36 R Silverblade Paladin -229 R Slayers' Stronghold -193 C Snare the Skies -194 R Somberwald Sage -156 C Somberwald Vigilante -195 R Soul of the Harvest -120 C Soulcage Fiend -37 C Spectral Gateguards -75 C Spectral Prison -76 R Spirit Away -77 U Stern Mentor -78 R Stolen Goods -157 U Stonewright -238 L Swamp -238 L Swamp -238 L Swamp -79 M Tamiyo, the Moon Sage -80 U Tandem Lookout -81 M Temporal Mastery -38 R Terminus -196 C Terrifying Presence -158 C Thatcher Revolt -39 C Thraben Valiant -159 C Thunderbolt -160 U Thunderous Wrath -161 M Tibalt, the Fiend-Blooded -197 C Timberland Guide -222 U Tormentor's Trident -121 R Treacherous Pit-Dweller -122 U Triumph of Cruelty -198 U Triumph of Ferocity -199 C Trusted Forcemage -162 R Tyrant of Discord -200 R Ulvenwald Tracker -163 C Uncanny Speed -123 C Undead Executioner -124 C Unhallowed Pact -223 C Vanguard's Shield -82 U Vanishment -224 U Vessel of Endless Rest -164 R Vexing Devil -165 U Vigilante Justice -40 C Voice of the Provinces -201 U Vorstclaw -202 C Wandering Wolf -203 R Wild Defiance -204 C Wildwood Geist -83 C Wingcrafter -205 U Wolfir Avenger -206 R Wolfir Silverheart -207 U Yew Spirit -166 R Zealous Conscripts -41 C Zealous Strike +167 C Abundant Growth @Vincent Proce +125 U Aggravate @Matt Stewart +42 C Alchemist's Apprentice @David Palumbo +225 R Alchemist's Refuge @Dan Scott +43 C Amass the Components @Matt Stewart +1 R Angel of Glory's Rise @James Ryman +2 R Angel of Jubilation @Terese Nielsen +3 C Angel's Mercy @Greg Staples +211 U Angel's Tomb @Dan Scott +212 U Angelic Armaments @Daniel Ljunggren +4 C Angelic Wall @Allen Williams +84 U Appetite for Brains @Michael C. Hayes +44 R Arcane Melee @Jaime Jones +5 U Archangel @Cynthia Sheppard +126 R Archwing Dragon @Daarken +6 M Avacyn, Angel of Hope @Jason Chan +7 U Banishing Stroke @Igor Kieryluk +127 C Banners Raised @Mike Bierek +85 U Barter in Blood @Eric Deschamps +128 C Battle Hymn @Nils Hamm +213 C Bladed Bracers @Ryan Yee +168 U Blessings of Nature @Anthony Francisco +86 U Blood Artist @Johannes Voss +87 C Bloodflow Connoisseur @Slawomir Maniak +88 C Bone Splinters @Nils Hamm +129 M Bonfire of the Damned @James Paick +169 C Borderland Ranger @Zoltan Boros +170 U Bower Passage @Cliff Childs +208 M Bruna, Light of Alabaster @Winona Nelson +8 U Builder's Blessing @John Stanko +130 R Burn at the Stake @Zoltan Boros +89 C Butcher Ghoul @Christopher Moeller +9 C Call to Serve @Jaime Jones +45 R Captain of the Mists @Allen Williams +10 R Cathars' Crusade @Karl Kopinski +11 C Cathedral Sanctifier @Michael C. Hayes +226 R Cavern of Souls @Cliff Childs +171 R Champion of Lambholt @Christopher Moeller +12 C Cloudshift @Howard Lyon +13 U Commander's Authority @Johannes Voss +214 R Conjurer's Closet @Jason Felix +90 U Corpse Traders @Kev Walker +172 M Craterhoof Behemoth @Chris Rahn +46 C Crippling Chill @Svetlin Velinov +91 C Crypt Creeper @Scott Chou +14 C Cursebreak @Sam Wolfe Connelly +131 C Dangerous Wager @Drew Baker +92 R Dark Impostor @Johannes Voss +47 R Deadeye Navigator @Tomasz Jedruszek +93 C Death Wind @Tomasz Jedruszek +15 C Defang @Steven Belledin +16 U Defy Death @Karl Kopinski +132 C Demolish @Raymond Swanland +94 R Demonic Rising @Trevor Claxton +95 U Demonic Taskmaster @Chris Rahn +96 R Demonlord of Ashmouth @Lucas Graciano +173 R Descendants' Path @Terese Nielsen +97 M Descent into Madness @Anthony Francisco +227 R Desolate Lighthouse @Scott Chou +48 R Devastation Tide @Raymond Swanland +17 U Devout Chaplain @Lucas Graciano +174 C Diregraf Escort @Ryan Pancoast +18 R Divine Deflection @Steve Prescott +98 R Dread Slaver @Dave Kendall +49 C Dreadwaters @Cliff Childs +99 C Driver of the Dead @James Ryman +175 U Druid's Familiar @Adam Paquette +176 R Druids' Repository @Daarken +133 R Dual Casting @Johannes Voss +177 U Eaten by Spiders @Slawomir Maniak +50 C Elgaud Shieldmate @Anthony Palumbo +19 U Emancipation Angel @Scott Chou +20 M Entreat the Angels @Todd Lockwood +100 C Essence Harvest @Daarken +101 U Evernight Shade @Nic Klein +102 R Exquisite Blood @Cynthia Sheppard +134 U Falkenrath Exterminator @Winona Nelson +21 C Farbog Explorer @Scott Chou +51 U Favorable Winds @Winona Nelson +135 C Fervent Cathar @Steven Belledin +52 U Fettergeist @Izzy +53 C Fleeting Distraction @Ryan Yee +178 C Flowering Lumberknot @Nic Klein +242 L Forest @James Paick +243 L Forest @Jung Park +244 L Forest @Eytan Zana +215 R Gallows at Willow Hill @John Avon +54 C Galvanic Alchemist @Svetlin Velinov +136 U Gang of Devils @Erica Yang +55 C Geist Snatch @Dan Scott +179 C Geist Trappers @Anthony Palumbo +56 C Ghostform @Scott Chou +57 C Ghostly Flicker @Raymond Swanland +58 U Ghostly Touch @Jason Felix +103 C Ghoulflesh @Igor Kieryluk +209 M Gisela, Blade of Goldnight @Jason Chan +104 R Gloom Surgeon @Volkan Baǵa +180 U Gloomwidow @Svetlin Velinov +22 U Goldnight Commander @Chris Rahn +23 U Goldnight Redeemer @Karl Kopinski +105 C Grave Exchange @Sam Wolfe Connelly +106 M Griselbrand @Igor Kieryluk +181 C Grounded @Greg Staples +59 C Gryff Vanguard @Jason Chan +137 C Guise of Fire @Dave Kendall +138 C Hanweir Lancer @Steve Prescott +107 R Harvester of Souls @Slawomir Maniak +216 U Haunted Guardian @Daniel Ljunggren +60 C Havengul Skaab @Vincent Proce +139 U Havengul Vampire @James Ryman +140 C Heirs of Stromkirk @Winona Nelson +24 R Herald of War @Eric Deschamps +25 U Holy Justiciar @David Rapoza +108 U Homicidal Seclusion @Cliff Childs +141 R Hound of Griselbrand @Svetlin Velinov +182 U Howlgeist @David Rapoza +109 U Human Frailty @David Palumbo +110 C Hunted Ghoul @Ryan Pancoast +61 R Infinite Reflection @Igor Kieryluk +62 U Into the Void @Daarken +233 L Island @James Paick +234 L Island @Adam Paquette +235 L Island @Jung Park +183 C Joint Assault @Raymond Swanland +142 U Kessig Malcontents @John Stanko +111 R Killing Wave @Steve Argyle +143 C Kruin Striker @Christopher Moeller +184 C Lair Delve @Jason A. Engle +63 U Latch Seeker @Vincent Proce +26 C Leap of Faith @Gabor Szikszai +144 U Lightning Mauler @Dave Kendall +145 U Lightning Prowess @David Rapoza +64 R Lone Revenant @Jaime Jones +65 R Lunar Mystic @Wesley Burt +112 U Maalfeld Twins @Mike Sass +146 C Mad Prophet @Wayne Reynolds +147 C Malicious Intent @Kev Walker +148 M Malignus @Jung Park +113 U Marrow Bats @Jason A. Engle +66 U Mass Appeal @Christopher Moeller +114 C Mental Agony @Greg Staples +27 C Midnight Duelist @Bud Cook +28 C Midvast Protector @James Ryman +67 C Mist Raven @John Avon +68 M Misthollow Griffin @Jaime Jones +29 C Moonlight Geist @Dan Scott +217 R Moonsilver Spear @James Paick +30 C Moorland Inquisitor @David Palumbo +239 L Mountain @James Paick +240 L Mountain @Adam Paquette +241 L Mountain @Eytan Zana +218 C Narstad Scrapper @Steven Belledin +185 C Natural End @Scott Chou +31 U Nearheath Pilgrim @Erica Yang +115 C Necrobite @Nils Hamm +69 U Nephalia Smuggler @Matt Stewart +186 C Nettle Swine @Christopher Moeller +187 C Nightshade Peddler @John Stanko +219 R Otherworld Atlas @Sam Wolfe Connelly +70 C Outwit @Erica Yang +188 C Pathbreaker Wurm @Nils Hamm +71 C Peel from Reality @Jason Felix +149 C Pillar of Flame @Karl Kopinski +230 L Plains @Adam Paquette +231 L Plains @Jung Park +232 L Plains @Eytan Zana +116 C Polluted Dead @Jason A. Engle +117 C Predator's Gambit @Zoltan Boros +189 M Primal Surge @David Rapoza +150 C Raging Poltergeist @Slawomir Maniak +190 U Rain of Thorns @Sam Burley +151 R Reforge the Soul @Jaime Jones +118 C Renegade Demon @Tomasz Jedruszek +32 R Restoration Angel @Johannes Voss +191 R Revenge of the Hunted @Christopher Moeller +33 R Riders of Gavony @Volkan Baǵa +34 C Righteous Blow @Clint Cearley +152 C Riot Ringleader @Gabor Szikszai +153 R Rite of Ruin @Clint Cearley +72 C Rotcrown Ghoul @Dave Kendall +154 U Rush of Blood @Cynthia Sheppard +155 C Scalding Devil @Erica Yang +73 C Scrapskin Drake @Kev Walker +220 C Scroll of Avacyn @Cliff Childs +221 C Scroll of Griselbrand @Cliff Childs +119 C Searchlight Geist @Steven Belledin +74 U Second Guess @Karl Kopinski +228 C Seraph Sanctuary @David Palumbo +35 C Seraph of Dawn @Todd Lockwood +192 C Sheltering Word @Igor Kieryluk +210 M Sigarda, Host of Herons @Chris Rahn +36 R Silverblade Paladin @Jason Chan +229 R Slayers' Stronghold @Karl Kopinski +193 C Snare the Skies @Ryan Yee +194 R Somberwald Sage @Steve Argyle +156 C Somberwald Vigilante @John Stanko +195 R Soul of the Harvest @Eytan Zana +120 C Soulcage Fiend @Jason A. Engle +37 C Spectral Gateguards @Wayne England +75 C Spectral Prison @Vincent Proce +76 R Spirit Away @Greg Staples +77 U Stern Mentor @Igor Kieryluk +78 R Stolen Goods @Anthony Francisco +157 U Stonewright @Wesley Burt +236 L Swamp @James Paick +237 L Swamp @Adam Paquette +238 L Swamp @Jung Park +79 M Tamiyo, the Moon Sage @Eric Deschamps +80 U Tandem Lookout @Kev Walker +81 M Temporal Mastery @Franz Vohwinkel +38 R Terminus @James Paick +196 C Terrifying Presence @Jaime Jones +158 C Thatcher Revolt @Ryan Pancoast +39 C Thraben Valiant @Jason Chan +159 C Thunderbolt @Anthony Francisco +160 U Thunderous Wrath @Adam Paquette +161 M Tibalt, the Fiend-Blooded @Peter Mohrbacher +197 C Timberland Guide @Zoltan Boros +222 U Tormentor's Trident @Anthony Palumbo +121 R Treacherous Pit-Dweller @Svetlin Velinov +122 U Triumph of Cruelty @Izzy +198 U Triumph of Ferocity @James Ryman +199 C Trusted Forcemage @Cynthia Sheppard +162 R Tyrant of Discord @Richard Wright +200 R Ulvenwald Tracker @Christopher Moeller +163 C Uncanny Speed @Raymond Swanland +123 C Undead Executioner @Dave Kendall +124 C Unhallowed Pact @Volkan Baǵa +223 C Vanguard's Shield @Ryan Pancoast +82 U Vanishment @Daarken +224 U Vessel of Endless Rest @John Avon +164 R Vexing Devil @Lucas Graciano +165 U Vigilante Justice @Steve Prescott +40 C Voice of the Provinces @Igor Kieryluk +201 U Vorstclaw @Lucas Graciano +202 C Wandering Wolf @Tomasz Jedruszek +203 R Wild Defiance @Slawomir Maniak +204 C Wildwood Geist @Lars Grant-West +83 C Wingcrafter @Matt Stewart +205 U Wolfir Avenger @Daniel Ljunggren +206 R Wolfir Silverheart @Raymond Swanland +207 U Yew Spirit @Dan Scott +166 R Zealous Conscripts @Steve Prescott +41 C Zealous Strike @Bud Cook [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/BFZ Standard Series.txt b/forge-gui/res/editions/BFZ Standard Series.txt index f69f0109e88..8c94cb0fd7f 100644 --- a/forge-gui/res/editions/BFZ Standard Series.txt +++ b/forge-gui/res/editions/BFZ Standard Series.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PSS1 [cards] -234 R Canopy Vista -235 R Cinder Glade -241 R Prairie Stream -247 R Smoldering Marsh -249 R Sunken Hollow +234 R Canopy Vista @Titus Lunter +235 R Cinder Glade @Titus Lunter +241 R Prairie Stream @Titus Lunter +247 R Smoldering Marsh @Titus Lunter +249 R Sunken Hollow @Titus Lunter diff --git a/forge-gui/res/editions/Battle Royale.txt b/forge-gui/res/editions/Battle Royale.txt index 0d9ae723f1e..1d6381d881f 100644 --- a/forge-gui/res/editions/Battle Royale.txt +++ b/forge-gui/res/editions/Battle Royale.txt @@ -9,139 +9,139 @@ Foil=NotSupported ScryfallCode=BRB [cards] -1 U Abyssal Specter -2 C Advance Scout -3 U Air Elemental -4 C Angelic Page -5 C Arc Lightning -6 U Argothian Elder -7 C Armored Pegasus -8 U Azure Drake -9 R Blinking Spirit -10 C Broken Fall -11 C Cackling Fiend -12 R Catastrophe -13 U Cinder Marsh -14 U Control Magic -15 C Counterspell -16 U Crazed Skirge -17 C Curfew -18 C Dark Ritual -19 R Dirtcowl Wurm -20 C Disenchant -21 C Disruptive Student -22 C Drifting Meadow -23 U Elvish Lyrist -24 C Exhume -25 U Fecundity -26 C Fertile Ground -27 U Fire Ants -28 C Flood -29 C Giant Growth -30 C Gorilla Warrior -31 C Healing Salve -32 C Heat Ray -33 U Hurricane -34 C Infantry Veteran -35 U Land Tax -36 R Lhurgoyf -37 C Lightning Elemental -38 R Living Death -39 C Llanowar Elves -40 C Man-o'-War -41 C Mana Leak -42 C Maniacal Rage -43 C Manta Riders -44 C Master Decoy -45 U Mogg Hollows -46 U Nekrataal -47 U Opportunity -48 C Pacifism -49 U Pestilence -50 C Phyrexian Ghoul -51 C Pincher Beetles -52 C Plated Rootwalla -53 C Polluted Mire -54 C Prodigal Sorcerer -55 C Raging Goblin -56 C Ray of Command -57 U Reanimate -58 C Remote Isle -59 U River Boa -60 C Rolling Thunder -61 C Sadistic Glee -62 C Sanctum Custodian -63 U Sanctum Guardian -64 C Sandstorm -65 C Scaled Wurm -66 C Scryb Sprites -67 U Seasoned Marshal -68 C Seeker of Skybreak -69 U Sengir Vampire -70 C Sewer Rats -71 C Shower of Sparks -72 U Skyshroud Elite -73 C Slippery Karst -74 C Soltari Foot Soldier -75 U Songstitcher -76 C Soul Warden -77 C Spike Colony -78 U Spike Feeder -79 R Spike Weaver -80 C Spike Worker -81 U Steam Blast -82 R Subversion -83 C Sun Clasp -84 U Swords to Plowshares -85 C Symbiosis -86 C Syphon Soul -87 C Terror -88 U Thalakos Lowlands -89 C Tranquility -90 U Trumpeting Armodon -91 C Unnerve -92 U Uthden Troll -93 U Vec Townships -94 C Village Elder -95 C Wall of Heat -96 C Weakness -97 U Wildfire Emissary -98 C Wind Drake -99 U Windfall -100 R Wrath of God -101 L Forest -102 L Forest -103 L Forest -104 L Forest -105 L Forest -106 L Forest -107 L Forest -108 L Forest -109 L Forest -110 L Island -111 L Island -112 L Island -113 L Island -114 L Island -115 L Mountain -116 L Mountain -117 L Mountain -118 L Mountain -119 L Mountain -120 L Mountain -121 L Mountain -122 L Mountain -123 L Mountain -124 L Plains -125 L Plains -126 L Plains -127 L Plains -128 L Plains -129 L Plains -130 L Plains -131 L Plains -132 L Plains -133 L Swamp -134 L Swamp -135 L Swamp -136 L Swamp +1 U Abyssal Specter @George Pratt +2 C Advance Scout @Heather Hudson +3 U Air Elemental @D. Alexander Gregory +4 C Angelic Page @Rebecca Guay +5 C Arc Lightning @Andrew Goldhawk +6 U Argothian Elder @DiTerlizzi +7 C Armored Pegasus @Una Fricker +8 U Azure Drake @Janine Johnston +9 R Blinking Spirit @Allen Williams +10 C Broken Fall @Zina Saunders +11 C Cackling Fiend @Brian Despain +12 R Catastrophe @Andrew Robinson +13 U Cinder Marsh @John Matson +14 U Control Magic @Dameon Willich +15 C Counterspell @Hannibal King +16 U Crazed Skirge @Ron Spencer +17 C Curfew @Randy Gallegos +18 C Dark Ritual @Clint Langley +19 R Dirtcowl Wurm @Dan Frazier +20 C Disenchant @Brian Snõddy +21 C Disruptive Student @Randy Gallegos +22 C Drifting Meadow @Bob Eggleton +23 U Elvish Lyrist @Rebecca Guay +24 C Exhume @Carl Critchlow +25 U Fecundity @Rebecca Guay +26 C Fertile Ground @Heather Hudson +27 U Fire Ants @Tom Fleming +28 C Flood @Dennis Detwiller +29 C Giant Growth @DiTerlizzi +30 C Gorilla Warrior @John Matson +31 C Healing Salve @Zina Saunders +32 C Heat Ray @Brian Snõddy +33 U Hurricane @Rob Alexander +34 C Infantry Veteran @Christopher Rush +35 U Land Tax @Brian Snõddy +36 R Lhurgoyf @Pete Venters +37 C Lightning Elemental @D. Alexander Gregory +38 R Living Death @Charles Gillespie +39 C Llanowar Elves @Anson Maddocks +40 C Man-o'-War @Jon J Muth +41 C Mana Leak @Christopher Rush +42 C Maniacal Rage @Pete Venters +43 C Manta Riders @Kaja Foglio +44 C Master Decoy @Phil Foglio +45 U Mogg Hollows @Jeff Laubenstein +46 U Nekrataal @Adrian Smith +47 U Opportunity @Ron Spears +48 C Pacifism @Robert Bliss +49 U Pestilence @Pete Venters +50 C Phyrexian Ghoul @Pete Venters +51 C Pincher Beetles @Stephen Daniele +52 C Plated Rootwalla @Randy Elliott +53 C Polluted Mire @Stephen Daniele +54 C Prodigal Sorcerer @Douglas Shuler +55 C Raging Goblin @Jeff Miracola +56 C Ray of Command @Andrew Robinson +57 U Reanimate @Robert Bliss +58 C Remote Isle @Ciruelo +59 U River Boa @Steve White +60 C Rolling Thunder @Richard Thomas +61 C Sadistic Glee @Pete Venters +62 C Sanctum Custodian @Paolo Parente +63 U Sanctum Guardian @Donato Giancola +64 C Sandstorm @Brian Snõddy +65 C Scaled Wurm @Daniel Gelon +66 C Scryb Sprites @Amy Weber +67 U Seasoned Marshal @Matthew D. Wilson +68 C Seeker of Skybreak @Daren Bader +69 U Sengir Vampire @Anson Maddocks +70 C Sewer Rats @Martin McKenna +71 C Shower of Sparks @Christopher Moeller +72 U Skyshroud Elite @Paolo Parente +73 C Slippery Karst @Stephen Daniele +74 C Soltari Foot Soldier @Janet Aulisio +75 U Songstitcher @Berry +76 C Soul Warden @Randy Gallegos +77 C Spike Colony @Douglas Shuler +78 U Spike Feeder @Heather Hudson +79 R Spike Weaver @Mike Raabe +80 C Spike Worker @Daniel Gelon +81 U Steam Blast @Mike Raabe +82 R Subversion @Rob Alexander +83 C Sun Clasp @John Coulthart +84 U Swords to Plowshares @Jeff A. Menges +85 C Symbiosis @Jeff Miracola +86 C Syphon Soul @Melissa A. Benson +87 C Terror @Ron Spencer +88 U Thalakos Lowlands @Jeff A. Menges +89 C Tranquility @Douglas Shuler +90 U Trumpeting Armodon @Gary Leach +91 C Unnerve @Terese Nielsen +92 U Uthden Troll @Douglas Shuler +93 U Vec Townships @Eric David Anderson +94 C Village Elder @Donato Giancola +95 C Wall of Heat @Richard Thomas +96 C Weakness @Kev Walker +97 U Wildfire Emissary @Richard Kane Ferguson +98 C Wind Drake @Zina Saunders +99 U Windfall @Pete Venters +100 R Wrath of God @Quinton Hoover +101 L Forest @David O'Connor +102 L Forest @David O'Connor +103 L Forest @John Avon +104 L Forest @John Avon +105 L Forest @John Avon +106 L Forest @John Avon +107 L Forest @Ji Yong +108 L Forest @Ji Yong +109 L Forest @Ji Yong +110 L Island @Donato Giancola +111 L Island @Donato Giancola +112 L Island @Ku Xueming +113 L Island @Ku Xueming +114 L Island @Ku Xueming +115 L Mountain @John Avon +116 L Mountain @Mark Poole +117 L Mountain @Mark Poole +118 L Mountain @Rob Alexander +119 L Mountain @John Avon +120 L Mountain @John Avon +121 L Mountain @John Avon +122 L Mountain @John Avon +123 L Mountain @John Avon +124 L Plains @Pat Morrissey +125 L Plains @Pat Morrissey +126 L Plains @Pat Morrissey +127 L Plains @Douglas Shuler +128 L Plains @Douglas Shuler +129 L Plains @Douglas Shuler +130 L Plains @He Jiancheng +131 L Plains @He Jiancheng +132 L Plains @He Jiancheng +133 L Swamp @John Avon +134 L Swamp @John Avon +135 L Swamp @John Avon +136 L Swamp @John Avon diff --git a/forge-gui/res/editions/Battle for Zendikar Promos.txt b/forge-gui/res/editions/Battle for Zendikar Promos.txt index 6a1d1f7bb01..16dd4e3d051 100644 --- a/forge-gui/res/editions/Battle for Zendikar Promos.txt +++ b/forge-gui/res/editions/Battle for Zendikar Promos.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PBFZ [cards] -2 R Blight Herder -31 R Hero of Goma Fada -50 U Stasis Snare -57 R Drowner of Hope -107 R Defiant Bloodlord -123 R Ruinous Path -127 R Barrage Tyrant -151 R Radiant Flames -181 R Oran-Rief Hydra -188 U Scythe Leopard +2 R Blight Herder @Jaime Jones +31 R Hero of Goma Fada @Willian Murai +50 U Stasis Snare @Slawomir Maniak +57 R Drowner of Hope @James Zapata +107 R Defiant Bloodlord @Ben Maier +123 R Ruinous Path @Aaron Miller +127 R Barrage Tyrant @Slawomir Maniak +151 R Radiant Flames @Ryan Barger +181 R Oran-Rief Hydra @Zack Stella +188 U Scythe Leopard @Winona Nelson diff --git a/forge-gui/res/editions/Battle for Zendikar.txt b/forge-gui/res/editions/Battle for Zendikar.txt index 2c1a3c25163..8187978ddd2 100644 --- a/forge-gui/res/editions/Battle for Zendikar.txt +++ b/forge-gui/res/editions/Battle for Zendikar.txt @@ -14,305 +14,305 @@ AdditionalSetUnlockedInQuest=EXP ScryfallCode=BFZ [cards] -54 U Adverse Conditions -138 M Akoum Firebird -139 R Akoum Hellkite -140 U Akoum Stonewaker -222 R Aligned Hedron Network -228 R Ally Encampment -103 C Altar's Reap -18 U Angel of Renewal -208 R Angelic Captain -19 C Angelic Gift -69 C Anticipate -1 U Bane of Bala Ged -127 R Barrage Tyrant -170 R Beastcaller Savant -141 C Belligerent Whiptail -55 C Benthic Infiltrator -2 R Blight Herder -229 U Blighted Cataract -230 U Blighted Fen -231 U Blighted Gorge -232 U Blighted Steppe -233 U Blighted Woodland -163 C Blisterpod -104 U Bloodbond Vampire -142 C Boiling Earth -105 C Bone Splinters -3 U Breaker of Armies -70 C Brilliant Spectrum -209 R Bring to Light -199 R Brood Butcher -164 U Brood Monitor -171 C Broodhunter Wurm -200 R Brutal Expulsion -165 C Call the Scions -234 R Canopy Vista -106 U Carrier Thrall -201 U Catacomb Sifter -143 U Chasm Guide -235 R Cinder Glade -20 C Cliffside Lookout -71 C Cloud Manta -72 C Clutch of Currents -73 U Coastal Discovery -90 C Complete Disregard -4 R Conduit of Ruin -74 C Coralhelm Guide -21 C Courier Griffin -128 U Crumble to Dust -56 U Cryptic Cruiser -91 C Culling Drone -75 U Dampening Pulse -5 U Deathless Behemoth -107 R Defiant Bloodlord -108 C Demon's Grasp -6 R Desolation Twin -76 C Dispel -92 C Dominator Drone -144 M Dragonmaster Outcast -109 M Drana, Liberator of Malakir -210 U Drana's Emissary -57 R Drowner of Hope -202 R Dust Stalker -110 C Dutiful Return -172 C Earthen Arms -7 C Eldrazi Devastator -58 C Eldrazi Skyspawner -22 R Emeria Shepherd -23 U Encircling Fissure -8 R Endless One -236 C Evolving Wilds -77 R Exert Influence -24 U Expedition Envoy -166 C Eyeless Watcher -203 R Fathom Feeder -25 C Felidar Cub -26 R Felidar Sovereign -237 C Fertile Thicket -145 U Firemantle Mage -204 U Forerunner of Slaughter -27 C Fortified Rampart -167 R From Beyond -111 C Geyserfield Stalker -28 C Ghostly Sentinel -173 C Giant Mantis -30 C Gideon's Reproach -29 M Gideon, Ally of Zendikar -146 C Goblin War Paint -93 C Grave Birthing -174 M Greenwarden of Murasa -94 U Grip of Desolation -211 U Grove Rumbler -212 U Grovetender Druids -9 R Gruesome Slaughter -78 R Guardian of Tazeem -112 R Guul Draz Overseer -113 U Hagra Sharpshooter -79 U Halimar Tidecaller -223 U Hedron Archive -224 C Hedron Blade -205 U Herald of Kozilek -31 R Hero of Goma Fada -59 U Horribly Awry -60 C Incubator Drone -175 U Infuse with the Elements -32 C Inspired Charge -176 U Jaddi Offshoot -114 C Kalastria Healer -115 C Kalastria Nightwatch -213 M Kiora, Master of the Depths -33 C Kitesail Scout -34 U Kor Bladewhirl -35 C Kor Castigator -36 U Kor Entanglers -10 C Kozilek's Channeler -129 C Kozilek's Sentinel -37 R Lantern Scout -147 C Lavastep Raider -177 C Lifespring Druid -38 C Lithomancer's Focus -238 C Looming Spires -239 R Lumbering Falls -39 C Makindi Patrol -148 C Makindi Sliderunner -116 U Malakir Familiar -214 R March from the Tomb -95 C Mind Raker -117 C Mire's Malice -61 C Mist Intruder -130 U Molten Nursery -240 C Mortuary Mire -215 R Munda, Ambush Leader -178 U Murasa Ranger -62 C Murk Strider -179 C Natural Connection -131 C Nettle Drone -118 C Nirkana Assassin -180 R Nissa's Renewal -216 R Noyan Dar, Roil Shaper -119 M Ob Nixilis Reignited -11 M Oblivion Sower -217 M Omnath, Locus of Rage -149 C Ondu Champion -40 C Ondu Greathorn -41 U Ondu Rising -63 C Oracle of Dust -181 R Oran-Rief Hydra -182 C Oran-Rief Invoker -150 C Outnumber -120 R Painful Truths -80 M Part the Waterveil -225 U Pathway Arrows -226 U Pilgrim's Eye -42 R Planar Outburst -183 U Plated Crusher -184 C Plummet -241 R Prairie Stream -81 R Prism Array -132 U Processor Assault -43 M Quarantine Field -151 R Radiant Flames -152 C Reckless Cohort -185 C Reclaiming Vines -218 U Resolute Blademaster -82 U Retreat to Coralhelm -44 U Retreat to Emeria -121 U Retreat to Hagra -186 U Retreat to Kazandu -153 U Retreat to Valakut -122 U Rising Miasma -219 U Roil Spout -45 U Roil's Retribution -83 C Roilmage's Trick -154 U Rolling Thunder -187 U Rot Shambler -12 C Ruin Processor -64 U Ruination Guide -123 R Ruinous Path -84 C Rush of Ice -65 C Salvage Drone -242 R Sanctum of Ugin -243 C Sandstone Bridge -85 R Scatter to the Winds -13 C Scour from Existence -188 U Scythe Leopard -189 C Seek the Wilds -46 U Serene Steward -133 R Serpentine Spike -47 C Shadow Glider -244 R Shambling Vent -155 C Shatterskull Recruit -48 C Sheer Drop -245 R Shrine of the Forsaken Gods -96 C Silent Skimmer -206 M Sire of Stagnation -97 U Skitterskin -246 C Skyline Cascade -220 U Skyrider Elf -227 U Slab Hammer -98 C Sludge Crawler -49 C Smite the Monstrous -247 R Smoldering Marsh -99 R Smothering Abomination -190 C Snapping Gnarlid -248 U Spawning Bed -66 C Spell Shrivel -50 U Stasis Snare -51 C Stone Haven Medic -156 C Stonefury -249 R Sunken Hollow -157 C Sure Strike -100 C Swarm Surge -191 C Swell of Growth -192 U Sylvan Scrying -193 C Tajuru Beastmaster -194 C Tajuru Stalwart -195 U Tajuru Warcaller -52 C Tandem Tactics -196 C Territorial Baloth -67 U Tide Drifter -86 C Tightening Coils -14 U Titan's Presence -134 C Touch of the Void -101 U Transgress the Mind -158 U Tunneling Geopede -135 U Turn Against -87 R Ugin's Insight -16 U Ulamog's Despoiler -207 U Ulamog's Nullifier -68 U Ulamog's Reclaimer -15 M Ulamog, the Ceaseless Hunger -197 M Undergrowth Champion -53 U Unified Front -168 C Unnatural Aggression -159 C Valakut Invoker -160 C Valakut Predator -124 U Vampiric Rites -136 C Vestige of Emrakul -221 R Veteran Warleader -137 U Vile Aggregate -169 U Void Attendant -17 M Void Winnower -161 C Volcanic Upheaval -125 C Voracious Null -102 R Wasteland Strangler -88 C Wave-Wing Elemental -89 U Windrider Patrol -198 R Woodland Wanderer -162 R Zada, Hedron Grinder -126 U Zulaport Cutthroat -271 L Forest -271 L Forest -271 L Forest -271 L Forest -271 L Forest -271 L Forest -271 L Forest -271 L Forest -271 L Forest -271 L Forest -257 L Island -257 L Island -257 L Island -257 L Island -257 L Island -257 L Island -257 L Island -257 L Island -257 L Island -257 L Island -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -251 L Plains -251 L Plains -251 L Plains -251 L Plains -251 L Plains -251 L Plains -251 L Plains -251 L Plains -251 L Plains -251 L Plains -263 L Swamp -263 L Swamp -263 L Swamp -263 L Swamp -263 L Swamp -263 L Swamp -263 L Swamp -263 L Swamp -263 L Swamp -263 L Swamp +54 U Adverse Conditions @Jason Rainville +138 M Akoum Firebird @Chris Rahn +139 R Akoum Hellkite @Jaime Jones +140 U Akoum Stonewaker @Victor Adame Minguez +222 R Aligned Hedron Network @Richard Wright +228 R Ally Encampment @Jonas De Ro +103 C Altar's Reap @Tyler Jacobson +18 U Angel of Renewal @Todd Lockwood +208 R Angelic Captain @Volkan Baǵa +19 C Angelic Gift @Josu Hernaiz +69 C Anticipate @Tyler Jacobson +1 U Bane of Bala Ged @Chase Stone +127 R Barrage Tyrant @Chris Rallis +170 R Beastcaller Savant @Anthony Palumbo +141 C Belligerent Whiptail @Jakub Kasper +55 C Benthic Infiltrator @Mathias Kollros +2 R Blight Herder @Todd Lockwood +229 U Blighted Cataract @Vincent Proce +230 U Blighted Fen @Jonas De Ro +231 U Blighted Gorge @Jung Park +232 U Blighted Steppe @Yeong-Hao Han +233 U Blighted Woodland @Jason Felix +163 C Blisterpod @Ryan Barger +104 U Bloodbond Vampire @Anna Steinbauer +142 C Boiling Earth @Titus Lunter +105 C Bone Splinters @Deruchenko Alexander +3 U Breaker of Armies @Richard Wright +70 C Brilliant Spectrum @Winona Nelson +209 R Bring to Light @Jonas De Ro +199 R Brood Butcher @Daarken +164 U Brood Monitor @Izzy +171 C Broodhunter Wurm @Svetlin Velinov +200 R Brutal Expulsion @Victor Adame Minguez +165 C Call the Scions @Winona Nelson +234 R Canopy Vista @Adam Paquette +106 U Carrier Thrall @Lius Lasahido +201 U Catacomb Sifter @Craig J Spearing +143 U Chasm Guide @Johannes Voss +235 R Cinder Glade @Adam Paquette +20 C Cliffside Lookout @Eric Deschamps +71 C Cloud Manta @Mike Bierek +72 C Clutch of Currents @Igor Kieryluk +73 U Coastal Discovery @Kieran Yanner +90 C Complete Disregard @Peter Mohrbacher +4 R Conduit of Ruin @Slawomir Maniak +74 C Coralhelm Guide @Viktor Titov +21 C Courier Griffin @Kieran Yanner +128 U Crumble to Dust @James Paick +56 U Cryptic Cruiser @Svetlin Velinov +91 C Culling Drone @Alejandro Mirabal +75 U Dampening Pulse @Johann Bodin +5 U Deathless Behemoth @Jason Felix +107 R Defiant Bloodlord @Craig J Spearing +108 C Demon's Grasp @David Gaillet +6 R Desolation Twin @Jack Wang +76 C Dispel @Chase Stone +92 C Dominator Drone @James Zapata +144 M Dragonmaster Outcast @Raymond Swanland +109 M Drana, Liberator of Malakir @Mike Bierek +210 U Drana's Emissary @Karl Kopinski +57 R Drowner of Hope @Tomasz Jedruszek +202 R Dust Stalker @Clint Cearley +110 C Dutiful Return @Anna Steinbauer +172 C Earthen Arms @Dan Scott +7 C Eldrazi Devastator @Joseph Meehan +58 C Eldrazi Skyspawner @Chase Stone +22 R Emeria Shepherd @Cynthia Sheppard +23 U Encircling Fissure @Igor Kieryluk +8 R Endless One @Jason Felix +236 C Evolving Wilds @Izzy +77 R Exert Influence @Magali Villeneuve +24 U Expedition Envoy @David Palumbo +166 C Eyeless Watcher @Yohann Schepacz +203 R Fathom Feeder @Clint Cearley +25 C Felidar Cub @Steve Prescott +26 R Felidar Sovereign @Zoltan Boros & Gabor Szikszai +237 C Fertile Thicket @Andreas Rocha +145 U Firemantle Mage @Chris Rahn +204 U Forerunner of Slaughter @James Zapata +27 C Fortified Rampart @David Gaillet +167 R From Beyond @Mathias Kollros +111 C Geyserfield Stalker @Deruchenko Alexander +28 C Ghostly Sentinel @Daarken +173 C Giant Mantis @Lake Hurwitz +30 C Gideon's Reproach @Dan Scott +29 M Gideon, Ally of Zendikar @Eric Deschamps +146 C Goblin War Paint @Karl Kopinski +93 C Grave Birthing @Craig J Spearing +174 M Greenwarden of Murasa @Eric Deschamps +94 U Grip of Desolation @Lius Lasahido +211 U Grove Rumbler @Greg Opalinski +212 U Grovetender Druids @Chase Stone +9 R Gruesome Slaughter @Aleksi Briclot +78 R Guardian of Tazeem @Zack Stella +112 R Guul Draz Overseer @Karl Kopinski +113 U Hagra Sharpshooter @Josu Hernaiz +79 U Halimar Tidecaller @Magali Villeneuve +223 U Hedron Archive @Craig J Spearing +224 C Hedron Blade @Zack Stella +205 U Herald of Kozilek @Johannes Voss +31 R Hero of Goma Fada @Lake Hurwitz +59 U Horribly Awry @Clint Cearley +60 C Incubator Drone @Cynthia Sheppard +175 U Infuse with the Elements @Daniel Ljunggren +32 C Inspired Charge @Willian Murai +176 U Jaddi Offshoot @Daarken +114 C Kalastria Healer @Anthony Palumbo +115 C Kalastria Nightwatch @Jama Jurabaev +213 M Kiora, Master of the Depths @Jason Chan +33 C Kitesail Scout @Dan Scott +34 U Kor Bladewhirl @Steven Belledin +35 C Kor Castigator @Greg Opalinski +36 U Kor Entanglers @Jason Rainville +10 C Kozilek's Channeler @Jason Felix +129 C Kozilek's Sentinel @Raymond Swanland +37 R Lantern Scout @Steven Belledin +147 C Lavastep Raider @Matt Stewart +177 C Lifespring Druid @Willian Murai +38 C Lithomancer's Focus @Cynthia Sheppard +238 C Looming Spires @Florian de Gesincourt +239 R Lumbering Falls @Titus Lunter +39 C Makindi Patrol @David Palumbo +148 C Makindi Sliderunner @Matt Stewart +116 U Malakir Familiar @Alejandro Mirabal +214 R March from the Tomb @Lake Hurwitz +95 C Mind Raker @Lius Lasahido +117 C Mire's Malice @Jakub Kasper +61 C Mist Intruder @Jason Rainville +130 U Molten Nursery @Raymond Swanland +240 C Mortuary Mire @James Paick +215 R Munda, Ambush Leader @Johannes Voss +178 U Murasa Ranger @Eric Deschamps +62 C Murk Strider @Chase Stone +179 C Natural Connection @Wesley Burt +131 C Nettle Drone @Clint Cearley +118 C Nirkana Assassin @Viktor Titov +180 R Nissa's Renewal @Lius Lasahido +216 R Noyan Dar, Roil Shaper @Karl Kopinski +119 M Ob Nixilis Reignited @Chris Rahn +11 M Oblivion Sower @Jaime Jones +217 M Omnath, Locus of Rage @Brad Rigney +149 C Ondu Champion @Volkan Baǵa +40 C Ondu Greathorn @Aaron Miller +41 U Ondu Rising @Igor Kieryluk +63 C Oracle of Dust @Jason Rainville +181 R Oran-Rief Hydra @Chris Rahn +182 C Oran-Rief Invoker @Anastasia Ovchinnikova +150 C Outnumber @Tyler Jacobson +120 R Painful Truths @Winona Nelson +80 M Part the Waterveil @Titus Lunter +225 U Pathway Arrows @Kev Walker +226 U Pilgrim's Eye @Dan Scott +42 R Planar Outburst @Vincent Proce +183 U Plated Crusher @Jama Jurabaev +184 C Plummet @Aaron Miller +241 R Prairie Stream @Adam Paquette +81 R Prism Array @Philip Straub +132 U Processor Assault @Jama Jurabaev +43 M Quarantine Field @Daarken +151 R Radiant Flames @Slawomir Maniak +152 C Reckless Cohort @Volkan Baǵa +185 C Reclaiming Vines @Bastien L. Deharme +218 U Resolute Blademaster @Joseph Meehan +82 U Retreat to Coralhelm @Kieran Yanner +44 U Retreat to Emeria @Kieran Yanner +121 U Retreat to Hagra @Kieran Yanner +186 U Retreat to Kazandu @Kieran Yanner +153 U Retreat to Valakut @Kieran Yanner +122 U Rising Miasma @Deruchenko Alexander +219 U Roil Spout @Igor Kieryluk +45 U Roil's Retribution @Raymond Swanland +83 C Roilmage's Trick @Johann Bodin +154 U Rolling Thunder @Yohann Schepacz +187 U Rot Shambler @Yeong-Hao Han +12 C Ruin Processor @Slawomir Maniak +64 U Ruination Guide @Mathias Kollros +123 R Ruinous Path @Jaime Jones +84 C Rush of Ice @Deruchenko Alexander +65 C Salvage Drone @Slawomir Maniak +242 R Sanctum of Ugin @James Paick +243 C Sandstone Bridge @Cliff Childs +85 R Scatter to the Winds @Raymond Swanland +13 C Scour from Existence @Clint Cearley +188 U Scythe Leopard @Daniel Ljunggren +189 C Seek the Wilds @Anna Steinbauer +46 U Serene Steward @Magali Villeneuve +133 R Serpentine Spike @Jaime Jones +47 C Shadow Glider @Steve Prescott +244 R Shambling Vent @Jung Park +155 C Shatterskull Recruit @David Palumbo +48 C Sheer Drop @Clint Cearley +245 R Shrine of the Forsaken Gods @Daniel Ljunggren +96 C Silent Skimmer @Alejandro Mirabal +206 M Sire of Stagnation @Tyler Jacobson +97 U Skitterskin @Michael Komarck +246 C Skyline Cascade @Philip Straub +220 U Skyrider Elf @Dan Scott +227 U Slab Hammer @Joseph Meehan +98 C Sludge Crawler @Johann Bodin +49 C Smite the Monstrous @Jakub Kasper +247 R Smoldering Marsh @Adam Paquette +99 R Smothering Abomination @Aleksi Briclot +190 C Snapping Gnarlid @Kev Walker +248 U Spawning Bed @Jason Felix +66 C Spell Shrivel @Jack Wang +50 U Stasis Snare @Jason Felix +51 C Stone Haven Medic @Anna Steinbauer +156 C Stonefury @Chris Rallis +249 R Sunken Hollow @Adam Paquette +157 C Sure Strike @Jakub Kasper +100 C Swarm Surge @Svetlin Velinov +191 C Swell of Growth @Magali Villeneuve +192 U Sylvan Scrying @Daniel Ljunggren +193 C Tajuru Beastmaster @Greg Opalinski +194 C Tajuru Stalwart @Wesley Burt +195 U Tajuru Warcaller @Anastasia Ovchinnikova +52 C Tandem Tactics @David Gaillet +196 C Territorial Baloth @Matt Stewart +67 U Tide Drifter @Daarken +86 C Tightening Coils @Tyler Jacobson +14 U Titan's Presence @Slawomir Maniak +134 C Touch of the Void @David Gaillet +101 U Transgress the Mind @Cynthia Sheppard +158 U Tunneling Geopede @Tomasz Jedruszek +135 U Turn Against @Chris Rallis +87 R Ugin's Insight @Tyler Jacobson +16 U Ulamog's Despoiler @Peter Mohrbacher +207 U Ulamog's Nullifier @Aleksi Briclot +68 U Ulamog's Reclaimer @Svetlin Velinov +15 M Ulamog, the Ceaseless Hunger @Michael Komarck +197 M Undergrowth Champion @Tyler Jacobson +53 U Unified Front @Dan Scott +168 C Unnatural Aggression @James Ryman +159 C Valakut Invoker @Joseph Meehan +160 C Valakut Predator @Kev Walker +124 U Vampiric Rites @Anastasia Ovchinnikova +136 C Vestige of Emrakul @Tyler Jacobson +221 R Veteran Warleader @Josu Hernaiz +137 U Vile Aggregate @Chris Rallis +169 U Void Attendant @Viktor Titov +17 M Void Winnower @Chase Stone +161 C Volcanic Upheaval @Yeong-Hao Han +125 C Voracious Null @Karl Kopinski +102 R Wasteland Strangler @Jack Wang +88 C Wave-Wing Elemental @John Severin Brassell +89 U Windrider Patrol @Svetlin Velinov +198 R Woodland Wanderer @Vincent Proce +162 R Zada, Hedron Grinder @Chris Rallis +126 U Zulaport Cutthroat @Jason Rainville +270 L Forest @Noah Bradley +270a L Forest @Noah Bradley +271 L Forest @Sam Burley +271a L Forest @Sam Burley +272 L Forest @Adam Paquette +272a L Forest @Adam Paquette +273 L Forest @Vincent Proce +273a L Forest @Vincent Proce +274 L Forest @Tianhua X +274a L Forest @Tianhua X +255 L Island @Noah Bradley +255a L Island @Noah Bradley +256 L Island @Sam Burley +256a L Island @Sam Burley +257 L Island @Adam Paquette +257a L Island @Adam Paquette +258 L Island @Vincent Proce +258a L Island @Vincent Proce +259 L Island @Tianhua X +259a L Island @Tianhua X +265 L Mountain @Noah Bradley +265a L Mountain @Noah Bradley +266 L Mountain @Sam Burley +266a L Mountain @Sam Burley +267 L Mountain @Véronique Meignaud +267a L Mountain @Véronique Meignaud +268 L Mountain @Adam Paquette +268a L Mountain @Adam Paquette +269 L Mountain @Tianhua X +269a L Mountain @Tianhua X +250 L Plains @Noah Bradley +250a L Plains @Noah Bradley +251 L Plains @Sam Burley +251a L Plains @Sam Burley +252 L Plains @Adam Paquette +252a L Plains @Adam Paquette +253 L Plains @Vincent Proce +253a L Plains @Vincent Proce +254 L Plains @Tianhua X +254a L Plains @Tianhua X +260 L Swamp @Noah Bradley +260a L Swamp @Noah Bradley +261 L Swamp @Sam Burley +261a L Swamp @Sam Burley +262 L Swamp @Adam Paquette +262a L Swamp @Adam Paquette +263 L Swamp @Jung Park +263a L Swamp @Jung Park +264 L Swamp @Tianhua X +264a L Swamp @Tianhua X [tokens] c_10_10_eldrazi diff --git a/forge-gui/res/editions/Battlebond.txt b/forge-gui/res/editions/Battlebond.txt index 1d88669fb0d..74cda770a15 100644 --- a/forge-gui/res/editions/Battlebond.txt +++ b/forge-gui/res/editions/Battlebond.txt @@ -9,262 +9,262 @@ Booster=10 Common, 3 Uncommon, 1 fromSheet("BBD RareMythic"), 1 BasicLand ScryfallCode=BBD [cards] -1 M Will Kenrith -2 M Rowan Kenrith -3 R Regna, the Redeemer -4 R Krav, the Unredeemed -5 R Zndrsplt, Eye of Wisdom -6 R Okaun, Eye of Chaos -7 R Virtus the Veiled -8 R Gorm the Great -9 R Khorvath Brightflame -10 R Sylvia Brightspear -11 R Pir, Imaginative Rascal -12 R Toothy, Imaginary Friend -13 U Blaring Recruiter -14 U Blaring Captain -15 U Chakram Retriever -16 U Chakram Slinger -17 U Soulblade Corrupter -18 U Soulblade Renewer -19 U Impetuous Protege -20 U Proud Mentor -21 U Ley Weaver -22 U Lore Weaver -23 M Arena Rector -24 C Aurora Champion -25 M Brightling -26 U Bring Down -27 C Dwarven Lightsmith -28 U Jubilant Mascot -29 R Play of the Game -30 R Regna's Sanction -31 C Skystreamer -32 R Together Forever -33 M Arcane Artisan -34 U Fumble -35 R Game Plan -36 C Huddle Up -37 U Nimbus Champion -38 U Out of Bounds -39 C Saltwater Stalwart -40 C Soaring Show-Off -41 R Spellseeker -42 C Spellweaver Duo -43 R Zndrsplt's Judgment -44 M Archfiend of Despair -45 C Bloodborn Scoundrels -46 C Fan Favorite -47 U Gang Up -48 U Inner Demon -49 R Mindblade Render -50 C Sickle Dancer -51 M Stunning Reversal -52 U Thrasher Brute -53 R Thrilling Encore -54 R Virtus's Maneuver -55 C Azra Bladeseeker -56 R Bonus Round -57 C Bull-Rush Bruiser -58 U Cheering Fanatic -59 R Khorvath's Fury -60 U Lava-Field Overlord -61 C Magma Hellion -62 M Najeela, the Blade-Blossom -63 C Stadium Vendors -64 R Stolen Strategy -65 M Bramble Sovereign -66 C Charging Binox -67 C Combo Attack -68 U The Crowd Goes Wild -69 U Decorated Champion -70 R Generous Patron -71 M Grothama, All-Devouring -72 C Jungle Wayfinder -73 R Pir's Whim -74 R Archon of Valor's Reach -75 U Azra Oddsmaker -76 R Last One Standing -77 U Rushblade Commander -78 U Vampire Charmseeker -79 R Sentinel Tower -80 R Victory Chimes -81 R Bountiful Promenade -82 R Luxury Suite -83 R Morphic Pool -84 R Sea of Clouds -85 R Spire Garden -86 U Angel of Retribution -87 R Angelic Chorus -88 C Angelic Gift -89 U Battle Mastery -90 C Champion of Arashin -91 C Doomed Traveler -92 C Expedition Raptor -93 R Kor Spiritdancer -94 M Land Tax -95 C Lightwalker -96 U Long Road Home -97 U Loyal Pegasus -98 R Mangara of Corondor -99 C Midnight Guard -100 U Oreskos Explorer -101 C Pacifism -102 C Raptor Companion -103 C Rebuke -104 C Royal Trooper -105 C Shoulder to Shoulder -106 C Silverchase Fox -107 U Solemn Offering -108 C Sparring Mummy -109 U Steppe Glider -110 U Swords to Plowshares -111 U Take Up Arms -112 C Tandem Tactics -113 C Benthic Giant -114 C Call to Heel -115 C Claustrophobia -116 C Coralhelm Guide -117 U Fog Bank -118 C Frost Lynx -119 C Impulse -120 C Kitesail Corsair -121 C Kraken Hatchling -122 R Mystic Confluence -123 C Negate -124 C Nimbus of the Isles -125 C Omenspeaker -126 U Opportunity -127 U Oracle's Insight -128 U Peregrine Drake -129 U Phantom Warrior -130 U Reckless Scholar -131 R Sower of Temptation -132 U Spell Snare -133 U Switcheroo -134 R Tidespout Tyrant -135 C Totally Lost -136 M True-Name Nemesis -137 C Watercourser -138 U Assassin's Strike -139 C Assassinate -140 C Daggerdrome Imp -141 R Diabolic Intent -142 C Doomed Dissenter -143 C Eyeblight Assassin -144 C Fill with Fright -145 C Grotesque Mutation -146 C Hand of Silumgar -147 C Last Gasp -148 C Liturgy of Blood -149 U Morbid Curiosity -150 M Nirkana Revenant -151 R Noosegraf Mob -152 U Noxious Dragon -153 R Nyxathid -154 C Painful Lesson -155 C Prakhata Club Security -156 U Quest for the Gravelord -157 C Rotfeaster Maggot -158 C Screeching Buzzard -159 C Shambling Ghoul -160 U Slum Reaper -161 U Swarm of Bloodflies -162 U Tavern Swindler -163 U Tenacious Dead -164 C Bathe in Dragonfire -165 C Battle Rampart -166 U Battle-Rattle Shaman -167 U Blaze -168 U Blood Feud -169 U Boldwyr Intimidator -170 C Borderland Marauder -171 U Chain Lightning -172 U Dragon Breath -173 C Dragon Hatchling -174 C Earth Elemental -175 C Ember Beast -176 U Enthralling Victor -177 C Expedite -178 U Flamewave Invoker -179 R Goblin Razerunners -180 C Lightning Talons -181 R Magmatic Force -182 C Pathmaker Initiate -183 C Reckless Reveler -184 C Shock -185 C Thunder Strike -186 U Trumpet Blast -187 R War's Toll -188 C Wrap in Flames -189 U Aim High -190 U Beast Within -191 C Canopy Spider -192 C Charging Rhino -193 C Cowl Prowler -194 C Daggerback Basilisk -195 M Doubling Season -196 C Elvish Visionary -197 U Feral Hydra -198 C Fertile Ground -199 U Fertilid -200 C Giant Growth -201 R Greater Good -202 U Hunted Wumpus -203 U Karametra's Favor -204 C Kraul Warrior -205 C Lead by Example -206 R Magus of the Candelabra -207 U Plated Crusher -208 C Primal Huntbeast -209 U Pulse of Murasa -210 C Return to the Earth -211 C Saddleback Lagac -212 R Seedborn Muse -213 C Skyshroud Claim -214 U Veteran Explorer -215 R Vigor -216 C Wandering Wolf -217 R Apocalypse Hydra -218 C Auger Spree -219 C Centaur Healer -220 U Dinrova Horror -221 U Enduring Scalelord -222 R Evil Twin -223 R Gwafa Hazid, Profiteer -224 U Jelenn Sphinx -225 U Kiss of the Amesha -226 U Relentless Hunter -227 C Rhox Brute -228 C Riptide Crab -229 U Savage Ventmaw -230 U Unflinching Courage -231 C Urborg Drake -232 C Consulate Skygate -233 U Culling Dais -234 C Eager Construct -235 U Genesis Chamber -236 U Gold-Forged Sentinel -237 C Hexplate Golem -238 U Juggernaut -239 C Millennial Gargoyle -240 R Mind's Eye -241 M Mycosynth Lattice -242 C Night Market Guard -243 C Peace Strider -244 C Pierce Strider -245 C Seer's Lantern -246 U Spectral Searchlight -247 C Stone Golem -248 C Tyrant's Machine -249 C Yotian Soldier -250 L Plains -251 L Island -252 L Swamp -253 L Mountain -254 L Forest -255 M Will Kenrith -256 M Rowan Kenrith +1 M Will Kenrith @Anna Steinbauer +2 M Rowan Kenrith @Anna Steinbauer +3 R Regna, the Redeemer @Randy Vargas +4 R Krav, the Unredeemed @Randy Vargas +5 R Zndrsplt, Eye of Wisdom @Yongjae Choi +6 R Okaun, Eye of Chaos @Yongjae Choi +7 R Virtus the Veiled @Johann Bodin +8 R Gorm the Great @Johann Bodin +9 R Khorvath Brightflame @Carmen Sinek +10 R Sylvia Brightspear @Carmen Sinek +11 R Pir, Imaginative Rascal @Zoltan Boros +12 R Toothy, Imaginary Friend @Zoltan Boros +13 U Blaring Recruiter @Grzegorz Rutkowski +14 U Blaring Captain @Grzegorz Rutkowski +15 U Chakram Retriever @Dmitry Burmak +16 U Chakram Slinger @Dmitry Burmak +17 U Soulblade Corrupter @Suzanne Helmigh +18 U Soulblade Renewer @Suzanne Helmigh +19 U Impetuous Protege @Jakub Kasper +20 U Proud Mentor @Jakub Kasper +21 U Ley Weaver @Livia Prima +22 U Lore Weaver @Livia Prima +23 M Arena Rector @Ryan Pancoast +24 C Aurora Champion @Uriah Voth +25 M Brightling @Steve Argyle +26 U Bring Down @Filip Burburan +27 C Dwarven Lightsmith @Craig J Spearing +28 U Jubilant Mascot @Filip Burburan +29 R Play of the Game @Jung Park +30 R Regna's Sanction @Bayard Wu +31 C Skystreamer @Dan Scott +32 R Together Forever @Aaron Miller +33 M Arcane Artisan @Tommy Arnold +34 U Fumble @Gabor Szikszai +35 R Game Plan @Seb McKinnon +36 C Huddle Up @Magali Villeneuve +37 U Nimbus Champion @Anastasia Ovchinnikova +38 U Out of Bounds @Dmitry Burmak +39 C Saltwater Stalwart @Sam Burley +40 C Soaring Show-Off @Sidharth Chaturvedi +41 R Spellseeker @Igor Kieryluk +42 C Spellweaver Duo @Steve Argyle +43 R Zndrsplt's Judgment @Bayard Wu +44 M Archfiend of Despair @Josh Hass +45 C Bloodborn Scoundrels @Mathias Kollros +46 C Fan Favorite @Suzanne Helmigh +47 U Gang Up @Aaron Miller +48 U Inner Demon @Mark Behm +49 R Mindblade Render @Mitchell Malloy +50 C Sickle Dancer @Steve Argyle +51 M Stunning Reversal @Zoltan Boros +52 U Thrasher Brute @Gabor Szikszai +53 R Thrilling Encore @Alex Konstad +54 R Virtus's Maneuver @Tomasz Jedruszek +55 C Azra Bladeseeker @Joe Slucher +56 R Bonus Round @Lake Hurwitz +57 C Bull-Rush Bruiser @Sam Rowan +58 U Cheering Fanatic @Filip Burburan +59 R Khorvath's Fury @Mark Behm +60 U Lava-Field Overlord @Todd Lockwood +61 C Magma Hellion @Jason Felix +62 M Najeela, the Blade-Blossom @Matt Stewart +63 C Stadium Vendors @Sidharth Chaturvedi +64 R Stolen Strategy @Dmitry Burmak +65 M Bramble Sovereign @Lucas Graciano +66 C Charging Binox @Jason Felix +67 C Combo Attack @Sara Winters +68 U The Crowd Goes Wild @Mike Burns +69 U Decorated Champion @Naomi Baker +70 R Generous Patron @Lucas Graciano +71 M Grothama, All-Devouring @Mark Behm +72 C Jungle Wayfinder @Chris Seaman +73 R Pir's Whim @Jakub Kasper +74 R Archon of Valor's Reach @Gabor Szikszai +75 U Azra Oddsmaker @Josh Hass +76 R Last One Standing @Svetlin Velinov +77 U Rushblade Commander @Gabor Szikszai +78 U Vampire Charmseeker @Manuel Castañón +79 R Sentinel Tower @Jung Park +80 R Victory Chimes @Uriah Voth +81 R Bountiful Promenade @Jung Park +82 R Luxury Suite @Jonas De Ro +83 R Morphic Pool @Grzegorz Rutkowski +84 R Sea of Clouds @Florian de Gesincourt +85 R Spire Garden @Darek Zabrocki +86 U Angel of Retribution @rk post +87 R Angelic Chorus @Jim Murray +88 C Angelic Gift @Josu Hernaiz +89 U Battle Mastery @Viktor Titov +90 C Champion of Arashin @Joseph Meehan +91 C Doomed Traveler @Lars Grant-West +92 C Expedition Raptor @Johann Bodin +93 R Kor Spiritdancer @Scott Chou +94 M Land Tax @Chuck Lukacs +95 C Lightwalker @Winona Nelson +96 U Long Road Home @Sidharth Chaturvedi +97 U Loyal Pegasus @John Severin Brassell +98 R Mangara of Corondor @Zoltan Boros & Gabor Szikszai +99 C Midnight Guard @Jason A. Engle +100 U Oreskos Explorer @Winona Nelson +101 C Pacifism @Robert Bliss +102 C Raptor Companion @Slawomir Maniak +103 C Rebuke @Igor Kieryluk +104 C Royal Trooper @Scott M. Fischer +105 C Shoulder to Shoulder @Chris Rallis +106 C Silverchase Fox @Howard Lyon +107 U Solemn Offering @Sam Wood +108 C Sparring Mummy @Ryan Pancoast +109 U Steppe Glider @John Severin Brassell +110 U Swords to Plowshares @Terese Nielsen +111 U Take Up Arms @Craig J Spearing +112 C Tandem Tactics @David Gaillet +113 C Benthic Giant @Jaime Jones +114 C Call to Heel @Randy Gallegos +115 C Claustrophobia @Ryan Pancoast +116 C Coralhelm Guide @Viktor Titov +117 U Fog Bank @Howard Lyon +118 C Frost Lynx @Izzy +119 C Impulse @Izzy +120 C Kitesail Corsair @Greg Opalinski +121 C Kraken Hatchling @Jason Felix +122 R Mystic Confluence @Kieran Yanner +123 C Negate @Zack Stella +124 C Nimbus of the Isles @Cliff Childs +125 C Omenspeaker @Dallas Williams +126 U Opportunity @Allen Williams +127 U Oracle's Insight @Raymond Swanland +128 U Peregrine Drake @Mike Bierek +129 U Phantom Warrior @Greg Staples +130 U Reckless Scholar @Steve Prescott +131 R Sower of Temptation @Christopher Moeller +132 U Spell Snare @Hideaki Takamura +133 U Switcheroo @Kev Walker +134 R Tidespout Tyrant @Viktor Titov +135 C Totally Lost @David Palumbo +136 M True-Name Nemesis @Zack Stella +137 C Watercourser @Mathias Kollros +138 U Assassin's Strike @Chase Stone +139 C Assassinate @Kev Walker +140 C Daggerdrome Imp @Jack Wang +141 R Diabolic Intent @Josu Hernaiz +142 C Doomed Dissenter @Tony Foti +143 C Eyeblight Assassin @Dan Scott +144 C Fill with Fright @Luca Zontini +145 C Grotesque Mutation @Dan Scott +146 C Hand of Silumgar @Lius Lasahido +147 C Last Gasp @Jason A. Engle +148 C Liturgy of Blood @Zack Stella +149 U Morbid Curiosity @Kieran Yanner +150 M Nirkana Revenant @Igor Kieryluk +151 R Noosegraf Mob @Seb McKinnon +152 U Noxious Dragon @Svetlin Velinov +153 R Nyxathid @Raymond Swanland +154 C Painful Lesson @Adrian Majkrzak +155 C Prakhata Club Security @Igor Kieryluk +156 U Quest for the Gravelord @Chris Rahn +157 C Rotfeaster Maggot @Yeong-Hao Han +158 C Screeching Buzzard @Heather Hudson +159 C Shambling Ghoul @Joseph Meehan +160 U Slum Reaper @Karl Kopinski +161 U Swarm of Bloodflies @Marco Nelor +162 U Tavern Swindler @Cynthia Sheppard +163 U Tenacious Dead @John Stanko +164 C Bathe in Dragonfire @Chris Rallis +165 C Battle Rampart @Steve Prescott +166 U Battle-Rattle Shaman @Warren Mahy +167 U Blaze @Alex Horley-Orlandelli +168 U Blood Feud @Winona Nelson +169 U Boldwyr Intimidator @Esad Ribic +170 C Borderland Marauder @Scott M. Fischer +171 U Chain Lightning @Christopher Moeller +172 U Dragon Breath @Greg Staples +173 C Dragon Hatchling @David Palumbo +174 C Earth Elemental @Anthony S. Waters +175 C Ember Beast @David Rapoza +176 U Enthralling Victor @Winona Nelson +177 C Expedite @Kieran Yanner +178 U Flamewave Invoker @Dave Dorman +179 R Goblin Razerunners @Raymond Swanland +180 C Lightning Talons @Johann Bodin +181 R Magmatic Force @Jung Park +182 C Pathmaker Initiate @Josu Hernaiz +183 C Reckless Reveler @Mike Sass +184 C Shock @Jason Rainville +185 C Thunder Strike @Wayne Reynolds +186 U Trumpet Blast @Steve Prescott +187 R War's Toll @Dana Knutson +188 C Wrap in Flames @Véronique Meignaud +189 U Aim High @Steve Prescott +190 U Beast Within @Jesper Ejsing +191 C Canopy Spider @Christopher Rush +192 C Charging Rhino @Daren Bader +193 C Cowl Prowler @Tomasz Jedruszek +194 C Daggerback Basilisk @Jesper Ejsing +195 M Doubling Season @Richard Wright +196 C Elvish Visionary @D. Alexander Gregory +197 U Feral Hydra @Steve Prescott +198 C Fertile Ground @Heather Hudson +199 U Fertilid @Wayne Reynolds +200 C Giant Growth @Noah Bradley +201 R Greater Good @Mathias Kollros +202 U Hunted Wumpus @Thomas M. Baxa +203 U Karametra's Favor @Chase Stone +204 C Kraul Warrior @David Rapoza +205 C Lead by Example @Johannes Voss +206 R Magus of the Candelabra @Terese Nielsen +207 U Plated Crusher @Jama Jurabaev +208 C Primal Huntbeast @Chris Rahn +209 U Pulse of Murasa @Matt Stewart +210 C Return to the Earth @Mark Winters +211 C Saddleback Lagac @Jason Kang +212 R Seedborn Muse @Adam Rex +213 C Skyshroud Claim @Mark Romanoski +214 U Veteran Explorer @Steven Belledin +215 R Vigor @Jim Murray +216 C Wandering Wolf @Tomasz Jedruszek +217 R Apocalypse Hydra @Jason Chan +218 C Auger Spree @Raymond Swanland +219 C Centaur Healer @Mark Zug +220 U Dinrova Horror @Johann Bodin +221 U Enduring Scalelord @Clint Cearley +222 R Evil Twin @Greg Staples +223 R Gwafa Hazid, Profiteer @Todd Lockwood +224 U Jelenn Sphinx @Wesley Burt +225 U Kiss of the Amesha @Todd Lockwood +226 U Relentless Hunter @Matt Stewart +227 C Rhox Brute @Raymond Swanland +228 C Riptide Crab @David Martin +229 U Savage Ventmaw @Slawomir Maniak +230 U Unflinching Courage @Mike Bierek +231 C Urborg Drake @Sam Wood +232 C Consulate Skygate @John Avon +233 U Culling Dais @Anthony Palumbo +234 C Eager Construct @Craig J Spearing +235 U Genesis Chamber @Mark Tedin +236 U Gold-Forged Sentinel @James Zapata +237 C Hexplate Golem @Matt Cavotta +238 U Juggernaut @Kev Walker +239 C Millennial Gargoyle @Seb McKinnon +240 R Mind's Eye @Karl Kopinski +241 M Mycosynth Lattice @Anthony S. Waters +242 C Night Market Guard @Steve Argyle +243 C Peace Strider @Igor Kieryluk +244 C Pierce Strider @Igor Kieryluk +245 C Seer's Lantern @Jung Park +246 U Spectral Searchlight @Martina Pilcerova +247 C Stone Golem @Martina Pilcerova +248 C Tyrant's Machine @Yeong-Hao Han +249 C Yotian Soldier @Luca Zontini +250 L Plains @Titus Lunter +251 L Island @Titus Lunter +252 L Swamp @Titus Lunter +253 L Mountain @Titus Lunter +254 L Forest @Titus Lunter +255 M Will Kenrith @Anna Steinbauer +256 M Rowan Kenrith @Anna Steinbauer [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Beatdown.txt b/forge-gui/res/editions/Beatdown.txt index 8d575223297..f098b34d56e 100644 --- a/forge-gui/res/editions/Beatdown.txt +++ b/forge-gui/res/editions/Beatdown.txt @@ -9,93 +9,93 @@ Foil=NotSupported ScryfallCode=BTD [cards] -1 U Air Elemental -2 R Blizzard Elemental -3 C Brainstorm -4 U Cloud Djinn -5 C Cloud Elemental -6 C Counterspell -7 C Fog Elemental -8 C Gaseous Form -9 C Giant Crab -10 C Impulse -11 U Killer Whale -12 R Leviathan -13 R Mahamoti Djinn -14 C Power Sink -15 C Snapping Drake -16 C Tolarian Winds -17 C Vigilant Drake -18 C Wayward Soul -19 C Bone Harvest -20 C Coercion -21 C Dark Ritual -22 C Death Stroke -23 C Diabolic Edict -24 C Drain Life -25 R Fallen Angel -26 C Feral Shadow -27 C Gravedigger -28 C Hollow Dogs -29 U Sengir Vampire -30 C Skittering Horror -31 C Skittering Skirge -32 C Tar Pit Warrior -33 C Terror -34 R Balduvian Horde -35 R Ball Lightning -36 C Bloodrock Cyclops -37 C Fireball -38 U Hulking Cyclops -39 C Kird Ape -40 C Lava Axe -41 C Lightning Bolt -42 C Lowland Giant -43 C Raging Goblin -44 R Shivan Dragon -45 C Shock -46 C Sonic Burst -47 C Talruum Minotaur -48 C Thunderbolt -49 U Thundering Giant -50 C Viashino Warrior -51 C Crash of Rhinos -52 U Crashing Boars -53 C Deadly Insect -54 U Erhnam Djinn -55 C Fog -56 R Force of Nature -57 C Giant Growth -58 C Llanowar Elves -59 C Plated Spider -60 C Quirion Elves -61 C Rampant Growth -62 C Scaled Wurm -63 C Shambling Strider -64 C Wild Growth -65 C Woolly Spider -66 C Yavimaya Wurm -67 U Diabolic Vision -68 U Segmented Wurm -69 R Clockwork Avian -70 R Clockwork Beast -71 U Dwarven Ruins -72 U Ebon Stronghold -73 U Havenwood Battleground -74 C Polluted Mire -75 C Remote Isle -76 C Slippery Karst -77 C Smoldering Crater -78 U Svyelunite Temple -79 L Island -80 L Island -81 L Island -82 L Swamp -83 L Swamp -84 L Swamp -85 L Mountain -86 L Mountain -87 L Mountain -88 L Forest -89 L Forest -90 L Forest +1 U Air Elemental @Doug Chaffee +2 R Blizzard Elemental @Thomas M. Baxa +3 C Brainstorm @Christopher Rush +4 U Cloud Djinn @Mike Dringenberg +5 C Cloud Elemental @Adam Rex +6 C Counterspell @Allen Williams +7 C Fog Elemental @Jon J Muth +8 C Gaseous Form @Roger Raupp +9 C Giant Crab @Tom Kyffin +10 C Impulse @Bryan Talbot +11 U Killer Whale @Stephen Daniele +12 R Leviathan @Mark Tedin +13 R Mahamoti Djinn @Dan Frazier +14 C Power Sink @Mark Poole +15 C Snapping Drake @Christopher Rush +16 C Tolarian Winds @Lawrence Snelly +17 C Vigilant Drake @Greg Staples +18 C Wayward Soul @M. W. Kaluta & DiTerlizzi +19 C Bone Harvest @Greg Simanson +20 C Coercion @Pete Venters +21 C Dark Ritual @Clint Langley +22 C Death Stroke @Colin MacNeil +23 C Diabolic Edict @Ron Spencer +24 C Drain Life @Andrew Robinson +25 R Fallen Angel @Anson Maddocks +26 C Feral Shadow @Cliff Nielsen +27 C Gravedigger @Dermot Power +28 C Hollow Dogs @Jeff Miracola +29 U Sengir Vampire @Jeff Easley +30 C Skittering Horror @Mark Zug +31 C Skittering Skirge @Ron Spencer +32 C Tar Pit Warrior @George Pratt +33 C Terror @Ron Spencer +34 R Balduvian Horde @Brian Snõddy +35 R Ball Lightning @Dave Dorman +36 C Bloodrock Cyclops @Tom Wänerstrand +37 C Fireball @Mark Tedin +38 U Hulking Cyclops @Paolo Parente +39 C Kird Ape @Ken Meyer, Jr. +40 C Lava Axe @Brian Snõddy +41 C Lightning Bolt @Christopher Rush +42 C Lowland Giant @Paolo Parente +43 C Raging Goblin @Pete Venters +44 R Shivan Dragon @Melissa A. Benson +45 C Shock @Randy Gallegos +46 C Sonic Burst @Brian Snõddy +47 C Talruum Minotaur @Pete Venters +48 C Thunderbolt @Dylan Martens +49 U Thundering Giant @Mark Zug +50 C Viashino Warrior @Roger Raupp +51 C Crash of Rhinos @Steve White +52 U Crashing Boars @Ron Spencer +53 C Deadly Insect @Randy Gallegos +54 U Erhnam Djinn @Dave Dorman +55 C Fog @Harold McNeill +56 R Force of Nature @Douglas Shuler +57 C Giant Growth @DiTerlizzi +58 C Llanowar Elves @Anson Maddocks +59 C Plated Spider @Ron Spencer +60 C Quirion Elves @Randy Gallegos +61 C Rampant Growth @Tom Kyffin +62 C Scaled Wurm @Daniel Gelon +63 C Shambling Strider @Douglas Shuler +64 C Wild Growth @Mike Raabe +65 C Woolly Spider @Daniel Gelon +66 C Yavimaya Wurm @Melissa A. Benson +67 U Diabolic Vision @Anthony S. Waters +68 U Segmented Wurm @Jeff Miracola +69 R Clockwork Avian @Randy Asplund-Faith +70 R Clockwork Beast @Carl Critchlow +71 U Dwarven Ruins @Liz Danforth +72 U Ebon Stronghold @Liz Danforth +73 U Havenwood Battleground @Liz Danforth +74 C Polluted Mire @Stephen Daniele +75 C Remote Isle @Ciruelo +76 C Slippery Karst @Stephen Daniele +77 C Smoldering Crater @Mark Tedin +78 U Svyelunite Temple @Liz Danforth +79 L Island @Tony Szczudlo +80 L Island @John Avon +81 L Island @Mark Poole +82 L Swamp @John Avon +83 L Swamp @Romas Kukalis +84 L Swamp @Douglas Shuler +85 L Mountain @John Avon +86 L Mountain @Douglas Shuler +87 L Mountain @Rob Alexander +88 L Forest @Douglas Shuler +89 L Forest @John Avon +90 L Forest @John Avon diff --git a/forge-gui/res/editions/Betrayers of Kamigawa Promos.txt b/forge-gui/res/editions/Betrayers of Kamigawa Promos.txt index 60f83578eb2..85e2f3db213 100644 --- a/forge-gui/res/editions/Betrayers of Kamigawa Promos.txt +++ b/forge-gui/res/editions/Betrayers of Kamigawa Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PBOK [cards] -71★ R Ink-Eyes, Servant of Oni -122★ U Budoka Pupil +71★ R Ink-Eyes, Servant of Oni @Ron Spears +122★ U Budoka Pupil @Shishizaru diff --git a/forge-gui/res/editions/Betrayers of Kamigawa.txt b/forge-gui/res/editions/Betrayers of Kamigawa.txt index 64c022ce672..abc9862a45e 100644 --- a/forge-gui/res/editions/Betrayers of Kamigawa.txt +++ b/forge-gui/res/editions/Betrayers of Kamigawa.txt @@ -12,171 +12,171 @@ FoilAlwaysInCommonSlot=False ScryfallCode=BOK [cards] -91 C Akki Blizzard-Herder -92 U Akki Raider -93 U Ashen Monstrosity -94 U Aura Barbs -152 R Baku Altar -61 C Bile Urchin -95 C Blademane Baku -96 R Blazing Shoal -62 C Blessing of Leeches -153 U Blinding Powder -121 U Body of Jukai -122 U Budoka Pupil -63 C Call for Blood -31 U Callow Jushi -123 C Child of Thorns -32 R Chisei, Heart of Oceans -97 R Clash of Realities -98 C Crack the Earth -64 C Crawling Filth -99 U Cunning Bandit -1 R Day of Destiny -33 R Disrupting Shoal -2 U Empty-Shrine Kannushi -124 R Enshrined Memories -65 U Eradicate -3 U Faithful Squire -4 R Final Judgment -100 C First Volley -101 U Flames of the Blood Hand -34 C Floodbringer -125 U Forked-Branch Garami -102 C Frost Ogre -103 C Frostling -104 R Fumiko the Lowblood -126 U Genju of the Cedars -35 U Genju of the Falls -66 U Genju of the Fens -5 U Genju of the Fields -151 R Genju of the Realm -105 U Genju of the Spires -127 C Gnarled Mass -106 C Goblin Cohort -164 U Gods' Eye, Gate to the Reikai -67 R Goryo's Vengeance -128 C Harbinger of Spring -6 C Heart of Light -107 R Heartless Hidetsugu -36 U Heed the Mists -68 R Hero's Demise -37 R Higure, the Still Wind -69 U Hired Muscle -7 R Hokori, Dust Drinker -70 C Horobi's Whisper -8 C Hundred-Talon Strike -108 R In the Web of War -9 U Indebted Samurai -71 R Ink-Eyes, Servant of Oni -109 C Ire of Kaminari -129 R Isao, Enlightened Bushi -110 R Ishi-Ishi, Akki Crackshot -130 R Iwamori of the Open Fist -38 U Jetting Glasskite -39 U Kaijin of the Vanishing Touch -10 C Kami of False Hope -11 C Kami of Tattered Shoji -12 U Kami of the Honored Dead -13 R Kentaro, the Smiling Cat -40 R Kira, Great Glass-Spinner -14 U Kitsune Palliator -131 R Kodama of the Center Tree -111 C Kumano's Blessing -72 R Kyoki, Sanity's Eclipse -132 R Lifegift -133 U Lifespinner -134 U Loam Dweller -112 R Mannichi, the Fevered Dream -135 U Mark of Sakiko -73 U Mark of the Oni -136 C Matsu-Tribe Sniper -15 C Mending Hands -41 U Minamo Sightbender -42 C Minamo's Meddling -154 R Mirror Gallery -43 C Mistblade Shinobi -16 C Moonlit Strider -155 R Neko-Te -74 U Nezumi Shadow-Watcher -44 C Ninja of the Deep Hours -137 R Nourishing Shoal -75 U Ogre Marauder -113 U Ogre Recluse -76 C Okiba-Gang Shinobi -17 R Opal-Eye, Konda's Yojimbo -156 R Orb of Dreams -157 R Ornate Kanzashi -114 U Overblaze -18 R Oyobi, Who Split the Heavens -115 R Patron of the Akki -19 R Patron of the Kitsune -45 R Patron of the Moon -77 R Patron of the Nezumi -138 R Patron of the Orochi -139 C Petalmane Baku -46 C Phantom Wings -78 C Psychic Spear -79 U Pus Kami -47 U Quash -48 C Quillmane Baku -49 R Reduce to Dreams -50 C Ribbons of the Reikai -140 C Roar of Jukai -116 U Ronin Cliffrider -158 U Ronin Warclub -141 R Sakiko, Mother of Summer -142 C Sakura-Tribe Springcaller -143 C Scaled Hulk -20 U Scour -80 U Scourge of Numai -51 C Shimmering Glasskite -21 R Shining Shoal -117 C Shinka Gatekeeper -81 R Shirei, Shizo's Caretaker -144 R Shizuko, Caller of Autumn -159 U Shuko -160 U Shuriken -82 R Sickening Shoal -22 C Silverstorm Samurai -83 C Skullmane Baku -84 C Skullsnatcher -161 R Slumbering Tora -52 U Soratami Mindsweeper -145 U Sosuke's Summons -118 U Sowing Salt -146 U Splinter -23 C Split-Tail Miko -85 C Stir the Grave -53 U Stream of Consciousness -54 R Sway of the Stars -24 C Takeno's Cavalry -86 C Takenuma Bleeder -25 U Tallowisp -55 C Teardrop Kami -165 R Tendo Ice Bridge -26 C Terashi's Grasp -27 U Terashi's Verdict -162 R That Which Was Taken -56 R Threads of Disloyalty -87 U Three Tragedies -88 U Throat Slitter -57 C Toils of Night and Day -58 R Tomorrow, Azami's Familiar -119 C Torrent of Stone -89 R Toshiro Umezawa -147 C Traproot Kami -120 R Twist Allegiance -163 R Umezawa's Jitte -148 U Unchecked Growth -149 C Uproot -59 C Veil of Secrecy -150 C Vital Surge -60 U Walker of Secret Ways -28 U Ward of Piety -29 C Waxmane Baku -30 R Yomiji, Who Bars the Way -90 R Yukora, the Prisoner +91 C Akki Blizzard-Herder @Pete Venters +92 U Akki Raider @Martina Pilcerova +93 U Ashen Monstrosity @Chris Appelhans +94 U Aura Barbs @Aleksi Briclot +152 R Baku Altar @Edward P. Beard, Jr. +61 C Bile Urchin @Dany Orizio +95 C Blademane Baku @Edward P. Beard, Jr. +96 R Blazing Shoal @Glen Angus +62 C Blessing of Leeches @Rebecca Guay +153 U Blinding Powder @Greg Hildebrandt +121 U Body of Jukai @Luca Zontini +122 U Budoka Pupil @Shishizaru +63 C Call for Blood @Carl Critchlow +31 U Callow Jushi @Tsutomu Kawade +123 C Child of Thorns @Jeff Easley +32 R Chisei, Heart of Oceans @Matt Cavotta +97 R Clash of Realities @Jim Nelson +98 C Crack the Earth @Wayne Reynolds +64 C Crawling Filth @Martina Pilcerova +99 U Cunning Bandit @Paolo Parente +1 R Day of Destiny @Daren Bader +33 R Disrupting Shoal @Scott M. Fischer +2 U Empty-Shrine Kannushi @Ron Spears +124 R Enshrined Memories @Jeff Easley +65 U Eradicate @Glen Angus +3 U Faithful Squire @Mark Zug +4 R Final Judgment @Kev Walker +100 C First Volley @Glen Angus +101 U Flames of the Blood Hand @Aleksi Briclot +34 C Floodbringer @Ittoku +125 U Forked-Branch Garami @Dany Orizio +102 C Frost Ogre @Dan Scott +103 C Frostling @Carl Critchlow +104 R Fumiko the Lowblood @Michael Sutfin +126 U Genju of the Cedars @Arnie Swekel +35 U Genju of the Falls @Glen Angus +66 U Genju of the Fens @Tsutomu Kawade +5 U Genju of the Fields @Greg Staples +151 R Genju of the Realm @Scott M. Fischer +105 U Genju of the Spires @Joel Thomas +127 C Gnarled Mass @Tony Szczudlo +106 C Goblin Cohort @Darrell Riche +164 U Gods' Eye, Gate to the Reikai @John Avon +67 R Goryo's Vengeance @Ittoku +128 C Harbinger of Spring @Cara Mitten +6 C Heart of Light @Luca Zontini +107 R Heartless Hidetsugu @Carl Critchlow +36 U Heed the Mists @Christopher Rush +68 R Hero's Demise @Jim Nelson +37 R Higure, the Still Wind @Christopher Moeller +69 U Hired Muscle @Arnie Swekel +7 R Hokori, Dust Drinker @Darrell Riche +70 C Horobi's Whisper @Aleksi Briclot +8 C Hundred-Talon Strike @Matt Cavotta +108 R In the Web of War @Ron Spencer +9 U Indebted Samurai @Carl Critchlow +71 R Ink-Eyes, Servant of Oni @Wayne Reynolds +109 C Ire of Kaminari @Kev Walker +129 R Isao, Enlightened Bushi @Christopher Moeller +110 R Ishi-Ishi, Akki Crackshot @Christopher Rush +130 R Iwamori of the Open Fist @Paolo Parente +38 U Jetting Glasskite @Shishizaru +39 U Kaijin of the Vanishing Touch @Randy Gallegos +10 C Kami of False Hope @Daren Bader +11 C Kami of Tattered Shoji @Shishizaru +12 U Kami of the Honored Dead @Mark Zug +13 R Kentaro, the Smiling Cat @Donato Giancola +40 R Kira, Great Glass-Spinner @Kev Walker +14 U Kitsune Palliator @Dave Dorman +131 R Kodama of the Center Tree @Jim Murray +111 C Kumano's Blessing @Keith Garletts +72 R Kyoki, Sanity's Eclipse @Paolo Parente +132 R Lifegift @John Matson +133 U Lifespinner @Cara Mitten +134 U Loam Dweller @Paolo Parente +112 R Mannichi, the Fevered Dream @Martina Pilcerova +135 U Mark of Sakiko @Alex Horley-Orlandelli +73 U Mark of the Oni @Heather Hudson +136 C Matsu-Tribe Sniper @Carl Critchlow +15 C Mending Hands @Douglas Shuler +41 U Minamo Sightbender @Luca Zontini +42 C Minamo's Meddling @Alex Horley-Orlandelli +154 R Mirror Gallery @Scott M. Fischer +43 C Mistblade Shinobi @Kev Walker +16 C Moonlit Strider @John Avon +155 R Neko-Te @Alex Horley-Orlandelli +74 U Nezumi Shadow-Watcher @Pete Venters +44 C Ninja of the Deep Hours @Dan Scott +137 R Nourishing Shoal @Greg Staples +75 U Ogre Marauder @Adam Rex +113 U Ogre Recluse @Jim Murray +76 C Okiba-Gang Shinobi @Mark Zug +17 R Opal-Eye, Konda's Yojimbo @Greg Staples +156 R Orb of Dreams @Dany Orizio +157 R Ornate Kanzashi @Heather Hudson +114 U Overblaze @Ron Spencer +18 R Oyobi, Who Split the Heavens @Christopher Moeller +115 R Patron of the Akki @Jim Nelson +19 R Patron of the Kitsune @Ben Thompson +45 R Patron of the Moon @Scott M. Fischer +77 R Patron of the Nezumi @Kev Walker +138 R Patron of the Orochi @Christopher Moeller +139 C Petalmane Baku @Rebecca Guay +46 C Phantom Wings @Greg Staples +78 C Psychic Spear @Ron Spears +79 U Pus Kami @Dave Allsop +47 U Quash @Shishizaru +48 C Quillmane Baku @David Martin +49 R Reduce to Dreams @Daren Bader +50 C Ribbons of the Reikai @Martina Pilcerova +140 C Roar of Jukai @Ron Spencer +116 U Ronin Cliffrider @Dan Scott +158 U Ronin Warclub @Pete Venters +141 R Sakiko, Mother of Summer @Michael Sutfin +142 C Sakura-Tribe Springcaller @Pete Venters +143 C Scaled Hulk @Arnie Swekel +20 U Scour @Ittoku +80 U Scourge of Numai @Arnie Swekel +51 C Shimmering Glasskite @John Avon +21 R Shining Shoal @Ben Thompson +117 C Shinka Gatekeeper @Pete Venters +81 R Shirei, Shizo's Caretaker @Wayne Reynolds +144 R Shizuko, Caller of Autumn @Michael Sutfin +159 U Shuko @Tim Hildebrandt +160 U Shuriken @Matt Cavotta +82 R Sickening Shoal @Dan Scott +22 C Silverstorm Samurai @Michael Sutfin +83 C Skullmane Baku @Tim Hildebrandt +84 C Skullsnatcher @Matt Cavotta +161 R Slumbering Tora @Doug Chaffee +52 U Soratami Mindsweeper @Alex Horley-Orlandelli +145 U Sosuke's Summons @Kev Walker +118 U Sowing Salt @Hideaki Takamura +146 U Splinter @Tsutomu Kawade +23 C Split-Tail Miko @Kev Walker +85 C Stir the Grave @Jim Nelson +53 U Stream of Consciousness @John Avon +54 R Sway of the Stars @Randy Gallegos +24 C Takeno's Cavalry @Darrell Riche +86 C Takenuma Bleeder @Kev Walker +25 U Tallowisp @Ron Spears +55 C Teardrop Kami @Michael Sutfin +165 R Tendo Ice Bridge @Rob Alexander +26 C Terashi's Grasp @Mark Tedin +27 U Terashi's Verdict @Ron Spears +162 R That Which Was Taken @Adam Rex +56 R Threads of Disloyalty @Anthony S. Waters +87 U Three Tragedies @Darrell Riche +88 U Throat Slitter @Paolo Parente +57 C Toils of Night and Day @Matt Cavotta +58 R Tomorrow, Azami's Familiar @Christopher Rush +119 C Torrent of Stone @Greg Staples +89 R Toshiro Umezawa @Christopher Moeller +147 C Traproot Kami @Carl Critchlow +120 R Twist Allegiance @Wayne Reynolds +163 R Umezawa's Jitte @Christopher Moeller +148 U Unchecked Growth @Tsutomu Kawade +149 C Uproot @Heather Hudson +59 C Veil of Secrecy @Arnie Swekel +150 C Vital Surge @Douglas Shuler +60 U Walker of Secret Ways @Scott M. Fischer +28 U Ward of Piety @Tim Hildebrandt +29 C Waxmane Baku @Greg Hildebrandt +30 R Yomiji, Who Bars the Way @Hideaki Takamura +90 R Yukora, the Prisoner @Tony Szczudlo [tokens] c_1_1_spirit diff --git a/forge-gui/res/editions/Born of the Gods Promos.txt b/forge-gui/res/editions/Born of the Gods Promos.txt index e82a90cf5d5..2e1b4997fee 100644 --- a/forge-gui/res/editions/Born of the Gods Promos.txt +++ b/forge-gui/res/editions/Born of the Gods Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PBNG [cards] -26★ R Silent Sentinel -31★ R Arbiter of the Ideal -55★ R Tromokratis -66★ R Eater of Hope -80 R Pain Seer -*94 R Fated Conflagration -98★ R Forgestoker Dragon -129★ R Nessian Wilds Ravager -150 U Kiora's Follower +26★ R Silent Sentinel @Kev Walker +31★ R Arbiter of the Ideal @Johann Bodin +55★ R Tromokratis @Jaime Jones +66★ R Eater of Hope @Mathias Kollros +80 R Pain Seer @Mark Winters +*94 R Fated Conflagration @Clint Cearley +98★ R Forgestoker Dragon @Lucas Graciano +129★ R Nessian Wilds Ravager @Kev Walker +150 U Kiora's Follower @Steve Prescott diff --git a/forge-gui/res/editions/Born of the Gods.txt b/forge-gui/res/editions/Born of the Gods.txt index 7c5a019f943..45744bbeadf 100644 --- a/forge-gui/res/editions/Born of the Gods.txt +++ b/forge-gui/res/editions/Born of the Gods.txt @@ -11,171 +11,171 @@ FatPackExtraSlots=80 BasicLands THS ScryfallCode=BNG [cards] -1 U Acolyte's Reward -2 U Akroan Phalanx -3 C Akroan Skyguard -4 U Archetype of Courage -5 M Brimaz, King of Oreskos -6 U Dawn to Dusk -7 R Eidolon of Countless Battles -8 C Elite Skirmisher -9 C Ephara's Radiance -10 C Excoriate -11 R Fated Retribution -12 U Ghostblade Eidolon -13 U Glimpse the Sun God -14 U God-Favored General -15 C Great Hart -16 C Griffin Dreamfinder -17 R Hero of Iroas -18 C Hold at Bay -19 C Loyal Pegasus -20 C Mortal's Ardor -21 C Nyxborn Shieldmate -22 C Oreskos Sun Guide -23 U Ornitharch -24 R Plea for Guidance -25 C Revoke Existence -26 R Silent Sentinel -27 R Spirit of the Labyrinth -28 U Sunbond -29 U Vanguard of Brimaz -30 U Aerie Worshippers -31 R Arbiter of the Ideal -32 U Archetype of Imagination -33 C Chorus of the Tides -34 C Crypsis -35 C Deepwater Hypnotist -36 C Divination -37 U Eternity Snare -38 C Evanescent Intellect -39 R Fated Infatuation -40 U Flitterstep Eidolon -41 C Floodtide Serpent -42 U Kraken of the Straits -43 U Meletis Astronomer -44 R Mindreaver -45 C Nullify -46 C Nyxborn Triton -47 U Oracle's Insight -48 R Perplexing Chimera -49 C Retraction Helix -50 U Siren of the Fanged Coast -51 C Sphinx's Disciple -52 C Stratus Walk -53 C Sudden Storm -54 U Thassa's Rebuff -55 R Tromokratis -56 U Vortex Elemental -57 R Whelming Wave -58 U Archetype of Finality -59 U Ashiok's Adept -60 C Asphyxiate -61 U Bile Blight -62 U Black Oak of Odunos -63 M Champion of Stray Souls -64 C Claim of Erebos -65 U Drown in Sorrow -66 R Eater of Hope -67 C Eye Gouge -68 R Fate Unraveler -69 R Fated Return -70 C Felhide Brawler -71 U Forlorn Pseudamma -72 C Forsaken Drifters -73 R Gild -74 C Grisly Transformation -75 R Herald of Torment -76 C Marshmist Titan -77 C Necrobite -78 C Nyxborn Eidolon -79 U Odunos River Trawler -80 R Pain Seer -81 U Sanguimancy -82 C Servant of Tymaret -83 U Shrike Harpy -84 U Spiteful Returned -85 C Warchanter of Mogis -86 C Weight of the Underworld -87 U Akroan Conscriptor -88 U Archetype of Aggression -89 C Bolt of Keranos -90 C Cyclops of One-Eyed Pass -91 C Epiphany Storm -92 U Everflame Eidolon -93 C Fall of the Hammer -94 R Fated Conflagration -95 C Fearsome Temper -96 R Felhide Spiritbinder -97 M Flame-Wreathed Phoenix -98 R Forgestoker Dragon -99 C Impetuous Sunchaser -100 C Kragma Butcher -101 U Lightning Volley -102 C Nyxborn Rollicker -103 R Oracle of Bones -104 C Pharagax Giant -105 U Pinnacle of Rage -106 C Reckless Reveler -107 C Rise to the Challenge -108 R Satyr Firedancer -109 U Satyr Nyx-Smith -110 C Scouring Sands -111 U Searing Blood -112 U Stormcaller of Keranos -113 U Thunder Brute -114 U Thunderous Might -115 R Whims of the Fates -116 U Archetype of Endurance -117 C Aspect of Hydra -118 C Charging Badger -119 R Courser of Kruphix -120 C Culling Mark -121 R Fated Intervention -122 U Graverobber Spider -123 R Hero of Leina Tower -124 R Hunter's Prowess -125 C Karametra's Favor -126 U Mischief and Mayhem -127 C Mortal's Resolve -128 U Nessian Demolok -129 R Nessian Wilds Ravager -130 U Noble Quarry -131 C Nyxborn Wolf -132 U Peregrination -133 U Pheres-Band Raiders -134 C Pheres-Band Tromper -135 U Raised by Wolves -136 C Satyr Wayfinder -137 R Scourge of Skola Vale -138 C Setessan Oathsworn -139 C Setessan Starbreaker -140 U Skyreaping -141 C Snake of the Golden Grove -142 C Swordwise Centaur -143 U Unravel the AEther -144 M Chromanticore -145 M Ephara, God of the Polis -146 U Ephara's Enlightenment -147 U Fanatic of Xenagos -148 M Karametra, God of Harvests -149 M Kiora, the Crashing Wave -150 U Kiora's Follower -151 M Mogis, God of Slaughter -152 M Phenax, God of Deception -153 U Ragemonger -154 U Reap What Is Sown -155 U Siren of the Silent Song -156 M Xenagos, God of Revels -157 R Astral Cornucopia -158 U Gorgon's Head -159 R Heroes' Podium -160 U Pillar of War -161 U Siren Song Lyre -162 U Springleaf Drum -163 R Temple of Enlightenment -164 R Temple of Malice -165 R Temple of Plenty +1 U Acolyte's Reward @Slawomir Maniak +2 U Akroan Phalanx @Steve Prescott +3 C Akroan Skyguard @Mark Winters +4 U Archetype of Courage @Willian Murai +5 M Brimaz, King of Oreskos @Peter Mohrbacher +6 U Dawn to Dusk @Robbie Trevino +7 R Eidolon of Countless Battles @Raymond Swanland +8 C Elite Skirmisher @Mark Winters +9 C Ephara's Radiance @James Ryman +10 C Excoriate @Johann Bodin +11 R Fated Retribution @Jonas De Ro +12 U Ghostblade Eidolon @Ryan Yee +13 U Glimpse the Sun God @Aleksi Briclot +14 U God-Favored General @David Palumbo +15 C Great Hart @Christopher Moeller +16 C Griffin Dreamfinder @Adam Paquette +17 R Hero of Iroas @Willian Murai +18 C Hold at Bay @Nils Hamm +19 C Loyal Pegasus @John Severin Brassell +20 C Mortal's Ardor @Kev Walker +21 C Nyxborn Shieldmate @Eric Deschamps +22 C Oreskos Sun Guide @Mathias Kollros +23 U Ornitharch @Clint Cearley +24 R Plea for Guidance @Terese Nielsen +25 C Revoke Existence @Adam Paquette +26 R Silent Sentinel @Slawomir Maniak +27 R Spirit of the Labyrinth @Jason Chan +28 U Sunbond @Noah Bradley +29 U Vanguard of Brimaz @Mark Zug +30 U Aerie Worshippers @Mike Sass +31 R Arbiter of the Ideal @Svetlin Velinov +32 U Archetype of Imagination @Robbie Trevino +33 C Chorus of the Tides @Steve Prescott +34 C Crypsis @Daarken +35 C Deepwater Hypnotist @Christopher Moeller +36 C Divination @Willian Murai +37 U Eternity Snare @Min Yum +38 C Evanescent Intellect @Dan Scott +39 R Fated Infatuation @Winona Nelson +40 U Flitterstep Eidolon @Chase Stone +41 C Floodtide Serpent @Steven Belledin +42 U Kraken of the Straits @Richard Wright +43 U Meletis Astronomer @Dan Scott +44 R Mindreaver @Wesley Burt +45 C Nullify @Adam Paquette +46 C Nyxborn Triton @Clint Cearley +47 U Oracle's Insight @Raymond Swanland +48 R Perplexing Chimera @Tyler Jacobson +49 C Retraction Helix @Phill Simmer +50 U Siren of the Fanged Coast @Michael C. Hayes +51 C Sphinx's Disciple @Ryan Alexander Lee +52 C Stratus Walk @Aaron Miller +53 C Sudden Storm @Adam Paquette +54 U Thassa's Rebuff @Lucas Graciano +55 R Tromokratis @Matt Stewart +56 U Vortex Elemental @Jack Wang +57 R Whelming Wave @Slawomir Maniak +58 U Archetype of Finality @Chris Rahn +59 U Ashiok's Adept @Karla Ortiz +60 C Asphyxiate @Kev Walker +61 U Bile Blight @Vincent Proce +62 U Black Oak of Odunos @Chris Rahn +63 M Champion of Stray Souls @Aleksi Briclot +64 C Claim of Erebos @Zack Stella +65 U Drown in Sorrow @Noah Bradley +66 R Eater of Hope @Peter Mohrbacher +67 C Eye Gouge @Tyler Jacobson +68 R Fate Unraveler @David Palumbo +69 R Fated Return @Peter Mohrbacher +70 C Felhide Brawler @Nils Hamm +71 U Forlorn Pseudamma @Winona Nelson +72 C Forsaken Drifters @Min Yum +73 R Gild @Richard Wright +74 C Grisly Transformation @Tyler Jacobson +75 R Herald of Torment @Vance Kovacs +76 C Marshmist Titan @Volkan Baǵa +77 C Necrobite @Igor Kieryluk +78 C Nyxborn Eidolon @Nils Hamm +79 U Odunos River Trawler @Seb McKinnon +80 R Pain Seer @Tyler Jacobson +81 U Sanguimancy @Dave Kendall +82 C Servant of Tymaret @Karl Kopinski +83 U Shrike Harpy @Christopher Moeller +84 U Spiteful Returned @Raymond Swanland +85 C Warchanter of Mogis @Mike Bierek +86 C Weight of the Underworld @Wesley Burt +87 U Akroan Conscriptor @James Ryman +88 U Archetype of Aggression @Mathias Kollros +89 C Bolt of Keranos @Karl Kopinski +90 C Cyclops of One-Eyed Pass @Kev Walker +91 C Epiphany Storm @Clint Cearley +92 U Everflame Eidolon @Daarken +93 C Fall of the Hammer @Adam Paquette +94 R Fated Conflagration @Adam Paquette +95 C Fearsome Temper @Seb McKinnon +96 R Felhide Spiritbinder @Mathias Kollros +97 M Flame-Wreathed Phoenix @James Ryman +98 R Forgestoker Dragon @Todd Lockwood +99 C Impetuous Sunchaser @Cynthia Sheppard +100 C Kragma Butcher @Daarken +101 U Lightning Volley @John Avon +102 C Nyxborn Rollicker @Seb McKinnon +103 R Oracle of Bones @Greg Staples +104 C Pharagax Giant @Ryan Pancoast +105 U Pinnacle of Rage @Noah Bradley +106 C Reckless Reveler @Mike Sass +107 C Rise to the Challenge @Anthony Palumbo +108 R Satyr Firedancer @Chris Rahn +109 U Satyr Nyx-Smith @Greg Staples +110 C Scouring Sands @Jonas De Ro +111 U Searing Blood @Daniel Ljunggren +112 U Stormcaller of Keranos @Marco Nelor +113 U Thunder Brute @Phill Simmer +114 U Thunderous Might @Jaime Jones +115 R Whims of the Fates @Seb McKinnon +116 U Archetype of Endurance @Slawomir Maniak +117 C Aspect of Hydra @Mark Winters +118 C Charging Badger @Raoul Vitale +119 R Courser of Kruphix @Eric Deschamps +120 C Culling Mark @Tomasz Jedruszek +121 R Fated Intervention @Svetlin Velinov +122 U Graverobber Spider @Richard Wright +123 R Hero of Leina Tower @Aaron Miller +124 R Hunter's Prowess @Greg Staples +125 C Karametra's Favor @Chase Stone +126 U Mischief and Mayhem @Zack Stella +127 C Mortal's Resolve @Svetlin Velinov +128 U Nessian Demolok @Daarken +129 R Nessian Wilds Ravager @Richard Wright +130 U Noble Quarry @Michael C. Hayes +131 C Nyxborn Wolf @Lucas Graciano +132 U Peregrination @Jonas De Ro +133 U Pheres-Band Raiders @Ryan Barger +134 C Pheres-Band Tromper @Volkan Baǵa +135 U Raised by Wolves @Raymond Swanland +136 C Satyr Wayfinder @Steve Prescott +137 R Scourge of Skola Vale @Dave Kendall +138 C Setessan Oathsworn @Scott Murphy +139 C Setessan Starbreaker @Chase Stone +140 U Skyreaping @Seb McKinnon +141 C Snake of the Golden Grove @Mathias Kollros +142 C Swordwise Centaur @Slawomir Maniak +143 U Unravel the Aether @Jung Park +144 M Chromanticore @Min Yum +145 M Ephara, God of the Polis @Eric Deschamps +146 U Ephara's Enlightenment @Wesley Burt +147 U Fanatic of Xenagos @Volkan Baǵa +148 M Karametra, God of Harvests @Eric Deschamps +149 M Kiora, the Crashing Wave @Scott M. Fischer +150 U Kiora's Follower @Eric Deschamps +151 M Mogis, God of Slaughter @Peter Mohrbacher +152 M Phenax, God of Deception @Ryan Barger +153 U Ragemonger @Karl Kopinski +154 U Reap What Is Sown @Cynthia Sheppard +155 U Siren of the Silent Song @Anthony Palumbo +156 M Xenagos, God of Revels @Jason Chan +157 R Astral Cornucopia @Aleksi Briclot +158 U Gorgon's Head @Michael C. Hayes +159 R Heroes' Podium @Willian Murai +160 U Pillar of War @Aleksi Briclot +161 U Siren Song Lyre @James Paick +162 U Springleaf Drum @Seb McKinnon +163 R Temple of Enlightenment @Svetlin Velinov +164 R Temple of Malice @Sam Burley +165 R Temple of Plenty @Noah Bradley [tokens] gold diff --git a/forge-gui/res/editions/Celebration Cards.txt b/forge-gui/res/editions/Celebration Cards.txt index 395b2ea9c59..602c504d691 100644 --- a/forge-gui/res/editions/Celebration Cards.txt +++ b/forge-gui/res/editions/Celebration Cards.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=PCEL [cards] -1 M 1996 World Champion -2 R Shichifukujin Dragon -3 R Proposal -4 R Splendid Genesis -5 R Fraternal Exaltation -6 M Robot Chicken -7 M Phoenix Heart +1 M 1996 World Champion @Christopher Rush +2 R Shichifukujin Dragon @Christopher Rush +3 R Proposal @Quinton Hoover +4 R Splendid Genesis @Monique Thirifay +5 R Fraternal Exaltation @Susan Garfield +6 M Robot Chicken @Robot Chicken +7 M Phoenix Heart @Drew Tucker diff --git a/forge-gui/res/editions/Champions of Kamigawa Promos.txt b/forge-gui/res/editions/Champions of Kamigawa Promos.txt index 295feab86a9..cb817941c43 100644 --- a/forge-gui/res/editions/Champions of Kamigawa Promos.txt +++ b/forge-gui/res/editions/Champions of Kamigawa Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PCHK [cards] -185★ R Ryusei, the Falling Star +185★ R Ryusei, the Falling Star @Nottsuo diff --git a/forge-gui/res/editions/Champions of Kamigawa.txt b/forge-gui/res/editions/Champions of Kamigawa.txt index 101f0b19d5c..2bc68de08e4 100644 --- a/forge-gui/res/editions/Champions of Kamigawa.txt +++ b/forge-gui/res/editions/Champions of Kamigawa.txt @@ -12,313 +12,313 @@ FoilAlwaysInCommonSlot=False ScryfallCode=CHK [cards] -151 C Akki Avalanchers -152 U Akki Coalflinger -153 R Akki Lavarunner -154 C Akki Rockspeaker -155 U Akki Underminer -101 C Ashen-Skin Zubera -51 U Aura of Dominion -52 R Azami, Lady of Scrolls -201 R Azusa, Lost but Seeking -156 C Battle-Mad Ronin -102 C Befoul -157 R Ben-Ben, Akki Hermit -1 C Blessed Breath -158 U Blind with Anger -159 U Blood Rites -103 U Blood Speaker -104 U Bloodthirsty Ogre -273 R Boseiju, Who Shelters All -160 U Brothers Yamazaki -160 U Brothers Yamazaki -161 C Brutal Deceiver -202 R Budoka Gardener -203 C Burr Grafter -2 U Bushi Tenderfoot -3 C Cage of Hands -4 C Call to Glory -53 C Callous Deceiver -5 U Candles' Glow -6 U Cleanfall -274 U Cloudcrest Lake -204 C Commune with Nature -54 C Consuming Vortex -55 C Counsel of the Soratami -105 R Cranial Extraction -106 C Cruel Deceiver -162 C Crushing Pain -107 C Cursed Ronin -56 U Cut the Tethers -57 U Dampen Thought -108 U Dance of Shadows -109 C Deathcurse Ogre -163 C Desperate Ritual -7 C Devoted Retainer -110 C Devouring Greed -164 C Devouring Rage -111 C Distress -205 R Dosan the Falling Leaf -206 C Dripping-Tongue Zubera -165 U Earthshaker -58 U Eerie Procession -275 R Eiganjo Castle -8 R Eight-and-a-Half-Tails -166 C Ember-Fist Zubera -9 C Ethereal Haze -59 C Eye of Nowhere -207 U Feast of Worms -208 C Feral Deceiver -60 C Field of Reality -61 C Floating-Dream Zubera -276 R Forbidden Orchard -303 L Forest -303 L Forest -303 L Forest -303 L Forest -167 C Frostwielder -209 U Gale Force -251 R General's Kabuto -10 U Ghostly Prison -112 C Gibbering Kami -62 R Gifts Ungiven -168 C Glacial Ray -210 R Glimpse of Nature -169 R Godo, Bandit Warlord -63 U Graceful Adept -64 U Guardian of Solitude -113 U Gutwrencher Oni -252 R Hair-Strung Koto -277 R Hall of the Bandit Lord -211 U Hana Kami -170 U Hanabi Blast -253 U Hankyu -11 C Harsh Deceiver -114 R He Who Hungers -212 R Heartbeat of Spring -171 C Hearth Kami -115 U Hideous Laughter -12 R Hikari, Twilight Guardian -65 U Hinder -67 C Hisoka's Defiance -68 C Hisoka's Guard -66 R Hisoka, Minamo Sensei -13 R Hold the Line -14 U Honden of Cleansing Fire -172 U Honden of Infinite Rage -213 U Honden of Life's Web -116 U Honden of Night's Reach -69 U Honden of Seeing Winds -254 U Honor-Worn Shaku -15 U Horizon Seed -117 R Horobi, Death's Wail -214 C Humble Budoka -16 C Hundred-Talon Kami -255 R Imi Statue -118 R Iname, Death Aspect -215 R Iname, Life Aspect -17 C Indomitable Will -173 U Initiate of Blood -18 U Innocence Kami -19 R Isamaru, Hound of Konda -291 L Island -291 L Island -291 L Island -291 L Island -256 U Jade Idol -257 R Journeyer's Kite -216 C Joyous Respite -217 R Jugan, the Rising Star -218 C Jukai Messenger -258 R Junkyo Bell -70 R Jushi Apprentice -20 C Kabuto Moth -21 C Kami of Ancient Law -174 C Kami of Fire's Roar -119 U Kami of Lunacy -22 U Kami of Old Stone -71 C Kami of Twisted Reflection -219 C Kami of the Hunt -23 C Kami of the Painted Road -24 U Kami of the Palace Fields -120 C Kami of the Waning Moon -220 U Kashi-Tribe Reaver -221 C Kashi-Tribe Warriors -72 R Keiga, the Tide Star -175 R Kiki-Jiki, Mirror Breaker -121 R Kiku, Night's Flower -25 C Kitsune Blademaster -26 C Kitsune Diviner -27 C Kitsune Healer -28 R Kitsune Mystic -29 C Kitsune Riftwalker -222 R Kodama of the North Tree -223 R Kodama of the South Tree -224 C Kodama's Might -225 C Kodama's Reach -122 R Kokusho, the Evening Star -259 R Konda's Banner -31 U Konda's Hatamoto -30 R Konda, Lord of Eiganjo -177 U Kumano's Pupils -176 R Kumano, Master Yamabushi -123 R Kuro, Pitlord -260 R Kusari-Gama -32 C Lantern Kami -278 U Lantern-Lit Graveyard -178 C Lava Spike -73 C Lifted by Clouds -261 R Long-Forgotten Gohei -226 U Lure -179 U Mana Seism -124 R Marrow-Gnawer -33 R Masako the Humorless -227 C Matsu-Tribe Decoy -74 R Meloku the Clouded Mirror -125 C Midnight Covenant -279 R Minamo, School at Water's Edge -180 R Mindblaze -262 R Moonring Mirror -228 C Moss Kami -34 C Mothrider Samurai -299 L Mountain -299 L Mountain -299 L Mountain -299 L Mountain -35 R Myojin of Cleansing Fire -181 R Myojin of Infinite Rage -229 R Myojin of Life's Web -126 R Myojin of Night's Reach -75 R Myojin of Seeing Winds -76 C Mystic Restraints -36 U Nagao, Bound by Honor -230 R Nature's Will -127 U Nezumi Bone-Reader -128 C Nezumi Cutthroat -129 U Nezumi Graverobber -130 C Nezumi Ronin -131 R Nezumi Shortfang -132 R Night Dealings -133 R Night of Souls' Betrayal -263 U Nine-Ringed Bo -264 U No-Dachi -134 U Numai Outcast -265 R Oathkeeper, Takeno's Daisho -280 R Okina, Temple to the Grandfathers -135 U Oni Possession -231 U Orbweaver Kumo -232 C Order of the Sacred Bell -182 U Ore Gorger -233 U Orochi Eggwatcher -266 R Orochi Hatchery -234 C Orochi Leafcaller -235 C Orochi Ranger -236 C Orochi Sustainer -37 U Otherworldly Journey -183 U Pain Kami -136 U Painwracker Oni -77 R Part the Veil -78 C Peer Through Depths -79 U Petals of Insight -281 U Pinecrest Ridge -38 C Pious Kitsune -287 L Plains -287 L Plains -287 L Plains -287 L Plains -80 C Psychic Puppetry -137 C Pull Under -39 C Quiet Purity -138 C Rag Dealer -139 C Ragged Veins -81 C Reach Through Mists -40 U Reciprocate -267 U Reito Lantern -140 C Rend Flesh -141 C Rend Spirit -41 R Reverse the Sands -82 R Reweave -83 C River Kaijin -184 C Ronin Houndmaster -237 U Rootrunner -185 R Ryusei, the Falling Star -238 U Sachi, Daughter of Seshiro -239 C Sakura-Tribe Elder -42 U Samurai Enforcers -43 U Samurai of the Pale Curtain -142 C Scuttling Death -143 R Seizan, Perverter of Truth -44 R Sensei Golden-Tail -268 U Sensei's Divining Top -240 C Serpent Skin -241 R Seshiro the Anointed -269 R Shell of the Last Kappa -186 R Shimatsu the Bloodcloaked -282 R Shinka, the Bloodsoaked Keep -242 R Shisato, Whispering Hunter -283 R Shizo, Death's Storehouse -187 U Sideswipe -84 C Sift Through Sands -45 C Silent-Chant Zubera -85 U Sire of the Storm -243 U Soilshaper -188 C Sokenzan Bruiser -86 C Soratami Cloudskater -87 C Soratami Mirror-Guard -88 U Soratami Mirror-Mage -89 C Soratami Rainshaper -90 U Soratami Savant -91 U Soratami Seer -244 U Sosuke, Son of Seshiro -189 C Soul of Magma -190 R Soulblast -144 C Soulless Revival -92 U Squelch -191 C Stone Rain -192 U Strange Inversion -245 U Strength of Cedars -145 U Struggle for Sanity -93 U Student of Elements -146 U Swallowing Plague -295 L Swamp -295 L Swamp -295 L Swamp -295 L Swamp -94 R Swirl the Mists -46 R Takeno, Samurai General -270 R Tatsumasa, the Dragon's Fang -95 C Teller of Tales -271 U Tenza, Godo's Maul -47 C Terashi's Cry -98 R The Unspeakable -147 U Thief of Hope -96 C Thoughtbind -246 U Thousand-legged Kami -193 R Through the Breach -194 R Tide of War -97 R Time Stop -247 U Time of Need -284 U Tranquil Garden -272 R Uba Mask -195 C Uncontrollable Anger -196 C Unearthly Blizzard -197 C Unnatural Speed -285 R Untaidake, the Cloud Keeper -99 R Uyo, Silent Prophet -48 R Vassal's Duty -248 C Venerable Kumo -49 C Vigilance -148 C Villainous Ogre -249 C Vine Kami -149 C Waking Nightmare -100 C Wandering Ones -286 U Waterveil Cavern -250 C Wear Away -150 C Wicked Akuba -198 C Yamabushi's Flame -199 C Yamabushi's Storm -50 R Yosei, the Morning Star -200 R Zo-Zu the Punisher +151 C Akki Avalanchers @Matt Thompson +152 U Akki Coalflinger @Nottsuo +153 R Akki Lavarunner @Matt Cavotta +154 C Akki Rockspeaker @David Martin +155 U Akki Underminer @Thomas M. Baxa +101 C Ashen-Skin Zubera @Wayne Reynolds +51 U Aura of Dominion @Randy Gallegos +52 R Azami, Lady of Scrolls @Ittoku +201 R Azusa, Lost but Seeking @Todd Lockwood +156 C Battle-Mad Ronin @Wayne England +102 C Befoul @Luca Zontini +157 R Ben-Ben, Akki Hermit @Greg Staples +1 C Blessed Breath @Tsutomu Kawade +158 U Blind with Anger @Dave Dorman +159 U Blood Rites @Paolo Parente +103 U Blood Speaker @Adam Rex +104 U Bloodthirsty Ogre @Thomas M. Baxa +273 R Boseiju, Who Shelters All @Ralph Horsley +160a U Brothers Yamazaki @Ron Spears +160b U Brothers Yamazaki @Ron Spears +161 C Brutal Deceiver @Jon Foster +202 R Budoka Gardener @Kev Walker +203 C Burr Grafter @Heather Hudson +2 U Bushi Tenderfoot @Mark Zug +3 C Cage of Hands @Mark Tedin +4 C Call to Glory @Wayne Reynolds +53 C Callous Deceiver @Kensuke Okabayashi +5 U Candles' Glow @Alan Pollack +6 U Cleanfall @Daren Bader +274 U Cloudcrest Lake @John Avon +204 C Commune with Nature @Edward P. Beard, Jr. +54 C Consuming Vortex @Pete Venters +55 C Counsel of the Soratami @Randy Gallegos +105 R Cranial Extraction @Dave Allsop +106 C Cruel Deceiver @Nottsuo +162 C Crushing Pain @Carl Critchlow +107 C Cursed Ronin @Carl Critchlow +56 U Cut the Tethers @Ron Spears +57 U Dampen Thought @Arnie Swekel +108 U Dance of Shadows @Chippy +109 C Deathcurse Ogre @Mark Tedin +163 C Desperate Ritual @Darrell Riche +7 C Devoted Retainer @Greg Hildebrandt +110 C Devouring Greed @Vance Kovacs +164 C Devouring Rage @Vance Kovacs +111 C Distress @Michael Sutfin +205 R Dosan the Falling Leaf @Mark Zug +206 C Dripping-Tongue Zubera @Tsutomu Kawade +165 U Earthshaker @Ron Spencer +58 U Eerie Procession @Jim Murray +275 R Eiganjo Castle @Wayne England +8 R Eight-and-a-Half-Tails @Daren Bader +166 C Ember-Fist Zubera @Ron Spencer +9 C Ethereal Haze @Chris Appelhans +59 C Eye of Nowhere @Alan Pollack +207 U Feast of Worms @Chippy +208 C Feral Deceiver @Glen Angus +60 C Field of Reality @Christopher Rush +61 C Floating-Dream Zubera @Shishizaru +276 R Forbidden Orchard @Dany Orizio +303 L Forest @Rob Alexander +304 L Forest @Rob Alexander +305 L Forest @Rob Alexander +306 L Forest @Rob Alexander +167 C Frostwielder @Christopher Moeller +209 U Gale Force @Lars Grant-West +251 R General's Kabuto @Alex Horley-Orlandelli +10 U Ghostly Prison @Lars Grant-West +112 C Gibbering Kami @Jim Pavelec +62 R Gifts Ungiven @D. Alexander Gregory +168 C Glacial Ray @Jim Murray +210 R Glimpse of Nature @Shishizaru +169 R Godo, Bandit Warlord @Paolo Parente +63 U Graceful Adept @Scott M. Fischer +64 U Guardian of Solitude @Stephen Tappin +113 U Gutwrencher Oni @Hideaki Takamura +252 R Hair-Strung Koto @Rebecca Guay +277 R Hall of the Bandit Lord @Paolo Parente +211 U Hana Kami @Rebecca Guay +170 U Hanabi Blast @Paolo Parente +253 U Hankyu @Ben Thompson +11 C Harsh Deceiver @Heather Hudson +114 R He Who Hungers @Kev Walker +212 R Heartbeat of Spring @Rob Alexander +171 C Hearth Kami @Luca Zontini +115 U Hideous Laughter @Greg Staples +12 R Hikari, Twilight Guardian @Glen Angus +65 U Hinder @Wayne Reynolds +67 C Hisoka's Defiance @Greg Hildebrandt +68 C Hisoka's Guard @Wayne England +66 R Hisoka, Minamo Sensei @Donato Giancola +13 R Hold the Line @Ron Spears +14 U Honden of Cleansing Fire @Greg Staples +172 U Honden of Infinite Rage @John Avon +213 U Honden of Life's Web @Rob Alexander +116 U Honden of Night's Reach @Jim Nelson +69 U Honden of Seeing Winds @Martina Pilcerova +254 U Honor-Worn Shaku @Tony Szczudlo +15 U Horizon Seed @Matt Cavotta +117 R Horobi, Death's Wail @John Bolton +214 C Humble Budoka @Christopher Moeller +16 C Hundred-Talon Kami @Paolo Parente +255 R Imi Statue @Todd Lockwood +118 R Iname, Death Aspect @Justin Sweet +215 R Iname, Life Aspect @Justin Sweet +17 C Indomitable Will @Christopher Rush +173 U Initiate of Blood @Carl Critchlow +18 U Innocence Kami @Mark Zug +19 R Isamaru, Hound of Konda @Christopher Moeller +291 L Island @Martina Pilcerova +292 L Island @Martina Pilcerova +293 L Island @Martina Pilcerova +294 L Island @Martina Pilcerova +256 U Jade Idol @Ben Thompson +257 R Journeyer's Kite @Hiro Izawa +216 C Joyous Respite @Rebecca Guay +217 R Jugan, the Rising Star @Shishizaru +218 C Jukai Messenger @Terese Nielsen +258 R Junkyo Bell @Kensuke Okabayashi +70 R Jushi Apprentice @Glen Angus +20 C Kabuto Moth @Tomas Giorello +21 C Kami of Ancient Law @Mark Tedin +174 C Kami of Fire's Roar @Dave Dorman +119 U Kami of Lunacy @Daren Bader +22 U Kami of Old Stone @Stephen Tappin +71 C Kami of Twisted Reflection @Mark Tedin +219 C Kami of the Hunt @Alex Horley-Orlandelli +23 C Kami of the Painted Road @Ron Spencer +24 U Kami of the Palace Fields @Matt Cavotta +120 C Kami of the Waning Moon @Matt Thompson +220 U Kashi-Tribe Reaver @Anthony S. Waters +221 C Kashi-Tribe Warriors @Stephen Tappin +72 R Keiga, the Tide Star @Ittoku +175 R Kiki-Jiki, Mirror Breaker @Pete Venters +121 R Kiku, Night's Flower @Jim Murray +25 C Kitsune Blademaster @Keith Garletts +26 C Kitsune Diviner @Pete Venters +27 C Kitsune Healer @Michael Sutfin +28 R Kitsune Mystic @Jim Murray +29 C Kitsune Riftwalker @Pete Venters +222 R Kodama of the North Tree @Shishizaru +223 R Kodama of the South Tree @Ron Spears +224 C Kodama's Might @Terese Nielsen +225 C Kodama's Reach @Heather Hudson +122 R Kokusho, the Evening Star @Tsutomu Kawade +259 R Konda's Banner @Donato Giancola +31 U Konda's Hatamoto @Lars Grant-West +30 R Konda, Lord of Eiganjo @John Bolton +177 U Kumano's Pupils @Greg Hildebrandt +176 R Kumano, Master Yamabushi @Adam Rex +123 R Kuro, Pitlord @Jon Foster +260 R Kusari-Gama @Tomas Giorello +32 C Lantern Kami @John Avon +278 U Lantern-Lit Graveyard @John Avon +178 C Lava Spike @Mark Tedin +73 C Lifted by Clouds @Darrell Riche +261 R Long-Forgotten Gohei @Alan Pollack +226 U Lure @D. Alexander Gregory +179 U Mana Seism @Edward P. Beard, Jr. +124 R Marrow-Gnawer @Wayne Reynolds +33 R Masako the Humorless @Ben Thompson +227 C Matsu-Tribe Decoy @Alan Pollack +74 R Meloku the Clouded Mirror @Scott M. Fischer +125 C Midnight Covenant @Pete Venters +279 R Minamo, School at Water's Edge @Jeremy Jarvis +180 R Mindblaze @John Avon +262 R Moonring Mirror @Christopher Rush +228 C Moss Kami @Hugh Jamieson +34 C Mothrider Samurai @Mark Zug +299 L Mountain @John Avon +300 L Mountain @John Avon +301 L Mountain @John Avon +302 L Mountain @John Avon +35 R Myojin of Cleansing Fire @Kev Walker +181 R Myojin of Infinite Rage @Kev Walker +229 R Myojin of Life's Web @Kev Walker +126 R Myojin of Night's Reach @Kev Walker +75 R Myojin of Seeing Winds @Kev Walker +76 C Mystic Restraints @Christopher Rush +36 U Nagao, Bound by Honor @Dave Dorman +230 R Nature's Will @Mitch Cotie +127 U Nezumi Bone-Reader @Dan Scott +128 C Nezumi Cutthroat @Carl Critchlow +129 U Nezumi Graverobber @Jim Nelson +130 C Nezumi Ronin @Scott M. Fischer +131 R Nezumi Shortfang @Daren Bader +132 R Night Dealings @Darrell Riche +133 R Night of Souls' Betrayal @Greg Staples +263 U Nine-Ringed Bo @Ralph Horsley +264 U No-Dachi @Christopher Rush +134 U Numai Outcast @Adam Rex +265 R Oathkeeper, Takeno's Daisho @Arnie Swekel +280 R Okina, Temple to the Grandfathers @Keith Garletts +135 U Oni Possession @Aleksi Briclot +231 U Orbweaver Kumo @Dan Scott +232 C Order of the Sacred Bell @Carl Critchlow +182 U Ore Gorger @rk post +233 U Orochi Eggwatcher @Dan Scott +266 R Orochi Hatchery @Alex Horley-Orlandelli +234 C Orochi Leafcaller @Joel Thomas +235 C Orochi Ranger @Greg Hildebrandt +236 C Orochi Sustainer @rk post +37 U Otherworldly Journey @Vance Kovacs +183 U Pain Kami @Tomas Giorello +136 U Painwracker Oni @Hideaki Takamura +77 R Part the Veil @Arnie Swekel +78 C Peer Through Depths @Anthony S. Waters +79 U Petals of Insight @Anthony S. Waters +281 U Pinecrest Ridge @John Avon +38 C Pious Kitsune @Anthony S. Waters +287 L Plains @Greg Staples +288 L Plains @Greg Staples +289 L Plains @Greg Staples +290 L Plains @Greg Staples +80 C Psychic Puppetry @Joel Thomas +137 C Pull Under @Ron Spencer +39 C Quiet Purity @Shishizaru +138 C Rag Dealer @Ralph Horsley +139 C Ragged Veins @Chippy +81 C Reach Through Mists @Anthony S. Waters +40 U Reciprocate @Pat Lee +267 U Reito Lantern @Greg Hildebrandt +140 C Rend Flesh @Stephen Tappin +141 C Rend Spirit @Stephen Tappin +41 R Reverse the Sands @Jeremy Jarvis +82 R Reweave @Alex Horley-Orlandelli +83 C River Kaijin @Luca Zontini +184 C Ronin Houndmaster @Edward P. Beard, Jr. +237 U Rootrunner @Adam Rex +185 R Ryusei, the Falling Star @Nottsuo +238 U Sachi, Daughter of Seshiro @Nottsuo +239 C Sakura-Tribe Elder @Carl Critchlow +42 U Samurai Enforcers @Mitch Cotie +43 U Samurai of the Pale Curtain @Christopher Moeller +142 C Scuttling Death @Thomas M. Baxa +143 R Seizan, Perverter of Truth @Kev Walker +44 R Sensei Golden-Tail @Stephen Tappin +268 U Sensei's Divining Top @Michael Sutfin +240 C Serpent Skin @Rob Alexander +241 R Seshiro the Anointed @Daren Bader +269 R Shell of the Last Kappa @David Martin +186 R Shimatsu the Bloodcloaked @Dave Allsop +282 R Shinka, the Bloodsoaked Keep @Thomas M. Baxa +242 R Shisato, Whispering Hunter @John Bolton +283 R Shizo, Death's Storehouse @John Matson +187 U Sideswipe @Ron Spears +84 C Sift Through Sands @Anthony S. Waters +45 C Silent-Chant Zubera @Ben Thompson +85 U Sire of the Storm @Arnie Swekel +243 U Soilshaper @Thomas M. Baxa +188 C Sokenzan Bruiser @Paolo Parente +86 C Soratami Cloudskater @Michael Sutfin +87 C Soratami Mirror-Guard @Wayne England +88 U Soratami Mirror-Mage @Ron Spears +89 C Soratami Rainshaper @Ittoku +90 U Soratami Savant @Jim Nelson +91 U Soratami Seer @Glen Angus +244 U Sosuke, Son of Seshiro @Carl Critchlow +189 C Soul of Magma @Darrell Riche +190 R Soulblast @Wayne Reynolds +144 C Soulless Revival @Ron Spencer +92 U Squelch @Matt Cavotta +191 C Stone Rain @Greg Staples +192 U Strange Inversion @Khang Le +245 U Strength of Cedars @Edward P. Beard, Jr. +145 U Struggle for Sanity @Randy Gallegos +93 U Student of Elements @Ittoku +146 U Swallowing Plague @Dave Dorman +295 L Swamp @Jim Nelson +296 L Swamp @Jim Nelson +297 L Swamp @Jim Nelson +298 L Swamp @Jim Nelson +94 R Swirl the Mists @Arnie Swekel +46 R Takeno, Samurai General @Matt Cavotta +270 R Tatsumasa, the Dragon's Fang @Martina Pilcerova +95 C Teller of Tales @Jim Murray +271 U Tenza, Godo's Maul @Paolo Parente +47 C Terashi's Cry @Jim Murray +98 R The Unspeakable @Khang Le +147 U Thief of Hope @Greg Hildebrandt +96 C Thoughtbind @Rob Alexander +246 U Thousand-legged Kami @Nottsuo +193 R Through the Breach @Hugh Jamieson +194 R Tide of War @Wayne Reynolds +97 R Time Stop @Scott M. Fischer +247 U Time of Need @Dany Orizio +284 U Tranquil Garden @John Avon +272 R Uba Mask @Randy Gallegos +195 C Uncontrollable Anger @Matt Thompson +196 C Unearthly Blizzard @Joel Thomas +197 C Unnatural Speed @Wayne Reynolds +285 R Untaidake, the Cloud Keeper @John Avon +99 R Uyo, Silent Prophet @John Bolton +48 R Vassal's Duty @Dave Dorman +248 C Venerable Kumo @Carl Critchlow +49 C Vigilance @Tsutomu Kawade +148 C Villainous Ogre @Tony Szczudlo +249 C Vine Kami @Tsutomu Kawade +149 C Waking Nightmare @Mitch Cotie +100 C Wandering Ones @Heather Hudson +286 U Waterveil Cavern @John Avon +250 C Wear Away @Tim Hildebrandt +150 C Wicked Akuba @Ittoku +198 C Yamabushi's Flame @Christopher Moeller +199 C Yamabushi's Storm @Wayne England +50 R Yosei, the Morning Star @Hiro Izawa +200 R Zo-Zu the Punisher @Matt Cavotta [tokens] c_1_1_spirit diff --git a/forge-gui/res/editions/Champs and States.txt b/forge-gui/res/editions/Champs and States.txt index 761d4f716c9..a8b8ddda8c9 100644 --- a/forge-gui/res/editions/Champs and States.txt +++ b/forge-gui/res/editions/Champs and States.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=PCMP [cards] -1 R Electrolyze -2 R Niv-Mizzet, the Firemind -3 R Rakdos Guildmage -4 R Voidslime -5 R Urza's Factory -6 R Serra Avenger -7 R Blood Knight -8 R Groundbreaker -9 R Imperious Perfect -10 R Doran, the Siege Tower -11 R Bramblewood Paragon -12 R Mutavault +1 R Electrolyze @Zoltan Boros & Gabor Szikszai +2 R Niv-Mizzet, the Firemind @Todd Lockwood +3 R Rakdos Guildmage @Jeremy Jarvis +4 R Voidslime @Jim Murray +5 R Urza's Factory @Mark Tedin +6 R Serra Avenger @Scott M. Fischer +7 R Blood Knight @Matt Cavotta +8 R Groundbreaker @Matt Cavotta +9 R Imperious Perfect @Scott M. Fischer +10 R Doran, the Siege Tower @Mark Zug +11 R Bramblewood Paragon @Jim Murray +12 R Mutavault @Fred Fields diff --git a/forge-gui/res/editions/Chronicles.txt b/forge-gui/res/editions/Chronicles.txt index 2ea3b362f0b..cbdb76cc81f 100644 --- a/forge-gui/res/editions/Chronicles.txt +++ b/forge-gui/res/editions/Chronicles.txt @@ -13,131 +13,131 @@ Foil=NotSupported ScryfallCode=CHR [cards] -1 U Abu Ja'far -43 C Active Volcano -2 R Akron Legionnaire -44 U Aladdin -3 R Angelic Voices -71 R Arcades Sabboth -91 R Arena of the Ancients -57 C Argothian Pixies -92 C Ashnod's Altar -93 C Ashnod's Transmogrant -72 R Axelrod Gunnarson -73 R Ayesha Tanaka -15 U Azure Drake -29 U Banshee -94 R Barl's Cage -45 U Beasts of Bogardan -46 R Blood Moon -4 U Blood of the Martyr -30 C Bog Rats -95 R Book of Rass -16 C Boomerang -96 R Bronze Horse -58 C Cat Warriors -74 R Chromium -112 R City of Brass -59 U Cocoon -60 R Concordant Crossroads -61 U Craw Giant -31 C Cuombajj Witches -62 R Cyclone -5 C D'Avenant Archer -75 R Dakkon Blackblade -17 R Dance of Many -18 C Dandan -6 C Divine Offering -63 C Emerald Dragonfly -19 U Enchantment Alteration -64 U Erhnam Djinn -32 U Fallen Angel -97 C Feldon's Cane -47 U Fire Drake -20 C Fishliver Oil -21 C Flash Flood -98 C Fountain of Youth -76 R Gabriel Angelfire -99 R Gauntlets of Chaos -65 C Ghazban Ogre -33 C Giant Slug -48 U Goblin Artisans -49 C Goblin Digging Team -50 C Goblin Shrine -51 C Goblins of the Flarg -34 C Hasran Ogress -35 R Hell's Caretaker -100 R Horn of Deafening -7 C Indestructible Aura -8 U Ivory Guardians -101 R Jalum Tome -102 R Jeweled Bird -77 R Johan -22 R Juxtapose -9 C Keepers of the Faith -78 U Kei Takahashi -52 R Land's Edge -103 C Living Armor -79 U Marhault Elsdragon -66 C Metamorphosis -53 C Mountain Yeti -80 R Nebuchadnezzar -81 R Nicol Bolas -104 R Obelisk of Undoing -82 R Palladia-Mors -10 R Petra Sphinx -54 U Primordial Ooze -23 U Puppet Master -67 U Rabid Wombat -105 R Rakalite -24 U Recall -25 C Remove Soul -11 C Repentant Blacksmith -68 R Revelation -83 R Rubinia Soulsinger -106 C Runesword -113 R Safe Haven -69 C Scavenger Folk -107 R Sentinel -108 R Serpent Generator -12 U Shield Wall -36 U Shimian Night Stalker -84 U Sivitri Scarzam -85 R Sol'kanar the Swamp King -86 R Stangg -70 U Storm Seeker -37 U Takklemaggot -26 R Teleport -38 U The Fallen -39 R The Wretched -87 U Tobias Andrion -88 U Tor Wauki -109 C Tormod's Crypt -40 C Transmutation -110 R Triassic Egg -114a U Urza's Mine -114b U Urza's Mine -114c U Urza's Mine -114d U Urza's Mine -115a U Urza's Power Plant -115b U Urza's Power Plant -115c U Urza's Power Plant -115d U Urza's Power Plant -116a U Urza's Tower -116b U Urza's Tower -116c U Urza's Tower -116d U Urza's Tower -89 R Vaevictis Asmadi -111 R Voodoo Doll -55 C Wall of Heat -56 U Wall of Opposition -41 C Wall of Shadows -27 C Wall of Vapor -28 U Wall of Wonder -13 C War Elephant -14 U Witch Hunter -90 R Xira Arien -42 R Yawgmoth Demon +1 U Abu Ja'far @Ken Meyer, Jr. +43 C Active Volcano @Justin Hampton +2 R Akron Legionnaire @Mark Poole +44 U Aladdin @Julie Baroh +3 R Angelic Voices @Julie Baroh +71 R Arcades Sabboth @Edward P. Beard, Jr. +91 R Arena of the Ancients @Tom Wänerstrand +57 C Argothian Pixies @Amy Weber +92 C Ashnod's Altar @Anson Maddocks +93 C Ashnod's Transmogrant @Mark Tedin +72 R Axelrod Gunnarson @Scott Kirschner +73 R Ayesha Tanaka @Bryon Wackwitz +15 U Azure Drake @Dan Frazier +29 U Banshee @Jesper Myrfors +94 R Barl's Cage @Tom Wänerstrand +45 U Beasts of Bogardan @Daniel Gelon +46 R Blood Moon @Tom Wänerstrand +4 U Blood of the Martyr @Christopher Rush +30 C Bog Rats @Ron Spencer +95 R Book of Rass @Sandra Everingham +16 C Boomerang @Brian Snõddy +96 R Bronze Horse @Mark Poole +58 C Cat Warriors @Melissa A. Benson +74 R Chromium @Edward P. Beard, Jr. +112 R City of Brass @Mark Tedin +59 U Cocoon @Mark Tedin +60 R Concordant Crossroads @Amy Weber +61 U Craw Giant @Christopher Rush +31 C Cuombajj Witches @Kaja Foglio +62 R Cyclone @Mark Tedin +5 C D'Avenant Archer @Douglas Shuler +75 R Dakkon Blackblade @Richard Kane Ferguson +17 R Dance of Many @Sandra Everingham +18 C Dandan @Drew Tucker +6 C Divine Offering @Jeff A. Menges +63 C Emerald Dragonfly @Quinton Hoover +19 U Enchantment Alteration @Brian Snõddy +64 U Erhnam Djinn @Ken Meyer, Jr. +32 U Fallen Angel @Anson Maddocks +97 C Feldon's Cane @Mark Tedin +47 U Fire Drake @Christopher Rush +20 C Fishliver Oil @Anson Maddocks +21 C Flash Flood @Tom Wänerstrand +98 C Fountain of Youth @Daniel Gelon +76 R Gabriel Angelfire @Daniel Gelon +99 R Gauntlets of Chaos @Dan Frazier +65 C Ghazban Ogre @Jesper Myrfors +33 C Giant Slug @Anson Maddocks +48 U Goblin Artisans @Julie Baroh +49 C Goblin Digging Team @Ron Spencer +50 C Goblin Shrine @Ron Spencer +51 C Goblins of the Flarg @Tom Wänerstrand +34 C Hasran Ogress @Dan Frazier +35 R Hell's Caretaker @Sandra Everingham +100 R Horn of Deafening @Dan Frazier +7 C Indestructible Aura @Mark Poole +8 U Ivory Guardians @Melissa A. Benson +101 R Jalum Tome @Tom Wänerstrand +102 R Jeweled Bird @Amy Weber +77 R Johan @Mark Tedin +22 R Juxtapose @Justin Hampton +9 C Keepers of the Faith @Daniel Gelon +78 U Kei Takahashi @Scott Kirschner +52 R Land's Edge @Brian Snõddy +103 C Living Armor @Anson Maddocks +79 U Marhault Elsdragon @Mark Poole +66 C Metamorphosis @Christopher Rush +53 C Mountain Yeti @Dan Frazier +80 R Nebuchadnezzar @Richard Kane Ferguson +81 R Nicol Bolas @Edward P. Beard, Jr. +104 R Obelisk of Undoing @Tom Wänerstrand +82 R Palladia-Mors @Edward P. Beard, Jr. +10 R Petra Sphinx @Sandra Everingham +54 U Primordial Ooze @Sandra Everingham +23 U Puppet Master @Sandra Everingham +67 U Rabid Wombat @Kaja Foglio +105 R Rakalite @Christopher Rush +24 U Recall @Brian Snõddy +25 C Remove Soul @Brian Snõddy +11 C Repentant Blacksmith @Drew Tucker +68 R Revelation @Kaja Foglio +83 R Rubinia Soulsinger @Rob Alexander +106 C Runesword @Christopher Rush +113 R Safe Haven @Christopher Rush +69 C Scavenger Folk @Dennis Detwiller +107 R Sentinel @Randy Asplund-Faith +108 R Serpent Generator @Mark Tedin +12 U Shield Wall @Douglas Shuler +36 U Shimian Night Stalker @Jesper Myrfors +84 U Sivitri Scarzam @NéNé Thomas +85 R Sol'kanar the Swamp King @Richard Kane Ferguson +86 R Stangg @Mark Poole +70 U Storm Seeker @Mark Poole +37 U Takklemaggot @Daniel Gelon +26 R Teleport @Douglas Shuler +38 U The Fallen @Jesper Myrfors +39 R The Wretched @Christopher Rush +87 U Tobias Andrion @Andi Rusu +88 U Tor Wauki @Randy Asplund-Faith +109 C Tormod's Crypt @Christopher Rush +40 C Transmutation @Susan Van Camp +110 R Triassic Egg @Dan Frazier +114a U Urza's Mine @Anson Maddocks +114b U Urza's Mine @Anson Maddocks +114c U Urza's Mine @Anson Maddocks +114d U Urza's Mine @Anson Maddocks +115a U Urza's Power Plant @Mark Tedin +115b U Urza's Power Plant @Mark Tedin +115c U Urza's Power Plant @Mark Tedin +115d U Urza's Power Plant @Mark Tedin +116a U Urza's Tower @Mark Poole +116b U Urza's Tower @Mark Poole +116c U Urza's Tower @Mark Poole +116d U Urza's Tower @Mark Poole +89 R Vaevictis Asmadi @Andi Rusu +111 R Voodoo Doll @Sandra Everingham +55 C Wall of Heat @Richard Thomas +56 U Wall of Opposition @Harold McNeill +41 C Wall of Shadows @Pete Venters +27 C Wall of Vapor @Richard Thomas +28 U Wall of Wonder @Richard Thomas +13 C War Elephant @Kristen Bishop +14 U Witch Hunter @Jesper Myrfors +90 R Xira Arien @Melissa A. Benson +42 R Yawgmoth Demon @Sandra Everingham [tokens] stangg_twin diff --git a/forge-gui/res/editions/Classic Sixth Edition.txt b/forge-gui/res/editions/Classic Sixth Edition.txt index ac0fe2d4689..34a5412fbbb 100644 --- a/forge-gui/res/editions/Classic Sixth Edition.txt +++ b/forge-gui/res/editions/Classic Sixth Edition.txt @@ -13,356 +13,356 @@ ChaosDraftThemes=CORE_SET ScryfallCode=6ED [cards] -163 U AEther Flash -55 U Abduction -109 R Abyssal Hunter -110 U Abyssal Specter -319 R Adarkar Wastes -111 U Agonizing Memories -56 U Air Elemental -271 R Aladdin's Ring -272 R Amber Prison -164 C Anaba Bodyguard -165 C Anaba Shaman -57 R Ancestral Memories -1 R Animate Wall -273 R Ankh of Mishra -2 R Archangel -3 U Ardent Militia -4 R Armageddon -5 C Armored Pegasus -112 R Ashen Powder -274 U Ashnod's Altar -166 C Balduvian Barbarians -167 R Balduvian Horde -217 R Birds of Paradise -168 U Blaze -113 U Blight -114 U Blighted Shaman -115 C Blood Pet -116 C Bog Imp -117 C Bog Rats -118 U Bog Wraith -169 U Boil -58 C Boomerang -275 R Bottle of Suleiman -59 U Browse -320 R Brushland -170 U Burrowing -218 R Call of the Wild -6 U Castle -219 C Cat Warriors -7 R Celestial Dawn -276 U Charcoal Diamond -60 U Chill -8 C Circle of Protection: Black -9 C Circle of Protection: Blue -10 C Circle of Protection: Green -11 C Circle of Protection: Red -12 C Circle of Protection: White -321 R City of Brass -119 C Coercion -171 U Conquer -61 C Counterspell -220 U Creeping Mold -172 R Crimson Hellkite -13 R Crusade -277 U Crystal Rod -322 U Crystal Vein -278 R Cursed Totem -14 C D'Avenant Archer -279 R Dancing Scimitar -15 U Daraja Griffin -62 R Daring Apprentice -63 R Deflection -221 R Dense Foliage -120 R Derelor -64 R Desertion -65 R Diminishing Returns -280 R Dingus Egg -16 C Disenchant -281 R Disrupting Scepter -17 U Divine Transformation -121 R Doomsday -282 R Dragon Engine -283 U Dragon Mask -122 U Dread of Night -66 C Dream Cache -123 C Drudge Skeletons -124 C Dry Spell -323 U Dwarven Ruins -222 R Early Harvest -173 R Earthquake -324 U Ebon Stronghold -18 C Ekundu Griffin -223 R Elder Druid -224 C Elven Cache -225 U Elven Riders -226 R Elvish Archers -125 C Enfeeblement -19 U Enlightened Tutor -20 R Ethereal Champion -126 U Evil Eye of Orms-by-Gore -21 R Exile -127 R Fallen Angel -227 U Fallow Earth -228 U Familiar Ground -128 C Fatal Blow -129 C Fear -130 C Feast of the Unicorn -229 U Femeref Archers -131 C Feral Shadow -174 R Fervor -175 R Final Fortune -284 U Fire Diamond -176 U Fire Elemental -177 C Firebreathing -178 C Fit of Rage -179 C Flame Spirit -67 R Flash -180 U Flashfires -68 C Flight -285 R Flying Carpet -230 C Fog -69 C Fog Elemental -132 R Forbidden Crypt -348 L Forest -348 L Forest -348 L Forest -348 L Forest -70 R Forget -286 U Fountain of Youth -231 C Fyndhorn Brownie -232 U Fyndhorn Elder -71 C Gaseous Form -233 C Giant Growth -234 C Giant Spider -181 C Giant Strength -72 U Glacial Wall -287 U Glasses of Urza -182 C Goblin Digging Team -183 C Goblin Elite Infantry -184 C Goblin Hero -185 R Goblin King -186 U Goblin Recruiter -187 R Goblin Warrens -235 C Gorilla Chieftain -133 U Gravebane Zombie -134 C Gravedigger -135 R Greed -288 R Grinning Totem -236 C Grizzly Bears -188 R Hammer of Bogardan -73 U Harmattan Efreet -325 U Havenwood Battleground -22 C Healing Salve -23 U Heavy Ballista -136 R Hecatomb -24 C Hero's Resolve -137 U Hidden Horror -74 C Horned Turtle -138 C Howl from Beyond -289 R Howling Mine -189 U Hulking Cyclops -237 R Hurricane -25 R Icatian Town -190 R Illicit Auction -26 C Infantry Veteran -139 R Infernal Contract -191 R Inferno -75 U Insight -76 C Inspiration -290 U Iron Star -338 L Island -338 L Island -338 L Island -338 L Island -291 U Ivory Cup -292 R Jade Monolith -293 R Jalum Tome -294 R Jayemdae Tome -192 R Jokulhaups -77 R Juxtapose -326 R Karplusan Forest -27 U Kismet -140 C Kjeldoran Dead -28 R Kjeldoran Royal Guard -295 U Lead Golem -141 U Leshrac's Rite -78 R Library of Lat-Nam -29 U Light of Day -193 C Lightning Blast -238 R Living Lands -239 C Llanowar Elves -30 U Longbow Archer -79 R Lord of Atlantis -142 C Lost Soul -240 U Lure -296 U Mana Prism -80 R Mana Short -194 R Manabarbs -297 U Marble Diamond -241 R Maro -298 R Meekstone -81 C Memory Lapse -82 C Merfolk of the Pearl Trident -31 C Mesa Falcon -299 R Millstone -143 U Mind Warp -144 U Mischievous Poltergeist -300 U Moss Diamond -343 L Mountain -343 L Mountain -343 L Mountain -343 L Mountain -195 C Mountain Goat -301 U Mystic Compass -83 U Mystical Tutor -242 R Nature's Resurgence -145 R Necrosavant -146 R Nightmare -302 U Obsianus Golem -196 U Orcish Artillery -197 U Orcish Oriflamme -32 R Order of the Sacred Torch -303 U Ornithopter -33 C Pacifism -147 C Painful Memories -243 C Panther Warriors -304 U Patagia Golem -34 R Pearl Dragon -305 R Pentagram of the Ages -148 U Perish -149 U Pestilence -84 C Phantasmal Terrain -85 U Phantom Warrior -306 U Phyrexian Vault -198 U Pillage -332 L Plains -332 L Plains -332 L Plains -332 L Plains -86 R Polymorph -87 U Power Sink -244 C Pradesh Gypsies -307 R Primal Clay -88 C Prodigal Sorcerer -89 U Prosperity -90 R Psychic Transfer -91 C Psychic Venom -199 C Pyrotechnics -150 C Python -245 U Radjan Spirit -151 R Rag Man -200 C Raging Goblin -152 C Raise Dead -246 C Rampant Growth -153 C Razortooth Rats -92 R Recall -201 R Reckless Embermage -247 C Redwood Treefolk -35 C Regal Unicorn -248 C Regeneration -93 U Relearn -202 R Relentless Assault -36 C Remedy -94 C Remove Soul -37 U Reprisal -38 C Resistance Fighter -39 R Reverse Damage -249 U River Boa -308 U Rod of Ruin -250 R Rowen -327 U Ruins of Trokair -203 C Sabretooth Tiger -95 C Sage Owl -40 C Samite Healer -251 C Scaled Wurm -154 C Scathe Zombies -96 C Sea Monster -97 U Segovian Leviathan -155 R Sengir Autocrat -41 R Serenity -42 U Serra's Blessing -252 C Shanodin Dryads -204 C Shatter -205 R Shatterstorm -206 C Shock -98 R Sibilant Spirit -309 U Skull Catapult -310 U Sky Diamond -311 R Snake Basket -99 U Soldevi Sage -312 U Soul Net -100 C Spell Blast -43 U Spirit Link -207 U Spitting Drake -208 C Spitting Earth -253 C Stalking Tiger -44 C Standing Troops -45 U Staunch Defenders -209 C Stone Rain -313 R Storm Cauldron -101 C Storm Crow -156 U Strands of Night -254 C Stream of Life -157 R Stromgald Cabal -158 U Stupor -328 R Sulfurous Springs -255 U Summer Bloom -46 R Sunweb -329 U Svyelunite Temple -342 L Swamp -342 L Swamp -342 L Swamp -342 L Swamp -159 C Syphon Soul -210 C Talruum Minotaur -47 R Tariff -314 R Teferi's Puzzle Box -160 C Terror -315 R The Hive -256 U Thicket Basilisk -316 U Throne of Bone -102 C Tidal Surge -257 C Trained Armodon -258 R Tranquil Grove -259 C Tranquility -211 C Tremor -48 C Tundra Wolves -260 U Uktabi Orangutan -261 R Uktabi Wildcats -330 R Underground River -262 U Unseen Walker -103 C Unsummon -263 U Untamed Wilds -49 U Unyaro Griffin -161 R Vampiric Tutor -50 C Venerable Monk -264 R Verduran Enchantress -212 U Vertigo -213 C Viashino Warrior -265 C Vitalize -104 C Vodalian Soldiers -214 R Volcanic Dragon -215 U Volcanic Geyser -266 R Waiting in the Weeds -105 U Wall of Air -216 U Wall of Fire -51 U Wall of Swords -317 R Wand of Denial -52 U Warmth -53 C Warrior's Honor -267 U Warthog -268 C Wild Growth -106 C Wind Drake -107 U Wind Spirit -318 U Wooden Sphere -269 U Worldly Tutor -54 R Wrath of God -270 R Wyluli Wolf -162 R Zombie Master -108 R Zur's Weirding +163 U Aether Flash @Ron Spencer +55 U Abduction @Colin MacNeil +109 R Abyssal Hunter @Steve Luke +110 U Abyssal Specter @George Pratt +319 R Adarkar Wastes @Gary Leach +111 U Agonizing Memories @Mike Dringenberg +56 U Air Elemental @Doug Chaffee +271 R Aladdin's Ring @Stuart Griffin +272 R Amber Prison @Donato Giancola +164 C Anaba Bodyguard @Anson Maddocks +165 C Anaba Shaman @Anson Maddocks +57 R Ancestral Memories @William Donohoe +1 R Animate Wall @Richard Kane Ferguson +273 R Ankh of Mishra @Ian Miller +2 R Archangel @Quinton Hoover +3 U Ardent Militia @Zina Saunders +4 R Armageddon @Rob Alexander +5 C Armored Pegasus @Andrew Robinson +112 R Ashen Powder @Geofrey Darrow +274 U Ashnod's Altar @Anson Maddocks +166 C Balduvian Barbarians @Mark Poole +167 R Balduvian Horde @Brian Snõddy +217 R Birds of Paradise @Mark Poole +168 U Blaze @Gerry Grace +113 U Blight @Ian Miller +114 U Blighted Shaman @Ian Miller +115 C Blood Pet @Brom +116 C Bog Imp @Christopher Rush +117 C Bog Rats @Ron Spencer +118 U Bog Wraith @Jeff A. Menges +169 U Boil @Jason Alexander Behnke +58 C Boomerang @Richard Kane Ferguson +275 R Bottle of Suleiman @DiTerlizzi +59 U Browse @Phil Foglio +320 R Brushland @Tom Wänerstrand +170 U Burrowing @Mark Poole +218 R Call of the Wild @Brom +6 U Castle @Dameon Willich +219 C Cat Warriors @Melissa A. Benson +7 R Celestial Dawn @Liz Danforth +276 U Charcoal Diamond @Drew Tucker +60 U Chill @Greg Simanson +8 C Circle of Protection: Black @Gerry Grace +9 C Circle of Protection: Blue @Gerry Grace +10 C Circle of Protection: Green @Gerry Grace +11 C Circle of Protection: Red @Gerry Grace +12 C Circle of Protection: White @Gerry Grace +321 R City of Brass @Tom Wänerstrand +119 C Coercion @DiTerlizzi +171 U Conquer @Randy Gallegos +61 C Counterspell @Hannibal King +220 U Creeping Mold @David Seeley +172 R Crimson Hellkite @Gerry Grace +13 R Crusade @D. Alexander Gregory +277 U Crystal Rod @Donato Giancola +322 U Crystal Vein @Pat Morrissey +278 R Cursed Totem @D. Alexander Gregory +15 C D'Avenant Archer @Douglas Shuler +279 R Dancing Scimitar @Anson Maddocks +14 U Daraja Griffin @Stuart Griffin +62 R Daring Apprentice @Kaja Foglio +63 R Deflection @Mike Raabe +221 R Dense Foliage @Alan Rabinowitz +120 R Derelor @Anson Maddocks +64 R Desertion @Richard Kane Ferguson +65 R Diminishing Returns @Allen Williams +280 R Dingus Egg @Randy Gallegos +16 C Disenchant @Brian Snõddy +281 R Disrupting Scepter @Stuart Griffin +17 U Divine Transformation @NéNé Thomas +121 R Doomsday @Adrian Smith +282 R Dragon Engine @Anson Maddocks +283 U Dragon Mask @Craig Hooper +122 U Dread of Night @Richard Thomas +66 C Dream Cache @D. Alexander Gregory +123 C Drudge Skeletons @Ian Miller +124 C Dry Spell @Brian Snõddy +323 U Dwarven Ruins @Liz Danforth +222 R Early Harvest @Janine Johnston +173 R Earthquake @Richard Kane Ferguson +324 U Ebon Stronghold @Liz Danforth +18 C Ekundu Griffin @David A. Cherry +223 R Elder Druid @Richard Kane Ferguson +224 C Elven Cache @Rebecca Guay +225 U Elven Riders @Dan Frazier +226 R Elvish Archers @Anson Maddocks +125 C Enfeeblement @John Bolton +19 U Enlightened Tutor @Dan Frazier +20 R Ethereal Champion @Terese Nielsen +126 U Evil Eye of Orms-by-Gore @George Pratt +21 R Exile @Rob Alexander +127 R Fallen Angel @Anson Maddocks +227 U Fallow Earth @Janine Johnston +228 U Familiar Ground @Jeff Miracola +128 C Fatal Blow @George Pratt +129 C Fear @Doug Keith +130 C Feast of the Unicorn @Dennis Detwiller +229 U Femeref Archers @William Donohoe +131 C Feral Shadow @Cliff Nielsen +174 R Fervor @Franz Vohwinkel +175 R Final Fortune @D. Alexander Gregory +284 U Fire Diamond @Richard Thomas +176 U Fire Elemental @Melissa A. Benson +177 C Firebreathing @Mike Kerr +178 C Fit of Rage @Douglas Shuler +179 C Flame Spirit @Justin Hampton +67 R Flash @David Ho +180 U Flashfires @Randy Gallegos +68 C Flight @Jerry Tiritilli +285 R Flying Carpet @Mark Tedin +230 C Fog @Harold McNeill +69 C Fog Elemental @Jon J Muth +132 R Forbidden Crypt @D. Alexander Gregory +347 L Forest @Quinton Hoover +348 L Forest @Quinton Hoover +349 L Forest @John Avon +350 L Forest @John Avon +70 R Forget @Mike Kimble +286 U Fountain of Youth @Daniel Gelon +231 C Fyndhorn Brownie @Richard Thomas +232 U Fyndhorn Elder @Donato Giancola +71 C Gaseous Form @Roger Raupp +233 C Giant Growth @DiTerlizzi +234 C Giant Spider @Randy Gallegos +181 C Giant Strength @Kev Walker +72 U Glacial Wall @Dameon Willich +287 U Glasses of Urza @Douglas Shuler +182 C Goblin Digging Team @Phil Foglio +183 C Goblin Elite Infantry @Robert Bliss +184 C Goblin Hero @Pete Venters +185 R Goblin King @Phil Foglio +186 U Goblin Recruiter @Scott Kirschner +187 R Goblin Warrens @Dan Frazier +235 C Gorilla Chieftain @Quinton Hoover +133 U Gravebane Zombie @Gary Leach +134 C Gravedigger @Dermot Power +135 R Greed @Phil Foglio +288 R Grinning Totem @Donato Giancola +236 C Grizzly Bears @Una Fricker +188 R Hammer of Bogardan @Ron Spencer +73 U Harmattan Efreet @Drew Tucker +325 U Havenwood Battleground @Liz Danforth +22 C Healing Salve @Dan Frazier +23 U Heavy Ballista @Ron Spencer +136 R Hecatomb @George Pratt +24 C Hero's Resolve @Pete Venters +137 U Hidden Horror @Clint Langley +74 C Horned Turtle @DiTerlizzi +138 C Howl from Beyond @John Coulthart +290 R Howling Mine @Mark Poole +189 U Hulking Cyclops @Paolo Parente +237 R Hurricane @Andrew Robinson +25 R Icatian Town @Tom Wänerstrand +190 R Illicit Auction @Scott Kirschner +26 C Infantry Veteran @Christopher Rush +139 R Infernal Contract @Roger Raupp +191 R Inferno @Mike Kerr +75 U Insight @Ron Chironna +76 C Inspiration @Zina Saunders +291 U Iron Star @Donato Giancola +335 L Island @Douglas Shuler +336 L Island @J. W. Frost +337 L Island @John Avon +338 L Island @Eric Peterson +292 U Ivory Cup @Donato Giancola +293 R Jade Monolith @Richard Kane Ferguson +294 R Jalum Tome @Tom Wänerstrand +295 R Jayemdae Tome @Mark Tedin +192 R Jokulhaups @Mike Kerr +77 R Juxtapose @Justin Hampton +326 R Karplusan Forest @Randy Gallegos +27 U Kismet @Kaja Foglio +140 C Kjeldoran Dead @Melissa A. Benson +28 R Kjeldoran Royal Guard @Allen Williams +296 U Lead Golem @Hannibal King +141 U Leshrac's Rite @Mike Raabe +78 R Library of Lat-Nam @Alan Rabinowitz +29 U Light of Day @Drew Tucker +193 C Lightning Blast @Richard Thomas +238 R Living Lands @John Matson +239 C Llanowar Elves @Anson Maddocks +30 U Longbow Archer @Eric Peterson +79 R Lord of Atlantis @Melissa A. Benson +142 C Lost Soul @Randy Asplund-Faith +240 U Lure @Anson Maddocks +297 U Mana Prism @Margaret Organ-Kean +80 R Mana Short @Dameon Willich +194 R Manabarbs @Christopher Rush +298 U Marble Diamond @Jeff Miracola +241 R Maro @Stuart Griffin +299 R Meekstone @Quinton Hoover +81 C Memory Lapse @Mark Tedin +82 C Merfolk of the Pearl Trident @DiTerlizzi +31 C Mesa Falcon @Mark Poole +300 R Millstone @Kaja Foglio +143 U Mind Warp @Liz Danforth +144 U Mischievous Poltergeist @DiTerlizzi +301 U Moss Diamond @Donato Giancola +343 L Mountain @John Avon +344 L Mountain @John Avon +345 L Mountain @John Avon +346 L Mountain @Brian Durfee +195 C Mountain Goat @Cornelius Brudi +302 U Mystic Compass @Amy Weber +83 U Mystical Tutor @David O'Connor +242 R Nature's Resurgence @Scott M. Fischer +145 R Necrosavant @John Coulthart +146 R Nightmare @Melissa A. Benson +303 U Obsianus Golem @Jesper Myrfors +196 U Orcish Artillery @Dan Frazier +197 U Orcish Oriflamme @Dan Frazier +32 R Order of the Sacred Torch @Ruth Thompson +304 U Ornithopter @Amy Weber +33 C Pacifism @Robert Bliss +147 C Painful Memories @John Coulthart +243 C Panther Warriors @Eric Peterson +305 U Patagia Golem @Scott Kirschner +34 R Pearl Dragon @Ian Miller +306 R Pentagram of the Ages @Douglas Shuler +148 U Perish @Rebecca Guay +149 U Pestilence @Kev Walker +84 C Phantasmal Terrain @David A. Cherry +85 U Phantom Warrior @John Matson +307 U Phyrexian Vault @Hannibal King +198 U Pillage @Richard Kane Ferguson +331 L Plains @Tom Wänerstrand +332 L Plains @Tom Wänerstrand +333 L Plains @Douglas Shuler +334 L Plains @Fred Fields +86 R Polymorph @Robert Bliss +87 U Power Sink @Mark Poole +244 C Pradesh Gypsies @Quinton Hoover +308 R Primal Clay @Adam Rex +88 C Prodigal Sorcerer @Douglas Shuler +89 U Prosperity @Dan Frazier +90 R Psychic Transfer @Dom! +91 C Psychic Venom @Brian Snõddy +199 C Pyrotechnics @Anson Maddocks +150 C Python @Steve White +245 U Radjan Spirit @Christopher Rush +151 R Rag Man @Daniel Gelon +200 C Raging Goblin @Jeff Miracola +152 C Raise Dead @Charles Gillespie +246 C Rampant Growth @Tom Kyffin +153 C Razortooth Rats @Brian Horton +92 R Recall @Brian Snõddy +201 R Reckless Embermage @Tom Kyffin +247 C Redwood Treefolk @Steve Luke +35 C Regal Unicorn @Zina Saunders +248 C Regeneration @Quinton Hoover +93 U Relearn @Zina Saunders +202 R Relentless Assault @Geofrey Darrow & I. Rabarot +36 C Remedy @Zina Saunders +94 C Remove Soul @Mike Dringenberg +37 U Reprisal @Randy Asplund-Faith +38 C Resistance Fighter @Cecil Fernando +39 R Reverse Damage @Thomas Gianni +249 U River Boa @Steve White +309 U Rod of Ruin @Christopher Rush +250 R Rowen @Jon J Muth +327 U Ruins of Trokair @Liz Danforth +203 C Sabretooth Tiger @Melissa A. Benson +95 C Sage Owl @Mark Poole +40 C Samite Healer @Tom Wänerstrand +251 C Scaled Wurm @Daniel Gelon +154 C Scathe Zombies @Jesper Myrfors +96 C Sea Monster @Daniel Gelon +97 U Segovian Leviathan @Melissa A. Benson +155 R Sengir Autocrat @David A. Cherry +41 R Serenity @Cliff Nielsen +42 U Serra's Blessing @Rebecca Guay +252 C Shanodin Dryads @Gary Leach +204 C Shatter @Jason Alexander Behnke +205 R Shatterstorm @James Allen +206 C Shock @Randy Gallegos +98 R Sibilant Spirit @Ron Spencer +310 U Skull Catapult @Ian Miller +311 U Sky Diamond @D. Alexander Gregory +312 R Snake Basket @Roger Raupp +99 U Soldevi Sage @Carol Heyer +313 U Soul Net @Andrew Robinson +100 C Spell Blast @Greg Simanson +43 U Spirit Link @Kaja Foglio +207 U Spitting Drake @Geofrey Darrow & I. Rabarot +208 C Spitting Earth @Brian Snõddy +253 C Stalking Tiger @Terese Nielsen +44 C Standing Troops @Daren Bader +45 U Staunch Defenders @Mark Poole +209 C Stone Rain @John Matson +314 R Storm Cauldron @Dan Frazier +101 C Storm Crow @Una Fricker +156 U Strands of Night @Patrick Kochakji +254 C Stream of Life @Terese Nielsen +157 R Stromgald Cabal @Anson Maddocks +158 U Stupor @Mike Kimble +328 R Sulfurous Springs @Jeff Miracola +255 U Summer Bloom @Kaja Foglio +46 R Sunweb @Dan Frazier +329 U Svyelunite Temple @Liz Danforth +339 L Swamp @Romas Kukalis +340 L Swamp @Dan Frazier +341 L Swamp @Douglas Shuler +342 L Swamp @Romas Kukalis +159 C Syphon Soul @Melissa A. Benson +210 C Talruum Minotaur @Pete Venters +47 R Tariff @Kev Walker +315 R Teferi's Puzzle Box @Kaja Foglio +160 C Terror @Ron Spencer +289 R The Hive @Sandra Everingham +256 U Thicket Basilisk @Dan Frazier +316 U Throne of Bone @Donato Giancola +102 C Tidal Surge @Doug Chaffee +257 C Trained Armodon @Gary Leach +258 R Tranquil Grove @Dylan Martens +259 C Tranquility @Douglas Shuler +211 C Tremor @Pete Venters +48 C Tundra Wolves @Quinton Hoover +260 U Uktabi Orangutan @Una Fricker +261 R Uktabi Wildcats @John Matson +330 R Underground River @Jeff Miracola +262 U Unseen Walker @Alan Rabinowitz +103 C Unsummon @Douglas Shuler +263 U Untamed Wilds @NéNé Thomas +49 U Unyaro Griffin @Al Davidson +161 R Vampiric Tutor @Gary Leach +50 C Venerable Monk @D. Alexander Gregory +264 R Verduran Enchantress @Kev Brockschmidt +212 U Vertigo @Drew Tucker +213 C Viashino Warrior @Roger Raupp +265 C Vitalize @Pete Venters +104 C Vodalian Soldiers @Melissa A. Benson +214 R Volcanic Dragon @Janine Johnston +215 U Volcanic Geyser @David O'Connor +266 R Waiting in the Weeds @Susan Van Camp +105 U Wall of Air @Richard Thomas +216 U Wall of Fire @Richard Thomas +51 U Wall of Swords @Brian Snõddy +317 R Wand of Denial @Steve Luke +52 U Warmth @Drew Tucker +53 C Warrior's Honor @D. Alexander Gregory +267 U Warthog @Steve White +268 C Wild Growth @Pat Morrissey +106 C Wind Drake @Zina Saunders +107 U Wind Spirit @Kaja Foglio +318 U Wooden Sphere @Donato Giancola +269 U Worldly Tutor @David O'Connor +54 R Wrath of God @Quinton Hoover +270 R Wyluli Wolf @Susan Van Camp +162 R Zombie Master @Jeff A. Menges +108 R Zur's Weirding @Liz Danforth [tokens] wasp diff --git a/forge-gui/res/editions/Coldsnap Promos.txt b/forge-gui/res/editions/Coldsnap Promos.txt index d8842caba7b..41a86264521 100644 --- a/forge-gui/res/editions/Coldsnap Promos.txt +++ b/forge-gui/res/editions/Coldsnap Promos.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=PCSP [cards] -101★ R Allosaurus Rider +101★ R Allosaurus Rider @Daren Bader [tokens] marit_lage diff --git a/forge-gui/res/editions/Coldsnap Theme Decks.txt b/forge-gui/res/editions/Coldsnap Theme Decks.txt index 9013dad3f1e..d8460f8f9b4 100644 --- a/forge-gui/res/editions/Coldsnap Theme Decks.txt +++ b/forge-gui/res/editions/Coldsnap Theme Decks.txt @@ -7,68 +7,68 @@ Type=Boxed_Set ScryfallCode=CST [cards] -8 U Kjeldoran Home Guard -9 C Kjeldoran Pride -12 C Reinforcements -16 U Scars of the Veteran -20 C Disenchant -25 U Browse -30 C Lat-Nam's Legacy -34 C Kjeldoran Elite Guard -37 U Storm Elemental -42 U Viscerid Drone -43 U Balduvian Dead -44 C Casting of Bones -51 C Insidious Bookworms -54 C Swords to Plowshares -57 C Phantasmal Fiend -60 U Binding Grasp -61 C Brainstorm -69 C Essence Flare -70 U Death Spark -72 C Gorilla Shaman -73 U Iceberg -84 C Mistfolk -85 U Bounty of the Hunt -86 C Deadly Insect -90 C Portent -100 C Snow Devil -112 C Zuran Spellcaster -114 U Ashen Ghoul -119 C Dark Banishing -120 C Dark Ritual -123 U Drift of the Dead -127 C Gangrenous Zombies -137 C Kjeldoran Dead -142 C Legions of Lim-Dul -161 C Soul Burn -194 C Incinerate -208 U Orcish Healer -210 C Orcish Lumberjack -225 C Aurochs -270 C Tinder Wall -278 C Woolly Mammoths -293 U Giant Trap Door Spider -305 U Wings of Aesthir -310 U Arcum's Weathervane -312 C Barbed Sextant -336 U Skull Catapult -349 U Whalebone Glider -369 L Plains -370 L Plains -371 L Plains -372 L Island -373 L Island -374 L Island -375 L Swamp -376 L Swamp -377 L Swamp -378 L Mountain -379 L Mountain -380 L Mountain -381 L Forest -382 L Forest -383 L Forest +8 U Kjeldoran Home Guard @Andi Rusu +9b C Kjeldoran Pride @Kaja Foglio +12b C Reinforcements @Diana Vick +16 U Scars of the Veteran @Dan Frazier +20 C Disenchant @Brian Snõddy +25 U Browse @Phil Foglio +30b C Lat-Nam's Legacy @Tom Wänerstrand +34 C Kjeldoran Elite Guard @Melissa A. Benson +37 U Storm Elemental @John Matson +42 U Viscerid Drone @Heather Hudson +43 U Balduvian Dead @Mike Kimble +44b C Casting of Bones @Anson Maddocks +51a C Insidious Bookworms @Greg Simanson +54 C Swords to Plowshares @Kaja Foglio +57a C Phantasmal Fiend @Scott Kirschner +60 U Binding Grasp @Ruth Thompson +61 C Brainstorm @Christopher Rush +69 C Essence Flare @Richard Kane Ferguson +70 U Death Spark @Mark Tedin +72a C Gorilla Shaman @Anthony S. Waters +73 U Iceberg @Jeff A. Menges +84 C Mistfolk @Quinton Hoover +85 U Bounty of the Hunt @Jeff A. Menges +86a C Deadly Insect @Scott Kirschner +90 C Portent @Liz Danforth +100 C Snow Devil @Ken Meyer, Jr. +112 C Zuran Spellcaster @Edward P. Beard, Jr. +114 U Ashen Ghoul @Ron Spencer +119 C Dark Banishing @Drew Tucker +120 C Dark Ritual @Justin Hampton +123 U Drift of the Dead @Brian Snõddy +127 C Gangrenous Zombies @Brian Snõddy +137 C Kjeldoran Dead @Melissa A. Benson +142 C Legions of Lim-Dul @Anson Maddocks +161 C Soul Burn @Rob Alexander +194 C Incinerate @Mark Poole +208 U Orcish Healer @Quinton Hoover +210 C Orcish Lumberjack @Dan Frazier +225 C Aurochs @Ken Meyer, Jr. +270 C Tinder Wall @Rick Emond +278 C Woolly Mammoths @Dan Frazier +293 U Giant Trap Door Spider @Heather Hudson +305 U Wings of Aesthir @Edward P. Beard, Jr. +310 U Arcum's Weathervane @Tom Wänerstrand +312 C Barbed Sextant @Amy Weber +336 U Skull Catapult @Bryon Wackwitz +349 U Whalebone Glider @Amy Weber +369 L Plains @Christopher Rush +370 L Plains @Christopher Rush +371 L Plains @Christopher Rush +372 L Island @Anson Maddocks +373 L Island @Anson Maddocks +374 L Island @Anson Maddocks +375 L Swamp @Douglas Shuler +376 L Swamp @Douglas Shuler +377 L Swamp @Douglas Shuler +378 L Mountain @Tom Wänerstrand +379 L Mountain @Tom Wänerstrand +380 L Mountain @Tom Wänerstrand +381 L Forest @Pat Morrissey +382 L Forest @Pat Morrissey +383 L Forest @Pat Morrissey [tokens] w_0_1_deserter diff --git a/forge-gui/res/editions/Coldsnap.txt b/forge-gui/res/editions/Coldsnap.txt index b4701550074..e2c05a338f7 100644 --- a/forge-gui/res/editions/Coldsnap.txt +++ b/forge-gui/res/editions/Coldsnap.txt @@ -12,161 +12,161 @@ FatPackExtraSlots=40 BasicLands ScryfallCode=CSP [cards] -1 R Adarkar Valkyrie -26 U Adarkar Windform -101 R Allosaurus Rider -143 U Arctic Flats -102 U Arctic Nishoba -27 R Arcum Dagsson -103 C Aurochs Herd -51 U Balduvian Fallen -28 U Balduvian Frostwaker -76 U Balduvian Rage -77 U Balduvian Warlord -126 U Blizzard Specter -104 C Boreal Centaur -105 C Boreal Druid -2 C Boreal Griffin -144 U Boreal Shelf -78 R Braid of Fire -106 R Brooding Saurian -107 C Bull Aurochs -52 C Chill to the Bone -53 C Chilling Shade -136 U Coldsteel Heart -29 R Commandeer -30 U Controvert -31 U Counterbalance -3 R Cover of Winter -79 U Cryoclasm -4 R Darien, King of Kjeldor -145 R Dark Depths -54 U Deathmark -127 U Deepfire Elemental -128 R Diamond Faerie -55 C Disciple of Tevesh Szat -32 C Drelnoch -80 U Earthen Goo -56 C Feast of Flesh -5 R Field Marshal -33 U Flashfreeze -108 U Freyalise's Radiance -146 U Frost Marsh -34 C Frost Raptor -109 C Frostweb Spider -35 C Frozen Solid -81 R Fury of the Horde -129 R Garza Zol, Plague Queen -57 R Garza's Assassin -6 C Gelid Shackles -7 U Glacial Plating -82 C Goblin Furrier -83 C Goblin Rimerunner -84 U Greater Stone Spirit -58 C Grim Harvest -59 U Gristle Grinner -60 C Gutless Ghoul -61 R Haakon, Stromgald Scourge -36 R Heidar, Rimewind Master -62 R Herald of Leshrac -110 R Hibernation's End -147 U Highland Weald -85 C Icefall -111 C Into the North -137 R Jester's Scepter -37 R Jokulmorder -8 U Jotun Grunt -9 U Jotun Owl Keeper -130 U Juniper Order Ranger -86 R Karplusan Minotaur -112 U Karplusan Strider -87 C Karplusan Wolverine -10 U Kjeldoran Gargoyle -11 C Kjeldoran Javelineer -12 C Kjeldoran Outrider -13 C Kjeldoran War Cry -38 C Krovikan Mist -63 U Krovikan Rot -64 C Krovikan Scoundrel -39 U Krovikan Whispers -88 R Lightning Serpent -89 U Lightning Storm -90 R Lovisa Coldeyes -14 U Luminesce -91 U Magmatic Core -92 C Martyr of Ashes -65 C Martyr of Bones -40 C Martyr of Frost -15 C Martyr of Sands -113 C Martyr of Spores -138 U Mishra's Bauble -148 U Mouth of Ronom -114 U Mystic Melting -115 R Ohran Viper -93 C Ohran Yeti -94 C Orcish Bloodpainter -116 R Panglacial Wurm -41 U Perilous Research -66 U Phobian Phantasm -67 R Phyrexian Etchings -139 U Phyrexian Ironfoot -140 U Phyrexian Snowcrusher -141 R Phyrexian Soulgorger -117 U Resize -68 U Rime Transfusion -69 C Rimebound Dead -42 R Rimefeather Owl -118 U Rimehorn Aurochs -95 R Rimescale Dragon -43 U Rimewind Cryomancer -44 C Rimewind Taskmage -96 C Rite of Flame -119 C Ronom Hulk -45 C Ronom Serpent -16 C Ronom Unicorn -46 C Rune Snag -149 R Scrying Sheets -131 R Sek'Kuar, Deathkeeper -120 R Shape of the Wiitigo -121 U Sheltering Ancient -122 C Simian Brawler -97 C Skred -155 C Snow-Covered Forest -152 C Snow-Covered Island -154 C Snow-Covered Mountain -151 C Snow-Covered Plains -153 C Snow-Covered Swamp -70 R Soul Spike -123 C Sound the Call -17 C Squall Drifter -98 U Stalking Yeti -124 U Steam Spitter -71 U Stromgald Crusader -18 C Sun's Bounty -19 R Sunscour -47 C Surging AEther -72 C Surging Dementia -99 C Surging Flame -125 C Surging Might -20 C Surging Sentinels -48 C Survivor of the Unseen -21 C Swift Maneuver -132 R Tamanoa -49 C Thermal Flux -100 C Thermopod -142 R Thrumming Stone -150 U Tresserhorn Sinks -73 U Tresserhorn Skyknight -22 U Ursine Fylgja -133 U Vanish into Memory -50 R Vexing Sphinx -74 R Void Maw -23 U Wall of Shards -24 U White Shield Crusader -134 U Wilderness Elemental -25 R Woolly Razorback -75 C Zombie Musher -135 R Zur the Enchanter +1 R Adarkar Valkyrie @Jeremy Jarvis +26 U Adarkar Windform @Randy Gallegos +101 R Allosaurus Rider @Daren Bader +143 U Arctic Flats @John Avon +102 U Arctic Nishoba @Dave Kendall +27 R Arcum Dagsson @Pete Venters +103 C Aurochs Herd @Darrell Riche +51 U Balduvian Fallen @Dave Kendall +28 U Balduvian Frostwaker @Stephen Tappin +76 U Balduvian Rage @John Matson +77 U Balduvian Warlord @Paolo Parente +126 U Blizzard Specter @Hideaki Takamura +104 C Boreal Centaur @Marcelo Vignali +105 C Boreal Druid @Dan Dos Santos +2 C Boreal Griffin @Cyril Van Der Haegen +144 U Boreal Shelf @Heather Hudson +78 R Braid of Fire @Cyril Van Der Haegen +106 R Brooding Saurian @rk post +107 C Bull Aurochs @Kev Walker +52 C Chill to the Bone @Jim Murray +53 C Chilling Shade @Jeff Nentrup +136 U Coldsteel Heart @Mark Romanoski +29 R Commandeer @John Matson +30 U Controvert @Joel Thomas +31 U Counterbalance @John Zeleznik +3 R Cover of Winter @Wayne Reynolds +79 U Cryoclasm @Zoltan Boros & Gabor Szikszai +4 R Darien, King of Kjeldor @Michael Phillippi +145 R Dark Depths @Stephan Martiniere +54 U Deathmark @Jeremy Jarvis +127 U Deepfire Elemental @Joel Thomas +128 R Diamond Faerie @Heather Hudson +55 C Disciple of Tevesh Szat @Pete Venters +32 C Drelnoch @Zoltan Boros & Gabor Szikszai +80 U Earthen Goo @Nick Percival +56 C Feast of Flesh @Volkan Baǵa +5 R Field Marshal @Stephen Tappin +33 U Flashfreeze @Brian Despain +108 U Freyalise's Radiance @Thomas M. Baxa +146 U Frost Marsh @Jim Pavelec +34 C Frost Raptor @Lars Grant-West +109 C Frostweb Spider @Greg Hildebrandt +35 C Frozen Solid @Ralph Horsley +81 R Fury of the Horde @Stephen Tappin +129 R Garza Zol, Plague Queen @Darrell Riche +57 R Garza's Assassin @Paolo Parente +6 C Gelid Shackles @Alex Horley-Orlandelli +7 U Glacial Plating @Brian Despain +82 C Goblin Furrier @Warren Mahy +83 C Goblin Rimerunner @Christopher Rush +84 U Greater Stone Spirit @Yokota Katsumi +58 C Grim Harvest @Zoltan Boros & Gabor Szikszai +59 U Gristle Grinner @Dave Allsop +60 C Gutless Ghoul @Kensuke Okabayashi +61 R Haakon, Stromgald Scourge @Mark Zug +36 R Heidar, Rimewind Master @Ron Spears +62 R Herald of Leshrac @Alex Horley-Orlandelli +110 R Hibernation's End @Steven Belledin +147 U Highland Weald @John Avon +85 C Icefall @Warren Mahy +111 C Into the North @Richard Sardinha +137 R Jester's Scepter @Matt Cavotta +37 R Jokulmorder @Mark Zug +8 U Jotun Grunt @Franz Vohwinkel +9 U Jotun Owl Keeper @Dave Dorman +130 U Juniper Order Ranger @Greg Hildebrandt +86 R Karplusan Minotaur @Wayne England +112 U Karplusan Strider @Dan Scott +87 C Karplusan Wolverine @Greg Hildebrandt +10 U Kjeldoran Gargoyle @Marcelo Vignali +11 C Kjeldoran Javelineer @Dave Dorman +12 C Kjeldoran Outrider @Carl Critchlow +13 C Kjeldoran War Cry @Michael Phillippi +38 C Krovikan Mist @Jeremy Jarvis +63 U Krovikan Rot @Michael Sutfin +64 C Krovikan Scoundrel @Ralph Horsley +39 U Krovikan Whispers @Nick Percival +88 R Lightning Serpent @John Avon +89 U Lightning Storm @Luca Zontini +90 R Lovisa Coldeyes @Brian Snõddy +14 U Luminesce @Daren Bader +91 U Magmatic Core @Matt Cavotta +92 C Martyr of Ashes @Ralph Horsley +65 C Martyr of Bones @E. M. Gist +40 C Martyr of Frost @Wayne England +15 C Martyr of Sands @Randy Gallegos +113 C Martyr of Spores @Dan Scott +138 U Mishra's Bauble @Chippy +148 U Mouth of Ronom @Daren Bader +114 U Mystic Melting @Chippy +115 R Ohran Viper @Kev Walker +93 C Ohran Yeti @Wayne Reynolds +94 C Orcish Bloodpainter @Alan Pollack +116 R Panglacial Wurm @Jim Pavelec +41 U Perilous Research @Dany Orizio +66 U Phobian Phantasm @Steven Belledin +67 R Phyrexian Etchings @Ron Spears +139 U Phyrexian Ironfoot @Stephan Martiniere +140 U Phyrexian Snowcrusher @Dave Allsop +141 R Phyrexian Soulgorger @Brian Snõddy +117 U Resize @Daren Bader +68 U Rime Transfusion @Jeff Nentrup +69 C Rimebound Dead @Dave Kendall +42 R Rimefeather Owl @Kensuke Okabayashi +118 U Rimehorn Aurochs @Brian Despain +95 R Rimescale Dragon @Jeff Easley +43 U Rimewind Cryomancer @Dan Scott +44 C Rimewind Taskmage @Ron Spears +96 C Rite of Flame @Dany Orizio +119 C Ronom Hulk @Zoltan Boros & Gabor Szikszai +45 C Ronom Serpent @Ron Spencer +16 C Ronom Unicorn @Carl Critchlow +46 C Rune Snag @Dave Dorman +149 R Scrying Sheets @Thomas M. Baxa +131 R Sek'Kuar, Deathkeeper @Jeff Miracola +120 R Shape of the Wiitigo @Ron Spencer +121 U Sheltering Ancient @Pete Venters +122 C Simian Brawler @Warren Mahy +97 C Skred @Christopher Moeller +155 C Snow-Covered Forest @Jim Nelson +152 C Snow-Covered Island @Franz Vohwinkel +154 C Snow-Covered Mountain @John Zeleznik +151 C Snow-Covered Plains @Mark Romanoski +153 C Snow-Covered Swamp @Rob Alexander +70 R Soul Spike @Wayne England +123 C Sound the Call @Jim Nelson +17 C Squall Drifter @Joel Thomas +98 U Stalking Yeti @Brian Snõddy +124 U Steam Spitter @Christopher Rush +71 U Stromgald Crusader @Volkan Baǵa +18 C Sun's Bounty @Michael Sutfin +19 R Sunscour @Jim Murray +47 C Surging Aether @Anthony S. Waters +72 C Surging Dementia @Hideaki Takamura +99 C Surging Flame @Ron Spencer +125 C Surging Might @Luca Zontini +20 C Surging Sentinels @Christopher Moeller +48 C Survivor of the Unseen @Alan Pollack +21 C Swift Maneuver @Michael Sutfin +132 R Tamanoa @rk post +49 C Thermal Flux @Jeff Miracola +100 C Thermopod @Dan Dos Santos +142 R Thrumming Stone @Rob Alexander +150 U Tresserhorn Sinks @Darrell Riche +73 U Tresserhorn Skyknight @Dan Dos Santos +22 U Ursine Fylgja @Yokota Katsumi +133 U Vanish into Memory @Rebekah Lynn +50 R Vexing Sphinx @Lars Grant-West +74 R Void Maw @E. M. Gist +23 U Wall of Shards @Alex Horley-Orlandelli +24 U White Shield Crusader @Jeff Easley +134 U Wilderness Elemental @Anthony S. Waters +25 R Woolly Razorback @Richard Sardinha +75 C Zombie Musher @Kev Walker +135 R Zur the Enchanter @Pete Venters [tokens] marit_lage diff --git a/forge-gui/res/editions/Commander 2013.txt b/forge-gui/res/editions/Commander 2013.txt index 48ec0ddfdfe..83aaf1e507c 100644 --- a/forge-gui/res/editions/Commander 2013.txt +++ b/forge-gui/res/editions/Commander 2013.txt @@ -8,362 +8,362 @@ Type=Commander ScryfallCode=C13 [cards] -1 R Act of Authority -2 U Aerie Mystics -3 U Ajani's Pridemate -4 R Angel of Finality -5 U Archangel -6 U Azorius Herald -7 R Cradle of Vitality -8 U Curse of the Forsaken -9 U Darksteel Mutation -10 R Eternal Dragon -11 U Fiend Hunter -12 R Flickerform -13 U Flickerwisp -14 R Karmic Guide -15 R Kirtar's Wrath -16 R Kongming, "Sleeping Dragon" -17 R Mirror Entity -18 R Mystic Barrier -19 U Razor Hippogriff -20 R Serene Master -21 M Serra Avatar -22 U Stonecloaker -23 U Survival Cache -24 R Tempt with Glory -25 R Unexpectedly Absent -26 R Wall of Reverence -27 R Wrath of God -28 C Arcane Denial -29 R Arcane Melee -30 U Augur of Bolas -31 R Azami, Lady of Scrolls -32 R Blue Sun's Zenith -33 U Borrowing 100,000 Arrows -34 U Brilliant Plan -35 U Control Magic -36 U Curse of Inertia -37 U Deceiver Exarch -38 C Deep Analysis -39 U Dismiss -40 U Diviner Spirit -41 R Djinn of Infinite Deceits -42 R Dungeon Geists -43 R Echo Mage -44 U Fog Bank -45 U Guard Gomazoa -46 U Hada Spy Patrol -47 R Illusionist's Gambit -48 R Jace's Archivist -49 R Lu Xun, Scholar General -50 C Mnemonic Wall -51 U Opportunity -52 R Order of Succession -53 U Propaganda -54 U Prosperity -55 U Raven Familiar -56 R Sharding Sphinx -57 U Skyscribing -58 U Stormscape Battlemage -59 U Strategic Planning -60 R Tempt with Reflections -61 C Thornwind Faeries -62 R Tidal Force -63 R True-Name Nemesis -64 R Uyo, Silent Prophet -65 C Vision Skeins -66 U Wash Out -67 U Wonder -68 U Annihilate -69 M Army of the Damned -70 R Baleful Force -71 U Curse of Shallow Graves -72 R Decree of Pain -73 C Dirge of Dread -74 U Disciple of Griselbrand -75 R Endless Cockroaches -76 R Endrek Sahr, Master Breeder -77 U Famine -78 R Fell Shepherd -79 R Greed -80 U Hooded Horror -81 U Infest -82 U Marrow Bats -83 C Nightscape Familiar -84 R Ophiomancer -85 U Phthisis -86 R Phyrexian Delver -87 U Phyrexian Gargantua -88 U Phyrexian Reclamation -89 R Price of Knowledge -90 C Quagmire Druid -91 U Reckless Spite -92 R Sanguine Bond -93 R Stronghold Assassin -94 R Sudden Spoiling -95 R Tempt with Immortality -96 R Toxic Deluge -97 U Vampire Nighthawk -98 U Vile Requiem -99 C Viscera Seer -100 U Wight of Precinct Six -101 U Blood Rites -102 R Capricious Efreet -103 R Charmbreaker Devils -104 R Crater Hellion -105 U Curse of Chaos -106 U Fireball -107 C Fissure Vent -108 R From the Ashes -109 U Furnace Celebration -110 U Goblin Bombardment -111 R Goblin Sharpshooter -112 U Guttersnipe -113 R Incendiary Command -114 M Inferno Titan -115 R Magus of the Arena -116 R Mass Mutiny -117 R Molten Disaster -118 U Rough // Tumble -119 U Slice and Dice -120 U Spitebellows -121 R Stalking Vengeance -122 R Starstorm -123 U Street Spasm -124 R Sudden Demise -125 R Tempt with Vengeance -126 U Terra Ravager -127 R Tooth and Claw -128 U War Cadence -129 R Warstorm Surge -130 R Where Ancients Tread -131 R Widespread Panic -132 R Wild Ricochet -133 R Witch Hunt -134 U Acidic Slime -135 M Avenger of Zendikar -136 U Baloth Woodcrasher -137 R Bane of Progress -138 R Brooding Saurian -139 C Cultivate -140 U Curse of Predation -141 U Deadwood Treefolk -142 U Drumhunter -143 C Elvish Skysweeper -144 C Farhaven Elf -145 U Fecundity -146 R Foster -147 C Grazing Gladehart -148 U Harmonize -149 R Hua Tuo, Honored Physician -150 R Hunted Troll -151 U Jade Mage -152 R Kazandu Tuskcaller -153 U Krosan Grip -154 C Krosan Tusker -155 U Krosan Warchief -156 C Mold Shambler -157 R Naya Soulbeast -158 C Night Soil -159 U One Dozen Eyes -160 R Phantom Nantuko -161 C Presence of Gond -162 R Primal Vigor -163 U Rain of Thorns -164 M Rampaging Baloths -165 R Ravenous Baloth -166 U Reincarnation -167 U Restore -168 C Sakura-Tribe Elder -169 R Silklash Spider -170 U Slice in Twain -171 R Spawning Grounds -172 U Spoils of Victory -173 C Sprouting Vines -174 R Tempt with Discovery -175 U Walker of the Grove -176 R AEthermage's Touch -177 U Baleful Strix -178 U Behemoth Sledge -179 U Boros Charm -180 R Charnelhoard Wurm -181 U Crosis's Charm -182 R Cruel Ultimatum -183 R Death Grasp -184 R Deathbringer Thoctar -185 U Deepfire Elemental -186 M Derevi, Empyrial Tactician -187 U Dromar's Charm -188 R Fiery Justice -189 R Filigree Angel -190 U Fires of Yavimaya -191 M Gahiji, Honored One -192 U Grixis Charm -193 C Hull Breach -194 M Jeleva, Nephalia's Scourge -195 U Jund Charm -196 U Leafdrake Roost -197 U Lim-Dul's Vault -198 M Marath, Will of the Wild -199 M Mayael the Anima -200 U Naya Charm -201 M Nekusar, the Mindrazer -202 U Nivix Guildmage -203 M Oloro, Ageless Ascetic -204 M Prossh, Skyraider of Kher -205 C Rakeclaw Gargantuan -206 M Roon of the Hidden Realm -207 R Rubinia Soulsinger -208 U Savage Twister -209 U Scarland Thrinax -210 R Sek'Kuar, Deathkeeper -211 U Selesnya Charm -212 M Sharuum the Hegemon -213 M Shattergang Brothers -214 U Skyward Eye Prophets -215 C Soul Manipulation -216 R Spellbreaker Behemoth -217 M Sphinx of the Steel Wind -218 R Spinal Embrace -219 U Sprouting Thrinax -220 M Sydri, Galvanic Genius -221 M Thraximundar -222 C Tidehollow Strix -223 U Tower Gargoyle -224 C Valley Rannet -225 U Vizkopa Guildmage -226 C Winged Coatl -227 R Augury Adept -228 R Divinity of Pride -229 U Golgari Guildmage -230 U Mistmeadow Witch -231 R Murkfiend Liege -232 U Selesnya Guildmage -233 R Spiteful Visions -234 U Thopter Foundry -235 C Armillary Sphere -236 U Azorius Keyrune -237 U Basalt Monolith -238 U Carnage Altar -239 R Conjurer's Closet -240 R Crawlspace -241 U Darksteel Ingot -242 R Druidic Satchel -243 R Eye of Doom -244 R Jar of Eyeballs -245 U Leonin Bladetrap -246 R Mirari -247 R Myr Battlesphere -248 R Nevinyrral's Disk -249 C Nihil Spellbomb -250 C Obelisk of Esper -251 C Obelisk of Grixis -252 C Obelisk of Jund -253 C Pilgrim's Eye -254 R Plague Boiler -255 C Pristine Talisman -256 R Seer's Sundial -257 C Selesnya Signet -258 C Simic Signet -259 U Sol Ring -260 R Spine of Ish Sah -261 U Sun Droplet -262 R Surveyor's Scope -263 U Swiftfoot Boots -264 R Sword of the Paruns -265 R Temple Bell -266 R Thousand-Year Elixir -267 U Thunderstaff -268 R Tower of Fortunes -269 U Viseling -270 C Wayfarer's Bauble -271 R Well of Lost Dreams -272 U Akoum Refuge -273 U Arcane Sanctum -274 C Azorius Chancery -275 C Azorius Guildgate -276 C Bant Panorama -277 C Barren Moor -278 C Bojuka Bog -279 C Boros Garrison -280 C Boros Guildgate -281 C Command Tower -282 R Contested Cliffs -283 U Crumbling Necropolis -284 C Dimir Guildgate -285 C Drifting Meadow -286 C Esper Panorama -287 C Evolving Wilds -288 U Faerie Conclave -289 C Forgotten Cave -290 C Golgari Guildgate -291 C Golgari Rot Farm -292 R Grim Backwoods -293 C Grixis Panorama -294 C Gruul Guildgate -295 R Homeward Path -296 C Izzet Boilerworks -297 C Izzet Guildgate -298 C Jund Panorama -299 U Jungle Shrine -300 U Jwar Isle Refuge -301 U Kazandu Refuge -302 C Khalni Garden -303 R Kher Keep -304 U Llanowar Reborn -305 C Lonely Sandbar -306 U Molten Slagheap -307 R Mosswort Bridge -308 C Naya Panorama -309 U New Benalia -310 C Opal Palace -311 C Orzhov Basilica -312 C Orzhov Guildgate -313 C Rakdos Carnarium -314 C Rakdos Guildgate -315 C Rupture Spire -316 U Saltcrusted Steppe -317 U Savage Lands -318 U Seaside Citadel -319 C Secluded Steppe -320 U Sejiri Refuge -321 C Selesnya Guildgate -322 C Selesnya Sanctuary -323 C Simic Guildgate -324 C Slippery Karst -325 C Smoldering Crater -326 R Springjack Pasture -327 U Temple of the False God -328 C Terramorphic Expanse -329 C Tranquil Thicket -330 C Transguild Promenade -331 U Urza's Factory -332 U Vitu-Ghazi, the City-Tree -333 U Vivid Crag -334 U Vivid Creek -335 U Vivid Grove -336 U Vivid Marsh -340 L Plains -340 L Plains -340 L Plains -340 L Plains -341 L Island -341 L Island -341 L Island -341 L Island -345 L Swamp -345 L Swamp -345 L Swamp -345 L Swamp -351 L Mountain -351 L Mountain -351 L Mountain -351 L Mountain -353 L Forest -353 L Forest -353 L Forest -353 L Forest +1 R Act of Authority @Véronique Meignaud +2 U Aerie Mystics @Mark Zug +3 U Ajani's Pridemate @Svetlin Velinov +4 R Angel of Finality @Howard Lyon +5 U Archangel @Quinton Hoover +6 U Azorius Herald @Justin Sweet +7 R Cradle of Vitality @Trevor Hairsine +8 U Curse of the Forsaken @William Wu +9 U Darksteel Mutation @Daniel Ljunggren +10 R Eternal Dragon @Adam Rex +11 U Fiend Hunter @Wayne Reynolds +12 R Flickerform @Ron Spears +13 U Flickerwisp @Jeremy Enecio +14 R Karmic Guide @Allen Williams +15 R Kirtar's Wrath @Kev Walker +16 R Kongming, "Sleeping Dragon" @Gao Yan +17 R Mirror Entity @Zoltan Boros & Gabor Szikszai +18 R Mystic Barrier @Matt Stewart +19 U Razor Hippogriff @David Rapoza +20 R Serene Master @Mark Zug +21 M Serra Avatar @Dermot Power +22 U Stonecloaker @Tomas Giorello +23 U Survival Cache @Scott Chou +24 R Tempt with Glory @Michael Komarck +25 R Unexpectedly Absent @Min Yum +26 R Wall of Reverence @Wayne Reynolds +27 R Wrath of God @Kev Walker +28 C Arcane Denial @Mark Zug +29 R Arcane Melee @Jaime Jones +30 U Augur of Bolas @Slawomir Maniak +31 R Azami, Lady of Scrolls @Ittoku +32 R Blue Sun's Zenith @Izzy +33 U Borrowing 100,000 Arrows @Song Shikai +34 U Brilliant Plan @Song Shikai +35 U Control Magic @Clint Cearley +36 U Curse of Inertia @Jasper Sandner +37 U Deceiver Exarch @Izzy +38 C Deep Analysis @Daren Bader +39 U Dismiss @Donato Giancola +40 U Diviner Spirit @Yeong-Hao Han +41 R Djinn of Infinite Deceits @Robbie Trevino +42 R Dungeon Geists @Nils Hamm +43 R Echo Mage @Matt Stewart +44 U Fog Bank @Howard Lyon +45 U Guard Gomazoa @Rob Alexander +46 U Hada Spy Patrol @Zoltan Boros & Gabor Szikszai +47 R Illusionist's Gambit @Zoltan Boros +48 R Jace's Archivist @James Ryman +49 R Lu Xun, Scholar General @Xu Xiaoming +50 C Mnemonic Wall @Vance Kovacs +51 U Opportunity @Allen Williams +52 R Order of Succession @Magali Villeneuve +53 U Propaganda @Clint Cearley +54 U Prosperity @Nic Klein +55 U Raven Familiar @John Avon +56 R Sharding Sphinx @Michael Bruinsma +57 U Skyscribing @Richard Wright +58 U Stormscape Battlemage @Christopher Moeller +59 U Strategic Planning @Zhang Jiazhen +60 R Tempt with Reflections @Mike Bierek +61 C Thornwind Faeries @Rebecca Guay +62 R Tidal Force @Phill Simmer +63 R True-Name Nemesis @Zack Stella +64 R Uyo, Silent Prophet @John Bolton +65 C Vision Skeins @Aleksi Briclot +66 U Wash Out @Steven Belledin +67 U Wonder @Rebecca Guay +68 U Annihilate @Kev Walker +69 M Army of the Damned @Ryan Pancoast +70 R Baleful Force @Eytan Zana +71 U Curse of Shallow Graves @Karla Ortiz +72 R Decree of Pain @Mathias Kollros +73 C Dirge of Dread @Heather Hudson +74 U Disciple of Griselbrand @Clint Cearley +75 R Endless Cockroaches @Ron Spencer +76 R Endrek Sahr, Master Breeder @Mark Tedin +77 U Famine @Karla Ortiz +78 R Fell Shepherd @Brad Rigney +79 R Greed @Izzy +80 U Hooded Horror @Allen Williams +81 U Infest @Karl Kopinski +82 U Marrow Bats @Jason A. Engle +83 C Nightscape Familiar @Jeff Easley +84 R Ophiomancer @John Stanko +85 U Phthisis @Carl Critchlow +86 R Phyrexian Delver @Igor Kieryluk +87 U Phyrexian Gargantua @Igor Kieryluk +88 U Phyrexian Reclamation @rk post +89 R Price of Knowledge @Dan Scott +90 C Quagmire Druid @Jaime Jones +91 U Reckless Spite @Karl Kopinski +92 R Sanguine Bond @Jaime Jones +93 R Stronghold Assassin @Matthew D. Wilson +94 R Sudden Spoiling @Alan Pollack +95 R Tempt with Immortality @Philip Straub +96 R Toxic Deluge @Svetlin Velinov +97 U Vampire Nighthawk @Jason Chan +98 U Vile Requiem @Carl Critchlow +99 C Viscera Seer @John Stanko +100 U Wight of Precinct Six @Ryan Barger +101 U Blood Rites @Raymond Swanland +102 R Capricious Efreet @Justin Sweet +103 R Charmbreaker Devils @Dan Scott +104 R Crater Hellion @Daren Bader +105 U Curse of Chaos @Jason A. Engle +106 U Fireball @Dave Dorman +107 C Fissure Vent @Philip Straub +108 R From the Ashes @Karl Kopinski +109 U Furnace Celebration @Svetlin Velinov +110 U Goblin Bombardment @Brian Snõddy +111 R Goblin Sharpshooter @Wayne Reynolds +112 U Guttersnipe @Steve Prescott +113 R Incendiary Command @Wayne England +114 M Inferno Titan @Kev Walker +115 R Magus of the Arena @Thomas M. Baxa +116 R Mass Mutiny @Carl Critchlow +117 R Molten Disaster @Ittoku +118 U Rough // Tumble @Luca Zontini +119 U Slice and Dice @Mark Brill +120 U Spitebellows @Larry MacDougall +121 R Stalking Vengeance @Anthony S. Waters +122 R Starstorm @Jonas De Ro +123 U Street Spasm @Raymond Swanland +124 R Sudden Demise @Dan Scott +125 R Tempt with Vengeance @Ryan Barger +126 U Terra Ravager @Ralph Horsley +127 R Tooth and Claw @Val Mayerik +128 U War Cadence @John Matson +129 R Warstorm Surge @Raymond Swanland +130 R Where Ancients Tread @Zoltan Boros & Gabor Szikszai +131 R Widespread Panic @Dave Kendall +132 R Wild Ricochet @Dan Scott +133 R Witch Hunt @Karl Kopinski +134 U Acidic Slime @Karl Kopinski +135 M Avenger of Zendikar @Zoltan Boros & Gabor Szikszai +136 U Baloth Woodcrasher @Zoltan Boros & Gabor Szikszai +137 R Bane of Progress @Lars Grant-West +138 R Brooding Saurian @rk post +139 C Cultivate @Anthony Palumbo +140 U Curse of Predation @Jack Wang +141 U Deadwood Treefolk @Don Hazeltine +142 U Drumhunter @Jim Murray +143 C Elvish Skysweeper @Mark Tedin +144 C Farhaven Elf @Brandon Kitkouski +145 U Fecundity @Rebecca Guay +146 R Foster @Carl Critchlow +147 C Grazing Gladehart @Ryan Pancoast +148 U Harmonize @Paul Lee +149 R Hua Tuo, Honored Physician @Gao Jianzhang +150 R Hunted Troll @Greg Staples +151 U Jade Mage @Izzy +152 R Kazandu Tuskcaller @Mike Bierek +153 U Krosan Grip @Zoltan Boros & Gabor Szikszai +154 C Krosan Tusker @Kev Walker +155 U Krosan Warchief @Greg Hildebrandt +156 C Mold Shambler @Karl Kopinski +157 R Naya Soulbeast @Jesper Ejsing +158 C Night Soil @Richard Wright +159 U One Dozen Eyes @Darrell Riche +160 R Phantom Nantuko @Wayne England +161 C Presence of Gond @Brandon Kitkouski +162 R Primal Vigor @Matt Stewart +163 U Rain of Thorns @Sam Burley +164 M Rampaging Baloths @Steve Prescott +165 R Ravenous Baloth @Todd Lockwood +166 U Reincarnation @Steve Prescott +167 U Restore @John Avon +168 C Sakura-Tribe Elder @Carl Critchlow +169 R Silklash Spider @Iain McCaig +170 U Slice in Twain @Efrem Palacios +171 R Spawning Grounds @Vincent Proce +172 U Spoils of Victory @Sun Nan +173 C Sprouting Vines @John Avon +174 R Tempt with Discovery @William Wu +175 U Walker of the Grove @Todd Lockwood +176 R Aethermage's Touch @Randy Gallegos +177 U Baleful Strix @Nils Hamm +178 U Behemoth Sledge @Steve Prescott +179 U Boros Charm @Zoltan Boros +180 R Charnelhoard Wurm @Lars Grant-West +181 U Crosis's Charm @Marco Nelor +182 R Cruel Ultimatum @Todd Lockwood +183 R Death Grasp @Raymond Swanland +184 R Deathbringer Thoctar @Karl Kopinski +185 U Deepfire Elemental @Joel Thomas +186 M Derevi, Empyrial Tactician @Michael Komarck +187 U Dromar's Charm @Marco Nelor +188 R Fiery Justice @Mathias Kollros +189 R Filigree Angel @Richard Whitters +190 U Fires of Yavimaya @Izzy +191 M Gahiji, Honored One @Brynn Metheney +192 U Grixis Charm @Lars Grant-West +193 C Hull Breach @Brian Snõddy +194 M Jeleva, Nephalia's Scourge @Cynthia Sheppard +195 U Jund Charm @Brandon Kitkouski +196 U Leafdrake Roost @Nick Percival +197 U Lim-Dul's Vault @Wayne England +198 M Marath, Will of the Wild @Tyler Jacobson +199 M Mayael the Anima @Jason Chan +200 U Naya Charm @Jesper Ejsing +201 M Nekusar, the Mindrazer @Mark Winters +202 U Nivix Guildmage @Scott M. Fischer +203 M Oloro, Ageless Ascetic @Eric Deschamps +204 M Prossh, Skyraider of Kher @Todd Lockwood +205 C Rakeclaw Gargantuan @Jesper Ejsing +206 M Roon of the Hidden Realm @Steve Prescott +207 R Rubinia Soulsinger @Cynthia Sheppard +208 U Savage Twister @John Avon +209 U Scarland Thrinax @Daarken +210 R Sek'Kuar, Deathkeeper @Jesper Ejsing +211 U Selesnya Charm @Zoltan Boros +212 M Sharuum the Hegemon @Izzy +213 M Shattergang Brothers @Kev Walker +214 U Skyward Eye Prophets @Matt Stewart +215 C Soul Manipulation @Carl Critchlow +216 R Spellbreaker Behemoth @Jason Chan +217 M Sphinx of the Steel Wind @Kev Walker +218 R Spinal Embrace @Donato Giancola +219 U Sprouting Thrinax @Jarreau Wimberly +220 M Sydri, Galvanic Genius @Terese Nielsen +221 M Thraximundar @Raymond Swanland +222 C Tidehollow Strix @Cyril Van Der Haegen +223 U Tower Gargoyle @Matt Cavotta +224 C Valley Rannet @Dave Allsop +225 U Vizkopa Guildmage @Tyler Jacobson +226 C Winged Coatl @Izzy +227 R Augury Adept @Steve Prescott +228 R Divinity of Pride @Greg Staples +229 U Golgari Guildmage @Zoltan Boros & Gabor Szikszai +230 U Mistmeadow Witch @Greg Staples +231 R Murkfiend Liege @Carl Critchlow +232 U Selesnya Guildmage @Mark Zug +233 R Spiteful Visions @Brandon Kitkouski +234 U Thopter Foundry @Ralph Horsley +235 C Armillary Sphere @Franz Vohwinkel +236 U Azorius Keyrune @Daniel Ljunggren +237 U Basalt Monolith @Yeong-Hao Han +238 U Carnage Altar @James Paick +239 R Conjurer's Closet @Jason Felix +240 R Crawlspace @Franz Vohwinkel +241 U Darksteel Ingot @Martina Pilcerova +242 R Druidic Satchel @Matt Stewart +243 R Eye of Doom @Yeong-Hao Han +244 R Jar of Eyeballs @Jaime Jones +245 U Leonin Bladetrap @Randy Gallegos +246 R Mirari @Donato Giancola +247 R Myr Battlesphere @Franz Vohwinkel +248 R Nevinyrral's Disk @Steve Argyle +249 C Nihil Spellbomb @Franz Vohwinkel +250 C Obelisk of Esper @Francis Tsai +251 C Obelisk of Grixis @Nils Hamm +252 C Obelisk of Jund @Brandon Kitkouski +253 C Pilgrim's Eye @Dan Scott +254 R Plague Boiler @Mark Tedin +255 C Pristine Talisman @Matt Cavotta +256 R Seer's Sundial @Franz Vohwinkel +257 C Selesnya Signet @Raoul Vitale +258 C Simic Signet @Mike Sass +259 U Sol Ring @Mike Bierek +260 R Spine of Ish Sah @Daniel Ljunggren +261 U Sun Droplet @Greg Hildebrandt +262 R Surveyor's Scope @Daniel Ljunggren +263 U Swiftfoot Boots @Svetlin Velinov +264 R Sword of the Paruns @Greg Hildebrandt +265 R Temple Bell @Mark Tedin +266 R Thousand-Year Elixir @Richard Sardinha +267 U Thunderstaff @Cliff Childs +268 R Tower of Fortunes @Matt Cavotta +269 U Viseling @Kev Walker +270 C Wayfarer's Bauble @Darrell Riche +271 R Well of Lost Dreams @Jeff Miracola +272 U Akoum Refuge @Fred Fields +273 U Arcane Sanctum @Anthony Francisco +274 C Azorius Chancery @John Avon +275 C Azorius Guildgate @Drew Baker +276 C Bant Panorama @Donato Giancola +277 C Barren Moor @Heather Hudson +278 C Bojuka Bog @Howard Lyon +279 C Boros Garrison @John Avon +280 C Boros Guildgate @Noah Bradley +281 C Command Tower @Ryan Yee +282 R Contested Cliffs @Anthony S. Waters +283 U Crumbling Necropolis @Dave Kendall +284 C Dimir Guildgate @Cliff Childs +285 C Drifting Meadow @Jonas De Ro +286 C Esper Panorama @Franz Vohwinkel +287 C Evolving Wilds @Steven Belledin +288 U Faerie Conclave @Stephan Martiniere +289 C Forgotten Cave @Tony Szczudlo +290 C Golgari Guildgate @Eytan Zana +291 C Golgari Rot Farm @John Avon +292 R Grim Backwoods @Vincent Proce +293 C Grixis Panorama @Nils Hamm +294 C Gruul Guildgate @Randy Gallegos +295 R Homeward Path @Tomasz Jedruszek +296 C Izzet Boilerworks @John Avon +297 C Izzet Guildgate @Noah Bradley +298 C Jund Panorama @Jaime Jones +299 U Jungle Shrine @Wayne Reynolds +300 U Jwar Isle Refuge @Cyril Van Der Haegen +301 U Kazandu Refuge @Franz Vohwinkel +302 C Khalni Garden @Ryan Pancoast +303 R Kher Keep @Paolo Parente +304 U Llanowar Reborn @Philip Straub +305 C Lonely Sandbar @Heather Hudson +306 U Molten Slagheap @Daren Bader +307 R Mosswort Bridge @Jeremy Jarvis +308 C Naya Panorama @Hideaki Takamura +309 U New Benalia @Richard Wright +310 C Opal Palace @Andreas Rocha +311 C Orzhov Basilica @John Avon +312 C Orzhov Guildgate @John Avon +313 C Rakdos Carnarium @John Avon +314 C Rakdos Guildgate @Eytan Zana +315 C Rupture Spire @Jaime Jones +316 U Saltcrusted Steppe @Greg Staples +317 U Savage Lands @Vance Kovacs +318 U Seaside Citadel @Volkan Baǵa +319 C Secluded Steppe @Heather Hudson +320 U Sejiri Refuge @Ryan Pancoast +321 C Selesnya Guildgate @Howard Lyon +322 C Selesnya Sanctuary @John Avon +323 C Simic Guildgate @Svetlin Velinov +324 C Slippery Karst @Stephen Daniele +325 C Smoldering Crater @Mark Tedin +326 R Springjack Pasture @Terese Nielsen +327 U Temple of the False God @Brian Snõddy +328 C Terramorphic Expanse @Dan Scott +329 C Tranquil Thicket @Heather Hudson +330 C Transguild Promenade @Noah Bradley +331 U Urza's Factory @Mark Tedin +332 U Vitu-Ghazi, the City-Tree @Martina Pilcerova +333 U Vivid Crag @Martina Pilcerova +334 U Vivid Creek @Fred Fields +335 U Vivid Grove @Howard Lyon +336 U Vivid Marsh @John Avon +337 L Plains @John Avon +338 L Plains @Michael Komarck +339 L Plains @Jung Park +340 L Plains @Andreas Rocha +341 L Island @Noah Bradley +342 L Island @Cliff Childs +343 L Island @Michael Komarck +344 L Island @Jung Park +345 L Swamp @Mike Bierek +346 L Swamp @Jonas De Ro +347 L Swamp @Jung Park +348 L Swamp @Andreas Rocha +349 L Mountain @Cliff Childs +350 L Mountain @Jonas De Ro +351 L Mountain @Craig Mullins +352 L Mountain @Andreas Rocha +353 L Forest @Rob Alexander +354 L Forest @Jung Park +355 L Forest @Jung Park +356 L Forest @Eytan Zana [tokens] carnivore diff --git a/forge-gui/res/editions/Commander 2014.txt b/forge-gui/res/editions/Commander 2014.txt index 09c809cc339..2963aed00f5 100644 --- a/forge-gui/res/editions/Commander 2014.txt +++ b/forge-gui/res/editions/Commander 2014.txt @@ -8,343 +8,343 @@ Type=Commander ScryfallCode=C14 [cards] -1 R Angel of the Dire Hour -2 R Angelic Field Marshal -3 R Benevolent Offering -4 R Comeuppance -5 R Containment Priest -6 R Deploy to the Front -7 R Fell the Mighty -8 R Hallowed Spiritkeeper -9 M Jazal Goldmane -10 M Nahiri, the Lithomancer -11 R AEther Gale -12 R Breaching Leviathan -13 R Domineering Will -14 R Dulcet Sirens -15 R Intellectual Offering -16 R Reef Worm -17 M Stitcher Geralf -18 R Stormsurge Kraken -19 M Teferi, Temporal Archmage -20 R Well of Ideas -21 R Demon of Wailing Agonies -22 R Flesh Carver -23 M Ghoulcaller Gisa -24 R Infernal Offering -25 R Malicious Affliction -26 R Necromantic Selection -27 M Ob Nixilis of the Black Oath -28 R Overseer of the Damned -29 R Raving Dead -30 R Spoils of Blood -31 R Wake the Dead -32 R Bitter Feud -33 M Daretti, Scrap Savant -34 R Dualcaster Mage -35 M Feldon of the Third Path -36 R Impact Resonance -37 R Incite Rebellion -38 R Scrap Mastery -39 R Tyrant's Familiar -40 R Volcanic Offering -41 R Warmonger Hellkite -42 R Creeperhulk -43 M Freyalise, Llanowar's Fury -44 R Grave Sifter -45 R Lifeblood Hydra -46 R Siege Behemoth -47 R Song of the Dryads -48 R Sylvan Offering -49 R Thunderfoot Baloth -50 M Titania, Protector of Argoth -51 R Wave of Vitriol -52 R Wolfcaller's Howl -53 U Assault Suit -54 C Commander's Sphere -55 R Crown of Doom -56 U Loreseeker's Stone -57 R Masterwork of Ingenuity -58 U Unstable Obelisk -59 U Arcane Lighthouse -60 R Flamekin Village -61 U Myriad Landscape -62 U Artisan of Kozilek -63 R Adarkar Valkyrie -64 U Afterlife -65 R Armistice -66 U Brave the Elements -67 R Cathars' Crusade -68 U Celestial Crusader -69 U Condemn -70 R Decree of Justice -71 U Flickerwisp -72 R Geist-Honored Monk -73 U Gift of Estates -74 R Grand Abolisher -75 R Kemba, Kha Regent -76 C Kor Sanctifiers -77 R Marshal's Anthem -78 R Martial Coup -79 R Mentor of the Meek -80 U Midnight Haunting -81 R Mobilization -82 R Nomads' Assembly -83 R Oblation -84 R Requiem Angel -85 U Return to Dust -86 R Sacred Mesa -87 M Serra Avatar -88 R Silverblade Paladin -89 U Skyhunter Skirmisher -90 U Spectral Procession -91 M Sun Titan -92 R Sunblast Angel -93 R True Conviction -94 R Twilight Shepherd -95 R White Sun's Zenith -96 C Whitemane Lion -97 U Wing Shards -98 U Azure Mage -99 U Brine Elemental -100 R Cackling Counterpart -101 U Call to Mind -102 C Compulsive Research -103 U Concentrate -104 R Cyclonic Rift -105 R Deep-Sea Kraken -106 U Dismiss -107 R Distorting Wake -108 C Exclude -109 C Fathom Seer -110 U Fog Bank -111 U Fool's Demise -112 M Frost Titan -113 R Hoverguard Sweepers -114 R Infinite Reflection -115 C Into the Roil -116 R Ixidron -117 M Lorthos, the Tidemaker -118 C Mulldrifter -119 R Phyrexian Ingester -120 U Pongify -121 U Riptide Survivor -122 R Rite of Replication -123 C Rush of Knowledge -124 C Sea Gate Oracle -125 C Shaper Parasite -126 R Sphinx of Jwar Isle -127 R Sphinx of Magosi -128 R Sphinx of Uthuun -129 R Stroke of Genius -130 U Turn to Frog -131 U Willbender -132 M Abyssal Persecutor -133 R AEther Snap -134 U Annihilate -135 R Bad Moon -136 R Black Sun's Zenith -137 R Bloodgift Demon -138 R Butcher of Malakir -139 R Crypt Ghast -140 R Disciple of Bolas -141 R Drana, Kalastria Bloodchief -142 U Dread Return -143 R Dregs of Sorrow -144 U Evernight Shade -145 M Grave Titan -146 C Gray Merchant of Asphodel -147 R Liliana's Reaver -148 R Magus of the Coffers -149 U Morkrut Banshee -150 R Mutilate -151 R Nantuko Shade -152 U Nekrataal -153 R Pestilence Demon -154 U Phyrexian Gargantua -155 R Pontiff of Blight -156 R Profane Command -157 R Promise of Power -158 C Read the Bones -159 M Reaper from the Abyss -160 U Shriekmaw -161 C Sign in Blood -162 U Skeletal Scrying -163 R Skirsdag High Priest -164 R Sudden Spoiling -165 C Syphon Mind -166 C Tendrils of Corruption -167 C Tragic Slip -168 U Vampire Hexmage -169 U Victimize -170 M Xathrid Demon -171 U Beetleback Chief -172 R Blasphemous Act -173 M Bogardan Hellkite -174 R Chaos Warp -175 C Faithless Looting -176 U Flametongue Kavu -177 R Goblin Welder -178 R Hoard-Smelter Dragon -179 C Ingot Chewer -180 R Magmaquake -181 U Spitebellows -182 R Starstorm -183 R Tuktuk the Explorer -184 U Whipflare -185 R Word of Seizing -186 R Beastmaster Ascension -187 R Collective Unconscious -188 U Desert Twister -189 U Drove of Elves -190 R Elvish Archdruid -191 C Elvish Mystic -192 C Elvish Skysweeper -193 C Elvish Visionary -194 C Essence Warden -195 R Ezuri, Renegade Leader -196 C Farhaven Elf -197 R Fresh Meat -198 U Grim Flowering -199 C Harrow -200 U Hunting Triad -201 R Immaculate Magistrate -202 U Imperious Perfect -203 R Joraga Warcaller -204 C Llanowar Elves -205 C Lys Alana Huntmaster -206 R Masked Admirers -207 U Overrun -208 R Overwhelming Stampede -209 M Praetor's Counsel -210 C Priest of Titania -211 R Primordial Sage -212 M Rampaging Baloths -213 U Reclamation Sage -214 R Silklash Spider -215 R Soul of the Harvest -216 C Sylvan Ranger -217 R Sylvan Safekeeper -218 R Terastodon -219 C Thornweald Archer -220 C Timberwatch Elf -221 U Titania's Chosen -222 R Tornado Elemental -223 C Wellwisher -224 R Whirlwind -225 R Wolfbriar Elemental -226 C Wood Elves -227 R Wren's Run Packmaster -228 R Argentum Armor -229 R Bonehoard -230 R Bosh, Iron Golem -231 U Bottle Gnomes -232 U Burnished Hart -233 R Caged Sun -234 U Cathodion -235 U Charcoal Diamond -236 U Dreamstone Hedron -237 R Emerald Medallion -238 R Epochrasite -239 U Everflowing Chalice -240 U Fire Diamond -241 C Ichor Wellspring -242 R Jalum Tome -243 R Jet Medallion -244 R Junk Diver -245 R Lashwrithe -246 U Liquimetal Coating -247 R Loxodon Warhammer -248 U Marble Diamond -249 U Mask of Memory -250 U Mind Stone -251 R Moonsilver Spear -252 U Moss Diamond -253 C Mycosynth Wellspring -254 R Myr Battlesphere -255 U Myr Retriever -256 C Myr Sire -257 R Nevinyrral's Disk -258 U Palladium Myr -259 C Panic Spellbomb -260 R Pearl Medallion -261 R Pentavus -262 C Pilgrim's Eye -263 R Predator, Flagship -264 C Pristine Talisman -265 R Ruby Medallion -266 R Sapphire Medallion -267 R Seer's Sundial -268 U Skullclamp -269 U Sky Diamond -270 U Sol Ring -271 R Solemn Simulacrum -272 R Spine of Ish Sah -273 R Steel Hellkite -274 R Strata Scythe -275 U Swiftfoot Boots -276 R Sword of Vengeance -277 U Thran Dynamo -278 U Tormod's Crypt -279 R Trading Post -280 U Ur-Golem's Eye -281 C Wayfarer's Bauble -282 U Worn Powerstone -283 M Wurmcoil Engine -284 C Barren Moor -285 C Bojuka Bog -286 U Buried Ruin -287 U Coral Atoll -288 R Crypt of Agadeem -289 U Crystal Vein -290 U Darksteel Citadel -291 U Dormant Volcano -292 C Drifting Meadow -293 R Emeria, the Sky Ruin -294 U Everglades -295 C Evolving Wilds -296 C Forgotten Cave -297 R Gargoyle Castle -298 U Ghost Quarter -299 C Great Furnace -300 C Haunted Fengraf -301 U Havenwood Battleground -302 U Jungle Basin -303 U Karoo -304 C Lonely Sandbar -305 R Oran-Rief, the Vastwood -306 U Phyrexia's Core -307 C Polluted Mire -308 U Reliquary Tower -309 C Remote Isle -310 C Secluded Steppe -311 C Slippery Karst -312 C Smoldering Crater -313 U Tectonic Edge -314 U Temple of the False God -315 C Terramorphic Expanse -316 C Tranquil Thicket -317 U Zoetic Cavern -318 L Plains -318 L Plains -318 L Plains -318 L Plains -323 L Island -323 L Island -323 L Island -323 L Island -327 L Swamp -327 L Swamp -327 L Swamp -327 L Swamp -331 L Mountain -331 L Mountain -331 L Mountain -331 L Mountain -337 L Forest -337 L Forest -337 L Forest -337 L Forest +1 R Angel of the Dire Hour @Jack Wang +2 R Angelic Field Marshal @Scott Murphy +3 R Benevolent Offering @Ryan Yee +4 R Comeuppance @Marco Nelor +5 R Containment Priest @John Stanko +6 R Deploy to the Front @Aaron Miller +7 R Fell the Mighty @Raymond Swanland +8 R Hallowed Spiritkeeper @Steve Prescott +9 M Jazal Goldmane @Aaron Miller +10 M Nahiri, the Lithomancer @Eric Deschamps +11 R Aether Gale @Jack Wang +12 R Breaching Leviathan @Tomasz Jedruszek +13 R Domineering Will @Mike Sass +14 R Dulcet Sirens @Magali Villeneuve +15 R Intellectual Offering @Mark Winters +16 R Reef Worm @Dan Scott +17 M Stitcher Geralf @Karla Ortiz +18 R Stormsurge Kraken @Svetlin Velinov +19 M Teferi, Temporal Archmage @Tyler Jacobson +20 R Well of Ideas @Steve Prescott +21 R Demon of Wailing Agonies @Dave Kendall +22 R Flesh Carver @Jesper Ejsing +23 M Ghoulcaller Gisa @Karla Ortiz +24 R Infernal Offering @Anthony Palumbo +25 R Malicious Affliction @Erica Yang +26 R Necromantic Selection @Dave Kendall +27 M Ob Nixilis of the Black Oath @Daarken +28 R Overseer of the Damned @rk post +29 R Raving Dead @Daarken +30 R Spoils of Blood @Erica Yang +31 R Wake the Dead @Christopher Moeller +32 R Bitter Feud @Aaron Miller +33 M Daretti, Scrap Savant @Dan Scott +34 R Dualcaster Mage @Matt Stewart +35 M Feldon of the Third Path @Chase Stone +36 R Impact Resonance @Jesper Ejsing +37 R Incite Rebellion @Alex Horley-Orlandelli +38 R Scrap Mastery @Dan Scott +39 R Tyrant's Familiar @Todd Lockwood +40 R Volcanic Offering @Eric Velhagen +41 R Warmonger Hellkite @Trevor Claxton +42 R Creeperhulk @Ralph Horsley +43 M Freyalise, Llanowar's Fury @Adam Paquette +44 R Grave Sifter @Jesper Ejsing +45 R Lifeblood Hydra @Alex Horley-Orlandelli +46 R Siege Behemoth @Jason A. Engle +47 R Song of the Dryads @Lars Grant-West +48 R Sylvan Offering @Zoltan Boros +49 R Thunderfoot Baloth @Marco Nelor +50 M Titania, Protector of Argoth @Magali Villeneuve +51 R Wave of Vitriol @Zoltan Boros +52 R Wolfcaller's Howl @Ralph Horsley +53 U Assault Suit @James Paick +54 C Commander's Sphere @Ryan Alexander Lee +55 R Crown of Doom @Jasper Sandner +56 U Loreseeker's Stone @Franz Vohwinkel +57 R Masterwork of Ingenuity @Ulrich Brunin +58 U Unstable Obelisk @William Wu +59 U Arcane Lighthouse @Igor Kieryluk +60 R Flamekin Village @Ron Spears +61 U Myriad Landscape @Richard Wright +62 U Artisan of Kozilek @Jason Felix +63 R Adarkar Valkyrie @Jeremy Jarvis +64 U Afterlife @Brian Snõddy +65 R Armistice @Dan Frazier +66 U Brave the Elements @Goran Josic +67 R Cathars' Crusade @Karl Kopinski +68 U Celestial Crusader @Jim Murray +69 U Condemn @Daren Bader +70 R Decree of Justice @Adam Rex +71 U Flickerwisp @Jeremy Enecio +72 R Geist-Honored Monk @Clint Cearley +73 U Gift of Estates @Hugh Jamieson +74 R Grand Abolisher @Eric Deschamps +75 R Kemba, Kha Regent @Todd Lockwood +76 C Kor Sanctifiers @Dan Scott +77 R Marshal's Anthem @Matt Stewart +78 R Martial Coup @Greg Staples +79 R Mentor of the Meek @Jana Schirmer & Johannes Voss +80 U Midnight Haunting @Matt Stewart +81 R Mobilization @Carl Critchlow +82 R Nomads' Assembly @Erica Yang +83 R Oblation @Doug Chaffee +84 R Requiem Angel @Eric Deschamps +85 U Return to Dust @Wayne Reynolds +86 R Sacred Mesa @Robbie Trevino +87 M Serra Avatar @Dermot Power +88 R Silverblade Paladin @Jason Chan +89 U Skyhunter Skirmisher @Greg Staples +90 U Spectral Procession @Jeremy Enecio +91 M Sun Titan @Todd Lockwood +92 R Sunblast Angel @Jason Chan +93 R True Conviction @Svetlin Velinov +94 R Twilight Shepherd @Jason Chan +95 R White Sun's Zenith @Mike Bierek +96 C Whitemane Lion @Zoltan Boros & Gabor Szikszai +97 U Wing Shards @Daren Bader +98 U Azure Mage @Izzy +99 U Brine Elemental @Stephen Tappin +100 R Cackling Counterpart @David Rapoza +101 U Call to Mind @Terese Nielsen +102 C Compulsive Research @Michael Sutfin +103 U Concentrate @rk post +104 R Cyclonic Rift @Chris Rahn +105 R Deep-Sea Kraken @Christopher Moeller +106 U Dismiss @Donato Giancola +107 R Distorting Wake @Arnie Swekel +108 C Exclude @Greg Staples +109 C Fathom Seer @Ralph Horsley +110 U Fog Bank @Howard Lyon +111 U Fool's Demise @Zoltan Boros & Gabor Szikszai +112 M Frost Titan @Mike Bierek +113 R Hoverguard Sweepers @Mark A. Nelson +114 R Infinite Reflection @Igor Kieryluk +115 C Into the Roil @Kieran Yanner +116 R Ixidron @Terese Nielsen +117 M Lorthos, the Tidemaker @Kekai Kotaki +118 C Mulldrifter @Eric Fortune +119 R Phyrexian Ingester @Chris Rahn +120 U Pongify @Heather Hudson +121 U Riptide Survivor @Thomas M. Baxa +122 R Rite of Replication @Matt Cavotta +123 C Rush of Knowledge @Eric Peterson +124 C Sea Gate Oracle @Daniel Ljunggren +125 C Shaper Parasite @rk post +126 R Sphinx of Jwar Isle @Justin Sweet +127 R Sphinx of Magosi @James Ryman +128 R Sphinx of Uthuun @Kekai Kotaki +129 R Stroke of Genius @Stephen Daniele +130 U Turn to Frog @Warren Mahy +131 U Willbender @Eric Peterson +132 M Abyssal Persecutor @Chippy +133 R Aether Snap @Kev Walker +134 U Annihilate @Kev Walker +135 R Bad Moon @Gary Leach +136 R Black Sun's Zenith @Daniel Ljunggren +137 R Bloodgift Demon @Peter Mohrbacher +138 R Butcher of Malakir @Jason Chan +139 R Crypt Ghast @Chris Rahn +140 R Disciple of Bolas @Slawomir Maniak +141 R Drana, Kalastria Bloodchief @Mike Bierek +142 U Dread Return @Kev Walker +143 R Dregs of Sorrow @Thomas Gianni +144 U Evernight Shade @Nic Klein +145 M Grave Titan @Nils Hamm +146 C Gray Merchant of Asphodel @Robbie Trevino +147 R Liliana's Reaver @Karl Kopinski +148 R Magus of the Coffers @Don Hazeltine +149 U Morkrut Banshee @Svetlin Velinov +150 R Mutilate @Tyler Jacobson +151 R Nantuko Shade @Brian Snõddy +152 U Nekrataal @Christopher Moeller +153 R Pestilence Demon @Justin Sweet +154 U Phyrexian Gargantua @Igor Kieryluk +155 R Pontiff of Blight @Seb McKinnon +156 R Profane Command @Wayne England +157 R Promise of Power @Kev Walker +158 C Read the Bones @Lars Grant-West +159 M Reaper from the Abyss @Matt Stewart +160 U Shriekmaw @Steve Prescott +161 C Sign in Blood @Howard Lyon +162 U Skeletal Scrying @Bob Petillo +163 R Skirsdag High Priest @Jason A. Engle +164 R Sudden Spoiling @Alan Pollack +165 C Syphon Mind @Jeff Easley +166 C Tendrils of Corruption @Vance Kovacs +167 C Tragic Slip @Christopher Moeller +168 U Vampire Hexmage @Eric Deschamps +169 U Victimize @Val Mayerik +170 M Xathrid Demon @Wayne Reynolds +171 U Beetleback Chief @Wayne England +172 R Blasphemous Act @Daarken +173 M Bogardan Hellkite @Scott M. Fischer +174 R Chaos Warp @Trevor Claxton +175 C Faithless Looting @Gabor Szikszai +176 U Flametongue Kavu @Slawomir Maniak +177 R Goblin Welder @Scott M. Fischer +178 R Hoard-Smelter Dragon @Eric Deschamps +179 C Ingot Chewer @Kev Walker +180 R Magmaquake @Gabor Szikszai +181 U Spitebellows @Larry MacDougall +182 R Starstorm @Jonas De Ro +183 R Tuktuk the Explorer @Volkan Baǵa +184 U Whipflare @Johann Bodin +185 R Word of Seizing @Vance Kovacs +186 R Beastmaster Ascension @Alex Horley-Orlandelli +187 R Collective Unconscious @Andrew Goldhawk +188 U Desert Twister @Noah Bradley +189 U Drove of Elves @Larry MacDougall +190 R Elvish Archdruid @Karl Kopinski +191 C Elvish Mystic @Wesley Burt +192 C Elvish Skysweeper @Mark Tedin +193 C Elvish Visionary @D. Alexander Gregory +194 C Essence Warden @Terese Nielsen +195 R Ezuri, Renegade Leader @Karl Kopinski +196 C Farhaven Elf @Brandon Kitkouski +197 R Fresh Meat @Dave Allsop +198 U Grim Flowering @Adam Paquette +199 C Harrow @Rob Alexander +200 U Hunting Triad @Jim Nelson +201 R Immaculate Magistrate @Jim Nelson +202 U Imperious Perfect @Scott M. Fischer +203 R Joraga Warcaller @Steven Belledin +204 C Llanowar Elves @Kev Walker +205 C Lys Alana Huntmaster @Pete Venters +206 R Masked Admirers @Eric Fortune +207 U Overrun @Carl Critchlow +208 R Overwhelming Stampede @Steven Belledin +209 M Praetor's Counsel @Daarken +210 C Priest of Titania @Rebecca Guay +211 R Primordial Sage @Justin Sweet +212 M Rampaging Baloths @Steve Prescott +213 U Reclamation Sage @Christopher Moeller +214 R Silklash Spider @Iain McCaig +215 R Soul of the Harvest @Eytan Zana +216 C Sylvan Ranger @Christopher Moeller +217 R Sylvan Safekeeper @Magali Villeneuve +218 R Terastodon @Lars Grant-West +219 C Thornweald Archer @Dave Kendall +220 C Timberwatch Elf @Dave Dorman +221 U Titania's Chosen @Mark Zug +222 R Tornado Elemental @Richard Wright +223 C Wellwisher @Karl Kopinski +224 R Whirlwind @John Matson +225 R Wolfbriar Elemental @Chippy +226 C Wood Elves @Christopher Moeller +227 R Wren's Run Packmaster @Mark Zug +228 R Argentum Armor @Matt Cavotta +229 R Bonehoard @Chippy +230 R Bosh, Iron Golem @Brom +231 U Bottle Gnomes @Ben Thompson +232 U Burnished Hart @Yeong-Hao Han +233 R Caged Sun @Scott Chou +234 U Cathodion @Izzy +235 U Charcoal Diamond @Lindsey Look +236 U Dreamstone Hedron @Eric Deschamps +237 R Emerald Medallion @Daniel Ljunggren +238 R Epochrasite @Michael Bruinsma +239 U Everflowing Chalice @Steve Argyle +240 U Fire Diamond @Lindsey Look +241 C Ichor Wellspring @Steven Belledin +242 R Jalum Tome @Jerry Tiritilli +243 R Jet Medallion @Daniel Ljunggren +244 R Junk Diver @Eric Peterson +245 R Lashwrithe @Jason Felix +246 U Liquimetal Coating @Johann Bodin +247 R Loxodon Warhammer @Jeremy Jarvis +248 U Marble Diamond @Lindsey Look +249 U Mask of Memory @Alan Pollack +250 U Mind Stone @Adam Rex +251 R Moonsilver Spear @James Paick +252 U Moss Diamond @Lindsey Look +253 C Mycosynth Wellspring @David Rapoza +254 R Myr Battlesphere @Franz Vohwinkel +255 U Myr Retriever @Trevor Hairsine +256 C Myr Sire @Jaime Jones +257 R Nevinyrral's Disk @Steve Argyle +258 U Palladium Myr @Alan Pollack +259 C Panic Spellbomb @Franz Vohwinkel +260 R Pearl Medallion @Daniel Ljunggren +261 R Pentavus @Greg Staples +262 C Pilgrim's Eye @Dan Scott +263 R Predator, Flagship @Mark Tedin +264 C Pristine Talisman @Matt Cavotta +265 R Ruby Medallion @Daniel Ljunggren +266 R Sapphire Medallion @Daniel Ljunggren +267 R Seer's Sundial @Franz Vohwinkel +268 U Skullclamp @Daniel Ljunggren +269 U Sky Diamond @Lindsey Look +270 U Sol Ring @Mike Bierek +271 R Solemn Simulacrum @Dan Scott +272 R Spine of Ish Sah @Daniel Ljunggren +273 R Steel Hellkite @James Paick +274 R Strata Scythe @Scott Chou +275 U Swiftfoot Boots @Svetlin Velinov +276 R Sword of Vengeance @Dan Scott +277 U Thran Dynamo @Ron Spears +278 U Tormod's Crypt @Lars Grant-West +279 R Trading Post @Adam Paquette +280 U Ur-Golem's Eye @Heather Hudson +281 C Wayfarer's Bauble @Darrell Riche +282 U Worn Powerstone @Henry G. Higginbotham +283 M Wurmcoil Engine @Raymond Swanland +284 C Barren Moor @Heather Hudson +285 C Bojuka Bog @Howard Lyon +286 U Buried Ruin @Franz Vohwinkel +287 U Coral Atoll @John Avon +288 R Crypt of Agadeem @Jason Felix +289 U Crystal Vein @Pat Lewis +290 U Darksteel Citadel @John Avon +291 U Dormant Volcano @John Avon +292 C Drifting Meadow @Jonas De Ro +293 R Emeria, the Sky Ruin @Jaime Jones +294 U Everglades @Bob Eggleton +295 C Evolving Wilds @Steven Belledin +296 C Forgotten Cave @Noah Bradley +297 R Gargoyle Castle @Paul Bonner +298 U Ghost Quarter @Peter Mohrbacher +299 C Great Furnace @Rob Alexander +300 C Haunted Fengraf @Adam Paquette +301 U Havenwood Battleground @Liz Danforth +302 U Jungle Basin @John Avon +303 U Karoo @Zina Saunders +304 C Lonely Sandbar @Heather Hudson +305 R Oran-Rief, the Vastwood @Mike Bierek +306 U Phyrexia's Core @Franz Vohwinkel +307 C Polluted Mire @Stephen Daniele +308 U Reliquary Tower @Jesper Ejsing +309 C Remote Isle @Ciruelo +310 C Secluded Steppe @Heather Hudson +311 C Slippery Karst @Stephen Daniele +312 C Smoldering Crater @Mark Tedin +313 U Tectonic Edge @Vincent Proce +314 U Temple of the False God @Brian Snõddy +315 C Terramorphic Expanse @Dan Scott +316 C Tranquil Thicket @Heather Hudson +317 U Zoetic Cavern @Lars Grant-West +318 L Plains @John Avon +319 L Plains @Véronique Meignaud +320 L Plains @Jung Park +321 L Plains @Vincent Proce +322 L Island @Rob Alexander +323 L Island @Jeremy Jarvis +324 L Island @Craig Mullins +325 L Island @Richard Wright +326 L Swamp @John Avon +327 L Swamp @Véronique Meignaud +328 L Swamp @Jung Park +329 L Swamp @Vincent Proce +330 L Mountain @Cliff Childs +331 L Mountain @Jonas De Ro +332 L Mountain @Karl Kopinski +333 L Mountain @Andreas Rocha +334 L Forest @Rob Alexander +335 L Forest @Vance Kovacs +336 L Forest @Craig Mullins +337 L Forest @Stephen Tappin [tokens] stoneforged_blade diff --git a/forge-gui/res/editions/Commander 2015.txt b/forge-gui/res/editions/Commander 2015.txt index e1926a20269..b2bf7cf5024 100644 --- a/forge-gui/res/editions/Commander 2015.txt +++ b/forge-gui/res/editions/Commander 2015.txt @@ -8,348 +8,348 @@ Type=Commander ScryfallCode=C15 [cards] -1 R Bastion Protector -2 R Dawnbreak Reclaimer -3 R Grasp of Fate -4 U Herald of the Host -5 R Kalemne's Captain -6 U Oreskos Explorer -7 R Righteous Confluence -8 R Shielded by Faith -9 R AEthersnatch -10 U Broodbirth Viper -11 R Gigantoplasm -12 U Illusory Ambusher -13 U Mirror Match -14 R Mystic Confluence -15 R Synthetic Destiny -16 U Banshee of the Dread Choir -17 U Corpse Augur -18 R Daxos's Torment -19 R Deadly Tempest -20 R Dread Summons -21 R Scourge of Nel Toth -22 U Thief of Blood -23 R Wretched Confluence -24 R Awaken the Sky Tyrant -25 R Dream Pillager -26 R Fiery Confluence -27 R Magus of the Wheel -28 U Meteor Blast -29 R Mizzix's Mastery -30 U Rite of the Raging Storm -31 U Warchief Giant -32 R Arachnogenesis -33 R Bloodspore Thrinax -34 U Caller of the Pack -35 R Centaur Vinecrasher -36 R Ezuri's Predation -37 U Great Oak Guardian -38 R Pathbreaker Ibex -39 U Skullwinder -40 R Verdant Confluence -41 M Anya, Merciless Angel -42 M Arjun, the Shifting Flame -43 M Daxos the Returned -44 M Ezuri, Claw of Progress -45 M Kalemne, Disciple of Iroas -46 M Karlov of the Ghost Council -47 M Kaseto, Orochi Archmage -48 M Mazirek, Kraul Death Priest -49 M Meren of Clan Nel Toth -50 M Mizzix of the Izmagnus -51 R Blade of Selves -52 U Sandstone Oracle -53 R Scytheclaw -54 R Seal of the Guildpact -55 C Thought Vessel -56 R Command Beacon -57 R Ajani's Chosen -58 M Angel of Serenity -59 R Arbiter of Knollridge -60 U Aura of Silence -61 U Banishing Light -62 C Cage of Hands -63 R Celestial Ancient -64 R Celestial Archon -65 U Crib Swap -66 U Dawn to Dusk -67 C Dawnglare Invoker -68 R Dictate of Heliod -69 C Faith's Fetters -70 U Ghostblade Eidolon -71 R Jareth, Leonine Titan -72 R Karmic Justice -73 C Kor Sanctifiers -74 R Marshal's Anthem -75 R Mesa Enchantress -76 U Monk Idealist -77 R Open the Vaults -78 C Orim's Thunder -79 C Seal of Cleansing -80 R Sigil of the Empty Throne -81 R Silent Sentinel -82 M Sun Titan -83 R Victory's Herald -84 U Vow of Duty -85 U AEtherize -86 R Bident of Thassa -87 R Blatant Thievery -88 R Blue Sun's Zenith -89 U Blustersquall -90 C Brainstorm -91 R Day of the Dragons -92 U Dominate -93 C Echoing Truth -94 U Fact or Fiction -95 R Jace's Archivist -96 R Lone Revenant -97 U Mulldrifter -98 U Mystic Retrieval -99 C Ninja of the Deep Hours -100 U Plaxmanta -101 C Preordain -102 U Rapid Hybridization -103 R Reins of Power -104 C Repeal -105 R Rite of Replication -106 U Sleep -107 R Stolen Goods -108 R Stroke of Genius -109 R Talrand, Sky Summoner -110 R Thought Reflection -111 U Windfall -112 C Altar's Reap -113 U Ambition's Cost -114 R Ancient Craving -115 U Barter in Blood -116 R Black Market -117 C Blood Bairn -118 R Butcher of Malakir -119 M Champion of Stray Souls -120 U Diabolic Servitude -121 R Doomwake Giant -122 C Dreadbringer Lampads -123 R Eater of Hope -124 R Extractor Demon -125 U Fallen Ideal -126 R Fate Unraveler -127 R Gild -128 C Grave Peril -129 R Nighthowler -130 R Phyrexian Arena -131 R Phyrexian Plaguelord -132 C Phyrexian Rager -133 U Phyrexian Reclamation -134 U Rise from the Grave -135 C Seal of Doom -136 R Sever the Bloodline -137 U Shriekmaw -138 R Underworld Connections -139 U Victimize -140 U Vow of Malice -141 U Act of Aggression -142 R Borderland Behemoth -143 U Breath of Darigaaz -144 R Chain Reaction -145 R Charmbreaker Devils -146 M Comet Storm -147 U Curse of the Nightly Hunt -148 R Desolation Giant -149 U Desperate Ravings -150 R Disaster Radius -151 R Dragon Mage -152 R Earthquake -153 C Faithless Looting -154 C Fall of the Hammer -155 R Fumiko the Lowblood -156 R Hamletback Goliath -157 R Hammerfist Giant -158 R Hostility -159 R Hunted Dragon -160 M Inferno Titan -161 R Magma Giant -162 R Magmaquake -163 R Mizzium Mortars -164 C Stinkdrinker Daredevil -165 U Stoneshock Giant -166 R Sunrise Sovereign -167 R Taurean Mauler -168 U Thundercloud Shaman -169 R Urza's Rage -170 U Vandalblast -171 R Warstorm Surge -172 R Word of Seizing -173 U Acidic Slime -174 R Arbor Colossus -175 R Bane of Progress -176 R Beastmaster Ascension -177 R Caller of the Claw -178 R Chameleon Colossus -179 R Cloudthresher -180 U Cobra Trap -181 U Desert Twister -182 C Elvish Visionary -183 U Eternal Witness -184 U Experiment One -185 R Forgotten Ancient -186 U Indrik Stomphowler -187 R Kessig Cagebreakers -188 C Kodama's Reach -189 U Krosan Grip -190 R Loaming Shaman -191 C Mulch -192 R Mycoloth -193 U Noble Quarry -194 R Ohran Viper -195 U Overrun -196 R Overwhelming Stampede -197 U Patagia Viper -198 C Primal Growth -199 C Rampant Growth -200 C Sakura-Tribe Elder -201 C Satyr Wayfinder -202 U Spider Spawning -203 U Stingerfling Spider -204 R Terastodon -205 R Thelonite Hermit -206 U Tribute to the Wild -207 R Verdant Force -208 C Viridian Emissary -209 U Viridian Shaman -210 R Viridian Zealot -211 U Wall of Blossoms -212 C Wood Elves -213 C Coiling Oracle -214 R Counterflux -215 R Death Grasp -216 M Epic Experiment -217 R Etherium-Horn Sorcerer -218 R Firemind's Foresight -219 M Gisela, Blade of Goldnight -220 C Goblin Electromancer -221 U Golgari Charm -222 C Grisly Salvage -223 M Jarad, Golgari Lich Lord -224 U Korozda Guildmage -225 U Lorescale Coatl -226 R Lotleth Troll -227 R Melek, Izzet Paragon -228 R Mystic Snake -229 R Necromancer's Covenant -230 M Prime Speaker Zegana -231 R Prophetic Bolt -232 U Putrefy -233 R Steam Augury -234 R Teysa, Envoy of Ghosts -235 R Treasury Thrull -236 U Trygon Predator -237 U Underworld Coinsmith -238 R Vulturous Zombie -239 R Biomantic Mastery -240 R Call the Skybreaker -241 R Cold-Eyed Selkie -242 C Snakeform -243 U Wistful Selkie -244 U Basalt Monolith -245 R Bonehoard -246 C Boros Cluestone -247 C Boros Signet -248 U Burnished Hart -249 U Coldsteel Heart -250 U Crystal Chimes -251 U Darksteel Ingot -252 U Dreamstone Hedron -253 M Eldrazi Monument -254 U Fellwar Stone -255 C Golgari Signet -256 C Izzet Signet -257 U Lightning Greaves -258 R Loxodon Warhammer -259 U Mind Stone -260 R Orochi Hatchery -261 C Orzhov Cluestone -262 C Orzhov Signet -263 R Psychosis Crawler -264 R Seer's Sundial -265 U Simic Keyrune -266 C Simic Signet -267 U Skullclamp -268 U Sol Ring -269 R Solemn Simulacrum -270 R Staff of Nin -271 U Swiftfoot Boots -272 R Sword of Vengeance -273 R Urza's Incubator -274 C Wayfarer's Bauble -275 U Worn Powerstone -276 R Ancient Amphitheater -277 C Barren Moor -278 U Blasted Landscape -279 C Boros Garrison -280 C Boros Guildgate -281 C Command Tower -282 C Drifting Meadow -283 C Evolving Wilds -284 C Forgotten Cave -285 U Ghost Quarter -286 C Golgari Guildgate -287 C Golgari Rot Farm -288 R Grim Backwoods -289 R High Market -290 C Izzet Boilerworks -291 C Izzet Guildgate -292 C Jungle Hollow -293 U Llanowar Reborn -294 R Mosswort Bridge -295 U New Benalia -296 U Novijen, Heart of Progress -297 R Oran-Rief, the Vastwood -298 C Orzhov Basilica -299 C Orzhov Guildgate -300 C Polluted Mire -301 U Reliquary Tower -302 U Rogue's Passage -303 C Scoured Barrens -304 C Secluded Steppe -305 C Simic Growth Chamber -306 C Simic Guildgate -307 C Slippery Karst -308 C Smoldering Crater -309 R Spinerock Knoll -310 C Swiftwater Cliffs -311 U Tainted Field -312 U Tainted Wood -313 U Temple of the False God -314 C Terramorphic Expanse -315 C Thornwood Falls -316 U Vivid Crag -317 U Vivid Creek -318 U Vivid Grove -319 U Vivid Marsh -320 U Vivid Meadow -321 C Wind-Scarred Crag -322 U Zoetic Cavern -323 L Plains -323 L Plains -323 L Plains -323 L Plains -329 L Island -329 L Island -329 L Island -329 L Island -332 L Swamp -332 L Swamp -332 L Swamp -332 L Swamp -335 L Mountain -335 L Mountain -335 L Mountain -335 L Mountain -340 L Forest -340 L Forest -340 L Forest -340 L Forest +1 R Bastion Protector @Victor Adame Minguez +2 R Dawnbreak Reclaimer @Tyler Jacobson +3 R Grasp of Fate @Tomasz Jedruszek +4 U Herald of the Host @Nils Hamm +5 R Kalemne's Captain @Tomasz Jedruszek +6 U Oreskos Explorer @Winona Nelson +7 R Righteous Confluence @Kieran Yanner +8 R Shielded by Faith @David Palumbo +9 R Aethersnatch @Aaron Miller +10 U Broodbirth Viper @Mathias Kollros +11 R Gigantoplasm @Kev Walker +12 U Illusory Ambusher @Steve Argyle +13 U Mirror Match @Steve Prescott +14 R Mystic Confluence @Kieran Yanner +15 R Synthetic Destiny @Dave Kendall +16 U Banshee of the Dread Choir @Anthony Palumbo +17 U Corpse Augur @Scott M. Fischer +18 R Daxos's Torment @Jakub Kasper +19 R Deadly Tempest @Cliff Childs +20 R Dread Summons @Izzy +21 R Scourge of Nel Toth @Mark Winters +22 U Thief of Blood @Cynthia Sheppard +23 R Wretched Confluence @Kieran Yanner +24 R Awaken the Sky Tyrant @Adam Paquette +25 R Dream Pillager @Min Yum +26 R Fiery Confluence @Kieran Yanner +27 R Magus of the Wheel @Carl Frank +28 U Meteor Blast @Mike Sass +29 R Mizzix's Mastery @Dan Scott +30 U Rite of the Raging Storm @Svetlin Velinov +31 U Warchief Giant @Slawomir Maniak +32 R Arachnogenesis @Johannes Voss +33 R Bloodspore Thrinax @Ralph Horsley +34 U Caller of the Pack @Ryan Yee +35 R Centaur Vinecrasher @Robbie Trevino +36 R Ezuri's Predation @Svetlin Velinov +37 U Great Oak Guardian @Steven Belledin +38 R Pathbreaker Ibex @Christopher Moeller +39 U Skullwinder @James Paick +40 R Verdant Confluence @Kieran Yanner +41 M Anya, Merciless Angel @Alisa Lee +42 M Arjun, the Shifting Flame @Willian Murai +43 M Daxos the Returned @Adam Paquette +44 M Ezuri, Claw of Progress @James Ryman +45 M Kalemne, Disciple of Iroas @Jason Chan +46 M Karlov of the Ghost Council @Volkan Baǵa +47 M Kaseto, Orochi Archmage @Aaron Miller +48 M Mazirek, Kraul Death Priest @Mathias Kollros +49 M Meren of Clan Nel Toth @Mark Winters +50 M Mizzix of the Izmagnus @Cliff Childs +51 R Blade of Selves @Alan Pollack +52 U Sandstone Oracle @Eric Deschamps +53 R Scytheclaw @James Paick +54 R Seal of the Guildpact @Franz Vohwinkel +55 C Thought Vessel @rk post +56 R Command Beacon @Jonas De Ro +57 R Ajani's Chosen @Wayne Reynolds +58 M Angel of Serenity @Aleksi Briclot +59 R Arbiter of Knollridge @Brandon Dorman +60 U Aura of Silence @D. Alexander Gregory +61 U Banishing Light @Willian Murai +62 C Cage of Hands @Mark Tedin +63 R Celestial Ancient @Mark Tedin +64 R Celestial Archon @Matt Stewart +65 U Crib Swap @Brandon Dorman +66 U Dawn to Dusk @Robbie Trevino +67 C Dawnglare Invoker @Steve Argyle +68 R Dictate of Heliod @Terese Nielsen +69 C Faith's Fetters @Brian Despain +70 U Ghostblade Eidolon @Ryan Yee +71 R Jareth, Leonine Titan @Daren Bader +72 R Karmic Justice @Ray Lago +73 C Kor Sanctifiers @Dan Scott +74 R Marshal's Anthem @Matt Stewart +75 R Mesa Enchantress @Randy Gallegos +76 U Monk Idealist @Daren Bader +77 R Open the Vaults @Brian Despain +78 C Orim's Thunder @Carl Critchlow +79 C Seal of Cleansing @Christopher Moeller +80 R Sigil of the Empty Throne @Cyril Van Der Haegen +81 R Silent Sentinel @Slawomir Maniak +82 M Sun Titan @Todd Lockwood +83 R Victory's Herald @rk post +84 U Vow of Duty @Wayne Reynolds +85 U Aetherize @Ryan Barger +86 R Bident of Thassa @Yeong-Hao Han +87 R Blatant Thievery @Ron Spencer +88 R Blue Sun's Zenith @Izzy +89 U Blustersquall @Willian Murai +90 C Brainstorm @Willian Murai +91 R Day of the Dragons @Matthew D. Wilson +92 U Dominate @Scott Hampton +93 C Echoing Truth @Greg Staples +94 U Fact or Fiction @Matt Cavotta +95 R Jace's Archivist @James Ryman +96 R Lone Revenant @Jaime Jones +97 U Mulldrifter @Eric Fortune +98 U Mystic Retrieval @Scott Chou +99 C Ninja of the Deep Hours @Dan Scott +100 U Plaxmanta @Alan Pollack +101 C Preordain @Svetlin Velinov +102 U Rapid Hybridization @Jack Wang +103 R Reins of Power @Colin MacNeil +104 C Repeal @Anthony Palumbo +105 R Rite of Replication @Matt Cavotta +106 U Sleep @Chris Rahn +107 R Stolen Goods @Anthony Francisco +108 R Stroke of Genius @Stephen Daniele +109 R Talrand, Sky Summoner @Svetlin Velinov +110 R Thought Reflection @Terese Nielsen & Ron Spencer +111 U Windfall @Pete Venters +112 C Altar's Reap @Donato Giancola +113 U Ambition's Cost @Junko Taguchi +114 R Ancient Craving @Rob Alexander +115 U Barter in Blood @Eric Deschamps +116 R Black Market @Jeff Easley +117 C Blood Bairn @Ryan Yee +118 R Butcher of Malakir @Jason Chan +119 M Champion of Stray Souls @Aleksi Briclot +120 U Diabolic Servitude @Scott M. Fischer +121 R Doomwake Giant @Kev Walker +122 C Dreadbringer Lampads @Willian Murai +123 R Eater of Hope @Peter Mohrbacher +124 R Extractor Demon @Carl Critchlow +125 U Fallen Ideal @Anson Maddocks +126 R Fate Unraveler @David Palumbo +127 R Gild @Richard Wright +128 C Grave Peril @Daarken +129 R Nighthowler @Nils Hamm +130 R Phyrexian Arena @Carl Critchlow +131 R Phyrexian Plaguelord @Kev Walker +132 C Phyrexian Rager @Stephan Martiniere +133 U Phyrexian Reclamation @rk post +134 U Rise from the Grave @Vance Kovacs +135 C Seal of Doom @Ralph Horsley +136 R Sever the Bloodline @Clint Cearley +137 U Shriekmaw @Steve Prescott +138 R Underworld Connections @Yeong-Hao Han +139 U Victimize @Craig J Spearing +140 U Vow of Malice @Jesper Ejsing +141 U Act of Aggression @Whit Brachna +142 R Borderland Behemoth @Jesper Ejsing +143 U Breath of Darigaaz @Greg Hildebrandt & Tim Hildebrandt +144 R Chain Reaction @Trevor Claxton +145 R Charmbreaker Devils @Dan Scott +146 M Comet Storm @Jung Park +147 U Curse of the Nightly Hunt @Daarken +148 R Desolation Giant @Alan Pollack +149 U Desperate Ravings @John Stanko +150 R Disaster Radius @James Paick +151 R Dragon Mage @Matthew D. Wilson +152 R Earthquake @Adrian Smith +153 C Faithless Looting @Gabor Szikszai +154 C Fall of the Hammer @Adam Paquette +155 R Fumiko the Lowblood @Michael Sutfin +156 R Hamletback Goliath @Paolo Parente & Brian Snõddy +157 R Hammerfist Giant @Carl Critchlow +158 R Hostility @Omar Rayyan +159 R Hunted Dragon @Mark Zug +160 M Inferno Titan @Kev Walker +161 R Magma Giant @Nottsuo +162 R Magmaquake @Gabor Szikszai +163 R Mizzium Mortars @Noah Bradley +164 C Stinkdrinker Daredevil @Pete Venters +165 U Stoneshock Giant @Lars Grant-West +166 R Sunrise Sovereign @William O'Connor +167 R Taurean Mauler @Dominick Domingo +168 U Thundercloud Shaman @Greg Staples +169 R Urza's Rage @Jim Murray +170 U Vandalblast @Seb McKinnon +171 R Warstorm Surge @Raymond Swanland +172 R Word of Seizing @Vance Kovacs +173 U Acidic Slime @Karl Kopinski +174 R Arbor Colossus @Jaime Jones +175 R Bane of Progress @Lars Grant-West +176 R Beastmaster Ascension @Alex Horley-Orlandelli +177 R Caller of the Claw @Matt Cavotta +178 R Chameleon Colossus @Darrell Riche +179 R Cloudthresher @Christopher Moeller +180 U Cobra Trap @Scott Chou +181 U Desert Twister @Noah Bradley +182 C Elvish Visionary @D. Alexander Gregory +183 U Eternal Witness @Terese Nielsen +184 U Experiment One @Chase Stone +185 R Forgotten Ancient @Mark Tedin +186 U Indrik Stomphowler @Carl Critchlow +187 R Kessig Cagebreakers @Wayne England +188 C Kodama's Reach @Heather Hudson +189 U Krosan Grip @Zoltan Boros & Gabor Szikszai +190 R Loaming Shaman @Carl Critchlow +191 C Mulch @Christopher Moeller +192 R Mycoloth @Raymond Swanland +193 U Noble Quarry @Michael C. Hayes +194 R Ohran Viper @Kev Walker +195 U Overrun @Carl Critchlow +196 R Overwhelming Stampede @Steven Belledin +197 U Patagia Viper @Christopher Moeller +198 C Primal Growth @rk post +199 C Rampant Growth @Steven Belledin +200 C Sakura-Tribe Elder @Carl Critchlow +201 C Satyr Wayfinder @Steve Prescott +202 U Spider Spawning @Daniel Ljunggren +203 U Stingerfling Spider @Dave Allsop +204 R Terastodon @Lars Grant-West +205 R Thelonite Hermit @Chippy +206 U Tribute to the Wild @Hideaki Takamura +207 R Verdant Force @DiTerlizzi +208 C Viridian Emissary @Matt Stewart +209 U Viridian Shaman @Scott M. Fischer +210 R Viridian Zealot @Kev Walker +211 U Wall of Blossoms @Heather Hudson +212 C Wood Elves @Christopher Moeller +213 C Coiling Oracle @Mark Zug +214 R Counterflux @Scott M. Fischer +215 R Death Grasp @Raymond Swanland +216 M Epic Experiment @Dan Scott +217 R Etherium-Horn Sorcerer @Franz Vohwinkel +218 R Firemind's Foresight @Dan Scott +219 M Gisela, Blade of Goldnight @Jason Chan +220 C Goblin Electromancer @Svetlin Velinov +221 U Golgari Charm @Zoltan Boros +222 C Grisly Salvage @Dave Kendall +223 M Jarad, Golgari Lich Lord @Eric Deschamps +224 U Korozda Guildmage @Ryan Pancoast +225 U Lorescale Coatl @Greg Staples +226 R Lotleth Troll @Vincent Proce +227 R Melek, Izzet Paragon @Jason Chan +228 R Mystic Snake @Daren Bader +229 R Necromancer's Covenant @Thomas M. Baxa +230 M Prime Speaker Zegana @Willian Murai +231 R Prophetic Bolt @Slawomir Maniak +232 U Putrefy @Igor Kieryluk +233 R Steam Augury @Dave Kendall +234 R Teysa, Envoy of Ghosts @Karla Ortiz +235 R Treasury Thrull @Mark Zug +236 U Trygon Predator @Jack Wang +237 U Underworld Coinsmith @Mark Winters +238 R Vulturous Zombie @Greg Staples +239 R Biomantic Mastery @Dan Scott +240 R Call the Skybreaker @Randy Gallegos +241 R Cold-Eyed Selkie @Jaime Jones +242 C Snakeform @Jim Nelson +243 U Wistful Selkie @Mark Tedin +244 U Basalt Monolith @Yeong-Hao Han +245 R Bonehoard @Chippy +246 C Boros Cluestone @Raoul Vitale +247 C Boros Signet @Mike Sass +248 U Burnished Hart @Yeong-Hao Han +249 U Coldsteel Heart @Mark Romanoski +250 U Crystal Chimes @Donato Giancola +251 U Darksteel Ingot @Martina Pilcerova +252 U Dreamstone Hedron @Eric Deschamps +253 M Eldrazi Monument @Mark Tedin +254 U Fellwar Stone @John Avon +255 C Golgari Signet @Raoul Vitale +256 C Izzet Signet @Raoul Vitale +257 U Lightning Greaves @Jeremy Jarvis +258 R Loxodon Warhammer @Jeremy Jarvis +259 U Mind Stone @Adam Rex +260 R Orochi Hatchery @Alex Horley-Orlandelli +261 C Orzhov Cluestone @Raoul Vitale +262 C Orzhov Signet @Martina Pilcerova +263 R Psychosis Crawler @Stephan Martiniere +264 R Seer's Sundial @Franz Vohwinkel +265 U Simic Keyrune @Daniel Ljunggren +266 C Simic Signet @Mike Sass +267 U Skullclamp @Daniel Ljunggren +268 U Sol Ring @Mike Bierek +269 R Solemn Simulacrum @Dan Scott +270 R Staff of Nin @Dan Scott +271 U Swiftfoot Boots @Svetlin Velinov +272 R Sword of Vengeance @Dan Scott +273 R Urza's Incubator @Pete Venters +274 C Wayfarer's Bauble @Darrell Riche +275 U Worn Powerstone @Henry G. Higginbotham +276 R Ancient Amphitheater @Rob Alexander +277 C Barren Moor @Heather Hudson +278 U Blasted Landscape @Ciruelo +279 C Boros Garrison @John Avon +280 C Boros Guildgate @Noah Bradley +281 C Command Tower @Ryan Yee +282 C Drifting Meadow @Jonas De Ro +283 C Evolving Wilds @Steven Belledin +284 C Forgotten Cave @Noah Bradley +285 U Ghost Quarter @Peter Mohrbacher +286 C Golgari Guildgate @Eytan Zana +287 C Golgari Rot Farm @John Avon +288 R Grim Backwoods @Vincent Proce +289 R High Market @Carl Critchlow +290 C Izzet Boilerworks @John Avon +291 C Izzet Guildgate @Noah Bradley +292 C Jungle Hollow @Eytan Zana +293 U Llanowar Reborn @Philip Straub +294 R Mosswort Bridge @Jeremy Jarvis +295 U New Benalia @Richard Wright +296 U Novijen, Heart of Progress @Martina Pilcerova +297 R Oran-Rief, the Vastwood @Mike Bierek +298 C Orzhov Basilica @John Avon +299 C Orzhov Guildgate @John Avon +300 C Polluted Mire @Stephen Daniele +301 U Reliquary Tower @Jesper Ejsing +302 U Rogue's Passage @Christine Choi +303 C Scoured Barrens @Eytan Zana +304 C Secluded Steppe @Heather Hudson +305 C Simic Growth Chamber @John Avon +306 C Simic Guildgate @Svetlin Velinov +307 C Slippery Karst @Stephen Daniele +308 C Smoldering Crater @Mark Tedin +309 R Spinerock Knoll @Steve Prescott +310 C Swiftwater Cliffs @Eytan Zana +311 U Tainted Field @Don Hazeltine +312 U Tainted Wood @Rob Alexander +313 U Temple of the False God @Brian Snõddy +314 C Terramorphic Expanse @Dan Scott +315 C Thornwood Falls @Eytan Zana +316 U Vivid Crag @Martina Pilcerova +317 U Vivid Creek @Fred Fields +318 U Vivid Grove @Howard Lyon +319 U Vivid Marsh @John Avon +320 U Vivid Meadow @Rob Alexander +321 C Wind-Scarred Crag @Eytan Zana +322 U Zoetic Cavern @Lars Grant-West +323 L Plains @John Avon +324 L Plains @Nils Hamm +325 L Plains @Howard Lyon +326 L Plains @Andreas Rocha +327 L Island @Cliff Childs +328 L Island @Florian de Gesincourt +329 L Island @Peter Mohrbacher +330 L Island @Andreas Rocha +331 L Swamp @John Avon +332 L Swamp @Cliff Childs +333 L Swamp @Jonas De Ro +334 L Swamp @Jung Park +335 L Mountain @Cliff Childs +336 L Mountain @Florian de Gesincourt +337 L Mountain @Nils Hamm +338 L Mountain @Karl Kopinski +339 L Forest @John Avon +340 L Forest @Steven Belledin +341 L Forest @Noah Bradley +342 L Forest @Jonas De Ro [tokens] gold diff --git a/forge-gui/res/editions/Commander 2016.txt b/forge-gui/res/editions/Commander 2016.txt index 5a434b56adb..a3a9ccf02cb 100644 --- a/forge-gui/res/editions/Commander 2016.txt +++ b/forge-gui/res/editions/Commander 2016.txt @@ -8,357 +8,357 @@ Type=Commander ScryfallCode=C16 [cards] -1 R Duelist's Heritage -2 R Entrapment Maneuver -3 U Orzhov Advokist -4 R Selfless Squire -5 R Sublime Exhalation -6 R Coastal Breach -7 R Deepglow Skate -8 R Faerie Artisans -9 U Grip of Phyresis -10 R Manifold Insights -11 R Cruel Entertainment -12 R Curse of Vengeance -13 R Curtains' Call -14 R Magus of the Will -15 U Parting Thoughts -16 R Charging Cinderhorn -17 R Divergent Transformations -18 U Frenzied Fugue -19 R Goblin Spymaster -20 R Runehorn Hellkite -21 R Benefactor's Draught -22 U Evolutionary Escalation -23 R Primeval Protector -24 R Seeds of Renewal -25 R Stonehoof Chieftain -26 R Akiri, Line-Slinger -27 U Ancient Excavation -28 M Atraxa, Praetors' Voice -29 M Breya, Etherium Shaper -30 M Bruse Tarl, Boorish Herder -31 U Grave Upheaval -32 M Ikra Shidiqi, the Usurper -33 M Ishai, Ojutai Dragonspeaker -34 R Kraum, Ludevic's Opus -35 M Kydele, Chosen of Kruphix -36 M Kynaios and Tiro of Meletis -37 M Ludevic, Necro-Alchemist -38 U Migratory Route -39 M Ravos, Soultender -40 R Reyhan, Last of the Abzan -41 M Saskia the Unyielding -42 M Sidar Kondo of Jamuraa -43 M Silas Renn, Seeker Adept -44 U Sylvan Reclamation -45 M Tana, the Bloodsower -46 R Thrasios, Triton Hero -47 U Treacherous Terrain -48 R Tymna the Weaver -49 M Vial Smasher the Fierce -50 M Yidris, Maelstrom Wielder -51 R Armory Automaton -52 R Boompile -53 R Conqueror's Flail -54 R Crystalline Crawler -55 R Prismatic Geoscope -56 C Ash Barrens -57 U Abzan Falconer -58 R Blazing Archon -59 R Blind Obedience -60 U Brave the Sands -61 R Cathars' Crusade -62 R Citadel Siege -63 R Custodi Soulbinders -64 C Dispeller's Capsule -65 U Elite Scaleguard -66 U Ghostly Prison -67 R Hoofprints of the Stag -68 R Hushwing Gryff -69 R Mentor of the Meek -70 R Mirror Entity -71 R Oblation -72 R Open the Vaults -73 R Phyrexian Rebirth -74 R Reveillark -75 R Reverse the Sands -76 C Sanctum Gargoyle -77 U Sphere of Safety -78 U Swords to Plowshares -79 R Wave of Reckoning -80 R Windborn Muse -81 R Academy Elite -82 R Aeon Chronicler -83 C Arcane Denial -84 U Chain of Vapor -85 R Chasm Skulker -86 R Chief Engineer -87 R Devastation Tide -88 C Disdainful Stroke -89 C Etherium Sculptor -90 M Ethersworn Adjudicator -91 R Evacuation -92 R Master of Etherium -93 R Minds Aglow -94 U Propaganda -95 R Read the Runes -96 R Reins of Power -97 R Spelltwine -98 R Swan Song -99 U Tezzeret's Gambit -100 U Thrummingbird -101 C Treasure Cruise -102 C Trinket Mage -103 C Vedalken Engineer -104 U Windfall -105 M Army of the Damned -106 R Bane of the Living -107 R Beacon of Unrest -108 M Brutal Hordechief -109 C Executioner's Capsule -110 C Festercreep -111 M Ghastly Conscription -112 R Guiltfeeder -113 R In Garruk's Wake -114 R Languish -115 R Necroplasm -116 R Sangromancer -117 R Waste Not -118 U Wight of Precinct Six -119 R Alesha, Who Smiles at Death -120 R Blasphemous Act -121 R Breath of Fury -122 R Chaos Warp -123 M Daretti, Scrap Savant -124 R Dragon Mage -125 R Godo, Bandit Warlord -126 U Grab the Reins -127 R Hellkite Igniter -128 M Hellkite Tyrant -129 U Humble Defector -130 R Kazuul, Tyrant of the Cliffs -131 M Past in Flames -132 R Reforge the Soul -133 R Slobad, Goblin Tinkerer -134 R Stalking Vengeance -135 R Taurean Mauler -136 R Trash for Treasure -137 R Volcanic Vision -138 R Wheel of Fate -139 R Whims of the Fates -140 U Whipflare -141 U Beast Within -142 R Beastmaster Ascension -143 R Burgeoning -144 R Champion of Lambholt -145 R Collective Voyage -146 C Cultivate -147 R Den Protector -148 C Far Wanderings -149 C Farseek -150 R Forgotten Ancient -151 U Gamekeeper -152 R Hardened Scales -153 U Inspiring Call -154 M Kalonian Hydra -155 C Kodama's Reach -156 R Lurking Predators -157 R Managorger Hydra -158 R Mycoloth -159 R Oath of Druids -160 C Quirion Explorer -161 C Rampant Growth -162 R Realm Seekers -163 R Rites of Flourishing -164 C Sakura-Tribe Elder -165 C Satyr Wayfinder -166 R Scavenging Ooze -167 R Shamanic Revelation -168 U Solidarity of Heroes -169 C Sylvok Explorer -170 R Tempt with Discovery -171 R Thelonite Hermit -172 R Thunderfoot Baloth -173 U Tuskguard Captain -174 U Veteran Explorer -175 U Wall of Blossoms -176 R Wild Beastmaster -177 U Abzan Charm -178 R Ankle Shanker -179 R Artifact Mutation -180 R Aura Mutation -181 U Baleful Strix -182 U Bituminous Blast -183 R Blood Tyrant -184 U Bloodbraid Elf -185 U Boros Charm -186 U Bred for the Hunt -187 R Clan Defiance -188 C Coiling Oracle -189 R Consuming Aberration -190 R Corpsejack Menace -191 R Crackling Doom -192 R Dauntless Escort -193 R Decimate -194 R Duneblast -195 R Edric, Spymaster of Trest -196 U Enduring Scalelord -197 R Etherium-Horn Sorcerer -198 R Fathom Mage -199 R Filigree Angel -200 M Ghave, Guru of Spores -201 R Glint-Eye Nephilim -202 R Gwafa Hazid, Profiteer -203 R Hanna, Ship's Navigator -204 U Horizon Chimera -205 M Iroas, God of Victory -206 R Jor Kadeen, the Prevailer -207 U Juniper Order Ranger -208 U Korozda Guildmage -209 R Lavalanche -210 M Master Biomancer -211 R Merciless Eviction -212 U Mortify -213 R Nath of the Gilt-Leaf -214 U Naya Charm -215 U Necrogenesis -216 M Progenitor Mimic -217 U Putrefy -218 U Rakdos Charm -219 R Rubblehulk -220 R Selvala, Explorer Returned -221 M Sharuum the Hegemon -222 U Spellheart Chimera -223 R Sphinx Summoner -224 M Sydri, Galvanic Genius -225 C Terminate -226 R Utter End -227 R Vorel of the Hull Clade -228 R Vulturous Zombie -229 R Whispering Madness -230 U Wilderness Elemental -231 M Zedruu the Greathearted -232 C Zhur-Taa Druid -233 R Everlasting Torment -234 R Mirrorweave -235 U Selesnya Guildmage -236 R Spitting Image -237 U Thopter Foundry -238 R Worm Harvest -239 U Trial // Error -240 U Order // Chaos -241 R Akroan Horse -242 U Assault Suit -243 R Astral Cornucopia -244 R Blinkmoth Urn -245 R Bonehoard -246 R Cauldron of Souls -247 R Chromatic Lantern -248 C Commander's Sphere -249 U Cranial Plating -250 U Darksteel Ingot -251 R Empyrial Plate -252 U Etched Oracle -253 U Everflowing Chalice -254 U Fellwar Stone -255 C Golgari Signet -256 C Gruul Signet -257 R Howling Mine -258 C Ichor Wellspring -259 R Keening Stone -260 U Lightning Greaves -261 U Loxodon Warhammer -262 C Mycosynth Wellspring -263 R Myr Battlesphere -264 U Myr Retriever -265 R Nevinyrral's Disk -266 C Orzhov Signet -267 R Psychosis Crawler -268 C Rakdos Signet -269 R Shimmer Myr -270 C Simic Signet -271 U Skullclamp -272 U Sol Ring -273 R Solemn Simulacrum -274 M Soul of New Phyrexia -275 R Sunforger -276 U Swiftfoot Boots -277 R Temple Bell -278 R Trading Post -279 R Venser's Journal -280 U Whispersilk Cloak -281 U Arcane Sanctum -282 U Azorius Chancery -283 U Boros Garrison -284 U Buried Ruin -285 R Caves of Koilos -286 C Command Tower -287 U Crumbling Necropolis -288 U Darksteel Citadel -289 R Darkwater Catacombs -290 U Dimir Aqueduct -291 C Dismal Backwater -292 R Dragonskull Summit -293 U Dreadship Reef -294 C Evolving Wilds -295 R Exotic Orchard -296 R Forbidden Orchard -297 U Frontier Bivouac -298 U Golgari Rot Farm -299 R Grand Coliseum -300 U Gruul Turf -301 R Homeward Path -302 U Izzet Boilerworks -303 C Jungle Hollow -304 U Jungle Shrine -305 R Karplusan Forest -306 U Krosan Verge -307 R Mosswort Bridge -308 R Murmuring Bosk -309 U Myriad Landscape -310 U Mystic Monastery -311 U Nomad Outpost -312 C Opal Palace -313 U Opulent Palace -314 U Orzhov Basilica -315 U Rakdos Carnarium -316 U Reliquary Tower -317 R Rootbound Crag -318 C Rugged Highlands -319 C Rupture Spire -320 U Sandsteppe Citadel -321 U Savage Lands -322 U Seaside Citadel -323 C Seat of the Synod -324 U Selesnya Sanctuary -325 R Shadowblood Ridge -326 U Simic Growth Chamber -327 R Spinerock Knoll -328 R Sungrass Prairie -329 R Sunpetal Grove -330 C Swiftwater Cliffs -331 U Temple of the False God -332 C Terramorphic Expanse -333 C Thornwood Falls -334 C Transguild Promenade -335 R Underground River -336 R Windbrisk Heights -337 L Plains -338 L Plains -339 L Plains -340 L Island -341 L Island -342 L Island -343 L Swamp -344 L Swamp -345 L Swamp -346 L Mountain -347 L Mountain -348 L Mountain -349 L Forest -350 L Forest -351 L Forest +1 R Duelist's Heritage @Lake Hurwitz +2 R Entrapment Maneuver @Filip Burburan +3 U Orzhov Advokist @Jason A. Engle +4 R Selfless Squire @Tony Foti +5 R Sublime Exhalation @Lake Hurwitz +6 R Coastal Breach @Titus Lunter +7 R Deepglow Skate @Jason Kang +8 R Faerie Artisans @Tony Foti +9 U Grip of Phyresis @Lake Hurwitz +10 R Manifold Insights @Tommy Arnold +11 R Cruel Entertainment @David Palumbo +12 R Curse of Vengeance @Bastien L. Deharme +13 R Curtains' Call @James Ryman +14 R Magus of the Will @Vincent Proce +15 U Parting Thoughts @Seb McKinnon +16 R Charging Cinderhorn @Lius Lasahido +17 R Divergent Transformations @Kev Walker +18 U Frenzied Fugue @Tony Foti +19 R Goblin Spymaster @Wayne Reynolds +20 R Runehorn Hellkite @Karl Kopinski +21 R Benefactor's Draught @Scott Murphy +22 U Evolutionary Escalation @Kev Walker +23 R Primeval Protector @Jaime Jones +24 R Seeds of Renewal @Jesper Ejsing +25 R Stonehoof Chieftain @Tomasz Jedruszek +26 R Akiri, Line-Slinger @David Gaillet +27 U Ancient Excavation @James Paick +28 M Atraxa, Praetors' Voice @Victor Adame Minguez +29 M Breya, Etherium Shaper @Clint Cearley +30 M Bruse Tarl, Boorish Herder @Anthony Palumbo +31 U Grave Upheaval @Vincent Proce +32 M Ikra Shidiqi, the Usurper @Josu Hernaiz +33 M Ishai, Ojutai Dragonspeaker @Zack Stella +34 R Kraum, Ludevic's Opus @Aaron Miller +35 M Kydele, Chosen of Kruphix @Bastien L. Deharme +36 M Kynaios and Tiro of Meletis @Willian Murai +37 M Ludevic, Necro-Alchemist @Aaron Miller +38 U Migratory Route @Winona Nelson +39 M Ravos, Soultender @Zezhou Chen +40 R Reyhan, Last of the Abzan @Chris Rallis +41 M Saskia the Unyielding @Greg Opalinski +42 M Sidar Kondo of Jamuraa @Ryan Alexander Lee +43 M Silas Renn, Seeker Adept @Joseph Meehan +44 U Sylvan Reclamation @Seb McKinnon +45 M Tana, the Bloodsower @Magali Villeneuve +46 R Thrasios, Triton Hero @Josu Hernaiz +47 U Treacherous Terrain @Titus Lunter +48 R Tymna the Weaver @Winona Nelson +49 M Vial Smasher the Fierce @Deruchenko Alexander +50 M Yidris, Maelstrom Wielder @Karl Kopinski +51 R Armory Automaton @James Paick +52 R Boompile @Filip Burburan +53 R Conqueror's Flail @Franz Vohwinkel +54 R Crystalline Crawler @Jason Felix +55 R Prismatic Geoscope @Steven Belledin +56 C Ash Barrens @Jonas De Ro +57 U Abzan Falconer @Steven Belledin +58 R Blazing Archon @Zoltan Boros & Gabor Szikszai +59 R Blind Obedience @Seb McKinnon +60 U Brave the Sands @Dave Kendall +61 R Cathars' Crusade @Karl Kopinski +62 R Citadel Siege @Steven Belledin +63 R Custodi Soulbinders @Karla Ortiz +64 C Dispeller's Capsule @Franz Vohwinkel +65 U Elite Scaleguard @Steve Prescott +66 U Ghostly Prison @Wayne England +67 R Hoofprints of the Stag @Anthony S. Waters +68 R Hushwing Gryff @John Severin Brassell +69 R Mentor of the Meek @Jana Schirmer & Johannes Voss +70 R Mirror Entity @Zoltan Boros & Gabor Szikszai +71 R Oblation @Doug Chaffee +72 R Open the Vaults @Brian Despain +73 R Phyrexian Rebirth @Scott Chou +74 R Reveillark @Jim Murray +75 R Reverse the Sands @Jeremy Jarvis +76 C Sanctum Gargoyle @Shelly Wan +77 U Sphere of Safety @Slawomir Maniak +78 U Swords to Plowshares @Terese Nielsen +79 R Wave of Reckoning @Josh Hass +80 R Windborn Muse @Adam Rex +81 R Academy Elite @Volkan Baǵa +82 R Aeon Chronicler @Dan Dos Santos +83 C Arcane Denial @Mark Zug +84 U Chain of Vapor @Svetlin Velinov +85 R Chasm Skulker @Jack Wang +86 R Chief Engineer @Steven Belledin +87 R Devastation Tide @Raymond Swanland +88 C Disdainful Stroke @Svetlin Velinov +89 C Etherium Sculptor @Steven Belledin +90 M Ethersworn Adjudicator @Dan Scott +91 R Evacuation @Franz Vohwinkel +92 R Master of Etherium @Matt Cavotta +93 R Minds Aglow @Yeong-Hao Han +94 U Propaganda @Clint Cearley +95 R Read the Runes @Alan Pollack +96 R Reins of Power @John Severin Brassell +97 R Spelltwine @Noah Bradley +98 R Swan Song @Peter Mohrbacher +99 U Tezzeret's Gambit @Karl Kopinski +100 U Thrummingbird @Efrem Palacios +101 C Treasure Cruise @Cynthia Sheppard +102 C Trinket Mage @Scott Chou +103 C Vedalken Engineer @Lars Grant-West +104 U Windfall @Scott Murphy +105 M Army of the Damned @Ryan Pancoast +106 R Bane of the Living @Justin Sweet +107 R Beacon of Unrest @Joseph Meehan +108 M Brutal Hordechief @Tyler Jacobson +109 C Executioner's Capsule @Warren Mahy +110 C Festercreep @Jeff Easley +111 M Ghastly Conscription @YW Tang +112 R Guiltfeeder @Mark Tedin +113 R In Garruk's Wake @Chase Stone +114 R Languish @Jeff Simpson +115 R Necroplasm @rk post +116 R Sangromancer @Igor Kieryluk +117 R Waste Not @Matt Stewart +118 U Wight of Precinct Six @Ryan Barger +119 R Alesha, Who Smiles at Death @Anastasia Ovchinnikova +120 R Blasphemous Act @Daarken +121 R Breath of Fury @Kev Walker +122 R Chaos Warp @Trevor Claxton +123 M Daretti, Scrap Savant @Dan Scott +124 R Dragon Mage @Matthew D. Wilson +125 R Godo, Bandit Warlord @Paolo Parente +126 U Grab the Reins @Michael Sutfin +127 R Hellkite Igniter @Jason Chan +128 M Hellkite Tyrant @Aleksi Briclot +129 U Humble Defector @Slawomir Maniak +130 R Kazuul, Tyrant of the Cliffs @Paul Bonner +131 M Past in Flames @Anthony Jones +132 R Reforge the Soul @Jaime Jones +133 R Slobad, Goblin Tinkerer @Kev Walker +134 R Stalking Vengeance @Anthony S. Waters +135 R Taurean Mauler @Dominick Domingo +136 R Trash for Treasure @Lars Grant-West +137 R Volcanic Vision @Noah Bradley +138 R Wheel of Fate @Kev Walker +139 R Whims of the Fates @Seb McKinnon +140 U Whipflare @Johann Bodin +141 U Beast Within @Jesper Ejsing +142 R Beastmaster Ascension @Alex Horley-Orlandelli +143 R Burgeoning @Titus Lunter +144 R Champion of Lambholt @Christopher Moeller +145 R Collective Voyage @Charles Urbach +146 C Cultivate @Anthony Palumbo +147 R Den Protector @Viktor Titov +148 C Far Wanderings @Darrell Riche +149 C Farseek @Martina Pilcerova +150 R Forgotten Ancient @Mark Tedin +151 U Gamekeeper @Scott Hampton +152 R Hardened Scales @Mark Winters +153 U Inspiring Call @Dan Scott +154 M Kalonian Hydra @Chris Rahn +155 C Kodama's Reach @Heather Hudson +156 R Lurking Predators @Mike Bierek +157 R Managorger Hydra @Lucas Graciano +158 R Mycoloth @Raymond Swanland +159 R Oath of Druids @Daren Bader +160 C Quirion Explorer @Ron Spears +161 C Rampant Growth @Steven Belledin +162 R Realm Seekers @Mike Sass +163 R Rites of Flourishing @Brandon Kitkouski +164 C Sakura-Tribe Elder @Carl Critchlow +165 C Satyr Wayfinder @Steve Prescott +166 R Scavenging Ooze @Austin Hsu +167 R Shamanic Revelation @Cynthia Sheppard +168 U Solidarity of Heroes @Eric Deschamps +169 C Sylvok Explorer @Wayne England +170 R Tempt with Discovery @William Wu +171 R Thelonite Hermit @Chippy +172 R Thunderfoot Baloth @Marco Nelor +173 U Tuskguard Captain @Aaron Miller +174 U Veteran Explorer @David A. Cherry +175 U Wall of Blossoms @Heather Hudson +176 R Wild Beastmaster @Kev Walker +177 U Abzan Charm @Mathias Kollros +178 R Ankle Shanker @Zoltan Boros +179 R Artifact Mutation @Greg Staples +180 R Aura Mutation @Pete Venters +181 U Baleful Strix @Nils Hamm +182 U Bituminous Blast @Raymond Swanland +183 R Blood Tyrant @Karl Kopinski +184 U Bloodbraid Elf @Raymond Swanland +185 U Boros Charm @Zoltan Boros +186 U Bred for the Hunt @Karl Kopinski +187 R Clan Defiance @Daarken +188 C Coiling Oracle @Mark Zug +189 R Consuming Aberration @Karl Kopinski +190 R Corpsejack Menace @Chris Rahn +191 R Crackling Doom @Yohann Schepacz +192 R Dauntless Escort @Volkan Baǵa +193 R Decimate @Zoltan Boros +194 R Duneblast @Ryan Alexander Lee +195 R Edric, Spymaster of Trest @Volkan Baǵa +196 U Enduring Scalelord @Clint Cearley +197 R Etherium-Horn Sorcerer @Franz Vohwinkel +198 R Fathom Mage @Ryan Pancoast +199 R Filigree Angel @Richard Whitters +200 M Ghave, Guru of Spores @James Paick +201 R Glint-Eye Nephilim @Mark Zug +202 R Gwafa Hazid, Profiteer @Todd Lockwood +203 R Hanna, Ship's Navigator @Terese Nielsen +204 U Horizon Chimera @Sam Burley +205 M Iroas, God of Victory @Slawomir Maniak +206 R Jor Kadeen, the Prevailer @Austin Hsu +207 U Juniper Order Ranger @Greg Hildebrandt +208 U Korozda Guildmage @Ryan Pancoast +209 R Lavalanche @Steve Argyle +210 M Master Biomancer @Willian Murai +211 R Merciless Eviction @Richard Wright +212 U Mortify @Nils Hamm +213 R Nath of the Gilt-Leaf @Kev Walker +214 U Naya Charm @Jesper Ejsing +215 U Necrogenesis @Trevor Claxton +216 M Progenitor Mimic @Daarken +217 U Putrefy @Igor Kieryluk +218 U Rakdos Charm @Zoltan Boros +219 R Rubblehulk @Raymond Swanland +220 R Selvala, Explorer Returned @Tyler Jacobson +221 M Sharuum the Hegemon @Izzy +222 U Spellheart Chimera @Svetlin Velinov +223 R Sphinx Summoner @Jaime Jones +224 M Sydri, Galvanic Genius @Terese Nielsen +225 C Terminate @Wayne Reynolds +226 R Utter End @Mark Winters +227 R Vorel of the Hull Clade @Mike Bierek +228 R Vulturous Zombie @Greg Staples +229 R Whispering Madness @Clint Cearley +230 U Wilderness Elemental @Anthony S. Waters +231 M Zedruu the Greathearted @Mark Zug +232 C Zhur-Taa Druid @Mark Winters +233 R Everlasting Torment @Richard Kane Ferguson +234 R Mirrorweave @Jim Pavelec +235 U Selesnya Guildmage @Mark Zug +236 R Spitting Image @Jim Nelson +237 U Thopter Foundry @Ralph Horsley +238 R Worm Harvest @Chuck Lukacs +239 U Trial // Error @Ron Spears & Wayne Reynolds +240 U Order // Chaos @Tim Hildebrandt +241 R Akroan Horse @Seb McKinnon +242 U Assault Suit @James Paick +243 R Astral Cornucopia @Aleksi Briclot +244 R Blinkmoth Urn @David Martin +245 R Bonehoard @Chippy +246 R Cauldron of Souls @Ron Brown +247 R Chromatic Lantern @Jung Park +248 C Commander's Sphere @Ryan Alexander Lee +249 U Cranial Plating @Adam Rex +250 U Darksteel Ingot @Martina Pilcerova +251 R Empyrial Plate @Paolo Parente +252 U Etched Oracle @Matt Cavotta +253 U Everflowing Chalice @Steve Argyle +254 U Fellwar Stone @John Avon +255 C Golgari Signet @Raoul Vitale +256 C Gruul Signet @Efrem Palacios +257 R Howling Mine @Ralph Horsley +258 C Ichor Wellspring @Steven Belledin +259 R Keening Stone @Jung Park +260 U Lightning Greaves @Jeremy Jarvis +261 U Loxodon Warhammer @Jeremy Jarvis +262 C Mycosynth Wellspring @David Rapoza +263 R Myr Battlesphere @Franz Vohwinkel +264 U Myr Retriever @Trevor Hairsine +265 R Nevinyrral's Disk @Steve Argyle +266 C Orzhov Signet @Martina Pilcerova +267 R Psychosis Crawler @Stephan Martiniere +268 C Rakdos Signet @Martina Pilcerova +269 R Shimmer Myr @Jana Schirmer & Johannes Voss +270 C Simic Signet @Mike Sass +271 U Skullclamp @Daniel Ljunggren +272 U Sol Ring @Mike Bierek +273 R Solemn Simulacrum @Dan Scott +274 M Soul of New Phyrexia @Daarken +275 R Sunforger @Darrell Riche +276 U Swiftfoot Boots @Svetlin Velinov +277 R Temple Bell @Mark Tedin +278 R Trading Post @Adam Paquette +279 R Venser's Journal @Christopher Moeller +280 U Whispersilk Cloak @Daren Bader +281 U Arcane Sanctum @Anthony Francisco +282 U Azorius Chancery @John Avon +283 U Boros Garrison @John Avon +284 U Buried Ruin @Franz Vohwinkel +285 R Caves of Koilos @Jim Nelson +286 C Command Tower @Ryan Yee +287 U Crumbling Necropolis @Dave Kendall +288 U Darksteel Citadel @John Avon +289 R Darkwater Catacombs @Monte Michael Moore +290 U Dimir Aqueduct @John Avon +291 C Dismal Backwater @Sam Burley +292 R Dragonskull Summit @Jon Foster +293 U Dreadship Reef @Lars Grant-West +294 C Evolving Wilds @Steven Belledin +295 R Exotic Orchard @Steven Belledin +296 R Forbidden Orchard @Daniel Ljunggren +297 U Frontier Bivouac @Titus Lunter +298 U Golgari Rot Farm @John Avon +299 R Grand Coliseum @Carl Critchlow +300 U Gruul Turf @John Avon +301 R Homeward Path @Tomasz Jedruszek +302 U Izzet Boilerworks @John Avon +303 C Jungle Hollow @Eytan Zana +304 U Jungle Shrine @Wayne Reynolds +305 R Karplusan Forest @John Avon +306 U Krosan Verge @Tony Szczudlo +307 R Mosswort Bridge @Jeremy Jarvis +308 R Murmuring Bosk @John Avon +309 U Myriad Landscape @Richard Wright +310 U Mystic Monastery @Florian de Gesincourt +311 U Nomad Outpost @Noah Bradley +312 C Opal Palace @Andreas Rocha +313 U Opulent Palace @Adam Paquette +314 U Orzhov Basilica @John Avon +315 U Rakdos Carnarium @John Avon +316 U Reliquary Tower @Jesper Ejsing +317 R Rootbound Crag @Matt Stewart +318 C Rugged Highlands @Eytan Zana +319 C Rupture Spire @Jaime Jones +320 U Sandsteppe Citadel @Sam Burley +321 U Savage Lands @Vance Kovacs +322 U Seaside Citadel @Volkan Baǵa +323 C Seat of the Synod @John Avon +324 U Selesnya Sanctuary @John Avon +325 R Shadowblood Ridge @Glen Angus +326 U Simic Growth Chamber @John Avon +327 R Spinerock Knoll @Steve Prescott +328 R Sungrass Prairie @Ron Spencer +329 R Sunpetal Grove @Jason Chan +330 C Swiftwater Cliffs @Eytan Zana +331 U Temple of the False God @James Zapata +332 C Terramorphic Expanse @Dan Scott +333 C Thornwood Falls @Eytan Zana +334 C Transguild Promenade @Noah Bradley +335 R Underground River @Andrew Goldhawk +336 R Windbrisk Heights @Omar Rayyan +337 L Plains @Rebecca Guay +338 L Plains @Mark Poole +339 L Plains @Kev Walker +340 L Island @Rebecca Guay +341 L Island @Mark Poole +342 L Island @Kev Walker +343 L Swamp @Rebecca Guay +344 L Swamp @Mark Poole +345 L Swamp @Kev Walker +346 L Mountain @Rebecca Guay +347 L Mountain @Mark Poole +348 L Mountain @Kev Walker +349 L Forest @Rebecca Guay +350 L Forest @Mark Poole +351 L Forest @Kev Walker [tokens] c_1_1_spirit diff --git a/forge-gui/res/editions/Commander 2017.txt b/forge-gui/res/editions/Commander 2017.txt index 35a6c0ec872..d9175a731fe 100644 --- a/forge-gui/res/editions/Commander 2017.txt +++ b/forge-gui/res/editions/Commander 2017.txt @@ -8,315 +8,315 @@ Type=Commander ScryfallCode=C17 [cards] -1 R Alms Collector -2 R Balan, Wandering Knight -3 U Curse of Vitality -4 R Fortunate Few -5 R Kindred Boon -6 R Scalelord Reckoner -7 R Stalking Leonin -8 R Teferi's Protection -9 U Curse of Verbosity -10 R Galecaster Colossus -11 R Kindred Discovery -12 R Magus of the Mind -13 R Portal Mage -14 U Bloodline Necromancer -15 R Boneyard Scourge -16 U Curse of Disturbance -17 R Kheru Mind-Eater -18 R Kindred Dominance -19 R New Blood -20 R Patron of the Vein -21 R Vindictive Lich -22 R Bloodsworn Steward -23 R Crimson Honor Guard -24 U Curse of Opulence -25 R Disrupt Decorum -26 R Izzet Chemister -27 R Kindred Charge -28 R Shifting Shadow -29 R Territorial Hellkite -30 U Curse of Bounty -31 R Hungry Lynx -32 R Kindred Summons -33 R Qasali Slingers -34 R Traverse the Outlands -35 M Arahbo, Roar of the World -36 M Edgar Markov -37 R Fractured Identity -38 M Inalla, Archmage Ritualist -39 M Kess, Dissident Mage -40 M Licia, Sanguine Tribune -41 M Mairsil, the Pretender -42 M Mathas, Fiend Seeker -43 M Mirri, Weatherlight Duelist -44 M Nazahn, Revered Bladesmith -45 M O-Kagachi, Vengeful Kami -46 R Taigam, Ojutai Master -47 R Taigam, Sidisi's Hand -48 M The Ur-Dragon -49 R Wasitora, Nekoru Queen -50 R Bloodforged Battle-Axe -51 R Hammer of Nazahn -52 U Heirloom Blade -53 U Herald's Horn -54 U Mirror of the Forebears -55 M Ramos, Dragon Engine -56 C Path of Ancestry -57 R Blind Obedience -58 U Condemn -59 R Divine Reckoning -60 R Fell the Mighty -61 R Jareth, Leonine Titan -62 M Jazal Goldmane -63 R Kemba, Kha Regent -64 R Leonin Arbiter -65 U Leonin Relic-Warder -66 R Leonin Shikari -67 U Orator of Ojutai -68 U Oreskos Explorer -69 R Raksha Golden Cub -70 U Return to Dust -71 R Rout -72 R Seht's Tiger -73 R Spirit of the Hearth -74 R Sunscorch Regent -75 C Sunspear Shikari -76 U Swords to Plowshares -77 U Taj-Nar Swordsmith -78 R White Sun's Zenith -79 U Wing Shards -80 R Arcanis the Omnipotent -81 C Archaeomancer -82 R Azami, Lady of Scrolls -83 R Body Double -84 M Clone Legion -85 R Harbinger of the Tides -86 C Into the Roil -87 C Merchant of Secrets -88 R Monastery Siege -89 U Opportunity -90 R Polymorphist's Jest -91 U Reality Shift -92 C Sea Gate Oracle -93 R Serendib Sorcerer -94 R Spelltwine -95 U Ambition's Cost -96 R Anowon, the Ruin Sage -97 R Apprentice Necromancer -98 R Black Market -99 U Blood Artist -100 R Blood Tribute -101 U Bloodhusk Ritualist -102 M Bloodlord of Vaasgoth -103 R Butcher of Malakir -104 R Captivating Vampire -105 R Consuming Vapors -106 U Corpse Augur -107 R Crux of Fate -108 R Damnable Pact -109 R Dark Impostor -110 R Deathbringer Regent -111 R Decree of Pain -112 R Drana, Kalastria Bloodchief -113 C Falkenrath Noble -114 U Go for the Throat -115 R Magus of the Abyss -116 R Malakir Bloodwitch -117 R Necromantic Selection -118 R Painful Truths -119 R Palace Siege -120 U Pawn of Ulamog -121 R Puppeteer Clique -122 C Read the Bones -123 R Sangromancer -124 R Sanguine Bond -125 U Skeletal Scrying -126 R Skeletal Vampire -127 C Syphon Mind -128 R Underworld Connections -129 U Vampire Nighthawk -130 R Vein Drinker -131 R Chaos Warp -132 M Comet Storm -133 R Crucible of Fire -134 R Dragon Tempest -135 U Dragonlord's Servant -136 U Dragonspeaker Shaman -137 R Earthquake -138 R Hellkite Charger -139 R Outpost Siege -140 U Rakish Heir -141 M Ryusei, the Falling Star -142 M Scourge of Valkas -143 R Tyrant's Familiar -144 M Utvara Hellkite -145 R Abundance -146 C Crushing Vines -147 C Cultivate -148 U Elemental Bond -149 C Farseek -150 R Frontier Siege -151 U Harmonize -152 R Hunter's Prowess -153 R Jedit Ojanen of Efrava -154 C Kodama's Reach -155 C Nissa's Pilgrimage -156 U Rain of Thorns -157 U Relic Crush -158 R Soul's Majesty -159 U Temur Sabertooth -160 R Zendikar Resurgent -161 R Atarka, World Render -162 U Behemoth Sledge -163 R Bladewing the Risen -164 M Blood Baron of Vizkopa -165 R Broodmate Dragon -166 U Cauldron Dance -167 R Crackling Doom -168 U Crosis's Charm -169 R Crosis, the Purger -170 R Dromoka, the Eternal -171 R Etherium-Horn Sorcerer -172 R Fleecemane Lion -173 M Havengul Lich -174 R Intet, the Dreamer -175 C Izzet Chronarch -176 R Kolaghan, the Storm's Fury -177 M Marchesa, the Black Rose -178 R Memory Plunder -179 R Merciless Eviction -180 R Mercurial Chemister -181 M Mirari's Wake -182 U Mortify -183 R Nin, the Pain Artist -184 R Niv-Mizzet, Dracogenius -185 R Niv-Mizzet, the Firemind -186 U Nivix Guildmage -187 R Ojutai, Soul of Winter -188 R Phantom Nishoba -189 C Qasali Pridemage -190 U Rakdos Charm -191 U Savage Ventmaw -192 R Scion of the Ur-Dragon -193 R Shadowmage Infiltrator -194 R Silumgar's Command -195 R Silumgar, the Drifting Death -196 R Spellbound Dragon -197 U Stromkirk Captain -198 R Teneb, the Harvester -199 U Terminate -200 C Tithe Drinker -201 M Vela the Night-Clad -202 R Argentum Armor -203 C Armillary Sphere -204 R Blade of the Bloodchief -205 U Boros Signet -206 C Commander's Sphere -207 U Darksteel Ingot -208 R Door of Destinies -209 U Dreamstone Hedron -210 U Fellwar Stone -211 R Fist of Suns -212 R Grappling Hook -213 U Hedron Archive -214 U Hero's Blade -215 U Lightning Greaves -216 U Loxodon Warhammer -217 R Nevinyrral's Disk -218 C Nihil Spellbomb -219 U Orzhov Signet -220 R Quietus Spike -221 U Rakdos Signet -222 U Skullclamp -223 U Sol Ring -224 R Staff of Nin -225 R Steel Hellkite -226 U Swiftfoot Boots -227 R Sword of the Animist -228 R Sword of Vengeance -229 U Unstable Obelisk -230 C Wayfarer's Bauble -231 R Well of Lost Dreams -232 U Worn Powerstone -233 U Akoum Refuge -234 U Arcane Sanctum -235 U Blighted Woodland -236 C Bloodfell Caves -237 C Blossoming Sands -238 C Bojuka Bog -239 C Boros Garrison -240 C Boros Guildgate -241 U Cinder Barrens -242 C Command Tower -243 R Crucible of the Spirit Dragon -244 U Crumbling Necropolis -245 U Dimir Aqueduct -246 C Dismal Backwater -247 U Elfhame Palace -248 C Evolving Wilds -249 R Exotic Orchard -250 U Forsaken Sanctuary -251 U Frontier Bivouac -252 U Grasslands -253 U Graypelt Refuge -254 C Grixis Panorama -255 R Haven of the Spirit Dragon -256 U Izzet Boilerworks -257 U Jungle Shrine -258 U Jwar Isle Refuge -259 C Kabira Crossroads -260 U Krosan Verge -261 R Mosswort Bridge -262 U Myriad Landscape -263 U Mystic Monastery -264 R Mystifying Maze -265 U Nomad Outpost -266 C Opal Palace -267 U Opulent Palace -268 C Orzhov Basilica -269 C Orzhov Guildgate -270 C Rakdos Carnarium -271 C Rakdos Guildgate -272 U Rogue's Passage -273 U Saltcrusted Steppe -274 U Sandsteppe Citadel -275 U Savage Lands -276 C Scoured Barrens -277 U Seaside Citadel -278 C Secluded Steppe -279 C Selesnya Guildgate -280 C Selesnya Sanctuary -281 R Stirring Wildwood -282 U Stone Quarry -283 C Swiftwater Cliffs -284 U Temple of the False God -285 C Terramorphic Expanse -286 U Tranquil Expanse -287 C Tranquil Thicket -288 U Urborg Volcano -289 U Vivid Crag -290 U Vivid Creek -291 U Vivid Grove -292 U Vivid Marsh -293 U Vivid Meadow -294 C Wind-Scarred Crag -295 L Plains -296 L Plains -297 L Plains -298 L Island -299 L Island -300 L Island -301 L Swamp -302 L Swamp -303 L Swamp -304 L Mountain -305 L Mountain -306 L Mountain -307 L Forest -308 L Forest -309 L Forest +1 R Alms Collector @Bram Sels +2 R Balan, Wandering Knight @Svetlin Velinov +3 U Curse of Vitality @Kieran Yanner +4 R Fortunate Few @Jesper Ejsing +5 R Kindred Boon @McLean Kendree +6 R Scalelord Reckoner @Even Amundsen +7 R Stalking Leonin @Zoltan Boros +8 R Teferi's Protection @Chase Stone +9 U Curse of Verbosity @Kieran Yanner +10 R Galecaster Colossus @Darek Zabrocki +11 R Kindred Discovery @Lake Hurwitz +12 R Magus of the Mind @John Stanko +13 R Portal Mage @Yongjae Choi +14 U Bloodline Necromancer @Joe Slucher +15 R Boneyard Scourge @Grzegorz Rutkowski +16 U Curse of Disturbance @Kieran Yanner +17 R Kheru Mind-Eater @Igor Kieryluk +18 R Kindred Dominance @Bram Sels +19 R New Blood @Howard Lyon +20 R Patron of the Vein @Tommy Arnold +21 R Vindictive Lich @Toma Feizo Gas +22 R Bloodsworn Steward @Daarken +23 R Crimson Honor Guard @Kieran Yanner +24 U Curse of Opulence @Kieran Yanner +25 R Disrupt Decorum @Sidharth Chaturvedi +26 R Izzet Chemister @Svetlin Velinov +27 R Kindred Charge @Dan Scott +28 R Shifting Shadow @Christopher Burdett +29 R Territorial Hellkite @Jonas De Ro +30 U Curse of Bounty @Kieran Yanner +31 R Hungry Lynx @Shreya Shetty +32 R Kindred Summons @Ryan Pancoast +33 R Qasali Slingers @Izzy +34 R Traverse the Outlands @Daarken +35 M Arahbo, Roar of the World @Jesper Ejsing +36 M Edgar Markov @Volkan Baǵa +37 R Fractured Identity @Yongjae Choi +38 M Inalla, Archmage Ritualist @Yongjae Choi +39 M Kess, Dissident Mage @Izzy +40 M Licia, Sanguine Tribune @Magali Villeneuve +41 M Mairsil, the Pretender @Izzy +42 M Mathas, Fiend Seeker @Joe Slucher +43 M Mirri, Weatherlight Duelist @Magali Villeneuve +44 M Nazahn, Revered Bladesmith @Victor Adame Minguez +45 M O-Kagachi, Vengeful Kami @Daarken +46 R Taigam, Ojutai Master @Simon Dominic +47 R Taigam, Sidisi's Hand @Simon Dominic +48 M The Ur-Dragon @Jaime Jones +49 R Wasitora, Nekoru Queen @Cynthia Sheppard +50 R Bloodforged Battle-Axe @Alayna Danner +51 R Hammer of Nazahn @Victor Adame Minguez +52 U Heirloom Blade @Carmen Sinek +53 U Herald's Horn @Jason Felix +54 U Mirror of the Forebears @Kieran Yanner +55 M Ramos, Dragon Engine @Joseph Meehan +56 C Path of Ancestry @Alayna Danner +57 R Blind Obedience @Seb McKinnon +58 U Condemn @Daren Bader +59 R Divine Reckoning @Greg Staples +60 R Fell the Mighty @Raymond Swanland +61 R Jareth, Leonine Titan @Daren Bader +62 M Jazal Goldmane @Aaron Miller +63 R Kemba, Kha Regent @Todd Lockwood +64 R Leonin Arbiter @Shelly Wan +65 U Leonin Relic-Warder @Greg Staples +66 R Leonin Shikari @Wayne England +67 U Orator of Ojutai @Zack Stella +68 U Oreskos Explorer @Winona Nelson +69 R Raksha Golden Cub @Pete Venters +70 U Return to Dust @Wayne Reynolds +71 R Rout @Igor Kieryluk +72 R Seht's Tiger @Thomas Gianni +73 R Spirit of the Hearth @Jason Chan +74 R Sunscorch Regent @Matt Stewart +75 C Sunspear Shikari @Allen Williams +76 U Swords to Plowshares @Terese Nielsen +77 U Taj-Nar Swordsmith @Todd Lockwood +78 R White Sun's Zenith @Mike Bierek +79 U Wing Shards @Daren Bader +80 R Arcanis the Omnipotent @Justin Sweet +81 C Archaeomancer @Zoltan Boros +82 R Azami, Lady of Scrolls @Ittoku +83 R Body Double @Winona Nelson +84 M Clone Legion @Svetlin Velinov +85 R Harbinger of the Tides @Svetlin Velinov +86 C Into the Roil @Kieran Yanner +87 C Merchant of Secrets @Greg Hildebrandt +88 R Monastery Siege @Mark Winters +89 U Opportunity @Allen Williams +90 R Polymorphist's Jest @Craig J Spearing +91 U Reality Shift @Howard Lyon +92 C Sea Gate Oracle @Daniel Ljunggren +93 R Serendib Sorcerer @Dan Scott +94 R Spelltwine @Noah Bradley +95 U Ambition's Cost @Zezhou Chen +96 R Anowon, the Ruin Sage @Dan Scott +97 R Apprentice Necromancer @Randy Vargas +98 R Black Market @Jeff Easley +99 U Blood Artist @Johannes Voss +100 R Blood Tribute @Volkan Baǵa +101 U Bloodhusk Ritualist @Daarken +102 M Bloodlord of Vaasgoth @Greg Staples +103 R Butcher of Malakir @Jason Chan +104 R Captivating Vampire @Eric Deschamps +105 R Consuming Vapors @Trevor Claxton +106 U Corpse Augur @Scott M. Fischer +107 R Crux of Fate @Michael Komarck +108 R Damnable Pact @Zack Stella +109 R Dark Impostor @Johannes Voss +110 R Deathbringer Regent @Adam Paquette +111 R Decree of Pain @Mathias Kollros +112 R Drana, Kalastria Bloodchief @Mike Bierek +113 C Falkenrath Noble @Slawomir Maniak +114 U Go for the Throat @David Rapoza +115 R Magus of the Abyss @Kev Walker +116 R Malakir Bloodwitch @Shelly Wan +117 R Necromantic Selection @Dave Kendall +118 R Painful Truths @Winona Nelson +119 R Palace Siege @Slawomir Maniak +120 U Pawn of Ulamog @Daarken +121 R Puppeteer Clique @Daren Bader +122 C Read the Bones @Lars Grant-West +123 R Sangromancer @Igor Kieryluk +124 R Sanguine Bond @Jaime Jones +125 U Skeletal Scrying @Bob Petillo +126 R Skeletal Vampire @Wayne Reynolds +127 C Syphon Mind @Jeff Easley +128 R Underworld Connections @Yeong-Hao Han +129 U Vampire Nighthawk @Jason Chan +130 R Vein Drinker @Lars Grant-West +131 R Chaos Warp @Trevor Claxton +132 M Comet Storm @Jung Park +133 R Crucible of Fire @Dominick Domingo +134 R Dragon Tempest @Willian Murai +135 U Dragonlord's Servant @Steve Prescott +136 U Dragonspeaker Shaman @Kev Walker +137 R Earthquake @Adrian Smith +138 R Hellkite Charger @Jaime Jones +139 R Outpost Siege @Daarken +140 U Rakish Heir @Winona Nelson +141 M Ryusei, the Falling Star @Nottsuo +142 M Scourge of Valkas @Lucas Graciano +143 R Tyrant's Familiar @Todd Lockwood +144 M Utvara Hellkite @Mark Zug +145 R Abundance @Rebecca Guay +146 C Crushing Vines @Scott Chou +147 C Cultivate @Anthony Palumbo +148 U Elemental Bond @David Gaillet +149 C Farseek @Martina Pilcerova +150 R Frontier Siege @James Ryman +151 U Harmonize @Paul Lee +152 R Hunter's Prowess @Greg Staples +153 R Jedit Ojanen of Efrava @Carl Critchlow +154 C Kodama's Reach @Heather Hudson +155 C Nissa's Pilgrimage @Matt Stewart +156 U Rain of Thorns @Sam Burley +157 U Relic Crush @Steven Belledin +158 R Soul's Majesty @Jesper Ejsing +159 U Temur Sabertooth @Mike Sass +160 R Zendikar Resurgent @Chris Rallis +161 R Atarka, World Render @Karl Kopinski +162 U Behemoth Sledge @Steve Prescott +163 R Bladewing the Risen @Kev Walker +164 M Blood Baron of Vizkopa @Anthony Palumbo +165 R Broodmate Dragon @Vance Kovacs +166 U Cauldron Dance @Donato Giancola +167 R Crackling Doom @Yohann Schepacz +168 R Crosis, the Purger @Chris Rahn +169 U Crosis's Charm @Marco Nelor +170 R Dromoka, the Eternal @Eric Deschamps +171 R Etherium-Horn Sorcerer @Franz Vohwinkel +172 R Fleecemane Lion @Slawomir Maniak +173 M Havengul Lich @James Ryman +174 R Intet, the Dreamer @Dan Scott +175 C Izzet Chronarch @Steven Belledin +176 R Kolaghan, the Storm's Fury @Jaime Jones +177 M Marchesa, the Black Rose @Matt Stewart +178 R Memory Plunder @Dan Scott +179 R Merciless Eviction @Richard Wright +180 R Mercurial Chemister @Wesley Burt +181 M Mirari's Wake @Volkan Baǵa +182 U Mortify @Nils Hamm +183 R Nin, the Pain Artist @Brad Rigney +184 R Niv-Mizzet, Dracogenius @Todd Lockwood +185 R Niv-Mizzet, the Firemind @Todd Lockwood +186 U Nivix Guildmage @Scott M. Fischer +187 R Ojutai, Soul of Winter @Chase Stone +188 R Phantom Nishoba @Arnie Swekel +189 C Qasali Pridemage @Chris Rahn +190 U Rakdos Charm @Zoltan Boros +191 U Savage Ventmaw @Slawomir Maniak +192 R Scion of the Ur-Dragon @Jim Murray +193 R Shadowmage Infiltrator @Tomasz Jedruszek +194 R Silumgar, the Drifting Death @Steven Belledin +195 R Silumgar's Command @Nils Hamm +196 R Spellbound Dragon @Jesper Ejsing +197 U Stromkirk Captain @Jana Schirmer & Johannes Voss +198 R Teneb, the Harvester @Zoltan Boros & Gabor Szikszai +199 U Terminate @Lucas Graciano +200 C Tithe Drinker @Slawomir Maniak +201 M Vela the Night-Clad @Allen Williams +202 R Argentum Armor @Matt Cavotta +203 C Armillary Sphere @Franz Vohwinkel +204 R Blade of the Bloodchief @Jung Park +205 U Boros Signet @Mike Sass +206 C Commander's Sphere @Ryan Alexander Lee +207 U Darksteel Ingot @Martina Pilcerova +208 R Door of Destinies @Larry MacDougall +209 U Dreamstone Hedron @Eric Deschamps +210 U Fellwar Stone @John Avon +211 R Fist of Suns @Arnie Swekel +212 R Grappling Hook @Philip Straub +213 U Hedron Archive @Craig J Spearing +214 U Hero's Blade @Aaron Miller +215 U Lightning Greaves @Jeremy Jarvis +216 U Loxodon Warhammer @Jeremy Jarvis +217 R Nevinyrral's Disk @Steve Argyle +218 C Nihil Spellbomb @Franz Vohwinkel +219 U Orzhov Signet @Martina Pilcerova +220 R Quietus Spike @Mark Brill +221 U Rakdos Signet @Martina Pilcerova +222 U Skullclamp @Daniel Ljunggren +223 U Sol Ring @Mike Bierek +224 R Staff of Nin @Dan Scott +225 R Steel Hellkite @James Paick +226 U Swiftfoot Boots @Svetlin Velinov +227 R Sword of the Animist @Daniel Ljunggren +228 R Sword of Vengeance @Dan Scott +229 U Unstable Obelisk @William Wu +230 C Wayfarer's Bauble @Darrell Riche +231 R Well of Lost Dreams @Jeff Miracola +232 U Worn Powerstone @Henry G. Higginbotham +233 U Akoum Refuge @Fred Fields +234 U Arcane Sanctum @Anthony Francisco +235 U Blighted Woodland @Jason Felix +236 C Bloodfell Caves @Adam Paquette +237 C Blossoming Sands @Sam Burley +238 C Bojuka Bog @Howard Lyon +239 C Boros Garrison @John Avon +240 C Boros Guildgate @Noah Bradley +241 U Cinder Barrens @Cliff Childs +242 C Command Tower @Ryan Yee +243 R Crucible of the Spirit Dragon @Jung Park +244 U Crumbling Necropolis @Dave Kendall +245 U Dimir Aqueduct @John Avon +246 C Dismal Backwater @Sam Burley +247 U Elfhame Palace @Jerry Tiritilli +248 C Evolving Wilds @Steven Belledin +249 R Exotic Orchard @Steven Belledin +250 U Forsaken Sanctuary @Vincent Proce +251 U Frontier Bivouac @Titus Lunter +252 U Grasslands @John Avon +253 U Graypelt Refuge @Philip Straub +254 C Grixis Panorama @Nils Hamm +255 R Haven of the Spirit Dragon @Raymond Swanland +256 U Izzet Boilerworks @John Avon +257 U Jungle Shrine @Wayne Reynolds +258 U Jwar Isle Refuge @Cyril Van Der Haegen +259 C Kabira Crossroads @James Paick +260 U Krosan Verge @Tony Szczudlo +261 R Mosswort Bridge @Jeremy Jarvis +262 U Myriad Landscape @Richard Wright +263 U Mystic Monastery @Florian de Gesincourt +264 R Mystifying Maze @Robh Ruppel +265 U Nomad Outpost @Noah Bradley +266 C Opal Palace @Andreas Rocha +267 U Opulent Palace @Adam Paquette +268 C Orzhov Basilica @John Avon +269 C Orzhov Guildgate @John Avon +270 C Rakdos Carnarium @John Avon +271 C Rakdos Guildgate @Eytan Zana +272 U Rogue's Passage @Christine Choi +273 U Saltcrusted Steppe @Greg Staples +274 U Sandsteppe Citadel @Sam Burley +275 U Savage Lands @Vance Kovacs +276 C Scoured Barrens @Eytan Zana +277 U Seaside Citadel @Volkan Baǵa +278 C Secluded Steppe @Heather Hudson +279 C Selesnya Guildgate @Howard Lyon +280 C Selesnya Sanctuary @John Avon +281 R Stirring Wildwood @Eric Deschamps +282 U Stone Quarry @Cliff Childs +283 C Swiftwater Cliffs @Eytan Zana +284 U Temple of the False God @James Zapata +285 C Terramorphic Expanse @Dan Scott +286 U Tranquil Expanse @Cliff Childs +287 C Tranquil Thicket @Heather Hudson +288 U Urborg Volcano @Tony Szczudlo +289 U Vivid Crag @Martina Pilcerova +290 U Vivid Creek @Fred Fields +291 U Vivid Grove @Howard Lyon +292 U Vivid Marsh @John Avon +293 U Vivid Meadow @Rob Alexander +294 C Wind-Scarred Crag @Eytan Zana +295 L Plains @Rebecca Guay +296 L Plains @Mark Poole +297 L Plains @Kev Walker +298 L Island @Rebecca Guay +299 L Island @Mark Poole +300 L Island @Kev Walker +301 L Swamp @Rebecca Guay +302 L Swamp @Mark Poole +303 L Swamp @Kev Walker +304 L Mountain @Rebecca Guay +305 L Mountain @Mark Poole +306 L Mountain @Kev Walker +307 L Forest @Rebecca Guay +308 L Forest @Mark Poole +309 L Forest @Kev Walker [tokens] gold diff --git a/forge-gui/res/editions/Commander 2018.txt b/forge-gui/res/editions/Commander 2018.txt index f87a01a947a..9abfd470fef 100644 --- a/forge-gui/res/editions/Commander 2018.txt +++ b/forge-gui/res/editions/Commander 2018.txt @@ -8,313 +8,313 @@ Type=Commander ScryfallCode=C18 [cards] -1 R Boreas Charger -2 R Empyrial Storm -3 R Heavenly Blademaster -4 U Loyal Unicorn -5 R Magus of the Balance -6 R Aminatou's Augury -7 R Echo Storm -8 R Estrid's Invocation -9 R Ever-Watching Threshold -10 U Loyal Drake -11 R Octopus Umbra -12 R Primordial Mist -13 R Vedalken Humiliator -14 R Bloodtracker -15 R Entreat the Dead -16 U Loyal Subordinate -17 R Night Incarnate -18 R Skull Storm -19 R Sower of Discord -20 R Emissary of Grudges -21 R Enchanter's Bane -22 R Fury Storm -23 U Loyal Apprentice -24 R Nesting Dragon -25 R Reality Scramble -26 R Saheeli's Directive -27 R Treasure Nabber -28 R Varchild, Betrayer of Kjeldor -29 R Crash of Rhino Beetles -30 R Genesis Storm -31 U Loyal Guardian -32 R Myth Unbound -33 R Nylea's Colossus -34 R Ravenous Slime -35 R Turntimber Sower -36 R Whiptongue Hydra -37 M Aminatou, the Fateshifter -38 R Arixmethes, Slumbering Isle -39 M Brudiclad, Telchor Engineer -40 M Estrid, the Masked -41 M Gyrus, Waker of Corpses -42 M Kestia, the Cultivator -43 M Lord Windgrace -44 M Saheeli, the Gifted -45 M Tawnos, Urza's Apprentice -46 M Thantis, the Warweaver -47 M Tuvasa the Sunlit -48 M Varina, Lich Queen -49 R Windgrace's Judgment -50 R Xantcha, Sleeper Agent -51 M Yennett, Cryptic Sovereign -52 R Yuriko, the Tiger's Shadow -53 R Ancient Stone Idol -54 R Coveted Jewel -55 R Endless Atlas -56 U Geode Golem -57 R Retrofitter Foundry -58 C Forge of Heroes -59 R Isolated Watchtower -60 R Adarkar Valkyrie -61 R Ajani's Chosen -62 R Akroma's Vengeance -63 U Banishing Stroke -64 R Celestial Archon -65 U Crib Swap -66 C Dismantling Blow -67 M Entreat the Angels -68 U Lightform -69 R Martial Coup -70 R Phyrexian Rebirth -71 U Return to Dust -72 U Sage's Reverie -73 M Serra Avatar -74 R Sigil of the Empty Throne -75 R Silent Sentinel -76 U Soul Snare -77 R Terminus -78 U Unquestioned Authority -79 R Winds of Rath -80 R Aether Gale -81 U Archetype of Imagination -82 U Brainstorm -83 U Cloudform -84 R Conundrum Sphinx -85 R Devastation Tide -86 R Dictate of Kruphix -87 R Djinn of Wishes -88 C Dream Cache -89 C Eel Umbra -90 C Etherium Sculptor -91 R Inkwell Leviathan -92 C Into the Roil -93 R Jeskai Infiltrator -94 U Mulldrifter -95 C Ninja of the Deep Hours -96 C Ponder -97 C Portent -98 U Predict -99 U Reverse Engineer -100 R Saheeli's Artistry -101 R Sharding Sphinx -102 U Sigiled Starfish -103 R Sphinx of Jwar Isle -104 R Sphinx of Uthuun -105 C Telling Time -106 U Thirst for Knowledge -107 R Thopter Spy Network -108 U Tidings -109 C Treasure Hunt -110 U Vow of Flight -111 U Whirler Rogue -112 U Whitewater Naiads -113 M Army of the Damned -114 R Moonlight Bargain -115 R Phyrexian Delver -116 U Retreat to Hagra -117 R Ruinous Path -118 M Soul of Innistrad -119 U Stitch Together -120 R Blasphemous Act -121 R Chain Reaction -122 R Chaos Warp -123 R Flameblast Dragon -124 R Hellkite Igniter -125 R Magmaquake -126 U Thopter Engineer -127 U Acidic Slime -128 C Aura Gnarlid -129 M Avenger of Zendikar -130 U Baloth Woodcrasher -131 R Bear Umbra -132 R Boon Satyr -133 C Borderland Explorer -134 R Budoka Gardener -135 R Centaur Vinecrasher -136 U Consign to Dust -137 R Creeping Renaissance -138 C Cultivate -139 C Dawn's Reflection -140 R Eidolon of Blossoms -141 R Enchantress's Presence -142 R Epic Proportions -143 C Explore -144 U Explosive Vegetation -145 C Far Wanderings -146 C Farhaven Elf -147 C Fertile Ground -148 C Grapple with the Past -149 R Ground Seal -150 C Harrow -151 R Herald of the Pantheon -152 U Hunting Wilds -153 M Hydra Omnivore -154 C Khalni Heart Expedition -155 C Kruphix's Insight -156 R Moldgraf Monstrosity -157 C Overgrowth -158 R Rampaging Baloths -159 U Reclamation Sage -160 C Sakura-Tribe Elder -161 R Scute Mob -162 C Snake Umbra -163 R Spawning Grounds -164 U Vow of Wildness -165 C Wild Growth -166 C Yavimaya Elder -167 C Yavimaya Enchantress -168 R Aethermage's Touch -169 U Bant Charm -170 M Bruna, Light of Alabaster -171 R Charnelhoard Wurm -172 R Cold-Eyed Selkie -173 R Daxos of Meletis -174 U Deathreap Ritual -175 R Decimate -176 R Duskmantle Seer -177 R Elderwood Scion -178 R Enigma Sphinx -179 U Esper Charm -180 R Finest Hour -181 R Gaze of Granite -182 C Grisly Salvage -183 R High Priest of Penance -184 R Lavalanche -185 U Maverick Thopterist -186 U Mortify -187 U Putrefy -188 R Righteous Authority -189 R Rubblehulk -190 U Savage Twister -191 R Silent-Blade Oni -192 U Unflinching Courage -193 R Utter End -194 R Worm Harvest -195 U Zendikar Incarnate -196 U Azorius Signet -197 R Blinkmoth Urn -198 R Bosh, Iron Golem -199 U Chief of the Foundry -200 C Commander's Sphere -201 U Crystal Ball -202 R Darksteel Juggernaut -203 U Dimir Signet -204 U Dreamstone Hedron -205 R Duplicant -206 U Hedron Archive -207 U Izzet Signet -208 U Magnifying Glass -209 R Mimic Vat -210 C Mind Stone -211 R Mirrorworks -212 R Myr Battlesphere -213 C Orzhov Signet -214 C Pilgrim's Eye -215 U Prismatic Lens -216 R Prototype Portal -217 R Psychosis Crawler -218 U Scrabbling Claws -219 R Scuttling Doom Engine -220 C Seer's Lantern -221 R Seer's Sundial -222 U Sol Ring -223 M Soul of New Phyrexia -224 R Steel Hellkite -225 U Swiftfoot Boots -226 R Thopter Assembly -227 U Unstable Obelisk -228 R Unwinding Clock -229 U Vessel of Endless Rest -230 U Worn Powerstone -231 U Akoum Refuge -232 U Arcane Sanctum -233 U Azorius Chancery -234 C Azorius Guildgate -235 C Barren Moor -236 U Blighted Woodland -237 C Blossoming Sands -238 C Bojuka Bog -239 U Buried Ruin -240 C Command Tower -241 U Darksteel Citadel -242 U Dimir Aqueduct -243 C Dimir Guildgate -244 C Dismal Backwater -245 C Evolving Wilds -246 C Forgotten Cave -247 U Forsaken Sanctuary -248 U Foundry of the Consuls -249 U Golgari Rot Farm -250 C Great Furnace -251 R Grim Backwoods -252 U Gruul Turf -253 C Halimar Depths -254 C Haunted Fengraf -255 U Highland Lake -256 U Izzet Boilerworks -257 C Izzet Guildgate -258 C Jund Panorama -259 C Jungle Hollow -260 U Jwar Isle Refuge -261 U Kazandu Refuge -262 C Khalni Garden -263 U Krosan Verge -264 C Lonely Sandbar -265 U Meandering River -266 C Mortuary Mire -267 R Mosswort Bridge -268 U Mountain Valley -269 U Myriad Landscape -270 U New Benalia -271 U Orzhov Basilica -272 C Orzhov Guildgate -273 C Rakdos Carnarium -274 U Rocky Tar Pit -275 U Savage Lands -276 C Scoured Barrens -277 U Seaside Citadel -278 C Seat of the Synod -279 C Secluded Steppe -280 U Sejiri Refuge -281 C Selesnya Sanctuary -282 U Simic Growth Chamber -283 U Submerged Boneyard -284 C Swiftwater Cliffs -285 U Temple of the False God -286 C Terramorphic Expanse -287 C Thornwood Falls -288 C Tranquil Cove -289 U Tranquil Expanse -290 C Tranquil Thicket -291 C Warped Landscape -292 C Woodland Stream -293 L Plains -294 L Plains -295 L Plains -296 L Island -297 L Island -298 L Island -299 L Swamp -300 L Swamp -301 L Swamp -302 L Mountain -303 L Mountain -304 L Mountain -305 L Forest -306 L Forest -307 L Forest +1 R Boreas Charger @Christine Choi +2 R Empyrial Storm @Mark Poole +3 R Heavenly Blademaster @Zack Stella +4 U Loyal Unicorn @Volkan Baǵa +5 R Magus of the Balance @Kev Walker +6 R Aminatou's Augury @Seb McKinnon +7 R Echo Storm @Mark Poole +8 R Estrid's Invocation @Johannes Voss +9 R Ever-Watching Threshold @Ravenna Tran +10 U Loyal Drake @Bayard Wu +11 R Octopus Umbra @Howard Lyon +12 R Primordial Mist @Titus Lunter +13 R Vedalken Humiliator @Jehan Choo +14 R Bloodtracker @Magali Villeneuve +15 R Entreat the Dead @Deruchenko Alexander +16 U Loyal Subordinate @Tomasz Jedruszek +17 R Night Incarnate @Anthony Palumbo +18 R Skull Storm @Mark Poole +19 R Sower of Discord @Wisnu Tan +20 R Emissary of Grudges @Stanton Feng +21 R Enchanter's Bane @Steve Prescott +22 R Fury Storm @Mark Poole +23 U Loyal Apprentice @Joe Slucher +24 R Nesting Dragon @Jehan Choo +25 R Reality Scramble @Simon Dominic +26 R Saheeli's Directive @Craig J Spearing +27 R Treasure Nabber @Alex Konstad +28 R Varchild, Betrayer of Kjeldor @Lucas Graciano +29 R Crash of Rhino Beetles @Mike Burns +30 R Genesis Storm @Mark Poole +31 U Loyal Guardian @Robbie Trevino +32 R Myth Unbound @Alexander Forssberg +33 R Nylea's Colossus @Grzegorz Rutkowski +34 R Ravenous Slime @Filip Burburan +35 R Turntimber Sower @Craig J Spearing +36 R Whiptongue Hydra @Tomasz Jedruszek +37 M Aminatou, the Fateshifter @Seb McKinnon +38 R Arixmethes, Slumbering Isle @Dimitar Marinski +39 M Brudiclad, Telchor Engineer @Daarken +40 M Estrid, the Masked @Johannes Voss +41 M Gyrus, Waker of Corpses @Slawomir Maniak +42 M Kestia, the Cultivator @Zezhou Chen +43 M Lord Windgrace @Bram Sels +44 M Saheeli, the Gifted @Ryan Pancoast +45 M Tawnos, Urza's Apprentice @Matt Stewart +46 M Thantis, the Warweaver @Jehan Choo +47 M Tuvasa the Sunlit @Eric Deschamps +48 M Varina, Lich Queen @Igor Kieryluk +49 R Windgrace's Judgment @Grzegorz Rutkowski +50 R Xantcha, Sleeper Agent @Mark Winters +51 M Yennett, Cryptic Sovereign @Chris Rahn +52 R Yuriko, the Tiger's Shadow @Yongjae Choi +53 R Ancient Stone Idol @Josh Hass +54 R Coveted Jewel @Jason A. Engle +55 R Endless Atlas @Titus Lunter +56 U Geode Golem @Yeong-Hao Han +57 R Retrofitter Foundry @Dmitry Burmak +58 C Forge of Heroes @Titus Lunter +59 R Isolated Watchtower @Alexander Forssberg +60 R Adarkar Valkyrie @Jeremy Jarvis +61 R Ajani's Chosen @Wayne Reynolds +62 R Akroma's Vengeance @Aleksi Briclot +63 U Banishing Stroke @Igor Kieryluk +64 R Celestial Archon @Matt Stewart +65 U Crib Swap @Brandon Dorman +66 C Dismantling Blow @Mark Tedin +67 M Entreat the Angels @Todd Lockwood +68 U Lightform @Steve Prescott +69 R Martial Coup @Greg Staples +70 R Phyrexian Rebirth @Scott Chou +71 U Return to Dust @Wayne Reynolds +72 U Sage's Reverie @Jason Rainville +73 M Serra Avatar @Dermot Power +74 R Sigil of the Empty Throne @Cyril Van Der Haegen +75 R Silent Sentinel @Slawomir Maniak +76 U Soul Snare @Carl Critchlow +77 R Terminus @James Paick +78 U Unquestioned Authority @Zoltan Boros +79 R Winds of Rath @Drew Tucker +80 R Aether Gale @Jack Wang +81 U Archetype of Imagination @Robbie Trevino +82 U Brainstorm @Willian Murai +83 U Cloudform @Noah Bradley +84 R Conundrum Sphinx @Michael Komarck +85 R Devastation Tide @Raymond Swanland +86 R Dictate of Kruphix @Daarken +87 R Djinn of Wishes @Kev Walker +88 C Dream Cache @D. Alexander Gregory +89 C Eel Umbra @Howard Lyon +90 C Etherium Sculptor @Steven Belledin +91 R Inkwell Leviathan @Anthony Francisco +92 C Into the Roil @Kieran Yanner +93 R Jeskai Infiltrator @Cynthia Sheppard +94 U Mulldrifter @Eric Fortune +95 C Ninja of the Deep Hours @Dan Scott +96 C Ponder @Dan Scott +97 C Portent @Christopher Burdett +98 U Predict @Rebecca Guay +99 U Reverse Engineer @Chase Stone +100 R Saheeli's Artistry @Kieran Yanner +101 R Sharding Sphinx @Michael Bruinsma +102 U Sigiled Starfish @Nils Hamm +103 R Sphinx of Jwar Isle @Justin Sweet +104 R Sphinx of Uthuun @Kekai Kotaki +105 C Telling Time @Scott M. Fischer +106 U Thirst for Knowledge @Anthony Francisco +107 R Thopter Spy Network @Jung Park +108 U Tidings @Pete Venters +109 C Treasure Hunt @Daren Bader +110 U Vow of Flight @Erica Yang +111 U Whirler Rogue @Winona Nelson +112 U Whitewater Naiads @William Wu +113 M Army of the Damned @Ryan Pancoast +114 R Moonlight Bargain @Nick Percival +115 R Phyrexian Delver @Igor Kieryluk +116 U Retreat to Hagra @Kieran Yanner +117 R Ruinous Path @Jaime Jones +118 M Soul of Innistrad @Adam Paquette +119 U Stitch Together @Arnie Swekel +120 R Blasphemous Act @Daarken +121 R Chain Reaction @Trevor Claxton +122 R Chaos Warp @Trevor Claxton +123 R Flameblast Dragon @Jaime Jones +124 R Hellkite Igniter @Jason Chan +125 R Magmaquake @Gabor Szikszai +126 U Thopter Engineer @Steve Prescott +127 U Acidic Slime @Karl Kopinski +128 C Aura Gnarlid @Lars Grant-West +129 M Avenger of Zendikar @Zoltan Boros & Gabor Szikszai +130 U Baloth Woodcrasher @Zoltan Boros & Gabor Szikszai +131 R Bear Umbra @Howard Lyon +132 R Boon Satyr @Wesley Burt +133 C Borderland Explorer @Lucas Graciano +134 R Budoka Gardener @Kev Walker +135 R Centaur Vinecrasher @Robbie Trevino +136 U Consign to Dust @Andreas Rocha +137 R Creeping Renaissance @Tomasz Jedruszek +138 C Cultivate @Anthony Palumbo +139 C Dawn's Reflection @John Avon +140 R Eidolon of Blossoms @Min Yum +141 R Enchantress's Presence @Rebecca Guay +142 R Epic Proportions @Jesper Ejsing +143 C Explore @John Avon +144 U Explosive Vegetation @John Avon +145 C Far Wanderings @Darrell Riche +146 C Farhaven Elf @Brandon Kitkouski +147 C Fertile Ground @Heather Hudson +148 C Grapple with the Past @Howard Lyon +149 R Ground Seal @Charles Urbach +150 C Harrow @Rob Alexander +151 R Herald of the Pantheon @Jason A. Engle +152 U Hunting Wilds @Steve Ellis +153 M Hydra Omnivore @Svetlin Velinov +154 C Khalni Heart Expedition @Jason Chan +155 C Kruphix's Insight @Igor Kieryluk +156 R Moldgraf Monstrosity @Tomasz Jedruszek +157 C Overgrowth @Ron Spears +158 R Rampaging Baloths @Steve Prescott +159 U Reclamation Sage @Christopher Moeller +160 C Sakura-Tribe Elder @Carl Critchlow +161 R Scute Mob @Zoltan Boros & Gabor Szikszai +162 C Snake Umbra @Christopher Moeller +163 R Spawning Grounds @Vincent Proce +164 U Vow of Wildness @Jim Pavelec +165 C Wild Growth @Tony Szczudlo +166 C Yavimaya Elder @Matt Cavotta +167 C Yavimaya Enchantress @Terese Nielsen +168 R Aethermage's Touch @Randy Gallegos +169 U Bant Charm @Randy Gallegos +170 M Bruna, Light of Alabaster @Winona Nelson +171 R Charnelhoard Wurm @Lars Grant-West +172 R Cold-Eyed Selkie @Jaime Jones +173 R Daxos of Meletis @Karla Ortiz +174 U Deathreap Ritual @Steve Argyle +175 R Decimate @Zoltan Boros +176 R Duskmantle Seer @Kev Walker +177 R Elderwood Scion @Nils Hamm +178 R Enigma Sphinx @Chris Rahn +179 U Esper Charm @Michael Bruinsma +180 R Finest Hour @Michael Komarck +181 R Gaze of Granite @Nils Hamm +182 C Grisly Salvage @Dave Kendall +183 R High Priest of Penance @Mark Zug +184 R Lavalanche @Steve Argyle +185 U Maverick Thopterist @Zack Stella +186 U Mortify @Nils Hamm +187 U Putrefy @Igor Kieryluk +188 R Righteous Authority @Scott Chou +189 R Rubblehulk @Raymond Swanland +190 U Savage Twister @John Avon +191 R Silent-Blade Oni @Steve Prescott +192 U Unflinching Courage @Mike Bierek +193 R Utter End @Mark Winters +194 R Worm Harvest @Chuck Lukacs +195 U Zendikar Incarnate @Lucas Graciano +196 U Azorius Signet @Raoul Vitale +197 R Blinkmoth Urn @David Martin +198 R Bosh, Iron Golem @Brom +199 U Chief of the Foundry @Daniel Ljunggren +200 C Commander's Sphere @Ryan Alexander Lee +201 U Crystal Ball @Ron Spencer +202 R Darksteel Juggernaut @Randis Albion +203 U Dimir Signet @Raoul Vitale +204 U Dreamstone Hedron @Eric Deschamps +205 R Duplicant @Marco Nelor +206 U Hedron Archive @Craig J Spearing +207 U Izzet Signet @Raoul Vitale +208 U Magnifying Glass @Dan Scott +209 R Mimic Vat @Matt Cavotta +210 C Mind Stone @Adam Rex +211 R Mirrorworks @John Avon +212 R Myr Battlesphere @Franz Vohwinkel +213 C Orzhov Signet @Martina Pilcerova +214 C Pilgrim's Eye @Dan Scott +215 U Prismatic Lens @Alan Pollack +216 R Prototype Portal @Drew Baker +217 R Psychosis Crawler @Stephan Martiniere +218 U Scrabbling Claws @Thomas M. Baxa +219 R Scuttling Doom Engine @Filip Burburan +220 C Seer's Lantern @Jung Park +221 R Seer's Sundial @Franz Vohwinkel +222 U Sol Ring @Mike Bierek +223 M Soul of New Phyrexia @Daarken +224 R Steel Hellkite @James Paick +225 U Swiftfoot Boots @Svetlin Velinov +226 R Thopter Assembly @Volkan Baǵa +227 U Unstable Obelisk @William Wu +228 R Unwinding Clock @Mike Bierek +229 U Vessel of Endless Rest @John Avon +230 U Worn Powerstone @Henry G. Higginbotham +231 U Akoum Refuge @Fred Fields +232 U Arcane Sanctum @Anthony Francisco +233 U Azorius Chancery @John Avon +234 C Azorius Guildgate @Drew Baker +235 C Barren Moor @Heather Hudson +236 U Blighted Woodland @Jason Felix +237 C Blossoming Sands @Sam Burley +238 C Bojuka Bog @Howard Lyon +239 U Buried Ruin @Franz Vohwinkel +240 C Command Tower @Ryan Yee +241 U Darksteel Citadel @John Avon +242 U Dimir Aqueduct @John Avon +243 C Dimir Guildgate @Cliff Childs +244 C Dismal Backwater @Sam Burley +245 C Evolving Wilds @Steven Belledin +246 C Forgotten Cave @Noah Bradley +247 U Forsaken Sanctuary @Vincent Proce +248 U Foundry of the Consuls @Sam Burley +249 U Golgari Rot Farm @John Avon +250 C Great Furnace @Rob Alexander +251 R Grim Backwoods @Vincent Proce +252 U Gruul Turf @John Avon +253 C Halimar Depths @Volkan Baǵa +254 C Haunted Fengraf @Adam Paquette +255 U Highland Lake @Noah Bradley +256 U Izzet Boilerworks @John Avon +257 C Izzet Guildgate @Noah Bradley +258 C Jund Panorama @Jaime Jones +259 C Jungle Hollow @Eytan Zana +260 U Jwar Isle Refuge @Cyril Van Der Haegen +261 U Kazandu Refuge @Franz Vohwinkel +262 C Khalni Garden @Ryan Pancoast +263 U Krosan Verge @Tony Szczudlo +264 C Lonely Sandbar @Noah Bradley +265 U Meandering River @Cliff Childs +266 C Mortuary Mire @James Paick +267 R Mosswort Bridge @Jeremy Jarvis +268 U Mountain Valley @Kari Johnson +269 U Myriad Landscape @Richard Wright +270 U New Benalia @Richard Wright +271 U Orzhov Basilica @John Avon +272 C Orzhov Guildgate @John Avon +273 C Rakdos Carnarium @John Avon +274 U Rocky Tar Pit @Jeff Miracola +275 U Savage Lands @Vance Kovacs +276 C Scoured Barrens @Eytan Zana +277 U Seaside Citadel @Volkan Baǵa +278 C Seat of the Synod @John Avon +279 C Secluded Steppe @Heather Hudson +280 U Sejiri Refuge @Ryan Pancoast +281 C Selesnya Sanctuary @John Avon +282 U Simic Growth Chamber @John Avon +283 U Submerged Boneyard @Cliff Childs +284 C Swiftwater Cliffs @Eytan Zana +285 U Temple of the False God @James Zapata +286 C Terramorphic Expanse @Dan Scott +287 C Thornwood Falls @Eytan Zana +288 C Tranquil Cove @John Avon +289 U Tranquil Expanse @Cliff Childs +290 C Tranquil Thicket @Heather Hudson +291 C Warped Landscape @Cliff Childs +292 C Woodland Stream @Efflam Mercier +293 L Plains @John Avon +294 L Plains @Steven Belledin +295 L Plains @Adam Paquette +296 L Island @Cliff Childs +297 L Island @Raoul Vitale +298 L Island @Johannes Voss +299 L Swamp @Aleksi Briclot +300 L Swamp @Dimitar Marinski +301 L Swamp @Andreas Rocha +302 L Mountain @Aleksi Briclot +303 L Mountain @Jonas De Ro +304 L Mountain @Eytan Zana +305 L Forest @Steven Belledin +306 L Forest @Mark Poole +307 L Forest @Min Yum [tokens] mask diff --git a/forge-gui/res/editions/Commander 2019.txt b/forge-gui/res/editions/Commander 2019.txt index cf80184579a..ccbdc200613 100644 --- a/forge-gui/res/editions/Commander 2019.txt +++ b/forge-gui/res/editions/Commander 2019.txt @@ -8,308 +8,308 @@ Type=Commander ScryfallCode=C19 [cards] -1 U Cliffside Rescuer -2 R Commander's Insignia -3 R Doomed Artisan -4 R Mandate of Peace -5 R Sevinne's Reclamation -6 R Song of the Worldsoul -7 R Thalia's Geistcaller -8 R Kadena's Silencer -9 U Leadership Vacuum -10 R Mass Diminish -11 R Sudden Substitution -12 R Thought Sponge -13 R Wall of Stolen Identity -14 R Archfiend of Spite -15 R Bone Miser -16 R Curse of Fool's Wisdom -17 R Gift of Doom -18 R K'rrik, Son of Yawgmoth -19 U Mire in Misery -20 R Nightmare Unmaking -21 R Thieving Amalgam -22 R Anje's Ravager -23 R Backdraft Hellkite -24 R Dockside Extortionist -25 R Ghired's Belligerence -26 U Hate Mirage -27 R Ignite the Future -28 R Skyfire Phoenix -29 R Tectonic Hellion -30 R Wildfire Devils -31 R Apex Altisaur -32 R Full Flowering -33 R Ohran Frostfang -34 R Road of Return -35 R Selesnya Eulogist -36 U Voice of Many -37 M Anje Falkenrath -38 M Atla Palani, Nest Tender -39 M Chainer, Nightmare Adept -40 M Elsha of the Infinite -41 R Gerrard, Weatherlight Hero -42 M Ghired, Conclave Exile -43 M Greven, Predator Captain -44 R Grismold, the Dreadsower -45 M Kadena, Slinking Sorcerer -46 M Marisi, Breaker of the Coil -47 M Pramikon, Sky Rampart -48 M Rayami, First of the Fallen -49 M Sevinne, the Chronoclasm -50 R Tahngarth, First Mate -51 M Volrath, the Shapestealer -52 R Aeon Engine -53 U Bloodthirsty Blade -54 R Empowered Autogenerator -55 R Idol of Oblivion -56 R Pendant of Prosperity -57 C Scaretiller -58 R Scroll of Fate -59 R Sanctum of Eternity -60 R Desolation Twin -61 M Angel of Sanctions -62 R Divine Reckoning -63 R Dusk // Dawn -64 U Ghostly Prison -65 R Hour of Reckoning -66 R Increasing Devotion -67 U Intangible Virtue -68 R Phyrexian Rebirth -69 C Prismatic Strands -70 M Pristine Angel -71 U Purify the Grave -72 C Ray of Distortion -73 U Roc Egg -74 C Rootborn Defenses -75 R Storm Herd -76 M Sun Titan -77 C Trostani's Judgment -78 M Wingmate Roc -79 R Zetalpa, Primal Dawn -80 U Chemister's Insight -81 R Chromeshell Crab -82 M Clever Impersonator -83 C Deep Analysis -84 C Echoing Truth -85 U Fact or Fiction -86 U Fervent Denial -87 R Ixidron -88 R Jace's Sanctum -89 R Kheru Spellsnatcher -90 U Mystic Retrieval -91 C Oona's Grace -92 U Reality Shift -93 R River Kelpie -94 U Runic Repetition -95 U Secrets of the Dead -96 R Stratus Dancer -97 R Talrand, Sky Summoner -98 U Tezzeret's Gambit -99 C Think Twice -100 R Thousand Winds -101 R Vesuvan Shapeshifter -102 U Willbender -103 R Asylum Visitor -104 R Bane of the Living -105 R Beacon of Unrest -106 U Big Game Hunter -107 M Boneyard Parley -108 C Call to the Netherworld -109 M Champion of Stray Souls -110 C Dark Withering -111 R Doomed Necromancer -112 U Faith of the Devoted -113 R From Under the Floorboards -114 M Geth, Lord of the Vault -115 M Ghastly Conscription -116 C Gorgon Recluse -117 C Grave Scrabbler -118 R Grim Haruspex -119 R Hedonist's Trove -120 R Hex -121 R In Garruk's Wake -122 C Murderous Compulsion -123 C Nightshade Assassin -124 M Ob Nixilis Reignited -125 R Overseer of the Damned -126 U Plaguecrafter -127 C Sanitarium Skeleton -128 R Silumgar Assassin -129 C Skinthinner -130 M Soul of Innistrad -131 U The Eldest Reborn -132 U Zombie Infestation -133 C Alchemist's Greeting -134 R Avacyn's Judgment -135 U Burning Vengeance -136 R Chaos Warp -137 U Desperate Ravings -138 R Devil's Play -139 M Dragonmaster Outcast -140 C Faithless Looting -141 M Feldon of the Third Path -142 C Fiery Temper -143 R Flamerush Rider -144 R Flayer of the Hatebound -145 U Guttersnipe -146 R Heart-Piercer Manticore -147 R Increasing Vengeance -148 R Magmaquake -149 R Magus of the Wheel -150 U Malevolent Whispers -151 U Rolling Temblor -152 R Squee, Goblin Nabob -153 R Stromkirk Occultist -154 U Violent Eruption -155 R Warstorm Surge -156 C Ainok Survivalist -157 U Beast Within -158 U Colossal Majesty -159 C Cultivate -160 M Deathmist Raptor -161 R Den Protector -162 C Druid's Deliverance -163 U Elemental Bond -164 C Explore -165 C Farseek -166 R Fresh Meat -167 M Garruk, Primal Hunter -168 U Garruk's Packleader -169 M Giant Adephage -170 U Great Oak Guardian -171 U Harmonize -172 M Hooded Hydra -173 R Momentous Fall -174 C Nantuko Vigilante -175 R Overwhelming Stampede -176 R Rampaging Baloths -177 C Sakura-Tribe Elder -178 R Second Harvest -179 R Seedborn Muse -180 R Shamanic Revelation -181 U Slice in Twain -182 M Soul of Zendikar -183 R Tempt with Discovery -184 R Thelonite Hermit -185 R Thragtusk -186 R Trail of Mystery -187 R Biomass Mutation -188 R Bloodhall Priest -189 R Bounty of the Luxa -190 U Crackling Drake -191 R Emmara Tandris -192 U Farm // Market -193 R Growing Ranks -194 U Icefeather Aven -195 U Naya Charm -196 R Pristine Skywise -197 U Putrefy -198 M Ral Zarek -199 R Refuse // Cooperate -200 R Sagu Mauler -201 U Secret Plans -202 U Sultai Charm -203 C Sundering Growth -204 M Trostani, Selesnya's Voice -205 U Urban Evolution -206 U Vitu-Ghazi Guildmage -207 M Vraska the Unseen -208 R Wayfaring Temple -209 C Armillary Sphere -210 C Azorius Locket -211 U Burnished Hart -212 C Commander's Sphere -213 M Grimoire of the Dead -214 U Hedron Archive -215 C Izzet Locket -216 R Key to the City -217 U Lightning Greaves -218 U Meteor Golem -219 R Mimic Vat -220 C Rakdos Locket -221 U Sol Ring -222 R Solemn Simulacrum -223 R Soul Foundry -224 R Strionic Resonator -225 U Thran Dynamo -226 U Akoum Refuge -227 C Ash Barrens -228 U Azorius Chancery -229 U Barren Moor -230 C Bloodfell Caves -231 C Blossoming Sands -232 C Bojuka Bog -233 C Boros Garrison -234 C Boros Guildgate -235 C Cinder Barrens -236 R Cinder Glade -237 C Command Tower -238 R Darkwater Catacombs -239 U Dimir Aqueduct -240 R Drownyard Temple -241 C Evolving Wilds -242 R Exotic Orchard -243 C Forgotten Cave -244 U Foul Orchard -245 R Gargoyle Castle -246 R Geier Reach Sanitarium -247 C Golgari Guildgate -248 U Golgari Rot Farm -249 U Graypelt Refuge -250 U Gruul Turf -251 U Highland Lake -252 U Izzet Boilerworks -253 C Izzet Guildgate -254 C Jungle Hollow -255 U Jungle Shrine -256 U Kazandu Refuge -257 U Krosan Verge -258 R Llanowar Wastes -259 U Memorial to Folly -260 C Mortuary Mire -261 U Myriad Landscape -262 U Mystic Monastery -263 C Naya Panorama -264 U Opulent Palace -265 R Prairie Stream -266 C Rakdos Carnarium -267 C Rakdos Guildgate -268 U Reliquary Tower -269 U Rix Maadi, Dungeon Palace -270 U Rogue's Passage -271 C Rugged Highlands -272 C Selesnya Sanctuary -273 R Shrine of the Forsaken Gods -274 U Simic Growth Chamber -275 C Simic Guildgate -276 U Stone Quarry -277 R Sungrass Prairie -278 R Sunken Hollow -279 C Swiftwater Cliffs -280 U Temple of the False God -281 C Terramorphic Expanse -282 R Thespian's Stage -283 C Thornwood Falls -284 C Tranquil Cove -285 C Wind-Scarred Crag -286 C Woodland Stream -287 R Yavimaya Coast -288 L Plains -289 L Plains -290 L Plains -291 L Island -292 L Island -293 L Island -294 L Swamp -295 L Swamp -296 L Swamp -297 L Mountain -298 L Mountain -299 L Mountain -300 L Forest -301 L Forest -302 L Forest +1 U Cliffside Rescuer @Caio Monteiro +2 R Commander's Insignia @Anastasia Ovchinnikova +3 R Doomed Artisan @Victor Adame Minguez +4 R Mandate of Peace @Chris Rallis +5 R Sevinne's Reclamation @Zoltan Boros +6 R Song of the Worldsoul @Torstein Nordstrand +7 R Thalia's Geistcaller @Sean Sevestre +8 R Kadena's Silencer @Torstein Nordstrand +9 U Leadership Vacuum @Johan Grenier +10 R Mass Diminish @E. M. Gist +11 R Sudden Substitution @Noah Bradley +12 R Thought Sponge @Jason Kang +13 R Wall of Stolen Identity @Jason Felix +14 R Archfiend of Spite @Tomasz Jedruszek +15 R Bone Miser @Antonio José Manzanedo +16 R Curse of Fool's Wisdom @Daarken +17 R Gift of Doom @James Zapata +18 R K'rrik, Son of Yawgmoth @Chase Stone +19 U Mire in Misery @Anna Podedworna +20 R Nightmare Unmaking @Izzy +21 R Thieving Amalgam @Johan Grenier +22 R Anje's Ravager @Antonio José Manzanedo +23 R Backdraft Hellkite @Rudy Siswanto +24 R Dockside Extortionist @Forrest Imel +25 R Ghired's Belligerence @Izzy +26 U Hate Mirage @Tomasz Jedruszek +27 R Ignite the Future @Alex Konstad +28 R Skyfire Phoenix @Greg Staples +29 R Tectonic Hellion @Piotr Dura +30 R Wildfire Devils @Izzy +31 R Apex Altisaur @Simon Dominic +32 R Full Flowering @Sidharth Chaturvedi +33 R Ohran Frostfang @Torstein Nordstrand +34 R Road of Return @Jonas De Ro +35 R Selesnya Eulogist @Tomasz Jedruszek +36 U Voice of Many @Greg Staples +37 M Anje Falkenrath @Cynthia Sheppard +38 M Atla Palani, Nest Tender @Ekaterina Burmak +39 M Chainer, Nightmare Adept @Steve Prescott +40 M Elsha of the Infinite @G-host Lee +41 R Gerrard, Weatherlight Hero @Zack Stella +42 M Ghired, Conclave Exile @Yongjae Choi +43 M Greven, Predator Captain @Zack Stella +44 R Grismold, the Dreadsower @Filip Burburan +45 M Kadena, Slinking Sorcerer @Caio Monteiro +46 M Marisi, Breaker of the Coil @Rudy Siswanto +47 M Pramikon, Sky Rampart @Richard Wright +48 M Rayami, First of the Fallen @Kieran Yanner +49 M Sevinne, the Chronoclasm @Zoltan Boros +50 R Tahngarth, First Mate @Anna Steinbauer +51 M Volrath, the Shapestealer @Heonhwa Choe +52 R Aeon Engine @Ralph Horsley +53 U Bloodthirsty Blade @Jason Kang +54 R Empowered Autogenerator @Piotr Dura +55 R Idol of Oblivion @Piotr Dura +56 R Pendant of Prosperity @Raoul Vitale +57 C Scaretiller @Jakub Kasper +58 R Scroll of Fate @Piotr Dura +59 R Sanctum of Eternity @Daniel Ljunggren +60 R Desolation Twin @Jack Wang +61 M Angel of Sanctions @Min Yum +62 R Divine Reckoning @Greg Staples +63 R Dusk // Dawn @Noah Bradley +64 U Ghostly Prison @Wayne England +65 R Hour of Reckoning @Joseph Meehan +66 R Increasing Devotion @Daniel Ljunggren +67 U Intangible Virtue @Clint Cearley +68 R Phyrexian Rebirth @Scott Chou +69 C Prismatic Strands @GrafitArt +70 M Pristine Angel @Scott M. Fischer +71 U Purify the Grave @Drew Baker +72 C Ray of Distortion @Cristi Balanescu +73 U Roc Egg @Paul Bonner +74 C Rootborn Defenses @Mark Zug +75 R Storm Herd @Jim Nelson +76 M Sun Titan @Todd Lockwood +77 C Trostani's Judgment @Christopher Moeller +78 M Wingmate Roc @Mark Zug +79 R Zetalpa, Primal Dawn @Chris Rallis +80 U Chemister's Insight @Josh Hass +81 R Chromeshell Crab @Joseph Meehan +82 M Clever Impersonator @Slawomir Maniak +83 C Deep Analysis @Jesper Ejsing +84 C Echoing Truth @Greg Staples +85 U Fact or Fiction @Matt Cavotta +86 U Fervent Denial @Igor Kieryluk +87 R Ixidron @Antonio José Manzanedo +88 R Jace's Sanctum @Adam Paquette +89 R Kheru Spellsnatcher @Clint Cearley +90 U Mystic Retrieval @Izzy +91 C Oona's Grace @Rebecca Guay +92 U Reality Shift @Howard Lyon +93 R River Kelpie @Jeff Easley +94 U Runic Repetition @Svetlin Velinov +95 U Secrets of the Dead @Eytan Zana +96 R Stratus Dancer @Anastasia Ovchinnikova +97 R Talrand, Sky Summoner @Svetlin Velinov +98 U Tezzeret's Gambit @Karl Kopinski +99 C Think Twice @Anthony Francisco +100 R Thousand Winds @Raymond Swanland +101 R Vesuvan Shapeshifter @Ralph Horsley +102 U Willbender @Svetlin Velinov +103 R Asylum Visitor @Bastien L. Deharme +104 R Bane of the Living @Filip Burburan +105 R Beacon of Unrest @Joseph Meehan +106 U Big Game Hunter @Carl Critchlow +107 M Boneyard Parley @James Ryman +108 C Call to the Netherworld @Vance Kovacs +109 M Champion of Stray Souls @Aleksi Briclot +110 C Dark Withering @Wayne Reynolds +111 R Doomed Necromancer @Volkan Baǵa +112 U Faith of the Devoted @Raoul Vitale +113 R From Under the Floorboards @Steven Belledin +114 M Geth, Lord of the Vault @Whit Brachna +115 M Ghastly Conscription @YW Tang +116 C Gorgon Recluse @Darrell Riche +117 C Grave Scrabbler @Livia Prima +118 R Grim Haruspex @Seb McKinnon +119 R Hedonist's Trove @Peter Mohrbacher +120 R Hex @Michael Sutfin +121 R In Garruk's Wake @Chase Stone +122 C Murderous Compulsion @David Palumbo +123 C Nightshade Assassin @Darren Tan +124 M Ob Nixilis Reignited @Chris Rahn +125 R Overseer of the Damned @rk post +126 U Plaguecrafter @Anna Steinbauer +127 C Sanitarium Skeleton @Kev Walker +128 R Silumgar Assassin @Yohann Schepacz +129 C Skinthinner @Kev Walker +130 M Soul of Innistrad @Adam Paquette +131 U The Eldest Reborn @Ravenna Tran +132 U Zombie Infestation @Thomas M. Baxa +133 C Alchemist's Greeting @Jakub Kasper +134 R Avacyn's Judgment @Victor Adame Minguez +135 U Burning Vengeance @Raymond Swanland +136 R Chaos Warp @Trevor Claxton +137 U Desperate Ravings @John Stanko +138 R Devil's Play @Austin Hsu +139 M Dragonmaster Outcast @Raymond Swanland +140 C Faithless Looting @Karl Kopinski +141 M Feldon of the Third Path @Chase Stone +142 C Fiery Temper @Johannes Voss +143 R Flamerush Rider @Min Yum +144 R Flayer of the Hatebound @Jana Schirmer & Johannes Voss +145 U Guttersnipe @Mathias Kollros +146 R Heart-Piercer Manticore @Scott Murphy +147 R Increasing Vengeance @Anthony Francisco +148 R Magmaquake @Gabor Szikszai +149 R Magus of the Wheel @Carl Frank +150 U Malevolent Whispers @Greg Staples +151 U Rolling Temblor @Cliff Childs +152 R Squee, Goblin Nabob @Greg Staples +153 R Stromkirk Occultist @Magali Villeneuve +154 U Violent Eruption @Rudy Siswanto +155 R Warstorm Surge @Raymond Swanland +156 C Ainok Survivalist @Craig J Spearing +157 U Beast Within @Jesper Ejsing +158 U Colossal Majesty @Randy Vargas +159 C Cultivate @Anthony Palumbo +160 M Deathmist Raptor @Filip Burburan +161 R Den Protector @Viktor Titov +162 C Druid's Deliverance @Rudy Siswanto +163 U Elemental Bond @David Gaillet +164 C Explore @John Avon +165 C Farseek @Martina Pilcerova +166 R Fresh Meat @Dave Allsop +167 M Garruk, Primal Hunter @D. Alexander Gregory +168 U Garruk's Packleader @Nils Hamm +169 M Giant Adephage @Christine Choi +170 U Great Oak Guardian @Steven Belledin +171 U Harmonize @Paul Lee +172 M Hooded Hydra @Chase Stone +173 R Momentous Fall @Tomasz Jedruszek +174 C Nantuko Vigilante @Alex Horley-Orlandelli +175 R Overwhelming Stampede @Steven Belledin +176 R Rampaging Baloths @Steve Prescott +177 C Sakura-Tribe Elder @Ted Galaday +178 R Second Harvest @Matt Stewart +179 R Seedborn Muse @Adam Rex +180 R Shamanic Revelation @Matt Stewart +181 U Slice in Twain @Even Amundsen +182 M Soul of Zendikar @Eytan Zana +183 R Tempt with Discovery @William Wu +184 R Thelonite Hermit @Chippy +185 R Thragtusk @Nils Hamm +186 R Trail of Mystery @Raymond Swanland +187 R Biomass Mutation @Dan Scott +188 R Bloodhall Priest @Mark Winters +189 R Bounty of the Luxa @Jonas De Ro +190 U Crackling Drake @Victor Adame Minguez +191 R Emmara Tandris @Mark Winters +192 U Farm // Market @Victor Adame Minguez +193 R Growing Ranks @Seb McKinnon +194 U Icefeather Aven @Slawomir Maniak +195 U Naya Charm @Jesper Ejsing +196 R Pristine Skywise @Adam Paquette +197 U Putrefy @Igor Kieryluk +198 M Ral Zarek @Eric Deschamps +199 R Refuse // Cooperate @Yongjae Choi +200 R Sagu Mauler @Raymond Swanland +201 U Secret Plans @Daarken +202 U Sultai Charm @Mathias Kollros +203 C Sundering Growth @David Palumbo +204 M Trostani, Selesnya's Voice @Sidharth Chaturvedi +205 U Urban Evolution @Eytan Zana +206 U Vitu-Ghazi Guildmage @Jason Chan +207 M Vraska the Unseen @Aleksi Briclot +208 R Wayfaring Temple @Peter Mohrbacher +209 C Armillary Sphere @Franz Vohwinkel +210 C Azorius Locket @Craig J Spearing +211 U Burnished Hart @Yeong-Hao Han +212 C Commander's Sphere @Ryan Alexander Lee +213 M Grimoire of the Dead @Steven Belledin +214 U Hedron Archive @Craig J Spearing +215 C Izzet Locket @Dmitry Burmak +216 R Key to the City @Sean Murray +217 U Lightning Greaves @Michael Komarck +218 U Meteor Golem @Lake Hurwitz +219 R Mimic Vat @Donato Giancola +220 C Rakdos Locket @Sung Choi +221 U Sol Ring @Mike Bierek +222 R Solemn Simulacrum @Donato Giancola +223 R Soul Foundry @Arnie Swekel +224 R Strionic Resonator @Noah Bradley +225 U Thran Dynamo @Ron Spears +226 U Akoum Refuge @Fred Fields +227 C Ash Barrens @Jonas De Ro +228 U Azorius Chancery @John Avon +229 U Barren Moor @Noah Bradley +230 C Bloodfell Caves @Adam Paquette +231 C Blossoming Sands @Sam Burley +232 C Bojuka Bog @Howard Lyon +233 C Boros Garrison @John Avon +234 C Boros Guildgate @Noah Bradley +235 C Cinder Barrens @Titus Lunter +236 R Cinder Glade @Adam Paquette +237 C Command Tower @Ryan Yee +238 R Darkwater Catacombs @Monte Michael Moore +239 U Dimir Aqueduct @John Avon +240 R Drownyard Temple @John Avon +241 C Evolving Wilds @Steven Belledin +242 R Exotic Orchard @Steven Belledin +243 C Forgotten Cave @Noah Bradley +244 U Foul Orchard @Yeong-Hao Han +245 R Gargoyle Castle @Paul Bonner +246 R Geier Reach Sanitarium @Cliff Childs +247 C Golgari Guildgate @Eytan Zana +248 U Golgari Rot Farm @John Avon +249 U Graypelt Refuge @Philip Straub +250 U Gruul Turf @John Avon +251 U Highland Lake @Noah Bradley +252 U Izzet Boilerworks @John Avon +253 C Izzet Guildgate @Kirsten Zirngibl +254 C Jungle Hollow @Eytan Zana +255 U Jungle Shrine @Wayne Reynolds +256 U Kazandu Refuge @Franz Vohwinkel +257 U Krosan Verge @Tony Szczudlo +258 R Llanowar Wastes @Rob Alexander +259 U Memorial to Folly @Sung Choi +260 C Mortuary Mire @James Paick +261 U Myriad Landscape @Richard Wright +262 U Mystic Monastery @Florian de Gesincourt +263 C Naya Panorama @Hideaki Takamura +264 U Opulent Palace @Adam Paquette +265 R Prairie Stream @Adam Paquette +266 C Rakdos Carnarium @John Avon +267 C Rakdos Guildgate @Eytan Zana +268 U Reliquary Tower @Jesper Ejsing +269 U Rix Maadi, Dungeon Palace @Martina Pilcerova +270 U Rogue's Passage @Christine Choi +271 C Rugged Highlands @Eytan Zana +272 C Selesnya Sanctuary @John Avon +273 R Shrine of the Forsaken Gods @Daniel Ljunggren +274 U Simic Growth Chamber @John Avon +275 C Simic Guildgate @Adam Paquette +276 U Stone Quarry @Noah Bradley +277 R Sungrass Prairie @Ron Spencer +278 R Sunken Hollow @Adam Paquette +279 C Swiftwater Cliffs @Eytan Zana +280 U Temple of the False God @James Zapata +281 C Terramorphic Expanse @Dan Scott +282 R Thespian's Stage @John Avon +283 C Thornwood Falls @Eytan Zana +284 C Tranquil Cove @John Avon +285 C Wind-Scarred Crag @Eytan Zana +286 C Woodland Stream @Efflam Mercier +287 R Yavimaya Coast @Anthony S. Waters +288 L Plains @Alayna Danner +289 L Plains @Jonas De Ro +290 L Plains @Richard Wright +291 L Island @Alayna Danner +292 L Island @Florian de Gesincourt +293 L Island @Dimitar Marinski +294 L Swamp @Alayna Danner +295 L Swamp @Jonas De Ro +296 L Swamp @Adam Paquette +297 L Mountain @Alayna Danner +298 L Mountain @Jonas De Ro +299 L Mountain @Richard Wright +300 L Forest @Alayna Danner +301 L Forest @Titus Lunter +302 L Forest @Richard Wright [tokens] b_1_1_assassin_lose_con diff --git a/forge-gui/res/editions/Commander 2020.txt b/forge-gui/res/editions/Commander 2020.txt index b616fb4b20a..24375bed533 100644 --- a/forge-gui/res/editions/Commander 2020.txt +++ b/forge-gui/res/editions/Commander 2020.txt @@ -6,328 +6,328 @@ Type=Commander ScryfallCode=C20 [cards] -1 M Trynn, Champion of Freedom -2 M Haldan, Avid Arcanist -3 M Nikara, Lair Scavenger -4 M Brallin, Skyshark Rider -5 M Cazur, Ruthless Stalker -6 M Akim, the Soaring Wind -7 M Gavi, Nest Warden -8 M Jirina Kudro -9 M Kalamax, the Stormsire -10 M Kathril, Aspect Warper -11 M Kelsien, the Plague -12 M Otrimi, the Ever-Playful -13 M Pako, Arcane Retriever -14 M Shabraz, the Skyshark -15 M Silvar, Devourer of the Free -16 M Tayam, Luminous Enigma -17 M Ukkima, Stalking Shadow -18 M Xyris, the Writhing Storm -19 M Yannik, Scavenging Sentinel -20 M Zaxara, the Exemplary -21 R Cryptic Trilobite -22 R Avenging Huntbonder -23 R Call the Coppercoats -24 R Cartographer's Hawk -25 R Dismantling Wave -26 R Flawless Maneuver -27 R Herald of the Forgotten -28 U Martial Impetus -29 R Verge Rangers -30 R Vitality Hunter -31 R Crystalline Resonance -32 R Decoy Gambit -33 R Eon Frolicker -34 R Ethereal Forager -35 R Fierce Guardianship -36 R Nascent Metamorph -37 U Psychic Impetus -38 R Souvenir Snatcher -39 R Tidal Barracuda -40 R Boneyard Mycodrax -41 R Daring Fiendbonder -42 R Deadly Rollick -43 R Dredge the Mire -44 R Mindleecher -45 R Netherborn Altar -46 U Parasitic Impetus -47 R Species Specialist -48 R Titan Hunter -49 R Agitator Ant -50 R Deflecting Swat -51 R Fireflux Squad -52 R Frontier Warmonger -53 R Lavabrink Floodgates -54 R Molten Echoes -55 U Shiny Impetus -56 R Spellpyre Phoenix -57 R Surly Badgersaur -58 R Capricopian -59 R Curious Herd -60 R Glademuse -61 R Obscuring Haze -62 U Predatory Impetus -63 R Ravenous Gigantotherium -64 R Sawtusk Demolisher -65 R Selective Adaptation -66 R Slippery Bogbonder -67 C Bonder's Ornament -68 R Manascape Refractor -69 R Sanctuary Blade -70 R Twinning Staff -71 R Nesting Grounds -72 U Aerial Responder -73 M Akroma, Angel of Wrath -74 R Akroma's Vengeance -75 R Angel of Finality -76 R Astral Drift -77 U Banisher Priest -78 R Bounty Agent -79 U Cast Out -80 M Cataclysmic Gearhulk -81 C Cavalry Pegasus -82 R Citywide Bust -83 R Cleansing Nova -84 R Dearly Departed -85 R Decree of Justice -86 M Descend upon the Sinful -87 U Devout Chaplain -88 R Eternal Dragon -89 R Frontline Medic -90 R Hoofprints of the Stag -91 R Increasing Devotion -92 R Kalemne's Captain -93 R Knight of the White Orchid -94 R Magus of the Disk -95 R Odric, Lunarch Marshal -96 R Odric, Master Tactician -97 R Reveillark -98 R Riders of Gavony -99 R Solemn Recruit -100 U Spirit Cairn -101 M Sun Titan -102 R Sunblast Angel -103 R Thalia's Lieutenant -104 R Thraben Doomsayer -105 R Together Forever -106 R Unexpectedly Absent -107 R Zetalpa, Primal Dawn -108 U Chemister's Insight -109 R Curator of Mysteries -110 R Drake Haven -111 C Frantic Search -112 C Hieroglyphic Illumination -113 U Illusory Ambusher -114 M Jace, Architect of Thought -115 R Lunar Mystic -116 R Mind Spring -117 U Mulldrifter -118 U Murmuring Mystic -119 R New Perspectives -120 R Niblis of Frost -121 R Nimble Obstructionist -122 R Portal Mage -123 U Propaganda -124 R Swarm Intelligence -125 R Talrand, Sky Summoner -126 U Vizier of Tumbling Sands -127 C Whiplash Trap -128 U Windfall -129 U Ambition's Cost -130 R Cairn Wanderer -131 R Deadly Tempest -132 R Disciple of Bolas -133 R Ever After -134 R Painful Truths -135 R Profane Command -136 U Shriekmaw -137 M Soul of Innistrad -138 R Soulflayer -139 U Unburial Rites -140 U Vampire Nighthawk -141 R Xathrid Necromancer -142 U Zulaport Cutthroat -143 R Alesha, Who Smiles at Death -144 R Captivating Crew -145 M Chandra, Flamecaller -146 R Chaos Warp -147 R Charmbreaker Devils -148 M Comet Storm -149 R Commune with Lava -150 R Dualcaster Mage -151 R Etali, Primal Storm -152 R Fumiko the Lowblood -153 R Goblin Dark-Dwellers -154 U Humble Defector -155 U Lightning Rift -156 R Magus of the Wheel -157 R Outpost Siege -158 R Shared Animosity -159 U Slice and Dice -160 R Starstorm -161 U Surreal Memoir -162 R Tectonic Reformation -163 R Titan of Eternal Fire -164 U Vigilante Justice -165 U Acidic Slime -166 R Animist's Awakening -167 R Beast Whisperer -168 U Beast Within -169 C Crop Rotation -170 C Cultivate -171 C Evolution Charm -172 R Genesis Hydra -173 U Harmonize -174 C Harrow -175 U Heroes' Bane -176 R Hornet Queen -177 R Hungering Hydra -178 U Hunter's Insight -179 U Hunting Pack -180 C Kodama's Reach -181 U Krosan Grip -182 M Majestic Myriarch -183 R Masked Admirers -184 C Natural Connection -185 R Predator Ooze -186 U Reclamation Sage -187 C Sakura-Tribe Elder -188 C Satyr Wayfinder -189 U Skullwinder -190 U Slice in Twain -191 R Splinterfright -192 R Strength of the Tajuru -193 U Tribute to the Wild -194 R Vastwood Hydra -195 M Vorapede -196 U Wilderness Reclamation -197 U Yavimaya Dryad -198 R Abzan Ascendancy -199 U Abzan Charm -200 R Adriana, Captain of the Guard -201 M Ajani Unyielding -202 R Archon of Valor's Reach -203 R Artifact Mutation -204 R Cold-Eyed Selkie -205 R Crackling Doom -206 U Crackling Drake -207 M Deadbridge Chant -208 U Deathsprout -209 U Despark -210 R Djinn Illuminatus -211 R Duneblast -212 R Find // Finality -213 U Garna, the Bloodflame -214 R Gaze of Granite -215 C Grisly Salvage -216 C Growth Spiral -217 M Isperia, Supreme Judge -218 M Karametra, God of Harvests -219 M The Locust God -220 R Melek, Izzet Paragon -221 R Mercurial Chemister -222 U Migratory Route -223 M Nahiri, the Harbinger -224 M Nissa, Steward of Elements -225 R Niv-Mizzet, the Firemind -226 U Nyx Weaver -227 R Prophetic Bolt -228 U Putrefy -229 R Rashmi, Eternities Crafter -230 U Temur Charm -231 U Terminate -232 U Trygon Predator -233 R Villainous Wealth -234 R Wort, the Raidmother -235 R Wydwen, the Biting Gale -236 R Abandoned Sarcophagus -237 C Arcane Signet -238 U Azorius Signet -239 U Boros Signet -240 C Commander's Sphere -241 R Fluctuator -242 U Heirloom Blade -243 U Izzet Signet -244 R Lifecrafter's Bestiary -245 U Lightning Greaves -246 R Mimic Vat -247 U Orzhov Signet -248 R Psychosis Crawler -249 U Rakdos Signet -250 R Silent Arbiter -251 U Skullclamp -252 U Sol Ring -253 R Solemn Simulacrum -254 U Swiftfoot Boots -255 C Ash Barrens -256 U Azorius Chancery -257 R Battlefield Forge -258 U Blighted Woodland -259 C Bojuka Bog -260 C Boros Garrison -261 R Canopy Vista -262 R Caves of Koilos -263 R Cinder Glade -264 C Command Tower -265 R Darkwater Catacombs -266 C Desert of the Fervent -267 C Desert of the Mindful -268 C Desert of the True -269 R Desolate Lighthouse -270 U Dimir Aqueduct -271 C Drifting Meadow -272 R Endless Sands -273 R Exotic Orchard -274 U Forgotten Cave -275 U Frontier Bivouac -276 R Gavony Township -277 U Golgari Rot Farm -278 R Grim Backwoods -279 U Gruul Turf -280 C Halimar Depths -281 R Hostile Desert -282 R Irrigated Farmland -283 U Izzet Boilerworks -284 R Kessig Wolf Run -285 U Krosan Verge -286 R Llanowar Wastes -287 U Lonely Sandbar -288 U Memorial to Folly -289 C Mortuary Mire -290 R Mossfire Valley -291 R Mosswort Bridge -292 U Myriad Landscape -293 U Mystic Monastery -294 U Nomad Outpost -295 U Opulent Palace -296 R Oran-Rief, the Vastwood -297 C Orzhov Basilica -298 C Path of Ancestry -299 R Prairie Stream -300 C Rakdos Carnarium -301 U Reliquary Tower -302 C Remote Isle -303 U Rogue's Passage -304 C Rupture Spire -305 U Sandsteppe Citadel -306 R Scavenger Grounds -307 U Secluded Steppe -308 C Selesnya Sanctuary -309 R Shadowblood Ridge -310 R Shivan Reef -311 U Simic Growth Chamber -312 R Skycloud Expanse -313 C Smoldering Crater -314 R Smoldering Marsh -315 C Soaring Seacliff -316 R Spinerock Knoll -317 R Sungrass Prairie -318 R Sunken Hollow -319 U Temple of the False God -320 U Unclaimed Territory -321 R Windbrisk Heights -322 R Yavimaya Coast +1 M Trynn, Champion of Freedom @Jesper Ejsing +2 M Haldan, Avid Arcanist @Manuel Castañón +3 M Nikara, Lair Scavenger @Grzegorz Rutkowski +4 M Brallin, Skyshark Rider @Paul Scott Canavan +5 M Cazur, Ruthless Stalker @Daarken +6 M Akim, the Soaring Wind @Filip Burburan +7 M Gavi, Nest Warden @Randy Vargas +8 M Jirina Kudro @Magali Villeneuve +9 M Kalamax, the Stormsire @Nicholas Gregory +10 M Kathril, Aspect Warper @Mathias Kollros +11 M Kelsien, the Plague @Chris Rallis +12 M Otrimi, the Ever-Playful @Victor Adame Minguez +13 M Pako, Arcane Retriever @Manuel Castañón +14 M Shabraz, the Skyshark @Paul Scott Canavan +15 M Silvar, Devourer of the Free @Jesper Ejsing +16 M Tayam, Luminous Enigma @Sam Burley +17 M Ukkima, Stalking Shadow @Daarken +18 M Xyris, the Writhing Storm @Filip Burburan +19 M Yannik, Scavenging Sentinel @Grzegorz Rutkowski +20 M Zaxara, the Exemplary @Simon Dominic +21 R Cryptic Trilobite @Leesha Hannigan +22 R Avenging Huntbonder @Evyn Fong +23 R Call the Coppercoats @Cristi Balanescu +24 R Cartographer's Hawk @Donato Giancola +25 R Dismantling Wave @Raoul Vitale +26 R Flawless Maneuver @Zoltan Boros +27 R Herald of the Forgotten @Antonio José Manzanedo +28 U Martial Impetus @Aaron Miller +29 R Verge Rangers @Livia Prima +30 R Vitality Hunter @Tomasz Jedruszek +31 R Crystalline Resonance @Joe Slucher +32 R Decoy Gambit @Ravenna Tran +33 R Eon Frolicker @Brian Valeza +34 R Ethereal Forager @Nicholas Gregory +35 R Fierce Guardianship @Randy Vargas +36 R Nascent Metamorph @Brian Valeza +37 U Psychic Impetus @Lindsey Look +38 R Souvenir Snatcher @Kev Walker +39 R Tidal Barracuda @Uriah Voth +40 R Boneyard Mycodrax @Yeong-Hao Han +41 R Daring Fiendbonder @Yongjae Choi +42 R Deadly Rollick @Izzy +43 R Dredge the Mire @Lie Setiawan +44 R Mindleecher @Antonio José Manzanedo +45 R Netherborn Altar @Titus Lunter +46 U Parasitic Impetus @Mila Pesic +47 R Species Specialist @Paul Scott Canavan +48 R Titan Hunter @Matt Stewart +49 R Agitator Ant @Igor Kieryluk +50 R Deflecting Swat @Izzy +51 R Fireflux Squad @Kieran Yanner +52 R Frontier Warmonger @Livia Prima +53 R Lavabrink Floodgates @Anastasia Ovchinnikova +54 R Molten Echoes @Zoltan Boros +55 U Shiny Impetus @Svetlin Velinov +56 R Spellpyre Phoenix @Svetlin Velinov +57 R Surly Badgersaur @Izzy +58 R Capricopian @Nicholas Gregory +59 R Curious Herd @Zoltan Boros +60 R Glademuse @Ilse Gort +61 R Obscuring Haze @Campbell White +62 U Predatory Impetus @Randy Vargas +63 R Ravenous Gigantotherium @Bartlomiej Gawel +64 R Sawtusk Demolisher @Aaron Miller +65 R Selective Adaptation @Tomasz Jedruszek +66 R Slippery Bogbonder @Mila Pesic +67 C Bonder's Ornament @Lindsey Look +68 R Manascape Refractor @Yeong-Hao Han +69 R Sanctuary Blade @Titus Lunter +70 R Twinning Staff @Mike Bierek +71 R Nesting Grounds @Yeong-Hao Han +72 U Aerial Responder @Raoul Vitale +73 M Akroma, Angel of Wrath @Terese Nielsen +74 R Akroma's Vengeance @Aleksi Briclot +75 R Angel of Finality @Howard Lyon +76 R Astral Drift @Anna Steinbauer +77 U Banisher Priest @Willian Murai +78 R Bounty Agent @Randy Vargas +79 U Cast Out @Magali Villeneuve +80 M Cataclysmic Gearhulk @Victor Adame Minguez +81 C Cavalry Pegasus @Kev Walker +82 R Citywide Bust @Victor Adame Minguez +83 R Cleansing Nova @Noah Bradley +84 R Dearly Departed @Daniel Ljunggren +85 R Decree of Justice @Lius Lasahido +86 M Descend upon the Sinful @Tyler Jacobson +87 U Devout Chaplain @Lucas Graciano +88 R Eternal Dragon @Justin Sweet +89 R Frontline Medic @Willian Murai +90 R Hoofprints of the Stag @Anthony S. Waters +91 R Increasing Devotion @Daniel Ljunggren +92 R Kalemne's Captain @Tomasz Jedruszek +93 R Knight of the White Orchid @Mark Zug +94 R Magus of the Disk @Jeremy Jarvis +95 R Odric, Lunarch Marshal @Chase Stone +96 R Odric, Master Tactician @Michael Komarck +97 R Reveillark @Jim Murray +98 R Riders of Gavony @Volkan Baǵa +99 R Solemn Recruit @Eric Deschamps +100 U Spirit Cairn @Noah Bradley +101 M Sun Titan @Todd Lockwood +102 R Sunblast Angel @Jason Chan +103 R Thalia's Lieutenant @Johannes Voss +104 R Thraben Doomsayer @John Stanko +105 R Together Forever @Aaron Miller +106 R Unexpectedly Absent @Min Yum +107 R Zetalpa, Primal Dawn @Chris Rallis +108 U Chemister's Insight @Josh Hass +109 R Curator of Mysteries @Christine Choi +110 R Drake Haven @John Severin Brassell +111 C Frantic Search @Mitchell Malloy +112 C Hieroglyphic Illumination @Raoul Vitale +113 U Illusory Ambusher @Steve Argyle +114 M Jace, Architect of Thought @Jaime Jones +115 R Lunar Mystic @Wesley Burt +116 R Mind Spring @Mark Zug +117 U Mulldrifter @Eric Fortune +118 U Murmuring Mystic @Mark Winters +119 R New Perspectives @Darek Zabrocki +120 R Niblis of Frost @Josu Hernaiz +121 R Nimble Obstructionist @Shreya Shetty +122 R Portal Mage @Yongjae Choi +123 U Propaganda @Clint Cearley +124 R Swarm Intelligence @Daniel Ljunggren +125 R Talrand, Sky Summoner @Svetlin Velinov +126 U Vizier of Tumbling Sands @Josu Hernaiz +127 C Whiplash Trap @Zoltan Boros & Gabor Szikszai +128 U Windfall @Scott Murphy +129 U Ambition's Cost @Zezhou Chen +130 R Cairn Wanderer @Nils Hamm +131 R Deadly Tempest @Cliff Childs +132 R Disciple of Bolas @Slawomir Maniak +133 R Ever After @Ryan Alexander Lee +134 R Painful Truths @Winona Nelson +135 R Profane Command @Wayne England +136 U Shriekmaw @Steve Prescott +137 M Soul of Innistrad @Adam Paquette +138 R Soulflayer @Seb McKinnon +139 U Unburial Rites @Ryan Pancoast +140 U Vampire Nighthawk @Jason Chan +141 R Xathrid Necromancer @Maciej Kuciara +142 U Zulaport Cutthroat @Jason Rainville +143 R Alesha, Who Smiles at Death @Anastasia Ovchinnikova +144 R Captivating Crew @Winona Nelson +145 M Chandra, Flamecaller @Jason Rainville +146 R Chaos Warp @Trevor Claxton +147 R Charmbreaker Devils @Dan Scott +148 M Comet Storm @Jung Park +149 R Commune with Lava @Ryan Barger +150 R Dualcaster Mage @Matt Stewart +151 R Etali, Primal Storm @Raymond Swanland +152 R Fumiko the Lowblood @Michael Sutfin +153 R Goblin Dark-Dwellers @Steven Belledin +154 U Humble Defector @Slawomir Maniak +155 U Lightning Rift @Paul Scott Canavan +156 R Magus of the Wheel @Carl Frank +157 R Outpost Siege @Daarken +158 R Shared Animosity @Chuck Lukacs +159 U Slice and Dice @Mark Brill +160 R Starstorm @Jonas De Ro +161 U Surreal Memoir @Jaime Jones +162 R Tectonic Reformation @James Paick +163 R Titan of Eternal Fire @Aleksi Briclot +164 U Vigilante Justice @Steve Prescott +165 U Acidic Slime @Karl Kopinski +166 R Animist's Awakening @Chris Rahn +167 R Beast Whisperer @Matt Stewart +168 U Beast Within @Jesper Ejsing +169 C Crop Rotation @Daniel Ljunggren +170 C Cultivate @Anthony Palumbo +171 C Evolution Charm @John Avon +172 R Genesis Hydra @Peter Mohrbacher +173 U Harmonize @Dan Scott +174 C Harrow @Rob Alexander +175 U Heroes' Bane @Raymond Swanland +176 R Hornet Queen @Martina Pilcerova +177 R Hungering Hydra @Daarken +178 U Hunter's Insight @Terese Nielsen +179 U Hunting Pack @Jim Nelson +180 C Kodama's Reach @John Avon +181 U Krosan Grip @Zoltan Boros & Gabor Szikszai +182 M Majestic Myriarch @Randy Vargas +183 R Masked Admirers @Eric Fortune +184 C Natural Connection @Wesley Burt +185 R Predator Ooze @Ryan Yee +186 U Reclamation Sage @Christopher Moeller +187 C Sakura-Tribe Elder @Carl Critchlow +188 C Satyr Wayfinder @Steve Prescott +189 U Skullwinder @James Paick +190 U Slice in Twain @Even Amundsen +191 R Splinterfright @Eric Deschamps +192 R Strength of the Tajuru @Christopher Moeller +193 U Tribute to the Wild @Hideaki Takamura +194 R Vastwood Hydra @Slawomir Maniak +195 M Vorapede @Slawomir Maniak +196 U Wilderness Reclamation @Tyler Walpole +197 U Yavimaya Dryad @Rebecca Guay +198 R Abzan Ascendancy @Mark Winters +199 U Abzan Charm @Mathias Kollros +200 R Adriana, Captain of the Guard @Chris Rallis +201 M Ajani Unyielding @Kieran Yanner +202 R Archon of Valor's Reach @Gabor Szikszai +203 R Artifact Mutation @Greg Staples +204 R Cold-Eyed Selkie @Jaime Jones +205 R Crackling Doom @Yohann Schepacz +206 U Crackling Drake @Victor Adame Minguez +207 M Deadbridge Chant @Zoltan Boros +208 U Deathsprout @Seb McKinnon +209 U Despark @Slawomir Maniak +210 R Djinn Illuminatus @Carl Critchlow +211 R Duneblast @Ryan Alexander Lee +212 R Find // Finality @Tomasz Jedruszek +213 U Garna, the Bloodflame @Winona Nelson +214 R Gaze of Granite @Nils Hamm +215 C Grisly Salvage @Dave Kendall +216 C Growth Spiral @Seb McKinnon +217 M Isperia, Supreme Judge @Scott M. Fischer +218 M Karametra, God of Harvests @Eric Deschamps +219 M The Locust God @Lius Lasahido +220 R Melek, Izzet Paragon @Jason Chan +221 R Mercurial Chemister @Wesley Burt +222 U Migratory Route @Winona Nelson +223 M Nahiri, the Harbinger @Aleksi Briclot +224 M Nissa, Steward of Elements @Howard Lyon +225 R Niv-Mizzet, the Firemind @Todd Lockwood +226 U Nyx Weaver @Jack Wang +227 R Prophetic Bolt @Slawomir Maniak +228 U Putrefy @Igor Kieryluk +229 R Rashmi, Eternities Crafter @Magali Villeneuve +230 U Temur Charm @Mathias Kollros +231 U Terminate @Lucas Graciano +232 U Trygon Predator @Jack Wang +233 R Villainous Wealth @Erica Yang +234 R Wort, the Raidmother @Dave Allsop +235 R Wydwen, the Biting Gale @Matt Cavotta +236 R Abandoned Sarcophagus @Daarken +237 C Arcane Signet @Dan Scott +238 U Azorius Signet @Raoul Vitale +239 U Boros Signet @Mike Sass +240 C Commander's Sphere @Ryan Alexander Lee +241 R Fluctuator @Yeong-Hao Han +242 U Heirloom Blade @Carmen Sinek +243 U Izzet Signet @Raoul Vitale +244 R Lifecrafter's Bestiary @Izzy +245 U Lightning Greaves @Michael Komarck +246 R Mimic Vat @Donato Giancola +247 U Orzhov Signet @Martina Pilcerova +248 R Psychosis Crawler @Stephan Martiniere +249 U Rakdos Signet @Martina Pilcerova +250 R Silent Arbiter @Mark Zug +251 U Skullclamp @Daniel Ljunggren +252 U Sol Ring @Mike Bierek +253 R Solemn Simulacrum @Donato Giancola +254 U Swiftfoot Boots @Svetlin Velinov +255 C Ash Barrens @Jonas De Ro +256 U Azorius Chancery @John Avon +257 R Battlefield Forge @Darrell Riche +258 U Blighted Woodland @Jason Felix +259 C Bojuka Bog @Howard Lyon +260 C Boros Garrison @John Avon +261 R Canopy Vista @Adam Paquette +262 R Caves of Koilos @Jim Nelson +263 R Cinder Glade @Adam Paquette +264 C Command Tower @Ryan Yee +265 R Darkwater Catacombs @Monte Michael Moore +266 C Desert of the Fervent @Titus Lunter +267 C Desert of the Mindful @Christine Choi +268 C Desert of the True @Jung Park +269 R Desolate Lighthouse @Scott Chou +270 U Dimir Aqueduct @John Avon +271 C Drifting Meadow @Jonas De Ro +272 R Endless Sands @Noah Bradley +273 R Exotic Orchard @Steven Belledin +274 U Forgotten Cave @Noah Bradley +275 U Frontier Bivouac @Titus Lunter +276 R Gavony Township @Peter Mohrbacher +277 U Golgari Rot Farm @John Avon +278 R Grim Backwoods @Vincent Proce +279 U Gruul Turf @John Avon +280 C Halimar Depths @Volkan Baǵa +281 R Hostile Desert @Josh Hass +282 R Irrigated Farmland @Jonas De Ro +283 U Izzet Boilerworks @John Avon +284 R Kessig Wolf Run @Eytan Zana +285 U Krosan Verge @Tony Szczudlo +286 R Llanowar Wastes @Rob Alexander +287 U Lonely Sandbar @Noah Bradley +288 U Memorial to Folly @Sung Choi +289 C Mortuary Mire @James Paick +290 R Mossfire Valley @John Avon +291 R Mosswort Bridge @Jeremy Jarvis +292 U Myriad Landscape @Richard Wright +293 U Mystic Monastery @Florian de Gesincourt +294 U Nomad Outpost @Noah Bradley +295 U Opulent Palace @Adam Paquette +296 R Oran-Rief, the Vastwood @Mike Bierek +297 C Orzhov Basilica @John Avon +298 C Path of Ancestry @Alayna Danner +299 R Prairie Stream @Adam Paquette +300 C Rakdos Carnarium @John Avon +301 U Reliquary Tower @Jesper Ejsing +302 C Remote Isle @Ciruelo +303 U Rogue's Passage @Christine Choi +304 C Rupture Spire @Jaime Jones +305 U Sandsteppe Citadel @Sam Burley +306 R Scavenger Grounds @Steven Belledin +307 U Secluded Steppe @Heather Hudson +308 C Selesnya Sanctuary @John Avon +309 R Shadowblood Ridge @Glen Angus +310 R Shivan Reef @Rob Alexander +311 U Simic Growth Chamber @John Avon +312 R Skycloud Expanse @Rob Alexander +313 C Smoldering Crater @Mark Tedin +314 R Smoldering Marsh @Adam Paquette +315 C Soaring Seacliff @Izzy +316 R Spinerock Knoll @Steve Prescott +317 R Sungrass Prairie @Ron Spencer +318 R Sunken Hollow @Adam Paquette +319 U Temple of the False God @James Zapata +320 U Unclaimed Territory @Dimitar Marinski +321 R Windbrisk Heights @Omar Rayyan +322 R Yavimaya Coast @Anthony S. Waters [tokens] b_2_2_zombie diff --git a/forge-gui/res/editions/Commander 2021.txt b/forge-gui/res/editions/Commander 2021.txt index 62da71fe1d6..04eef577da3 100644 --- a/forge-gui/res/editions/Commander 2021.txt +++ b/forge-gui/res/editions/Commander 2021.txt @@ -6,415 +6,415 @@ Type=Commander ScryfallCode=C21 [cards] -1 M Breena, the Demagogue -2 M Felisa, Fang of Silverquill -3 M Veyran, Voice of Duality -4 M Zaffai, Thunder Conductor -5 M Gyome, Master Chef -6 M Willowdusk, Essence Seer -7 M Alibou, Ancient Witness -8 M Osgir, the Reconstructor -9 M Adrix and Nev, Twincasters -10 M Esix, Fractal Bloom -11 R Angel of the Ruins -12 R Archaeomancer's Map -13 R Bronze Guardian -14 R Combat Calligrapher -15 R Digsite Engineer -16 R Excavation Technique -17 R Guardian Archon -18 R Losheel, Clockwork Scholar -19 R Monologue Tax -20 R Nils, Discipline Enforcer -21 R Promise of Loyalty -22 R Scholarship Sponsor -23 R Commander's Insight -24 R Curiosity Crafter -25 R Dazzling Sphinx -26 R Deekah, Fractal Theorist -27 R Inspiring Refrain -28 R Muse Vortex -29 R Octavia, Living Thesis -30 R Perplexing Test -31 R Replication Technique -32 R Sly Instigator -33 R Spawning Kraken -34 R Theoretical Duplication -35 R Author of Shadows -36 R Blight Mound -37 R Bold Plagiarist -38 R Cunning Rhetoric -39 R Essence Pulse -40 R Fain, the Broker -41 R Incarnation Technique -42 R Keen Duelist -43 R Marshland Bloodcaster -44 R Stinging Study -45 R Tivash, Gloom Summoner -46 R Veinwitch Coven -47 R Audacious Reshapers -48 R Battlemage's Bracers -49 R Creative Technique -50 R Cursed Mirror -51 R Fiery Encore -52 R Inferno Project -53 R Laelia, the Blade Reforged -54 R Radiant Performer -55 R Rionya, Fire Dancer -56 R Rousing Refrain -57 R Ruin Grinder -58 R Surge to Victory -59 R Blossoming Bogbeast -60 R Ezzaroot Channeler -61 R Fractal Harness -62 R Guardian Augmenter -63 R Healing Technique -64 R Paradox Zone -65 R Pest Infestation -66 R Ruxa, Patient Professor -67 R Sequence Engine -68 R Sproutback Trudge -69 R Trudge Garden -70 R Yedora, Grave Gardener -71 R Inkshield -72 R Oversimplify -73 R Reinterpret -74 R Revival Experiment -75 R Wake the Past -76 R Elementalist's Palette -77 R Geometric Nexus -78 R Tempting Contract -79 R Triplicate Titan -80 C Study Hall -81 R Witch's Clinic -82 R Desolation Twin -83 M Angel of Serenity -84 R Boreas Charger -85 R Citadel Siege -86 R Cleansing Nova -87 U Darksteel Mutation -88 U Dispatch -89 C Dispeller's Capsule -90 R Duelist's Heritage -91 U Elite Scaleguard -92 U Ghostly Prison -93 M Gideon, Champion of Justice -94 R Hunted Lammasu -95 R Knight of the White Orchid -96 U Martial Impetus -97 R Oblation -98 U Oreskos Explorer -99 U Orzhov Advokist -100 U Return to Dust -101 R Rout -102 C Sanctum Gargoyle -103 R Selfless Squire -104 U Soul Snare -105 R Stalking Leonin -106 M Sun Titan -107 R Sunscorch Regent -108 R Together Forever -109 R Tragic Arrogance -110 U Vow of Duty -111 R Windborn Muse -112 R Zetalpa, Primal Dawn -113 R Aether Gale -114 R Aetherspouts -115 C Brainstorm -116 R Champion of Wits -117 R Crafty Cutpurse -118 R Curse of the Swine -119 R Dig Through Time -120 R Diluvian Primordial -121 U Living Lore -122 M Metallurgic Summonings -123 R Mind's Desire -124 M Naru Meha, Master Wizard -125 C Ponder -126 U Rapid Hybridization -127 R Reef Worm -128 R Rite of Replication -129 U Serum Visions -130 R Swarm Intelligence -131 R Talrand, Sky Summoner -132 C Traumatic Visions -133 C Treasure Cruise -134 U Ambition's Cost -135 U Ancient Craving -136 U Bloodthirsty Aerialist -137 R Bloodtracker -138 U Curse of Disturbance -139 R Damnable Pact -140 R Deadly Tempest -141 R Deathbringer Regent -142 R Defiant Bloodlord -143 C Epicure of Blood -144 C Feed the Swarm -145 R Greed -146 R Infernal Offering -147 M Necropolis Regent -148 M Noxious Gearhulk -149 M Ob Nixilis Reignited -150 U Parasitic Impetus -151 U Reckless Spite -152 R Sangromancer -153 U Sanguine Bond -154 U Silversmote Ghoul -155 U Suffer the Past -156 R Taste of Death -157 U Vampire Nighthawk -158 M Apex of Power -159 R Blasphemous Act -160 R Brass's Bounty -161 R Chain Reaction -162 R Charmbreaker Devils -163 M Combustible Gearhulk -164 M Daretti, Scrap Savant -165 R Dualcaster Mage -166 R Erratic Cyclops -167 R Etali, Primal Storm -168 C Faithless Looting -169 M Feldon of the Third Path -170 C Fiery Fall -171 R Hellkite Igniter -172 M Hellkite Tyrant -173 R Hoard-Smelter Dragon -174 U Humble Defector -175 M Jaya Ballard -176 C Mana Geyser -177 R Pia Nalaar -178 U Quicksmith Genius -179 C Seething Song -180 R Sunbird's Invocation -181 U Thopter Engineer -182 R Volcanic Vision -183 R Wildfire Devils -184 R Ageless Entity -185 R Arashi, the Sky Asunder -186 U Beast Within -187 U Cultivate -188 R Ezuri's Predation -189 R Forgotten Ancient -190 M Garruk, Primal Hunter -191 C Gift of Paradise -192 R Hornet Nest -193 R Hornet Queen -194 R Hydra Broodmaster -195 R Incubation Druid -196 R Kazandu Tuskcaller -197 C Kodama's Reach -198 U Krosan Grip -199 R Managorger Hydra -200 U Nissa's Expedition -201 R Nissa's Renewal -202 U Pulse of Murasa -203 R Rampaging Baloths -204 C Rampant Growth -205 R Return of the Wildspeaker -206 R Shamanic Revelation -207 R Terastodon -208 R Verdant Sun's Avatar -209 R Biomass Mutation -210 U Boros Charm -211 R Call the Skybreaker -212 C Coiling Oracle -213 U Crackling Drake -214 R Deathbringer Liege -215 R Debtors' Knell -216 M Epic Experiment -217 R Gaze of Granite -218 R Gluttonous Troll -219 U Incubation // Incongruity -220 R Jor Kadeen, the Prevailer -221 M Kaseto, Orochi Archmage -222 U Leyline Prowler -223 R Magister of Worth -224 M Master Biomancer -225 U Moldervine Reclamation -226 U Plaxcaster Frogling -227 U Primal Empathy -228 R Sapling of Colfenor -229 R Spitting Image -230 R Teysa, Envoy of Ghosts -231 U Trygon Predator -232 R Utter End -233 M Alhammarret's Archive -234 C Arcane Signet -235 U Bloodthirsty Blade -236 C Boros Locket -237 R Bosh, Iron Golem -238 U Burnished Hart -239 C Commander's Sphere -240 R Coveted Jewel -241 R Druidic Satchel -242 R Duplicant -243 U Elixir of Immortality -244 U Hedron Archive -245 C Ichor Wellspring -246 R Idol of Oblivion -247 C Izzet Signet -248 R Key to the City -249 R Loxodon Warhammer -250 U Meteor Golem -251 U Mind Stone -252 C Mycosynth Wellspring -253 R Myr Battlesphere -254 U Orzhov Signet -255 U Paradise Plume -256 R Pendant of Prosperity -257 C Pilgrim's Eye -258 C Pristine Talisman -259 M Pyromancer's Goggles -260 R Scrap Trawler -261 R Sculpting Steel -262 C Simic Signet -263 U Sol Ring -264 R Solemn Simulacrum -265 U Spectral Searchlight -266 R Steel Hellkite -267 R Steel Overseer -268 U Sun Droplet -269 U Talisman of Creativity -270 U Talisman of Resilience -271 R Thousand-Year Elixir -272 U Unstable Obelisk -273 R Venser's Journal -274 R Victory Chimes -275 R Well of Lost Dreams -276 C Ancient Den -277 U Barren Moor -278 R Battlefield Forge -279 U Blighted Cataract -280 U Blighted Woodland -281 C Bojuka Bog -282 U Boros Garrison -283 R Caves of Koilos -284 C Command Tower -285 U Darksteel Citadel -286 C Desert of the Fervent -287 C Desert of the Mindful -288 R Exotic Orchard -289 C Forgotten Cave -290 C Gingerbread Cabin -291 U Golgari Rot Farm -292 C Great Furnace -293 R High Market -294 U Izzet Boilerworks -295 C Jungle Hollow -296 U Llanowar Reborn -297 R Llanowar Wastes -298 C Lonely Sandbar -299 R Lumbering Falls -300 U Mage-Ring Network -301 U Memorial to Genius -302 R Mikokoro, Center of the Sea -303 R Mosswort Bridge -304 U Myriad Landscape -305 U Novijen, Heart of Progress -306 C Opal Palace -307 R Oran-Rief, the Vastwood -308 U Orzhov Basilica -309 U Phyrexia's Core -310 C Radiant Fountain -311 U Reliquary Tower -312 U Rogue's Passage -313 U Sapseep Forest -314 R Scavenger Grounds -315 C Secluded Steppe -316 R Shivan Reef -317 U Simic Growth Chamber -318 R Slayers' Stronghold -319 U Sunhome, Fortress of the Legion -320 U Tainted Field -321 U Tainted Wood -322 R Temple of Epiphany -323 R Temple of Malady -324 R Temple of Mystery -325 R Temple of Silence -326 U Temple of the False God -327 R Temple of Triumph -328 M Breena, the Demagogue -329 M Felisa, Fang of Silverquill -330 M Veyran, Voice of Duality -331 M Zaffai, Thunder Conductor -332 M Gyome, Master Chef -333 M Willowdusk, Essence Seer -334 M Alibou, Ancient Witness -335 M Osgir, the Reconstructor -336 M Adrix and Nev, Twincasters -337 M Esix, Fractal Bloom -338 R Angel of the Ruins -339 R Archaeomancer's Map -340 R Bronze Guardian -341 R Combat Calligrapher -342 R Digsite Engineer -343 R Excavation Technique -344 R Guardian Archon -345 R Losheel, Clockwork Scholar -346 R Monologue Tax -347 R Nils, Discipline Enforcer -348 R Promise of Loyalty -349 R Scholarship Sponsor -350 R Commander's Insight -351 R Curiosity Crafter -352 R Dazzling Sphinx -353 R Deekah, Fractal Theorist -354 R Inspiring Refrain -355 R Muse Vortex -356 R Octavia, Living Thesis -357 R Perplexing Test -358 R Replication Technique -359 R Sly Instigator -360 R Spawning Kraken -361 R Theoretical Duplication -362 R Author of Shadows -363 R Blight Mound -364 R Bold Plagiarist -365 R Cunning Rhetoric -366 R Essence Pulse -367 R Fain, the Broker -368 R Incarnation Technique -369 R Keen Duelist -370 R Marshland Bloodcaster -371 R Stinging Study -372 R Tivash, Gloom Summoner -373 R Veinwitch Coven -374 R Audacious Reshapers -375 R Battlemage's Bracers -376 R Creative Technique -377 R Cursed Mirror -378 R Fiery Encore -379 R Inferno Project -380 R Laelia, the Blade Reforged -381 R Radiant Performer -382 R Rionya, Fire Dancer -383 R Rousing Refrain -384 R Ruin Grinder -385 R Surge to Victory -386 R Blossoming Bogbeast -387 R Ezzaroot Channeler -388 R Fractal Harness -389 R Guardian Augmenter -390 R Healing Technique -391 R Paradox Zone -392 R Pest Infestation -393 R Ruxa, Patient Professor -394 R Sequence Engine -395 R Sproutback Trudge -396 R Trudge Garden -397 R Yedora, Grave Gardener -398 R Inkshield -399 R Oversimplify -400 R Reinterpret -401 R Revival Experiment -402 R Wake the Past -403 R Elementalist's Palette -404 R Geometric Nexus -405 R Tempting Contract -406 R Triplicate Titan -407 R Witch's Clinic -408 C Tranquil Thicket -409 R Yavimaya Coast +1 M Breena, the Demagogue @Simon Dominic +2 M Felisa, Fang of Silverquill @Sara Winters +3 M Veyran, Voice of Duality @Mathias Kollros +4 M Zaffai, Thunder Conductor @Dmitry Burmak +5 M Gyome, Master Chef @Steve Prescott +6 M Willowdusk, Essence Seer @Jesper Ejsing +7 M Alibou, Ancient Witness @Matt Stewart +8 M Osgir, the Reconstructor @Victor Adame Minguez +9 M Adrix and Nev, Twincasters @Andrew Mar +10 M Esix, Fractal Bloom @Chase Stone +11 R Angel of the Ruins @Viko Menezes +12 R Archaeomancer's Map @Ovidio Cartagena +13 R Bronze Guardian @Grzegorz Rutkowski +14 R Combat Calligrapher @Joseph Weston +15 R Digsite Engineer @Zoltan Boros +16 R Excavation Technique @Francisco Miyara +17 R Guardian Archon @Scott M. Fischer +18 R Losheel, Clockwork Scholar @Daniel Zrom +19 R Monologue Tax @Justine Cruz +20 R Nils, Discipline Enforcer @Magali Villeneuve +21 R Promise of Loyalty @Sara Winters +22 R Scholarship Sponsor @Tomas Duchek +23 R Commander's Insight @Mike Jordana +24 R Curiosity Crafter @Rudy Siswanto +25 R Dazzling Sphinx @Oriana Menendez +26 R Deekah, Fractal Theorist @Donato Giancola +27 R Inspiring Refrain @Izzy +28 R Muse Vortex @Kieran Yanner +29 R Octavia, Living Thesis @Simon Dominic +30 R Perplexing Test @Fariba Khamseh +31 R Replication Technique @Viko Menezes +32 R Sly Instigator @Justine Cruz +33 R Spawning Kraken @Kev Walker +34 R Theoretical Duplication @Anna Christenson +35 R Author of Shadows @Alex Brock +36 R Blight Mound @Oriana Menendez +37 R Bold Plagiarist @Miguel Mercado +38 R Cunning Rhetoric @Chris Rallis +39 R Essence Pulse @Kieran Yanner +40 R Fain, the Broker @Lius Lasahido +41 R Incarnation Technique @Alexander Mokhov +42 R Keen Duelist @Lindsey Look +43 R Marshland Bloodcaster @Jodie Muir +44 R Stinging Study @Kieran Yanner +45 R Tivash, Gloom Summoner @Kieran Yanner +46 R Veinwitch Coven @Caio Monteiro +47 R Audacious Reshapers @Justyna Gil +48 R Battlemage's Bracers @David Gaillet +49 R Creative Technique @Gaboleps +50 R Cursed Mirror @David Gaillet +51 R Fiery Encore @Justyna Gil +52 R Inferno Project @Olivier Bernard +53 R Laelia, the Blade Reforged @Wisnu Tan +54 R Radiant Performer @Alessandra Pisano +55 R Rionya, Fire Dancer @Heonhwa Choe +56 R Rousing Refrain @Izzy +57 R Ruin Grinder @Hector Ortiz +58 R Surge to Victory @Grzegorz Rutkowski +59 R Blossoming Bogbeast @Aaron Miller +60 R Ezzaroot Channeler @Kieran Yanner +61 R Fractal Harness @Yeong-Hao Han +62 R Guardian Augmenter @Uros Sljivic +63 R Healing Technique @Michele Parisi +64 R Paradox Zone @Ryan Yee +65 R Pest Infestation @Brian Valeza +66 R Ruxa, Patient Professor @Ilse Gort +67 R Sequence Engine @Aaron Miller +68 R Sproutback Trudge @Filip Burburan +69 R Trudge Garden @Adam Paquette +70 R Yedora, Grave Gardener @Svetlin Velinov +71 R Inkshield @Jarel Threat +72 R Oversimplify @Liiga Smilshkalne +73 R Reinterpret @Olena Richards +74 R Revival Experiment @Jeremy Wilson +75 R Wake the Past @Yeong-Hao Han +76 R Elementalist's Palette @Alessandra Pisano +77 R Geometric Nexus @Jonas De Ro +78 R Tempting Contract @Tomas Duchek +79 R Triplicate Titan @Andrew Mar +80 C Study Hall @Andreas Rocha +81 R Witch's Clinic @Piotr Dura +82 R Desolation Twin @Jack Wang +83 M Angel of Serenity @Aleksi Briclot +84 R Boreas Charger @Christine Choi +85 R Citadel Siege @Steven Belledin +86 R Cleansing Nova @Marta Nael +87 U Darksteel Mutation @Daniel Ljunggren +88 U Dispatch @Erica Yang +89 C Dispeller's Capsule @Franz Vohwinkel +90 R Duelist's Heritage @Lake Hurwitz +91 U Elite Scaleguard @Steve Prescott +92 U Ghostly Prison @Daarken +93 M Gideon, Champion of Justice @David Rapoza +94 R Hunted Lammasu @Mark Zug +95 R Knight of the White Orchid @Mark Zug +96 U Martial Impetus @Aaron Miller +97 R Oblation @Doug Chaffee +98 U Oreskos Explorer @Winona Nelson +99 U Orzhov Advokist @Jason A. Engle +100 U Return to Dust @Wayne Reynolds +101 R Rout @Igor Kieryluk +102 C Sanctum Gargoyle @Shelly Wan +103 R Selfless Squire @Tony Foti +104 U Soul Snare @Carl Critchlow +105 R Stalking Leonin @Zoltan Boros +106 M Sun Titan @Todd Lockwood +107 R Sunscorch Regent @Matt Stewart +108 R Together Forever @Aaron Miller +109 R Tragic Arrogance @Winona Nelson +110 U Vow of Duty @Wayne Reynolds +111 R Windborn Muse @Adam Rex +112 R Zetalpa, Primal Dawn @Chris Rallis +113 R Aether Gale @Jack Wang +114 R Aetherspouts @Dan Scott +115 C Brainstorm @Willian Murai +116 R Champion of Wits @Even Amundsen +117 R Crafty Cutpurse @Grzegorz Rutkowski +118 R Curse of the Swine @James Ryman +119 R Dig Through Time @Ryan Yee +120 R Diluvian Primordial @Stephan Martiniere +121 U Living Lore @Jason Felix +122 M Metallurgic Summonings @Kieran Yanner +123 R Mind's Desire @Anthony Francisco +124 M Naru Meha, Master Wizard @Matt Stewart +125 C Ponder @Dan Scott +126 U Rapid Hybridization @Jack Wang +127 R Reef Worm @Dan Scott +128 R Rite of Replication @Matt Cavotta +129 U Serum Visions @Izzy +130 R Swarm Intelligence @Daniel Ljunggren +131 R Talrand, Sky Summoner @Svetlin Velinov +132 C Traumatic Visions @Cyril Van Der Haegen +133 C Treasure Cruise @Cynthia Sheppard +134 U Ambition's Cost @Zezhou Chen +135 U Ancient Craving @Rob Alexander +136 U Bloodthirsty Aerialist @Igor Kieryluk +137 R Bloodtracker @Magali Villeneuve +138 U Curse of Disturbance @Kieran Yanner +139 R Damnable Pact @Zack Stella +140 R Deadly Tempest @Cliff Childs +141 R Deathbringer Regent @Adam Paquette +142 R Defiant Bloodlord @Craig J Spearing +143 C Epicure of Blood @Anna Steinbauer +144 C Feed the Swarm @Andrey Kuzinskiy +145 R Greed @Izzy +146 R Infernal Offering @Anthony Palumbo +147 M Necropolis Regent @Winona Nelson +148 M Noxious Gearhulk @Lius Lasahido +149 M Ob Nixilis Reignited @Chris Rahn +150 U Parasitic Impetus @Mila Pesic +151 U Reckless Spite @Karl Kopinski +152 R Sangromancer @Igor Kieryluk +153 U Sanguine Bond @Jaime Jones +154 U Silversmote Ghoul @Bryan Sola +155 U Suffer the Past @Trevor Claxton +156 R Taste of Death @Chris Rallis +157 U Vampire Nighthawk @Jason Chan +158 M Apex of Power @Svetlin Velinov +159 R Blasphemous Act @Daarken +160 R Brass's Bounty @Grzegorz Rutkowski +161 R Chain Reaction @Trevor Claxton +162 R Charmbreaker Devils @Dan Scott +163 M Combustible Gearhulk @Daarken +164 M Daretti, Scrap Savant @Dan Scott +165 R Dualcaster Mage @Matt Stewart +166 R Erratic Cyclops @Milivoj Ćeran +167 R Etali, Primal Storm @Raymond Swanland +168 C Faithless Looting @Karl Kopinski +169 M Feldon of the Third Path @Chase Stone +170 C Fiery Fall @Daarken +171 R Hellkite Igniter @Jason Chan +172 M Hellkite Tyrant @Aleksi Briclot +173 R Hoard-Smelter Dragon @Eric Deschamps +174 U Humble Defector @Slawomir Maniak +175 M Jaya Ballard @Magali Villeneuve +176 C Mana Geyser @Martina Pilcerova +177 R Pia Nalaar @Tyler Jacobson +178 U Quicksmith Genius @David Gaillet +179 C Seething Song @Martina Pilcerova +180 R Sunbird's Invocation @Christine Choi +181 U Thopter Engineer @Steve Prescott +182 R Volcanic Vision @Liiga Smilshkalne +183 R Wildfire Devils @Izzy +184 R Ageless Entity @Jeff Miracola +185 R Arashi, the Sky Asunder @Kev Walker +186 U Beast Within @Jesper Ejsing +187 U Cultivate @Anthony Palumbo +188 R Ezuri's Predation @Svetlin Velinov +189 R Forgotten Ancient @Mark Tedin +190 M Garruk, Primal Hunter @D. Alexander Gregory +191 C Gift of Paradise @Ryan Pancoast +192 R Hornet Nest @Adam Paquette +193 R Hornet Queen @Martina Pilcerova +194 R Hydra Broodmaster @Vincent Proce +195 R Incubation Druid @Daniel Ljunggren +196 R Kazandu Tuskcaller @Mike Bierek +197 C Kodama's Reach @John Avon +198 U Krosan Grip @Zoltan Boros & Gabor Szikszai +199 R Managorger Hydra @Lucas Graciano +200 U Nissa's Expedition @Dan Scott +201 R Nissa's Renewal @Lius Lasahido +202 U Pulse of Murasa @Matt Stewart +203 R Rampaging Baloths @Steve Prescott +204 C Rampant Growth @Steven Belledin +205 R Return of the Wildspeaker @Chris Rallis +206 R Shamanic Revelation @Cynthia Sheppard +207 R Terastodon @Lars Grant-West +208 R Verdant Sun's Avatar @Izzy +209 R Biomass Mutation @Dan Scott +210 U Boros Charm @Zoltan Boros +211 R Call the Skybreaker @Randy Gallegos +212 C Coiling Oracle @Mark Zug +213 U Crackling Drake @Victor Adame Minguez +214 R Deathbringer Liege @Drew Tucker +215 R Debtors' Knell @Kev Walker +216 M Epic Experiment @Dan Scott +217 R Gaze of Granite @Nils Hamm +218 R Gluttonous Troll @Joe Slucher +219 U Incubation // Incongruity @Mike Bierek +220 R Jor Kadeen, the Prevailer @Austin Hsu +221 M Kaseto, Orochi Archmage @Aaron Miller +222 U Leyline Prowler @YW Tang +223 R Magister of Worth @John Stanko +224 M Master Biomancer @Willian Murai +225 U Moldervine Reclamation @Antonio José Manzanedo +226 U Plaxcaster Frogling @Greg Staples +227 U Primal Empathy @Micah Epstein +228 R Sapling of Colfenor @John Avon +229 R Spitting Image @Jim Nelson +230 R Teysa, Envoy of Ghosts @Karla Ortiz +231 U Trygon Predator @Carl Critchlow +232 R Utter End @Mark Winters +233 M Alhammarret's Archive @Richard Wright +234 C Arcane Signet @Dan Scott +235 U Bloodthirsty Blade @Jason Kang +236 C Boros Locket @Aaron Miller +237 R Bosh, Iron Golem @Brom +238 U Burnished Hart @Yeong-Hao Han +239 C Commander's Sphere @Ryan Alexander Lee +240 R Coveted Jewel @Jason A. Engle +241 R Druidic Satchel @Matt Stewart +242 R Duplicant @Thomas M. Baxa +243 U Elixir of Immortality @Zoltan Boros & Gabor Szikszai +244 U Hedron Archive @Craig J Spearing +245 C Ichor Wellspring @Steven Belledin +246 R Idol of Oblivion @Piotr Dura +247 C Izzet Signet @Raoul Vitale +248 R Key to the City @Sean Murray +249 R Loxodon Warhammer @Jeremy Jarvis +250 U Meteor Golem @Lake Hurwitz +251 U Mind Stone @Adam Rex +252 C Mycosynth Wellspring @David Rapoza +253 R Myr Battlesphere @Franz Vohwinkel +254 U Orzhov Signet @Martina Pilcerova +255 U Paradise Plume @Wayne England +256 R Pendant of Prosperity @Raoul Vitale +257 C Pilgrim's Eye @Dan Scott +258 C Pristine Talisman @Matt Cavotta +259 M Pyromancer's Goggles @James Paick +260 R Scrap Trawler @Daarken +261 R Sculpting Steel @Heather Hudson +262 C Simic Signet @Mike Sass +263 U Sol Ring @Mike Bierek +264 R Solemn Simulacrum @Donato Giancola +265 U Spectral Searchlight @Martina Pilcerova +266 R Steel Hellkite @Jaime Jones +267 R Steel Overseer @Chris Rahn +268 U Sun Droplet @Greg Hildebrandt +269 U Talisman of Creativity @Lindsey Look +270 U Talisman of Resilience @Lindsey Look +271 R Thousand-Year Elixir @Richard Sardinha +272 U Unstable Obelisk @William Wu +273 R Venser's Journal @Christopher Moeller +274 R Victory Chimes @Uriah Voth +275 R Well of Lost Dreams @Jeff Miracola +276 C Ancient Den @Rob Alexander +277 U Barren Moor @Heather Hudson +278 R Battlefield Forge @Darrell Riche +279 U Blighted Cataract @Vincent Proce +280 U Blighted Woodland @Jason Felix +281 C Bojuka Bog @Howard Lyon +282 U Boros Garrison @John Avon +283 R Caves of Koilos @Jim Nelson +284 C Command Tower @Evan Shipard +285 U Darksteel Citadel @John Avon +286 C Desert of the Fervent @Titus Lunter +287 C Desert of the Mindful @Christine Choi +288 R Exotic Orchard @Steven Belledin +289 C Forgotten Cave @Tony Szczudlo +290 C Gingerbread Cabin @Chris Ostrowski +291 U Golgari Rot Farm @John Avon +292 C Great Furnace @Rob Alexander +293 R High Market @Carl Critchlow +294 U Izzet Boilerworks @John Avon +295 C Jungle Hollow @Eytan Zana +296 U Llanowar Reborn @Philip Straub +297 R Llanowar Wastes @Rob Alexander +298 C Lonely Sandbar @Heather Hudson +299 R Lumbering Falls @Titus Lunter +300 U Mage-Ring Network @Jung Park +301 U Memorial to Genius @James Paick +302 R Mikokoro, Center of the Sea @John Avon +303 R Mosswort Bridge @Jeremy Jarvis +304 U Myriad Landscape @Jonas De Ro +305 U Novijen, Heart of Progress @Martina Pilcerova +306 C Opal Palace @Andreas Rocha +307 R Oran-Rief, the Vastwood @Mike Bierek +308 U Orzhov Basilica @John Avon +309 U Phyrexia's Core @Franz Vohwinkel +310 C Radiant Fountain @Adam Paquette +311 U Reliquary Tower @Jesper Ejsing +312 U Rogue's Passage @Christine Choi +313 U Sapseep Forest @Aleksi Briclot +314 R Scavenger Grounds @Steven Belledin +315 C Secluded Steppe @Heather Hudson +316 R Shivan Reef @Rob Alexander +317 U Simic Growth Chamber @John Avon +318 R Slayers' Stronghold @Karl Kopinski +319 U Sunhome, Fortress of the Legion @Martina Pilcerova +320 U Tainted Field @Don Hazeltine +321 U Tainted Wood @Rob Alexander +322 R Temple of Epiphany @Adam Paquette +323 R Temple of Malady @Titus Lunter +324 R Temple of Mystery @Piotr Dura +325 R Temple of Silence @Adam Paquette +326 U Temple of the False God @James Zapata +327 R Temple of Triumph @Piotr Dura +328 M Breena, the Demagogue @Simon Dominic +329 M Felisa, Fang of Silverquill @Sara Winters +330 M Veyran, Voice of Duality @Mathias Kollros +331 M Zaffai, Thunder Conductor @Dmitry Burmak +332 M Gyome, Master Chef @Steve Prescott +333 M Willowdusk, Essence Seer @Jesper Ejsing +334 M Alibou, Ancient Witness @Matt Stewart +335 M Osgir, the Reconstructor @Victor Adame Minguez +336 M Adrix and Nev, Twincasters @Andrew Mar +337 M Esix, Fractal Bloom @Chase Stone +338 R Angel of the Ruins @Viko Menezes +339 R Archaeomancer's Map @Ovidio Cartagena +340 R Bronze Guardian @Grzegorz Rutkowski +341 R Combat Calligrapher @Joseph Weston +342 R Digsite Engineer @Zoltan Boros +343 R Excavation Technique @Francisco Miyara +344 R Guardian Archon @Scott M. Fischer +345 R Losheel, Clockwork Scholar @Daniel Zrom +346 R Monologue Tax @Justine Cruz +347 R Nils, Discipline Enforcer @Magali Villeneuve +348 R Promise of Loyalty @Sara Winters +349 R Scholarship Sponsor @Tomas Duchek +350 R Commander's Insight @Mike Jordana +351 R Curiosity Crafter @Rudy Siswanto +352 R Dazzling Sphinx @Oriana Menendez +353 R Deekah, Fractal Theorist @Donato Giancola +354 R Inspiring Refrain @Izzy +355 R Muse Vortex @Kieran Yanner +356 R Octavia, Living Thesis @Simon Dominic +357 R Perplexing Test @Fariba Khamseh +358 R Replication Technique @Viko Menezes +359 R Sly Instigator @Justine Cruz +360 R Spawning Kraken @Kev Walker +361 R Theoretical Duplication @Anna Christenson +362 R Author of Shadows @Alex Brock +363 R Blight Mound @Oriana Menendez +364 R Bold Plagiarist @Miguel Mercado +365 R Cunning Rhetoric @Chris Rallis +366 R Essence Pulse @Kieran Yanner +367 R Fain, the Broker @Lius Lasahido +368 R Incarnation Technique @Alexander Mokhov +369 R Keen Duelist @Lindsey Look +370 R Marshland Bloodcaster @Jodie Muir +371 R Stinging Study @Kieran Yanner +372 R Tivash, Gloom Summoner @Kieran Yanner +373 R Veinwitch Coven @Caio Monteiro +374 R Audacious Reshapers @Justyna Gil +375 R Battlemage's Bracers @David Gaillet +376 R Creative Technique @Gaboleps +377 R Cursed Mirror @David Gaillet +378 R Fiery Encore @Justyna Gil +379 R Inferno Project @Olivier Bernard +380 R Laelia, the Blade Reforged @Wisnu Tan +381 R Radiant Performer @Alessandra Pisano +382 R Rionya, Fire Dancer @Heonhwa Choe +383 R Rousing Refrain @Izzy +384 R Ruin Grinder @Hector Ortiz +385 R Surge to Victory @Grzegorz Rutkowski +386 R Blossoming Bogbeast @Aaron Miller +387 R Ezzaroot Channeler @Kieran Yanner +388 R Fractal Harness @Yeong-Hao Han +389 R Guardian Augmenter @Uros Sljivic +390 R Healing Technique @Michele Parisi +391 R Paradox Zone @Ryan Yee +392 R Pest Infestation @Brian Valeza +393 R Ruxa, Patient Professor @Ilse Gort +394 R Sequence Engine @Aaron Miller +395 R Sproutback Trudge @Filip Burburan +396 R Trudge Garden @Adam Paquette +397 R Yedora, Grave Gardener @Svetlin Velinov +398 R Inkshield @Jarel Threat +399 R Oversimplify @Liiga Smilshkalne +400 R Reinterpret @Olena Richards +401 R Revival Experiment @Jeremy Wilson +402 R Wake the Past @Yeong-Hao Han +403 R Elementalist's Palette @Alessandra Pisano +404 R Geometric Nexus @Jonas De Ro +405 R Tempting Contract @Tomas Duchek +406 R Triplicate Titan @Andrew Mar +407 R Witch's Clinic @Piotr Dura +408 C Tranquil Thicket @Heather Hudson +409 R Yavimaya Coast @Anthony S. Waters [tokens] b_2_2_zombie diff --git a/forge-gui/res/editions/Commander Anthology Vol. II.txt b/forge-gui/res/editions/Commander Anthology Vol. II.txt index d02b86bde04..baf18f14ec1 100644 --- a/forge-gui/res/editions/Commander Anthology Vol. II.txt +++ b/forge-gui/res/editions/Commander Anthology Vol. II.txt @@ -7,318 +7,318 @@ Type=Commander ScryfallCode=CM2 [cards] -1 M The Mimeoplasm -2 M Damia, Sage of Stone -3 R Vorosh, the Hunter -4 M Daretti, Scrap Savant -5 R Bosh, Iron Golem -6 M Feldon of the Third Path -7 M Kalemne, Disciple of Iroas -8 M Anya, Merciless Angel -9 M Gisela, Blade of Goldnight -10 M Atraxa, Praetors' Voice -11 M Ikra Shidiqi, the Usurper -12 M Ishai, Ojutai Dragonspeaker -13 R Reyhan, Last of the Abzan -14 U Artisan of Kozilek -15 U Abzan Falconer -16 M Angel of Serenity -17 R Arbiter of Knollridge -18 U Banishing Light -19 U Brave the Sands -20 R Cathars' Crusade -21 R Citadel Siege -22 U Crib Swap -23 R Custodi Soulbinders -24 R Dawnbreak Reclaimer -25 C Dawnglare Invoker -26 R Duelist's Heritage -27 U Elite Scaleguard -28 C Faith's Fetters -29 U Herald of the Host -30 R Jareth, Leonine Titan -31 R Kalemne's Captain -32 U Oreskos Explorer -33 C Orim's Thunder -34 U Orzhov Advokist -35 R Reveillark -36 R Sublime Exhalation -37 M Sun Titan -38 R Victory's Herald -39 R Deepglow Skate -40 C Disdainful Stroke -41 R Dreamborn Muse -42 U Fact or Fiction -43 U Grip of Phyresis -44 R Manifold Insights -45 R Memory Erosion -46 R Minds Aglow -47 C Mulldrifter -48 C Riddlekeeper -49 U Slipstream Eel -50 U Spell Crumple -51 U Tezzeret's Gambit -52 U Thrummingbird -53 C Treasure Cruise -54 U Vow of Flight -55 U Windfall -56 U Wonder -57 R Avatar of Woe -58 R Bane of the Living -59 U Buried Alive -60 R Butcher of Malakir -61 R Dark Hatchling -62 R Extractor Demon -63 C Festercreep -64 U Fleshbag Marauder -65 R Grave Pact -66 C Gravedigger -67 R Languish -68 R Living Death -69 R Mortivore -70 R Necroplasm -71 U Nezumi Graverobber -72 R Patron of the Nezumi -73 U Rise from the Grave -74 R Scythe Specter -75 R Sewer Nemesis -76 R Shared Trauma -77 C Sign in Blood -78 U Stitch Together -79 U Syphon Flesh -80 C Syphon Mind -81 C Unnerve -82 U Vow of Malice -83 U Beetleback Chief -84 R Bitter Feud -85 R Blasphemous Act -86 M Bogardan Hellkite -87 R Borderland Behemoth -88 U Breath of Darigaaz -89 R Chaos Warp -90 U Curse of the Nightly Hunt -91 R Desolation Giant -92 R Disaster Radius -93 R Dream Pillager -94 R Dualcaster Mage -95 R Earthquake -96 C Faithless Looting -97 C Fall of the Hammer -98 R Fiery Confluence -99 U Flametongue Kavu -100 R Fumiko the Lowblood -101 R Goblin Welder -102 R Hamletback Goliath -103 R Hammerfist Giant -104 R Hoard-Smelter Dragon -105 R Hostility -106 R Hunted Dragon -107 R Impact Resonance -108 R Incite Rebellion -109 M Inferno Titan -110 C Ingot Chewer -111 R Magma Giant -112 R Magmaquake -113 R Magus of the Wheel -114 U Meteor Blast -115 U Rite of the Raging Storm -116 R Scrap Mastery -117 U Spitebellows -118 R Starstorm -119 C Stinkdrinker Daredevil -120 U Stoneshock Giant -121 R Sunrise Sovereign -122 R Taurean Mauler -123 U Thundercloud Shaman -124 R Tuktuk the Explorer -125 R Tyrant's Familiar -126 R Volcanic Offering -127 U Warchief Giant -128 R Warmonger Hellkite -129 R Warstorm Surge -130 U Whipflare -131 R Word of Seizing -132 U Acidic Slime -133 U Brawn -134 R Champion of Lambholt -135 C Cultivate -136 U Eternal Witness -137 R Forgotten Ancient -138 R Hardened Scales -139 U Inspiring Call -140 M Kalonian Hydra -141 R Lhurgoyf -142 C Relic Crush -143 R Scavenging Ooze -144 U Solidarity of Heroes -145 U Tribute to the Wild -146 R Troll Ascetic -147 U Tuskguard Captain -148 U Vow of Wildness -149 C Yavimaya Elder -150 U Ancient Excavation -151 U Bred for the Hunt -152 R Corpsejack Menace -153 C Desecrator Hag -154 R Duneblast -155 U Enduring Scalelord -156 R Fathom Mage -157 M Ghave, Guru of Spores -158 U Juniper Order Ranger -159 M Master Biomancer -160 R Merciless Eviction -161 U Migratory Route -162 R Mirrorweave -163 U Mortify -164 U Putrefy -165 R Skullbriar, the Walking Grave -166 R Spitting Image -167 U Sylvan Reclamation -168 R Szadek, Lord of Secrets -169 R Vorel of the Hull Clade -170 R Vulturous Zombie -171 M Wrexial, the Risen Deep -172 R Astral Cornucopia -173 U Basalt Monolith -174 R Blade of Selves -175 C Boros Cluestone -176 C Boros Signet -177 U Bottle Gnomes -178 R Caged Sun -179 U Cathodion -180 R Cauldron of Souls -181 U Coldsteel Heart -182 C Commander's Sphere -183 R Crystalline Crawler -184 U Darksteel Ingot -185 C Dimir Signet -186 U Dreamstone Hedron -187 R Epochrasite -188 U Everflowing Chalice -189 U Fellwar Stone -190 U Fire Diamond -191 C Golgari Signet -192 C Golgari Signet -193 C Ichor Wellspring -194 R Jalum Tome -195 R Junk Diver -196 U Lightning Greaves -197 U Liquimetal Coating -198 U Loreseeker's Stone -199 R Loxodon Warhammer -200 U Mind Stone -201 C Mycosynth Wellspring -202 R Myr Battlesphere -203 U Myr Retriever -204 C Myr Sire -205 R Oblivion Stone -206 C Orzhov Signet -207 U Palladium Myr -208 C Panic Spellbomb -209 R Pentavus -210 C Pilgrim's Eye -211 C Pristine Talisman -212 R Ruby Medallion -213 U Sandstone Oracle -214 R Seer's Sundial -215 C Simic Signet -216 C Simic Signet -217 U Sol Ring -218 R Solemn Simulacrum -219 R Solemn Simulacrum -220 R Spine of Ish Sah -221 R Staff of Nin -222 R Steel Hellkite -223 U Swiftfoot Boots -224 C Thought Vessel -225 R Trading Post -226 R Triskelavus -227 U Unstable Obelisk -228 R Urza's Incubator -229 C Wayfarer's Bauble -230 U Worn Powerstone -231 M Wurmcoil Engine -232 R Ancient Amphitheater -233 U Arcane Lighthouse -234 U Arcane Sanctum -235 C Ash Barrens -236 U Azorius Chancery -237 C Barren Moor -238 U Blasted Landscape -239 C Boros Garrison -240 C Boros Guildgate -241 U Buried Ruin -242 C Command Tower -243 U Darksteel Citadel -244 R Darkwater Catacombs -245 C Dimir Aqueduct -246 U Dormant Volcano -247 U Dreadship Reef -248 C Drifting Meadow -249 C Evolving Wilds -250 R Exotic Orchard -251 R Flamekin Village -252 C Forgotten Cave -253 U Ghost Quarter -254 U Golgari Rot Farm -255 C Great Furnace -256 U Jwar Isle Refuge -257 C Lonely Sandbar -258 R Murmuring Bosk -259 C Opal Palace -260 U Opulent Palace -261 U Phyrexia's Core -262 U Reliquary Tower -263 C Rupture Spire -264 U Sandsteppe Citadel -265 U Seaside Citadel -266 C Secluded Steppe -267 C Simic Growth Chamber -268 C Smoldering Crater -269 R Sungrass Prairie -270 U Svogthos, the Restless Tomb -271 U Temple of the False God -272 U Temple of the False God -273 C Terramorphic Expanse -274 C Tranquil Thicket -275 R Underground River -276 U Vivid Crag -277 U Vivid Meadow -278 C Wind-Scarred Crag -279 L Plains -280 L Plains -281 L Plains -282 L Plains -283 L Plains -284 L Plains -285 L Plains -286 L Island -287 L Island -288 L Island -289 L Island -290 L Island -291 L Island -292 L Island -293 L Swamp -294 L Swamp -295 L Swamp -296 L Swamp -297 L Swamp -298 L Swamp -299 L Swamp -300 L Mountain -301 L Mountain -302 L Mountain -303 L Mountain -304 L Mountain -305 L Mountain -306 L Forest -307 L Forest -308 L Forest -309 L Forest -310 L Forest -311 L Forest -312 L Forest +1 M The Mimeoplasm @Svetlin Velinov +2 M Damia, Sage of Stone @Steve Argyle +3 R Vorosh, the Hunter @Mark Zug +4 M Daretti, Scrap Savant @Dan Scott +5 R Bosh, Iron Golem @Brom +6 M Feldon of the Third Path @Chase Stone +7 M Kalemne, Disciple of Iroas @Jason Chan +8 M Anya, Merciless Angel @Alisa Lee +9 M Gisela, Blade of Goldnight @Jason Chan +10 M Atraxa, Praetors' Voice @Victor Adame Minguez +11 M Ikra Shidiqi, the Usurper @Josu Hernaiz +12 M Ishai, Ojutai Dragonspeaker @Zack Stella +13 R Reyhan, Last of the Abzan @Chris Rallis +14 U Artisan of Kozilek @Jason Felix +15 U Abzan Falconer @Steven Belledin +16 M Angel of Serenity @Aleksi Briclot +17 R Arbiter of Knollridge @Brandon Dorman +18 U Banishing Light @Willian Murai +19 U Brave the Sands @Dave Kendall +20 R Cathars' Crusade @Karl Kopinski +21 R Citadel Siege @Steven Belledin +22 U Crib Swap @Brandon Dorman +23 R Custodi Soulbinders @Karla Ortiz +24 R Dawnbreak Reclaimer @Tyler Jacobson +25 C Dawnglare Invoker @Steve Argyle +26 R Duelist's Heritage @Lake Hurwitz +27 U Elite Scaleguard @Steve Prescott +28 C Faith's Fetters @Brian Despain +29 U Herald of the Host @Nils Hamm +30 R Jareth, Leonine Titan @Daren Bader +31 R Kalemne's Captain @Tomasz Jedruszek +32 U Oreskos Explorer @Winona Nelson +33 C Orim's Thunder @Carl Critchlow +34 U Orzhov Advokist @Jason A. Engle +35 R Reveillark @Jim Murray +36 R Sublime Exhalation @Lake Hurwitz +37 M Sun Titan @Todd Lockwood +38 R Victory's Herald @rk post +39 R Deepglow Skate @Jason Kang +40 C Disdainful Stroke @Svetlin Velinov +41 R Dreamborn Muse @Kev Walker +42 U Fact or Fiction @Matt Cavotta +43 U Grip of Phyresis @Lake Hurwitz +44 R Manifold Insights @Tommy Arnold +45 R Memory Erosion @Howard Lyon +46 R Minds Aglow @Yeong-Hao Han +47 C Mulldrifter @Eric Fortune +48 C Riddlekeeper @Steve Prescott +49 U Slipstream Eel @Mark Tedin +50 U Spell Crumple @Dan Scott +51 U Tezzeret's Gambit @Karl Kopinski +52 U Thrummingbird @Efrem Palacios +53 C Treasure Cruise @Cynthia Sheppard +54 U Vow of Flight @Erica Yang +55 U Windfall @Pete Venters +56 U Wonder @Rebecca Guay +57 R Avatar of Woe @rk post +58 R Bane of the Living @Justin Sweet +59 U Buried Alive @Greg Staples +60 R Butcher of Malakir @Jason Chan +61 R Dark Hatchling @Mark A. Nelson +62 R Extractor Demon @Carl Critchlow +63 C Festercreep @Jeff Easley +64 U Fleshbag Marauder @Pete Venters +65 R Grave Pact @Puddnhead +66 C Gravedigger @Dermot Power +67 R Languish @Jeff Simpson +68 R Living Death @Charles Gillespie +69 R Mortivore @Anthony S. Waters +70 R Necroplasm @rk post +71 U Nezumi Graverobber @Jim Nelson +72 R Patron of the Nezumi @Kev Walker +73 U Rise from the Grave @Vance Kovacs +74 R Scythe Specter @Vincent Proce +75 R Sewer Nemesis @Nils Hamm +76 R Shared Trauma @Clint Cearley +77 C Sign in Blood @Howard Lyon +78 U Stitch Together @Arnie Swekel +79 U Syphon Flesh @Ironbrush +80 C Syphon Mind @Jeff Easley +81 C Unnerve @Terese Nielsen +82 U Vow of Malice @Jesper Ejsing +83 U Beetleback Chief @Wayne England +84 R Bitter Feud @Aaron Miller +85 R Blasphemous Act @Daarken +86 M Bogardan Hellkite @Scott M. Fischer +87 R Borderland Behemoth @Jesper Ejsing +88 U Breath of Darigaaz @Greg Hildebrandt & Tim Hildebrandt +89 R Chaos Warp @Trevor Claxton +90 U Curse of the Nightly Hunt @Daarken +91 R Desolation Giant @Alan Pollack +92 R Disaster Radius @James Paick +93 R Dream Pillager @Min Yum +94 R Dualcaster Mage @Matt Stewart +95 R Earthquake @Adrian Smith +96 C Faithless Looting @Gabor Szikszai +97 C Fall of the Hammer @Adam Paquette +98 R Fiery Confluence @Kieran Yanner +99 U Flametongue Kavu @Slawomir Maniak +100 R Fumiko the Lowblood @Michael Sutfin +101 R Goblin Welder @Scott M. Fischer +102 R Hamletback Goliath @Paolo Parente & Brian Snõddy +103 R Hammerfist Giant @Carl Critchlow +104 R Hoard-Smelter Dragon @Eric Deschamps +105 R Hostility @Omar Rayyan +106 R Hunted Dragon @Mark Zug +107 R Impact Resonance @Jesper Ejsing +108 R Incite Rebellion @Alex Horley-Orlandelli +109 M Inferno Titan @Kev Walker +110 C Ingot Chewer @Kev Walker +111 R Magma Giant @Nottsuo +112 R Magmaquake @Gabor Szikszai +113 R Magus of the Wheel @Carl Frank +114 U Meteor Blast @Mike Sass +115 U Rite of the Raging Storm @Svetlin Velinov +116 R Scrap Mastery @Dan Scott +117 U Spitebellows @Larry MacDougall +118 R Starstorm @Jonas De Ro +119 C Stinkdrinker Daredevil @Pete Venters +120 U Stoneshock Giant @Lars Grant-West +121 R Sunrise Sovereign @William O'Connor +122 R Taurean Mauler @Dominick Domingo +123 U Thundercloud Shaman @Greg Staples +124 R Tuktuk the Explorer @Volkan Baǵa +125 R Tyrant's Familiar @Todd Lockwood +126 R Volcanic Offering @Eric Velhagen +127 U Warchief Giant @Slawomir Maniak +128 R Warmonger Hellkite @Trevor Claxton +129 R Warstorm Surge @Raymond Swanland +130 U Whipflare @Johann Bodin +131 R Word of Seizing @Vance Kovacs +132 U Acidic Slime @Karl Kopinski +133 U Brawn @Matt Cavotta +134 R Champion of Lambholt @Christopher Moeller +135 C Cultivate @Anthony Palumbo +136 U Eternal Witness @Terese Nielsen +137 R Forgotten Ancient @Mark Tedin +138 R Hardened Scales @Mark Winters +139 U Inspiring Call @Dan Scott +140 M Kalonian Hydra @Chris Rahn +141 R Lhurgoyf @Pete Venters +142 C Relic Crush @Steven Belledin +143 R Scavenging Ooze @Austin Hsu +144 U Solidarity of Heroes @Eric Deschamps +145 U Tribute to the Wild @Hideaki Takamura +146 R Troll Ascetic @Puddnhead +147 U Tuskguard Captain @Aaron Miller +148 U Vow of Wildness @Jim Pavelec +149 C Yavimaya Elder @Matt Cavotta +150 U Ancient Excavation @James Paick +151 U Bred for the Hunt @Karl Kopinski +152 R Corpsejack Menace @Chris Rahn +153 C Desecrator Hag @Fred Harper +154 R Duneblast @Ryan Alexander Lee +155 U Enduring Scalelord @Clint Cearley +156 R Fathom Mage @Ryan Pancoast +157 M Ghave, Guru of Spores @James Paick +158 U Juniper Order Ranger @Greg Hildebrandt +159 M Master Biomancer @Willian Murai +160 R Merciless Eviction @Richard Wright +161 U Migratory Route @Winona Nelson +162 R Mirrorweave @Jim Pavelec +163 U Mortify @Nils Hamm +164 U Putrefy @Igor Kieryluk +165 R Skullbriar, the Walking Grave @Nils Hamm +166 R Spitting Image @Jim Nelson +167 U Sylvan Reclamation @Seb McKinnon +168 R Szadek, Lord of Secrets @Donato Giancola +169 R Vorel of the Hull Clade @Mike Bierek +170 R Vulturous Zombie @Greg Staples +171 M Wrexial, the Risen Deep @Eric Deschamps +172 R Astral Cornucopia @Aleksi Briclot +173 U Basalt Monolith @Yeong-Hao Han +174 R Blade of Selves @Alan Pollack +175 C Boros Cluestone @Raoul Vitale +176 C Boros Signet @Mike Sass +177 U Bottle Gnomes @Ben Thompson +178 R Caged Sun @Scott Chou +179 U Cathodion @Izzy +180 R Cauldron of Souls @Ron Brown +181 U Coldsteel Heart @Mark Romanoski +182 C Commander's Sphere @Ryan Alexander Lee +183 R Crystalline Crawler @Jason Felix +184 U Darksteel Ingot @Martina Pilcerova +185 C Dimir Signet @Greg Hildebrandt +186 U Dreamstone Hedron @Eric Deschamps +187 R Epochrasite @Michael Bruinsma +188 U Everflowing Chalice @Steve Argyle +189 U Fellwar Stone @John Avon +190 U Fire Diamond @Lindsey Look +191 C Golgari Signet @Greg Hildebrandt +192 C Golgari Signet @Raoul Vitale +193 C Ichor Wellspring @Steven Belledin +194 R Jalum Tome @Jerry Tiritilli +195 R Junk Diver @Eric Peterson +196 U Lightning Greaves @Jeremy Jarvis +197 U Liquimetal Coating @Johann Bodin +198 U Loreseeker's Stone @Franz Vohwinkel +199 R Loxodon Warhammer @Jeremy Jarvis +200 U Mind Stone @Adam Rex +201 C Mycosynth Wellspring @David Rapoza +202 R Myr Battlesphere @Franz Vohwinkel +203 U Myr Retriever @Trevor Hairsine +204 C Myr Sire @Jaime Jones +205 R Oblivion Stone @Sam Wood +206 C Orzhov Signet @Martina Pilcerova +207 U Palladium Myr @Alan Pollack +208 C Panic Spellbomb @Franz Vohwinkel +209 R Pentavus @Greg Staples +210 C Pilgrim's Eye @Dan Scott +211 C Pristine Talisman @Matt Cavotta +212 R Ruby Medallion @Daniel Ljunggren +213 U Sandstone Oracle @Eric Deschamps +214 R Seer's Sundial @Franz Vohwinkel +215 C Simic Signet @Greg Hildebrandt +216 C Simic Signet @Mike Sass +217 U Sol Ring @Mike Bierek +218 R Solemn Simulacrum @Greg Staples +219 R Solemn Simulacrum @Dan Scott +220 R Spine of Ish Sah @Daniel Ljunggren +221 R Staff of Nin @Dan Scott +222 R Steel Hellkite @James Paick +223 U Swiftfoot Boots @Svetlin Velinov +224 C Thought Vessel @rk post +225 R Trading Post @Adam Paquette +226 R Triskelavus @Mark Zug +227 U Unstable Obelisk @William Wu +228 R Urza's Incubator @Pete Venters +229 C Wayfarer's Bauble @Darrell Riche +230 U Worn Powerstone @Henry G. Higginbotham +231 M Wurmcoil Engine @Raymond Swanland +232 R Ancient Amphitheater @Rob Alexander +233 U Arcane Lighthouse @Igor Kieryluk +234 U Arcane Sanctum @Anthony Francisco +235 C Ash Barrens @Jonas De Ro +236 U Azorius Chancery @John Avon +237 C Barren Moor @Heather Hudson +238 U Blasted Landscape @Ciruelo +239 C Boros Garrison @John Avon +240 C Boros Guildgate @Noah Bradley +241 U Buried Ruin @Franz Vohwinkel +242 C Command Tower @Ryan Yee +243 U Darksteel Citadel @John Avon +244 R Darkwater Catacombs @Monte Michael Moore +245 C Dimir Aqueduct @John Avon +246 U Dormant Volcano @John Avon +247 U Dreadship Reef @Lars Grant-West +248 C Drifting Meadow @Jonas De Ro +249 C Evolving Wilds @Steven Belledin +250 R Exotic Orchard @Steven Belledin +251 R Flamekin Village @Ron Spears +252 C Forgotten Cave @Noah Bradley +253 U Ghost Quarter @Peter Mohrbacher +254 U Golgari Rot Farm @John Avon +255 C Great Furnace @Rob Alexander +256 U Jwar Isle Refuge @Cyril Van Der Haegen +257 C Lonely Sandbar @Heather Hudson +258 R Murmuring Bosk @John Avon +259 C Opal Palace @Andreas Rocha +260 U Opulent Palace @Adam Paquette +261 U Phyrexia's Core @Franz Vohwinkel +262 U Reliquary Tower @Jesper Ejsing +263 C Rupture Spire @Jaime Jones +264 U Sandsteppe Citadel @Sam Burley +265 U Seaside Citadel @Volkan Baǵa +266 C Secluded Steppe @Heather Hudson +267 C Simic Growth Chamber @John Avon +268 C Smoldering Crater @Mark Tedin +269 R Sungrass Prairie @Ron Spencer +270 U Svogthos, the Restless Tomb @Martina Pilcerova +271 U Temple of the False God @Brian Snõddy +272 U Temple of the False God @James Zapata +273 C Terramorphic Expanse @Dan Scott +274 C Tranquil Thicket @Heather Hudson +275 R Underground River @Andrew Goldhawk +276 U Vivid Crag @Martina Pilcerova +277 U Vivid Meadow @Rob Alexander +278 C Wind-Scarred Crag @Eytan Zana +279 L Plains @John Avon +280 L Plains @Rebecca Guay +281 L Plains @Nils Hamm +282 L Plains @Howard Lyon +283 L Plains @Mark Poole +284 L Plains @Andreas Rocha +285 L Plains @Kev Walker +286 L Island @Rob Alexander +287 L Island @John Avon +288 L Island @John Avon +289 L Island @Rebecca Guay +290 L Island @Mark Poole +291 L Island @Kev Walker +292 L Island @Richard Wright +293 L Swamp @Dan Frazier +294 L Swamp @Rebecca Guay +295 L Swamp @Jung Park +296 L Swamp @Jim Pavelec +297 L Swamp @Mark Poole +298 L Swamp @Kev Walker +299 L Swamp @Richard Wright +300 L Mountain @Cliff Childs +301 L Mountain @Jonas De Ro +302 L Mountain @Florian de Gesincourt +303 L Mountain @Nils Hamm +304 L Mountain @Karl Kopinski +305 L Mountain @Andreas Rocha +306 L Forest @Rob Alexander +307 L Forest @Steven Belledin +308 L Forest @Zoltan Boros & Gabor Szikszai +309 L Forest @Rebecca Guay +310 L Forest @Mark Poole +311 L Forest @Kev Walker +312 L Forest @Anthony S. Waters [tokens] tuktuk_the_returned diff --git a/forge-gui/res/editions/Commander Anthology.txt b/forge-gui/res/editions/Commander Anthology.txt index 1fd790c3c97..0e4e4fd10a8 100644 --- a/forge-gui/res/editions/Commander Anthology.txt +++ b/forge-gui/res/editions/Commander Anthology.txt @@ -8,326 +8,326 @@ Type=Commander ScryfallCode=CMA [cards] -1 U Aerie Mystics -2 R Akroma's Vengeance -3 R Angel of Finality -4 R Angelic Arbiter -5 R Archangel of Strife -6 U Bathe in Light -7 C Congregate -8 U Curse of the Forsaken -9 U Darksteel Mutation -10 U Fiend Hunter -11 R Flickerform -12 U Flickerwisp -13 R Karmic Guide -14 R Kirtar's Wrath -15 U Lightkeeper of Emeria -16 R Mirror Entity -17 U Mother of Runes -18 C Orim's Thunder -19 U Path to Exile -20 U Return to Dust -21 U Righteous Cause -22 U Serra Angel -23 U Shattered Angel -24 U Soul Snare -25 U Stonecloaker -26 R Tempt with Glory -27 R Unexpectedly Absent -28 R Voice of All -29 U Vow of Duty -30 C Arcane Denial -31 R Azami, Lady of Scrolls -32 R Blue Sun's Zenith -33 U Borrowing 100,000 Arrows -34 U Control Magic -35 U Curse of Inertia -36 U Deceiver Exarch -37 U Diviner Spirit -38 R Djinn of Infinite Deceits -39 R Dungeon Geists -40 U Hada Spy Patrol -41 R Lu Xun, Scholar General -42 C Thornwind Faeries -43 U Wash Out -44 U Wonder -45 C Altar's Reap -46 U Ambition's Cost -47 U Banshee of the Dread Choir -48 U Barter in Blood -49 C Blood Bairn -50 R Butcher of Malakir -51 M Champion of Stray Souls -52 U Corpse Augur -53 U Diabolic Servitude -54 U Diabolic Tutor -55 R Dread Cacodemon -56 R Dread Summons -57 R Eater of Hope -58 C Evincar's Justice -59 R Extractor Demon -60 R Fallen Angel -61 R Phyrexian Plaguelord -62 C Phyrexian Rager -63 U Razorjaw Oni -64 R Reiver Demon -65 U Rise from the Grave -66 R Scourge of Nel Toth -67 R Sever the Bloodline -68 U Shriekmaw -69 U Syphon Flesh -70 C Syphon Mind -71 U Thief of Blood -72 U Victimize -73 U Vow of Malice -74 R Wretched Confluence -75 R Akroma, Angel of Fury -76 U Anger -77 R Avatar of Slaughter -78 U Cleansing Beam -79 M Comet Storm -80 U Death by Dragons -81 U Dragon Whelp -82 R Earthquake -83 U Furnace Whelp -84 R Mana-Charged Dragon -85 U Oni of Wild Places -86 U Pyrohemia -87 R Stranglehold -88 U Sulfurous Blast -89 U Vow of Lightning -90 U Acidic Slime -91 R Bane of Progress -92 R Beastmaster Ascension -93 R Bloodspore Thrinax -94 U Caller of the Pack -95 R Centaur Vinecrasher -96 R Cloudthresher -97 R Collective Unconscious -98 R Creeperhulk -99 U Curse of Predation -100 U Desert Twister -101 U Drove of Elves -102 R Elvish Archdruid -103 C Elvish Mystic -104 C Elvish Skysweeper -105 C Elvish Visionary -106 C Essence Warden -107 U Eternal Witness -108 R Ezuri, Renegade Leader -109 C Farhaven Elf -110 R Fresh Meat -111 M Freyalise, Llanowar's Fury -112 R Grave Sifter -113 U Great Oak Guardian -114 U Grim Flowering -115 C Harrow -116 U Hunting Triad -117 R Immaculate Magistrate -118 U Imperious Perfect -119 U Indrik Stomphowler -120 R Joraga Warcaller -121 R Kazandu Tuskcaller -122 R Kessig Cagebreakers -123 U Krosan Grip -124 R Lifeblood Hydra -125 C Llanowar Elves -126 C Lys Alana Huntmaster -127 R Masked Admirers -128 C Mulch -129 R Mycoloth -130 U Overrun -131 R Overwhelming Stampede -132 R Pathbreaker Ibex -133 R Phantom Nantuko -134 M Praetor's Counsel -135 C Presence of Gond -136 C Priest of Titania -137 C Primal Growth -138 R Primordial Sage -139 M Rampaging Baloths -140 U Reclamation Sage -141 U Restore -142 C Sakura-Tribe Elder -143 C Satyr Wayfinder -144 R Siege Behemoth -145 R Silklash Spider -146 U Skullwinder -147 R Song of the Dryads -148 R Soul of the Harvest -149 U Spider Spawning -150 R Sylvan Offering -151 C Sylvan Ranger -152 R Sylvan Safekeeper -153 R Terastodon -154 C Thornweald Archer -155 R Thunderfoot Baloth -156 C Timberwatch Elf -157 M Titania, Protector of Argoth -158 U Titania's Chosen -159 R Tornado Elemental -160 U Tribute to the Wild -161 R Verdant Force -162 C Viridian Emissary -163 R Viridian Zealot -164 U Wall of Blossoms -165 R Wave of Vitriol -166 C Wellwisher -167 R Whirlwind -168 R Wolfbriar Elemental -169 R Wolfcaller's Howl -170 C Wood Elves -171 R Wren's Run Packmaster -172 R Aethermage's Touch -173 R Angel of Despair -174 R Basandra, Battle Seraph -175 R Bladewing the Risen -176 M Derevi, Empyrial Tactician -177 U Golgari Charm -178 C Grisly Salvage -179 M Jarad, Golgari Lich Lord -180 M Kaalia of the Vast -181 U Korozda Guildmage -182 U Leafdrake Roost -183 R Lotleth Troll -184 M Malfegor -185 M Mazirek, Kraul Death Priest -186 M Meren of Clan Nel Toth -187 U Mortify -188 R Oros, the Avenger -189 U Putrefy -190 M Roon of the Hidden Realm -191 R Rubinia Soulsinger -192 U Selesnya Charm -193 U Skyward Eye Prophets -194 M Tariel, Reckoner of Souls -195 C Terminate -196 R Vulturous Zombie -197 C Winged Coatl -198 C Wrecking Ball -199 U Boros Guildmage -200 U Duergar Hedge-Mage -201 U Gwyllion Hedge-Mage -202 R Master Warcraft -203 U Mistmeadow Witch -204 R Murkfiend Liege -205 U Orzhov Guildmage -206 U Selesnya Guildmage -207 C Armillary Sphere -208 U Assault Suit -209 U Azorius Keyrune -210 U Basalt Monolith -211 R Bonehoard -212 C Boros Signet -213 C Commander's Sphere -214 R Conjurer's Closet -215 U Darksteel Ingot -216 M Eldrazi Monument -217 R Emerald Medallion -218 C Golgari Signet -219 U Leonin Bladetrap -220 U Lightning Greaves -221 U Loreseeker's Stone -222 U Moss Diamond -223 C Orzhov Signet -224 C Pilgrim's Eye -225 R Predator, Flagship -226 C Rakdos Signet -227 R Seer's Sundial -228 C Selesnya Signet -229 C Simic Signet -230 U Skullclamp -231 U Sol Ring -232 R Surveyor's Scope -233 U Swiftfoot Boots -234 R Sword of the Paruns -235 C Thought Vessel -236 R Thousand-Year Elixir -237 U Thunderstaff -238 U Akoum Refuge -239 C Azorius Chancery -240 C Azorius Guildgate -241 C Bant Panorama -242 C Barren Moor -243 C Bojuka Bog -244 C Boros Garrison -245 C Command Tower -246 U Crystal Vein -247 C Evolving Wilds -248 U Faerie Conclave -249 C Forgotten Cave -250 R Gargoyle Castle -251 U Ghost Quarter -252 C Golgari Guildgate -253 C Golgari Rot Farm -254 R Grim Backwoods -255 C Haunted Fengraf -256 U Havenwood Battleground -257 R High Market -258 U Jungle Basin -259 C Jungle Hollow -260 U Molten Slagheap -261 U Myriad Landscape -262 C Opal Palace -263 R Oran-Rief, the Vastwood -264 C Orzhov Basilica -265 C Polluted Mire -266 C Rakdos Carnarium -267 C Rupture Spire -268 U Saltcrusted Steppe -269 U Seaside Citadel -270 C Secluded Steppe -271 U Sejiri Refuge -272 C Selesnya Guildgate -273 C Selesnya Sanctuary -274 C Simic Guildgate -275 C Slippery Karst -276 U Tainted Wood -277 U Temple of the False God -278 C Terramorphic Expanse -279 C Tranquil Thicket -280 C Transguild Promenade -281 U Vivid Grove -282 U Vivid Marsh -283 U Vivid Meadow -284 U Zoetic Cavern -285 L Plains -286 L Plains -287 L Plains -288 L Plains -289 L Plains -290 L Plains -291 L Plains -292 L Plains -293 L Island -294 L Island -295 L Island -296 L Island -297 L Swamp -298 L Swamp -299 L Swamp -300 L Swamp -301 L Swamp -302 L Swamp -303 L Swamp -304 L Swamp -305 L Mountain -306 L Mountain -307 L Mountain -308 L Mountain -309 L Forest -310 L Forest -311 L Forest -312 L Forest -313 L Forest -314 L Forest -315 L Forest -316 L Forest -317 L Forest -318 L Forest -319 L Forest -320 L Forest +1 U Aerie Mystics @Mark Zug +2 R Akroma's Vengeance @Greg Hildebrandt & Tim Hildebrandt +3 R Angel of Finality @Howard Lyon +4 R Angelic Arbiter @Steve Argyle +5 R Archangel of Strife @Greg Staples +6 U Bathe in Light @Alex Horley-Orlandelli +7 C Congregate @Mark Zug +8 U Curse of the Forsaken @William Wu +9 U Darksteel Mutation @Daniel Ljunggren +10 U Fiend Hunter @Wayne Reynolds +11 R Flickerform @Ron Spears +12 U Flickerwisp @Jeremy Enecio +13 R Karmic Guide @Allen Williams +14 R Kirtar's Wrath @Kev Walker +15 U Lightkeeper of Emeria @James Ryman +16 R Mirror Entity @Zoltan Boros & Gabor Szikszai +17 U Mother of Runes @Scott M. Fischer +18 C Orim's Thunder @Carl Critchlow +19 U Path to Exile @Todd Lockwood +20 U Return to Dust @Wayne Reynolds +21 U Righteous Cause @Scott M. Fischer +22 U Serra Angel @Greg Staples +23 U Shattered Angel @Kev Walker +24 U Soul Snare @Carl Critchlow +25 U Stonecloaker @Tomas Giorello +26 R Tempt with Glory @Michael Komarck +27 R Unexpectedly Absent @Min Yum +28 R Voice of All @rk post +29 U Vow of Duty @Wayne Reynolds +30 C Arcane Denial @Mark Zug +31 R Azami, Lady of Scrolls @Ittoku +32 R Blue Sun's Zenith @Izzy +33 U Borrowing 100,000 Arrows @Song Shikai +34 U Control Magic @Clint Cearley +35 U Curse of Inertia @Jasper Sandner +36 U Deceiver Exarch @Izzy +37 U Diviner Spirit @Yeong-Hao Han +38 R Djinn of Infinite Deceits @Robbie Trevino +39 R Dungeon Geists @Nils Hamm +40 U Hada Spy Patrol @Zoltan Boros & Gabor Szikszai +41 R Lu Xun, Scholar General @Xu Xiaoming +42 C Thornwind Faeries @Rebecca Guay +43 U Wash Out @Steven Belledin +44 U Wonder @Rebecca Guay +45 C Altar's Reap @Donato Giancola +46 U Ambition's Cost @Junko Taguchi +47 U Banshee of the Dread Choir @Anthony Palumbo +48 U Barter in Blood @Eric Deschamps +49 C Blood Bairn @Ryan Yee +50 R Butcher of Malakir @Jason Chan +51 M Champion of Stray Souls @Aleksi Briclot +52 U Corpse Augur @Scott M. Fischer +53 U Diabolic Servitude @Scott M. Fischer +54 U Diabolic Tutor @Greg Staples +55 R Dread Cacodemon @Izzy +56 R Dread Summons @Izzy +57 R Eater of Hope @Peter Mohrbacher +58 C Evincar's Justice @Hannibal King +59 R Extractor Demon @Carl Critchlow +60 R Fallen Angel @Matthew D. Wilson +61 R Phyrexian Plaguelord @Kev Walker +62 C Phyrexian Rager @Stephan Martiniere +63 U Razorjaw Oni @Carl Critchlow +64 R Reiver Demon @Brom +65 U Rise from the Grave @Vance Kovacs +66 R Scourge of Nel Toth @Mark Winters +67 R Sever the Bloodline @Clint Cearley +68 U Shriekmaw @Steve Prescott +69 U Syphon Flesh @Ironbrush +70 C Syphon Mind @Jeff Easley +71 U Thief of Blood @Cynthia Sheppard +72 U Victimize @Craig J Spearing +73 U Vow of Malice @Jesper Ejsing +74 R Wretched Confluence @Kieran Yanner +75 R Akroma, Angel of Fury @Daren Bader +76 U Anger @John Avon +77 R Avatar of Slaughter @Jason A. Engle +78 U Cleansing Beam @Pat Lee +79 M Comet Storm @Jung Park +80 U Death by Dragons @Austin Hsu +81 U Dragon Whelp @Steven Belledin +82 R Earthquake @Adrian Smith +83 U Furnace Whelp @Matt Cavotta +84 R Mana-Charged Dragon @Mike Bierek +85 U Oni of Wild Places @Mark Tedin +86 U Pyrohemia @Stephen Tappin +87 R Stranglehold @John Stanko +88 U Sulfurous Blast @Jeff Miracola +89 U Vow of Lightning @Svetlin Velinov +90 U Acidic Slime @Karl Kopinski +91 R Bane of Progress @Lars Grant-West +92 R Beastmaster Ascension @Alex Horley-Orlandelli +93 R Bloodspore Thrinax @Ralph Horsley +94 U Caller of the Pack @Ryan Yee +95 R Centaur Vinecrasher @Robbie Trevino +96 R Cloudthresher @Christopher Moeller +97 R Collective Unconscious @Andrew Goldhawk +98 R Creeperhulk @Ralph Horsley +99 U Curse of Predation @Jack Wang +100 U Desert Twister @Noah Bradley +101 U Drove of Elves @Larry MacDougall +102 R Elvish Archdruid @Karl Kopinski +103 C Elvish Mystic @Wesley Burt +104 C Elvish Skysweeper @Mark Tedin +105 C Elvish Visionary @D. Alexander Gregory +106 C Essence Warden @Terese Nielsen +107 U Eternal Witness @Terese Nielsen +108 R Ezuri, Renegade Leader @Karl Kopinski +109 C Farhaven Elf @Brandon Kitkouski +110 R Fresh Meat @Dave Allsop +111 M Freyalise, Llanowar's Fury @Adam Paquette +112 R Grave Sifter @Jesper Ejsing +113 U Great Oak Guardian @Steven Belledin +114 U Grim Flowering @Adam Paquette +115 C Harrow @Rob Alexander +116 U Hunting Triad @Jim Nelson +117 R Immaculate Magistrate @Jim Nelson +118 U Imperious Perfect @Scott M. Fischer +119 U Indrik Stomphowler @Carl Critchlow +120 R Joraga Warcaller @Steven Belledin +121 R Kazandu Tuskcaller @Mike Bierek +122 R Kessig Cagebreakers @Wayne England +123 U Krosan Grip @Zoltan Boros & Gabor Szikszai +124 R Lifeblood Hydra @Alex Horley-Orlandelli +125 C Llanowar Elves @Kev Walker +126 C Lys Alana Huntmaster @Pete Venters +127 R Masked Admirers @Eric Fortune +128 C Mulch @Christopher Moeller +129 R Mycoloth @Raymond Swanland +130 U Overrun @Carl Critchlow +131 R Overwhelming Stampede @Steven Belledin +132 R Pathbreaker Ibex @Christopher Moeller +133 R Phantom Nantuko @Wayne England +134 M Praetor's Counsel @Daarken +135 C Presence of Gond @Brandon Kitkouski +136 C Priest of Titania @Rebecca Guay +137 C Primal Growth @rk post +138 R Primordial Sage @Justin Sweet +139 M Rampaging Baloths @Steve Prescott +140 U Reclamation Sage @Christopher Moeller +141 U Restore @John Avon +142 C Sakura-Tribe Elder @Carl Critchlow +143 C Satyr Wayfinder @Steve Prescott +144 R Siege Behemoth @Jason A. Engle +145 R Silklash Spider @Iain McCaig +146 U Skullwinder @James Paick +147 R Song of the Dryads @Lars Grant-West +148 R Soul of the Harvest @Eytan Zana +149 U Spider Spawning @Daniel Ljunggren +150 R Sylvan Offering @Zoltan Boros +151 C Sylvan Ranger @Christopher Moeller +152 R Sylvan Safekeeper @Magali Villeneuve +153 R Terastodon @Lars Grant-West +154 C Thornweald Archer @Dave Kendall +155 R Thunderfoot Baloth @Marco Nelor +156 C Timberwatch Elf @Dave Dorman +157 M Titania, Protector of Argoth @Magali Villeneuve +158 U Titania's Chosen @Mark Zug +159 R Tornado Elemental @Richard Wright +160 U Tribute to the Wild @Hideaki Takamura +161 R Verdant Force @DiTerlizzi +162 C Viridian Emissary @Matt Stewart +163 R Viridian Zealot @Kev Walker +164 U Wall of Blossoms @Heather Hudson +165 R Wave of Vitriol @Zoltan Boros +166 C Wellwisher @Karl Kopinski +167 R Whirlwind @John Matson +168 R Wolfbriar Elemental @Chippy +169 R Wolfcaller's Howl @Ralph Horsley +170 C Wood Elves @Christopher Moeller +171 R Wren's Run Packmaster @Mark Zug +172 R Aethermage's Touch @Randy Gallegos +173 R Angel of Despair @Todd Lockwood +174 R Basandra, Battle Seraph @Terese Nielsen +175 R Bladewing the Risen @Kev Walker +176 M Derevi, Empyrial Tactician @Michael Komarck +177 U Golgari Charm @Zoltan Boros +178 C Grisly Salvage @Dave Kendall +179 M Jarad, Golgari Lich Lord @Eric Deschamps +180 M Kaalia of the Vast @Michael Komarck +181 U Korozda Guildmage @Ryan Pancoast +182 U Leafdrake Roost @Nick Percival +183 R Lotleth Troll @Vincent Proce +184 M Malfegor @Jason Chan +185 M Mazirek, Kraul Death Priest @Mathias Kollros +186 M Meren of Clan Nel Toth @Mark Winters +187 U Mortify @Glen Angus +188 R Oros, the Avenger @Daren Bader +189 U Putrefy @Igor Kieryluk +190 M Roon of the Hidden Realm @Steve Prescott +191 R Rubinia Soulsinger @Cynthia Sheppard +192 U Selesnya Charm @Zoltan Boros +193 U Skyward Eye Prophets @Matt Stewart +194 M Tariel, Reckoner of Souls @Wayne Reynolds +195 C Terminate @Wayne Reynolds +196 R Vulturous Zombie @Greg Staples +197 C Winged Coatl @Izzy +198 C Wrecking Ball @Ron Spears +199 U Boros Guildmage @Paolo Parente +200 U Duergar Hedge-Mage @Dave Allsop +201 U Gwyllion Hedge-Mage @Todd Lockwood +202 R Master Warcraft @Zoltan Boros & Gabor Szikszai +203 U Mistmeadow Witch @Greg Staples +204 R Murkfiend Liege @Carl Critchlow +205 U Orzhov Guildmage @Greg Staples +206 U Selesnya Guildmage @Mark Zug +207 C Armillary Sphere @Franz Vohwinkel +208 U Assault Suit @James Paick +209 U Azorius Keyrune @Daniel Ljunggren +210 U Basalt Monolith @Yeong-Hao Han +211 R Bonehoard @Chippy +212 C Boros Signet @Greg Hildebrandt +213 C Commander's Sphere @Ryan Alexander Lee +214 R Conjurer's Closet @Jason Felix +215 U Darksteel Ingot @Martina Pilcerova +216 M Eldrazi Monument @Mark Tedin +217 R Emerald Medallion @Daniel Ljunggren +218 C Golgari Signet @Raoul Vitale +219 U Leonin Bladetrap @Randy Gallegos +220 U Lightning Greaves @Jeremy Jarvis +221 U Loreseeker's Stone @Franz Vohwinkel +222 U Moss Diamond @Lindsey Look +223 C Orzhov Signet @Greg Hildebrandt +224 C Pilgrim's Eye @Dan Scott +225 R Predator, Flagship @Mark Tedin +226 C Rakdos Signet @Greg Hildebrandt +227 R Seer's Sundial @Franz Vohwinkel +228 C Selesnya Signet @Raoul Vitale +229 C Simic Signet @Mike Sass +230 U Skullclamp @Daniel Ljunggren +231 U Sol Ring @Mike Bierek +232 R Surveyor's Scope @Daniel Ljunggren +233 U Swiftfoot Boots @Svetlin Velinov +234 R Sword of the Paruns @Greg Hildebrandt +235 C Thought Vessel @rk post +236 R Thousand-Year Elixir @Richard Sardinha +237 U Thunderstaff @Cliff Childs +238 U Akoum Refuge @Fred Fields +239 C Azorius Chancery @John Avon +240 C Azorius Guildgate @Drew Baker +241 C Bant Panorama @Donato Giancola +242 C Barren Moor @Heather Hudson +243 C Bojuka Bog @Howard Lyon +244 C Boros Garrison @John Avon +245 C Command Tower @Ryan Yee +246 U Crystal Vein @Pat Lewis +247 C Evolving Wilds @Steven Belledin +248 U Faerie Conclave @Stephan Martiniere +249 C Forgotten Cave @Tony Szczudlo +250 R Gargoyle Castle @Paul Bonner +251 U Ghost Quarter @Peter Mohrbacher +252 C Golgari Guildgate @Eytan Zana +253 C Golgari Rot Farm @John Avon +254 R Grim Backwoods @Vincent Proce +255 C Haunted Fengraf @Adam Paquette +256 U Havenwood Battleground @Liz Danforth +257 R High Market @Carl Critchlow +258 U Jungle Basin @John Avon +259 C Jungle Hollow @Eytan Zana +260 U Molten Slagheap @Daren Bader +261 U Myriad Landscape @Richard Wright +262 C Opal Palace @Andreas Rocha +263 R Oran-Rief, the Vastwood @Mike Bierek +264 C Orzhov Basilica @John Avon +265 C Polluted Mire @Stephen Daniele +266 C Rakdos Carnarium @John Avon +267 C Rupture Spire @Jaime Jones +268 U Saltcrusted Steppe @Greg Staples +269 U Seaside Citadel @Volkan Baǵa +270 C Secluded Steppe @Heather Hudson +271 U Sejiri Refuge @Ryan Pancoast +272 C Selesnya Guildgate @Howard Lyon +273 C Selesnya Sanctuary @John Avon +274 C Simic Guildgate @Svetlin Velinov +275 C Slippery Karst @Stephen Daniele +276 U Tainted Wood @Rob Alexander +277 U Temple of the False God @Brian Snõddy +278 C Terramorphic Expanse @Dan Scott +279 C Tranquil Thicket @Heather Hudson +280 C Transguild Promenade @Noah Bradley +281 U Vivid Grove @Howard Lyon +282 U Vivid Marsh @John Avon +283 U Vivid Meadow @Rob Alexander +284 U Zoetic Cavern @Lars Grant-West +285 L Plains @John Avon +286 L Plains @John Avon +287 L Plains @John Avon +288 L Plains @Michael Komarck +289 L Plains @Michael Komarck +290 L Plains @Matthew Mitchell +291 L Plains @Jung Park +292 L Plains @Andreas Rocha +293 L Island @Noah Bradley +294 L Island @Cliff Childs +295 L Island @Michael Komarck +296 L Island @Jung Park +297 L Swamp @John Avon +298 L Swamp @Cliff Childs +299 L Swamp @Jonas De Ro +300 L Swamp @Dan Frazier +301 L Swamp @Jung Park +302 L Swamp @Jung Park +303 L Swamp @Jim Pavelec +304 L Swamp @Richard Wright +305 L Mountain @John Avon +306 L Mountain @John Avon +307 L Mountain @Karl Kopinski +308 L Mountain @Martina Pilcerova +309 L Forest @Rob Alexander +310 L Forest @Rob Alexander +311 L Forest @John Avon +312 L Forest @Steven Belledin +313 L Forest @Noah Bradley +314 L Forest @Jonas De Ro +315 L Forest @Vance Kovacs +316 L Forest @Craig Mullins +317 L Forest @Jung Park +318 L Forest @Jung Park +319 L Forest @Stephen Tappin +320 L Forest @Eytan Zana [tokens] w_1_1_kithkin_soldier diff --git a/forge-gui/res/editions/Commander Collection Green.txt b/forge-gui/res/editions/Commander Collection Green.txt index 4f70327d31a..f5910cce69b 100644 --- a/forge-gui/res/editions/Commander Collection Green.txt +++ b/forge-gui/res/editions/Commander Collection Green.txt @@ -6,11 +6,11 @@ Type=Collector_Edition ScryfallCode=CC1 [cards] -1 R Freyalise, Llanowar's Fury -2 M Omnath, Locus of Mana -3 R Bane of Progress -4 R Seedborn Muse -5 R Sylvan Library -6 R Worldly Tutor -7 R Sol Ring -8 R Command Tower +1 R Freyalise, Llanowar's Fury @Kieran Yanner +2 M Omnath, Locus of Mana @Chase Stone +3 R Bane of Progress @Grzegorz Rutkowski +4 R Seedborn Muse @Forrest Imel +5 R Sylvan Library @Bryan Sola +6 R Worldly Tutor @Cristi Balanescu +7 R Sol Ring @Joseph Meehan +8 R Command Tower @Joseph Meehan diff --git a/forge-gui/res/editions/Commander Legends.txt b/forge-gui/res/editions/Commander Legends.txt index ec323afa0d1..9164a2ad729 100644 --- a/forge-gui/res/editions/Commander Legends.txt +++ b/forge-gui/res/editions/Commander Legends.txt @@ -9,736 +9,736 @@ DoublePick=Always ScryfallCode=CMR [cards] -1 C The Prismatic Piper -2 M Akroma, Vision of Ixidor -3 R Akroma's Will -4 U Alharu, Solemn Ritualist -5 C Ancestral Blade -6 C Angel of the Dawn -7 C Angelic Gift -8 C Anointer of Valor -9 M Archon of Coronation -10 U Ardenn, Intrepid Archaeologist -11 R Armored Skyhunter -12 R Austere Command -13 C Benevolent Blessing -14 C Cage of Hands -15 C Captain's Call -16 R Court of Grace -17 C Court Street Denizen -18 C Dispeller's Capsule -19 C Doomed Traveler -20 U Faith's Fetters -21 U Fencing Ace -22 U First Response -23 C Inspiring Roar -24 U Intangible Virtue -25 C Iona's Judgment -26 U Kangee's Lieutenant -27 R Keeper of the Accord -28 U Keleth, Sunmane Familiar -29 C Kinsbaile Courier -30 C Kor Cartographer -31 R Livio, Oathsworn Sentinel -32 U Make a Stand -33 C Ninth Bridge Patrol -34 U Open the Armory -35 U Orzhov Advokist -36 C Palace Sentinels -37 U Patron of the Valiant -38 U Prava of the Steel Legion -39 R Promise of Tomorrow -40 U Radiant, Serra Archangel -41 C Raise the Alarm -42 U Rebbec, Architect of Ascension -43 U Return to Dust -44 C Seraph of Dawn -45 M Seraphic Greatsword -46 C Skywhaler's Shot -47 R Slash the Ranks -48 U Slaughter the Strong -49 C Slith Ascendant -50 R Soul of Eternity -51 C Squad Captain -52 M Triumphant Reckoning -53 C Trusty Packbeast -54 U Vow of Duty -55 R Amphin Mutineer -56 C Aqueous Form -57 C Aven Surveyor -58 C Azure Fleet Admiral -59 R Body of Knowledge -60 U Brinelin, the Moon Kraken -61 C Flood of Recollection -62 U Confiscate -63 R Court of Cunning -64 U Daring Saboteur -65 C Deranged Assistant -66 R Eligeth, Crossroads Augur -67 U Esior, Wardwing Familiar -68 C Fall from Favor -69 C Forceful Denial -70 C Galestrike -71 U Ghost of Ramirez DePietro -72 U Glacian, Powerstone Engineer -73 U Horizon Scholar -74 R Hullbreacher -75 U Interpret the Signs -76 C Kitesail Corsair -77 C Kitesail Skirmisher -78 R Laboratory Drudge -79 U Malcolm, Keen-Eyed Navigator -80 M Mana Drain -81 U Merchant Raiders -82 M Mnemonic Deluge -83 C Omenspeaker -84 C Preordain -85 C Prosperous Pirates -86 C Prying Eyes -87 C Run Away Together -88 C Sailor of Means -89 M Sakashima of a Thousand Faces -90 R Sakashima's Protege -91 R Sakashima's Will -92 C Scholar of Stars -93 U Scholar of the Ages -94 C Scrapdiver Serpent -95 U Siani, Eye of the Storm -96 U Siren Stormtamer -97 C Skaab Goliath -98 U Skilled Animator -99 M Sphinx of the Second Sun -100 C Spontaneous Mutation -101 C Strategic Planning -102 U Supreme Will -103 U Thirst for Knowledge -104 C Trove Tracker -105 U Vow of Flight -106 U Warden of Evos Isle -107 R Wrong Turn -108 U Armix, Filigree Thrasher -109 C Bitter Revelation -110 C Bladebrand -111 C Briarblade Adept -112 U Cast Down -113 C Corpse Churn -114 R Court of Ambition -115 C Crow of Dark Tidings -116 U Cuombajj Witches -117 C Defiant Salvager -118 U Demonic Lore -119 C Dhund Operative -120 C Elvish Doomsayer -121 R Elvish Dreadlord -122 C Exquisite Huntmaster -123 C Eyeblight Assassin -124 C Eyeblight Cullers -125 C Eyeblight Massacre -126 U Falthis, Shadowcat Familiar -127 U Feast of Succession -128 C Fleshbag Marauder -129 C Ghastly Demise -130 U Gilt-Leaf Winnower -131 U Keskit, the Flesh Sculptor -132 C Maalfeld Twins -133 U Miara, Thorn of the Glade -134 C Murder -135 U Nadier, Agent of the Duskenel -136 U Nadier's Nightblade -137 R Necrotic Hex -138 R Nightshade Harvester -139 U Noxious Dragon -140 U Null Caller -141 R Opposition Agent -142 C Phyrexian Rager -143 R Plague Reaver -144 U Pride of the Perfect -145 M Profane Transfusion -146 R Rakshasa Debaser -147 U Revenant -148 C Sanitarium Skeleton -149 R Sengir, the Dark Baron -150 C Spark Harvest -151 C Supernatural Stamina -152 R Szat's Will -153 M Tevesh Szat, Doom of Fools -154 C Thorn of the Black Rose -155 U Tormod, the Desecrator -156 M Vampiric Tutor -157 U Victimize -158 C Viscera Seer -159 U Vow of Torment -160 U Alena, Kessig Trapper -161 R Aurora Phoenix -162 R Blasphemous Act -163 C Boarding Party -164 C Brazen Freebooter -165 U Breeches, Brazen Plunderer -166 U Burning Anger -167 C Champion of the Flame -168 U Coastline Marauders -169 R Coercive Recruiter -170 R Court of Ire -171 C Crimson Fleet Commodore -172 U Dargo, the Shipwrecker -173 C Dragon Egg -174 C Dragon Mantle -175 R Emberwilde Captain -176 U Explosion of Riches -177 U Fathom Fleet Swordjack -178 C Fiery Cannonade -179 R Flamekin Herald -180 U Frenzied Saddlebrute -181 U Furnace Celebration -182 C Goblin Trailblazer -183 M Hellkite Courser -184 U Humble Defector -185 C Impulsive Pilferer -186 M Jeska, Thrice Reborn -187 R Jeska's Will -188 U Kediss, Emberclaw Familiar -189 R Krark, the Thumbless -190 U Lightning-Rig Crew -191 C Makeshift Munitions -192 U Meteoric Mace -193 M Port Razer -194 C Portent of Betrayal -195 C Renegade Tactics -196 C Ripscale Predator -197 U Rograkh, Son of Rohgahh -198 C Rummaging Goblin -199 C Skyraker Giant -200 C Soul's Fire -201 M Soulfire Eruption -202 C Sparktongue Dragon -203 C Stonefury -204 U Toggo, Goblin Weaponsmith -205 C Undying Rage -206 C Valakut Invoker -207 U Volcanic Dragon -208 U Volcanic Torrent -209 U Vow of Lightning -210 C Welding Sparks -211 R Wheel of Misfortune -212 C Wild Celebrants -213 C Ambush Viper -214 U Anara, Wolvid Familiar -215 C Ancient Animus -216 C Annoyed Altisaur -217 M Apex Devastator -218 U Armorcraft Judge -219 R Biowaste Blob -220 R Court of Bounty -221 C Crushing Vines -222 R Dawnglade Regent -223 C Elvish Visionary -224 C Entourage of Trest -225 C Farhaven Elf -226 C Fertilid -227 C Fin-Clade Fugitives -228 C Fyndhorn Elves -229 C Gift of Paradise -230 U Gilanra, Caller of Wirewood -231 U Halana, Kessig Ranger -232 U Hunter's Insight -233 U Ich-Tekik, Salvage Splicer -234 R Immaculate Magistrate -235 U Imperious Perfect -236 C Ivy Lane Denizen -237 M Kamahl, Heart of Krosa -238 R Kamahl's Will -239 R Kodama of the East Tree -240 C Lifecrafter's Gift -241 C Lys Alana Bowmaster -242 R Magus of the Order -243 C Molder Beast -244 U Monstrous Onslaught -245 C Natural Reclamation -246 U Numa, Joraga Chieftain -247 U Ordeal of Nylea -248 U Reclamation Sage -249 M Reshape the Earth -250 R Rootweaver Druid -251 U Scaled Behemoth -252 C Scrounging Bandar -253 C Sentinel Spider -254 U Sifter Wurm -255 C Silverback Shaman -256 U Slurrk, All-Ingesting -257 C Soul's Might -258 U Stingerfling Spider -259 U Strength of the Pack -260 R Sweet-Gum Recluse -261 U Three Visits -262 U Vow of Wildness -263 C Wildheart Invoker -264 C Wildsize -265 U Abomination of Llanowar -266 R Amareth, the Lustrous -267 U Araumi of the Dead Tide -268 R Archelos, Lagoon Mystic -269 R Averna, the Chaos Bloom -270 R Belbe, Corrupted Observer -271 R Bell Borca, Spectral Sergeant -272 R Blim, Comedic Genius -273 U Captain Vargus Wrath -274 R Colfenor, the Last Yew -275 R Ghen, Arcanum Weaver -276 R Gnostro, Voice of the Crags -277 R Gor Muldrak, Amphinologist -278 U Hamza, Guardian of Arashin -279 R Hans Eriksson -280 U Imoti, Celebrant of Bounty -281 R Jared Carthalion, True Heir -282 U Juri, Master of the Revue -283 U Kangee, Sky Warden -284 R Kwain, Itinerant Meddler -285 R Lathiel, the Bounteous Dawn -286 R Liesa, Shroud of Dusk -287 R Nevinyrral, Urborg Tyrant -288 R Nymris, Oona's Trickster -289 R Obeka, Brute Chronologist -290 U Reyav, Master Smith -291 U Thalisse, Reverent Medium -292 U Tuya Bearclaw -293 R Yurlok of Scorch Thrash -294 R Zara, Renegade Recruiter -295 C Amorphous Axe -296 U Angelic Armaments -297 U Arcane Signet -298 C Armillary Sphere -299 C Armory of Iroas -300 R Bladegriff Prototype -301 U Brass Herald -302 U Burnished Hart -303 C Charcoal Diamond -304 U Codex Shredder -305 M Commander's Plate -306 C Commander's Sphere -307 U Dreamstone Hedron -308 C Filigree Familiar -309 C Fire Diamond -310 C Foundry Inspector -311 U Golem Artisan -312 U Grafted Wargear -313 C Haunted Cloak -314 U Hero's Blade -315 R Horizon Stone -316 C Howling Golem -317 U Ingenuity Engine -318 C Jalum Tome -319 M Jeweled Lotus -320 U Loreseeker's Stone -321 C Lumengrid Gargoyle -322 C Maelstrom Colossus -323 C Marble Diamond -324 U Mask of Memory -325 U Meteor Golem -326 U Mindless Automaton -327 C Moss Diamond -328 R Nevinyrral's Disk -329 U Pennon Blade -330 C Perilous Myr -331 M Phyrexian Triniform -332 C Pilgrim's Eye -333 C Pirate's Cutlass -334 C Prophetic Prism -335 R Rings of Brighthearth -336 U Sandstone Oracle -337 M Scroll Rack -338 C Seer's Lantern -339 U Shimmer Myr -340 C Sisay's Ring -341 C Sky Diamond -342 C Spectral Searchlight -343 R Staff of Domination -344 C Staunch Throneguard -345 U Sunset Pyramid -346 U Thought Vessel -347 C Universal Solvent -348 C Workshop Assistant -349 R Command Beacon -350 C Command Tower -351 U Guildless Commons -352 C Opal Palace -353 C Path of Ancestry -354 R Rejuvenating Springs -355 C Rupture Spire -356 R Spectator Seating -357 C Terramorphic Expanse -358 R Training Center -359 R Undergrowth Stadium -360 R Vault of Champions -361 R War Room +1 C The Prismatic Piper @Seb McKinnon +2 M Akroma, Vision of Ixidor @Chris Rahn +3 R Akroma's Will @Antonio José Manzanedo +4 U Alharu, Solemn Ritualist @Chris Rallis +5 C Ancestral Blade @Scott Murphy +6 C Angel of the Dawn @Livia Prima +7 C Angelic Gift @Josu Hernaiz +8 C Anointer of Valor @Antonio José Manzanedo +9 M Archon of Coronation @Antonio José Manzanedo +10 U Ardenn, Intrepid Archaeologist @Jason Rainville +11 R Armored Skyhunter @Denman Rooke +12 R Austere Command @Anna Steinbauer +13 C Benevolent Blessing @Ekaterina Burmak +14 C Cage of Hands @Mark Tedin +15 C Captain's Call @Greg Staples +16 R Court of Grace @Denman Rooke +17 C Court Street Denizen @Volkan Baǵa +18 C Dispeller's Capsule @Franz Vohwinkel +19 C Doomed Traveler @Lars Grant-West +20 U Faith's Fetters @Brian Despain +21 U Fencing Ace @David Rapoza +22 U First Response @Slawomir Maniak +23 C Inspiring Roar @Chris Rahn +24 U Intangible Virtue @Clint Cearley +25 C Iona's Judgment @Mike Bierek +26 U Kangee's Lieutenant @Randy Vargas +27 R Keeper of the Accord @Denman Rooke +28 U Keleth, Sunmane Familiar @Jesper Ejsing +29 C Kinsbaile Courier @Mila Pesic +30 C Kor Cartographer @Ryan Pancoast +31 R Livio, Oathsworn Sentinel @Kekai Kotaki +32 U Make a Stand @Magali Villeneuve +33 C Ninth Bridge Patrol @Ryan Alexander Lee +34 U Open the Armory @Steve Prescott +35 U Orzhov Advokist @Jason A. Engle +36 C Palace Sentinels @Aaron Miller +37 U Patron of the Valiant @Steve Argyle +38 U Prava of the Steel Legion @Matt Stewart +39 R Promise of Tomorrow @Seb McKinnon +40 U Radiant, Serra Archangel @Chris Rallis +41 C Raise the Alarm @Zoltan Boros +42 U Rebbec, Architect of Ascension @Magali Villeneuve +43 U Return to Dust @Wayne Reynolds +44 C Seraph of Dawn @Todd Lockwood +45 M Seraphic Greatsword @Craig J Spearing +46 C Skywhaler's Shot @Chris Rallis +47 R Slash the Ranks @Svetlin Velinov +48 U Slaughter the Strong @Randy Vargas +49 C Slith Ascendant @Justin Sweet +50 R Soul of Eternity @Yigit Koroglu +51 C Squad Captain @Cristi Balanescu +52 M Triumphant Reckoning @Svetlin Velinov +53 C Trusty Packbeast @John Stanko +54 U Vow of Duty @Wayne Reynolds +55 R Amphin Mutineer @Nicholas Gregory +56 C Aqueous Form @Slawomir Maniak +57 C Aven Surveyor @David Gaillet +58 C Azure Fleet Admiral @Sidharth Chaturvedi +59 R Body of Knowledge @Clint Cearley +60 U Brinelin, the Moon Kraken @Adam Paquette +61 C Flood of Recollection @Magali Villeneuve +62 U Confiscate @Adam Rex +63 R Court of Cunning @Yeong-Hao Han +64 U Daring Saboteur @Victor Adame Minguez +65 C Deranged Assistant @Nils Hamm +66 R Eligeth, Crossroads Augur @Yigit Koroglu +67 U Esior, Wardwing Familiar @Jesper Ejsing +68 C Fall from Favor @Caio Monteiro +69 C Forceful Denial @Volkan Baǵa +70 C Galestrike @Mike Bierek +71 U Ghost of Ramirez DePietro @Grzegorz Rutkowski +72 U Glacian, Powerstone Engineer @Magali Villeneuve +73 U Horizon Scholar @Karl Kopinski +74 R Hullbreacher @Sidharth Chaturvedi +75 U Interpret the Signs @Cynthia Sheppard +76 C Kitesail Corsair @Greg Opalinski +77 C Kitesail Skirmisher @Sidharth Chaturvedi +78 R Laboratory Drudge @Milivoj Ćeran +79 U Malcolm, Keen-Eyed Navigator @Eric Deschamps +80 M Mana Drain @Raymond Swanland +81 U Merchant Raiders @Deruchenko Alexander +82 M Mnemonic Deluge @Chris Rallis +83 C Omenspeaker @Dallas Williams +84 C Preordain @Svetlin Velinov +85 C Prosperous Pirates @Josh Hass +86 C Prying Eyes @Magali Villeneuve +87 C Run Away Together @Filip Burburan +88 C Sailor of Means @Ryan Pancoast +89 M Sakashima of a Thousand Faces @Jason A. Engle +90 R Sakashima's Protege @Tyler Walpole +91 R Sakashima's Will @Volkan Baǵa +92 C Scholar of Stars @Tommy Arnold +93 U Scholar of the Ages @Micah Epstein +94 C Scrapdiver Serpent @Adrian Smith +95 U Siani, Eye of the Storm @Heonhwa Choe +96 U Siren Stormtamer @Josu Hernaiz +97 C Skaab Goliath @Volkan Baǵa +98 U Skilled Animator @Jason A. Engle +99 M Sphinx of the Second Sun @Antonio José Manzanedo +100 C Spontaneous Mutation @Christopher Moeller +101 C Strategic Planning @Matt Stewart +102 U Supreme Will @Alayna Danner +103 U Thirst for Knowledge @Anthony Francisco +104 C Trove Tracker @Tyler Walpole +105 U Vow of Flight @Erica Yang +106 U Warden of Evos Isle @Nils Hamm +107 R Wrong Turn @Filip Burburan +108 U Armix, Filigree Thrasher @Daniel Ljunggren +109 C Bitter Revelation @Viktor Titov +110 C Bladebrand @Winona Nelson +111 C Briarblade Adept @Uriah Voth +112 U Cast Down @Bastien L. Deharme +113 C Corpse Churn @Magali Villeneuve +114 R Court of Ambition @Ravenna Tran +115 C Crow of Dark Tidings @Tianhua X +116 U Cuombajj Witches @Seb McKinnon +117 C Defiant Salvager @Volkan Baǵa +118 U Demonic Lore @Mila Pesic +119 C Dhund Operative @Magali Villeneuve +120 C Elvish Doomsayer @Denman Rooke +121 R Elvish Dreadlord @Randy Vargas +122 C Exquisite Huntmaster @Lie Setiawan +123 C Eyeblight Assassin @Dan Scott +124 C Eyeblight Cullers @Randy Vargas +125 C Eyeblight Massacre @Igor Kieryluk +126 U Falthis, Shadowcat Familiar @Jesper Ejsing +127 U Feast of Succession @Seb McKinnon +128 C Fleshbag Marauder @Mark Zug +129 C Ghastly Demise @Gary Ruddell +130 U Gilt-Leaf Winnower @Viktor Titov +131 U Keskit, the Flesh Sculptor @Yongjae Choi +132 C Maalfeld Twins @Mike Sass +133 U Miara, Thorn of the Glade @Johannes Voss +134 C Murder @Allen Williams +135 U Nadier, Agent of the Duskenel @Yongjae Choi +136 U Nadier's Nightblade @Randy Vargas +137 R Necrotic Hex @Nils Hamm +138 R Nightshade Harvester @PINDURSKI +139 U Noxious Dragon @Svetlin Velinov +140 U Null Caller @Darek Zabrocki +141 R Opposition Agent @Scott Murphy +142 C Phyrexian Rager @Stephan Martiniere +143 R Plague Reaver @Nicholas Gregory +144 U Pride of the Perfect @Lie Setiawan +145 M Profane Transfusion @Vincent Proce +146 R Rakshasa Debaser @Yigit Koroglu +147 U Revenant @Chris Cold +148 C Sanitarium Skeleton @Kev Walker +149 R Sengir, the Dark Baron @Bastien L. Deharme +150 C Spark Harvest @Kieran Yanner +151 C Supernatural Stamina @Christopher Moeller +152 R Szat's Will @Sidharth Chaturvedi +153 M Tevesh Szat, Doom of Fools @Livia Prima +154 C Thorn of the Black Rose @David Gaillet +155 U Tormod, the Desecrator @Grzegorz Rutkowski +156 M Vampiric Tutor @Raymond Swanland +157 U Victimize @Craig J Spearing +158 C Viscera Seer @John Stanko +159 U Vow of Torment @Taylor Ingvarsson +160 U Alena, Kessig Trapper @Zoltan Boros +161 R Aurora Phoenix @Caio Monteiro +162 R Blasphemous Act @Daarken +163 C Boarding Party @Sidharth Chaturvedi +164 C Brazen Freebooter @Randy Gallegos +165 U Breeches, Brazen Plunderer @Svetlin Velinov +166 U Burning Anger @Anthony Palumbo +167 C Champion of the Flame @Wayne Reynolds +168 U Coastline Marauders @J.P. Targete +169 R Coercive Recruiter @Randy Vargas +170 R Court of Ire @Alexander Forssberg +171 C Crimson Fleet Commodore @Sidharth Chaturvedi +172 U Dargo, the Shipwrecker @Zoltan Boros +173 C Dragon Egg @Jack Wang +174 C Dragon Mantle @Anthony Palumbo +175 R Emberwilde Captain @Tyler Walpole +176 U Explosion of Riches @Chris Seaman +177 U Fathom Fleet Swordjack @Zoltan Boros +178 C Fiery Cannonade @Ben Wootten +179 R Flamekin Herald @Johan Grenier +180 U Frenzied Saddlebrute @Wisnu Tan +181 U Furnace Celebration @Svetlin Velinov +182 C Goblin Trailblazer @Josh Hass +183 M Hellkite Courser @Caio Monteiro +184 U Humble Defector @Slawomir Maniak +185 C Impulsive Pilferer @Jakub Kasper +186 M Jeska, Thrice Reborn @Yongjae Choi +187 R Jeska's Will @Izzy +188 U Kediss, Emberclaw Familiar @Jesper Ejsing +189 R Krark, the Thumbless @Mathias Kollros +190 U Lightning-Rig Crew @Filip Burburan +191 C Makeshift Munitions @Filip Burburan +192 U Meteoric Mace @Randy Vargas +193 M Port Razer @Craig J Spearing +194 C Portent of Betrayal @Daarken +195 C Renegade Tactics @Yeong-Hao Han +196 C Ripscale Predator @Volkan Baǵa +197 U Rograkh, Son of Rohgahh @Chris Seaman +198 C Rummaging Goblin @Karl Kopinski +199 C Skyraker Giant @Anastasia Ovchinnikova +200 C Soul's Fire @Wayne Reynolds +201 M Soulfire Eruption @Andrey Kuzinskiy +202 C Sparktongue Dragon @Daarken +203 C Stonefury @Chris Rallis +204 U Toggo, Goblin Weaponsmith @Svetlin Velinov +205 C Undying Rage @Scott M. Fischer +206 C Valakut Invoker @Joseph Meehan +207 U Volcanic Dragon @Chris Rahn +208 U Volcanic Torrent @Grzegorz Rutkowski +209 U Vow of Lightning @Randy Vargas +210 C Welding Sparks @Raymond Swanland +211 R Wheel of Misfortune @J.P. Targete +212 C Wild Celebrants @Igor Kieryluk +213 C Ambush Viper @Alan Pollack +214 U Anara, Wolvid Familiar @Jesper Ejsing +215 C Ancient Animus @Titus Lunter +216 C Annoyed Altisaur @Lars Grant-West +217 M Apex Devastator @Svetlin Velinov +218 U Armorcraft Judge @David Palumbo +219 R Biowaste Blob @Simon Dominic +220 R Court of Bounty @Milivoj Ćeran +221 C Crushing Vines @Scott Chou +222 R Dawnglade Regent @YW Tang +223 C Elvish Visionary @D. Alexander Gregory +224 C Entourage of Trest @Anthony Palumbo +225 C Farhaven Elf @Brandon Kitkouski +226 C Fertilid @Wayne Reynolds +227 C Fin-Clade Fugitives @Simon Dominic +228 C Fyndhorn Elves @Igor Kieryluk +229 C Gift of Paradise @Ryan Pancoast +230 U Gilanra, Caller of Wirewood @Jehan Choo +231 U Halana, Kessig Ranger @Zoltan Boros +232 U Hunter's Insight @Jim Murray +233 U Ich-Tekik, Salvage Splicer @Aleksi Briclot +234 R Immaculate Magistrate @Jim Nelson +235 U Imperious Perfect @Scott M. Fischer +236 C Ivy Lane Denizen @Winona Nelson +237 M Kamahl, Heart of Krosa @Kekai Kotaki +238 R Kamahl's Will @Nicholas Gregory +239 R Kodama of the East Tree @Daarken +240 C Lifecrafter's Gift @Winona Nelson +241 C Lys Alana Bowmaster @Dan Scott +242 R Magus of the Order @Tomasz Jedruszek +243 C Molder Beast @Randis Albion +244 U Monstrous Onslaught @Slawomir Maniak +245 C Natural Reclamation @Alayna Danner +246 U Numa, Joraga Chieftain @Kieran Yanner +247 U Ordeal of Nylea @David Palumbo +248 U Reclamation Sage @Christopher Moeller +249 M Reshape the Earth @Adam Paquette +250 R Rootweaver Druid @Lie Setiawan +251 U Scaled Behemoth @Marco Nelor +252 C Scrounging Bandar @Shreya Shetty +253 C Sentinel Spider @Vincent Proce +254 U Sifter Wurm @Filip Burburan +255 C Silverback Shaman @Mathias Kollros +256 U Slurrk, All-Ingesting @Jehan Choo +257 C Soul's Might @Kev Walker +258 U Stingerfling Spider @Dave Allsop +259 U Strength of the Pack @Tomasz Jedruszek +260 R Sweet-Gum Recluse @Jehan Choo +261 U Three Visits @Yeong-Hao Han +262 U Vow of Wildness @Jim Pavelec +263 C Wildheart Invoker @Erica Yang +264 C Wildsize @Jim Murray +265 U Abomination of Llanowar @Vincent Proce +266 R Amareth, the Lustrous @Lie Setiawan +267 U Araumi of the Dead Tide @Daarken +268 R Archelos, Lagoon Mystic @Dan Scott +269 R Averna, the Chaos Bloom @Lucas Graciano +270 R Belbe, Corrupted Observer @Igor Kieryluk +271 R Bell Borca, Spectral Sergeant @Mila Pesic +272 R Blim, Comedic Genius @Jason A. Engle +273 U Captain Vargus Wrath @Randy Vargas +274 R Colfenor, the Last Yew @Filip Burburan +275 R Ghen, Arcanum Weaver @Kieran Yanner +276 R Gnostro, Voice of the Crags @Lars Grant-West +277 R Gor Muldrak, Amphinologist @Steven Belledin +278 U Hamza, Guardian of Arashin @Wisnu Tan +279 R Hans Eriksson @Ryan Pancoast +280 U Imoti, Celebrant of Bounty @Ekaterina Burmak +281 R Jared Carthalion, True Heir @Lius Lasahido +282 U Juri, Master of the Revue @Dmitry Burmak +283 U Kangee, Sky Warden @Dan Scott +284 R Kwain, Itinerant Meddler @Lucas Graciano +285 R Lathiel, the Bounteous Dawn @Lucas Graciano +286 R Liesa, Shroud of Dusk @Slawomir Maniak +287 R Nevinyrral, Urborg Tyrant @Yongjae Choi +288 R Nymris, Oona's Trickster @Johannes Voss +289 R Obeka, Brute Chronologist @Jesper Ejsing +290 U Reyav, Master Smith @Scott Murphy +291 U Thalisse, Reverent Medium @Heonhwa Choe +292 U Tuya Bearclaw @Lius Lasahido +293 R Yurlok of Scorch Thrash @Jesper Ejsing +294 R Zara, Renegade Recruiter @Chris Rallis +295 C Amorphous Axe @Martina Pilcerova +296 U Angelic Armaments @Daniel Ljunggren +297 U Arcane Signet @Dan Scott +298 C Armillary Sphere @Franz Vohwinkel +299 C Armory of Iroas @Yeong-Hao Han +300 R Bladegriff Prototype @Johann Bodin +301 U Brass Herald @Daren Bader +302 U Burnished Hart @Yeong-Hao Han +303 C Charcoal Diamond @Lindsey Look +304 U Codex Shredder @Jason Felix +305 M Commander's Plate @Volkan Baǵa +306 C Commander's Sphere @Ryan Alexander Lee +307 U Dreamstone Hedron @Eric Deschamps +308 C Filigree Familiar @Izzy +309 C Fire Diamond @Lindsey Look +310 C Foundry Inspector @Jason A. Engle +311 U Golem Artisan @Nic Klein +312 U Grafted Wargear @Alex Horley-Orlandelli +313 C Haunted Cloak @Volkan Baǵa +314 U Hero's Blade @Aaron Miller +315 R Horizon Stone @Noah Bradley +316 C Howling Golem @Grzegorz Rutkowski +317 U Ingenuity Engine @Yeong-Hao Han +318 C Jalum Tome @Jerry Tiritilli +319 M Jeweled Lotus @Alayna Danner +320 U Loreseeker's Stone @Franz Vohwinkel +321 C Lumengrid Gargoyle @Randis Albion +322 C Maelstrom Colossus @Svetlin Velinov +323 C Marble Diamond @Lindsey Look +324 U Mask of Memory @Alan Pollack +325 U Meteor Golem @Lake Hurwitz +326 U Mindless Automaton @Chris Seaman +327 C Moss Diamond @Lindsey Look +328 R Nevinyrral's Disk @Steve Argyle +329 U Pennon Blade @Alex Horley-Orlandelli +330 C Perilous Myr @Jason Felix +331 M Phyrexian Triniform @Adam Paquette +332 C Pilgrim's Eye @Dan Scott +333 C Pirate's Cutlass @John Stanko +334 C Prophetic Prism @John Avon +335 R Rings of Brighthearth @Howard Lyon +336 U Sandstone Oracle @Izzy +337 M Scroll Rack @Heather Hudson +338 C Seer's Lantern @Jung Park +339 U Shimmer Myr @Jana Schirmer & Johannes Voss +340 C Sisay's Ring @Donato Giancola +341 C Sky Diamond @Lindsey Look +342 C Spectral Searchlight @Martina Pilcerova +343 R Staff of Domination @Ben Thompson +344 C Staunch Throneguard @Volkan Baǵa +345 U Sunset Pyramid @Jonas De Ro +346 U Thought Vessel @rk post +347 C Universal Solvent @Christopher Moeller +348 C Workshop Assistant @Victor Adame Minguez +349 R Command Beacon @Jonas De Ro +350 C Command Tower @Ryan Yee +351 U Guildless Commons @Cliff Childs +352 C Opal Palace @Andreas Rocha +353 C Path of Ancestry @Alayna Danner +354 R Rejuvenating Springs @Alayna Danner +355 C Rupture Spire @Jaime Jones +356 R Spectator Seating @Ravenna Tran +357 C Terramorphic Expanse @Dan Scott +358 R Training Center @Daniel Ljunggren +359 R Undergrowth Stadium @Yeong-Hao Han +360 R Vault of Champions @Cliff Childs +361 R War Room @Milivoj Ćeran [precon product] -362 M Wyleth, Soul of Steel -363 R Timely Ward -364 R Blazing Sunsteel -365 M Aesi, Tyrant of Gyre Strait -366 R Trench Behemoth -367 R Stumpsquall Hydra -368 R Elder Deep-Fiend -369 U Condemn -370 U Danitha Capashen, Paragon -371 U Dawn Charm -372 C Disenchant -373 U Faith Unbroken -374 U Flickerwisp -375 U Generous Gift -376 C Ironclad Slayer -377 C Kor Cartographer -378 R Martial Coup -379 R Odric, Lunarch Marshal -380 U On Serra's Wings -381 U Oreskos Explorer -382 R Relic Seeker -383 U Return to Dust -384 R Sigarda's Aid -385 U Spirit Mantle -386 R Sram, Senior Edificer -387 U Swords to Plowshares -388 R Unbreakable Formation -389 U Unquestioned Authority -390 U Valorous Stance -391 R White Sun's Zenith -392 R Winds of Rath -393 C Arcane Denial -394 C Compulsive Research -395 C Counterspell -396 U Fact or Fiction -397 C Into the Roil -398 C Ior Ruin Expedition -399 R Meloku the Clouded Mirror -400 U Mulldrifter -401 R Nezahal, Primal Tide -402 C Peel from Reality -403 R Scourge of Fleets -404 R Shipbreaker Kraken -405 U Slinn Voda, the Rising Deep -406 R Sphinx of Uthuun -407 R Stormtide Leviathan -408 R Tromokratis -409 R Whelming Wave -410 U Abrade -411 M Comet Storm -412 R Dualcaster Mage -413 C Expedite -414 C Fists of Flame -415 R Jaya's Immolating Inferno -416 R Relentless Assault -417 C Temur Battle Rage -418 U Volcanic Fallout -419 R Wild Ricochet -420 R Word of Seizing -421 U Acidic Slime -422 M Avenger of Zendikar -423 U Beast Within -424 C Cultivate -425 U Eternal Witness -426 C Explore -427 U Harmonize -428 C Khalni Heart Expedition -429 C Kodama's Reach -430 R Molimo, Maro-Sorcerer -431 R Rampaging Baloths -432 C Rampant Growth -433 R Ramunap Excavator -434 U Reclamation Sage -435 U Retreat to Kazandu -436 C Search for Tomorrow -437 C Sporemound -438 R Terastodon -439 R Verdant Sun's Avatar -440 C Wickerbough Elder -441 C Yavimaya Elder -442 U Boros Charm -443 C Coiling Oracle -444 R Deflecting Palm -445 R Fathom Mage -446 C Growth Spiral -447 R Master Warcraft -448 R Murkfiend Liege -449 R Response // Resurgence -450 U Sharktocrab -451 U Simic Charm -452 R Simic Sky Swallower -453 R Spitting Image -454 U Tiana, Ship's Caretaker -455 U Urban Evolution -456 U Wear // Tear -457 R Blackblade Reforged -458 C Bonesplitter -459 C Boros Signet -460 U Brass Squire -461 C Explorer's Scope -462 U Fireshrieker -463 C Haunted Cloak -464 U Hero's Blade -465 R Loxodon Warhammer -466 U Mask of Avacyn -467 U Meteor Golem -468 U Ring of Thune -469 U Ring of Valkas -470 R Seer's Sundial -471 C Simic Signet -472 U Sol Ring -473 R Sunforger -474 U Swiftfoot Boots -475 R Sword of Vengeance -476 U Blighted Woodland -477 C Boros Garrison -478 C Boros Guildgate -479 C Command Tower -480 U Coral Atoll -481 U Encroaching Wastes -482 C Evolving Wilds -483 C Forgotten Cave -484 U Jungle Basin -485 U Memorial to Genius -486 U Memorial to War -487 U Myriad Landscape -488 U Reliquary Tower -489 U Rogue's Passage -490 C Rupture Spire -491 U Secluded Steppe -492 U Simic Growth Chamber -493 C Simic Guildgate -494 R Slayers' Stronghold -495 U Stone Quarry -496 U Sunhome, Fortress of the Legion -497 C Terramorphic Expanse -498 C Thornwood Falls -499 C Transguild Promenade -500 U Vivid Creek -501 U Vivid Grove -502 C Wind-Scarred Crag -503 C Woodland Stream -504 L Plains -505 L Plains -506 L Island -507 L Island -508 L Mountain -509 L Mountain -510 L Forest -511 L Forest +362 M Wyleth, Soul of Steel @Tyler Jacobson +363 R Timely Ward @Matt Stewart +364 R Blazing Sunsteel @Tyler Jacobson +365 M Aesi, Tyrant of Gyre Strait @Viktor Titov +366 R Trench Behemoth @Svetlin Velinov +367 R Stumpsquall Hydra @Grzegorz Rutkowski +368 R Elder Deep-Fiend @Jason Felix +369 U Condemn @Daren Bader +370 U Danitha Capashen, Paragon @Chris Rallis +371 U Dawn Charm @John Avon +372 C Disenchant @Victor Adame Minguez +373 U Faith Unbroken @Kev Walker +374 U Flickerwisp @Jeremy Enecio +375 U Generous Gift @Kev Walker +376 C Ironclad Slayer @Ryan Pancoast +377 C Kor Cartographer @Ryan Pancoast +378 R Martial Coup @Greg Staples +379 R Odric, Lunarch Marshal @Chase Stone +380 U On Serra's Wings @Johannes Voss +381 U Oreskos Explorer @Winona Nelson +382 R Relic Seeker @Volkan Baǵa +383 U Return to Dust @Wayne Reynolds +384 R Sigarda's Aid @Howard Lyon +385 U Spirit Mantle @Izzy +386 R Sram, Senior Edificer @Chris Rahn +387 U Swords to Plowshares @Sam Wolfe Connelly +388 R Unbreakable Formation @Matt Stewart +389 U Unquestioned Authority @Zoltan Boros +390 U Valorous Stance @Victor Adame Minguez +391 R White Sun's Zenith @Mike Bierek +392 R Winds of Rath @Drew Tucker +393 C Arcane Denial @Xi Zhang +394 C Compulsive Research @Sara Winters +395 C Counterspell @Zack Stella +396 U Fact or Fiction @Matt Cavotta +397 C Into the Roil @Kieran Yanner +398 C Ior Ruin Expedition @Chris Rahn +399 R Meloku the Clouded Mirror @Scott M. Fischer +400 U Mulldrifter @Eric Fortune +401 R Nezahal, Primal Tide @Sam Burley +402 C Peel from Reality @Jason Felix +403 R Scourge of Fleets @Steven Belledin +404 R Shipbreaker Kraken @Jack Wang +405 U Slinn Voda, the Rising Deep @Grzegorz Rutkowski +406 R Sphinx of Uthuun @Kekai Kotaki +407 R Stormtide Leviathan @Karl Kopinski +408 R Tromokratis @Matt Stewart +409 R Whelming Wave @Slawomir Maniak +410 U Abrade @Jonas De Ro +411 M Comet Storm @Jung Park +412 R Dualcaster Mage @Matt Stewart +413 C Expedite @Kieran Yanner +414 C Fists of Flame @Steve Argyle +415 R Jaya's Immolating Inferno @Noah Bradley +416 R Relentless Assault @Christopher Moeller +417 C Temur Battle Rage @Jaime Jones +418 U Volcanic Fallout @Zoltan Boros & Gabor Szikszai +419 R Wild Ricochet @Dan Scott +420 R Word of Seizing @Vance Kovacs +421 U Acidic Slime @Karl Kopinski +422 M Avenger of Zendikar @Zoltan Boros & Gabor Szikszai +423 U Beast Within @Jesper Ejsing +424 C Cultivate @Anthony Palumbo +425 U Eternal Witness @Chris Rahn +426 C Explore @John Avon +427 U Harmonize @Paul Lee +428 C Khalni Heart Expedition @Jason Chan +429 C Kodama's Reach @John Avon +430 R Molimo, Maro-Sorcerer @Mark Zug +431 R Rampaging Baloths @Steve Prescott +432 C Rampant Growth @Steven Belledin +433 R Ramunap Excavator @Mark Behm +434 U Reclamation Sage @Christopher Moeller +435 U Retreat to Kazandu @Kieran Yanner +436 C Search for Tomorrow @Randy Gallegos +437 C Sporemound @Svetlin Velinov +438 R Terastodon @Lars Grant-West +439 R Verdant Sun's Avatar @Izzy +440 C Wickerbough Elder @Jesper Ejsing +441 C Yavimaya Elder @Matt Cavotta +442 U Boros Charm @Zoltan Boros +443 C Coiling Oracle @Mark Zug +444 R Deflecting Palm @Eric Deschamps +445 R Fathom Mage @Ryan Pancoast +446 C Growth Spiral @Seb McKinnon +447 R Master Warcraft @Zoltan Boros & Gabor Szikszai +448 R Murkfiend Liege @Carl Critchlow +449 R Response // Resurgence @Daarken +450 U Sharktocrab @Jehan Choo +451 U Simic Charm @Zoltan Boros +452 R Simic Sky Swallower @rk post +453 R Spitting Image @Jim Nelson +454 U Tiana, Ship's Caretaker @Eric Deschamps +455 U Urban Evolution @Eytan Zana +456 U Wear // Tear @Ryan Pancoast +457 R Blackblade Reforged @Chris Rahn +458 C Bonesplitter @Darrell Riche +459 C Boros Signet @Mike Sass +460 U Brass Squire @Ryan Pancoast +461 C Explorer's Scope @Vincent Proce +462 U Fireshrieker @Christopher Moeller +463 C Haunted Cloak @Volkan Baǵa +464 U Hero's Blade @Aaron Miller +465 R Loxodon Warhammer @Jeremy Jarvis +466 U Mask of Avacyn @James Paick +467 U Meteor Golem @Lake Hurwitz +468 U Ring of Thune @Erica Yang +469 U Ring of Valkas @Erica Yang +470 R Seer's Sundial @Franz Vohwinkel +471 C Simic Signet @Mike Sass +472 U Sol Ring @Mike Bierek +473 R Sunforger @Darrell Riche +474 U Swiftfoot Boots @Svetlin Velinov +475 R Sword of Vengeance @Dan Scott +476 U Blighted Woodland @Jason Felix +477 C Boros Garrison @John Avon +478 C Boros Guildgate @Noah Bradley +479 C Command Tower @Ryan Yee +480 U Coral Atoll @John Avon +481 U Encroaching Wastes @Noah Bradley +482 C Evolving Wilds @Steven Belledin +483 C Forgotten Cave @Noah Bradley +484 U Jungle Basin @John Avon +485 U Memorial to Genius @James Paick +486 U Memorial to War @Richard Wright +487 U Myriad Landscape @Richard Wright +488 U Reliquary Tower @Jesper Ejsing +489 U Rogue's Passage @Christine Choi +490 C Rupture Spire @Jaime Jones +491 U Secluded Steppe @Noah Bradley +492 U Simic Growth Chamber @John Avon +493 C Simic Guildgate @Adam Paquette +494 R Slayers' Stronghold @Karl Kopinski +495 U Stone Quarry @Noah Bradley +496 U Sunhome, Fortress of the Legion @Martina Pilcerova +497 C Terramorphic Expanse @Dan Scott +498 C Thornwood Falls @Eytan Zana +499 C Transguild Promenade @Noah Bradley +500 U Vivid Creek @Fred Fields +501 U Vivid Grove @Howard Lyon +502 C Wind-Scarred Crag @Eytan Zana +503 C Woodland Stream @Efflam Mercier +504 L Plains @Noah Bradley +505 L Plains @Tingting Yeh +506 L Island @Babyson Chen & Uzhen Lin +507 L Island @Alayna Danner +508 L Mountain @Alayna Danner +509 L Mountain @Gaga Zeng +510 L Forest @Xin-Yu Liu +511 L Forest @Kev Walker [borderless] -512 M Tevesh Szat, Doom of Fools -513 M Jeska, Thrice Reborn +512 M Tevesh Szat, Doom of Fools @Chris Rallis +513 M Jeska, Thrice Reborn @Chris Rallis [showcase] -514 M Najeela, the Blade-Blossom -515 M Akiri, Line-Slinger -516 M Brago, King Eternal -517 M Bruse Tarl, Boorish Herder -518 M Derevi, Empyrial Tactician -519 M Ikra Shidiqi, the Usurper -520 M Ishai, Ojutai Dragonspeaker -521 M Karador, Ghost Chieftain -522 M Karametra, God of Harvests -523 M Kraum, Ludevic's Opus -524 M Kydele, Chosen of Kruphix -525 M Ludevic, Necro-Alchemist -526 M Maelstrom Wanderer -527 M Marath, Will of the Wild -528 M Muldrotha, the Gravetide -529 M Nekusar, the Mindrazer -530 M Prossh, Skyraider of Kher -531 M Queen Marchesa -532 M Rakdos, Lord of Riots -533 M Ravos, Soultender -534 M Reyhan, Last of the Abzan -535 M Sidar Kondo of Jamuraa -536 M Silas Renn, Seeker Adept -537 M Tana, the Bloodsower -538 M Thrasios, Triton Hero -539 M Tymna the Weaver -540 M Vial Smasher the Fierce -541 M Xenagos, God of Revels -542 M Yuriko, the Tiger's Shadow -543 M Zedruu the Greathearted -544 M Zur the Enchanter -545 M Ramos, Dragon Engine -546 C The Prismatic Piper -547 M Akroma, Vision of Ixidor -548 U Alharu, Solemn Ritualist -549 U Ardenn, Intrepid Archaeologist -550 U Keleth, Sunmane Familiar -551 R Livio, Oathsworn Sentinel -552 U Prava of the Steel Legion -553 U Radiant, Serra Archangel -554 U Rebbec, Architect of Ascension -555 U Brinelin, the Moon Kraken -556 R Eligeth, Crossroads Augur -557 U Esior, Wardwing Familiar -558 U Ghost of Ramirez DePietro -559 U Glacian, Powerstone Engineer -560 U Malcolm, Keen-Eyed Navigator -561 M Sakashima of a Thousand Faces -562 U Siani, Eye of the Storm -563 U Armix, Filigree Thrasher -564 U Falthis, Shadowcat Familiar -565 U Keskit, the Flesh Sculptor -566 U Miara, Thorn of the Glade -567 U Nadier, Agent of the Duskenel -568 R Sengir, the Dark Baron -569 U Tormod, the Desecrator -570 U Alena, Kessig Trapper -571 U Breeches, Brazen Plunderer -572 U Dargo, the Shipwrecker -573 U Kediss, Emberclaw Familiar -574 R Krark, the Thumbless -575 U Rograkh, Son of Rohgahh -576 U Toggo, Goblin Weaponsmith -577 U Anara, Wolvid Familiar -578 U Gilanra, Caller of Wirewood -579 U Halana, Kessig Ranger -580 U Ich-Tekik, Salvage Splicer -581 M Kamahl, Heart of Krosa -582 R Kodama of the East Tree -583 U Numa, Joraga Chieftain -584 U Slurrk, All-Ingesting -585 U Abomination of Llanowar -586 R Amareth, the Lustrous -587 U Araumi of the Dead Tide -588 R Archelos, Lagoon Mystic -589 R Averna, the Chaos Bloom -590 R Belbe, Corrupted Observer -591 R Bell Borca, Spectral Sergeant -592 R Blim, Comedic Genius -593 U Captain Vargus Wrath -594 R Colfenor, the Last Yew -595 R Ghen, Arcanum Weaver -596 R Gnostro, Voice of the Crags -597 R Gor Muldrak, Amphinologist -598 U Hamza, Guardian of Arashin -599 R Hans Eriksson -600 U Imoti, Celebrant of Bounty -601 R Jared Carthalion, True Heir -602 U Juri, Master of the Revue -603 U Kangee, Sky Warden -604 R Kwain, Itinerant Meddler -605 R Lathiel, the Bounteous Dawn -606 R Liesa, Shroud of Dusk -607 R Nevinyrral, Urborg Tyrant -608 R Nymris, Oona's Trickster -609 R Obeka, Brute Chronologist -610 U Reyav, Master Smith -611 U Thalisse, Reverent Medium -612 U Tuya Bearclaw -613 R Yurlok of Scorch Thrash -614 R Zara, Renegade Recruiter +514 M Najeela, the Blade-Blossom @Matt Stewart +515 M Akiri, Line-Slinger @David Gaillet +516 M Brago, King Eternal @Karla Ortiz +517 M Bruse Tarl, Boorish Herder @Anthony Palumbo +518 M Derevi, Empyrial Tactician @Michael Komarck +519 M Ikra Shidiqi, the Usurper @Josu Hernaiz +520 M Ishai, Ojutai Dragonspeaker @Zack Stella +521 M Karador, Ghost Chieftain @Todd Lockwood +522 M Karametra, God of Harvests @Eric Deschamps +523 M Kraum, Ludevic's Opus @Aaron Miller +524 M Kydele, Chosen of Kruphix @Bastien L. Deharme +525 M Ludevic, Necro-Alchemist @Aaron Miller +526 M Maelstrom Wanderer @Victor Adame Minguez +527 M Marath, Will of the Wild @Tyler Jacobson +528 M Muldrotha, the Gravetide @Jason Rainville +529 M Nekusar, the Mindrazer @Mark Winters +530 M Prossh, Skyraider of Kher @Todd Lockwood +531 M Queen Marchesa @Kieran Yanner +532 M Rakdos, Lord of Riots @Yigit Koroglu +533 M Ravos, Soultender @Zezhou Chen +534 M Reyhan, Last of the Abzan @Chris Rallis +535 M Sidar Kondo of Jamuraa @Ryan Alexander Lee +536 M Silas Renn, Seeker Adept @Joseph Meehan +537 M Tana, the Bloodsower @Magali Villeneuve +538 M Thrasios, Triton Hero @Josu Hernaiz +539 M Tymna the Weaver @Winona Nelson +540 M Vial Smasher the Fierce @Deruchenko Alexander +541 M Xenagos, God of Revels @Jason Chan +542 M Yuriko, the Tiger's Shadow @Yongjae Choi +543 M Zedruu the Greathearted @Mark Zug +544 M Zur the Enchanter @Josu Hernaiz +545 M Ramos, Dragon Engine @Joseph Meehan +546 C The Prismatic Piper @Seb McKinnon +547 M Akroma, Vision of Ixidor @Chris Rahn +548 U Alharu, Solemn Ritualist @Chris Rallis +549 U Ardenn, Intrepid Archaeologist @Jason Rainville +550 U Keleth, Sunmane Familiar @Jesper Ejsing +551 R Livio, Oathsworn Sentinel @Kekai Kotaki +552 U Prava of the Steel Legion @Matt Stewart +553 U Radiant, Serra Archangel @Chris Rallis +554 U Rebbec, Architect of Ascension @Magali Villeneuve +555 U Brinelin, the Moon Kraken @Adam Paquette +556 R Eligeth, Crossroads Augur @Yigit Koroglu +557 U Esior, Wardwing Familiar @Jesper Ejsing +558 U Ghost of Ramirez DePietro @Grzegorz Rutkowski +559 U Glacian, Powerstone Engineer @Magali Villeneuve +560 U Malcolm, Keen-Eyed Navigator @Eric Deschamps +561 M Sakashima of a Thousand Faces @Jason A. Engle +562 U Siani, Eye of the Storm @Heonhwa Choe +563 U Armix, Filigree Thrasher @Daniel Ljunggren +564 U Falthis, Shadowcat Familiar @Jesper Ejsing +565 U Keskit, the Flesh Sculptor @Yongjae Choi +566 U Miara, Thorn of the Glade @Johannes Voss +567 U Nadier, Agent of the Duskenel @Yongjae Choi +568 R Sengir, the Dark Baron @Bastien L. Deharme +569 U Tormod, the Desecrator @Grzegorz Rutkowski +570 U Alena, Kessig Trapper @Zoltan Boros +571 U Breeches, Brazen Plunderer @Svetlin Velinov +572 U Dargo, the Shipwrecker @Zoltan Boros +573 U Kediss, Emberclaw Familiar @Jesper Ejsing +574 R Krark, the Thumbless @Mathias Kollros +575 U Rograkh, Son of Rohgahh @Chris Seaman +576 U Toggo, Goblin Weaponsmith @Svetlin Velinov +577 U Anara, Wolvid Familiar @Jesper Ejsing +578 U Gilanra, Caller of Wirewood @Jehan Choo +579 U Halana, Kessig Ranger @Zoltan Boros +580 U Ich-Tekik, Salvage Splicer @Aleksi Briclot +581 M Kamahl, Heart of Krosa @Kekai Kotaki +582 R Kodama of the East Tree @Daarken +583 U Numa, Joraga Chieftain @Kieran Yanner +584 U Slurrk, All-Ingesting @Jehan Choo +585 U Abomination of Llanowar @Vincent Proce +586 R Amareth, the Lustrous @Lie Setiawan +587 U Araumi of the Dead Tide @Daarken +588 R Archelos, Lagoon Mystic @Dan Scott +589 R Averna, the Chaos Bloom @Lucas Graciano +590 R Belbe, Corrupted Observer @Igor Kieryluk +591 R Bell Borca, Spectral Sergeant @Mila Pesic +592 R Blim, Comedic Genius @Jason A. Engle +593 U Captain Vargus Wrath @Randy Vargas +594 R Colfenor, the Last Yew @Filip Burburan +595 R Ghen, Arcanum Weaver @Kieran Yanner +596 R Gnostro, Voice of the Crags @Lars Grant-West +597 R Gor Muldrak, Amphinologist @Steven Belledin +598 U Hamza, Guardian of Arashin @Wisnu Tan +599 R Hans Eriksson @Ryan Pancoast +600 U Imoti, Celebrant of Bounty @Ekaterina Burmak +601 R Jared Carthalion, True Heir @Lius Lasahido +602 U Juri, Master of the Revue @Dmitry Burmak +603 U Kangee, Sky Warden @Dan Scott +604 R Kwain, Itinerant Meddler @Lucas Graciano +605 R Lathiel, the Bounteous Dawn @Lucas Graciano +606 R Liesa, Shroud of Dusk @Slawomir Maniak +607 R Nevinyrral, Urborg Tyrant @Yongjae Choi +608 R Nymris, Oona's Trickster @Johannes Voss +609 R Obeka, Brute Chronologist @Jesper Ejsing +610 U Reyav, Master Smith @Scott Murphy +611 U Thalisse, Reverent Medium @Heonhwa Choe +612 U Tuya Bearclaw @Lius Lasahido +613 R Yurlok of Scorch Thrash @Jesper Ejsing +614 R Zara, Renegade Recruiter @Chris Rallis [extended art] -615 R Akroma's Will -616 M Archon of Coronation -617 R Armored Skyhunter -618 R Austere Command -619 R Court of Grace -620 U Generous Gift -621 R Keeper of the Accord -622 R Promise of Tomorrow -623 U Return to Dust -624 M Seraphic Greatsword -625 R Slash the Ranks -626 R Soul of Eternity -627 U Swords to Plowshares -628 M Triumphant Reckoning -629 R Amphin Mutineer -630 C Arcane Denial -631 R Body of Knowledge -632 C Counterspell -633 R Court of Cunning -634 U Fact or Fiction -635 R Hullbreacher -636 R Laboratory Drudge -637 M Mana Drain -638 M Mnemonic Deluge -639 U Mulldrifter -640 C Preordain -641 R Sakashima's Protege -642 R Sakashima's Will -643 M Sphinx of the Second Sun -644 R Wrong Turn -645 R Court of Ambition -646 U Cuombajj Witches -647 R Elvish Dreadlord -648 C Fleshbag Marauder -649 R Necrotic Hex -650 R Nightshade Harvester -651 R Opposition Agent -652 R Plague Reaver -653 M Profane Transfusion -654 R Rakshasa Debaser -655 R Szat's Will -656 M Vampiric Tutor -657 U Victimize -658 C Viscera Seer -659 U Abrade -660 R Aurora Phoenix -661 R Blasphemous Act -662 R Coercive Recruiter -663 R Court of Ire -664 R Emberwilde Captain -665 R Flamekin Herald -666 M Hellkite Courser -667 U Humble Defector -668 R Jeska's Will -669 M Port Razer -670 M Soulfire Eruption -671 C Temur Battle Rage -672 R Wheel of Misfortune -673 U Acidic Slime -674 M Apex Devastator -675 R Biowaste Blob -676 R Court of Bounty -677 R Dawnglade Regent -678 C Fyndhorn Elves -679 R Immaculate Magistrate -680 R Kamahl's Will -681 C Kodama's Reach -682 R Magus of the Order -683 M Reshape the Earth -684 R Rootweaver Druid -685 R Sweet-Gum Recluse -686 U Three Visits -687 U Boros Charm -688 C Coiling Oracle -689 U Arcane Signet -690 R Bladegriff Prototype -691 U Burnished Hart -692 M Commander's Plate -693 C Commander's Sphere -694 R Horizon Stone -695 M Jeweled Lotus -696 R Nevinyrral's Disk -697 M Phyrexian Triniform -698 R Rings of Brighthearth -699 M Scroll Rack -700 U Sol Ring -701 R Staff of Domination -702 U Swiftfoot Boots -703 U Thought Vessel -704 R Command Beacon -705 C Command Tower -706 U Myriad Landscape -707 C Opal Palace -708 C Path of Ancestry -709 R Rejuvenating Springs -710 U Reliquary Tower -711 R Spectator Seating -712 C Terramorphic Expanse -713 R Training Center -714 R Undergrowth Stadium -715 R Vault of Champions -716 R War Room +615 R Akroma's Will @Antonio José Manzanedo +616 M Archon of Coronation @Antonio José Manzanedo +617 R Armored Skyhunter @Denman Rooke +618 R Austere Command @Anna Steinbauer +619 R Court of Grace @Denman Rooke +620 U Generous Gift @Kev Walker +621 R Keeper of the Accord @Denman Rooke +622 R Promise of Tomorrow @Seb McKinnon +623 U Return to Dust @Wayne Reynolds +624 M Seraphic Greatsword @Craig J Spearing +625 R Slash the Ranks @Svetlin Velinov +626 R Soul of Eternity @Yigit Koroglu +627 U Swords to Plowshares @Sam Wolfe Connelly +628 M Triumphant Reckoning @Svetlin Velinov +629 R Amphin Mutineer @Nicholas Gregory +630 C Arcane Denial @Xi Zhang +631 R Body of Knowledge @Clint Cearley +632 C Counterspell @Zack Stella +633 R Court of Cunning @Yeong-Hao Han +634 U Fact or Fiction @Matt Cavotta +635 R Hullbreacher @Sidharth Chaturvedi +636 R Laboratory Drudge @Milivoj Ćeran +637 M Mana Drain @Raymond Swanland +638 M Mnemonic Deluge @Chris Rallis +639 U Mulldrifter @Eric Fortune +640 C Preordain @Svetlin Velinov +641 R Sakashima's Protege @Tyler Walpole +642 R Sakashima's Will @Volkan Baǵa +643 M Sphinx of the Second Sun @Antonio José Manzanedo +644 R Wrong Turn @Filip Burburan +645 R Court of Ambition @Ravenna Tran +646 U Cuombajj Witches @Seb McKinnon +647 R Elvish Dreadlord @Randy Vargas +648 C Fleshbag Marauder @Mark Zug +649 R Necrotic Hex @Nils Hamm +650 R Nightshade Harvester @PINDURSKI +651 R Opposition Agent @Scott Murphy +652 R Plague Reaver @Nicholas Gregory +653 M Profane Transfusion @Vincent Proce +654 R Rakshasa Debaser @Yigit Koroglu +655 R Szat's Will @Sidharth Chaturvedi +656 M Vampiric Tutor @Raymond Swanland +657 U Victimize @Craig J Spearing +658 C Viscera Seer @John Stanko +659 U Abrade @Jonas De Ro +660 R Aurora Phoenix @Caio Monteiro +661 R Blasphemous Act @Daarken +662 R Coercive Recruiter @Randy Vargas +663 R Court of Ire @Alexander Forssberg +664 R Emberwilde Captain @Tyler Walpole +665 R Flamekin Herald @Johan Grenier +666 M Hellkite Courser @Caio Monteiro +667 U Humble Defector @Slawomir Maniak +668 R Jeska's Will @Izzy +669 M Port Razer @Craig J Spearing +670 M Soulfire Eruption @Andrey Kuzinskiy +671 C Temur Battle Rage @Jaime Jones +672 R Wheel of Misfortune @J.P. Targete +673 U Acidic Slime @Karl Kopinski +674 M Apex Devastator @Svetlin Velinov +675 R Biowaste Blob @Simon Dominic +676 R Court of Bounty @Milivoj Ćeran +677 R Dawnglade Regent @YW Tang +678 C Fyndhorn Elves @Igor Kieryluk +679 R Immaculate Magistrate @Jim Nelson +680 R Kamahl's Will @Nicholas Gregory +681 C Kodama's Reach @John Avon +682 R Magus of the Order @Tomasz Jedruszek +683 M Reshape the Earth @Adam Paquette +684 R Rootweaver Druid @Lie Setiawan +685 R Sweet-Gum Recluse @Jehan Choo +686 U Three Visits @Yeong-Hao Han +687 U Boros Charm @Zoltan Boros +688 C Coiling Oracle @Mark Zug +689 U Arcane Signet @Dan Scott +690 R Bladegriff Prototype @Johann Bodin +691 U Burnished Hart @Yeong-Hao Han +692 M Commander's Plate @Volkan Baǵa +693 C Commander's Sphere @Ryan Alexander Lee +694 R Horizon Stone @Noah Bradley +695 M Jeweled Lotus @Alayna Danner +696 R Nevinyrral's Disk @Steve Argyle +697 M Phyrexian Triniform @Adam Paquette +698 R Rings of Brighthearth @Howard Lyon +699 M Scroll Rack @Heather Hudson +700 U Sol Ring @Mike Bierek +701 R Staff of Domination @Ben Thompson +702 U Swiftfoot Boots @Svetlin Velinov +703 U Thought Vessel @rk post +704 R Command Beacon @Jonas De Ro +705 C Command Tower @Ryan Yee +706 U Myriad Landscape @Richard Wright +707 C Opal Palace @Andreas Rocha +708 C Path of Ancestry @Alayna Danner +709 R Rejuvenating Springs @Alayna Danner +710 U Reliquary Tower @Jesper Ejsing +711 R Spectator Seating @Ravenna Tran +712 C Terramorphic Expanse @Dan Scott +713 R Training Center @Daniel Ljunggren +714 R Undergrowth Stadium @Yeong-Hao Han +715 R Vault of Champions @Cliff Childs +716 R War Room @Milivoj Ćeran [buy a box] -721 M Mana Confluence +721 M Mana Confluence @Titus Lunter [promo] -722 R Sengir, the Dark Baron +722 R Sengir, the Dark Baron @Pete Venters [Foils] The Prismatic Piper+|CMR diff --git a/forge-gui/res/editions/Commander Theme Decks.txt b/forge-gui/res/editions/Commander Theme Decks.txt index 4c10480541b..651e320738a 100644 --- a/forge-gui/res/editions/Commander Theme Decks.txt +++ b/forge-gui/res/editions/Commander Theme Decks.txt @@ -7,162 +7,162 @@ Type=Online ScryfallCode=TD0 [cards] -A1 C Auramancer -A2 U Condemn -A3 R Decree of Justice -A4 C Dismantling Blow -A5 U Empyrial Armor -A6 R Enlightened Tutor -A7 U Faith's Fetters -A8 U Ghostly Prison -A9 C Kami of Ancient Law -A10 C Momentary Blink -A11 C Noble Templar -A12 C Oblivion Ring -A13 U Prison Term -A14 U Resurrection -A15 C Seal of Cleansing -A16 U Stonecloaker -A17 U Swords to Plowshares -A18 C Capsize -A19 C Compulsive Research -A20 U Confiscate -A21 R Copy Enchantment -A22 U Court Hussar -A23 U Fact or Fiction -A24 U Hinder -A25 C Looter il-Kor -A26 C Man-o'-War -A27 C Merfolk Looter -A28 C Mulldrifter -A29 U Overwhelming Intellect -A30 U Raven Familiar -A31 C Rhystic Study -A32 C Shoreline Ranger -A33 U Willbender -A34 C Abyssal Gatekeeper -A35 R All Hallow's Eve -A36 U Animate Dead -A37 U Ashes to Ashes -A38 R Avatar of Woe -A39 U Buried Alive -A40 C Carrion Feeder -A41 U Dread Return -A42 U Golgari Thug -A43 C Grim Harvest -A44 U Massacre -A45 U Nezumi Graverobber -A46 R Phyrexian Arena -A47 C Reaping the Graves -A48 U Shriekmaw -A49 U Stinkweed Imp -A50 C Terror -A51 C Twisted Abomination -A52 C Anarchist -A53 C Ancient Grudge -A54 U Anger -A55 C Chain Lightning -A56 C Chartooth Cougar -A57 U Flametongue Kavu -A58 C Hissing Iguanar -A59 C Keldon Vandals -A60 C Lightning Bolt -A61 C Resounding Thunder -A62 C Borderland Ranger -A63 U Brawn -A64 C Civic Wayfinder -A65 U Concordant Crossroads -A66 U Constant Mists -A67 C Edge of Autumn -A68 C Elven Cache -A69 C Elvish Visionary -A70 U Eternal Witness -A71 U Explosive Vegetation -A72 C Fertile Ground -A73 R Genesis -A74 R Golgari Grave-Troll -A75 U Harmonize -A76 C Jungle Lion -A77 C Kodama's Reach -A78 C Krosan Tusker -A79 R Life from the Loam -A80 C Moment's Peace -A81 C Penumbra Bobcat -A82 U Phantom Centaur -A83 C Rampant Growth -A84 U Recollect -A85 C Rootbreaker Wurm -A86 C Sakura-Tribe Elder -A87 C Werebear -A88 C Wickerbough Elder -A89 C Wild Mongrel -A90 C Wirewood Guardian -A91 U Wood Elves -A92 C Yavimaya Elder -A93 U Yavimaya Enchantress -A94 U Armadillo Cloak -A95 U Azorius Guildmage -A96 U Cauldron Dance -A97 U Coiling Oracle -A98 U Fires of Yavimaya -A99 U Jungle Barrier -A100 R Mirari's Wake -A101 U Mistmeadow Witch -A102 U Putrefy -A103 R Questing Phelddagrif -A104 R Rubinia Soulsinger -A105 C Shambling Shell -A106 U Sterling Grove -A107 C Temporal Spring -A108 C Terminate -A109 R Vampiric Dragon -A110 R Xira Arien -A111 C Azorius Signet -A112 C Golgari Signet -A113 C Gruul Signet -A114 R Illusionary Mask -A115 U Lightning Greaves -A116 C Rakdos Signet -A117 U Relic of Progenitus -A118 C Selesnya Signet -A119 C Simic Signet -A120 U Skullclamp -A121 U Azorius Chancery -A122 C Bant Panorama -A123 C Barren Moor -A124 U Coastal Tower -A125 U Darigaaz's Caldera -A126 U Elfhame Palace -A127 C Forgotten Cave -A128 U Ghost Quarter -A129 C Golgari Rot Farm -A130 C Gruul Turf -A131 C Jund Panorama -A132 R Miren, the Moaning Well -A133 C Rakdos Carnarium -A134 C Rupture Spire -A135 U Savage Lands -A136 U Seaside Citadel -A137 U Selesnya Sanctuary -A138 U Simic Growth Chamber -A139 C Terramorphic Expanse -A140 C Tranquil Thicket -A141 U Treva's Ruins -A142 L Plains -A143 L Plains -A144 L Plains -A145 L Island -A146 L Island -A147 L Island -A148 L Swamp -A149 L Swamp -A150 L Swamp -A151 L Mountain -A152 L Mountain -A153 L Mountain -A154 L Forest -A155 L Forest -A156 L Forest +A1 C Auramancer @Rebecca Guay +A2 U Condemn @Daren Bader +A3 R Decree of Justice @Adam Rex +A4 C Dismantling Blow @Mark Tedin +A5 U Empyrial Armor @D. Alexander Gregory +A6 R Enlightened Tutor @Dan Frazier +A7 U Faith's Fetters @Chippy +A8 U Ghostly Prison @Lars Grant-West +A9 C Kami of Ancient Law @Mark Tedin +A10 C Momentary Blink @Anthony S. Waters +A11 C Noble Templar @Alex Horley-Orlandelli +A12 C Oblivion Ring @Franz Vohwinkel +A13 U Prison Term @Zoltan Boros & Gabor Szikszai +A14 U Resurrection @Dan Frazier +A15 C Seal of Cleansing @Christopher Moeller +A16 U Stonecloaker @Tomas Giorello +A17 U Swords to Plowshares @Kaja Foglio +A18 C Capsize @Tom Wänerstrand +A19 C Compulsive Research @Michael Sutfin +A20 U Confiscate @Adam Rex +A21 R Copy Enchantment @Joel Thomas +A22 U Court Hussar @Ron Spears +A23 U Fact or Fiction @Terese Nielsen +A24 U Hinder @Wayne Reynolds +A25 C Looter il-Kor @Mike Dringenberg +A26 C Man-o'-War @Jon J Muth +A27 C Merfolk Looter @Ron Spencer +A28 C Mulldrifter @Eric Fortune +A29 U Overwhelming Intellect @Alex Horley-Orlandelli +A30 U Raven Familiar @Edward P. Beard, Jr. +A31 C Rhystic Study @Terese Nielsen +A32 C Shoreline Ranger @Michael Sutfin +A33 U Willbender @Eric Peterson +A34 C Abyssal Gatekeeper @Mark Tedin +A35 R All Hallow's Eve @Christopher Rush +A36 U Animate Dead @Anson Maddocks +A37 U Ashes to Ashes @Drew Tucker +A38 R Avatar of Woe @rk post +A39 U Buried Alive @Brian Horton +A40 C Carrion Feeder @Brian Snõddy +A41 U Dread Return @Kev Walker +A42 U Golgari Thug @Kev Walker +A43 C Grim Harvest @Zoltan Boros & Gabor Szikszai +A44 U Massacre @Pete Venters +A45 U Nezumi Graverobber @Jim Nelson +A46 R Phyrexian Arena @Pete Venters +A47 C Reaping the Graves @Ron Spencer +A48 U Shriekmaw @Steve Prescott +A49 U Stinkweed Imp @Edward P. Beard, Jr. +A50 C Terror @Ron Spencer +A51 C Twisted Abomination @Daren Bader +A52 C Anarchist @Brom +A53 C Ancient Grudge @Jim Nelson +A54 U Anger @John Avon +A55 C Chain Lightning @Sandra Everingham +A56 C Chartooth Cougar @Tony Szczudlo +A57 U Flametongue Kavu @Pete Venters +A58 C Hissing Iguanar @Brandon Kitkouski +A59 C Keldon Vandals @Greg Staples +A60 C Lightning Bolt @Christopher Rush +A61 C Resounding Thunder @Jon Foster +A62 C Borderland Ranger @Jesper Ejsing +A63 U Brawn @Matt Cavotta +A64 C Civic Wayfinder @Cyril Van Der Haegen +A65 U Concordant Crossroads @Amy Weber +A66 U Constant Mists @Dermot Power +A67 C Edge of Autumn @Jean-Sébastien Rossbach +A68 C Elven Cache @John Matson +A69 C Elvish Visionary @D. Alexander Gregory +A70 U Eternal Witness @Terese Nielsen +A71 U Explosive Vegetation @John Avon +A72 C Fertile Ground @Heather Hudson +A73 R Genesis @Mark Zug +A74 R Golgari Grave-Troll @Greg Hildebrandt +A75 U Harmonize @Rob Alexander +A76 C Jungle Lion @Janine Johnston +A77 C Kodama's Reach @Heather Hudson +A78 C Krosan Tusker @Kev Walker +A79 R Life from the Loam @Terese Nielsen +A80 C Moment's Peace @Rebecca Guay +A81 C Penumbra Bobcat @Heather Hudson +A82 U Phantom Centaur @Carl Critchlow +A83 C Rampant Growth @Tom Kyffin +A84 U Recollect @Pete Venters +A85 C Rootbreaker Wurm @Richard Kane Ferguson +A86 C Sakura-Tribe Elder @Carl Critchlow +A87 C Werebear @Carl Critchlow +A88 C Wickerbough Elder @Jesper Ejsing +A89 C Wild Mongrel @Anthony S. Waters +A90 C Wirewood Guardian @Mark Tedin +A91 U Wood Elves @Rebecca Guay +A92 C Yavimaya Elder @Ray Lago +A93 U Yavimaya Enchantress @Matthew D. Wilson +A94 U Armadillo Cloak @Paolo Parente +A95 U Azorius Guildmage @Christopher Moeller +A96 U Cauldron Dance @Donato Giancola +A97 U Coiling Oracle @Mark Zug +A98 U Fires of Yavimaya @Val Mayerik +A99 U Jungle Barrier @Edward P. Beard, Jr. +A100 R Mirari's Wake @David Martin +A101 U Mistmeadow Witch @Greg Staples +A102 U Putrefy @Jim Nelson +A103 R Questing Phelddagrif @Matt Cavotta +A104 R Rubinia Soulsinger @Rob Alexander +A105 C Shambling Shell @Joel Thomas +A106 U Sterling Grove @Jeff Miracola +A107 C Temporal Spring @John Matson +A108 C Terminate @DiTerlizzi +A109 R Vampiric Dragon @Gary Ruddell +A110 R Xira Arien @Melissa A. Benson +A111 C Azorius Signet @Greg Hildebrandt +A112 C Golgari Signet @Greg Hildebrandt +A113 C Gruul Signet @Greg Hildebrandt +A114 R Illusionary Mask @Amy Weber +A115 U Lightning Greaves @Jeremy Jarvis +A116 C Rakdos Signet @Greg Hildebrandt +A117 U Relic of Progenitus @Jean-Sébastien Rossbach +A118 C Selesnya Signet @Greg Hildebrandt +A119 C Simic Signet @Greg Hildebrandt +A120 U Skullclamp @Luca Zontini +A121 U Azorius Chancery @John Avon +A122 C Bant Panorama @Donato Giancola +A123 C Barren Moor @Heather Hudson +A124 U Coastal Tower @Don Hazeltine +A125 U Darigaaz's Caldera @Franz Vohwinkel +A126 U Elfhame Palace @Jerry Tiritilli +A127 C Forgotten Cave @Tony Szczudlo +A128 U Ghost Quarter @Heather Hudson +A129 C Golgari Rot Farm @John Avon +A130 C Gruul Turf @John Avon +A131 C Jund Panorama @Jaime Jones +A132 R Miren, the Moaning Well @Rob Alexander +A133 C Rakdos Carnarium @John Avon +A134 C Rupture Spire @Jaime Jones +A135 U Savage Lands @Vance Kovacs +A136 U Seaside Citadel @Volkan Baǵa +A137 U Selesnya Sanctuary @John Avon +A138 U Simic Growth Chamber @John Avon +A139 C Terramorphic Expanse @Dan Scott +A140 C Tranquil Thicket @Heather Hudson +A141 U Treva's Ruins @Jerry Tiritilli +B34 L Plains @John Avon +B35 L Plains @Ryan Pancoast +B36 L Plains @D. J. Cleland-Hura +A145 L Island @Ku Xueming +A146 L Island @Ku Xueming +A147 L Island @Ku Xueming +A148 L Swamp @Wang Chuxiong +A149 L Swamp @Wang Chuxiong +A150 L Swamp @Wang Chuxiong +B38 L Mountain @Nils Hamm +B39 L Mountain @Karl Kopinski +B40 L Mountain @Rob Alexander +A154 L Forest @Ji Yong +A155 L Forest @Ji Yong +A156 L Forest @Ji Yong [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Commander's Arsenal.txt b/forge-gui/res/editions/Commander's Arsenal.txt index ce080b36bc2..c2e5c73838c 100644 --- a/forge-gui/res/editions/Commander's Arsenal.txt +++ b/forge-gui/res/editions/Commander's Arsenal.txt @@ -7,24 +7,24 @@ ScryfallCode=CM1 Type=Commander [cards] -1 R Chaos Warp -2 C Command Tower -3 R Decree of Pain -4 R Desertion -5 R Diaochan, Artful Beauty -6 R Dragonlair Spider -7 R Duplicant -8 R Edric, Spymaster of Trest -9 M Kaalia of the Vast -10 U Loyal Retainers -11 M Maelstrom Wanderer -12 M The Mimeoplasm -13 R Mind's Eye -14 R Mirari's Wake -15 C Rhystic Study -16 R Scroll Rack -17 R Sylvan Library -18 M Vela the Night-Clad +1 R Chaos Warp @Trevor Claxton +2 C Command Tower @Adam Paquette +3 R Decree of Pain @Mathias Kollros +4 R Desertion @Richard Kane Ferguson +5 R Diaochan, Artful Beauty @Miao Aili +6 R Dragonlair Spider @Carl Critchlow +7 R Duplicant @Marco Nelor +8 R Edric, Spymaster of Trest @Volkan Baǵa +9 M Kaalia of the Vast @Michael Komarck +10 U Loyal Retainers @Solomon Au Yeung +11 M Maelstrom Wanderer @Thomas M. Baxa +12 M The Mimeoplasm @Svetlin Velinov +13 R Mind's Eye @Karl Kopinski +14 R Mirari's Wake @Volkan Baǵa +15 C Rhystic Study @Terese Nielsen +16 R Scroll Rack @Heather Hudson +17 R Sylvan Library @Yeong-Hao Han +18 M Vela the Night-Clad @Allen Williams [tokens] c_1_1_sliver diff --git a/forge-gui/res/editions/Commander.txt b/forge-gui/res/editions/Commander.txt index 625c799468f..574b031796d 100644 --- a/forge-gui/res/editions/Commander.txt +++ b/forge-gui/res/editions/Commander.txt @@ -10,324 +10,324 @@ BoosterBox=0 ScryfallCode=cmd [cards] -39 C AEthersnipe -140 U Acidic Slime -241 R Acorn Catapult -2 U Afterlife -264 U Akoum Refuge -3 R Akroma's Vengeance -108 R Akroma, Angel of Fury -4 R Alliance of Arms -180 R Angel of Despair -5 R Angelic Arbiter -109 U Anger -181 M Animar, Soul of Elements -141 C Aquastrand Spider -6 R Arbiter of Knollridge -7 R Archangel of Strife -242 C Armillary Sphere -1 U Artisan of Kozilek -72 R Attrition -182 U Aura Shards -8 R Austere Command -110 R Avatar of Fury -111 R Avatar of Slaughter -73 R Avatar of Woe -142 R Awakening Zone -265 C Azorius Chancery -183 U Azorius Guildmage -143 U Baloth Woodcrasher -266 C Barren Moor -184 R Basandra, Battle Seraph -9 U Bathe in Light -144 U Bestial Menace -185 R Bladewing the Risen -267 C Bojuka Bog -268 C Boros Garrison -186 U Boros Guildmage -243 C Boros Signet -40 C Brainstorm -145 U Brawn -112 U Breath of Darigaaz -187 R Brion Stoutarm -74 U Buried Alive -75 R Butcher of Malakir -188 R Call the Skybreaker -10 R Celestial Force -113 R Chain Reaction -244 R Champion's Helm -114 R Chaos Warp -115 C Chartooth Cougar -189 R Chorus of the Conclave -41 R Chromeshell Crab -116 U Cleansing Beam -146 U Cobra Trap -147 R Collective Voyage -190 C Colossal Might -117 M Comet Storm -269 C Command Tower -11 C Congregate -42 R Conundrum Sphinx -43 U Court Hussar -12 R Crescendo of War -148 C Cultivate -191 M Damia, Sage of Stone -76 R Dark Hatchling -245 C Darksteel Ingot -149 C Deadly Recluse -150 U Deadwood Treefolk -192 U Death Mutation -118 U Death by Dragons -193 C Desecrator Hag -77 U Diabolic Tutor -270 C Dimir Aqueduct -246 C Dimir Signet -119 R Disaster Radius -194 R Dominus of Fealty -78 C Doom Blade -120 U Dragon Whelp -79 R Dread Cacodemon -271 U Dreadship Reef -44 R Dreamborn Muse -247 U Dreamstone Hedron -195 U Duergar Hedge-Mage -121 R Earthquake -196 R Edric, Spymaster of Trest -197 U Electrolyze -151 U Elvish Aberration -152 U Eternal Witness -80 C Evincar's Justice -272 C Evolving Wilds -153 U Explosive Vegetation -81 R Extractor Demon -45 U Fact or Fiction -82 R Fallen Angel -13 R False Prophet -122 C Faultgrinder -248 U Fellwar Stone -154 C Fertilid -155 C Fierce Empath -198 U Fire // Ice -199 U Firespout -156 C Fists of Ironwood -123 U Flametongue Kavu -83 U Fleshbag Marauder -46 R Flusterstorm -47 U Fog Bank -84 C Footbottom Feast -316 L Forest -316 L Forest -316 L Forest -316 L Forest -273 C Forgotten Cave -274 U Fungal Reaches -124 U Furnace Whelp -157 M Garruk Wildspeaker -200 M Ghave, Guru of Spores -14 U Ghostly Prison -125 U Goblin Cadets -201 U Golgari Guildmage -275 C Golgari Rot Farm -249 C Golgari Signet -48 U Gomazoa -85 R Grave Pact -86 C Gravedigger -250 C Gruul Signet -276 C Gruul Turf -49 U Guard Gomazoa -202 U Gwyllion Hedge-Mage -158 U Harmonize -87 R Hex -277 R Homeward Path -159 R Hornet Queen -15 R Hour of Reckoning -251 R Howling Mine -203 C Hull Breach -160 U Hunting Pack -161 R Hydra Omnivore -126 R Insurrection -204 R Intet, the Dreamer -162 C Invigorate -304 L Island -304 L Island -304 L Island -304 L Island -278 C Izzet Boilerworks -205 C Izzet Chronarch -252 C Izzet Signet -16 U Jotun Grunt -17 C Journey to Nowhere -279 U Jwar Isle Refuge -206 M Kaalia of the Vast -207 M Karador, Ghost Chieftain -280 U Kazandu Refuge -163 C Kodama's Reach -164 C Krosan Tusker -127 C Lash Out -165 R Lhurgoyf -18 U Lightkeeper of Emeria -253 U Lightning Greaves -88 R Living Death -281 C Lonely Sandbar -128 R Magmatic Force -166 R Magus of the Vineyard -208 M Malfegor -129 R Mana-Charged Dragon -19 R Martyr's Bond -209 R Master Warcraft -50 R Memory Erosion -51 R Minds Aglow -282 U Molten Slagheap -20 C Monk Realist -211 U Mortify -89 R Mortivore -21 U Mother of Runes -311 L Mountain -311 L Mountain -311 L Mountain -311 L Mountain -52 C Mulldrifter -53 C Murmurs from Beyond -90 U Nantuko Husk -212 U Necrogenesis -91 U Nemesis Trap -92 U Nezumi Graverobber -213 R Nin, the Pain Artist -214 U Nucklavee -215 R Numot, the Devastator -22 R Oblation -23 C Oblivion Ring -254 R Oblivion Stone -130 U Oni of Wild Places -24 C Orim's Thunder -216 R Oros, the Avenger -283 C Orzhov Basilica -217 U Orzhov Guildmage -255 C Orzhov Signet -25 U Path to Exile -93 R Patron of the Nezumi -167 C Penumbra Spider -54 U Perilous Research -300 L Plains -300 L Plains -300 L Plains -300 L Plains -218 U Plumeveil -26 U Pollen Lullaby -27 U Prison Term -55 U Propaganda -219 R Prophetic Bolt -256 C Prophetic Prism -131 U Punishing Fire -132 U Pyrohemia -284 C Rakdos Carnarium -257 C Rakdos Signet -133 U Rapacious One -56 C Ray of Command -94 U Razorjaw Oni -57 R Reins of Power -95 R Reiver Demon -168 C Relic Crush -58 C Repulse -28 U Return to Dust -59 R Riddlekeeper -29 U Righteous Cause -220 M Riku of Two Reflections -96 U Rise from the Grave -221 M Ruhan of the Fomori -134 R Ruination -285 C Rupture Spire -169 C Sakura-Tribe Elder -222 U Savage Twister -60 U Scattering Stroke -170 R Scavenging Ooze -97 R Scythe Specter -286 C Secluded Steppe -223 C Selesnya Evangel -224 U Selesnya Guildmage -287 C Selesnya Sanctuary -258 C Selesnya Signet -30 U Serra Angel -98 R Sewer Nemesis -99 R Shared Trauma -31 U Shattered Angel -100 U Shriekmaw -225 U Sigil Captain -101 C Sign in Blood -288 C Simic Growth Chamber -259 C Simic Signet -226 R Simic Sky Swallower -227 R Skullbriar, the Walking Grave -260 U Skullclamp -61 U Skyscribing -62 C Slipstream Eel -261 U Sol Ring -262 R Solemn Simulacrum -32 U Soul Snare -171 R Spawnwrithe -63 U Spell Crumple -172 U Spike Feeder -135 U Spitebellows -33 U Spurnmage Advocate -173 U Squallmonger -102 U Stitch Together -34 R Storm Herd -136 R Stranglehold -137 U Sulfurous Blast -289 U Svogthos, the Restless Tomb -309 L Swamp -309 L Swamp -309 L Swamp -309 L Swamp -174 R Symbiotic Wurm -103 U Syphon Flesh -104 C Syphon Mind -228 R Szadek, Lord of Secrets -229 M Tariel, Reckoner of Souls -290 U Temple of the False God -230 R Teneb, the Harvester -231 C Terminate -291 C Terramorphic Expanse -210 M The Mimeoplasm -64 R Trade Secrets -292 C Tranquil Thicket -65 R Trench Gorger -175 U Tribute to the Wild -263 R Triskelavus -176 R Troll Ascetic -105 C Unnerve -232 C Valley Rannet -106 U Vampire Nighthawk -66 U Vedalken Plotter -233 U Vengeful Rebirth -177 U Veteran Explorer -234 R Vish Kal, Blood Arbiter -67 C Vision Skeins -293 U Vivid Crag -294 U Vivid Creek -295 U Vivid Grove -296 U Vivid Marsh -297 U Vivid Meadow -35 R Voice of All -235 R Vorosh, the Hunter -36 U Vow of Duty -68 U Vow of Flight -138 U Vow of Lightning -107 U Vow of Malice -178 U Vow of Wildness -236 R Vulturous Zombie -237 U Wall of Denial -37 U Wall of Omens -69 C Whirlpool Whelm -139 R Wild Ricochet -38 R Windborn Muse -70 U Windfall -71 U Wonder -238 C Wrecking Ball -239 M Wrexial, the Risen Deep -179 C Yavimaya Elder -240 M Zedruu the Greathearted -298 U Zoetic Cavern +39 C Aethersnipe @Zoltan Boros & Gabor Szikszai +140 U Acidic Slime @Karl Kopinski +241 R Acorn Catapult @Jesper Ejsing +2 U Afterlife @Brian Snõddy +264 U Akoum Refuge @Fred Fields +3 R Akroma's Vengeance @Greg Hildebrandt & Tim Hildebrandt +108 R Akroma, Angel of Fury @Daren Bader +4 R Alliance of Arms @Johann Bodin +180 R Angel of Despair @Todd Lockwood +5 R Angelic Arbiter @Steve Argyle +109 U Anger @John Avon +181 M Animar, Soul of Elements @Peter Mohrbacher +141 C Aquastrand Spider @Dany Orizio +6 R Arbiter of Knollridge @Brandon Dorman +7 R Archangel of Strife @Greg Staples +242 C Armillary Sphere @Franz Vohwinkel +1 U Artisan of Kozilek @Jason Felix +72 R Attrition @Scott M. Fischer +182 U Aura Shards @Ron Spencer +8 R Austere Command @Wayne England +110 R Avatar of Fury @rk post +111 R Avatar of Slaughter @Jason A. Engle +73 R Avatar of Woe @rk post +142 R Awakening Zone @Johann Bodin +265 C Azorius Chancery @John Avon +183 U Azorius Guildmage @Christopher Moeller +143 U Baloth Woodcrasher @Zoltan Boros & Gabor Szikszai +266 C Barren Moor @Heather Hudson +184 R Basandra, Battle Seraph @Terese Nielsen +9 U Bathe in Light @Alex Horley-Orlandelli +144 U Bestial Menace @Andrew Robinson +185 R Bladewing the Risen @Kev Walker +267 C Bojuka Bog @Howard Lyon +268 C Boros Garrison @John Avon +186 U Boros Guildmage @Paolo Parente +243 C Boros Signet @Greg Hildebrandt +40 C Brainstorm @DiTerlizzi +145 U Brawn @Matt Cavotta +112 U Breath of Darigaaz @Greg Hildebrandt & Tim Hildebrandt +187 R Brion Stoutarm @Zoltan Boros & Gabor Szikszai +74 U Buried Alive @Greg Staples +75 R Butcher of Malakir @Jason Chan +188 R Call the Skybreaker @Randy Gallegos +10 R Celestial Force @Véronique Meignaud +113 R Chain Reaction @Trevor Claxton +244 R Champion's Helm @Alan Pollack +114 R Chaos Warp @Trevor Claxton +115 C Chartooth Cougar @Tony Szczudlo +189 R Chorus of the Conclave @Brian Despain +41 R Chromeshell Crab @Ron Spencer +116 U Cleansing Beam @Pat Lee +146 U Cobra Trap @Scott Chou +147 R Collective Voyage @Charles Urbach +190 C Colossal Might @Justin Sweet +117 M Comet Storm @Jung Park +269 C Command Tower @Ryan Yee +11 C Congregate @Mark Zug +42 R Conundrum Sphinx @Michael Komarck +43 U Court Hussar @Ron Spears +12 R Crescendo of War @Daarken +148 C Cultivate @Anthony Palumbo +191 M Damia, Sage of Stone @Steve Argyle +76 R Dark Hatchling @Mark A. Nelson +245 C Darksteel Ingot @Martina Pilcerova +149 C Deadly Recluse @Warren Mahy +150 U Deadwood Treefolk @Don Hazeltine +192 U Death Mutation @Carl Critchlow +118 U Death by Dragons @Austin Hsu +193 C Desecrator Hag @Fred Harper +77 U Diabolic Tutor @Greg Staples +270 C Dimir Aqueduct @John Avon +246 C Dimir Signet @Greg Hildebrandt +119 R Disaster Radius @James Paick +194 R Dominus of Fealty @Kev Walker +78 C Doom Blade @Chippy +120 U Dragon Whelp @Steven Belledin +79 R Dread Cacodemon @Izzy +271 U Dreadship Reef @Lars Grant-West +44 R Dreamborn Muse @Kev Walker +247 U Dreamstone Hedron @Eric Deschamps +195 U Duergar Hedge-Mage @Dave Allsop +121 R Earthquake @Adrian Smith +196 R Edric, Spymaster of Trest @Volkan Baǵa +197 U Electrolyze @Zoltan Boros & Gabor Szikszai +151 U Elvish Aberration @Matt Cavotta +152 U Eternal Witness @Terese Nielsen +80 C Evincar's Justice @Hannibal King +272 C Evolving Wilds @Steven Belledin +153 U Explosive Vegetation @John Avon +81 R Extractor Demon @Carl Critchlow +45 U Fact or Fiction @Matt Cavotta +82 R Fallen Angel @Matthew D. Wilson +13 R False Prophet @Eric Peterson +122 C Faultgrinder @Anthony S. Waters +248 U Fellwar Stone @John Avon +154 C Fertilid @Wayne Reynolds +155 C Fierce Empath @Alan Pollack +198 U Fire // Ice @David Martin & Franz Vohwinkel +199 U Firespout @Jeff Miracola +156 C Fists of Ironwood @Glen Angus +123 U Flametongue Kavu @Slawomir Maniak +83 U Fleshbag Marauder @Pete Venters +46 R Flusterstorm @Erica Yang +47 U Fog Bank @Scott Kirschner +84 C Footbottom Feast @Jim Nelson +315 L Forest @Rob Alexander +316 L Forest @Steven Belledin +317 L Forest @Zoltan Boros & Gabor Szikszai +318 L Forest @Anthony S. Waters +273 C Forgotten Cave @Tony Szczudlo +274 U Fungal Reaches @Martina Pilcerova +124 U Furnace Whelp @Matt Cavotta +157 M Garruk Wildspeaker @Aleksi Briclot +200 M Ghave, Guru of Spores @James Paick +14 U Ghostly Prison @Wayne England +125 U Goblin Cadets @Jerry Tiritilli +201 U Golgari Guildmage @Zoltan Boros & Gabor Szikszai +275 C Golgari Rot Farm @John Avon +249 C Golgari Signet @Greg Hildebrandt +48 U Gomazoa @Chippy +85 R Grave Pact @Puddnhead +86 C Gravedigger @Dermot Power +250 C Gruul Signet @Greg Hildebrandt +276 C Gruul Turf @John Avon +49 U Guard Gomazoa @Rob Alexander +202 U Gwyllion Hedge-Mage @Todd Lockwood +158 U Harmonize @Paul Lee +87 R Hex @Michael Sutfin +277 R Homeward Path @Tomasz Jedruszek +159 R Hornet Queen @Martina Pilcerova +15 R Hour of Reckoning @Randy Gallegos +251 R Howling Mine @Ralph Horsley +203 C Hull Breach @Brian Snõddy +160 U Hunting Pack @Jim Nelson +161 R Hydra Omnivore @Svetlin Velinov +126 R Insurrection @Mark Zug +204 R Intet, the Dreamer @Dan Scott +162 C Invigorate @Dan Frazier +303 L Island @Rob Alexander +304 L Island @John Avon +305 L Island @John Avon +306 L Island @Richard Wright +278 C Izzet Boilerworks @John Avon +205 C Izzet Chronarch @Nick Percival +252 C Izzet Signet @Greg Hildebrandt +16 U Jotun Grunt @Franz Vohwinkel +17 C Journey to Nowhere @Warren Mahy +279 U Jwar Isle Refuge @Cyril Van Der Haegen +206 M Kaalia of the Vast @Michael Komarck +207 M Karador, Ghost Chieftain @Todd Lockwood +280 U Kazandu Refuge @Franz Vohwinkel +163 C Kodama's Reach @Heather Hudson +164 C Krosan Tusker @Kev Walker +127 C Lash Out @Scott Hampton +165 R Lhurgoyf @Pete Venters +18 U Lightkeeper of Emeria @James Ryman +253 U Lightning Greaves @Jeremy Jarvis +88 R Living Death @Charles Gillespie +281 C Lonely Sandbar @Heather Hudson +128 R Magmatic Force @Jung Park +166 R Magus of the Vineyard @Jim Murray +208 M Malfegor @Jason Chan +129 R Mana-Charged Dragon @Mike Bierek +19 R Martyr's Bond @Ryan Pancoast +209 R Master Warcraft @Zoltan Boros & Gabor Szikszai +50 R Memory Erosion @Howard Lyon +51 R Minds Aglow @Yeong-Hao Han +282 U Molten Slagheap @Daren Bader +20 C Monk Realist @Daren Bader +211 U Mortify @Glen Angus +89 R Mortivore @Anthony S. Waters +21 U Mother of Runes @Scott M. Fischer +311 L Mountain @John Avon +312 L Mountain @John Avon +313 L Mountain @Karl Kopinski +314 L Mountain @Martina Pilcerova +52 C Mulldrifter @Eric Fortune +53 C Murmurs from Beyond @Paolo Parente +90 U Nantuko Husk @Carl Critchlow +212 U Necrogenesis @Trevor Claxton +91 U Nemesis Trap @Ryan Pancoast +92 U Nezumi Graverobber @Jim Nelson +213 R Nin, the Pain Artist @Brad Rigney +214 U Nucklavee @Trevor Hairsine +215 R Numot, the Devastator @Dan Dos Santos +22 R Oblation @Doug Chaffee +23 C Oblivion Ring @Franz Vohwinkel +254 R Oblivion Stone @Sam Wood +130 U Oni of Wild Places @Mark Tedin +24 C Orim's Thunder @Carl Critchlow +216 R Oros, the Avenger @Daren Bader +283 C Orzhov Basilica @John Avon +217 U Orzhov Guildmage @Greg Staples +255 C Orzhov Signet @Greg Hildebrandt +25 U Path to Exile @Todd Lockwood +93 R Patron of the Nezumi @Kev Walker +167 C Penumbra Spider @Jeff Easley +54 U Perilous Research @Dany Orizio +299 L Plains @John Avon +300 L Plains @John Avon +301 L Plains @Michael Komarck +302 L Plains @Matthew Mitchell +218 U Plumeveil @Nils Hamm +26 U Pollen Lullaby @Warren Mahy +27 U Prison Term @Zoltan Boros & Gabor Szikszai +55 U Propaganda @Jeff Miracola +219 R Prophetic Bolt @Dave Dorman +256 C Prophetic Prism @John Avon +131 U Punishing Fire @Christopher Moeller +132 U Pyrohemia @Stephen Tappin +284 C Rakdos Carnarium @John Avon +257 C Rakdos Signet @Greg Hildebrandt +133 U Rapacious One @Jason A. Engle +56 C Ray of Command @Andrew Robinson +94 U Razorjaw Oni @Carl Critchlow +57 R Reins of Power @Colin MacNeil +95 R Reiver Demon @Brom +168 C Relic Crush @Steven Belledin +58 C Repulse @Aaron Boyd +28 U Return to Dust @Wayne Reynolds +59 R Riddlekeeper @Steve Prescott +29 U Righteous Cause @Scott M. Fischer +220 M Riku of Two Reflections @Izzy +96 U Rise from the Grave @Vance Kovacs +221 M Ruhan of the Fomori @Raymond Swanland +134 R Ruination @Dermot Power +285 C Rupture Spire @Jaime Jones +169 C Sakura-Tribe Elder @Carl Critchlow +222 U Savage Twister @Bob Eggleton +60 U Scattering Stroke @Franz Vohwinkel +170 R Scavenging Ooze @Austin Hsu +97 R Scythe Specter @Vincent Proce +286 C Secluded Steppe @Heather Hudson +223 C Selesnya Evangel @Rob Alexander +224 U Selesnya Guildmage @Mark Zug +287 C Selesnya Sanctuary @John Avon +258 C Selesnya Signet @Greg Hildebrandt +30 U Serra Angel @Greg Staples +98 R Sewer Nemesis @Nils Hamm +99 R Shared Trauma @Clint Cearley +31 U Shattered Angel @Kev Walker +100 U Shriekmaw @Steve Prescott +225 U Sigil Captain @Howard Lyon +101 C Sign in Blood @Howard Lyon +288 C Simic Growth Chamber @John Avon +259 C Simic Signet @Greg Hildebrandt +226 R Simic Sky Swallower @rk post +227 R Skullbriar, the Walking Grave @Nils Hamm +260 U Skullclamp @Luca Zontini +61 U Skyscribing @Luca Zontini +62 C Slipstream Eel @Mark Tedin +261 U Sol Ring @Mike Bierek +262 R Solemn Simulacrum @Greg Staples +32 U Soul Snare @Carl Critchlow +171 R Spawnwrithe @Daarken +63 U Spell Crumple @Dan Scott +172 U Spike Feeder @Heather Hudson +135 U Spitebellows @Larry MacDougall +33 U Spurnmage Advocate @Ron Spears +173 U Squallmonger @Heather Hudson +102 U Stitch Together @Arnie Swekel +34 R Storm Herd @Jim Nelson +136 R Stranglehold @John Stanko +137 U Sulfurous Blast @Jeff Miracola +289 U Svogthos, the Restless Tomb @Martina Pilcerova +307 L Swamp @Dan Frazier +308 L Swamp @Jung Park +309 L Swamp @Jim Pavelec +310 L Swamp @Richard Wright +174 R Symbiotic Wurm @Matt Cavotta +103 U Syphon Flesh @Ironbrush +104 C Syphon Mind @Jeff Easley +228 R Szadek, Lord of Secrets @Donato Giancola +229 M Tariel, Reckoner of Souls @Wayne Reynolds +290 U Temple of the False God @Brian Snõddy +230 R Teneb, the Harvester @Zoltan Boros & Gabor Szikszai +231 C Terminate @Wayne Reynolds +291 C Terramorphic Expanse @Dan Scott +210 M The Mimeoplasm @Svetlin Velinov +64 R Trade Secrets @Ron Spears +292 C Tranquil Thicket @Heather Hudson +65 R Trench Gorger @Hideaki Takamura +175 U Tribute to the Wild @Hideaki Takamura +263 R Triskelavus @Mark Zug +176 R Troll Ascetic @Puddnhead +105 C Unnerve @Terese Nielsen +232 C Valley Rannet @Dave Allsop +106 U Vampire Nighthawk @Jason Chan +66 U Vedalken Plotter @Greg Staples +233 U Vengeful Rebirth @Vance Kovacs +177 U Veteran Explorer @David A. Cherry +234 R Vish Kal, Blood Arbiter @Michael C. Hayes +67 C Vision Skeins @Aleksi Briclot +293 U Vivid Crag @Martina Pilcerova +294 U Vivid Creek @Fred Fields +295 U Vivid Grove @Howard Lyon +296 U Vivid Marsh @John Avon +297 U Vivid Meadow @Rob Alexander +35 R Voice of All @rk post +235 R Vorosh, the Hunter @Mark Zug +36 U Vow of Duty @Wayne Reynolds +68 U Vow of Flight @Erica Yang +138 U Vow of Lightning @Svetlin Velinov +107 U Vow of Malice @Jesper Ejsing +178 U Vow of Wildness @Jim Pavelec +236 R Vulturous Zombie @Greg Staples +237 U Wall of Denial @Howard Lyon +37 U Wall of Omens @James Paick +69 C Whirlpool Whelm @Cyril Van Der Haegen +139 R Wild Ricochet @Dan Scott +38 R Windborn Muse @Adam Rex +70 U Windfall @Pete Venters +71 U Wonder @Rebecca Guay +238 C Wrecking Ball @Ron Spears +239 M Wrexial, the Risen Deep @Eric Deschamps +179 C Yavimaya Elder @Matt Cavotta +240 M Zedruu the Greathearted @Mark Zug +298 U Zoetic Cavern @Lars Grant-West [tokens] c_0_1_eldrazi_spawn_sac diff --git a/forge-gui/res/editions/Conflux Promos.txt b/forge-gui/res/editions/Conflux Promos.txt index 54f19ae5283..b67ee0211ea 100644 --- a/forge-gui/res/editions/Conflux Promos.txt +++ b/forge-gui/res/editions/Conflux Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PCON [cards] -117★ R Malfegor -140★ R Obelisk of Alara +117★ R Malfegor @Karl Kopinski +140★ R Obelisk of Alara @John Avon diff --git a/forge-gui/res/editions/Conflux.txt b/forge-gui/res/editions/Conflux.txt index 95d583f99fb..3575118271d 100644 --- a/forge-gui/res/editions/Conflux.txt +++ b/forge-gui/res/editions/Conflux.txt @@ -13,151 +13,151 @@ FatPackExtraSlots=40 BasicLands ALA ScryfallCode=CON [cards] -40 C Absorb Vis -1 U Aerie Mystics -141 U Ancient Ziggurat -98 M Apocalypse Hydra -134 C Armillary Sphere -2 C Asha's Favor -3 C Aven Squire -4 C Aven Trailblazer -58 R Banefire -78 C Beacon Behemoth -99 R Blood Tyrant -59 R Bloodhall Ooze -135 C Bone Saw -21 C Brackwater Elemental -60 C Canyon Minotaur -5 U Celestial Purge -100 R Charnelhoard Wurm -101 M Child of Alara -79 R Cliffrunner Behemoth -102 M Conflux -22 C Constricting Tendrils -23 U Controlled Instincts -41 U Corrupted Roots -103 U Countersquall -6 C Court Homunculus -24 U Cumber Stone -80 R Cylian Sunsinger -61 C Dark Temper -7 C Darklit Gargoyle -42 C Drag Down -62 U Dragonsoul Knight -43 U Dreadwing -104 U Elder Mastery -81 C Ember Weaver -105 C Esper Cormorants -25 U Esperzoa -26 M Ethersworn Adjudicator -142 R Exotic Orchard -106 C Exploding Borders -44 R Extractor Demon -27 C Faerie Mechanist -63 C Fiery Fall -82 U Filigree Fracture -45 U Fleshformer -136 R Font of Mythos -28 C Frontline Sage -107 U Fusion Elemental -108 R Giltspire Avenger -8 C Gleam of Resistance -83 U Gluttonous Slime -109 C Goblin Outlander -64 R Goblin Razerunners -29 C Grixis Illusionist -46 U Grixis Slavedriver -110 R Gwafa Hazid, Profiteer -111 U Hellkite Hatchling -65 U Hellspark Elemental -66 U Ignite Disorder -47 C Infectious Horror -30 R Inkwell Leviathan -112 U Jhessian Balmgiver -137 C Kaleidostone -48 R Kederekt Parasite -113 R Knight of the Reliquary -114 U Knotvine Mystic -67 C Kranioceros -9 C Lapse of Certainty -115 M Maelstrom Archangel -116 R Magister Sphinx -117 M Malfegor -138 C Mana Cylix -139 U Manaforce Mace -68 C Maniacal Rage -10 R Mark of Asylum -11 R Martial Coup -31 R Master Transmuter -84 C Matca Rioters -118 R Meglonoth -85 C Might of Alara -12 M Mirror-Sigil Sergeant -69 C Molten Frame -13 U Nacatl Hunt-Pride -119 C Nacatl Outlander -86 C Nacatl Savage -120 M Nicol Bolas, Planeswalker -87 R Noble Hierarch -49 R Nyxathid -140 R Obelisk of Alara -88 R Paleoloth -14 U Paragon of the Amesha -32 C Parasitic Strix -15 U Path to Exile -50 C Pestilent Kathari -121 M Progenitus -70 C Quenchable Fire -71 R Rakka Mar -143 U Reliquary Tower -122 C Rhox Bodyguard -16 C Rhox Meditant -51 C Rotting Rats -144 C Rupture Spire -89 U Sacellum Archers -52 C Salvage Slasher -123 U Scarland Thrinax -90 C Scattershot Archer -17 R Scepter of Dominance -53 R Scepter of Fugue -33 R Scepter of Insight -34 U Scornful AEther-Lich -54 C Sedraxis Alchemist -124 U Shambling Remains -91 U Shard Convergence -18 R Sigil of the Empty Throne -125 U Skyward Eye Prophets -126 U Sludge Strider -92 R Soul's Majesty -127 R Sphinx Summoner -93 U Spore Burst -128 C Suicidal Charge -94 C Sylvan Bounty -35 R Telemin Performance -95 M Thornling -72 C Toxic Iguanar -36 C Traumatic Visions -96 C Tukatongue Thallid -145 U Unstable Frontier -37 C Unsummon -129 U Vagrant Plowbeasts -130 C Valeron Outlander -19 C Valiant Guard -131 C Vectis Agents -132 C Vedalken Outlander -73 U Viashino Slaughtermaster -38 U View from Above -55 U Voices from the Void -74 U Volcanic Fallout -75 R Voracious Dragon -20 R Wall of Reverence -76 C Wandering Goblins -97 C Wild Leotau -77 R Worldheart Phoenix -39 C Worldly Counsel -56 C Wretched Banquet -57 C Yoke of the Damned -133 C Zombie Outlander +40 C Absorb Vis @Brandon Kitkouski +1 U Aerie Mystics @Mark Zug +141 U Ancient Ziggurat @John Avon +98 M Apocalypse Hydra @Jason Chan +134 C Armillary Sphere @Franz Vohwinkel +2 C Asha's Favor @Donato Giancola +3 C Aven Squire @David Palumbo +4 C Aven Trailblazer @Chris Rahn +58 R Banefire @Raymond Swanland +78 C Beacon Behemoth @Jesper Ejsing +99 R Blood Tyrant @Karl Kopinski +59 R Bloodhall Ooze @Jaime Jones +135 C Bone Saw @Pete Venters +21 C Brackwater Elemental @Thomas M. Baxa +60 C Canyon Minotaur @Steve Prescott +5 U Celestial Purge @David Palumbo +100 R Charnelhoard Wurm @Lars Grant-West +101 M Child of Alara @Steve Argyle +79 R Cliffrunner Behemoth @Wayne Reynolds +102 M Conflux @Karl Kopinski +22 C Constricting Tendrils @David Palumbo +23 U Controlled Instincts @Ralph Horsley +41 U Corrupted Roots @Mark Hyzer +103 U Countersquall @Anthony Francisco +6 C Court Homunculus @Matt Cavotta +24 U Cumber Stone @Warren Mahy +80 R Cylian Sunsinger @Jesper Ejsing +61 C Dark Temper @Jaime Jones +7 C Darklit Gargoyle @Howard Lyon +42 C Drag Down @Trevor Claxton +62 U Dragonsoul Knight @Justin Sweet +43 U Dreadwing @Mark Hyzer +104 U Elder Mastery @Dave Allsop +81 C Ember Weaver @Steve Prescott +105 C Esper Cormorants @Warren Mahy +25 U Esperzoa @Warren Mahy +26 M Ethersworn Adjudicator @Dan Scott +142 R Exotic Orchard @Steven Belledin +106 C Exploding Borders @Zoltan Boros & Gabor Szikszai +44 R Extractor Demon @Carl Critchlow +27 C Faerie Mechanist @Matt Cavotta +63 C Fiery Fall @Daarken +82 U Filigree Fracture @Howard Lyon +45 U Fleshformer @Dave Kendall +136 R Font of Mythos @Dave Allsop +28 C Frontline Sage @Volkan Baǵa +107 U Fusion Elemental @Michael Komarck +108 R Giltspire Avenger @Chris Rahn +8 C Gleam of Resistance @Matt Stewart +83 U Gluttonous Slime @Trevor Claxton +109 C Goblin Outlander @Trevor Claxton +64 R Goblin Razerunners @Raymond Swanland +29 C Grixis Illusionist @Mark Tedin +46 U Grixis Slavedriver @Dave Kendall +110 R Gwafa Hazid, Profiteer @Todd Lockwood +111 U Hellkite Hatchling @Daarken +65 U Hellspark Elemental @Justin Sweet +66 U Ignite Disorder @Zoltan Boros & Gabor Szikszai +47 C Infectious Horror @Pete Venters +30 R Inkwell Leviathan @Anthony Francisco +112 U Jhessian Balmgiver @David Palumbo +137 C Kaleidostone @Chippy +48 R Kederekt Parasite @Dan Scott +113 R Knight of the Reliquary @Michael Komarck +114 U Knotvine Mystic @Ariel Olivetti +67 C Kranioceros @Steve Argyle +9 C Lapse of Certainty @Anthony Francisco +115 M Maelstrom Archangel @Cyril Van Der Haegen +116 R Magister Sphinx @Steven Belledin +117 M Malfegor @Jason Chan +138 C Mana Cylix @Howard Lyon +139 U Manaforce Mace @Jeremy Jarvis +68 C Maniacal Rage @Brandon Kitkouski +10 R Mark of Asylum @Sal Villagran +11 R Martial Coup @Greg Staples +31 R Master Transmuter @Chippy +84 C Matca Rioters @Steve Argyle +118 R Meglonoth @Steve Prescott +85 C Might of Alara @Steve Prescott +12 M Mirror-Sigil Sergeant @Chris Rahn +69 C Molten Frame @Izzy +13 U Nacatl Hunt-Pride @Steve Prescott +119 C Nacatl Outlander @Zoltan Boros & Gabor Szikszai +86 C Nacatl Savage @Paolo Parente +120 M Nicol Bolas, Planeswalker @D. Alexander Gregory +87 R Noble Hierarch @Mark Zug +49 R Nyxathid @Raymond Swanland +140 R Obelisk of Alara @Jeremy Jarvis +88 R Paleoloth @Christopher Moeller +14 U Paragon of the Amesha @Chris Rahn +32 C Parasitic Strix @Steven Belledin +15 U Path to Exile @Todd Lockwood +50 C Pestilent Kathari @Dave Kendall +121 M Progenitus @Jaime Jones +70 C Quenchable Fire @Jean-Sébastien Rossbach +71 R Rakka Mar @Jason Chan +143 U Reliquary Tower @Jesper Ejsing +122 C Rhox Bodyguard @Sal Villagran +16 C Rhox Meditant @Donato Giancola +51 C Rotting Rats @Dave Allsop +144 C Rupture Spire @Jaime Jones +89 U Sacellum Archers @Kev Walker +52 C Salvage Slasher @Anthony Francisco +123 U Scarland Thrinax @Daarken +90 C Scattershot Archer @Steve Argyle +17 R Scepter of Dominance @Howard Lyon +53 R Scepter of Fugue @Franz Vohwinkel +33 R Scepter of Insight @Steven Belledin +34 U Scornful Aether-Lich @Steven Belledin +54 C Sedraxis Alchemist @Karl Kopinski +124 U Shambling Remains @Nils Hamm +91 U Shard Convergence @Vance Kovacs +18 R Sigil of the Empty Throne @Cyril Van Der Haegen +125 U Skyward Eye Prophets @Matt Stewart +126 U Sludge Strider @Franz Vohwinkel +92 R Soul's Majesty @Jesper Ejsing +127 R Sphinx Summoner @Jaime Jones +93 U Spore Burst @Daarken +128 C Suicidal Charge @Daarken +94 C Sylvan Bounty @Chris Rahn +35 R Telemin Performance @Izzy +95 M Thornling @Kev Walker +72 C Toxic Iguanar @Brandon Kitkouski +36 C Traumatic Visions @Cyril Van Der Haegen +96 C Tukatongue Thallid @Vance Kovacs +145 U Unstable Frontier @John Avon +37 C Unsummon @Izzy +129 U Vagrant Plowbeasts @Zoltan Boros & Gabor Szikszai +130 C Valeron Outlander @Matt Stewart +19 C Valiant Guard @Chris Rahn +131 C Vectis Agents @Chippy +132 C Vedalken Outlander @Izzy +73 U Viashino Slaughtermaster @Raymond Swanland +38 U View from Above @Howard Lyon +55 U Voices from the Void @rk post +74 U Volcanic Fallout @Zoltan Boros & Gabor Szikszai +75 R Voracious Dragon @Dominick Domingo +20 R Wall of Reverence @Wayne Reynolds +76 C Wandering Goblins @Karl Kopinski +97 C Wild Leotau @Michael Komarck +77 R Worldheart Phoenix @Aleksi Briclot +39 C Worldly Counsel @Matt Cavotta +56 C Wretched Banquet @Nils Hamm +57 C Yoke of the Damned @Paul Bonner +133 C Zombie Outlander @Nils Hamm [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Conspiracy Promos.txt b/forge-gui/res/editions/Conspiracy Promos.txt index 8673d6e9824..3221c9c6686 100644 --- a/forge-gui/res/editions/Conspiracy Promos.txt +++ b/forge-gui/res/editions/Conspiracy Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PCNS [cards] -48★ R Magister of Worth +48★ R Magister of Worth @rk post diff --git a/forge-gui/res/editions/Conspiracy Take the Crown.txt b/forge-gui/res/editions/Conspiracy Take the Crown.txt index ddbdebdd00c..56f2a99eeb6 100644 --- a/forge-gui/res/editions/Conspiracy Take the Crown.txt +++ b/forge-gui/res/editions/Conspiracy Take the Crown.txt @@ -11,228 +11,228 @@ AdditionalSheetForFoils=fromSheet("CN2 Foil Kaya") ScryfallCode=CN2 [cards] -1 C Adriana's Valor -2 C Assemble the Rank and Vile -3 U Echoing Boon -4 R Emissary's Ploy -5 C Hired Heist -6 R Hold the Perimeter -7 M Hymn of the Wilds -8 C Incendiary Dissent -9 C Natural Unity -10 M Sovereign's Realm -11 U Summoner's Bond -12 R Weight Advantage -13 C Ballot Broker -14 C Custodi Peacekeeper -15 U Custodi Soulcaller -16 C Lieutenants of the Guard -17 U Noble Banneret -18 U Palace Jailer -19 C Palace Sentinels -20 R Paliano Vanguard -21 R Protector of the Crown -22 R Recruiter of the Guard -23 M Sanctum Prelate -24 U Spectral Grasp -25 C Throne Warden -26 C Wings of the Guard -27 R Arcane Savant -28 C Canal Courier -29 U Coveted Peacock -30 M Expropriate -31 U Illusion of Choice -32 C Illusionary Informant -33 C Jeering Homunculus -34 R Keeper of Keys -35 C Messenger Jays -36 C Skittering Crustacean -37 U Spire Phantasm -38 R Stunt Double -39 R Archdemon of Paliano -40 R Capital Punishment -41 R Custodi Lich -42 U Deadly Designs -43 C Garrulous Sycophant -44 U Marchesa's Decree -45 C Regicide -46 C Sinuous Vermin -47 U Smuggler Captain -48 C Thorn of the Black Rose -49 U Besmirch -50 C Crown-Hunter Hireling -51 C Deputized Protester -52 C Garbage Fire -53 C Goblin Racketeer -54 R Grenzo, Havoc Raiser -55 U Grenzo's Ruffians -56 U Pyretic Hunter -57 R Skyline Despot -58 M Subterranean Tremors -59 R Volatile Chimera -60 U Animus of Predation -61 C Borderland Explorer -62 R Caller of the Untamed -63 U Domesticated Hydra -64 C Entourage of Trest -65 U Fang of the Pack -66 C Leovold's Operative -67 C Menagerie Liberator -68 C Orchard Elemental -69 R Regal Behemoth -70 M Selvala, Heart of the Wilds -71 R Selvala's Stampede -72 R Splitting Slime -73 R Adriana, Captain of the Guard -74 M Daretti, Ingenious Iconoclast -75 M Kaya, Ghost Assassin -76 U Knights of the Black Rose -77 M Leovold, Emissary of Trest -78 M Queen Marchesa -79 U Spy Kit -80 R Throne of the High City -81 U Affa Guard Hound -82 C Disenchant -83 C Doomed Traveler -84 R Faith's Reward -85 C Ghostly Possession -86 U Ghostly Prison -87 C Gleam of Resistance -88 C Gods Willing -89 U Guardian of the Gateless -90 U Hail of Arrows -91 R Hallowed Burial -92 U Hollowhenge Spirit -93 R Hundred-Handed One -94 C Kill Shot -95 R Pariah -96 C Raise the Alarm -97 C Reviving Dose -98 R Spirit of the Hearth -99 C Wild Griffin -100 U Windborne Charge -101 C Zealous Strike -102 C Bonds of Quicksilver -103 C Caller of Gales -104 C Cloaked Siren -105 R Covenant of Minds -106 U Deceiver Exarch -107 R Desertion -108 U Dismiss -109 C Divination -110 C Fleeting Distraction -111 R Followed Footsteps -112 U Into the Void -113 R Kami of the Crescent Moon -114 U Merfolk Looter -115 U Merfolk Skyscout -116 C Mnemonic Wall -117 C Negate -118 C Omenspeaker -119 C Repulse -120 U Serum Visions -121 M Show and Tell -122 R Sphinx of Magosi -123 C Traumatic Visions -124 C Vaporkin -125 U Vertigo Spawn -126 C Absorb Vis -127 C Altar's Reap -128 M Avatar of Woe -129 C Blood-Toll Harpy -130 C Child of Night -131 C Death Wind -132 U Diabolic Tutor -133 C Driver of the Dead -134 U Farbog Boneflinger -135 C Festergloom -136 U Fleshbag Marauder -137 R Guul Draz Specter -138 R Harvester of Souls -139 U Infest -140 R Inquisition of Kozilek -141 U Keepsake Gorgon -142 U Mausoleum Turnkey -143 C Murder -144 R Phyrexian Arena -145 U Public Execution -146 C Raise Dead -147 R Sangromancer -148 C Shambling Goblin -149 C Stromkirk Patrol -150 C Unnerve -151 U Burn Away -152 R Burning Wish -153 R Charmbreaker Devils -154 U Coordinated Assault -155 C Ember Beast -156 C Fiery Fall -157 C Flame Slash -158 U Gang of Devils -159 C Goblin Balloon Brigade -160 C Goblin Tunneler -161 R Gratuitous Violence -162 U Guttersnipe -163 R Hamletback Goliath -164 U Havengul Vampire -165 C Hurly-Burly -166 C Ill-Tempered Cyclops -167 C Kiln Fiend -168 C Ogre Sentry -169 U Stoneshock Giant -170 U Sulfurous Blast -171 C Tormenting Voice -172 C Trumpet Blast -173 C Twin Bolt -174 U Beast Within -175 M Berserk -176 R Birds of Paradise -177 U Brushstrider -178 R Burgeoning -179 C Copperhorn Scout -180 U Explosive Vegetation -181 C Fade into Antiquity -182 R Forgotten Ancient -183 U Irresistible Prey -184 C Lace with Moonglove -185 C Lay of the Land -186 U Manaplasm -187 U Nessian Asp -188 C Netcaster Spider -189 U Overrun -190 C Plummet -191 C Prey Upon -192 C Ravenous Leucrocota -193 C Strength in Numbers -194 C Sylvan Bounty -195 C Voyaging Satyr -196 R Wild Pair -197 U Akroan Hoplite -198 U Ascended Lawmage -199 U Carnage Gladiator -200 U Coiling Oracle -201 R Dragonlair Spider -202 R Duskmantle Seer -203 U Gruul War Chant -204 U Juniper Order Ranger -205 U Pharika's Mender -206 U Shipwreck Singer -207 U Stormchaser Chimera -208 C Bronze Sable -209 R Hedron Matrix -210 C Hexplate Golem -211 R Horn of Greed -212 C Kitesail -213 C Opaline Unicorn -214 M Platinum Angel -215 R Psychosis Crawler -216 U Runed Servitor -217 U Dread Statuary -218 C Evolving Wilds -219 R Exotic Orchard -220 U Rogue's Passage -221 U Shimmering Grotto -222 M Kaya, Ghost Assassin +1 C Adriana's Valor @Lius Lasahido +2 C Assemble the Rank and Vile @Seb McKinnon +3 U Echoing Boon @Jesper Ejsing +4 R Emissary's Ploy @Howard Lyon +5 C Hired Heist @Lucas Graciano +6 R Hold the Perimeter @Jason A. Engle +7 M Hymn of the Wilds @Jason Rainville +8 C Incendiary Dissent @Jakub Kasper +9 C Natural Unity @Ryan Pancoast +10 M Sovereign's Realm @Daniel Ljunggren +11 U Summoner's Bond @Jesper Ejsing +12 R Weight Advantage @Jakub Kasper +13 C Ballot Broker @Magali Villeneuve +14 C Custodi Peacekeeper @Anthony Palumbo +15 U Custodi Soulcaller @Winona Nelson +16 C Lieutenants of the Guard @Johannes Voss +17 U Noble Banneret @Josu Hernaiz +18 U Palace Jailer @David Palumbo +19 C Palace Sentinels @Aaron Miller +20 R Paliano Vanguard @Chris Rallis +21 R Protector of the Crown @Johannes Voss +22 R Recruiter of the Guard @Jason Rainville +23 M Sanctum Prelate @Winona Nelson +24 U Spectral Grasp @Tyler Jacobson +25 C Throne Warden @Chris Rallis +26 C Wings of the Guard @Lars Grant-West +27 R Arcane Savant @Chris Rallis +28 C Canal Courier @Raymond Swanland +29 U Coveted Peacock @Christopher Burdett +30 M Expropriate @Zack Stella +31 U Illusion of Choice @John Severin Brassell +32 C Illusionary Informant @Tomasz Jedruszek +33 C Jeering Homunculus @Steve Prescott +34 R Keeper of Keys @Bastien L. Deharme +35 C Messenger Jays @Lars Grant-West +36 C Skittering Crustacean @Jason Felix +37 U Spire Phantasm @Evan Shipard +38 R Stunt Double @Joseph Meehan +39 R Archdemon of Paliano @Evan Shipard +40 R Capital Punishment @Lake Hurwitz +41 R Custodi Lich @Bastien L. Deharme +42 U Deadly Designs @Jama Jurabaev +43 C Garrulous Sycophant @Lake Hurwitz +44 U Marchesa's Decree @Chris Rallis +45 C Regicide @Chris Rallis +46 C Sinuous Vermin @Jason Kang +47 U Smuggler Captain @Winona Nelson +48 C Thorn of the Black Rose @David Gaillet +49 U Besmirch @Mathias Kollros +50 C Crown-Hunter Hireling @Izzy +51 C Deputized Protester @Lius Lasahido +52 C Garbage Fire @Steve Prescott +53 C Goblin Racketeer @Zoltan Boros +54 R Grenzo, Havoc Raiser @Svetlin Velinov +55 U Grenzo's Ruffians @Svetlin Velinov +56 U Pyretic Hunter @Richard Wright +57 R Skyline Despot @Lucas Graciano +58 M Subterranean Tremors @Filip Burburan +59 R Volatile Chimera @Mathias Kollros +60 U Animus of Predation @Richard Wright +61 C Borderland Explorer @Lucas Graciano +62 R Caller of the Untamed @Iain McCaig +63 U Domesticated Hydra @Mathias Kollros +64 C Entourage of Trest @Anthony Palumbo +65 U Fang of the Pack @Izzy +66 C Leovold's Operative @Ryan Pancoast +67 C Menagerie Liberator @Mike Bierek +68 C Orchard Elemental @Christine Choi +69 R Regal Behemoth @Jakub Kasper +70 M Selvala, Heart of the Wilds @Tyler Jacobson +71 R Selvala's Stampede @Svetlin Velinov +72 R Splitting Slime @James Paick +73 R Adriana, Captain of the Guard @Chris Rallis +74 M Daretti, Ingenious Iconoclast @Victor Adame Minguez +75 M Kaya, Ghost Assassin @Chris Rallis +76 U Knights of the Black Rose @Mark Zug +77 M Leovold, Emissary of Trest @Magali Villeneuve +78 M Queen Marchesa @Kieran Yanner +79 U Spy Kit @Aaron Miller +80 R Throne of the High City @Titus Lunter +81 U Affa Guard Hound @Ryan Pancoast +82 C Disenchant @Adam Rex +83 C Doomed Traveler @Lars Grant-West +84 R Faith's Reward @Raymond Swanland +85 C Ghostly Possession @Howard Lyon +86 U Ghostly Prison @Wayne England +87 C Gleam of Resistance @Matt Stewart +88 C Gods Willing @Mark Winters +89 U Guardian of the Gateless @Wesley Burt +90 U Hail of Arrows @Anthony S. Waters +91 R Hallowed Burial @Dave Kendall +92 U Hollowhenge Spirit @Lars Grant-West +93 R Hundred-Handed One @Brad Rigney +94 C Kill Shot @Michael C. Hayes +95 R Pariah @Jon J Muth +96 C Raise the Alarm @Zoltan Boros +97 C Reviving Dose @D. Alexander Gregory +98 R Spirit of the Hearth @Jason Chan +99 C Wild Griffin @Matt Cavotta +100 U Windborne Charge @Ryan Pancoast +101 C Zealous Strike @Bud Cook +102 C Bonds of Quicksilver @Steven Belledin +103 C Caller of Gales @Alex Horley-Orlandelli +104 C Cloaked Siren @Mark Zug +105 R Covenant of Minds @Dan Seagrave +106 U Deceiver Exarch @Izzy +107 R Desertion @Richard Kane Ferguson +108 U Dismiss @Donato Giancola +109 C Divination @Howard Lyon +110 C Fleeting Distraction @Ryan Yee +111 R Followed Footsteps @Glen Angus +112 U Into the Void @Daarken +113 R Kami of the Crescent Moon @Darrell Riche +114 U Merfolk Looter @Austin Hsu +115 U Merfolk Skyscout @rk post +116 C Mnemonic Wall @Vance Kovacs +117 C Negate @Willian Murai +118 C Omenspeaker @Dallas Williams +119 C Repulse @Aaron Boyd +120 U Serum Visions @Ben Thompson +121 M Show and Tell @Zack Stella +122 R Sphinx of Magosi @James Ryman +123 C Traumatic Visions @Cyril Van Der Haegen +124 C Vaporkin @Seb McKinnon +125 U Vertigo Spawn @Ittoku +126 C Absorb Vis @Brandon Kitkouski +127 C Altar's Reap @Donato Giancola +128 M Avatar of Woe @rk post +129 C Blood-Toll Harpy @Kev Walker +130 C Child of Night @Ash Wood +131 C Death Wind @Tomasz Jedruszek +132 U Diabolic Tutor @Greg Staples +133 C Driver of the Dead @James Ryman +134 U Farbog Boneflinger @Tomasz Jedruszek +135 C Festergloom @Mathias Kollros +136 U Fleshbag Marauder @Mark Zug +137 R Guul Draz Specter @Mark Tedin +138 R Harvester of Souls @Slawomir Maniak +139 U Infest @Karl Kopinski +140 R Inquisition of Kozilek @Volkan Baǵa +141 U Keepsake Gorgon @Aaron Miller +142 U Mausoleum Turnkey @Darrell Riche +143 C Murder @Allen Williams +144 R Phyrexian Arena @Svetlin Velinov +145 U Public Execution @Anthony Palumbo +146 C Raise Dead @Carl Critchlow +147 R Sangromancer @Igor Kieryluk +148 C Shambling Goblin @Yeong-Hao Han +149 C Stromkirk Patrol @Karl Kopinski +150 C Unnerve @Terese Nielsen +151 U Burn Away @Vincent Proce +152 R Burning Wish @Scott M. Fischer +153 R Charmbreaker Devils @Dan Scott +154 U Coordinated Assault @John Severin Brassell +155 C Ember Beast @David Rapoza +156 C Fiery Fall @Daarken +157 C Flame Slash @Raymond Swanland +158 U Gang of Devils @Erica Yang +159 C Goblin Balloon Brigade @Lars Grant-West +160 C Goblin Tunneler @Jesper Ejsing +161 R Gratuitous Violence @Christopher Moeller +162 U Guttersnipe @Steve Prescott +163 R Hamletback Goliath @Paolo Parente & Brian Snõddy +164 U Havengul Vampire @James Ryman +165 C Hurly-Burly @Steve Prescott +166 C Ill-Tempered Cyclops @Peter Mohrbacher +167 C Kiln Fiend @Adi Granov +168 C Ogre Sentry @Eric Deschamps +169 U Stoneshock Giant @Lars Grant-West +170 U Sulfurous Blast @Jeff Miracola +171 C Tormenting Voice @Volkan Baǵa +172 C Trumpet Blast @Steve Prescott +173 C Twin Bolt @Svetlin Velinov +174 U Beast Within @Jesper Ejsing +175 M Berserk @Steve Prescott +176 R Birds of Paradise @Marcelo Vignali +177 U Brushstrider @Raoul Vitale +178 R Burgeoning @Titus Lunter +179 C Copperhorn Scout @Shelly Wan +180 U Explosive Vegetation @John Avon +181 C Fade into Antiquity @Noah Bradley +182 R Forgotten Ancient @Mark Tedin +183 U Irresistible Prey @Jesper Ejsing +184 C Lace with Moonglove @Rebecca Guay +185 C Lay of the Land @Chuck Lukacs +186 U Manaplasm @Daarken +187 U Nessian Asp @Alex Horley-Orlandelli +188 C Netcaster Spider @Yohann Schepacz +189 U Overrun @Carl Critchlow +190 C Plummet @Aaron Miller +191 C Prey Upon @Dave Kendall +192 C Ravenous Leucrocota @Christopher Burdett +193 C Strength in Numbers @Ron Spencer +194 C Sylvan Bounty @Chris Rahn +195 C Voyaging Satyr @Tyler Jacobson +196 R Wild Pair @Lars Grant-West +197 U Akroan Hoplite @Igor Kieryluk +198 U Ascended Lawmage @Ryan Yee +199 U Carnage Gladiator @Ryan Barger +200 U Coiling Oracle @Mark Zug +201 R Dragonlair Spider @Carl Critchlow +202 R Duskmantle Seer @Kev Walker +203 U Gruul War Chant @Dave Kendall +204 U Juniper Order Ranger @Greg Hildebrandt +205 U Pharika's Mender @Peter Mohrbacher +206 U Shipwreck Singer @Daarken +207 U Stormchaser Chimera @Greg Staples +208 C Bronze Sable @Jasper Sandner +209 R Hedron Matrix @Jaime Jones +210 C Hexplate Golem @Matt Cavotta +211 R Horn of Greed @Jeff Miracola +212 C Kitesail @Cyril Van Der Haegen +213 C Opaline Unicorn @Christine Choi +214 M Platinum Angel @Brom +215 R Psychosis Crawler @Stephan Martiniere +216 U Runed Servitor @Mike Bierek +217 U Dread Statuary @Jason A. Engle +218 C Evolving Wilds @Steven Belledin +219 R Exotic Orchard @Steven Belledin +220 U Rogue's Passage @Christine Choi +221 U Shimmering Grotto @Cliff Childs +222 M Kaya, Ghost Assassin @Chris Rallis [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Conspiracy.txt b/forge-gui/res/editions/Conspiracy.txt index 5568f2deb5b..8e08fcfbb4c 100644 --- a/forge-gui/res/editions/Conspiracy.txt +++ b/forge-gui/res/editions/Conspiracy.txt @@ -10,216 +10,216 @@ Booster=10 Common:!fromSheet("CNS Draft Matters"), 3 Uncommon:!fromSheet("CNS Dr ScryfallCode=CNS [cards] -1 U Advantageous Proclamation -2 R Backup Plan -3 C Brago's Favor -4 U Double Stroke -5 C Immediate Action -6 U Iterative Analysis -7 C Muzzio's Preparations -8 U Power Play -9 U Secret Summoning -10 C Secrets of Paradise -11 C Sentinel Dispatch -12 U Unexpected Potential -13 R Worldknit -14 C Brago's Representative -15 U Council Guardian -16 R Council's Judgment -17 R Custodi Soulbinders -18 C Custodi Squire -19 C Rousing of Souls -20 R Academy Elite -21 C Marchesa's Emissary -22 U Marchesa's Infiltrator -23 M Muzzio, Visionary Architect -24 R Plea for Power -25 U Split Decision -26 U Bite of the Black Rose -27 R Drakestown Forgotten -28 C Grudge Keeper -29 R Reign of the Pit -30 C Tyrant's Choice -31 C Enraged Revolutionary -32 C Grenzo's Cutthroat -33 R Grenzo's Rebuttal -34 R Ignition Team -35 M Scourge of the Throne -36 U Treasonous Ogre -37 U Predator's Howl -38 R Realm Seekers -39 U Selvala's Charge -40 C Selvala's Enforcer -41 R Brago, King Eternal -42 M Dack Fayden -43 R Dack's Duplicate -44 U Deathreap Ritual -45 U Extract from Darkness -46 U Flamewright -47 R Grenzo, Dungeon Warden -48 R Magister of Worth -49 M Marchesa, the Black Rose -50 U Marchesa's Smuggler -51 R Selvala, Explorer Returned -52 U Woodvine Elemental -53 R AEther Searcher -54 U Agent of Acquisitions -55 R Canal Dredger -56 M Coercive Portal -57 R Cogwork Grinder -58 C Cogwork Librarian -59 C Cogwork Spy -60 U Cogwork Tracker -61 R Deal Broker -62 R Lore Seeker -63 C Lurking Automaton -64 C Whispergear Sneak -65 R Paliano, the High City -66 C Ajani's Sunstriker -67 C Apex Hawks -68 C Courier Hawk -69 C Doomed Traveler -70 U Glimmerpoint Stag -71 C Guardian Zendikon -72 U Intangible Virtue -73 C Kor Chant -74 C Moment of Heroism -75 C Noble Templar -76 C Pillarfield Ox -77 C Pride Guardian -78 M Pristine Angel -79 R Reya Dawnbringer -80 R Rout -81 C Silverchase Fox -82 U Soulcatcher -83 C Stave Off -84 U Swords to Plowshares -85 U Unquestioned Authority -86 C Valor Made Real -87 U Vow of Duty -88 U Wakestone Gargoyle -89 C AEther Tradewinds -90 U Air Servant -91 C Brainstorm -92 U Breakthrough -93 C Compulsive Research -94 C Crookclaw Transmuter -95 C Dream Fracture -96 C Enclave Elite -97 U Fact or Fiction -98 U Favorable Winds -99 C Grixis Illusionist -100 U Jetting Glasskite -101 C Minamo Scrollkeeper -102 R Misdirection -103 C Plated Seastrider -104 C Reckless Scholar -105 C Screaming Seahawk -106 C Shoreline Ranger -107 C Stasis Cell -108 R Stifle -109 C Traveler's Cloak -110 C Turn the Tide -111 U Wind Dancer -112 C Altar's Reap -113 C Assassinate -114 R Ill-Gotten Gains -115 C Infectious Horror -116 C Liliana's Specter -117 R Magus of the Mirror -118 U Morkrut Banshee -119 C Necromantic Thirst -120 M Phage the Untouchable -121 U Plagued Rusalka -122 C Quag Vampires -123 U Reckless Spite -124 U Skeletal Scrying -125 U Smallpox -126 C Stronghold Discipline -127 C Syphon Soul -128 C Tragic Slip -129 C Twisted Abomination -130 C Typhoid Rats -131 C Unhallowed Pact -132 U Vampire Hexmage -133 U Victimize -134 C Wakedancer -135 C Zombie Goliath -136 U Barbed Shocker -137 U Boldwyr Intimidator -138 C Brimstone Volley -139 C Chartooth Cougar -140 C Cinder Wall -141 U Deathforge Shaman -142 U Flaring Flame-Kin -143 C Flowstone Blade -144 R Heartless Hidetsugu -145 U Heckling Fiends -146 C Lizard Warrior -147 C Mana Geyser -148 C Orcish Cannonade -149 C Pitchburn Devils -150 C Power of Fire -151 C Skitter of Lizards -152 R Sulfuric Vortex -153 C Torch Fiend -154 C Trumpet Blast -155 U Uncontrollable Anger -156 C Vent Sentinel -157 U Volcanic Fallout -158 C Wrap in Flames -159 C Charging Rhino -160 C Copperhorn Scout -161 C Echoing Courage -162 U Elephant Guide -163 C Elvish Aberration -164 R Exploration -165 U Gamekeeper -166 C Gnarlid Pack -167 C Howling Wolf -168 C Hunger of the Howlpack -169 M Hydra Omnivore -170 U Lead the Stampede -171 C Nature's Claim -172 U Pelakka Wurm -173 C Plummet -174 C Provoke -175 U Relic Crush -176 C Respite -177 C Sakura-Tribe Elder -178 C Scaled Wurm -179 C Sporecap Spider -180 U Squirrel Nest -181 R Terastodon -182 R Wolfbriar Elemental -183 C Wrap in Vigor -184 R Basandra, Battle Seraph -185 R Decimate -186 R Dimir Doppelganger -187 R Edric, Spymaster of Trest -188 U Fires of Yavimaya -189 M Mirari's Wake -190 U Mortify -191 M Pernicious Deed -192 U Sky Spirit -193 R Spiritmonger -194 U Spontaneous Combustion -195 U Wood Sage -196 R Altar of Dementia -197 R Deathrender -198 U Explorer's Scope -199 U Fireshrieker -200 U Galvanic Juggernaut -201 U Peace Strider -202 U Reito Lantern -203 U Runed Servitor -204 R Silent Arbiter -205 U Spectral Searchlight -206 R Vedalken Orrery -207 U Warmonger's Chariot -208 U Mirrodin's Core -209 U Quicksand -210 R Reflecting Pool +1 U Advantageous Proclamation @Izzy +2 R Backup Plan @David Palumbo +3 C Brago's Favor @Karla Ortiz +4 U Double Stroke @Christopher Moeller +5 C Immediate Action @Karl Kopinski +6 U Iterative Analysis @Winona Nelson +7 C Muzzio's Preparations @Karl Kopinski +8 U Power Play @Matt Stewart +9 U Secret Summoning @Lucas Graciano +10 C Secrets of Paradise @Tyler Jacobson +11 C Sentinel Dispatch @Adam Paquette +12 U Unexpected Potential @Izzy +13 R Worldknit @Adam Paquette +14 C Brago's Representative @Anthony Palumbo +15 U Council Guardian @Volkan Baǵa +16 R Council's Judgment @Kev Walker +17 R Custodi Soulbinders @Karla Ortiz +18 C Custodi Squire @Alex Horley-Orlandelli +19 C Rousing of Souls @Jeff Simpson +20 R Academy Elite @Volkan Baǵa +21 C Marchesa's Emissary @Tyler Jacobson +22 U Marchesa's Infiltrator @Lucas Graciano +23 M Muzzio, Visionary Architect @Volkan Baǵa +24 R Plea for Power @John Severin Brassell +25 U Split Decision @Robbie Trevino +26 U Bite of the Black Rose @Franz Vohwinkel +27 R Drakestown Forgotten @Steve Prescott +28 C Grudge Keeper @Ryan Barger +29 R Reign of the Pit @Evan Shipard +30 C Tyrant's Choice @Daarken +31 C Enraged Revolutionary @Drew Baker +32 C Grenzo's Cutthroat @Svetlin Velinov +33 R Grenzo's Rebuttal @Dave Kendall +34 R Ignition Team @Karl Kopinski +35 M Scourge of the Throne @Michael Komarck +36 U Treasonous Ogre @Randy Gallegos +37 U Predator's Howl @Ralph Horsley +38 R Realm Seekers @Mike Sass +39 U Selvala's Charge @Dan Scott +40 C Selvala's Enforcer @Jesper Ejsing +41 R Brago, King Eternal @Karla Ortiz +42 M Dack Fayden @Eric Deschamps +43 R Dack's Duplicate @Karl Kopinski +44 U Deathreap Ritual @Steve Argyle +45 U Extract from Darkness @Dallas Williams +46 U Flamewright @Mathias Kollros +47 R Grenzo, Dungeon Warden @Lucas Graciano +48 R Magister of Worth @John Stanko +49 M Marchesa, the Black Rose @Matt Stewart +50 U Marchesa's Smuggler @Dan Scott +51 R Selvala, Explorer Returned @Tyler Jacobson +52 U Woodvine Elemental @Mike Bierek +53 R Aether Searcher @James Paick +54 U Agent of Acquisitions @Eytan Zana +55 R Canal Dredger @John Avon +56 M Coercive Portal @Yeong-Hao Han +57 R Cogwork Grinder @Jasper Sandner +58 C Cogwork Librarian @Dan Scott +59 C Cogwork Spy @Tomasz Jedruszek +60 U Cogwork Tracker @Alex Horley-Orlandelli +61 R Deal Broker @Cliff Childs +62 R Lore Seeker @Jason Felix +63 C Lurking Automaton @Yeong-Hao Han +64 C Whispergear Sneak @Jesper Ejsing +65 R Paliano, the High City @Adam Paquette +66 C Ajani's Sunstriker @Matt Stewart +67 C Apex Hawks @David Palumbo +68 C Courier Hawk @Mark Poole +69 C Doomed Traveler @Lars Grant-West +70 U Glimmerpoint Stag @Ryan Pancoast +71 C Guardian Zendikon @John Avon +72 U Intangible Virtue @Clint Cearley +73 C Kor Chant @Yohann Schepacz +74 C Moment of Heroism @Christopher Moeller +75 C Noble Templar @Alex Horley-Orlandelli +76 C Pillarfield Ox @Andrew Robinson +77 C Pride Guardian @Chris Rahn +78 M Pristine Angel @Scott M. Fischer +79 R Reya Dawnbringer @Matthew D. Wilson +80 R Rout @Igor Kieryluk +81 C Silverchase Fox @Howard Lyon +82 U Soulcatcher @Julie Dillon +83 C Stave Off @Mark Zug +84 U Swords to Plowshares @Terese Nielsen +85 U Unquestioned Authority @Zoltan Boros +86 C Valor Made Real @Jeff Miracola +87 U Vow of Duty @Wayne Reynolds +88 U Wakestone Gargoyle @Jim Murray +89 C Aether Tradewinds @Kieran Yanner +90 U Air Servant @Lars Grant-West +91 C Brainstorm @Willian Murai +92 U Breakthrough @Raymond Swanland +93 C Compulsive Research @Michael Sutfin +94 C Crookclaw Transmuter @Ron Spencer +95 C Dream Fracture @Howard Lyon +96 C Enclave Elite @Igor Kieryluk +97 U Fact or Fiction @Matt Cavotta +98 U Favorable Winds @Winona Nelson +99 C Grixis Illusionist @Mark Tedin +100 U Jetting Glasskite @Shishizaru +101 C Minamo Scrollkeeper @Paolo Parente +102 R Misdirection @Mathias Kollros +103 C Plated Seastrider @Izzy +104 C Reckless Scholar @Steve Prescott +105 C Screaming Seahawk @Heather Hudson +106 C Shoreline Ranger @Michael Sutfin +107 C Stasis Cell @Mark A. Nelson +108 R Stifle @Eric Fortune +109 C Traveler's Cloak @Rebecca Guay +110 C Turn the Tide @Jason Felix +111 U Wind Dancer @Cynthia Sheppard +112 C Altar's Reap @Donato Giancola +113 C Assassinate @Kev Walker +114 R Ill-Gotten Gains @Greg Staples +115 C Infectious Horror @Pete Venters +116 C Liliana's Specter @Vance Kovacs +117 R Magus of the Mirror @Christopher Moeller +118 U Morkrut Banshee @Svetlin Velinov +119 C Necromantic Thirst @Brandon Kitkouski +120 M Phage the Untouchable @Ron Spears +121 U Plagued Rusalka @Alex Horley-Orlandelli +122 C Quag Vampires @Jason Felix +123 U Reckless Spite @Karl Kopinski +124 U Skeletal Scrying @Bob Petillo +125 U Smallpox @Ryan Pancoast +126 C Stronghold Discipline @Daarken +127 C Syphon Soul @Ron Spears +128 C Tragic Slip @Christopher Moeller +129 C Twisted Abomination @Daren Bader +130 C Typhoid Rats @Kev Walker +131 C Unhallowed Pact @Volkan Baǵa +132 U Vampire Hexmage @Eric Deschamps +133 U Victimize @Craig J Spearing +134 C Wakedancer @Austin Hsu +135 C Zombie Goliath @E. M. Gist +136 U Barbed Shocker @Tony Szczudlo +137 U Boldwyr Intimidator @Esad Ribic +138 C Brimstone Volley @Eytan Zana +139 C Chartooth Cougar @Chase Stone +140 C Cinder Wall @Anthony S. Waters +141 U Deathforge Shaman @Dave Kendall +142 U Flaring Flame-Kin @Brian Hagan +143 C Flowstone Blade @Allen Williams +144 R Heartless Hidetsugu @Carl Critchlow +145 U Heckling Fiends @Clint Cearley +146 C Lizard Warrior @Roger Raupp +147 C Mana Geyser @Martina Pilcerova +148 C Orcish Cannonade @Pete Venters +149 C Pitchburn Devils @Johann Bodin +150 C Power of Fire @Trevor Hairsine +151 C Skitter of Lizards @Warren Mahy +152 R Sulfuric Vortex @Greg Staples +153 C Torch Fiend @Winona Nelson +154 C Trumpet Blast @Carl Critchlow +155 U Uncontrollable Anger @Kev Walker +156 C Vent Sentinel @Chris Rahn +157 U Volcanic Fallout @Zoltan Boros & Gabor Szikszai +158 C Wrap in Flames @Véronique Meignaud +159 C Charging Rhino @Daren Bader +160 C Copperhorn Scout @Shelly Wan +161 C Echoing Courage @Greg Staples +162 U Elephant Guide @Tomasz Jedruszek +163 C Elvish Aberration @Matt Cavotta +164 R Exploration @Florian de Gesincourt +165 U Gamekeeper @Scott Hampton +166 C Gnarlid Pack @Johann Bodin +167 C Howling Wolf @Nils Hamm +168 C Hunger of the Howlpack @Nils Hamm +169 M Hydra Omnivore @Svetlin Velinov +170 U Lead the Stampede @Efrem Palacios +171 C Nature's Claim @Raoul Vitale +172 U Pelakka Wurm @Daniel Ljunggren +173 C Plummet @Pete Venters +174 C Provoke @Kev Walker +175 U Relic Crush @Steven Belledin +176 C Respite @Rebecca Guay +177 C Sakura-Tribe Elder @Carl Critchlow +178 C Scaled Wurm @Wayne England +179 C Sporecap Spider @Lars Grant-West +180 U Squirrel Nest @Daniel Ljunggren +181 R Terastodon @Lars Grant-West +182 R Wolfbriar Elemental @Chippy +183 C Wrap in Vigor @John Donahue +184 R Basandra, Battle Seraph @Terese Nielsen +185 R Decimate @Zoltan Boros +186 R Dimir Doppelganger @Jim Murray +187 R Edric, Spymaster of Trest @Volkan Baǵa +188 U Fires of Yavimaya @Izzy +189 M Mirari's Wake @Volkan Baǵa +190 U Mortify @Nils Hamm +191 M Pernicious Deed @Christopher Moeller +192 U Sky Spirit @Rebecca Guay +193 R Spiritmonger @Kev Walker +194 U Spontaneous Combustion @Jason Rainville +195 U Wood Sage @Paolo Parente +196 R Altar of Dementia @Brom +197 R Deathrender @Martina Pilcerova +198 U Explorer's Scope @Vincent Proce +199 U Fireshrieker @Christopher Moeller +200 U Galvanic Juggernaut @Lucas Graciano +201 U Peace Strider @Igor Kieryluk +202 U Reito Lantern @Greg Hildebrandt +203 U Runed Servitor @Mike Bierek +204 R Silent Arbiter @Mark Zug +205 U Spectral Searchlight @Martina Pilcerova +206 R Vedalken Orrery @John Avon +207 U Warmonger's Chariot @Warren Mahy +208 U Mirrodin's Core @Greg Staples +209 U Quicksand @Matt Stewart +210 R Reflecting Pool @Fred Fields [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Core Set 2019 Promos.txt b/forge-gui/res/editions/Core Set 2019 Promos.txt index 04dcf89237f..e85da370bc4 100644 --- a/forge-gui/res/editions/Core Set 2019 Promos.txt +++ b/forge-gui/res/editions/Core Set 2019 Promos.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PM19 [cards] -29 U Militia Bugler -90 R Death Baron -91 R Demon of Catastrophes -110 U Murder -145 U Guttersnipe -180 C Elvish Rejuvenator -230 R Desecrated Tomb -254 U Reliquary Tower +29 U Militia Bugler @David Gaillet +90 R Death Baron @Slawomir Maniak +91 R Demon of Catastrophes @Igor Kieryluk +110 U Murder @Tyler Jacobson +145 U Guttersnipe @Izzy +180 C Elvish Rejuvenator @Winona Nelson +230 R Desecrated Tomb @Mark Poole +254 U Reliquary Tower @Mark Poole diff --git a/forge-gui/res/editions/Core Set 2020 Promos.txt b/forge-gui/res/editions/Core Set 2020 Promos.txt index aa591637f9c..a3e3de96b09 100644 --- a/forge-gui/res/editions/Core Set 2020 Promos.txt +++ b/forge-gui/res/editions/Core Set 2020 Promos.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=PM20 [cards] -69 C Negate -95 U Disfigure -131 R Chandra's Regulator -139 U Flame Sweep -185 R Nightpack Ambusher -197 U Thrashing Brontodon -206 U Corpse Knight +69 C Negate @Magali Villeneuve +95 U Disfigure @Justin Sweet +131 R Chandra's Regulator @Mathias Kollros +139 U Flame Sweep @Viktor Titov +185 R Nightpack Ambusher @Sam Rowan +197 U Thrashing Brontodon @Jakub Kasper +206 U Corpse Knight @Karl Kopinski diff --git a/forge-gui/res/editions/DCI Legend Membership.txt b/forge-gui/res/editions/DCI Legend Membership.txt index b16b30e1cfe..1b5b08d94b0 100644 --- a/forge-gui/res/editions/DCI Legend Membership.txt +++ b/forge-gui/res/editions/DCI Legend Membership.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PLGM [cards] -1 R Counterspell -2 R Incinerate +1 R Counterspell @Dom! +2 R Incinerate @Jock diff --git a/forge-gui/res/editions/Dark Ascension Promos.txt b/forge-gui/res/editions/Dark Ascension Promos.txt index 469a26c73c9..fbcef785152 100644 --- a/forge-gui/res/editions/Dark Ascension Promos.txt +++ b/forge-gui/res/editions/Dark Ascension Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PDKA [cards] -*64 R Gravecrawler -71★ R Ravenous Demon -80 R Zombie Apocalypse -98★ R Mondronen Shaman -127 U Strangleroot Geist +*64 R Gravecrawler @Dave Kendall +71★ R Ravenous Demon @Kev Walker +80 R Zombie Apocalypse @Volkan Baǵa +98★ R Mondronen Shaman @Anthony Palumbo +127 U Strangleroot Geist @Erica Yang diff --git a/forge-gui/res/editions/Dark Ascension.txt b/forge-gui/res/editions/Dark Ascension.txt index 6a4f9b37c5b..a1b76a61353 100644 --- a/forge-gui/res/editions/Dark Ascension.txt +++ b/forge-gui/res/editions/Dark Ascension.txt @@ -13,164 +13,164 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=DKA [cards] -81 U Afflicted Deserter -82 R Alpha Brawl -144 U Altar of the Lost -1 M Archangel's Light -27 C Artful Dodge -145 U Avacyn's Collar -2 C Bar the Door -28 M Beguiler of Wills -54 C Black Cat -83 U Blood Feud -29 C Bone to Ash -3 C Break of Day -108 U Briarpack Alpha -4 C Burden of Guilt -84 U Burning Oil -30 R Call to the Kindred -146 U Chalice of Life -31 C Chant of the Skifsang -32 U Chill of Foreboding -55 C Chosen of Markov -109 C Clinging Mists -33 R Counterlash -110 C Crushing Vines -85 R Curse of Bloodletting -34 R Curse of Echoes -5 U Curse of Exhaustion -56 R Curse of Misfortunes -57 U Curse of Thirst -111 C Dawntreader Elk -58 U Deadly Allure -59 C Death's Caress -112 R Deranged Outcast -135 U Diregraf Captain -35 C Divination -136 U Drogskol Captain -137 M Drogskol Reaver -36 R Dungeon Geists -147 M Elbrus, the Binding Blade -6 C Elgaud Inquisitor -86 C Erdwal Ripper -155 C Evolving Wilds -148 C Executioner's Hood -7 U Faith's Shield -87 C Faithless Looting -138 M Falkenrath Aristocrat -60 C Falkenrath Torturer -61 U Farbog Boneflinger -113 C Favor of the Woods -114 R Feed the Pack -62 R Fiend of the Shadows -88 C Fires of Undeath -89 R Flayer of the Hatebound -90 C Fling -91 C Forge Devil -8 C Gather the Townsfolk -9 U Gavony Ironwright -63 R Geralf's Messenger -37 R Geralf's Mindcrusher -115 R Ghoultree -149 R Grafdigger's Cage -64 R Gravecrawler -65 C Gravepurge -116 U Gravetiller Wurm -156 R Grim Backwoods -117 U Grim Flowering -38 C Griptide -66 C Gruesome Discovery -67 U Harrowing Journey -157 C Haunted Fengraf -139 M Havengul Lich -39 R Havengul Runebinder -40 C Headless Skaab -150 C Heavy Mattock -92 U Heckling Fiends -93 R Hellrider -151 M Helvault -68 C Highborn Ghoul -94 C Hinterland Hermit -118 C Hollowhenge Beast -10 U Hollowhenge Spirit -119 C Hunger of the Howlpack -140 M Huntmaster of the Fells -141 U Immerwolf -69 R Increasing Ambition -41 R Increasing Confusion -11 R Increasing Devotion -120 R Increasing Savagery -95 R Increasing Vengeance -152 R Jar of Eyeballs -121 C Kessig Recluse -122 U Lambholt Elder -12 U Lingering Souls -123 R Lost in the Woods -13 C Loyal Cathar -96 R Markov Blademaster -97 U Markov Warlord -14 C Midnight Guard -70 M Mikaeus, the Unhallowed -98 R Mondronen Shaman -99 M Moonveil Dragon -42 U Mystic Retrieval -100 C Nearheath Stalker -43 C Nephalia Seakite -44 U Niblis of the Breath -15 C Niblis of the Mist -16 U Niblis of the Urn -124 R Predator Ooze -101 U Pyreheart Wolf -71 R Ravenous Demon -17 C Ray of Revelation -72 C Reap the Seagraf -45 U Relentless Skaabs -18 R Requiem Angel -102 C Russet Wolves -19 C Sanctuary Cat -46 C Saving Grasp -103 C Scorch the Fields -125 C Scorned Villager -47 C Screeching Skaab -20 R Seance -48 U Secrets of the Dead -104 U Shattered Perception -49 C Shriekgeist -73 C Sightless Ghoul -21 C Silverclaw Griffin -22 C Skillful Lunge -74 U Skirsdag Flayer -126 C Somberwald Dryad -142 M Sorin, Lord of Innistrad -50 U Soul Seizer -75 C Spiteful Shadows -51 C Stormbound Geist -127 U Strangleroot Geist -143 U Stromkirk Captain -23 R Sudden Disappearance -105 C Talons of Falkenrath -24 R Thalia, Guardian of Thraben -52 C Thought Scour -25 R Thraben Doomsayer -26 U Thraben Heretic -106 C Torch Fiend -53 U Tower Geist -128 U Tracker's Instincts -76 C Tragic Slip -129 C Ulvenwald Bear -77 C Undying Evil -158 R Vault of the Archangel -78 U Vengeful Vampire -130 U Village Survivors -131 M Vorapede -79 U Wakedancer -153 U Warden of the Wall -132 C Wild Hunger -133 R Wolfbitten Captive -154 U Wolfhunter's Quiver -107 C Wrack with Madness -134 C Young Wolf -80 R Zombie Apocalypse +81 U Afflicted Deserter @David Palumbo +82 R Alpha Brawl @Randy Gallegos +144 U Altar of the Lost @Daarken +1 M Archangel's Light @Volkan Baǵa +27 C Artful Dodge @Tomasz Jedruszek +145 U Avacyn's Collar @James Paick +2 C Bar the Door @Ryan Pancoast +28 M Beguiler of Wills @Eric Deschamps +54 C Black Cat @David Palumbo +83 U Blood Feud @Winona Nelson +29 C Bone to Ash @Clint Cearley +3 C Break of Day @Karl Kopinski +108 U Briarpack Alpha @Daarken +4 C Burden of Guilt @John Stanko +84 U Burning Oil @Trevor Claxton +30 R Call to the Kindred @Jason A. Engle +146 U Chalice of Life @Ryan Yee +31 C Chant of the Skifsang @Nils Hamm +32 U Chill of Foreboding @Terese Nielsen +55 C Chosen of Markov @Steve Argyle +109 C Clinging Mists @Anthony Francisco +33 R Counterlash @Austin Hsu +110 C Crushing Vines @Scott Chou +85 R Curse of Bloodletting @Michael C. Hayes +34 R Curse of Echoes @Slawomir Maniak +5 U Curse of Exhaustion @Slawomir Maniak +56 R Curse of Misfortunes @Terese Nielsen +57 U Curse of Thirst @Christopher Moeller +111 C Dawntreader Elk @John Avon +58 U Deadly Allure @Steve Argyle +59 C Death's Caress @James Ryman +112 R Deranged Outcast @Nils Hamm +135 U Diregraf Captain @Slawomir Maniak +35 C Divination @Scott Chou +136 U Drogskol Captain @Peter Mohrbacher +137 M Drogskol Reaver @Vincent Proce +36 R Dungeon Geists @Nils Hamm +147 M Elbrus, the Binding Blade @Eric Deschamps +6 C Elgaud Inquisitor @Slawomir Maniak +86 C Erdwal Ripper @Kev Walker +155 C Evolving Wilds @Cliff Childs +148 C Executioner's Hood @Anthony Palumbo +7 U Faith's Shield @Svetlin Velinov +87 C Faithless Looting @Gabor Szikszai +138 M Falkenrath Aristocrat @Igor Kieryluk +60 C Falkenrath Torturer @Steve Argyle +61 U Farbog Boneflinger @Tomasz Jedruszek +113 C Favor of the Woods @Tomasz Jedruszek +114 R Feed the Pack @Steve Prescott +62 R Fiend of the Shadows @Igor Kieryluk +88 C Fires of Undeath @Jason Chan +89 R Flayer of the Hatebound @Jana Schirmer & Johannes Voss +90 C Fling @Izzy +91 C Forge Devil @Austin Hsu +8 C Gather the Townsfolk @Dan Scott +9 U Gavony Ironwright @Karl Kopinski +63 R Geralf's Messenger @Kev Walker +37 R Geralf's Mindcrusher @Steven Belledin +115 R Ghoultree @Volkan Baǵa +149 R Grafdigger's Cage @Daniel Ljunggren +64 R Gravecrawler @Steven Belledin +65 C Gravepurge @Zoltan Boros +116 U Gravetiller Wurm @Slawomir Maniak +156 R Grim Backwoods @Vincent Proce +117 U Grim Flowering @Adam Paquette +38 C Griptide @Igor Kieryluk +66 C Gruesome Discovery @John Stanko +67 U Harrowing Journey @James Paick +157 C Haunted Fengraf @Adam Paquette +139 M Havengul Lich @James Ryman +39 R Havengul Runebinder @Bud Cook +40 C Headless Skaab @Johann Bodin +150 C Heavy Mattock @Winona Nelson +92 U Heckling Fiends @Clint Cearley +93 R Hellrider @Svetlin Velinov +151 M Helvault @Jaime Jones +68 C Highborn Ghoul @Volkan Baǵa +94 C Hinterland Hermit @Steven Belledin +118 C Hollowhenge Beast @Dave Kendall +10 U Hollowhenge Spirit @Lars Grant-West +119 C Hunger of the Howlpack @Nils Hamm +140 M Huntmaster of the Fells @Chris Rahn +141 U Immerwolf @Terese Nielsen +69 R Increasing Ambition @Volkan Baǵa +41 R Increasing Confusion @Dan Scott +11 R Increasing Devotion @Daniel Ljunggren +120 R Increasing Savagery @Steve Prescott +95 R Increasing Vengeance @Anthony Francisco +152 R Jar of Eyeballs @Jaime Jones +121 C Kessig Recluse @Vincent Proce +122 U Lambholt Elder @Matt Stewart +12 U Lingering Souls @Bud Cook +123 R Lost in the Woods @Matt Stewart +13 C Loyal Cathar @Ryan Pancoast +96 R Markov Blademaster @Jana Schirmer & Johannes Voss +97 U Markov Warlord @Cynthia Sheppard +14 C Midnight Guard @Jason A. Engle +70 M Mikaeus, the Unhallowed @Chris Rahn +98 R Mondronen Shaman @Mike Sass +99 M Moonveil Dragon @Todd Lockwood +42 U Mystic Retrieval @Scott Chou +100 C Nearheath Stalker @Michael C. Hayes +43 C Nephalia Seakite @Wayne England +44 U Niblis of the Breath @Igor Kieryluk +15 C Niblis of the Mist @Igor Kieryluk +16 U Niblis of the Urn @Igor Kieryluk +124 R Predator Ooze @Ryan Yee +101 U Pyreheart Wolf @Lars Grant-West +71 R Ravenous Demon @Igor Kieryluk +17 C Ray of Revelation @Cliff Childs +72 C Reap the Seagraf @James Ryman +45 U Relentless Skaabs @Karl Kopinski +18 R Requiem Angel @Eric Deschamps +102 C Russet Wolves @Christopher Moeller +19 C Sanctuary Cat @David Palumbo +46 C Saving Grasp @Matt Stewart +103 C Scorch the Fields @Jaime Jones +125 C Scorned Villager @Cynthia Sheppard +47 C Screeching Skaab @Clint Cearley +20 R Seance @David Rapoza +48 U Secrets of the Dead @Eytan Zana +104 U Shattered Perception @Terese Nielsen +49 C Shriekgeist @Raymond Swanland +73 C Sightless Ghoul @Svetlin Velinov +21 C Silverclaw Griffin @Daniel Ljunggren +22 C Skillful Lunge @Jason Felix +74 U Skirsdag Flayer @Austin Hsu +126 C Somberwald Dryad @Jaime Jones +142 M Sorin, Lord of Innistrad @Michael Komarck +50 U Soul Seizer @Lucas Graciano +75 C Spiteful Shadows @John Stanko +51 C Stormbound Geist @Dan Scott +127 U Strangleroot Geist @Jason Chan +143 U Stromkirk Captain @Jana Schirmer & Johannes Voss +23 R Sudden Disappearance @Cliff Childs +105 C Talons of Falkenrath @Svetlin Velinov +24 R Thalia, Guardian of Thraben @Jana Schirmer & Johannes Voss +52 C Thought Scour @David Rapoza +25 R Thraben Doomsayer @John Stanko +26 U Thraben Heretic @James Ryman +106 C Torch Fiend @Winona Nelson +53 U Tower Geist @Izzy +128 U Tracker's Instincts @Jung Park +76 C Tragic Slip @Christopher Moeller +129 C Ulvenwald Bear @Jason A. Engle +77 C Undying Evil @Kev Walker +158 R Vault of the Archangel @John Avon +78 U Vengeful Vampire @Lucas Graciano +130 U Village Survivors @David Rapoza +131 M Vorapede @Slawomir Maniak +79 U Wakedancer @Austin Hsu +153 U Warden of the Wall @Daniel Ljunggren +132 C Wild Hunger @Karl Kopinski +133 R Wolfbitten Captive @Zoltan Boros +154 U Wolfhunter's Quiver @Daniel Ljunggren +107 C Wrack with Madness @Todd Lockwood +134 C Young Wolf @Ryan Pancoast +80 R Zombie Apocalypse @Peter Mohrbacher [tokens] w_1_1_human diff --git a/forge-gui/res/editions/Darksteel Promos.txt b/forge-gui/res/editions/Darksteel Promos.txt index f7f27a1b7d4..456719a9264 100644 --- a/forge-gui/res/editions/Darksteel Promos.txt +++ b/forge-gui/res/editions/Darksteel Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PDST [cards] -139★ R Shield of Kaldra +139★ R Shield of Kaldra @Donato Giancola diff --git a/forge-gui/res/editions/Darksteel.txt b/forge-gui/res/editions/Darksteel.txt index 850cb177bd0..ecd6ddf3bb4 100644 --- a/forge-gui/res/editions/Darksteel.txt +++ b/forge-gui/res/editions/Darksteel.txt @@ -13,171 +13,171 @@ ChaosDraftThemes=MIRRODIN ScryfallCode=DST [cards] -37 R AEther Snap -91 U AEther Vial -73 R Ageless Entity -92 U Angel's Feather -93 C Arcane Spyglass -94 C Arcbound Bruiser -95 U Arcbound Crusher -96 U Arcbound Fiend -97 C Arcbound Hybrid -98 U Arcbound Lancer -99 R Arcbound Overseer -100 R Arcbound Ravager -101 R Arcbound Reclaimer -102 U Arcbound Slith -103 C Arcbound Stinger -104 C Arcbound Worker -1 C Auriok Glaivemaster -105 U Auriok Siege Sled -55 C Barbed Lightning -163 R Blinkmoth Nexus -38 C Burden of Greed -19 U Carry Away -106 U Chimeric Egg -39 C Chittering Rats -20 R Chromescale Drake -107 U Coretapper -56 C Crazed Goblin -108 U Darksteel Brute -164 C Darksteel Citadel -109 R Darksteel Colossus -110 R Darksteel Forge -111 U Darksteel Gargoyle -112 C Darksteel Ingot -113 C Darksteel Pendant -114 R Darksteel Reactor -40 R Death Cloud -115 U Death-Mask Duplicant -116 U Demon's Horn -57 U Dismantle -117 U Dragon's Claw -118 C Drill-Skimmer -58 C Drooling Ogre -119 C Dross Golem -120 R Eater of Days -2 C Echoing Calm -74 C Echoing Courage -41 C Echoing Decay -59 C Echoing Ruin -21 C Echoing Truth -42 U Emissary of Despair -3 U Emissary of Hope -43 C Essence Drain -75 R Fangren Firstborn -60 U Fireball -61 R Flamebreak -62 R Furnace Dragon -121 R Gemini Engine -122 U Genesis Chamber -123 U Geth's Grimoire -63 U Goblin Archaeologist -44 R Greater Harvester -45 C Grimclaw Bats -4 C Hallow -124 R Heartseeker -22 U Hoverguard Observer -46 C Hunger of the Nim -76 U Infested Roothold -64 C Inflame -125 U Juggernaut -77 U Karstoderm -126 U Kraken's Eye -65 C Krark-Clan Stoker -23 R Last Word -5 U Leonin Battlemage -127 C Leonin Bola -6 R Leonin Shikari -128 R Lich's Tomb -7 C Loxodon Mystic -24 C Machinate -25 C Magnetic Flux -129 R Memnarch -47 R Mephitic Ooze -8 C Metal Fatigue -165 U Mirrodin's Core -48 U Murderous Spoils -130 R Mycosynth Lattice -131 C Myr Landshaper -132 R Myr Matrix -133 C Myr Moonvessel -134 U Nemesis Mask -26 C Neurok Prodigy -27 U Neurok Transmuter -49 U Nim Abomination -78 C Nourish -135 C Oxidda Golem -79 U Oxidize -136 R Panoptic Mirror -9 R Pristine Angel -28 U Psychic Overload -10 C Pteron Ghost -50 R Pulse of the Dross -11 R Pulse of the Fields -66 R Pulse of the Forge -29 R Pulse of the Grid -80 R Pulse of the Tangle -12 U Purge -30 C Quicksilver Behemoth -137 C Razor Golem -81 C Reap and Sow -82 R Rebuking Ceremony -31 R Reshape -32 R Retract -13 C Ritual of Restoration -83 R Roaring Slagwurm -67 R Savage Beating -51 C Scavenging Scarab -52 U Screams from Within -53 U Scrounge -33 U Second Sight -138 R Serum Powder -139 R Shield of Kaldra -54 R Shriveling Rot -68 R Shunt -140 U Skullclamp -69 R Slobad, Goblin Tinkerer -14 R Soulscour -141 U Spawning Pit -142 U Specter's Shroud -143 R Spellbinder -144 U Spincrusher -145 C Spire Golem -84 U Stand Together -15 R Steelshaper Apprentice -16 U Stir the Pride -146 R Sundering Titan -147 U Surestrike Trident -148 R Sword of Fire and Ice -149 R Sword of Light and Shadow -34 R Synod Artificer -150 U Talon of Pain -151 C Tangle Golem -85 C Tangle Spider -86 U Tanglewalker -70 U Tears of Rage -87 C Tel-Jilad Outrider -88 C Tel-Jilad Wolf -17 U Test of Faith -152 R Thought Dissector -153 U Thunderstaff -154 R Trinisphere -18 R Turn the Tables -71 C Unforge -155 C Ur-Golem's Eye -35 C Vedalken Engineer -36 C Vex -89 C Viridian Acolyte -90 R Viridian Zealot -156 U Voltaic Construct -157 C Vulshok Morningstar -72 U Vulshok War Boar -158 R Wand of the Elements -159 R Well of Lost Dreams -160 C Whispersilk Cloak -161 U Wirefly Hive -162 U Wurm's Tooth +37 R Aether Snap @Kev Walker +91 U Aether Vial @Greg Hildebrandt +73 R Ageless Entity @Jeff Miracola +92 U Angel's Feather @Alan Pollack +93 C Arcane Spyglass @Trevor Hairsine +94 C Arcbound Bruiser @Christopher Moeller +95 U Arcbound Crusher @Michael Sutfin +96 U Arcbound Fiend @Ittoku +97 C Arcbound Hybrid @Alan Pollack +98 U Arcbound Lancer @John Avon +99 R Arcbound Overseer @Carl Critchlow +100 R Arcbound Ravager @Carl Critchlow +101 R Arcbound Reclaimer @Jon Foster +102 U Arcbound Slith @Vance Kovacs +103 C Arcbound Stinger @Darrell Riche +104 C Arcbound Worker @Darrell Riche +1 C Auriok Glaivemaster @John Matson +105 U Auriok Siege Sled @Jim Murray +55 C Barbed Lightning @Hugh Jamieson +163 R Blinkmoth Nexus @Brian Snõddy +38 C Burden of Greed @Vance Kovacs +19 U Carry Away @Jim Nelson +106 U Chimeric Egg @Michael Sutfin +39 C Chittering Rats @Tom Wänerstrand +20 R Chromescale Drake @Ben Thompson +107 U Coretapper @Dany Orizio +56 C Crazed Goblin @Darrell Riche +108 U Darksteel Brute @Nottsuo +164 C Darksteel Citadel @John Avon +109 R Darksteel Colossus @Carl Critchlow +110 R Darksteel Forge @Martina Pilcerova +111 U Darksteel Gargoyle @Ron Spencer +112 C Darksteel Ingot @Martina Pilcerova +113 C Darksteel Pendant @Terese Nielsen +114 R Darksteel Reactor @Kev Walker +40 R Death Cloud @Stephen Tappin +115 U Death-Mask Duplicant @Thomas M. Baxa +116 U Demon's Horn @Alan Pollack +57 U Dismantle @Brian Snõddy +117 U Dragon's Claw @Alan Pollack +118 C Drill-Skimmer @Mark Zug +58 C Drooling Ogre @Brian Snõddy +119 C Dross Golem @Adam Rex +120 R Eater of Days @Mark Tedin +2 C Echoing Calm @Greg Staples +74 C Echoing Courage @Greg Staples +41 C Echoing Decay @Greg Staples +59 C Echoing Ruin @Greg Staples +21 C Echoing Truth @Greg Staples +42 U Emissary of Despair @rk post +3 U Emissary of Hope @rk post +43 C Essence Drain @Tony Szczudlo +75 R Fangren Firstborn @Tim Hildebrandt +60 U Fireball @Dave Dorman +61 R Flamebreak @Trevor Hairsine +62 R Furnace Dragon @Matthew D. Wilson +121 R Gemini Engine @Nottsuo +122 U Genesis Chamber @Mark Tedin +123 U Geth's Grimoire @Heather Hudson +63 U Goblin Archaeologist @Jim Nelson +44 R Greater Harvester @Daren Bader +45 C Grimclaw Bats @Tom Wänerstrand +4 C Hallow @Alex Horley-Orlandelli +124 R Heartseeker @Michael Sutfin +22 U Hoverguard Observer @Kev Walker +46 C Hunger of the Nim @Puddnhead +76 U Infested Roothold @Terese Nielsen +64 C Inflame @Hugh Jamieson +125 U Juggernaut @Arnie Swekel +77 U Karstoderm @Tony Szczudlo +126 U Kraken's Eye @Alan Pollack +65 C Krark-Clan Stoker @Pete Venters +23 R Last Word @Scott M. Fischer +5 U Leonin Battlemage @Stephen Tappin +127 C Leonin Bola @Christopher Moeller +6 R Leonin Shikari @Wayne England +128 R Lich's Tomb @Matt Cavotta +7 C Loxodon Mystic @Edward P. Beard, Jr. +24 C Machinate @Wayne England +25 C Magnetic Flux @Alan Rabinowitz +129 R Memnarch @Carl Critchlow +47 R Mephitic Ooze @Alex Horley-Orlandelli +8 C Metal Fatigue @Arnie Swekel +165 U Mirrodin's Core @Greg Staples +48 U Murderous Spoils @Adam Rex +130 R Mycosynth Lattice @Anthony S. Waters +131 C Myr Landshaper @Greg Staples +132 R Myr Matrix @Mark Tedin +133 C Myr Moonvessel @Dany Orizio +134 U Nemesis Mask @Adam Rex +26 C Neurok Prodigy @Puddnhead +27 U Neurok Transmuter @Mark Zug +49 U Nim Abomination @Jim Murray +78 C Nourish @Scott M. Fischer +135 C Oxidda Golem @Greg Staples +79 U Oxidize @Kev Walker +136 R Panoptic Mirror @Glen Angus +9 R Pristine Angel @Scott M. Fischer +28 U Psychic Overload @Jeremy Jarvis +10 C Pteron Ghost @Edward P. Beard, Jr. +50 R Pulse of the Dross @Paolo Parente +11 R Pulse of the Fields @Paolo Parente +66 R Pulse of the Forge @Paolo Parente +29 R Pulse of the Grid @Wayne England +80 R Pulse of the Tangle @Wayne England +12 U Purge @Pete Venters +30 C Quicksilver Behemoth @Anthony S. Waters +137 C Razor Golem @Christopher Moeller +81 C Reap and Sow @Rob Alexander +82 R Rebuking Ceremony @Ittoku +31 R Reshape @Jon Foster +32 R Retract @Matt Cavotta +13 C Ritual of Restoration @Dany Orizio +83 R Roaring Slagwurm @David Martin +67 R Savage Beating @Matt Thompson +51 C Scavenging Scarab @Jeff Easley +52 U Screams from Within @Hugh Jamieson +53 U Scrounge @Pete Venters +33 U Second Sight @Luca Zontini +138 R Serum Powder @Matt Thompson +139 R Shield of Kaldra @Donato Giancola +54 R Shriveling Rot @Alex Horley-Orlandelli +68 R Shunt @Greg Hildebrandt +140 U Skullclamp @Luca Zontini +69 R Slobad, Goblin Tinkerer @Kev Walker +14 R Soulscour @Kev Walker +141 U Spawning Pit @Tony Szczudlo +142 U Specter's Shroud @Greg Hildebrandt +143 R Spellbinder @Ron Spencer +144 U Spincrusher @Greg Staples +145 C Spire Golem @Daren Bader +84 U Stand Together @Luca Zontini +15 R Steelshaper Apprentice @Tim Hildebrandt +16 U Stir the Pride @Matt Cavotta +146 R Sundering Titan @Jim Murray +147 U Surestrike Trident @Ben Thompson +148 R Sword of Fire and Ice @Mark Zug +149 R Sword of Light and Shadow @Mark Zug +34 R Synod Artificer @Mark Zug +150 U Talon of Pain @Daren Bader +151 C Tangle Golem @Arnie Swekel +85 C Tangle Spider @Terese Nielsen +86 U Tanglewalker @Pete Venters +70 U Tears of Rage @Pete Venters +87 C Tel-Jilad Outrider @Paolo Parente +88 C Tel-Jilad Wolf @Paolo Parente +17 U Test of Faith @Vance Kovacs +152 R Thought Dissector @Matt Cavotta +153 U Thunderstaff @Kaja Foglio +154 R Trinisphere @Tim Hildebrandt +18 R Turn the Tables @Christopher Moeller +71 C Unforge @Kev Walker +155 C Ur-Golem's Eye @Heather Hudson +35 C Vedalken Engineer @Lars Grant-West +36 C Vex @Brian Snõddy +89 C Viridian Acolyte @D. Alexander Gregory +90 R Viridian Zealot @Kev Walker +156 U Voltaic Construct @Jeff Easley +157 C Vulshok Morningstar @David Martin +72 U Vulshok War Boar @Pete Venters +158 R Wand of the Elements @Thomas M. Baxa +159 R Well of Lost Dreams @Jeff Miracola +160 C Whispersilk Cloak @Luca Zontini +161 U Wirefly Hive @Nottsuo +162 U Wurm's Tooth @Alan Pollack [tokens] twin diff --git a/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt b/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt index 02bfeba6d74..73e871299be 100644 --- a/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt +++ b/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt @@ -8,59 +8,59 @@ Border=White ScryfallCode=DKM [cards] -1 U Abyssal Specter -2 U Contagion -3 C Dark Banishing -4 C Dark Ritual -5 C Foul Familiar -6 C Lim-Dul's High Guard -7 R Necropotence -8 C Phantasmal Fiend -9 C Soul Burn -10 R Balduvian Horde -11 U Death Spark -12 U Goblin Mutant -13 C Guerrilla Tactics -14 C Incinerate -15 R Jokulhaups -16 C Lava Burst -17 U Orcish Cannoneers -18 U Pillage -19 U Pyroclasm -20 C Shatter -21 C Storm Shaman -22 C Balduvian Bears -23 U Bounty of the Hunt -24 U Elvish Bard -25 C Folk of the Pines -26 C Fyndhorn Elves -27 C Giant Growth -28 U Hurricane -29 R Lhurgoyf -30 C Woolly Spider -31 C Yavimaya Ancients -32 U Yavimaya Ants -33 U Giant Trap Door Spider -34 C Barbed Sextant -35 R Elkin Bottle -36 U Icy Manipulator -37 C Phyrexian War Beast -38 U Walking Wall -39 R Karplusan Forest -40 R Sulfurous Springs -41 R Underground River -42 L Swamp -43 L Swamp -44 L Swamp -45 L Mountain -46 L Mountain -47 L Mountain -48 L Forest -49 L Forest -50 L Forest -51 C Lim-Dul's High Guard -52 C Phantasmal Fiend -53 C Guerrilla Tactics -54 C Storm Shaman -55 C Yavimaya Ancients -56 C Phyrexian War Beast +1 U Abyssal Specter @Ruth Thompson +2 U Contagion @Mike Raabe +3 C Dark Banishing @Drew Tucker +4 C Dark Ritual @Justin Hampton +5 C Foul Familiar @Anson Maddocks +6a C Lim-Dul's High Guard @Anson Maddocks +6b C Lim-Dul's High Guard @Anson Maddocks +7 R Necropotence @Mark Tedin +8a C Phantasmal Fiend @Scott Kirschner +8b C Phantasmal Fiend @Scott Kirschner +9 C Soul Burn @Rob Alexander +10 R Balduvian Horde @Brian Snõddy +11 U Death Spark @Mark Tedin +12 U Goblin Mutant @Daniel Gelon +13a C Guerrilla Tactics @Randy Asplund-Faith +13b C Guerrilla Tactics @Randy Asplund-Faith +14 C Incinerate @Mark Poole +15 R Jokulhaups @Richard Thomas +16 C Lava Burst @Tom Wänerstrand +17 U Orcish Cannoneers @Dan Frazier +18 U Pillage @Richard Kane Ferguson +19 U Pyroclasm @Pat Morrissey +20 C Shatter @Bryon Wackwitz +21a C Storm Shaman @Carol Heyer +21b C Storm Shaman @Carol Heyer +22 C Balduvian Bears @Quinton Hoover +23 U Bounty of the Hunt @Jeff A. Menges +24 U Elvish Bard @Susan Van Camp +25 C Folk of the Pines @NéNé Thomas & Catherine Buck +26 C Fyndhorn Elves @Justin Hampton +27 C Giant Growth @Allen Williams +28 U Hurricane @Cornelius Brudi +29 R Lhurgoyf @Pete Venters +30 C Woolly Spider @Daniel Gelon +31a C Yavimaya Ancients @Quinton Hoover +31b C Yavimaya Ancients @Quinton Hoover +32 U Yavimaya Ants @Pat Morrissey +33 U Giant Trap Door Spider @Heather Hudson +34 C Barbed Sextant @Amy Weber +35 R Elkin Bottle @Quinton Hoover +36 U Icy Manipulator @Amy Weber +37a C Phyrexian War Beast @Bill Sienkiewicz +37b C Phyrexian War Beast @Bill Sienkiewicz +38 U Walking Wall @Anthony S. Waters +39 R Karplusan Forest @Nicola Leonard +40 R Sulfurous Springs @Phil Foglio +41 R Underground River @NéNé Thomas +42 L Swamp @Douglas Shuler +43 L Swamp @Douglas Shuler +44 L Swamp @Douglas Shuler +45 L Mountain @Tom Wänerstrand +46 L Mountain @Tom Wänerstrand +47 L Mountain @Tom Wänerstrand +48 L Forest @Pat Morrissey +49 L Forest @Pat Morrissey +50 L Forest @Pat Morrissey diff --git a/forge-gui/res/editions/Dissension Promos.txt b/forge-gui/res/editions/Dissension Promos.txt index 5da5f65af16..3bda1a32ee1 100644 --- a/forge-gui/res/editions/Dissension Promos.txt +++ b/forge-gui/res/editions/Dissension Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PDIS [cards] -140★ R Avatar of Discord -141★ R Azorius Guildmage +140★ R Avatar of Discord @rk post +141★ R Azorius Guildmage @Christopher Moeller diff --git a/forge-gui/res/editions/Dissension.txt b/forge-gui/res/editions/Dissension.txt index 1d791ad3d2d..de2adfb2e00 100644 --- a/forge-gui/res/editions/Dissension.txt +++ b/forge-gui/res/editions/Dissension.txt @@ -14,186 +14,186 @@ ChaosDraftThemes=RAVNICA ScryfallCode=DIS [cards] -1 C Aurora Eidolon -2 U Azorius Herald -3 C Beacon Hawk -4 U Blessing of the Nephilim -5 U Brace for Impact -6 C Carom -7 R Celestial Ancient -8 U Condemn -9 C Freewind Equenaut -10 C Guardian of the Guildpact -11 C Haazda Exonerator -12 R Haazda Shield Mate -13 U Mistral Charger -14 U Paladin of Prahv -15 R Proclamation of Rebirth -16 R Proper Burial -17 C Soulsworn Jury -18 C Steeling Stance -19 U Stoic Ephemera -20 C Valor Made Real -21 R Wakestone Gargoyle -22 U Court Hussar -23 R Cytoplast Manipulator -24 C Enigma Eidolon -25 R Govern the Guildless -26 C Helium Squirter -27 R Novijen Sages -28 C Ocular Halo -29 U Plaxmanta -30 R Psychic Possession -31 C Silkwing Scout -32 U Skyscribing -33 U Spell Snare -34 R Tidespout Tyrant -35 U Vigean Graftmage -36 C Vision Skeins -37 C Writ of Passage -38 U Bond of Agony -39 U Brain Pry -40 U Crypt Champion -41 C Delirium Skeins -42 C Demon's Jester -43 U Drekavac -44 C Enemy of the Guildpact -45 C Entropic Eidolon -46 R Infernal Tutor -47 C Macabre Waltz -48 C Nettling Curse -49 U Nightcreep -50 R Nihilistic Glee -51 U Ragamuffyn -52 R Ratcatcher -53 C Seal of Doom -54 C Slaughterhouse Bouncer -55 U Slithering Shade -56 R Unliving Psychopath -57 C Vesper Ghoul -58 R Wit's End -59 C Cackling Flames -60 R Demonfire -61 U Flame-Kin War Scout -62 U Flaring Flame-Kin -63 U Gnat Alley Creeper -64 U Ignorant Bliss -65 C Kill-Suit Cultist -66 U Kindle the Carnage -67 C Ogre Gatecrasher -68 C Psychotic Fury -69 R Rakdos Pit Dragon -70 C Sandstorm Eidolon -71 C Seal of Fire -72 U Squealing Devil -73 R Stalking Vengeance -74 R Stormscale Anarch -75 C Taste for Mayhem -76 C Utvara Scalper -77 R War's Toll -78 U Weight of Spires -79 C Whiptail Moloch -80 C Aquastrand Spider -81 R Cytoplast Root-Kin -82 C Cytospawn Shambler -83 R Elemental Resonance -84 U Fertile Imagination -85 U Flash Foliage -86 U Indrik Stomphowler -87 R Loaming Shaman -88 U Might of the Nephilim -89 U Patagia Viper -90 R Protean Hulk -91 U Simic Basilisk -92 C Simic Initiate -93 C Simic Ragworm -94 C Sporeback Troll -95 R Sprouting Phytohydra -96 U Stomp and Howl -97 C Street Savvy -98 C Thrive -99 C Utopia Sprawl -100 C Verdant Eidolon -101 R AEthermage's Touch -102 R Anthem of Rakdos -103 C Assault Zeppelid -104 U Azorius AEthermage -105 C Azorius First-Wing -106 U Azorius Ploy -107 C Coiling Oracle -108 R Cytoshape -109 R Dread Slag -110 R Experiment Kraj -111 C Gobhobbler Rats -112 R Grand Arbiter Augustin IV -113 U Hellhole Rats -114 R Isperia the Inscrutable -115 U Jagged Poppet -116 U Leafdrake Roost -117 R Lyzolda, the Blood Witch -118 R Momir Vig, Simic Visionary -119 R Omnibian -120 C Overrule -121 U Pain Magnification -122 U Palliation Accord -123 U Plaxcaster Frogling -124 C Plumes of Peace -125 R Pride of the Clouds -126 R Rain of Gore -127 R Rakdos Augermage -128 C Rakdos Ickspitter -129 R Rakdos the Defiler -130 R Simic Sky Swallower -131 U Sky Hussar -132 R Swift Silence -133 U Trygon Predator -134 U Twinstrike -135 C Vigean Hydropon -136 U Vigean Intuition -137 R Voidslime -138 R Windreaver -139 C Wrecking Ball -140 R Avatar of Discord -141 U Azorius Guildmage -142 R Biomantic Mastery -143 R Dovescape -144 C Minister of Impediments -145 U Rakdos Guildmage -146 C Riot Spikes -147 C Shielding Plax -148 U Simic Guildmage -149 R Bound // Determined -150 R Crime // Punishment -151 R Hide // Seek -152 U Hit // Run -153 R Odds // Ends -154 U Pure // Simple -155 R Research // Development -156 U Rise // Fall -157 U Supply // Demand -158 U Trial // Error -159 C Azorius Signet -160 R Bronze Bombshell -161 R Evolution Vat -162 U Magewright's Stone -163 R Muse Vessel -164 R Rakdos Riteknife -165 C Rakdos Signet -166 C Simic Signet -167 U Skullmead Cauldron -168 U Transguild Courier -169 R Walking Archive -170 C Azorius Chancery -171 R Blood Crypt -172 R Breeding Pool -173 U Ghost Quarter -174 R Hallowed Fountain -175 U Novijen, Heart of Progress -176 R Pillar of the Paruns -177 U Prahv, Spires of Order -178 C Rakdos Carnarium -179 U Rix Maadi, Dungeon Palace -180 C Simic Growth Chamber +1 C Aurora Eidolon @Justin Sweet +2 U Azorius Herald @Justin Sweet +3 C Beacon Hawk @William Simpson +4 U Blessing of the Nephilim @Greg Hildebrandt +5 U Brace for Impact @Dan Scott +6 C Carom @Alex Horley-Orlandelli +7 R Celestial Ancient @Mark Tedin +8 U Condemn @Daren Bader +9 C Freewind Equenaut @Rebecca Guay +10 C Guardian of the Guildpact @Fred Hooper +11 C Haazda Exonerator @Kev Walker +12 R Haazda Shield Mate @Ron Spears +13 U Mistral Charger @Terese Nielsen +14 U Paladin of Prahv @William Simpson +15 R Proclamation of Rebirth @William Simpson +16 R Proper Burial @Luca Zontini +17 C Soulsworn Jury @Zoltan Boros & Gabor Szikszai +18 C Steeling Stance @Randy Gallegos +19 U Stoic Ephemera @Randy Gallegos +20 C Valor Made Real @Jeff Miracola +21 R Wakestone Gargoyle @Jim Murray +22 U Court Hussar @Ron Spears +23 R Cytoplast Manipulator @Dan Scott +24 C Enigma Eidolon @Shishizaru +25 R Govern the Guildless @Alex Horley-Orlandelli +26 C Helium Squirter @Hideaki Takamura +27 R Novijen Sages @Luca Zontini +28 C Ocular Halo @Ralph Horsley +29 U Plaxmanta @Alan Pollack +30 R Psychic Possession @Mark Tedin +31 C Silkwing Scout @Rebecca Guay +32 U Skyscribing @Luca Zontini +33 U Spell Snare @Hideaki Takamura +34 R Tidespout Tyrant @Dany Orizio +35 U Vigean Graftmage @Alan Pollack +36 C Vision Skeins @Aleksi Briclot +37 C Writ of Passage @Luca Zontini +38 U Bond of Agony @Luca Zontini +39 U Brain Pry @Jim Nelson +40 U Crypt Champion @Pete Venters +41 C Delirium Skeins @Aleksi Briclot +42 C Demon's Jester @Pete Venters +43 U Drekavac @Carl Critchlow +44 C Enemy of the Guildpact @Fred Hooper +45 C Entropic Eidolon @Aleksi Briclot +46 R Infernal Tutor @Kev Walker +47 C Macabre Waltz @Jim Murray +48 C Nettling Curse @Jeremy Jarvis & Wayne Reynolds +49 U Nightcreep @Jeff Miracola +50 R Nihilistic Glee @Ron Spears & Wayne Reynolds +51 U Ragamuffyn @rk post +52 R Ratcatcher @Dan Scott +53 C Seal of Doom @Ralph Horsley +54 C Slaughterhouse Bouncer @Greg Staples +55 U Slithering Shade @Daren Bader +56 R Unliving Psychopath @Greg Staples +57 C Vesper Ghoul @Thomas M. Baxa +58 R Wit's End @Kev Walker +59 C Cackling Flames @Shishizaru +60 R Demonfire @Greg Staples +61 U Flame-Kin War Scout @Fred Hooper +62 U Flaring Flame-Kin @Brian Hagan +63 U Gnat Alley Creeper @Pete Venters +64 U Ignorant Bliss @Jeff Miracola +65 C Kill-Suit Cultist @Alex Horley-Orlandelli +66 U Kindle the Carnage @Dany Orizio +67 C Ogre Gatecrasher @Daren Bader +68 C Psychotic Fury @Kev Walker +69 R Rakdos Pit Dragon @Kev Walker +70 C Sandstorm Eidolon @Brian Hagan +71 C Seal of Fire @Ralph Horsley +72 U Squealing Devil @Matt Cavotta +73 R Stalking Vengeance @Anthony S. Waters +74 R Stormscale Anarch @Ralph Horsley +75 C Taste for Mayhem @Greg Hildebrandt +76 C Utvara Scalper @Christopher Rush +77 R War's Toll @Dana Knutson +78 U Weight of Spires @Michael Sutfin +79 C Whiptail Moloch @Darrell Riche +80 C Aquastrand Spider @Dany Orizio +81 R Cytoplast Root-Kin @Thomas M. Baxa +82 C Cytospawn Shambler @Anthony S. Waters +83 R Elemental Resonance @Mark Tedin +84 U Fertile Imagination @Dan Scott +85 U Flash Foliage @Ron Spears +86 U Indrik Stomphowler @Carl Critchlow +87 R Loaming Shaman @Carl Critchlow +88 U Might of the Nephilim @Paolo Parente +89 U Patagia Viper @Christopher Moeller +90 R Protean Hulk @Matt Cavotta +91 U Simic Basilisk @Luca Zontini +92 C Simic Initiate @Dany Orizio +93 C Simic Ragworm @Nick Percival +94 C Sporeback Troll @Dan Scott +95 R Sprouting Phytohydra @Heather Hudson +96 U Stomp and Howl @Carl Critchlow +97 C Street Savvy @Kev Walker +98 C Thrive @Daren Bader +99 C Utopia Sprawl @Ron Spears +100 C Verdant Eidolon @Tsutomu Kawade +101 R Aethermage's Touch @Randy Gallegos +102 R Anthem of Rakdos @Ralph Horsley +103 C Assault Zeppelid @Jeremy Jarvis +104 U Azorius Aethermage @Heather Hudson +105 C Azorius First-Wing @Alex Horley-Orlandelli +106 U Azorius Ploy @Michael Sutfin +107 C Coiling Oracle @Mark Zug +108 R Cytoshape @Alan Pollack +109 R Dread Slag @Anthony S. Waters +110 R Experiment Kraj @Mark Tedin +111 C Gobhobbler Rats @Michael Sutfin +112 R Grand Arbiter Augustin IV @Zoltan Boros & Gabor Szikszai +113 U Hellhole Rats @Kev Walker +114 R Isperia the Inscrutable @Greg Staples +115 U Jagged Poppet @Jeff Miracola +116 U Leafdrake Roost @Nick Percival +117 R Lyzolda, the Blood Witch @Jim Nelson +118 R Momir Vig, Simic Visionary @Zoltan Boros & Gabor Szikszai +119 R Omnibian @Jim Nelson +120 C Overrule @Alan Pollack +121 U Pain Magnification @Aleksi Briclot +122 U Palliation Accord @William Simpson +123 U Plaxcaster Frogling @Greg Staples +124 C Plumes of Peace @Justin Sweet +125 R Pride of the Clouds @Rebecca Guay +126 R Rain of Gore @Fred Hooper +127 R Rakdos Augermage @Zoltan Boros & Gabor Szikszai +128 C Rakdos Ickspitter @Christopher Rush +129 R Rakdos the Defiler @Zoltan Boros & Gabor Szikszai +130 R Simic Sky Swallower @rk post +131 U Sky Hussar @Kev Walker +132 R Swift Silence @Greg Staples +133 U Trygon Predator @Carl Critchlow +134 U Twinstrike @Christopher Rush +135 C Vigean Hydropon @Anthony S. Waters +136 U Vigean Intuition @Alex Horley-Orlandelli +137 R Voidslime @Jim Murray +138 R Windreaver @Aleksi Briclot +139 C Wrecking Ball @Ron Spears +140 R Avatar of Discord @rk post +141 U Azorius Guildmage @Christopher Moeller +142 R Biomantic Mastery @Dan Scott +143 R Dovescape @Shishizaru +144 C Minister of Impediments @Brian Hagan +145 U Rakdos Guildmage @Jeremy Jarvis +146 C Riot Spikes @Christopher Moeller +147 C Shielding Plax @Brian Hagan +148 U Simic Guildmage @Aleksi Briclot +149 R Bound // Determined @Jim Nelson +150 R Crime // Punishment @Randy Gallegos +151 R Hide // Seek @Zoltan Boros & Gabor Szikszai +152 U Hit // Run @Darrell Riche +153 R Odds // Ends @Michael Sutfin +154 U Pure // Simple @Paolo Parente +155 R Research // Development @Greg Staples +156 U Rise // Fall @Pete Venters +157 U Supply // Demand @Daren Bader +158 U Trial // Error @Ron Spears & Wayne Reynolds +159 C Azorius Signet @Greg Hildebrandt +160 R Bronze Bombshell @Martina Pilcerova +161 R Evolution Vat @John Avon +162 U Magewright's Stone @Carl Critchlow +163 R Muse Vessel @Christopher Rush +164 R Rakdos Riteknife @Jim Nelson +165 C Rakdos Signet @Greg Hildebrandt +166 C Simic Signet @Greg Hildebrandt +167 U Skullmead Cauldron @Martina Pilcerova +168 U Transguild Courier @John Avon +169 R Walking Archive @Heather Hudson +170 C Azorius Chancery @John Avon +171 R Blood Crypt @Rob Alexander +172 R Breeding Pool @Rob Alexander +173 U Ghost Quarter @Heather Hudson +174 R Hallowed Fountain @Rob Alexander +175 U Novijen, Heart of Progress @Martina Pilcerova +176 R Pillar of the Paruns @Dany Orizio +177 U Prahv, Spires of Order @Martina Pilcerova +178 C Rakdos Carnarium @John Avon +179 U Rix Maadi, Dungeon Palace @Martina Pilcerova +180 C Simic Growth Chamber @John Avon [tokens] r_3_1_elemental diff --git a/forge-gui/res/editions/Dominaria Promos.txt b/forge-gui/res/editions/Dominaria Promos.txt index d6e2cd7205d..258a5015cf0 100644 --- a/forge-gui/res/editions/Dominaria Promos.txt +++ b/forge-gui/res/editions/Dominaria Promos.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PDOM [cards] -60 C Opt -76 R Zahid, Djinn of the Lamp -81 U Cast Down -168 C Llanowar Elves -182 R Steel Leaf Champion -204 U Shanna, Sisay's Legacy -249 U Zhalfirin Void -33c U Serra Angel +60 C Opt @Tyler Jacobson +76 R Zahid, Djinn of the Lamp @Tyler Jacobson +81 U Cast Down @Bastien L. Deharme +168 C Llanowar Elves @Victor Adame Minguez +182 R Steel Leaf Champion @Simon Dominic +204 U Shanna, Sisay's Legacy @Magali Villeneuve +249 U Zhalfirin Void @John Avon +33c U Serra Angel @Scott M. Fischer diff --git a/forge-gui/res/editions/Dominaria.txt b/forge-gui/res/editions/Dominaria.txt index fcf4e5c0e61..8f7c2295196 100644 --- a/forge-gui/res/editions/Dominaria.txt +++ b/forge-gui/res/editions/Dominaria.txt @@ -12,286 +12,286 @@ FatPackExtraSlots=80 BasicLands ScryfallCode=DOM [cards] -1 M Karn, Scion of Urza -2 C Adamant Will -3 C Aven Sentry -4 U Baird, Steward of Argive -5 C Benalish Honor Guard -6 R Benalish Marshal -7 C Blessed Light -8 U Board the Weatherlight -9 C Call the Cavalry -10 C Charge -11 C D'Avenant Trapper -12 U Danitha Capashen, Paragon -13 R Daring Archaeologist -14 U Dauntless Bodyguard -15 C Dub -16 R Evra, Halcyon Witness -17 C Excavation Elephant -18 R Fall of the Thran -19 C Gideon's Reproach -20 C Healing Grace -21 M History of Benalia -22 C Invoke the Divine -23 U Knight of Grace -24 C Knight of New Benalia -25 U Kwende, Pride of Femeref -26 M Lyra Dawnbringer -27 C Mesa Unicorn -28 U On Serra's Wings -29 C Pegasus Courser -30 U Sanctum Spirit -31 U Seal Away -32 C Sergeant-at-Arms -33 U Serra Angel -34 C Serra Disciple -35 R Shalai, Voice of Plenty -36 R Teshar, Ancestor's Apostle -37 C Tragic Poet -38 U Triumph of Gerrard -39 R Urza's Ruinous Blast -40 C Academy Drake -41 C Academy Journeymage -42 R The Antiquities War -43 C Arcane Flight -44 C Artificer's Assistant -45 C Befuddle -46 C Blink of an Eye -47 C Cloudreader Sphinx -48 C Cold-Water Snapper -49 U Curator's Ward -50 C Deep Freeze -51 U Diligent Excavator -52 C Divination -53 C Homarid Explorer -54 U In Bolas's Clutches -55 R Karn's Temporal Sundering -56 U Merfolk Trickster -57 R The Mirari Conjecture -58 R Naban, Dean of Iteration -59 M Naru Meha, Master Wizard -60 C Opt -61 R Precognition Field -62 C Relic Runner -63 C Rescue -64 U Sage of Lat-Nam -65 U Sentinel of the Pearl Trident -66 U Slinn Voda, the Rising Deep -67 C Syncopate -68 R Tempest Djinn -69 U Tetsuko Umezawa, Fugitive -70 U Time of Ice -71 C Tolarian Scholar -72 C Unwind -73 C Vodalian Arcanist -74 U Weight of Memory -75 U Wizard's Retort -76 R Zahid, Djinn of the Lamp -77 C Blessing of Belzenlok -78 C Cabal Evangel -79 C Cabal Paladin -80 C Caligo Skin-Witch -81 U Cast Down -82 U Chainer's Torment -83 C Dark Bargain -84 C Deathbloom Thallid -85 C Demonic Vigor -86 M Demonlord Belzenlok -87 C Divest -88 R Dread Shade -89 C Drudge Sentinel -90 U The Eldest Reborn -91 C Eviscerate -92 C Feral Abomination -93 U Final Parting -94 C Fungal Infection -95 R Josu Vess, Lich Knight -96 R Kazarov, Sengir Pureblood -97 U Knight of Malice -98 R Lich's Mastery -99 U Lingering Phantom -100 M Phyrexian Scriptures -101 C Rat Colony -102 R Rite of Belzenlok -103 U Settle the Score -104 C Soul Salvage -105 C Stronghold Confessor -106 C Thallid Omnivore -107 U Thallid Soothsayer -108 R Torgaar, Famine Incarnate -109 U Urgoros, the Empty One -110 C Vicious Offering -111 U Whisper, Blood Liturgist -112 C Windgrace Acolyte -113 U Yargle, Glutton of Urborg -114 R Yawgmoth's Vile Offering -115 C Bloodstone Goblin -116 U Champion of the Flame -117 C Fervent Strike -118 C Fiery Intervention -119 U Fight with Fire -120 C Fire Elemental -121 U Firefist Adept -122 R The First Eruption -123 U The Flame of Keld -124 C Frenzied Rage -125 C Ghitu Chronicler -126 C Ghitu Journeymage -127 C Ghitu Lavarunner -128 U Goblin Barrage -129 R Goblin Chainwhirler -130 U Goblin Warchief -131 R Haphazard Bombardment -132 M Jaya Ballard -133 R Jaya's Immolating Inferno -134 C Keldon Overseer -135 C Keldon Raider -136 C Keldon Warcaller -137 U Orcish Vandal -138 C Radiating Lightning -139 C Rampaging Cyclops -140 C Run Amok -141 C Seismic Shift -142 C Shivan Fire -143 R Siege-Gang Commander -144 C Skirk Prospector -145 U Skizzik -146 R Squee, the Immortal -147 R Two-Headed Giant -148 U Valduk, Keeper of the Flame -149 M Verix Bladewing -150 U Warcry Phoenix -151 C Warlord's Fury -152 U Wizard's Lightning -153 C Adventurous Impulse -154 C Ancient Animus -155 C Arbor Armament -156 C Baloth Gorger -157 C Broken Bond -158 C Corrosive Ooze -159 U Elfhame Druid -160 U Fungal Plots -161 U Gaea's Blessing -162 C Gaea's Protector -163 C Gift of Growth -164 C Grow from the Ashes -165 U Grunn, the Lonely King -166 R Kamahl's Druidic Vow -167 C Krosan Druid -168 C Llanowar Elves -169 C Llanowar Envoy -170 C Llanowar Scout -171 C Mammoth Spider -172 R Marwyn, the Nurturer -173 R The Mending of Dominaria -174 M Multani, Yavimaya's Avatar -175 U Nature's Spiral -176 C Pierce the Sky -177 C Primordial Wurm -178 C Saproling Migration -179 U Song of Freyalise -180 U Spore Swarm -181 U Sporecrown Thallid -182 R Steel Leaf Champion -183 R Sylvan Awakening -184 R Territorial Allosaurus -185 U Thorn Elemental -186 U Untamed Kavu -187 R Verdant Force -188 U Wild Onslaught -189 C Yavimaya Sapherd -190 U Adeliz, the Cinder Wind -191 U Arvad the Cursed -192 R Aryel, Knight of Windgrace -193 M Darigaaz Reincarnated -194 U Garna, the Bloodflame -195 R Grand Warlord Radha -196 U Hallar, the Firefletcher -197 M Jhoira, Weatherlight Captain -198 R Jodah, Archmage Eternal -199 M Muldrotha, the Gravetide -200 R Oath of Teferi -201 R Primevals' Glorious Rebirth -202 U Raff Capashen, Ship's Mage -203 U Rona, Disciple of Gix -204 U Shanna, Sisay's Legacy -205 U Slimefoot, the Stowaway -206 U Tatyova, Benthic Druid -207 M Teferi, Hero of Dominaria -208 U Tiana, Ship's Caretaker -209 C Aesthir Glider -210 U Amaranthine Wall -211 R Blackblade Reforged -212 C Bloodtallow Candle -213 U Damping Sphere -214 R Forebear's Blade -215 R Gilded Lotus -216 C Guardians of Koilos -217 R Helm of the Host -218 U Howling Golem -219 U Icy Manipulator -220 U Jhoira's Familiar -221 C Jousting Lance -222 U Juggernaut -223 R Mishra's Self-Replicator -224 M Mox Amber -225 C Navigator's Compass -226 C Pardic Wanderer -227 C Powerstone Shard -228 U Shield of the Realm -229 C Short Sword -230 C Skittering Surveyor -231 U Sorcerer's Wand -232 C Sparring Construct -233 R Thran Temporal Gateway -234 R Traxos, Scourge of Kroog -235 U Urza's Tome -236 C Voltaic Servant -237 M Weatherlight -238 R Cabal Stronghold -239 R Clifftop Retreat -240 R Hinterland Harbor -241 R Isolated Chapel -242 U Memorial to Folly -243 U Memorial to Genius -244 U Memorial to Glory -245 U Memorial to Unity -246 U Memorial to War -247 R Sulfur Falls -248 R Woodland Cemetery -249 U Zhalfirin Void -250 L Plains -251 L Plains -252 L Plains -253 L Plains -254 L Island -255 L Island -256 L Island -257 L Island -258 L Swamp -259 L Swamp -260 L Swamp -261 L Swamp -262 L Mountain -263 L Mountain -264 L Mountain -265 L Mountain -266 L Forest -267 L Forest -268 L Forest -269 L Forest -270 M Teferi, Timebender -271 C Temporal Machinations -272 R Niambi, Faithful Healer -273 U Teferi's Sentinel -274 C Meandering River -275 M Chandra, Bold Pyromancer -276 R Chandra's Outburst -277 U Karplusan Hound -278 C Pyromantic Pilgrim -279 C Timber Gorge -280 R Firesong and Sunspeaker +1 M Karn, Scion of Urza @Chase Stone +2 C Adamant Will @Alex Konstad +3 C Aven Sentry @Dan Scott +4 U Baird, Steward of Argive @Christine Choi +5 C Benalish Honor Guard @Ryan Pancoast +6 R Benalish Marshal @Mark Zug +7 C Blessed Light @Anthony Palumbo +8 U Board the Weatherlight @Tyler Jacobson +9 C Call the Cavalry @Scott Murphy +10 C Charge @Zezhou Chen +11 C D'Avenant Trapper @Winona Nelson +12 U Danitha Capashen, Paragon @Chris Rallis +13 R Daring Archaeologist @Sidharth Chaturvedi +14 U Dauntless Bodyguard @Manuel Castañón +15 C Dub @Bastien L. Deharme +16 R Evra, Halcyon Witness @Johannes Voss +17 C Excavation Elephant @Viktor Titov +18 R Fall of the Thran @Jason Felix +19 C Gideon's Reproach @Izzy +20 C Healing Grace @Magali Villeneuve +21 M History of Benalia @Noah Bradley +22 C Invoke the Divine @Magali Villeneuve +23 U Knight of Grace @Sidharth Chaturvedi +24 C Knight of New Benalia @Josu Hernaiz +25 U Kwende, Pride of Femeref @Daarken +26 M Lyra Dawnbringer @Chris Rahn +27 C Mesa Unicorn @Winona Nelson +28 U On Serra's Wings @Johannes Voss +29 C Pegasus Courser @Mathias Kollros +30 U Sanctum Spirit @Nils Hamm +31 U Seal Away @Joseph Meehan +32 C Sergeant-at-Arms @Scott Murphy +33 U Serra Angel @Donato Giancola +34 C Serra Disciple @Victor Adame Minguez +35 R Shalai, Voice of Plenty @Victor Adame Minguez +36 R Teshar, Ancestor's Apostle @Even Amundsen +37 C Tragic Poet @Anthony Palumbo +38 U Triumph of Gerrard @Daniel Ljunggren +39 R Urza's Ruinous Blast @Noah Bradley +40 C Academy Drake @Svetlin Velinov +41 C Academy Journeymage @Magali Villeneuve +42 R The Antiquities War @Mark Tedin +43 C Arcane Flight @Steve Prescott +44 C Artificer's Assistant @Chris Seaman +45 C Befuddle @Svetlin Velinov +46 C Blink of an Eye @Igor Kieryluk +47 C Cloudreader Sphinx @Kev Walker +48 C Cold-Water Snapper @Jason Kang +49 U Curator's Ward @Josu Hernaiz +50 C Deep Freeze @Svetlin Velinov +51 U Diligent Excavator @Mark Behm +52 C Divination @Matt Stewart +53 C Homarid Explorer @Jehan Choo +54 U In Bolas's Clutches @Zack Stella +55 R Karn's Temporal Sundering @Noah Bradley +56 U Merfolk Trickster @Jesper Ejsing +57 R The Mirari Conjecture @James Arnold +58 R Naban, Dean of Iteration @Ryan Alexander Lee +59 M Naru Meha, Master Wizard @Matt Stewart +60 C Opt @Tyler Jacobson +61 R Precognition Field @Adam Paquette +62 C Relic Runner @Josu Hernaiz +63 C Rescue @Joe Slucher +64 U Sage of Lat-Nam @Matt Stewart +65 U Sentinel of the Pearl Trident @Jonas De Ro +66 U Slinn Voda, the Rising Deep @Grzegorz Rutkowski +67 C Syncopate @Tommy Arnold +68 R Tempest Djinn @Zezhou Chen +69 U Tetsuko Umezawa, Fugitive @Randy Vargas +70 U Time of Ice @Franz Vohwinkel +71 C Tolarian Scholar @Sara Winters +72 C Unwind @Anna Steinbauer +73 C Vodalian Arcanist @Tyler Walpole +74 U Weight of Memory @Eric Deschamps +75 U Wizard's Retort @Grzegorz Rutkowski +76 R Zahid, Djinn of the Lamp @Magali Villeneuve +77 C Blessing of Belzenlok @Joe Slucher +78 C Cabal Evangel @Lius Lasahido +79 C Cabal Paladin @Lius Lasahido +80 C Caligo Skin-Witch @Daarken +81 U Cast Down @Bastien L. Deharme +82 U Chainer's Torment @Vincent Proce +83 C Dark Bargain @Tyler Jacobson +84 C Deathbloom Thallid @Mike Burns +85 C Demonic Vigor @Zoltan Boros +86 M Demonlord Belzenlok @Tyler Jacobson +87 C Divest @Jesper Ejsing +88 R Dread Shade @G-host Lee +89 C Drudge Sentinel @Sara Winters +90 U The Eldest Reborn @Ravenna Tran +91 C Eviscerate @Min Yum +92 C Feral Abomination @Darek Zabrocki +93 U Final Parting @Eric Deschamps +94 C Fungal Infection @Filip Burburan +95 R Josu Vess, Lich Knight @Tyler Jacobson +96 R Kazarov, Sengir Pureblood @Igor Kieryluk +97 U Knight of Malice @Sidharth Chaturvedi +98 R Lich's Mastery @Daarken +99 U Lingering Phantom @YW Tang +100 M Phyrexian Scriptures @Joseph Meehan +101 C Rat Colony @Suzanne Helmigh +102 R Rite of Belzenlok @Seb McKinnon +103 U Settle the Score @Yongjae Choi +104 C Soul Salvage @Daarken +105 C Stronghold Confessor @Igor Kieryluk +106 C Thallid Omnivore @Mathias Kollros +107 U Thallid Soothsayer @Jason A. Engle +108 R Torgaar, Famine Incarnate @Lius Lasahido +109 U Urgoros, the Empty One @Daarken +110 C Vicious Offering @Anthony Palumbo +111 U Whisper, Blood Liturgist @Kieran Yanner +112 C Windgrace Acolyte @Bayard Wu +113 U Yargle, Glutton of Urborg @Jehan Choo +114 R Yawgmoth's Vile Offering @Noah Bradley +115 C Bloodstone Goblin @Magali Villeneuve +116 U Champion of the Flame @Wayne Reynolds +117 C Fervent Strike @Winona Nelson +118 C Fiery Intervention @Adam Paquette +119 U Fight with Fire @Yongjae Choi +120 C Fire Elemental @Joe Slucher +121 U Firefist Adept @Lucas Graciano +122 R The First Eruption @Steven Belledin +123 U The Flame of Keld @Lake Hurwitz +124 C Frenzied Rage @Simon Dominic +125 C Ghitu Chronicler @Anthony Palumbo +126 C Ghitu Journeymage @Jason Rainville +127 C Ghitu Lavarunner @Jesper Ejsing +128 U Goblin Barrage @Bram Sels +129 R Goblin Chainwhirler @Svetlin Velinov +130 U Goblin Warchief @Karl Kopinski +131 R Haphazard Bombardment @Jesper Ejsing +132 M Jaya Ballard @Magali Villeneuve +133 R Jaya's Immolating Inferno @Noah Bradley +134 C Keldon Overseer @Jason A. Engle +135 C Keldon Raider @Chris Seaman +136 C Keldon Warcaller @Aaron Miller +137 U Orcish Vandal @Alex Konstad +138 C Radiating Lightning @Suzanne Helmigh +139 C Rampaging Cyclops @Tomasz Jedruszek +140 C Run Amok @Svetlin Velinov +141 C Seismic Shift @James Paick +142 C Shivan Fire @Grzegorz Rutkowski +143 R Siege-Gang Commander @Aaron Miller +144 C Skirk Prospector @Slawomir Maniak +145 U Skizzik @Tomasz Jedruszek +146 R Squee, the Immortal @Svetlin Velinov +147 R Two-Headed Giant @Simon Dominic +148 U Valduk, Keeper of the Flame @Victor Adame Minguez +149 M Verix Bladewing @XiaoDi Jin +150 U Warcry Phoenix @Daarken +151 C Warlord's Fury @Volkan Baǵa +152 U Wizard's Lightning @Grzegorz Rutkowski +153 C Adventurous Impulse @Titus Lunter +154 C Ancient Animus @Titus Lunter +155 C Arbor Armament @Bayard Wu +156 C Baloth Gorger @Zezhou Chen +157 C Broken Bond @Ryan Yee +158 C Corrosive Ooze @Daniel Ljunggren +159 U Elfhame Druid @Yongjae Choi +160 U Fungal Plots @Even Amundsen +161 U Gaea's Blessing @David Palumbo +162 C Gaea's Protector @Grzegorz Rutkowski +163 C Gift of Growth @YW Tang +164 C Grow from the Ashes @Richard Wright +165 U Grunn, the Lonely King @Mathias Kollros +166 R Kamahl's Druidic Vow @Noah Bradley +167 C Krosan Druid @Bastien L. Deharme +168 C Llanowar Elves @Chris Rahn +169 C Llanowar Envoy @Daniel Ljunggren +170 C Llanowar Scout @Wayne Reynolds +171 C Mammoth Spider @Lars Grant-West +172 R Marwyn, the Nurturer @Chris Rahn +173 R The Mending of Dominaria @Adam Paquette +174 M Multani, Yavimaya's Avatar @Ryan Yee +175 U Nature's Spiral @Florian de Gesincourt +176 C Pierce the Sky @Slawomir Maniak +177 C Primordial Wurm @Yeong-Hao Han +178 C Saproling Migration @Christine Choi +179 U Song of Freyalise @Min Yum +180 U Spore Swarm @Mathias Kollros +181 U Sporecrown Thallid @Bram Sels +182 R Steel Leaf Champion @Chris Rahn +183 R Sylvan Awakening @Adam Paquette +184 R Territorial Allosaurus @Jonathan Kuo +185 U Thorn Elemental @Daarken +186 U Untamed Kavu @Yongjae Choi +187 R Verdant Force @Viktor Titov +188 U Wild Onslaught @Simon Dominic +189 C Yavimaya Sapherd @Christine Choi +190 U Adeliz, the Cinder Wind @Zezhou Chen +191 U Arvad the Cursed @Lius Lasahido +192 R Aryel, Knight of Windgrace @Grzegorz Rutkowski +193 M Darigaaz Reincarnated @Grzegorz Rutkowski +194 U Garna, the Bloodflame @Winona Nelson +195 R Grand Warlord Radha @Anna Steinbauer +196 U Hallar, the Firefletcher @Bram Sels +197 M Jhoira, Weatherlight Captain @Brad Rigney +198 R Jodah, Archmage Eternal @Yongjae Choi +199 M Muldrotha, the Gravetide @Jason Rainville +200 R Oath of Teferi @Wesley Burt +201 R Primevals' Glorious Rebirth @Noah Bradley +202 U Raff Capashen, Ship's Mage @John Stanko +203 U Rona, Disciple of Gix @Tommy Arnold +204 U Shanna, Sisay's Legacy @Magali Villeneuve +205 U Slimefoot, the Stowaway @Alex Konstad +206 U Tatyova, Benthic Druid @Mathias Kollros +207 M Teferi, Hero of Dominaria @Chris Rallis +208 U Tiana, Ship's Caretaker @Eric Deschamps +209 C Aesthir Glider @James Paick +210 U Amaranthine Wall @Jason Felix +211 R Blackblade Reforged @Chris Rahn +212 C Bloodtallow Candle @Alayna Danner +213 U Damping Sphere @Adam Paquette +214 R Forebear's Blade @Scott Murphy +215 R Gilded Lotus @Volkan Baǵa +216 C Guardians of Koilos @Yeong-Hao Han +217 R Helm of the Host @Igor Kieryluk +218 U Howling Golem @Grzegorz Rutkowski +219 U Icy Manipulator @Titus Lunter +220 U Jhoira's Familiar @Kev Walker +221 C Jousting Lance @Alayna Danner +222 U Juggernaut @Jonas De Ro +223 R Mishra's Self-Replicator @Joseph Meehan +224 M Mox Amber @Steven Belledin +225 C Navigator's Compass @Sung Choi +226 C Pardic Wanderer @Igor Kieryluk +227 C Powerstone Shard @Lindsey Look +228 U Shield of the Realm @Manuel Castañón +229 C Short Sword @John Severin Brassell +230 C Skittering Surveyor @Dan Scott +231 U Sorcerer's Wand @Matt Stewart +232 C Sparring Construct @Mark Behm +233 R Thran Temporal Gateway @Jason Felix +234 R Traxos, Scourge of Kroog @Lius Lasahido +235 U Urza's Tome @Aaron Miller +236 C Voltaic Servant @Jonas De Ro +237 M Weatherlight @Jaime Jones +238 R Cabal Stronghold @Dimitar Marinski +239 R Clifftop Retreat @Christine Choi +240 R Hinterland Harbor @Daniel Ljunggren +241 R Isolated Chapel @Richard Wright +242 U Memorial to Folly @Sung Choi +243 U Memorial to Genius @James Paick +244 U Memorial to Glory @James Paick +245 U Memorial to Unity @Cliff Childs +246 U Memorial to War @Richard Wright +247 R Sulfur Falls @Cliff Childs +248 R Woodland Cemetery @Christine Choi +249 U Zhalfirin Void @Chase Stone +250 L Plains @Jonas De Ro +251 L Plains @Titus Lunter +252 L Plains @Dimitar Marinski +253 L Plains @Mark Poole +254 L Island @Jonas De Ro +255 L Island @Titus Lunter +256 L Island @Dimitar Marinski +257 L Island @Mark Poole +258 L Swamp @Jonas De Ro +259 L Swamp @Titus Lunter +260 L Swamp @Dimitar Marinski +261 L Swamp @Mark Poole +262 L Mountain @Jonas De Ro +263 L Mountain @Titus Lunter +264 L Mountain @Dimitar Marinski +265 L Mountain @Mark Poole +266 L Forest @Jonas De Ro +267 L Forest @Titus Lunter +268 L Forest @Dimitar Marinski +269 L Forest @Mark Poole +270 M Teferi, Timebender @Zack Stella +271 C Temporal Machinations @Zack Stella +272 R Niambi, Faithful Healer @Greg Opalinski +273 U Teferi's Sentinel @Titus Lunter +274 C Meandering River @James Paick +275 M Chandra, Bold Pyromancer @Zack Stella +276 R Chandra's Outburst @Yongjae Choi +277 U Karplusan Hound @Viktor Titov +278 C Pyromantic Pilgrim @Magali Villeneuve +279 C Timber Gorge @YW Tang +280 R Firesong and Sunspeaker @Zoltan Boros [tokens] karox_bladewing diff --git a/forge-gui/res/editions/Double Masters.txt b/forge-gui/res/editions/Double Masters.txt index 22a07d1076c..ab0a755dbe7 100644 --- a/forge-gui/res/editions/Double Masters.txt +++ b/forge-gui/res/editions/Double Masters.txt @@ -11,390 +11,390 @@ ChaosDraftThemes=MASTERS_SET ScryfallCode=2XM [cards] -1 M Karn Liberated -2 C Alabaster Mage -3 C Ancestral Blade -4 C Angel of the Dawn -5 M Archangel of Thune -6 U Auriok Salvagers -7 R Austere Command -8 M Avacyn, Angel of Hope -9 R Blade Splicer -10 R Boon Reflection -11 R Council's Judgment -12 C Crib Swap -13 C Crusader of Odric -14 R Ethersworn Canonist -15 U Fencing Ace -16 U Flickerwisp -17 C Fortify -18 C Glint-Sleeve Artisan -19 R Kemba, Kha Regent -20 M Land Tax -21 R Leonin Abunas -22 U Master Splicer -23 U Myrsmith -24 R Open the Vaults -25 U Path to Exile -26 R Puresteel Paladin -27 C Remember the Fallen -28 C Revoke Existence -29 C Sanctum Gargoyle -30 C Sanctum Spirit -31 R Stoneforge Mystic -32 R Stonehewer Giant -33 C Strength of Arms -34 R Tempered Steel -35 C Thraben Inspector -36 U Topple the Statue -37 U Valor in Akros -38 U Valorous Stance -39 R Wrath of God -40 C Apprentice Wizard -41 M Arcum Dagsson -42 C Argivian Restoration -43 R Braids, Conjurer Adept -44 C Brainstorm -45 C Cloudreader Sphinx -46 C Corridor Monitor -47 R Cyclonic Rift -48 R Deepglow Skate -49 U Esperzoa -50 C Faerie Mechanist -51 M Force of Will -52 C Frogify -53 R Grand Architect -54 U Hinder -55 R Inkwell Leviathan -56 M Jace, the Mind Sculptor -57 R Master of Etherium -58 R Master Transmuter -59 C Metallic Rebuke -60 C Parasitic Strix -61 R Phyrexian Metamorph -62 U Pongify -63 C Relic Runner -64 R Reshape -65 U Riddlesmith -66 U Rush of Knowledge -67 U Sentinel of the Pearl Trident -68 U Serra Sphinx -69 C Sift -70 C Steel Sabotage -71 U Thirst for Knowledge -72 R Thought Reflection -73 U Treasure Mage -74 C Vedalken Infuser -75 R Well of Ideas -76 R Ad Nauseam -77 R Beacon of Unrest -78 C Bone Picker -79 C Cast Down -80 C Costly Plunder -81 M Dark Confidant -82 R Death's Shadow -83 C Defiant Salvager -84 C Dire Fleet Hoarder -85 R Disciple of Bolas -86 U Disciple of the Vault -87 C Divest -88 R Doomed Necromancer -89 U Dread Return -90 C Driver of the Dead -91 U Drown in Sorrow -92 C Executioner's Capsule -93 U Fatal Push -94 M Geth, Lord of the Vault -95 C Glaze Fiend -96 C Heartless Pillage -97 R Magus of the Abyss -98 R Magus of the Will -99 U Morkrut Banshee -100 U Oubliette -101 U Ovalchase Daredevil -102 U Painsmith -103 R Ravenous Trap -104 R Salvage Titan -105 C Silumgar Scavenger -106 R Skirsdag High Priest -107 M Skithiryx, the Blight Dragon -108 C Supernatural Stamina -109 R Thoughtseize -110 R Toxic Deluge -111 C Twisted Abomination -112 U Vampire Hexmage -113 R Wound Reflection -114 C Abrade -115 C Balduvian Rage -116 C Battle-Rattle Shaman -117 R Blasphemous Act -118 R Blood Moon -119 U Bloodshot Trainee -120 U Brimstone Volley -121 C Cathartic Reunion -122 R Cragganwick Cremator -123 U Dismantle -124 R Dualcaster Mage -125 U Galvanic Blast -126 C Goblin Gaveleer -127 R Goblin Guide -128 R Godo, Bandit Warlord -129 R Grim Lavamancer -130 R Heat Shimmer -131 M Imperial Recruiter -132 R Ion Storm -133 C Kazuul's Toll Collector -134 U Kuldotha Flamefiend -135 C Lightning Axe -136 M Mana Echoes -137 C Orcish Vandal -138 U Pyrewild Shaman -139 R Rage Reflection -140 C Rapacious Dragon -141 U Ravenous Intruder -142 R Rolling Earthquake -143 C Salivating Gremlins -144 C Skinbrand Goblin -145 M Sneak Attack -146 C Temur Battle Rage -147 U Thopter Engineer -148 U Trash for Treasure -149 R Tuktuk the Explorer -150 C Weapon Surge -151 C Ancient Stirrings -152 M Avenger of Zendikar -153 R Awakening Zone -154 C Bloodbriar -155 R Bloodspore Thrinax -156 R Champion of Lambholt -157 C Chatter of the Squirrel -158 R Chord of Calling -159 C Clear Shot -160 C Conclave Naturalists -161 U Crop Rotation -162 C Crushing Vines -163 C Death-Hood Cobra -164 M Doubling Season -165 C Elvish Aberration -166 U Enlarge -167 R Exploration -168 C Fierce Empath -169 U Gelatinous Genesis -170 R Greater Good -171 R Heartbeat of Spring -172 U Invigorate -173 C Kozilek's Predator -174 R Liege of the Tangle -175 R Mana Reflection -176 C Might of the Masses -177 R Noble Hierarch -178 U Reclamation Sage -179 R Shamanic Revelation -180 U Skullmulcher -181 C Sylvan Might -182 R Terastodon -183 R Thragtusk -184 U Ulvenwald Mysteries -185 M Vengevine -186 U Veteran Explorer -187 C Whisperer of the Wilds -188 U Woodland Champion -189 R Arixmethes, Slumbering Isle -190 M Atraxa, Praetors' Voice -191 R Baleful Strix -192 M Breya, Etherium Shaper -193 R Brudiclad, Telchor Engineer -194 U Deathreap Ritual -195 R Falkenrath Aristocrat -196 R Fulminator Mage -197 M Geist of Saint Traft -198 U Ghor-Clan Rampager -199 U Glassdust Hulk -200 R Hanna, Ship's Navigator -201 U Hidden Stockpile -202 U Izzet Charm -203 R Jhoira, Weatherlight Captain -204 M Kaalia of the Vast -205 M Karrthus, Tyrant of Jund -206 M Maelstrom Nexus -207 R Maelstrom Pulse -208 U Manamorphose -209 R Mazirek, Kraul Death Priest -210 R Meddling Mage -211 R Merciless Eviction -212 R Progenitor Mimic -213 R Rhys the Redeemed -214 M Riku of Two Reflections -215 R Savageborn Hydra -216 M The Scarab God -217 U Selesnya Guildmage -218 M Sen Triplets -219 R Sharuum the Hegemon -220 U Sphinx Summoner -221 R Swiftblade Vindicator -222 U Thopter Foundry -223 R Time Sieve -224 U Unlicensed Disintegration -225 R Vexing Shusher -226 R Vish Kal, Blood Arbiter -227 R Voice of Resurgence -228 U Weapons Trainer -229 U Yavimaya's Embrace -230 C Accomplished Automaton -231 R Adaptive Automaton -232 U Basalt Monolith -233 R Basilisk Collar -234 M Batterskull -235 M Blightsteel Colossus -236 R Bosh, Iron Golem -237 C Cathodion -238 U Chief of the Foundry -239 C Chromatic Star -240 M Chrome Mox -241 U Clone Shell -242 U Cogwork Assembler -243 R Conjurer's Closet -244 U Coretapper -245 U Cranial Plating -246 U Culling Dais -247 C Darksteel Axe -248 M Darksteel Forge -249 R Duplicant -250 C Eager Construct -251 R Endless Atlas -252 R Engineered Explosives -253 M Ensnaring Bridge -254 C Everflowing Chalice -255 C Expedition Map -256 C Flayer Husk -257 C Gleaming Barrier -258 U Golem Artisan -259 C Golem-Skin Gauntlets -260 R Hammer of Nazahn -261 C Ichor Wellspring -262 C Iron Bully -263 C Iron League Steed -264 R Isochron Scepter -265 U Jhoira's Familiar -266 R Kuldotha Forgemaster -267 U Lightning Greaves -268 R Lux Cannon -269 C Magnifying Glass -270 M Mana Crypt -271 R Masterwork of Ingenuity -272 R Mesmeric Orb -273 C Metalspinner's Puzzleknot -274 U Mishra's Bauble -275 M Mox Opal -276 R Myr Battlesphere -277 C Myr Retriever -278 U O-Naginata -279 R Oblivion Stone -280 C Peace Strider -281 U Pentad Prism -282 R Phyrexian Revoker -283 C Pyrite Spellbomb -284 R Ratchet Bomb -285 U Sandstone Oracle -286 R Sculpting Steel -287 C Sickleslicer -288 C Skinwing -289 R Spellskite -290 U Sphinx of the Guildpact -291 U Springleaf Drum -292 R Sundering Titan -293 R Sunforger -294 C Surge Node -295 M Sword of Body and Mind -296 M Sword of Feast and Famine -297 M Sword of Fire and Ice -298 M Sword of Light and Shadow -299 R Sword of the Meek -300 M Sword of War and Peace -301 U Throne of Geth -302 U Treasure Keeper -303 M Trinisphere -304 C Tumble Magnet -305 C Vulshok Gauntlets -306 R Walking Ballista -307 U Welding Jar -308 M Wurmcoil Engine -309 R Academy Ruins -310 U Ash Barrens -311 R Blinkmoth Nexus -312 U Buried Ruin -313 R Cascade Bluffs -314 M Dark Depths -315 U Darksteel Citadel -316 R Fetid Heath -317 R Fire-Lit Thicket -318 R Flooded Grove -319 R Glimmervoid -320 R Graven Cairns -321 R High Market -322 R Maze of Ith -323 U Mishra's Factory -324 R Mystic Gate -325 R Rugged Prairie -326 R Sunken Ruins -327 R Thespian's Stage -328 R Twilight Mire -329 C Urza's Mine -330 C Urza's Power Plant -331 C Urza's Tower -332 R Wooded Bastion -333 M Karn Liberated -334 M Jace, the Mind Sculptor -335 M Avacyn, Angel of Hope -336 R Council's Judgment -337 R Stoneforge Mystic -338 R Brainstorm -339 R Cyclonic Rift -340 M Force of Will -341 R Phyrexian Metamorph -342 M Dark Confidant -343 R Fatal Push -344 R Thoughtseize -345 R Toxic Deluge -346 R Blood Moon -347 R Goblin Guide -348 M Sneak Attack -349 R Crop Rotation -350 M Doubling Season -351 R Exploration -352 R Noble Hierarch -353 M Atraxa, Praetors' Voice -354 M Kaalia of the Vast -355 R Meddling Mage -356 M Batterskull -357 M Blightsteel Colossus -358 M Chrome Mox -359 R Expedition Map -360 R Lightning Greaves -361 M Mana Crypt -362 M Mox Opal -363 M Sword of Body and Mind -364 M Sword of Feast and Famine -365 M Sword of Fire and Ice -366 M Sword of Light and Shadow -367 M Sword of War and Peace -368 M Wurmcoil Engine -369 R Academy Ruins -370 R Urza's Mine -371 R Urza's Power Plant -372 R Urza's Tower -373 L Plains -374 L Plains -375 L Island -376 L Island -377 L Swamp -378 L Swamp -379 L Mountain -380 L Mountain -381 L Forest -382 L Forest -383 R Wrath of God -384 R Chord of Calling +1 M Karn Liberated @Jason Chan +2 C Alabaster Mage @Izzy +3 C Ancestral Blade @Scott Murphy +4 C Angel of the Dawn @Livia Prima +5 M Archangel of Thune @James Ryman +6 U Auriok Salvagers @Randy Gallegos +7 R Austere Command @Anna Steinbauer +8 M Avacyn, Angel of Hope @Jason Chan +9 R Blade Splicer @Greg Staples +10 R Boon Reflection @Chris Seaman +11 R Council's Judgment @Kev Walker +12 C Crib Swap @Brandon Dorman +13 C Crusader of Odric @Michael Komarck +14 R Ethersworn Canonist @Izzy +15 U Fencing Ace @David Rapoza +16 U Flickerwisp @Jeremy Enecio +17 C Fortify @Christopher Moeller +18 C Glint-Sleeve Artisan @Ryan Pancoast +19 R Kemba, Kha Regent @Todd Lockwood +20 M Land Tax @Chuck Lukacs +21 R Leonin Abunas @Carl Critchlow +22 U Master Splicer @Chippy +23 U Myrsmith @Eric Deschamps +24 R Open the Vaults @Brian Despain +25 U Path to Exile @Todd Lockwood +26 R Puresteel Paladin @Jason Chan +27 C Remember the Fallen @Eric Deschamps +28 C Revoke Existence @Adam Paquette +29 C Sanctum Gargoyle @Shelly Wan +30 C Sanctum Spirit @Nils Hamm +31 R Stoneforge Mystic @Mike Bierek +32 R Stonehewer Giant @Steve Prescott +33 C Strength of Arms @John Stanko +34 R Tempered Steel @Wayne Reynolds +35 C Thraben Inspector @Matt Stewart +36 U Topple the Statue @Sidharth Chaturvedi +37 U Valor in Akros @Chris Rallis +38 U Valorous Stance @Willian Murai +39 R Wrath of God @Kev Walker +40 C Apprentice Wizard @Richard Kane Ferguson +41 M Arcum Dagsson @Pete Venters +42 C Argivian Restoration @Roger Raupp +43 R Braids, Conjurer Adept @Zoltan Boros & Gabor Szikszai +44 C Brainstorm @Willian Murai +45 C Cloudreader Sphinx @Kev Walker +46 C Corridor Monitor @Jason Felix +47 R Cyclonic Rift @Chris Rahn +48 R Deepglow Skate @Jason Kang +49 U Esperzoa @Warren Mahy +50 C Faerie Mechanist @Matt Cavotta +51 M Force of Will @Terese Nielsen +52 C Frogify @Chris Seaman +53 R Grand Architect @Steven Belledin +54 U Hinder @Wayne Reynolds +55 R Inkwell Leviathan @Anthony Francisco +56 M Jace, the Mind Sculptor @Jason Chan +57 R Master of Etherium @Matt Cavotta +58 R Master Transmuter @Chippy +59 C Metallic Rebuke @Eric Deschamps +60 C Parasitic Strix @Steven Belledin +61 R Phyrexian Metamorph @Jana Schirmer & Johannes Voss +62 U Pongify @Heather Hudson +63 C Relic Runner @Josu Hernaiz +64 R Reshape @Jon Foster +65 U Riddlesmith @Eric Deschamps +66 U Rush of Knowledge @Eric Peterson +67 U Sentinel of the Pearl Trident @Jonas De Ro +68 U Serra Sphinx @Daren Bader +69 C Sift @Jeremy Jarvis +70 C Steel Sabotage @Daarken +71 U Thirst for Knowledge @Ben Thompson +72 R Thought Reflection @Chris Seaman +73 U Treasure Mage @Ryan Pancoast +74 C Vedalken Infuser @Ryan Pancoast +75 R Well of Ideas @Steve Prescott +76 R Ad Nauseam @Jeremy Jarvis +77 R Beacon of Unrest @Joseph Meehan +78 C Bone Picker @Yeong-Hao Han +79 C Cast Down @Bastien L. Deharme +80 C Costly Plunder @Ben Maier +81 M Dark Confidant @Scott M. Fischer +82 R Death's Shadow @Howard Lyon +83 C Defiant Salvager @Volkan Baǵa +84 C Dire Fleet Hoarder @Deruchenko Alexander +85 R Disciple of Bolas @Slawomir Maniak +86 U Disciple of the Vault @Matt Thompson +87 C Divest @Jesper Ejsing +88 R Doomed Necromancer @Volkan Baǵa +89 U Dread Return @Kev Walker +90 C Driver of the Dead @James Ryman +91 U Drown in Sorrow @Noah Bradley +92 C Executioner's Capsule @Warren Mahy +93 U Fatal Push @Eric Deschamps +94 M Geth, Lord of the Vault @Whit Brachna +95 C Glaze Fiend @Joshua Hagler +96 C Heartless Pillage @Sara Winters +97 R Magus of the Abyss @Kev Walker +98 R Magus of the Will @Vincent Proce +99 U Morkrut Banshee @Svetlin Velinov +100 U Oubliette @Jim Pavelec +101 U Ovalchase Daredevil @Winona Nelson +102 U Painsmith @Eric Deschamps +103 R Ravenous Trap @Cyril Van Der Haegen +104 R Salvage Titan @Anthony Francisco +105 C Silumgar Scavenger @Greg Staples +106 R Skirsdag High Priest @Jason A. Engle +107 M Skithiryx, the Blight Dragon @Chippy +108 C Supernatural Stamina @Christopher Moeller +109 R Thoughtseize @Aleksi Briclot +110 R Toxic Deluge @Svetlin Velinov +111 C Twisted Abomination @Daren Bader +112 U Vampire Hexmage @Eric Deschamps +113 R Wound Reflection @Chris Seaman +114 C Abrade @Jonas De Ro +115 C Balduvian Rage @John Matson +116 C Battle-Rattle Shaman @Warren Mahy +117 R Blasphemous Act @Daarken +118 R Blood Moon @Franz Vohwinkel +119 U Bloodshot Trainee @Matt Stewart +120 U Brimstone Volley @Eytan Zana +121 C Cathartic Reunion @Howard Lyon +122 R Cragganwick Cremator @Jeremy Enecio +123 U Dismantle @Brian Snõddy +124 R Dualcaster Mage @Matt Stewart +125 U Galvanic Blast @Marc Simonetti +126 C Goblin Gaveleer @Svetlin Velinov +127 R Goblin Guide @Filip Burburan +128 R Godo, Bandit Warlord @Paolo Parente +129 R Grim Lavamancer @Michael Sutfin +130 R Heat Shimmer @Franz Vohwinkel +131 M Imperial Recruiter @Zack Stella +132 R Ion Storm @Michael Sutfin +133 C Kazuul's Toll Collector @Greg Staples +134 U Kuldotha Flamefiend @Raymond Swanland +135 C Lightning Axe @Dan Scott +136 M Mana Echoes @Christopher Moeller +137 C Orcish Vandal @Alex Konstad +138 U Pyrewild Shaman @Lucas Graciano +139 R Rage Reflection @Chris Seaman +140 C Rapacious Dragon @Johan Grenier +141 U Ravenous Intruder @Mathias Kollros +142 R Rolling Earthquake @Yang Hong +143 C Salivating Gremlins @Christopher Burdett +144 C Skinbrand Goblin @Marco Nelor +145 M Sneak Attack @Tyler Jacobson +146 C Temur Battle Rage @Jaime Jones +147 U Thopter Engineer @Steve Prescott +148 U Trash for Treasure @Lars Grant-West +149 R Tuktuk the Explorer @Volkan Baǵa +150 C Weapon Surge @Jason Felix +151 C Ancient Stirrings @Vincent Proce +152 M Avenger of Zendikar @Zoltan Boros & Gabor Szikszai +153 R Awakening Zone @Johann Bodin +154 C Bloodbriar @Tomasz Jedruszek +155 R Bloodspore Thrinax @Ralph Horsley +156 R Champion of Lambholt @Christopher Moeller +157 C Chatter of the Squirrel @Jim Nelson +158 R Chord of Calling @Karl Kopinski +159 C Clear Shot @Craig J Spearing +160 C Conclave Naturalists @Howard Lyon +161 U Crop Rotation @Daniel Ljunggren +162 C Crushing Vines @Scott Chou +163 C Death-Hood Cobra @Jason Felix +164 M Doubling Season @Chuck Lukacs +165 C Elvish Aberration @Johann Bodin +166 U Enlarge @Michael Komarck +167 R Exploration @Florian de Gesincourt +168 C Fierce Empath @Johann Bodin +169 U Gelatinous Genesis @Daniel Ljunggren +170 R Greater Good @Mathias Kollros +171 R Heartbeat of Spring @Rob Alexander +172 U Invigorate @Mark Zug +173 C Kozilek's Predator @Steve Argyle +174 R Liege of the Tangle @Jason Chan +175 R Mana Reflection @Chris Seaman +176 C Might of the Masses @Johann Bodin +177 R Noble Hierarch @Mark Zug +178 U Reclamation Sage @Clint Cearley +179 R Shamanic Revelation @Cynthia Sheppard +180 U Skullmulcher @Michael Ryan +181 C Sylvan Might @Arnie Swekel +182 R Terastodon @Lars Grant-West +183 R Thragtusk @Nils Hamm +184 U Ulvenwald Mysteries @Greg Opalinski +185 M Vengevine @Raymond Swanland +186 U Veteran Explorer @Steven Belledin +187 C Whisperer of the Wilds @David Gaillet +188 U Woodland Champion @Randy Vargas +189 R Arixmethes, Slumbering Isle @Dimitar Marinski +190 M Atraxa, Praetors' Voice @Victor Adame Minguez +191 R Baleful Strix @Nils Hamm +192 M Breya, Etherium Shaper @Clint Cearley +193 R Brudiclad, Telchor Engineer @Daarken +194 U Deathreap Ritual @Steve Argyle +195 R Falkenrath Aristocrat @Igor Kieryluk +196 R Fulminator Mage @Lucas Graciano +197 M Geist of Saint Traft @Igor Kieryluk +198 U Ghor-Clan Rampager @Charles Urbach +199 U Glassdust Hulk @Franz Vohwinkel +200 R Hanna, Ship's Navigator @Chris Rallis +201 U Hidden Stockpile @Darek Zabrocki +202 U Izzet Charm @Zoltan Boros +203 R Jhoira, Weatherlight Captain @Brad Rigney +204 M Kaalia of the Vast @Michael Komarck +205 M Karrthus, Tyrant of Jund @Dave Kendall +206 M Maelstrom Nexus @Steven Belledin +207 R Maelstrom Pulse @John Avon +208 U Manamorphose @Adam Paquette +209 R Mazirek, Kraul Death Priest @Mathias Kollros +210 R Meddling Mage @Todd Lockwood +211 R Merciless Eviction @Richard Wright +212 R Progenitor Mimic @Daarken +213 R Rhys the Redeemed @Steve Prescott +214 M Riku of Two Reflections @Izzy +215 R Savageborn Hydra @Raymond Swanland +216 M The Scarab God @Lius Lasahido +217 U Selesnya Guildmage @Mark Zug +218 M Sen Triplets @Greg Staples +219 R Sharuum the Hegemon @Izzy +220 U Sphinx Summoner @Jaime Jones +221 R Swiftblade Vindicator @Viktor Titov +222 U Thopter Foundry @Ralph Horsley +223 R Time Sieve @Franz Vohwinkel +224 U Unlicensed Disintegration @Izzy +225 R Vexing Shusher @Cyril Van Der Haegen +226 R Vish Kal, Blood Arbiter @Michael C. Hayes +227 R Voice of Resurgence @Winona Nelson +228 U Weapons Trainer @Greg Opalinski +229 U Yavimaya's Embrace @Eric Peterson +230 C Accomplished Automaton @Daarken +231 R Adaptive Automaton @Igor Kieryluk +232 U Basalt Monolith @Yeong-Hao Han +233 R Basilisk Collar @Howard Lyon +234 M Batterskull @Mark Zug +235 M Blightsteel Colossus @Chris Rahn +236 R Bosh, Iron Golem @Brom +237 C Cathodion @Izzy +238 U Chief of the Foundry @Daniel Ljunggren +239 C Chromatic Star @Alex Horley-Orlandelli +240 M Chrome Mox @Volkan Baǵa +241 U Clone Shell @Volkan Baǵa +242 U Cogwork Assembler @Joseph Meehan +243 R Conjurer's Closet @Jason Felix +244 U Coretapper @Dany Orizio +245 U Cranial Plating @Adam Rex +246 U Culling Dais @Anthony Palumbo +247 C Darksteel Axe @Daniel Ljunggren +248 M Darksteel Forge @Martina Pilcerova +249 R Duplicant @Thomas M. Baxa +250 C Eager Construct @Craig J Spearing +251 R Endless Atlas @Titus Lunter +252 R Engineered Explosives @Lars Grant-West +253 M Ensnaring Bridge @Titus Lunter +254 C Everflowing Chalice @Steve Argyle +255 C Expedition Map @Franz Vohwinkel +256 C Flayer Husk @Igor Kieryluk +257 C Gleaming Barrier @Jason Felix +258 U Golem Artisan @Nic Klein +259 C Golem-Skin Gauntlets @Alan Pollack +260 R Hammer of Nazahn @Victor Adame Minguez +261 C Ichor Wellspring @Steven Belledin +262 C Iron Bully @Aaron Miller +263 C Iron League Steed @Darek Zabrocki +264 R Isochron Scepter @Mark Harrison +265 U Jhoira's Familiar @Kev Walker +266 R Kuldotha Forgemaster @jD +267 U Lightning Greaves @Jeremy Jarvis +268 R Lux Cannon @Martina Pilcerova +269 C Magnifying Glass @Dan Scott +270 M Mana Crypt @Matt Stewart +271 R Masterwork of Ingenuity @Ulrich Brunin +272 R Mesmeric Orb @David Martin +273 C Metalspinner's Puzzleknot @Vincent Proce +274 U Mishra's Bauble @Chippy +275 M Mox Opal @Volkan Baǵa +276 R Myr Battlesphere @Franz Vohwinkel +277 C Myr Retriever @Trevor Hairsine +278 U O-Naginata @Brian Snõddy +279 R Oblivion Stone @Gabor Szikszai +280 C Peace Strider @Igor Kieryluk +281 U Pentad Prism @David Martin +282 R Phyrexian Revoker @Kev Walker +283 C Pyrite Spellbomb @Jim Nelson +284 R Ratchet Bomb @Austin Hsu +285 U Sandstone Oracle @Izzy +286 R Sculpting Steel @Heather Hudson +287 C Sickleslicer @Jason Felix +288 C Skinwing @Igor Kieryluk +289 R Spellskite @Chippy +290 U Sphinx of the Guildpact @Milivoj Ćeran +291 U Springleaf Drum @Seb McKinnon +292 R Sundering Titan @Grzegorz Rutkowski +293 R Sunforger @Darrell Riche +294 C Surge Node @Lars Grant-West +295 M Sword of Body and Mind @Chris Rahn +296 M Sword of Feast and Famine @Chris Rahn +297 M Sword of Fire and Ice @Chris Rahn +298 M Sword of Light and Shadow @Chris Rahn +299 R Sword of the Meek @Franz Vohwinkel +300 M Sword of War and Peace @Chris Rahn +301 U Throne of Geth @Jana Schirmer & Johannes Voss +302 U Treasure Keeper @James Paick +303 M Trinisphere @Tim Hildebrandt +304 C Tumble Magnet @Drew Baker +305 C Vulshok Gauntlets @Richard Sardinha +306 R Walking Ballista @Daniel Ljunggren +307 U Welding Jar @Mark Brill +308 M Wurmcoil Engine @Raymond Swanland +309 R Academy Ruins @Zoltan Boros & Gabor Szikszai +310 U Ash Barrens @Jonas De Ro +311 R Blinkmoth Nexus @Sam Burley +312 U Buried Ruin @Franz Vohwinkel +313 R Cascade Bluffs @Brandon Kitkouski +314 M Dark Depths @Mathias Kollros +315 U Darksteel Citadel @John Avon +316 R Fetid Heath @Daarken +317 R Fire-Lit Thicket @Ralph Horsley +318 R Flooded Grove @Dave Kendall +319 R Glimmervoid @Lars Grant-West +320 R Graven Cairns @Rob Alexander +321 R High Market @Carl Critchlow +322 R Maze of Ith @Yeong-Hao Han +323 U Mishra's Factory @Scott Chou +324 R Mystic Gate @Fred Fields +325 R Rugged Prairie @Fred Fields +326 R Sunken Ruins @Warren Mahy +327 R Thespian's Stage @John Avon +328 R Twilight Mire @Rob Alexander +329 C Urza's Mine @Brian Snõddy +330 C Urza's Power Plant @Brian Snõddy +331 C Urza's Tower @Brian Snõddy +332 R Wooded Bastion @Christopher Moeller +333 M Karn Liberated @Mark Tedin +334 M Jace, the Mind Sculptor @Jason Chan +335 M Avacyn, Angel of Hope @Randy Vargas +336 R Council's Judgment @Jeff Simpson +337 R Stoneforge Mystic @Dan Dos Santos +338 R Brainstorm @Ron Spencer +339 R Cyclonic Rift @Chuck Lukacs +340 M Force of Will @Scott M. Fischer +341 R Phyrexian Metamorph @Thomas M. Baxa +342 M Dark Confidant @Mark Zug +343 R Fatal Push @Eric Velhagen +344 R Thoughtseize @Chuck Lukacs +345 R Toxic Deluge @Richard Kane Ferguson +346 R Blood Moon @Jim Pavelec +347 R Goblin Guide @Mark Zug +348 M Sneak Attack @Mark Zug +349 R Crop Rotation @Mark Poole +350 M Doubling Season @Ron Spencer +351 R Exploration @Mark Poole +352 R Noble Hierarch @Greg Staples +353 M Atraxa, Praetors' Voice @Kev Walker +354 M Kaalia of the Vast @Scott M. Fischer +355 R Meddling Mage @Jeff Simpson +356 M Batterskull @rk post +357 M Blightsteel Colossus @Wayne Reynolds +358 M Chrome Mox @Franz Vohwinkel +359 R Expedition Map @Scott Murphy +360 R Lightning Greaves @Mark Zug +361 M Mana Crypt @Ron Spencer +362 M Mox Opal @Martina Pilcerova +363 M Sword of Body and Mind @Steve Prescott +364 M Sword of Feast and Famine @Thomas M. Baxa +365 M Sword of Fire and Ice @Dan Dos Santos +366 M Sword of Light and Shadow @Kev Walker +367 M Sword of War and Peace @Franz Vohwinkel +368 M Wurmcoil Engine @Carl Critchlow +369 R Academy Ruins @John Avon +370 R Urza's Mine @Mark Tedin +371 R Urza's Power Plant @Mark Tedin +372 R Urza's Tower @Mark Tedin +373 L Plains @John Avon +374 L Plains @Noah Bradley +375 L Island @John Avon +376 L Island @Noah Bradley +377 L Swamp @John Avon +378 L Swamp @Noah Bradley +379 L Mountain @John Avon +380 L Mountain @Noah Bradley +381 L Forest @John Avon +382 L Forest @Noah Bradley +383 R Wrath of God @Thomas M. Baxa +384 R Chord of Calling @Scott M. Fischer [Foils] # Commons diff --git a/forge-gui/res/editions/Dragon's Maze Promos.txt b/forge-gui/res/editions/Dragon's Maze Promos.txt index 250ff5b7157..01f62545b27 100644 --- a/forge-gui/res/editions/Dragon's Maze Promos.txt +++ b/forge-gui/res/editions/Dragon's Maze Promos.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PDGM [cards] -84 R Melek, Izzet Paragon -96 R Render Silent -110 U Trostani's Summoner -124 R Breaking // Entering -152 M Maze's End -157 C Plains +84 R Melek, Izzet Paragon @Johann Bodin +*96 R Render Silent @Kev Walker +110 U Trostani's Summoner @Nils Hamm +124★ R Breaking // Entering @Igor Kieryluk +152★ M Maze's End @Cliff Childs +157★ C Plains @Eric Deschamps diff --git a/forge-gui/res/editions/Dragon's Maze.txt b/forge-gui/res/editions/Dragon's Maze.txt index 84887ce833c..9a66141a530 100644 --- a/forge-gui/res/editions/Dragon's Maze.txt +++ b/forge-gui/res/editions/Dragon's Maze.txt @@ -13,162 +13,162 @@ ChaosDraftThemes=RAVNICA ScryfallCode=DGM [cards] -1 C Boros Mastiff -2 C Haazda Snare Squad -3 C Lyev Decree -4 C Maze Sentinel -5 R Renounce the Guilds -6 C Riot Control -7 R Scion of Vitu-Ghazi -8 C Steeple Roc -9 C Sunspire Gatekeepers -10 C Wake the Reflections -11 R AEtherling -12 C Hidden Strings -13 C Maze Glider -14 C Mindstatic -15 C Murmuring Phantasm -16 C Opal Lake Gatekeepers -17 C Runner's Bane -18 R Trait Doctoring -19 C Uncovered Clues -20 C Wind Drake -21 C Bane Alley Blackguard -22 R Blood Scrivener -23 C Crypt Incursion -24 C Fatal Fumes -25 C Hired Torturer -26 C Maze Abomination -27 R Pontiff of Blight -28 C Rakdos Drake -29 C Sinister Possession -30 C Ubul Sar Gatekeepers -31 C Awe for the Guilds -32 C Clear a Path -33 C Maze Rusher -34 R Possibility Storm -35 C Punish the Enemy -36 R Pyrewild Shaman -37 C Riot Piker -38 C Rubblebelt Maaka -39 C Smelt-Ward Gatekeepers -40 C Weapon Surge -41 C Battering Krasis -42 C Kraul Warrior -43 C Maze Behemoth -44 C Mending Touch -45 C Mutant's Prey -46 C Phytoburst -47 R Renegade Krasis -48 C Saruli Gatekeepers -49 R Skylasher -50 C Thrashing Mossdog -51 R Advent of the Wurm -52 C Armored Wolf-Rider -53 U Ascended Lawmage -54 C Beetleform Mage -55 U Blast of Genius -56 U Blaze Commando -57 M Blood Baron of Vizkopa -58 R Boros Battleshaper -59 U Bred for the Hunt -60 U Bronzebeak Moa -61 U Carnage Gladiator -62 M Council of the Absolute -63 M Deadbridge Chant -64 U Debt to the Deathless -65 C Deputy of Acquittals -66 R Dragonshift -67 C Drown in Filth -68 R Emmara Tandris -69 R Exava, Rakdos Blood Witch -70 U Feral Animist -71 U Fluxcharger -72 R Gaze of Granite -73 U Gleam of Battle -74 U Goblin Test Pilot -75 U Gruul War Chant -76 U Haunter of Nightveil -77 U Jelenn Sphinx -78 U Korozda Gorgon -79 U Krasis Incubation -80 R Lavinia of the Tenth -81 M Legion's Initiative -82 M Master of Cruelties -83 U Maw of the Obzedat -84 R Melek, Izzet Paragon -85 R Mirko Vosk, Mind Drinker -86 C Morgue Burst -87 C Nivix Cyclops -88 R Notion Thief -89 R Obzedat's Aid -90 C Pilfered Plans -91 R Plasm Capture -92 M Progenitor Mimic -93 U Putrefy -94 M Ral Zarek -95 M Reap Intellect -96 R Render Silent -97 U Restore the Peace -98 U Rot Farm Skeleton -99 R Ruric Thar, the Unbowed -100 M Savageborn Hydra -101 U Scab-Clan Giant -102 U Showstopper -103 U Sin Collector -104 R Sire of Insanity -105 U Species Gorger -106 U Spike Jester -107 R Tajic, Blade of the Legion -108 R Teysa, Envoy of Ghosts -109 C Tithe Drinker -110 U Trostani's Summoner -111 U Unflinching Courage -112 R Varolz, the Scar-Striped -113 C Viashino Firstblade -114 M Voice of Resurgence -115 R Vorel of the Hull Clade -116 U Warleader's Helix -117 U Warped Physique -118 U Woodlot Crawler -119 R Zhur-Taa Ancient -120 C Zhur-Taa Druid -121 U Alive // Well -122 U Armed // Dangerous -123 R Beck // Call -124 R Breaking // Entering -125 R Catch // Release -126 U Down // Dirty -127 U Far // Away -128 R Flesh // Blood -129 U Give // Take -130 U Profit // Loss -131 U Protect // Serve -132 R Ready // Willing -133 U Toil // Trouble -134 U Turn // Burn -135 U Wear // Tear -136 C Azorius Cluestone -137 C Boros Cluestone -138 C Dimir Cluestone -139 C Golgari Cluestone -140 C Gruul Cluestone -141 C Izzet Cluestone -142 C Orzhov Cluestone -143 C Rakdos Cluestone -144 C Selesnya Cluestone -145 C Simic Cluestone -146 C Azorius Guildgate -147 C Boros Guildgate -148 C Dimir Guildgate -149 C Golgari Guildgate -150 C Gruul Guildgate -151 C Izzet Guildgate -152 M Maze's End -153 C Orzhov Guildgate -154 C Rakdos Guildgate -155 C Selesnya Guildgate -156 C Simic Guildgate +1 C Boros Mastiff @Kev Walker +2 C Haazda Snare Squad @David Palumbo +3 C Lyev Decree @Kev Walker +4 C Maze Sentinel @Yeong-Hao Han +5 R Renounce the Guilds @Daarken +6 C Riot Control @Slawomir Maniak +7 R Scion of Vitu-Ghazi @Willian Murai +8 C Steeple Roc @David Palumbo +9 C Sunspire Gatekeepers @Chippy +10 C Wake the Reflections @Cynthia Sheppard +11 R Aetherling @Tyler Jacobson +12 C Hidden Strings @Daarken +13 C Maze Glider @Yeong-Hao Han +14 C Mindstatic @Johann Bodin +15 C Murmuring Phantasm @Peter Mohrbacher +16 C Opal Lake Gatekeepers @Seb McKinnon +17 C Runner's Bane @Karl Kopinski +18 R Trait Doctoring @Clint Cearley +19 C Uncovered Clues @Jaime Jones +20 C Wind Drake @John Severin Brassell +21 C Bane Alley Blackguard @Mike Bierek +22 R Blood Scrivener @Peter Mohrbacher +23 C Crypt Incursion @Svetlin Velinov +24 C Fatal Fumes @Kev Walker +25 C Hired Torturer @Winona Nelson +26 C Maze Abomination @Yeong-Hao Han +27 R Pontiff of Blight @Seb McKinnon +28 C Rakdos Drake @Karl Kopinski +29 C Sinister Possession @Anthony Palumbo +30 C Ubul Sar Gatekeepers @Volkan Baǵa +31 C Awe for the Guilds @Mathias Kollros +32 C Clear a Path @Karl Kopinski +33 C Maze Rusher @Yeong-Hao Han +34 R Possibility Storm @Jason Felix +35 C Punish the Enemy @Slawomir Maniak +36 R Pyrewild Shaman @Lucas Graciano +37 C Riot Piker @Christopher Moeller +38 C Rubblebelt Maaka @Eric Velhagen +39 C Smelt-Ward Gatekeepers @Daarken +40 C Weapon Surge @Jason Felix +41 C Battering Krasis @Jack Wang +42 C Kraul Warrior @David Rapoza +43 C Maze Behemoth @Yeong-Hao Han +44 C Mending Touch @Karla Ortiz +45 C Mutant's Prey @Ryan Barger +46 C Phytoburst @Izzy +47 R Renegade Krasis @Howard Lyon +48 C Saruli Gatekeepers @Chris Rahn +49 R Skylasher @Dan Scott +50 C Thrashing Mossdog @Ryan Barger +51 R Advent of the Wurm @Lucas Graciano +52 C Armored Wolf-Rider @Matt Stewart +53 U Ascended Lawmage @Ryan Yee +54 C Beetleform Mage @Marco Nelor +55 U Blast of Genius @Terese Nielsen +56 U Blaze Commando @James Ryman +57 M Blood Baron of Vizkopa @Anthony Palumbo +58 R Boros Battleshaper @Zoltan Boros +59 U Bred for the Hunt @Karl Kopinski +60 U Bronzebeak Moa @James Ryman +61 U Carnage Gladiator @Ryan Barger +62 M Council of the Absolute @Zoltan Boros +63 M Deadbridge Chant @Zoltan Boros +64 U Debt to the Deathless @Seb McKinnon +65 C Deputy of Acquittals @James Ryman +66 R Dragonshift @Svetlin Velinov +67 C Drown in Filth @Seb McKinnon +68 R Emmara Tandris @Mark Winters +69 R Exava, Rakdos Blood Witch @Aleksi Briclot +70 U Feral Animist @Dave Kendall +71 U Fluxcharger @Willian Murai +72 R Gaze of Granite @Nils Hamm +73 U Gleam of Battle @Raymond Swanland +74 U Goblin Test Pilot @Svetlin Velinov +75 U Gruul War Chant @Dave Kendall +76 U Haunter of Nightveil @Igor Kieryluk +77 U Jelenn Sphinx @Wesley Burt +78 U Korozda Gorgon @Volkan Baǵa +79 U Krasis Incubation @Marco Nelor +80 R Lavinia of the Tenth @Willian Murai +81 M Legion's Initiative @Jaime Jones +82 M Master of Cruelties @Chase Stone +83 U Maw of the Obzedat @Randy Gallegos +84 R Melek, Izzet Paragon @Jason Chan +85 R Mirko Vosk, Mind Drinker @Chase Stone +86 C Morgue Burst @Raymond Swanland +87 C Nivix Cyclops @Wayne Reynolds +88 R Notion Thief @Clint Cearley +89 R Obzedat's Aid @Dan Scott +90 C Pilfered Plans @Michael C. Hayes +91 R Plasm Capture @Chase Stone +92 M Progenitor Mimic @Daarken +93 U Putrefy @Igor Kieryluk +94 M Ral Zarek @Eric Deschamps +95 M Reap Intellect @Steven Belledin +96 R Render Silent @Matt Stewart +97 U Restore the Peace @Kev Walker +98 U Rot Farm Skeleton @Maciej Kuciara +99 R Ruric Thar, the Unbowed @Tyler Jacobson +100 M Savageborn Hydra @Raymond Swanland +101 U Scab-Clan Giant @Zoltan Boros +102 U Showstopper @Steve Prescott +103 U Sin Collector @Mike Bierek +104 R Sire of Insanity @Peter Mohrbacher +105 U Species Gorger @Min Yum +106 U Spike Jester @Ryan Barger +107 R Tajic, Blade of the Legion @James Ryman +108 R Teysa, Envoy of Ghosts @Karla Ortiz +109 C Tithe Drinker @Slawomir Maniak +110 U Trostani's Summoner @Howard Lyon +111 U Unflinching Courage @Mike Bierek +112 R Varolz, the Scar-Striped @Adam Paquette +113 C Viashino Firstblade @Matt Stewart +114 M Voice of Resurgence @Winona Nelson +115 R Vorel of the Hull Clade @Mike Bierek +116 U Warleader's Helix @Greg Staples +117 U Warped Physique @Karl Kopinski +118 U Woodlot Crawler @Greg Staples +119 R Zhur-Taa Ancient @Adam Paquette +120 C Zhur-Taa Druid @Mark Winters +121 U Alive // Well @Nils Hamm +122 U Armed // Dangerous @David Palumbo +123 R Beck // Call @Adam Paquette +124 R Breaking // Entering @Mathias Kollros +125 R Catch // Release @Kev Walker +126 U Down // Dirty @Svetlin Velinov +127 U Far // Away @Greg Staples +128 R Flesh // Blood @Lucas Graciano +129 U Give // Take @Steve Prescott +130 U Profit // Loss @Kev Walker +131 U Protect // Serve @Ryan Barger +132 R Ready // Willing @Zoltan Boros +133 U Toil // Trouble @Nils Hamm +134 U Turn // Burn @Ryan Barger +135 U Wear // Tear @Ryan Pancoast +136 C Azorius Cluestone @Raoul Vitale +137 C Boros Cluestone @Raoul Vitale +138 C Dimir Cluestone @Raoul Vitale +139 C Golgari Cluestone @Raoul Vitale +140 C Gruul Cluestone @Raoul Vitale +141 C Izzet Cluestone @Raoul Vitale +142 C Orzhov Cluestone @Raoul Vitale +143 C Rakdos Cluestone @Raoul Vitale +144 C Selesnya Cluestone @Raoul Vitale +145 C Simic Cluestone @Raoul Vitale +146 C Azorius Guildgate @Drew Baker +147 C Boros Guildgate @Noah Bradley +148 C Dimir Guildgate @Cliff Childs +149 C Golgari Guildgate @Eytan Zana +150 C Gruul Guildgate @Randy Gallegos +151 C Izzet Guildgate @Noah Bradley +152 M Maze's End @Cliff Childs +153 C Orzhov Guildgate @John Avon +154 C Rakdos Guildgate @Eytan Zana +155 C Selesnya Guildgate @Howard Lyon +156 C Simic Guildgate @Svetlin Velinov [Lands] 10 Azorius Guildgate|DGM diff --git a/forge-gui/res/editions/DragonCon 1994.txt b/forge-gui/res/editions/DragonCon 1994.txt index 0d825bb7dc9..cb276d96955 100644 --- a/forge-gui/res/editions/DragonCon 1994.txt +++ b/forge-gui/res/editions/DragonCon 1994.txt @@ -7,4 +7,4 @@ Type=Promo ScryfallCode=PDRC [cards] -1 S Nalathni Dragon +1 S Nalathni Dragon @Michael Whelan diff --git a/forge-gui/res/editions/Dragons of Tarkir Promos.txt b/forge-gui/res/editions/Dragons of Tarkir Promos.txt index 81690e0c363..c7e1e612cf1 100644 --- a/forge-gui/res/editions/Dragons of Tarkir Promos.txt +++ b/forge-gui/res/editions/Dragons of Tarkir Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PDTK [cards] -96 R Deathbringer Regent -162 R Thunderbreak Regent -201 U Scaleguard Sentinels -212 R Arashin Sovereign -214 R Boltwing Marauder -223 R Harbinger of the Hunt -226 R Necromaster Dragon -227 R Ojutai's Command -228 R Pristine Skywise +96 R Deathbringer Regent @Chris Rallis +162 R Thunderbreak Regent @Jason Rainville +201 U Scaleguard Sentinels @David Gaillet +212 R Arashin Sovereign @David Palumbo +214 R Boltwing Marauder @Daarken +223 R Harbinger of the Hunt @Chris Rahn +226 R Necromaster Dragon @Peter Mohrbacher +227 R Ojutai's Command @Craig J Spearing +228 R Pristine Skywise @Dan Scott diff --git a/forge-gui/res/editions/Dragons of Tarkir.txt b/forge-gui/res/editions/Dragons of Tarkir.txt index 79519cfb9e8..8779af4b5d6 100644 --- a/forge-gui/res/editions/Dragons of Tarkir.txt +++ b/forge-gui/res/editions/Dragons of Tarkir.txt @@ -12,270 +12,270 @@ FatPackExtraSlots=80 BasicLands ScryfallCode=DTK [cards] -1 U Scion of Ugin -2 R Anafenza, Kin-Tree Spirit -3 R Arashin Foremost -4 C Artful Maneuver -5 U Aven Sunstriker -6 C Aven Tactician -7 U Battle Mastery -8 C Center Soul -9 C Champion of Arashin -10 U Dragon Hunter -11 C Dragon's Eye Sentry -12 U Dromoka Captain -13 C Dromoka Dunecaster -14 C Dromoka Warrior -15 U Echoes of the Kin Tree -16 C Enduring Victory -17 C Fate Forgotten -18 C Glaring Aegis -19 R Gleam of Authority -20 U Graceblade Artisan -21 U Great Teacher's Decree -22 C Herald of Dromoka -23 R Hidden Dragonslayer -24 C Lightwalker -25 C Misthoof Kirin -26 R Myth Realized -27 M Ojutai Exemplars -28 U Orator of Ojutai -29 C Pacifism -30 R Profound Journey -31 R Radiant Purge -32 C Resupply -33 C Sandcrafter Mage -34 C Sandstorm Charger -35 U Scale Blessing -36 R Secure the Wastes -37 U Shieldhide Dragon -38 U Silkwrap -39 U Strongarm Monk -40 C Student of Ojutai -41 R Sunscorch Regent -42 U Surge of Righteousness -43 C Territorial Roc -44 C Ancient Carp -45 C Anticipate -46 U Belltoll Dragon -47 R Blessed Reincarnation -48 M Clone Legion -49 C Contradict -50 U Dance of the Skywise -51 C Dirgur Nemesis -52 R Dragonlord's Prerogative -53 C Elusive Spellfist -54 U Encase in Ice -55 C Glint -56 U Gudul Lurker -57 C Gurmag Drowner -58 R Icefall Regent -59 R Illusory Gains -60 U Learn from the Past -61 R Living Lore -62 R Mirror Mockery -63 C Monastery Loremaster -64 C Mystic Meditation -65 C Negate -66 C Ojutai Interceptor -67 C Ojutai's Breath -68 C Ojutai's Summons -69 C Palace Familiar -70 R Profaner of the Dead -71 U Qarsi Deceiver -72 C Reduce in Stature -73 M Shorecrasher Elemental -74 C Sidisi's Faithful -75 U Sight Beyond Sight -76 U Silumgar Sorcerer -77 U Silumgar Spell-Eater -78 U Silumgar's Scorn -79 U Skywise Teachings -80 R Stratus Dancer -81 C Taigam's Strike -82 C Updraft Elemental -83 U Void Squall -84 U Youthful Scholar -85 C Zephyr Scribe -86 U Acid-Spewer Dragon -87 U Ambuscade Shaman -88 R Blood-Chin Fanatic -89 U Blood-Chin Rager -90 C Butcher's Glee -91 C Coat with Venom -92 R Corpseweft -93 R Damnable Pact -94 U Deadly Wanderings -95 U Death Wind -96 R Deathbringer Regent -97 C Defeat -98 C Duress -99 C Dutiful Attendant -100 C Flatten -101 R Foul Renewal -102 U Foul-Tongue Invocation -103 C Foul-Tongue Shriek -104 C Gravepurge -105 C Hand of Silumgar -106 R Hedonist's Trove -107 C Kolaghan Skirmisher -108 U Marang River Skeleton -109 C Marsh Hulk -110 C Mind Rot -111 U Minister of Pain -112 R Pitiless Horde -113 C Qarsi Sadist -114 U Rakshasa Gravecaller -115 C Reckless Imp -116 M Risen Executioner -117 U Self-Inflicted Wound -118 C Shambling Goblin -119 C Sibsig Icebreakers -120 R Sidisi, Undead Vizier -121 R Silumgar Assassin -122 C Silumgar Butcher -123 U Ukud Cobra -124 U Ultimate Price -125 U Virulent Plague -126 C Vulturous Aven -127 C Wandering Tombshell -128 C Atarka Efreet -129 U Atarka Pummeler -130 R Berserkers' Onslaught -131 R Commune with Lava -132 R Crater Elemental -133 M Descent of the Dragons -134 U Draconic Roar -135 C Dragon Fodder -136 R Dragon Tempest -137 M Dragon Whisperer -138 U Dragonlord's Servant -139 C Hardened Berserker -140 C Impact Tremors -141 R Ire Shaman -142 C Kindled Fury -143 C Kolaghan Aspirant -144 U Kolaghan Forerunners -145 C Kolaghan Stormsinger -146 U Lightning Berserker -147 C Lose Calm -148 C Magmatic Chasm -149 U Qal Sisma Behemoth -150 U Rending Volley -151 U Roast -152 C Sabertooth Outrider -153 C Sarkhan's Rage -154 U Sarkhan's Triumph -155 C Screamreach Brawler -156 U Seismic Rupture -157 C Sprinting Warbrute -158 U Stormcrag Elemental -159 U Stormwing Dragon -160 C Summit Prowler -161 C Tail Slash -162 R Thunderbreak Regent -163 C Tormenting Voice -164 C Twin Bolt -165 C Vandalize -166 C Volcanic Rush -167 R Volcanic Vision -168 U Warbringer -169 R Zurgo Bellstriker -170 C Aerie Bowmasters -171 C Ainok Artillerist -172 U Ainok Survivalist -173 R Assault Formation -174 C Atarka Beastbreaker -175 R Avatar of the Resolute -176 U Circle of Elders -177 R Collected Company -178 C Colossodon Yearling -179 C Conifer Strider -180 M Deathmist Raptor -181 R Den Protector -182 U Display of Dominance -183 C Dragon-Scarred Bear -184 U Dromoka's Gift -185 C Epic Confrontation -186 U Explosive Vegetation -187 R Foe-Razer Regent -188 C Glade Watcher -189 C Guardian Shield-Bearer -190 U Herdchaser Dragon -191 U Inspiring Call -192 U Lurking Arynx -193 C Naturalize -194 R Obscuring AEther -195 C Pinion Feast -196 U Press the Advantage -197 C Revealing Wind -198 U Salt Road Ambushers -199 U Salt Road Quartermasters -200 C Sandsteppe Scavenger -201 U Scaleguard Sentinels -202 C Segmented Krotiq -203 C Servant of the Scale -204 M Shaman of Forgotten Ways -205 C Shape the Sands -206 C Sheltered Aerie -207 U Sight of the Scalelords -208 C Stampeding Elk Herd -209 R Sunbringer's Touch -210 R Surrak, the Hunt Caller -211 C Tread Upon -212 R Arashin Sovereign -213 R Atarka's Command -214 R Boltwing Marauder -215 U Cunning Breezedancer -216 M Dragonlord Atarka -217 M Dragonlord Dromoka -218 M Dragonlord Kolaghan -219 M Dragonlord Ojutai -220 M Dragonlord Silumgar -221 R Dromoka's Command -222 U Enduring Scalelord -223 R Harbinger of the Hunt -224 R Kolaghan's Command -225 M Narset Transcendent -226 R Necromaster Dragon -227 R Ojutai's Command -228 R Pristine Skywise -229 U Ruthless Deathfang -230 M Sarkhan Unbroken -231 U Savage Ventmaw -232 R Silumgar's Command -233 U Swift Warkite -234 C Ancestral Statue -235 U Atarka Monument -236 C Custodian of the Trove -237 U Dragonloft Idol -238 U Dromoka Monument -239 U Gate Smasher -240 C Keeper of the Lens -241 U Kolaghan Monument -242 U Ojutai Monument -243 U Silumgar Monument -244 C Spidersilk Net -245 U Stormrider Rig -246 U Tapestry of the Ages -247 C Vial of Dragonfire -248 C Evolving Wilds -249 R Haven of the Spirit Dragon -252 L Plains -252 L Plains -252 L Plains -253 L Island -253 L Island -253 L Island -258 L Swamp -258 L Swamp -258 L Swamp -261 L Mountain -261 L Mountain -261 L Mountain -264 L Forest -264 L Forest -264 L Forest +1 U Scion of Ugin @Cliff Childs +2 R Anafenza, Kin-Tree Spirit @Ryan Yee +3 R Arashin Foremost @David Palumbo +4 C Artful Maneuver @Lars Grant-West +5 U Aven Sunstriker @John Severin Brassell +6 C Aven Tactician @Christopher Moeller +7 U Battle Mastery @Viktor Titov +8 C Center Soul @Igor Kieryluk +9 C Champion of Arashin @Joseph Meehan +10 U Dragon Hunter @Johannes Voss +11 C Dragon's Eye Sentry @Anastasia Ovchinnikova +12 U Dromoka Captain @Matt Stewart +13 C Dromoka Dunecaster @Mark Winters +14 C Dromoka Warrior @Zack Stella +15 U Echoes of the Kin Tree @Ryan Alexander Lee +16 C Enduring Victory @Mike Sass +17 C Fate Forgotten @Cliff Childs +18 C Glaring Aegis @Anthony Palumbo +19 R Gleam of Authority @Jakub Kasper +20 U Graceblade Artisan @Magali Villeneuve +21 U Great Teacher's Decree @Zoltan Boros +22 C Herald of Dromoka @Zack Stella +23 R Hidden Dragonslayer @Anastasia Ovchinnikova +24 C Lightwalker @Winona Nelson +25 C Misthoof Kirin @Ryan Barger +26 R Myth Realized @Jason Rainville +27 M Ojutai Exemplars @Willian Murai +28 U Orator of Ojutai @Zack Stella +29 C Pacifism @Mark Zug +30 R Profound Journey @Tomasz Jedruszek +31 R Radiant Purge @Igor Kieryluk +32 C Resupply @Filip Burburan +33 C Sandcrafter Mage @Willian Murai +34 C Sandstorm Charger @Dave Kendall +35 U Scale Blessing @Matt Stewart +36 R Secure the Wastes @Scott Murphy +37 U Shieldhide Dragon @Chris Rallis +38 U Silkwrap @David Gaillet +39 U Strongarm Monk @Viktor Titov +40 C Student of Ojutai @Jason A. Engle +41 R Sunscorch Regent @Matt Stewart +42 U Surge of Righteousness @Marco Nelor +43 C Territorial Roc @YW Tang +44 C Ancient Carp @Christopher Burdett +45 C Anticipate @Lake Hurwitz +46 U Belltoll Dragon @Zack Stella +47 R Blessed Reincarnation @Kev Walker +48 M Clone Legion @Svetlin Velinov +49 C Contradict @Steve Prescott +50 U Dance of the Skywise @Jack Wang +51 C Dirgur Nemesis @Mathias Kollros +52 R Dragonlord's Prerogative @Seb McKinnon +53 C Elusive Spellfist @Viktor Titov +54 U Encase in Ice @Mathias Kollros +55 C Glint @Igor Kieryluk +56 U Gudul Lurker @Christopher Burdett +57 C Gurmag Drowner @Lake Hurwitz +58 R Icefall Regent @David Gaillet +59 R Illusory Gains @Kev Walker +60 U Learn from the Past @Chase Stone +61 R Living Lore @Jason Felix +62 R Mirror Mockery @Ryan Alexander Lee +63 C Monastery Loremaster @Ryan Alexander Lee +64 C Mystic Meditation @Howard Lyon +65 C Negate @Willian Murai +66 C Ojutai Interceptor @Johann Bodin +67 C Ojutai's Breath @Kev Walker +68 C Ojutai's Summons @Jakub Kasper +69 C Palace Familiar @Kev Walker +70 R Profaner of the Dead @Vincent Proce +71 U Qarsi Deceiver @Raymond Swanland +72 C Reduce in Stature @Dan Scott +73 M Shorecrasher Elemental @Igor Kieryluk +74 C Sidisi's Faithful @Lius Lasahido +75 U Sight Beyond Sight @Anastasia Ovchinnikova +76 U Silumgar Sorcerer @Jeff Simpson +77 U Silumgar Spell-Eater @Dave Kendall +78 U Silumgar's Scorn @Ryan Yee +79 U Skywise Teachings @Filip Burburan +80 R Stratus Dancer @Anastasia Ovchinnikova +81 C Taigam's Strike @David Gaillet +82 C Updraft Elemental @Raf Sarmento +83 U Void Squall @James Paick +84 U Youthful Scholar @Cynthia Sheppard +85 C Zephyr Scribe @Lius Lasahido +86 U Acid-Spewer Dragon @James Zapata +87 U Ambuscade Shaman @Anthony Palumbo +88 R Blood-Chin Fanatic @David Palumbo +89 U Blood-Chin Rager @Karl Kopinski +90 C Butcher's Glee @Jesper Ejsing +91 C Coat with Venom @Johann Bodin +92 R Corpseweft @Nils Hamm +93 R Damnable Pact @Zack Stella +94 U Deadly Wanderings @David Palumbo +95 U Death Wind @Nils Hamm +96 R Deathbringer Regent @Adam Paquette +97 C Defeat @Dave Kendall +98 C Duress @Jason Rainville +99 C Dutiful Attendant @Aaron Miller +100 C Flatten @Raoul Vitale +101 R Foul Renewal @Filip Burburan +102 U Foul-Tongue Invocation @Daarken +103 C Foul-Tongue Shriek @Dave Kendall +104 C Gravepurge @Nils Hamm +105 C Hand of Silumgar @Lius Lasahido +106 R Hedonist's Trove @Peter Mohrbacher +107 C Kolaghan Skirmisher @Anthony Palumbo +108 U Marang River Skeleton @Jack Wang +109 C Marsh Hulk @Raf Sarmento +110 C Mind Rot @Clint Cearley +111 U Minister of Pain @Izzy +112 R Pitiless Horde @Viktor Titov +113 C Qarsi Sadist @Volkan Baǵa +114 U Rakshasa Gravecaller @Jakub Kasper +115 C Reckless Imp @Torstein Nordstrand +116 M Risen Executioner @Craig J Spearing +117 U Self-Inflicted Wound @Mathias Kollros +118 C Shambling Goblin @Yeong-Hao Han +119 C Sibsig Icebreakers @Zoltan Boros +120 R Sidisi, Undead Vizier @Min Yum +121 R Silumgar Assassin @Yohann Schepacz +122 C Silumgar Butcher @Dave Kendall +123 U Ukud Cobra @Johann Bodin +124 U Ultimate Price @Jack Wang +125 U Virulent Plague @Johann Bodin +126 C Vulturous Aven @Kev Walker +127 C Wandering Tombshell @Yeong-Hao Han +128 C Atarka Efreet @Izzy +129 U Atarka Pummeler @Lucas Graciano +130 R Berserkers' Onslaught @Zoltan Boros +131 R Commune with Lava @Ryan Barger +132 R Crater Elemental @Svetlin Velinov +133 M Descent of the Dragons @Steve Prescott +134 U Draconic Roar @Kev Walker +135 C Dragon Fodder @Volkan Baǵa +136 R Dragon Tempest @Willian Murai +137 M Dragon Whisperer @Chris Rallis +138 U Dragonlord's Servant @Steve Prescott +139 C Hardened Berserker @Viktor Titov +140 C Impact Tremors @Lake Hurwitz +141 R Ire Shaman @Jack Wang +142 C Kindled Fury @Dan Scott +143 C Kolaghan Aspirant @Aaron Miller +144 U Kolaghan Forerunners @Jason A. Engle +145 C Kolaghan Stormsinger @Scott Murphy +146 U Lightning Berserker @Joseph Meehan +147 C Lose Calm @Jason A. Engle +148 C Magmatic Chasm @Volkan Baǵa +149 U Qal Sisma Behemoth @Evan Shipard +150 U Rending Volley @Lucas Graciano +151 U Roast @Zoltan Boros +152 C Sabertooth Outrider @Winona Nelson +153 C Sarkhan's Rage @Chris Rahn +154 U Sarkhan's Triumph @Chris Rahn +155 C Screamreach Brawler @Slawomir Maniak +156 U Seismic Rupture @Jason A. Engle +157 C Sprinting Warbrute @Lake Hurwitz +158 U Stormcrag Elemental @Ralph Horsley +159 U Stormwing Dragon @Svetlin Velinov +160 C Summit Prowler @Filip Burburan +161 C Tail Slash @Efrem Palacios +162 R Thunderbreak Regent @Ryan Pancoast +163 C Tormenting Voice @Volkan Baǵa +164 C Twin Bolt @Svetlin Velinov +165 C Vandalize @Ryan Barger +166 C Volcanic Rush @Ryan Barger +167 R Volcanic Vision @Noah Bradley +168 U Warbringer @Raymond Swanland +169 R Zurgo Bellstriker @Jason Rainville +170 C Aerie Bowmasters @Matt Stewart +171 C Ainok Artillerist @James Paick +172 U Ainok Survivalist @Craig J Spearing +173 R Assault Formation @Kieran Yanner +174 C Atarka Beastbreaker @Johannes Voss +175 R Avatar of the Resolute @Jeff Simpson +176 U Circle of Elders @Jakub Kasper +177 R Collected Company @Franz Vohwinkel +178 C Colossodon Yearling @Yeong-Hao Han +179 C Conifer Strider @YW Tang +180 M Deathmist Raptor @Filip Burburan +181 R Den Protector @Viktor Titov +182 U Display of Dominance @Tomasz Jedruszek +183 C Dragon-Scarred Bear @Lars Grant-West +184 U Dromoka's Gift @Winona Nelson +185 C Epic Confrontation @Wayne Reynolds +186 U Explosive Vegetation @Florian de Gesincourt +187 R Foe-Razer Regent @Lucas Graciano +188 C Glade Watcher @Jesper Ejsing +189 C Guardian Shield-Bearer @Lindsey Look +190 U Herdchaser Dragon @Seb McKinnon +191 U Inspiring Call @Dan Scott +192 U Lurking Arynx @Carl Frank +193 C Naturalize @James Paick +194 R Obscuring Aether @Min Yum +195 C Pinion Feast @Ryan Barger +196 U Press the Advantage @Marco Nelor +197 C Revealing Wind @Phill Simmer +198 U Salt Road Ambushers @Joseph Meehan +199 U Salt Road Quartermasters @Anthony Palumbo +200 C Sandsteppe Scavenger @Kieran Yanner +201 U Scaleguard Sentinels @Matt Stewart +202 C Segmented Krotiq @Christopher Moeller +203 C Servant of the Scale @Winona Nelson +204 M Shaman of Forgotten Ways @Tyler Jacobson +205 C Shape the Sands @Ryan Yee +206 C Sheltered Aerie @Raoul Vitale +207 U Sight of the Scalelords @Marc Simonetti +208 C Stampeding Elk Herd @Carl Frank +209 R Sunbringer's Touch @Lucas Graciano +210 R Surrak, the Hunt Caller @Wesley Burt +211 C Tread Upon @Efrem Palacios +212 R Arashin Sovereign @Dan Scott +213 R Atarka's Command @Chris Rahn +214 R Boltwing Marauder @Raymond Swanland +215 U Cunning Breezedancer @Todd Lockwood +216 M Dragonlord Atarka @Karl Kopinski +217 M Dragonlord Dromoka @Eric Deschamps +218 M Dragonlord Kolaghan @Jaime Jones +219 M Dragonlord Ojutai @Chase Stone +220 M Dragonlord Silumgar @Steven Belledin +221 R Dromoka's Command @James Ryman +222 U Enduring Scalelord @Clint Cearley +223 R Harbinger of the Hunt @Aaron Miller +224 R Kolaghan's Command @Daarken +225 M Narset Transcendent @Magali Villeneuve +226 R Necromaster Dragon @Mark Zug +227 R Ojutai's Command @Willian Murai +228 R Pristine Skywise @Adam Paquette +229 U Ruthless Deathfang @Filip Burburan +230 M Sarkhan Unbroken @Aleksi Briclot +231 U Savage Ventmaw @Slawomir Maniak +232 R Silumgar's Command @Nils Hamm +233 U Swift Warkite @Izzy +234 C Ancestral Statue @Tomasz Jedruszek +235 U Atarka Monument @Daniel Ljunggren +236 C Custodian of the Trove @Raoul Vitale +237 U Dragonloft Idol @Jung Park +238 U Dromoka Monument @Daniel Ljunggren +239 U Gate Smasher @Filip Burburan +240 C Keeper of the Lens @Ryan Barger +241 U Kolaghan Monument @Daniel Ljunggren +242 U Ojutai Monument @Daniel Ljunggren +243 U Silumgar Monument @Daniel Ljunggren +244 C Spidersilk Net @Steve Argyle +245 U Stormrider Rig @Min Yum +246 U Tapestry of the Ages @Yeong-Hao Han +247 C Vial of Dragonfire @Franz Vohwinkel +248 C Evolving Wilds @Andreas Rocha +249 R Haven of the Spirit Dragon @Raymond Swanland +250 L Plains @Sam Burley +251 L Plains @Sam Burley +252 L Plains @Florian de Gesincourt +253 L Island @Florian de Gesincourt +254 L Island @Florian de Gesincourt +255 L Island @Adam Paquette +256 L Swamp @Noah Bradley +257 L Swamp @Adam Paquette +258 L Swamp @Adam Paquette +259 L Mountain @Noah Bradley +260 L Mountain @Noah Bradley +261 L Mountain @Titus Lunter +262 L Forest @Sam Burley +263 L Forest @Titus Lunter +264 L Forest @Titus Lunter [tokens] w_1_1_warrior diff --git a/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt b/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt index fda295c25be..e1af77cb70a 100644 --- a/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt +++ b/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt @@ -7,86 +7,86 @@ Type=Duel_Deck ScryfallCode=DDH [cards] -1 M Ajani Vengeant -2 U Kird Ape -3 C Essence Warden -4 C Wild Nacatl -5 U Loam Lion -6 C Canyon Wildcat -7 U Jade Mage -8 C Sylvan Ranger -9 U Ajani's Pridemate -10 C Qasali Pridemage -11 C Grazing Gladehart -12 U Fleetfoot Panther -13 U Woolly Thoctar -14 U Briarhorn -15 R Loxodon Hierarch -16 U Spitemare -17 U Marisi's Twinclaws -18 R Ageless Entity -19 U Pride of Lions -20 U Nacatl Hunt-Pride -21 R Firemane Angel -22 C Ajani's Mantra -23 U Lightning Helix -24 U Lead the Stampede -25 U Griffin Guide -26 C Recumbent Bliss -27 R Searing Meditation -28 U Behemoth Sledge -29 U Naya Charm -30 C Sylvan Bounty -31 R Titanic Ultimatum -32 C Evolving Wilds -33 U Graypelt Refuge -34 U Jungle Shrine -35 U Kazandu Refuge -36 U Sapseep Forest -37 U Vitu-Ghazi, the City-Tree -38 L Forest -39 L Forest -40 L Plains -41 L Mountain -42 M Nicol Bolas, Planeswalker -43 C Surveilling Sprite -44 C Nightscape Familiar -45 U Slavering Nulls -46 C Brackwater Elemental -47 C Morgue Toad -48 U Hellfire Mongrel -49 R Dimir Cutpurse -50 C Steamcore Weird -51 U Moroii -52 R Blazing Specter -53 U Fire-Field Ogre -54 U Shriekmaw -55 C Ogre Savant -56 C Jhessian Zombies -57 C Igneous Pouncer -58 C Vapor Snag -59 U Countersquall -60 C Obelisk of Grixis -61 C Recoil -62 R Undermine -63 U Grixis Charm -64 U Icy Manipulator -65 U Deep Analysis -66 C Agonizing Demise -67 U Slave of Bolas -68 U Elder Mastery -69 R Cruel Ultimatum -70 R Profane Command -71 U Spite // Malice -72 U Pain // Suffering -73 U Rise // Fall -74 U Crumbling Necropolis -75 C Rupture Spire -76 C Terramorphic Expanse -77 L Swamp -78 L Swamp -79 L Island -80 L Mountain +1 M Ajani Vengeant @Izzy +2 U Kird Ape @Terese Nielsen +3 C Essence Warden @Terese Nielsen +4 C Wild Nacatl @Wayne Reynolds +5 U Loam Lion @Daniel Ljunggren +6 C Canyon Wildcat @Gary Leach +7 U Jade Mage @Izzy +8 C Sylvan Ranger @Christopher Moeller +9 U Ajani's Pridemate @Svetlin Velinov +10 C Qasali Pridemage @Chris Rahn +11 C Grazing Gladehart @Ryan Pancoast +12 U Fleetfoot Panther @Mark Brill +13 U Woolly Thoctar @Wayne Reynolds +14 U Briarhorn @Nils Hamm +15 R Loxodon Hierarch @Kev Walker +16 U Spitemare @Matt Cavotta +17 U Marisi's Twinclaws @Izzy +18 R Ageless Entity @Jeff Miracola +19 U Pride of Lions @Carl Critchlow +20 U Nacatl Hunt-Pride @Steve Prescott +21 R Firemane Angel @Matt Cavotta +22 C Ajani's Mantra @James Paick +23 U Lightning Helix @Raymond Swanland +24 U Lead the Stampede @Efrem Palacios +25 U Griffin Guide @Jim Nelson +26 C Recumbent Bliss @Todd Lockwood +27 R Searing Meditation @Dave Dorman +28 U Behemoth Sledge @Dave Allsop +29 U Naya Charm @Jesper Ejsing +30 C Sylvan Bounty @Chris Rahn +31 R Titanic Ultimatum @Steve Prescott +32 C Evolving Wilds @Steven Belledin +33 U Graypelt Refuge @Philip Straub +34 U Jungle Shrine @Wayne Reynolds +35 U Kazandu Refuge @Franz Vohwinkel +36 U Sapseep Forest @Aleksi Briclot +37 U Vitu-Ghazi, the City-Tree @Martina Pilcerova +38 L Forest @Zoltan Boros & Gabor Szikszai +39 L Forest @Zoltan Boros & Gabor Szikszai +40 L Plains @Zoltan Boros & Gabor Szikszai +41 L Mountain @Zoltan Boros & Gabor Szikszai +42 M Nicol Bolas, Planeswalker @Izzy +43 C Surveilling Sprite @Terese Nielsen +44 C Nightscape Familiar @Jeff Easley +45 U Slavering Nulls @Dave Kendall +46 C Brackwater Elemental @Thomas M. Baxa +47 C Morgue Toad @Franz Vohwinkel +48 U Hellfire Mongrel @Dan Scott +49 R Dimir Cutpurse @Kev Walker +50 C Steamcore Weird @Justin Norman +51 U Moroii @Dan Scott +52 R Blazing Specter @Marc Fishman +53 U Fire-Field Ogre @Mitch Cotie +54 U Shriekmaw @Steve Prescott +55 C Ogre Savant @Paolo Parente +56 C Jhessian Zombies @Ash Wood +57 C Igneous Pouncer @Chippy +58 C Vapor Snag @Raymond Swanland +59 U Countersquall @Anthony Francisco +60 C Obelisk of Grixis @Nils Hamm +61 C Recoil @Alan Pollack +62 R Undermine @Massimilano Frezzato +63 U Grixis Charm @Lars Grant-West +64 U Icy Manipulator @Matt Cavotta +65 U Deep Analysis @Jesper Ejsing +66 C Agonizing Demise @Mark Brill +67 U Slave of Bolas @Steve Argyle +68 U Elder Mastery @Dave Allsop +69 R Cruel Ultimatum @Ralph Horsley +70 R Profane Command @Wayne England +71 U Spite // Malice @David Martin +72 U Pain // Suffering @David Martin +73 U Rise // Fall @Pete Venters +74 U Crumbling Necropolis @Dave Kendall +75 C Rupture Spire @Jaime Jones +76 C Terramorphic Expanse @Dan Scott +77 L Swamp @Mark Tedin +78 L Swamp @Mark Tedin +79 L Island @Mark Tedin +80 L Mountain @Mark Tedin [tokens] w_2_2_griffin_flying diff --git a/forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt b/forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt index 885216607e9..2ed4173c848 100644 --- a/forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt +++ b/forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt @@ -7,68 +7,68 @@ Type=Duel_Deck ScryfallCode=DVD [cards] -1 M Akroma, Angel of Wrath -2 U Icatian Priest -3 C Angelic Page -4 C Charging Paladin -5 C Venerable Monk -6 U Angelic Protector -7 U Serra Advocate -8 U Sustainer of the Realm -9 U Angel of Mercy -10 R Serra Angel -11 R Twilight Shepherd -12 R Luminous Angel -13 R Reya Dawnbringer -14 C Healing Salve -15 C Angelsong -16 U Otherworldly Journey -17 C Pacifism -18 U Serra's Boon -19 U Angelic Benediction -20 C Faith's Fetters -21 U Serra's Embrace -22 U Righteous Cause -23 U Angel's Feather -24 U Marble Diamond -25 C Secluded Steppe -26 L Plains -27 L Plains -28 L Plains -29 L Plains -30 M Lord of the Pit -31 C Abyssal Gatekeeper -32 C Foul Imp -33 U Daggerclaw Imp -34 C Dusk Imp -35 C Overeager Apprentice -36 C Stinkweed Imp -37 U Soot Imp -38 C Demon's Jester -39 U Souldrinker -40 U Abyssal Specter -41 C Cackling Imp -42 R Fallen Angel -43 R Reiver Demon -44 R Kuro, Pitlord -45 C Dark Ritual -46 C Duress -47 C Unholy Strength -48 U Cruel Edict -49 U Demonic Tutor -50 C Dark Banishing -51 U Oni Possession -52 U Barter in Blood -53 U Breeding Pit -54 R Promise of Power -55 U Corrupt -56 U Consume Spirit -57 U Demon's Horn -58 C Barren Moor -59 L Swamp -60 L Swamp -61 L Swamp -62 L Swamp +1 M Akroma, Angel of Wrath @Chippy +2 U Icatian Priest @Stephen Tappin +3 C Angelic Page @Marc Fishman +4 C Charging Paladin @Ciruelo +5 C Venerable Monk @D. Alexander Gregory +6 U Angelic Protector @DiTerlizzi +7 U Serra Advocate @Matthew D. Wilson +8 U Sustainer of the Realm @Mark Zug +9 U Angel of Mercy @Volkan Baǵa +10 R Serra Angel @Greg Staples +11 R Twilight Shepherd @Jason Chan +12 R Luminous Angel @Jason Chan +13 R Reya Dawnbringer @Matthew D. Wilson +14 C Healing Salve @Greg Hildebrandt & Tim Hildebrandt +15 C Angelsong @Sal Villagran +16 U Otherworldly Journey @Vance Kovacs +17 C Pacifism @Matthew D. Wilson +18 U Serra's Boon @Steven Belledin +19 U Angelic Benediction @Michael Komarck +20 C Faith's Fetters @Brian Despain +21 U Serra's Embrace @Zoltan Boros & Gabor Szikszai +22 U Righteous Cause @Scott M. Fischer +23 U Angel's Feather @Alan Pollack +24 U Marble Diamond @David Martin +25 C Secluded Steppe @Heather Hudson +26 L Plains @Rob Alexander +27 L Plains @Rob Alexander +28 L Plains @Rob Alexander +29 L Plains @Rob Alexander +30 M Lord of the Pit @Chippy +31 C Abyssal Gatekeeper @Mark Tedin +32 C Foul Imp @Kev Walker +33 U Daggerclaw Imp @Pete Venters +34 C Dusk Imp @Pete Venters +35 C Overeager Apprentice @Ray Lago +36 C Stinkweed Imp @Nils Hamm +37 U Soot Imp @Jesper Ejsing +38 C Demon's Jester @Pete Venters +39 U Souldrinker @Dermot Power +40 U Abyssal Specter @Michael Sutfin +41 C Cackling Imp @Matt Thompson +42 R Fallen Angel @Matthew D. Wilson +43 R Reiver Demon @Brom +44 R Kuro, Pitlord @Jon Foster +45 C Dark Ritual @Clint Langley +46 C Duress @Steven Belledin +47 C Unholy Strength @Terese Nielsen +48 U Cruel Edict @Michael Sutfin +49 U Demonic Tutor @Scott Chou +50 C Dark Banishing @Dermot Power +51 U Oni Possession @Aleksi Briclot +52 U Barter in Blood @Paolo Parente +53 U Breeding Pit @Adrian Smith +54 R Promise of Power @Kev Walker +55 U Corrupt @Dave Allsop +56 U Consume Spirit @Matt Thompson +57 U Demon's Horn @Alan Pollack +58 C Barren Moor @Heather Hudson +59 L Swamp @Mark Tedin +60 L Swamp @Mark Tedin +61 L Swamp @John Avon +62 L Swamp @Vance Kovacs [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt index d745e87760b..69c154ba9e3 100644 --- a/forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt @@ -7,68 +7,68 @@ Type=Duel_Deck ScryfallCode=EVG [cards] -1 R Ambush Commander -2 R Allosaurus Rider -3 C Elvish Eulogist -4 U Elvish Harbinger -5 C Elvish Warrior -6 U Gempalm Strider -7 U Heedless One -8 U Imperious Perfect -9 C Llanowar Elves -10 C Lys Alana Huntmaster -11 C Stonewood Invoker -12 U Sylvan Messenger -13 C Timberwatch Elf -14 R Voice of the Woods -15 C Wellwisher -16 C Wirewood Herald -17 U Wirewood Symbiote -18 C Wood Elves -19 U Wren's Run Vanquisher -20 U Elvish Promenade -21 C Giant Growth -22 U Harmonize -23 C Wildsize -24 C Moonglove Extract -25 R Slate of Ancestry -26 U Wirewood Lodge -27 C Tranquil Thicket -28 L Forest -29 L Forest -30 L Forest -31 L Forest -32 R Siege-Gang Commander -33 U Akki Coalflinger -34 R Clickslither -35 C Emberwilde Augur -36 U Flamewave Invoker -37 U Gempalm Incinerator -38 C Goblin Cohort -39 U Goblin Matron -40 U Goblin Ringleader -41 C Goblin Sledder -42 U Goblin Warchief -43 R Ib Halfheart, Goblin Tactician -44 U Mogg Fanatic -45 C Mogg War Marshal -46 C Mudbutton Torchrunner -47 C Raging Goblin -48 U Reckless One -49 U Skirk Drill Sergeant -50 R Skirk Fire Marshal -51 C Skirk Prospector -52 C Skirk Shaman -53 U Tar Pitcher -54 U Boggart Shenanigans -55 C Spitting Earth -56 C Tarfire -57 C Forgotten Cave -58 U Goblin Burrows -59 L Mountain -60 L Mountain -61 L Mountain -62 L Mountain +1 R Ambush Commander @Lucio Parrillo +2 R Allosaurus Rider @Daren Bader +3 C Elvish Eulogist @Ben Thompson +4 U Elvish Harbinger @Larry MacDougall +5 C Elvish Warrior @Christopher Moeller +6 U Gempalm Strider @Tim Hildebrandt +7 U Heedless One @Mark Zug +8 U Imperious Perfect @Scott M. Fischer +9 C Llanowar Elves @Kev Walker +10 C Lys Alana Huntmaster @Pete Venters +11 C Stonewood Invoker @Eric Peterson +12 U Sylvan Messenger @Heather Hudson +13 C Timberwatch Elf @Dave Dorman +14 R Voice of the Woods @Pete Venters +15 C Wellwisher @Christopher Rush +16 C Wirewood Herald @Alex Horley-Orlandelli +17 U Wirewood Symbiote @Thomas M. Baxa +18 C Wood Elves @Christopher Moeller +19 U Wren's Run Vanquisher @Paolo Parente +20 U Elvish Promenade @Steve Ellis +21 C Giant Growth @Matt Cavotta +22 U Harmonize @Rob Alexander +23 C Wildsize @Jim Murray +24 C Moonglove Extract @Terese Nielsen +25 R Slate of Ancestry @Corey D. Macourek +26 C Tranquil Thicket @Heather Hudson +27 U Wirewood Lodge @Anthony S. Waters +28 L Forest @Glen Angus +29 L Forest @John Avon +30 L Forest @John Avon +31 L Forest @Rob Alexander +32 R Siege-Gang Commander @Lucio Parrillo +33 U Akki Coalflinger @Nottsuo +34 R Clickslither @Kev Walker +35 C Emberwilde Augur @Brandon Kitkouski +36 U Flamewave Invoker @Dave Dorman +37 U Gempalm Incinerator @Luca Zontini +38 C Goblin Cohort @Darrell Riche +39 U Goblin Matron @Daniel Gelon +40 U Goblin Ringleader @Mark Romanoski +41 C Goblin Sledder @Ron Spencer +42 U Goblin Warchief @Greg Hildebrandt & Tim Hildebrandt +43 R Ib Halfheart, Goblin Tactician @Wayne Reynolds +44 U Mogg Fanatic @Brom +45 C Mogg War Marshal @Wayne England +46 C Mudbutton Torchrunner @Steve Ellis +47 C Raging Goblin @Jeff Miracola +48 U Reckless One @Ron Spencer +49 U Skirk Drill Sergeant @Alex Horley-Orlandelli +50 R Skirk Fire Marshal @Greg Hildebrandt & Tim Hildebrandt +51 C Skirk Prospector @Doug Chaffee +52 C Skirk Shaman @Chippy +53 U Tar Pitcher @Omar Rayyan +54 U Boggart Shenanigans @Warren Mahy +55 C Spitting Earth @Michael Koelsch +56 C Tarfire @Omar Rayyan +57 C Forgotten Cave @Tony Szczudlo +58 U Goblin Burrows @David Martin +59 L Mountain @David Day +60 L Mountain @Jeff Miracola +61 L Mountain @Rob Alexander +62 L Mountain @Sam Wood [tokens] r_1_1_goblin diff --git a/forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt b/forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt index 2c2ccfb2b3d..1a9740a5393 100644 --- a/forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt +++ b/forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt @@ -7,69 +7,69 @@ Type=Duel_Deck ScryfallCode=GVL [cards] -1 M Garruk Wildspeaker -2 C Basking Rootwalla -3 U Albino Troll -4 C Vine Trellis -5 C Wild Mongrel -6 C Wirewood Savage -7 C Blastoderm -8 R Ravenous Baloth -9 U Stampeding Wildebeests -10 U Indrik Stomphowler -11 C Krosan Tusker -12 R Plated Slagwurm -13 U Genju of the Cedars -14 C Giant Growth -15 C Rancor -16 C Lignify -17 C Nature's Lore -18 U Elephant Guide -19 C Invigorate -20 C Serrated Arrows -21 U Harmonize -22 R Rude Awakening -23 U Beast Attack -24 U Overrun -25 U Windstorm -26 C Slippery Karst -27 U Treetop Village -28 L Forest -29 L Forest -30 L Forest -31 L Forest -32 M Liliana Vess -33 C Deathgreeter -34 U Ghost-Lit Stalker -35 C Vampire Bats -36 C Drudge Skeletons -37 C Ravenous Rats -38 U Fleshbag Marauder -39 C Phyrexian Rager -40 C Urborg Syphon-Mage -41 U Wall of Bone -42 C Faerie Macabre -43 U Howling Banshee -44 U Keening Banshee -45 C Twisted Abomination -46 R Skeletal Vampire -47 U Genju of the Fens -48 R Bad Moon -49 C Sign in Blood -50 C Vicious Hunger -51 C Ichor Slick -52 C Hideous End -53 C Snuff Out -54 C Tendrils of Corruption -55 R Mutilate -56 U Rise from the Grave -57 U Corrupt -58 U Enslave -59 C Polluted Mire -60 L Swamp -61 L Swamp -62 L Swamp -63 L Swamp +1 M Garruk Wildspeaker @Terese Nielsen +2 C Basking Rootwalla @Heather Hudson +3 U Albino Troll @Paolo Parente +4 C Vine Trellis @DiTerlizzi +5 C Wild Mongrel @Anthony S. Waters +6 C Wirewood Savage @DiTerlizzi +7 C Blastoderm @Nils Hamm +8 R Ravenous Baloth @Arnie Swekel +9 U Stampeding Wildebeests @Randy Gallegos +10 U Indrik Stomphowler @Carl Critchlow +11 C Krosan Tusker @Kev Walker +12 R Plated Slagwurm @Justin Sweet +13 U Genju of the Cedars @Arnie Swekel +14 C Giant Growth @Matt Cavotta +15 C Rancor @Kev Walker +16 C Lignify @Jesper Ejsing +17 C Nature's Lore @Terese Nielsen +18 U Elephant Guide @Jim Nelson +19 C Invigorate @Dan Frazier +20 C Serrated Arrows @John Avon +21 U Harmonize @Paul Lee +22 R Rude Awakening @Ittoku +23 U Beast Attack @Ciruelo +24 U Overrun @Carl Critchlow +25 U Windstorm @Rob Alexander +26 C Slippery Karst @Stephen Daniele +27 U Treetop Village @Rob Alexander +28 L Forest @Rob Alexander +29 L Forest @Glen Angus +30 L Forest @Steven Belledin +31 L Forest @Jim Nelson +32 M Liliana Vess @Terese Nielsen +33 C Deathgreeter @Dominick Domingo +34 U Ghost-Lit Stalker @Hideaki Takamura +35 C Vampire Bats @Chippy +36 C Drudge Skeletons @Daarken +37 C Ravenous Rats @Carl Critchlow +38 U Fleshbag Marauder @Pete Venters +39 C Phyrexian Rager @Mark Tedin +40 C Urborg Syphon-Mage @Greg Staples +41 U Wall of Bone @Jaime Jones +42 C Faerie Macabre @rk post +43 U Howling Banshee @Andrew Robinson +44 U Keening Banshee @Robert Bliss +45 C Twisted Abomination @Daren Bader +46 R Skeletal Vampire @Wayne Reynolds +47 U Genju of the Fens @Tsutomu Kawade +48 R Bad Moon @Gary Leach +49 C Sign in Blood @Howard Lyon +50 C Vicious Hunger @Massimilano Frezzato +51 C Ichor Slick @Zoltan Boros & Gabor Szikszai +52 C Hideous End @Zoltan Boros & Gabor Szikszai +53 C Snuff Out @Steve Argyle +54 C Tendrils of Corruption @Vance Kovacs +55 R Mutilate @Zoltan Boros & Gabor Szikszai +56 U Rise from the Grave @Vance Kovacs +57 U Corrupt @Dave Allsop +58 U Enslave @Zoltan Boros & Gabor Szikszai +59 C Polluted Mire @Stephen Daniele +60 L Swamp @Stephan Martiniere +61 L Swamp @Christopher Moeller +62 L Swamp @Anthony S. Waters +63 L Swamp @Richard Wright [tokens] b_1_1_bat_flying diff --git a/forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt b/forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt index f7409d61ecd..0d60451899e 100644 --- a/forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt +++ b/forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt @@ -7,68 +7,68 @@ Type=Duel_Deck ScryfallCode=JVC [cards] -1 M Jace Beleren -2 C Martyr of Frost -3 C Fathom Seer -4 C Voidmage Apprentice -5 U Wall of Deceit -6 U Willbender -7 U Bottle Gnomes -8 C Man-o'-War -9 C Ophidian -10 U Fledgling Mawcor -11 U Waterspout Djinn -12 C Mulldrifter -13 U Air Elemental -14 R Guile -15 U Riftwing Cloudskate -16 C Spire Golem -17 C AEthersnipe -18 U Brine Elemental -19 R Quicksilver Dragon -20 C Errant Ephemeron -21 R Ancestral Vision -22 U Mind Stone -23 C Daze -24 C Counterspell -25 C Repulse -26 U Fact or Fiction -27 C Gush -28 C Condescend -29 U Terrain Generator -30 L Island -31 L Island -32 L Island -33 L Island -34 M Chandra Nalaar -35 C Flamekin Brawler -36 C Fireslinger -37 C Soulbright Flamekin -38 U Pyre Charger -39 U Slith Firewalker -40 U Flamewave Invoker -41 C Inner-Flame Acolyte -42 U Flametongue Kavu -43 U Furnace Whelp -44 R Rakdos Pit Dragon -45 C Ingot Chewer -46 C Oxidda Golem -47 C Chartooth Cougar -48 R Hostility -49 C Firebolt -50 C Seal of Fire -51 C Incinerate -52 U Magma Jet -53 U Flame Javelin -54 U Cone of Flame -55 C Fireblast -56 U Fireball -57 R Demonfire -58 U Keldon Megaliths -59 L Mountain -60 L Mountain -61 L Mountain -62 L Mountain +1 M Jace Beleren @Kev Walker +2 C Martyr of Frost @Wayne England +3 C Fathom Seer @Ralph Horsley +4 C Voidmage Apprentice @Jim Nelson +5 U Wall of Deceit @John Avon +6 U Willbender @Eric Peterson +7 U Bottle Gnomes @Ben Thompson +8 C Man-o'-War @Jon J Muth +9 C Ophidian @Cliff Nielsen +10 U Fledgling Mawcor @Kev Walker +11 U Waterspout Djinn @Thomas Gianni +12 C Mulldrifter @Eric Fortune +13 U Air Elemental @Kev Walker +14 R Guile @Zoltan Boros & Gabor Szikszai +15 U Riftwing Cloudskate @Carl Critchlow +16 C Spire Golem @Daren Bader +17 C Aethersnipe @Zoltan Boros & Gabor Szikszai +18 U Brine Elemental @Stephen Tappin +19 R Quicksilver Dragon @Ron Spencer +20 C Errant Ephemeron @Luca Zontini +21 R Ancestral Vision @Mark Poole +22 U Mind Stone @Adam Rex +23 C Daze @Matthew D. Wilson +24 C Counterspell @Jason Chan +25 C Repulse @Aaron Boyd +26 U Fact or Fiction @Matt Cavotta +27 C Gush @Kev Walker +28 C Condescend @Ron Spears +29 U Terrain Generator @Alan Pollack +30 L Island @John Avon +31 L Island @Scott Bailey +32 L Island @Donato Giancola +33 L Island @Christopher Moeller +34 M Chandra Nalaar @Kev Walker +35 C Flamekin Brawler @Daren Bader +36 C Fireslinger @Jeff Reitz +37 C Soulbright Flamekin @Kev Walker +38 U Pyre Charger @Mark Zug +39 U Slith Firewalker @Justin Sweet +40 U Flamewave Invoker @Dave Dorman +41 C Inner-Flame Acolyte @Ron Spears +42 U Flametongue Kavu @Pete Venters +43 U Furnace Whelp @Matt Cavotta +44 R Rakdos Pit Dragon @Kev Walker +45 C Ingot Chewer @Kev Walker +46 C Oxidda Golem @Greg Staples +47 C Chartooth Cougar @Tony Szczudlo +48 R Hostility @Omar Rayyan +49 C Firebolt @Ron Spencer +50 C Seal of Fire @Christopher Moeller +51 C Incinerate @Steve Prescott +52 U Magma Jet @Justin Sweet +53 U Flame Javelin @Trevor Hairsine +54 U Cone of Flame @Chippy +55 C Fireblast @Michael Danza +56 U Fireball @Dave Dorman +57 R Demonfire @Greg Staples +58 U Keldon Megaliths @Philip Straub +59 L Mountain @Rob Alexander +60 L Mountain @Christopher Moeller +61 L Mountain @Greg Staples +62 L Mountain @Mark Tedin [tokens] r_3_1_elemental_shaman_haste diff --git a/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt b/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt index 52e2fe180c8..2e4995d406d 100644 --- a/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt +++ b/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt @@ -8,82 +8,82 @@ Type=Duel_Deck ScryfallCode=DDQ [cards] -1 M Geist of Saint Traft -2 C Bonds of Faith -3 C Cathedral Sanctifier -4 R Champion of the Parish -5 C Chapel Geist -6 R Dearly Departed -7 C Doomed Traveler -8 R Eerie Interlude -9 C Elder Cathar -10 U Emancipation Angel -11 U Fiend Hunter -12 C Gather the Townsfolk -13 U Goldnight Redeemer -14 R Increasing Devotion -15 C Momentary Blink -16 C Moorland Inquisitor -17 C Rebuke -18 U Slayer of the Wicked -19 C Spectral Gateguards -20 U Thraben Heretic -21 U Topplegeist -22 C Village Bell-Ringer -23 C Voice of the Provinces -24 R Captain of the Mists -25 C Gryff Vanguard -26 C Mist Raven -27 U Nephalia Smuggler -28 U Pore Over the Pages -29 U Tandem Lookout -30 U Tower Geist -31 U Butcher's Cleaver -32 U Sharpened Pitchfork -33 C Seraph Sanctuary -34 C Tranquil Cove -35 L Island -36 L Island -37 L Island -38 L Plains -39 L Plains -40 L Plains -41 M Mindwrack Demon -42 U Compelling Deterrence -43 C Forbidden Alchemy -44 R Havengul Runebinder -45 C Makeshift Mauler -46 U Relentless Skaabs -47 C Scrapskin Drake -48 C Screeching Skaab -49 C Stitched Drake -50 U Abattoir Ghoul -51 U Appetite for Brains -52 U Barter in Blood -53 C Butcher Ghoul -54 U Diregraf Ghoul -55 U Dread Return -56 C Driver of the Dead -57 U Falkenrath Noble -58 C Ghoulraiser -59 R Gravecrawler -60 R Harvester of Souls -61 U Human Frailty -62 U Moan of the Unhallowed -63 R Sever the Bloodline -64 U Tooth Collector -65 U Tribute to Hunger -66 R Unbreathing Horde -67 C Victim of Night -68 U Diregraf Captain -69 C Cobbled Wings -70 C Dismal Backwater -71 L Island -72 L Island -73 L Island -74 L Swamp -75 L Swamp -76 L Swamp +1 M Geist of Saint Traft @Daarken +2 C Bonds of Faith @Steve Argyle +3 C Cathedral Sanctifier @Michael C. Hayes +4 R Champion of the Parish @Svetlin Velinov +5 C Chapel Geist @Peter Mohrbacher +6 R Dearly Departed @Daniel Ljunggren +7 C Doomed Traveler @Lars Grant-West +8 R Eerie Interlude @Svetlin Velinov +9 C Elder Cathar @Chris Rahn +10 U Emancipation Angel @Scott Chou +11 U Fiend Hunter @Wayne Reynolds +12 C Gather the Townsfolk @Dan Scott +13 U Goldnight Redeemer @Karl Kopinski +14 R Increasing Devotion @Daniel Ljunggren +15 C Momentary Blink @Evan Shipard +16 C Moorland Inquisitor @David Palumbo +17 C Rebuke @Igor Kieryluk +18 U Slayer of the Wicked @Anthony Palumbo +19 C Spectral Gateguards @Wayne England +20 U Thraben Heretic @James Ryman +21 U Topplegeist @Seb McKinnon +22 C Village Bell-Ringer @David Palumbo +23 C Voice of the Provinces @Igor Kieryluk +24 R Captain of the Mists @Allen Williams +25 C Gryff Vanguard @Jason Chan +26 C Mist Raven @John Avon +27 U Nephalia Smuggler @Matt Stewart +28 U Pore Over the Pages @Magali Villeneuve +29 U Tandem Lookout @Kev Walker +30 U Tower Geist @Izzy +31 U Butcher's Cleaver @Jason Felix +32 U Sharpened Pitchfork @Winona Nelson +33 C Seraph Sanctuary @David Palumbo +34 C Tranquil Cove @John Avon +35 L Island @James Paick +36 L Island @Adam Paquette +37 L Island @Jung Park +38 L Plains @Adam Paquette +39 L Plains @Jung Park +40 L Plains @Eytan Zana +41 M Mindwrack Demon @Daarken +42 U Compelling Deterrence @Seb McKinnon +43 C Forbidden Alchemy @David Rapoza +44 R Havengul Runebinder @Bud Cook +45 C Makeshift Mauler @James Ryman +46 U Relentless Skaabs @Karl Kopinski +47 C Scrapskin Drake @Kev Walker +48 C Screeching Skaab @Clint Cearley +49 C Stitched Drake @Chris Rahn +50 U Abattoir Ghoul @Volkan Baǵa +51 U Appetite for Brains @Michael C. Hayes +52 U Barter in Blood @Eric Deschamps +53 C Butcher Ghoul @Christopher Moeller +54 U Diregraf Ghoul @Dave Kendall +55 U Dread Return @Svetlin Velinov +56 C Driver of the Dead @James Ryman +57 U Falkenrath Noble @Slawomir Maniak +58 C Ghoulraiser @Steve Prescott +59 R Gravecrawler @Steven Belledin +60 R Harvester of Souls @Slawomir Maniak +61 U Human Frailty @David Palumbo +62 U Moan of the Unhallowed @Nils Hamm +63 R Sever the Bloodline @Clint Cearley +64 U Tooth Collector @Bud Cook +65 U Tribute to Hunger @Dave Kendall +66 R Unbreathing Horde @Dave Kendall +67 C Victim of Night @Winona Nelson +68 U Diregraf Captain @Slawomir Maniak +69 C Cobbled Wings @Matt Stewart +70 C Dismal Backwater @Sam Burley +71 L Island @James Paick +72 L Island @Adam Paquette +73 L Island @Jung Park +74 L Swamp @James Paick +75 L Swamp @Adam Paquette +76 L Swamp @Jung Park [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt b/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt index 31a0a21c426..18a9569ee2b 100644 --- a/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt +++ b/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt @@ -8,68 +8,68 @@ Type=Duel_Deck ScryfallCode=DDC [cards] -1 M Akroma, Angel of Wrath -2 U Icatian Priest -3 C Angelic Page -4 C Charging Paladin -5 C Venerable Monk -6 U Angelic Protector -7 U Serra Advocate -8 U Sustainer of the Realm -9 U Angel of Mercy -10 R Serra Angel -11 R Twilight Shepherd -12 R Luminous Angel -13 R Reya Dawnbringer -14 C Healing Salve -15 C Angelsong -16 U Otherworldly Journey -17 C Pacifism -18 U Serra's Boon -19 U Angelic Benediction -20 C Faith's Fetters -21 U Serra's Embrace -22 U Righteous Cause -23 U Angel's Feather -24 U Marble Diamond -25 C Secluded Steppe -26 L Plains -27 L Plains -28 L Plains -29 L Plains -30 M Lord of the Pit -31 C Abyssal Gatekeeper -32 C Foul Imp -33 U Daggerclaw Imp -34 C Dusk Imp -35 C Overeager Apprentice -36 C Stinkweed Imp -37 U Soot Imp -38 C Demon's Jester -39 U Souldrinker -40 U Abyssal Specter -41 C Cackling Imp -42 R Fallen Angel -43 R Reiver Demon -44 R Kuro, Pitlord -45 C Dark Ritual -46 C Duress -47 C Unholy Strength -48 U Cruel Edict -49 U Demonic Tutor -50 C Dark Banishing -51 U Oni Possession -52 U Barter in Blood -53 U Breeding Pit -54 R Promise of Power -55 U Corrupt -56 U Consume Spirit -57 U Demon's Horn -58 C Barren Moor -59 L Swamp -60 L Swamp -61 L Swamp -62 L Swamp +1 M Akroma, Angel of Wrath @Chippy +2 U Icatian Priest @Stephen Tappin +3 C Angelic Page @Marc Fishman +4 C Charging Paladin @Ciruelo +5 C Venerable Monk @D. Alexander Gregory +6 U Angelic Protector @DiTerlizzi +7 U Serra Advocate @Matthew D. Wilson +8 U Sustainer of the Realm @Mark Zug +9 U Angel of Mercy @Volkan Baǵa +10 R Serra Angel @Greg Staples +11 R Twilight Shepherd @Jason Chan +12 R Luminous Angel @Jason Chan +13 R Reya Dawnbringer @Matthew D. Wilson +14 C Healing Salve @Greg Hildebrandt & Tim Hildebrandt +15 C Angelsong @Sal Villagran +16 U Otherworldly Journey @Vance Kovacs +17 C Pacifism @Matthew D. Wilson +18 U Serra's Boon @Steven Belledin +19 U Angelic Benediction @Michael Komarck +20 C Faith's Fetters @Brian Despain +21 U Serra's Embrace @Zoltan Boros & Gabor Szikszai +22 U Righteous Cause @Scott M. Fischer +23 U Angel's Feather @Alan Pollack +24 U Marble Diamond @David Martin +25 C Secluded Steppe @Heather Hudson +26 L Plains @Rob Alexander +27 L Plains @Rob Alexander +28 L Plains @Rob Alexander +29 L Plains @Rob Alexander +30 M Lord of the Pit @Chippy +31 C Abyssal Gatekeeper @Mark Tedin +32 C Foul Imp @Kev Walker +33 U Daggerclaw Imp @Pete Venters +34 C Dusk Imp @Pete Venters +35 C Overeager Apprentice @Ray Lago +36 C Stinkweed Imp @Nils Hamm +37 U Soot Imp @Jesper Ejsing +38 C Demon's Jester @Pete Venters +39 U Souldrinker @Dermot Power +40 U Abyssal Specter @Michael Sutfin +41 C Cackling Imp @Matt Thompson +42 R Fallen Angel @Matthew D. Wilson +43 R Reiver Demon @Brom +44 R Kuro, Pitlord @Jon Foster +45 C Dark Ritual @Clint Langley +46 C Duress @Steven Belledin +47 C Unholy Strength @Terese Nielsen +48 U Cruel Edict @Michael Sutfin +49 U Demonic Tutor @Scott Chou +50 C Dark Banishing @Dermot Power +51 U Oni Possession @Aleksi Briclot +52 U Barter in Blood @Paolo Parente +53 U Breeding Pit @Adrian Smith +54 R Promise of Power @Kev Walker +55 U Corrupt @Dave Allsop +56 U Consume Spirit @Matt Thompson +57 U Demon's Horn @Alan Pollack +58 C Barren Moor @Heather Hudson +59 L Swamp @Mark Tedin +60 L Swamp @Mark Tedin +61 L Swamp @John Avon +62 L Swamp @Vance Kovacs [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt b/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt index e92281faf62..bc8c2c76e05 100644 --- a/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt +++ b/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt @@ -7,71 +7,71 @@ Type=Duel_Deck ScryfallCode=DDO [cards] -1 M Elspeth, Sun's Champion -2 U Banisher Priest -3 R Captain of the Watch -4 C Celestial Flare -5 C Court Street Denizen -6 U Dauntless Onslaught -7 R Decree of Justice -8 R Dictate of Heliod -9 C Gempalm Avenger -10 C Gustcloak Harrier -11 R Gustcloak Savior -12 U Gustcloak Sentinel -13 U Gustcloak Skirmisher -14 C Icatian Javelineers -15 C Kinsbaile Skirmisher -16 C Kor Skyfisher -17 C Loxodon Partisan -18 C Mighty Leap -19 C Mortal's Ardor -20 U Mother of Runes -21 C Noble Templar -22 R Precinct Captain -23 C Raise the Alarm -24 C Soul Parry -25 C Standing Troops -26 C Sunlance -27 C Veteran Armorsmith -28 C Veteran Swordsmith -29 C Secluded Steppe -32 L Plains -32 L Plains -32 L Plains -32 L Plains -34 M Kiora, the Crashing Wave -35 C Accumulated Knowledge -36 U AEtherize -37 R Inkwell Leviathan -38 C Man-o'-War -39 C Omenspeaker -40 C Peel from Reality -41 R Scourge of Fleets -42 U Sealock Monster -43 C Surrakar Banisher -44 R Whelming Wave -45 C Explore -46 U Explosive Vegetation -47 C Grazing Gladehart -48 C Nessian Asp -49 C Netcaster Spider -50 C Time to Feed -51 C Coiling Oracle -52 U Kiora's Follower -53 U Lorescale Coatl -54 U Nimbus Swimmer -55 R Plasm Capture -56 R Simic Sky Swallower -57 U Urban Evolution -58 C Evolving Wilds -59 U Temple of the False God -60 L Island -60 L Island -60 L Island -63 L Forest -63 L Forest -63 L Forest +1 M Elspeth, Sun's Champion @Tyler Jacobson +2 U Banisher Priest @Willian Murai +3 R Captain of the Watch @Greg Staples +4 C Celestial Flare @Clint Cearley +5 C Court Street Denizen @Volkan Baǵa +6 U Dauntless Onslaught @Peter Mohrbacher +7 R Decree of Justice @Lius Lasahido +8 R Dictate of Heliod @Terese Nielsen +9 C Gempalm Avenger @Tim Hildebrandt +10 C Gustcloak Harrier @Dan Frazier +11 R Gustcloak Savior @Jim Nelson +12 U Gustcloak Sentinel @Mark Zug +13 U Gustcloak Skirmisher @Dan Frazier +14 C Icatian Javelineers @Michael Phillippi +15 C Kinsbaile Skirmisher @Thomas Denmark +16 C Kor Skyfisher @Dan Scott +17 C Loxodon Partisan @Matt Stewart +18 C Mighty Leap @rk post +19 C Mortal's Ardor @Kev Walker +20 U Mother of Runes @Terese Nielsen +21 C Noble Templar @Alex Horley-Orlandelli +22 R Precinct Captain @Steve Prescott +23 C Raise the Alarm @Zoltan Boros +24 C Soul Parry @Igor Kieryluk +25 C Standing Troops @Zoltan Boros +26 C Sunlance @Volkan Baǵa +27 C Veteran Armorsmith @Michael Komarck +28 C Veteran Swordsmith @Michael Komarck +29 C Secluded Steppe @Heather Hudson +30 L Plains @Rob Alexander +31 L Plains @Steven Belledin +32 L Plains @Adam Paquette +33 L Plains @Raoul Vitale +34 M Kiora, the Crashing Wave @Tyler Jacobson +35 C Accumulated Knowledge @David Palumbo +36 U Aetherize @Ryan Barger +37 R Inkwell Leviathan @Anthony Francisco +38 C Man-o'-War @Jon J Muth +39 C Omenspeaker @Dallas Williams +40 C Peel from Reality @Jason Felix +41 R Scourge of Fleets @Steven Belledin +42 U Sealock Monster @Adam Paquette +43 C Surrakar Banisher @Matt Cavotta +44 R Whelming Wave @Slawomir Maniak +45 C Explore @Johann Bodin +46 U Explosive Vegetation @John Avon +47 C Grazing Gladehart @Ryan Pancoast +48 C Nessian Asp @Alex Horley-Orlandelli +49 C Netcaster Spider @Yohann Schepacz +50 C Time to Feed @Wayne Reynolds +51 C Coiling Oracle @Mark Zug +52 U Kiora's Follower @Eric Deschamps +53 U Lorescale Coatl @Greg Staples +54 U Nimbus Swimmer @Howard Lyon +55 R Plasm Capture @Chase Stone +56 R Simic Sky Swallower @rk post +57 U Urban Evolution @Eytan Zana +58 C Evolving Wilds @Steven Belledin +59 U Temple of the False God @James Zapata +60 L Island @Steven Belledin +61 L Island @Adam Paquette +62 L Island @Raoul Vitale +63 L Forest @Steven Belledin +64 L Forest @Adam Paquette +65 L Forest @Raoul Vitale [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt b/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt index 1a4119198ce..96262fdf327 100644 --- a/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt +++ b/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt @@ -7,85 +7,85 @@ Type=Duel_Deck ScryfallCode=DDF [cards] -1 M Elspeth, Knight-Errant -2 U Elite Vanguard -3 C Goldmeadow Harrier -4 C Infantry Veteran -5 R Loyal Sentry -6 C Mosquito Guard -7 C Glory Seeker -8 C Kor Skyfisher -9 C Temple Acolyte -10 U Kor Aeronaut -11 C Burrenton Bombardier -12 C Kor Hookmaster -13 C Kemba's Skyguard -14 U Celestial Crusader -15 U Seasoned Marshal -16 U Conclave Phalanx -17 U Stormfront Riders -18 R Catapult Master -19 C Conclave Equenaut -20 R Angel of Salvation -21 C Sunlance -22 U Swords to Plowshares -23 C Journey to Nowhere -24 C Mighty Leap -25 C Raise the Alarm -26 C Razor Barrier -27 R Crusade -28 C Blinding Beam -29 U Abolish -30 U Saltblast -31 U Swell of Courage -32 U Daru Encampment -33 C Kabira Crossroads -34 R Rustic Clachan -35 L Plains -36 L Plains -37 L Plains -38 L Plains -39 M Tezzeret the Seeker -40 C Arcbound Worker -41 C Steel Wall -42 U Runed Servitor -43 C Silver Myr -44 R Steel Overseer -45 U Assembly-Worker -46 U Serrated Biskelion -47 U Esperzoa -48 R Master of Etherium -49 C Trinket Mage -50 C Clockwork Condor -51 C Frogmite -52 U Juggernaut -53 U Synod Centurion -54 C Faerie Mechanist -55 U Clockwork Hydra -56 R Razormane Masticore -57 R Triskelion -58 R Pentavus -59 U Qumulox -60 U Everflowing Chalice -61 C Aether Spellbomb -62 U Elixir of Immortality -63 U Contagion Clasp -64 U Energy Chamber -65 U Trip Noose -66 C Echoing Truth -67 C Moonglove Extract -68 U Thirst for Knowledge -69 U Argivian Restoration -70 U Foil -71 C Thoughtcast -72 C Darksteel Citadel -73 U Mishra's Factory -74 C Seat of the Synod -75 U Stalking Stones -76 L Island -77 L Island -78 L Island -79 L Island +1 M Elspeth, Knight-Errant @Igor Kieryluk +2 U Elite Vanguard @Mark Tedin +3 C Goldmeadow Harrier @Steve Prescott +4 C Infantry Veteran @Christopher Rush +5 R Loyal Sentry @Michael Sutfin +6 C Mosquito Guard @Randy Gallegos +7 C Glory Seeker @Matt Cavotta +8 C Kor Skyfisher @Dan Scott +9 C Temple Acolyte @Lubov +10 U Kor Aeronaut @Karl Kopinski +11 C Burrenton Bombardier @Ron Spencer +12 C Kor Hookmaster @Wayne Reynolds +13 C Kemba's Skyguard @Whit Brachna +14 U Celestial Crusader @Jim Murray +15 U Seasoned Marshal @Matthew D. Wilson +16 U Conclave Phalanx @Wayne Reynolds +17 U Stormfront Riders @Wayne Reynolds +18 R Catapult Master @Terese Nielsen +19 C Conclave Equenaut @Terese Nielsen +20 R Angel of Salvation @D. Alexander Gregory +21 C Sunlance @Volkan Baǵa +22 U Swords to Plowshares @Terese Nielsen +23 C Journey to Nowhere @Warren Mahy +24 C Mighty Leap @rk post +25 C Raise the Alarm @John Matson +26 C Razor Barrier @Ron Spencer +27 R Crusade @Howard Lyon +28 C Blinding Beam @Doug Chaffee +29 U Abolish @Kev Walker +30 U Saltblast @Paolo Parente +31 U Swell of Courage @Jim Nelson +32 U Daru Encampment @Tony Szczudlo +33 C Kabira Crossroads @James Paick +34 R Rustic Clachan @Fred Fields +35 L Plains @Rob Alexander +36 L Plains @Michael Komarck +37 L Plains @Michael Komarck +38 L Plains @Martina Pilcerova +39 M Tezzeret the Seeker @Igor Kieryluk +40 C Arcbound Worker @Darrell Riche +41 C Steel Wall @David Day +42 U Runed Servitor @Mike Bierek +43 C Silver Myr @Kev Walker +44 R Steel Overseer @Chris Rahn +45 U Assembly-Worker @Chippy +46 U Serrated Biskelion @Ron Spencer +47 U Esperzoa @Warren Mahy +48 R Master of Etherium @Matt Cavotta +49 C Trinket Mage @Mark A. Nelson +50 C Clockwork Condor @Arnie Swekel +51 C Frogmite @Terese Nielsen +52 U Juggernaut @Mark Hyzer +53 U Synod Centurion @Kev Walker +54 C Faerie Mechanist @Matt Cavotta +55 U Clockwork Hydra @Daren Bader +56 R Razormane Masticore @Jim Murray +57 R Triskelion @Christopher Moeller +58 R Pentavus @Greg Staples +59 U Qumulox @Carl Critchlow +60 U Everflowing Chalice @Steve Argyle +61 C Aether Spellbomb @Jim Nelson +62 U Elixir of Immortality @Zoltan Boros & Gabor Szikszai +63 U Contagion Clasp @Anthony Palumbo +64 U Energy Chamber @Kev Walker +65 U Trip Noose @Randy Gallegos +66 C Echoing Truth @Greg Staples +67 C Moonglove Extract @Terese Nielsen +68 U Thirst for Knowledge @Anthony Francisco +69 U Argivian Restoration @Roger Raupp +70 U Foil @Bradley Williams +71 C Thoughtcast @Greg Hildebrandt +72 C Darksteel Citadel @John Avon +73 U Mishra's Factory @Scott Chou +74 C Seat of the Synod @John Avon +75 U Stalking Stones @David Day +76 L Island @Rob Alexander +77 L Island @John Avon +78 L Island @Chippy +79 L Island @Chippy [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt index 56d079baf1e..b11de2f4a90 100644 --- a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt @@ -7,68 +7,68 @@ Type=Duel_Deck ScryfallCode=DD1 [cards] -1 R Ambush Commander -2 R Allosaurus Rider -3 C Elvish Eulogist -4 U Elvish Harbinger -5 C Elvish Warrior -6 U Gempalm Strider -7 U Heedless One -8 U Imperious Perfect -9 C Llanowar Elves -10 C Lys Alana Huntmaster -11 C Stonewood Invoker -12 U Sylvan Messenger -13 C Timberwatch Elf -14 R Voice of the Woods -15 C Wellwisher -16 C Wirewood Herald -17 U Wirewood Symbiote -18 C Wood Elves -19 U Wren's Run Vanquisher -20 U Elvish Promenade -21 C Giant Growth -22 U Harmonize -23 C Wildsize -24 C Moonglove Extract -25 R Slate of Ancestry -26 U Wirewood Lodge -27 C Tranquil Thicket -28 L Forest -28 L Forest -28 L Forest -28 L Forest -32 R Siege-Gang Commander -33 U Akki Coalflinger -34 R Clickslither -35 C Emberwilde Augur -36 U Flamewave Invoker -37 U Gempalm Incinerator -38 C Goblin Cohort -39 U Goblin Matron -40 U Goblin Ringleader -41 C Goblin Sledder -42 U Goblin Warchief -43 R Ib Halfheart, Goblin Tactician -44 U Mogg Fanatic -45 C Mogg War Marshal -46 C Mudbutton Torchrunner -47 C Raging Goblin -48 U Reckless One -49 U Skirk Drill Sergeant -50 R Skirk Fire Marshal -51 C Skirk Prospector -52 C Skirk Shaman -53 U Tar Pitcher -54 U Boggart Shenanigans -55 C Spitting Earth -56 C Tarfire -57 C Forgotten Cave -58 U Goblin Burrows -62 L Mountain -62 L Mountain -62 L Mountain -62 L Mountain +1 R Ambush Commander @Lucio Parrillo +2 R Allosaurus Rider @Daren Bader +3 C Elvish Eulogist @Ben Thompson +4 U Elvish Harbinger @Larry MacDougall +5 C Elvish Warrior @Christopher Moeller +6 U Gempalm Strider @Tim Hildebrandt +7 U Heedless One @Mark Zug +8 U Imperious Perfect @Scott M. Fischer +9 C Llanowar Elves @Kev Walker +10 C Lys Alana Huntmaster @Pete Venters +11 C Stonewood Invoker @Eric Peterson +12 U Sylvan Messenger @Heather Hudson +13 C Timberwatch Elf @Dave Dorman +14 R Voice of the Woods @Pete Venters +15 C Wellwisher @Christopher Rush +16 C Wirewood Herald @Alex Horley-Orlandelli +17 U Wirewood Symbiote @Thomas M. Baxa +18 C Wood Elves @Christopher Moeller +19 U Wren's Run Vanquisher @Paolo Parente +20 U Elvish Promenade @Steve Ellis +21 C Giant Growth @Matt Cavotta +22 U Harmonize @Rob Alexander +23 C Wildsize @Jim Murray +24 C Moonglove Extract @Terese Nielsen +25 R Slate of Ancestry @Corey D. Macourek +26 U Wirewood Lodge @Anthony S. Waters +27 C Tranquil Thicket @Heather Hudson +28 L Forest @Glen Angus +29 L Forest @John Avon +30 L Forest @John Avon +31 L Forest @Rob Alexander +32 R Siege-Gang Commander @Lucio Parrillo +33 U Akki Coalflinger @Nottsuo +34 R Clickslither @Kev Walker +35 C Emberwilde Augur @Brandon Kitkouski +36 U Flamewave Invoker @Dave Dorman +37 U Gempalm Incinerator @Luca Zontini +38 C Goblin Cohort @Darrell Riche +39 U Goblin Matron @Daniel Gelon +40 U Goblin Ringleader @Mark Romanoski +41 C Goblin Sledder @Ron Spencer +42 U Goblin Warchief @Greg Hildebrandt & Tim Hildebrandt +43 R Ib Halfheart, Goblin Tactician @Wayne Reynolds +44 U Mogg Fanatic @Brom +45 C Mogg War Marshal @Wayne England +46 C Mudbutton Torchrunner @Steve Ellis +47 C Raging Goblin @Jeff Miracola +48 U Reckless One @Ron Spencer +49 U Skirk Drill Sergeant @Alex Horley-Orlandelli +50 R Skirk Fire Marshal @Greg Hildebrandt & Tim Hildebrandt +51 C Skirk Prospector @Doug Chaffee +52 C Skirk Shaman @Chippy +53 U Tar Pitcher @Omar Rayyan +54 U Boggart Shenanigans @Warren Mahy +55 C Spitting Earth @Michael Koelsch +56 C Tarfire @Omar Rayyan +57 C Forgotten Cave @Tony Szczudlo +58 U Goblin Burrows @David Martin +59 L Mountain @David Day +60 L Mountain @Jeff Miracola +61 L Mountain @Rob Alexander +62 L Mountain @Sam Wood [tokens] r_1_1_goblin diff --git a/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt b/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt index 7180cefed10..be573c469bd 100644 --- a/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt +++ b/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt @@ -7,82 +7,82 @@ Type=Duel_Deck ScryfallCode=DDU [cards] -1 M Ezuri, Renegade Leader -2 R Dwynen, Gilt-Leaf Daen -3 U Dwynen's Elite -4 C Elvish Aberration -5 R Elvish Archdruid -6 C Elvish Branchbender -7 C Elvish Mystic -8 C Elvish Vanguard -9 C Ezuri's Archers -10 C Fierce Empath -11 R Gladehart Cavalry -12 C Ivy Lane Denizen -13 U Jagged-Scar Archers -14 C Krosan Tusker -15 C Kujar Seedsculptor -16 C Lead the Stampede -17 C Leaf Gilder -18 C Llanowar Empath -19 C Naturalize -20 U Nature's Way -21 U Nissa's Judgment -22 R Regal Force -23 R Sylvan Advocate -24 R Talara's Battalion -25 U Viridian Shaman -26 C Wildheart Invoker -27 R Yeva, Nature's Herald -28 R Oran-Rief, the Vastwood -29 C Tranquil Thicket -30 U Treetop Village -31 L Forest -32 L Forest -33 L Forest -34 L Forest -35 M Goblin Welder -36 C Artificer's Epiphany -37 C Etherium Sculptor -38 C Faerie Mechanist -39 U Riddlesmith -40 U Treasure Mage -41 C Trinket Mage -42 U Trophy Mage -43 U Whirler Rogue -44 U Barrage Ogre -45 C Galvanic Blast -46 C Ghirapur Gearcrafter -47 R Pia and Kiran Nalaar -48 U Shrapnel Blast -49 C Welding Sparks -50 U Maverick Thopterist -51 U Reclusive Artificer -52 R Darksteel Plate -53 U Filigree Familiar -54 C Ichor Wellspring -55 C Inventor's Goggles -56 C Mycosynth Wellspring -57 R Myr Battlesphere -58 C Myr Sire -59 C Neurok Replica -60 C Pyrite Spellbomb -61 R Scuttling Doom Engine -62 R Solemn Simulacrum -63 R Thopter Assembly -64 U Voyager Staff -65 U Darksteel Citadel -66 U Foundry of the Consuls -67 C Great Furnace -68 U Phyrexia's Core -69 C Seat of the Synod -70 R Shivan Reef -71 C Swiftwater Cliffs -72 R Temple of Epiphany -73 L Island -74 L Island -75 L Mountain -76 L Mountain +1 M Ezuri, Renegade Leader @Victor Adame Minguez +2 R Dwynen, Gilt-Leaf Daen @Johannes Voss +3 U Dwynen's Elite @Volkan Baǵa +4 C Elvish Aberration @Johann Bodin +5 R Elvish Archdruid @Raymond Swanland +6 C Elvish Branchbender @Ralph Horsley +7 C Elvish Mystic @Wesley Burt +8 C Elvish Vanguard @Steve Prescott +9 C Ezuri's Archers @Shelly Wan +10 C Fierce Empath @Johann Bodin +11 R Gladehart Cavalry @Steven Belledin +12 C Ivy Lane Denizen @Winona Nelson +13 U Jagged-Scar Archers @Paolo Parente +14 C Krosan Tusker @Kev Walker +15 C Kujar Seedsculptor @Anna Steinbauer +16 C Lead the Stampede @Efrem Palacios +17 C Leaf Gilder @Quinton Hoover +18 C Llanowar Empath @Warren Mahy +19 C Naturalize @James Paick +20 U Nature's Way @Zack Stella +21 U Nissa's Judgment @Tyler Jacobson +22 R Regal Force @Brandon Kitkouski +23 R Sylvan Advocate @Volkan Baǵa +24 R Talara's Battalion @Todd Lockwood +25 U Viridian Shaman @Scott M. Fischer +26 C Wildheart Invoker @Erica Yang +27 R Yeva, Nature's Herald @Eric Deschamps +28 R Oran-Rief, the Vastwood @Mike Bierek +29 C Tranquil Thicket @Heather Hudson +30 U Treetop Village @Rob Alexander +31 L Forest @John Avon +32 L Forest @Volkan Baǵa +33 L Forest @Jim Nelson +34 L Forest @Mark Tedin +35 M Goblin Welder @Victor Adame Minguez +36 C Artificer's Epiphany @Kieran Yanner +37 C Etherium Sculptor @Steven Belledin +38 C Faerie Mechanist @Matt Cavotta +39 U Riddlesmith @Eric Deschamps +40 U Treasure Mage @Ryan Pancoast +41 C Trinket Mage @Scott Chou +42 U Trophy Mage @Anna Steinbauer +43 U Whirler Rogue @Winona Nelson +44 U Barrage Ogre @David Rapoza +45 C Galvanic Blast @Marc Simonetti +46 C Ghirapur Gearcrafter @Victor Adame Minguez +47 R Pia and Kiran Nalaar @Eric Deschamps +48 U Shrapnel Blast @Hideaki Takamura +49 C Welding Sparks @Raymond Swanland +50 U Maverick Thopterist @Zack Stella +51 U Reclusive Artificer @Cynthia Sheppard +52 R Darksteel Plate @Daniel Ljunggren +53 U Filigree Familiar @Izzy +54 C Ichor Wellspring @Steven Belledin +55 C Inventor's Goggles @Jason Felix +56 C Mycosynth Wellspring @David Rapoza +57 R Myr Battlesphere @Franz Vohwinkel +58 C Myr Sire @Jaime Jones +59 C Neurok Replica @Zoltan Boros & Gabor Szikszai +60 C Pyrite Spellbomb @Jim Nelson +61 R Scuttling Doom Engine @Filip Burburan +62 R Solemn Simulacrum @Dan Scott +63 R Thopter Assembly @Svetlin Velinov +64 U Voyager Staff @Tsutomu Kawade +65 U Darksteel Citadel @John Avon +66 U Foundry of the Consuls @Sam Burley +67 C Great Furnace @Rob Alexander +68 U Phyrexia's Core @Franz Vohwinkel +69 C Seat of the Synod @John Avon +70 R Shivan Reef @Rob Alexander +71 C Swiftwater Cliffs @Eytan Zana +72 R Temple of Epiphany @Yeong-Hao Han +73 L Island @Jung Park +74 L Island @Johannes Voss +75 L Mountain @Tomasz Jedruszek +76 L Mountain @Eytan Zana [tokens] g_1_1_elf_warrior diff --git a/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt b/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt index cce2db84014..88a1d5d2c0d 100644 --- a/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt +++ b/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt @@ -7,69 +7,69 @@ Type=Duel_Deck ScryfallCode=DDD [cards] -1 M Garruk Wildspeaker -2 C Basking Rootwalla -3 U Albino Troll -4 C Vine Trellis -5 C Wild Mongrel -6 C Wirewood Savage -7 C Blastoderm -8 R Ravenous Baloth -9 U Stampeding Wildebeests -10 U Indrik Stomphowler -11 C Krosan Tusker -12 R Plated Slagwurm -13 U Genju of the Cedars -14 C Giant Growth -15 C Rancor -16 C Lignify -17 C Nature's Lore -18 U Elephant Guide -19 C Invigorate -20 C Serrated Arrows -21 U Harmonize -22 R Rude Awakening -23 U Beast Attack -24 U Overrun -25 U Windstorm -26 C Slippery Karst -27 U Treetop Village -28 L Forest -29 L Forest -30 L Forest -31 L Forest -32 M Liliana Vess -33 C Deathgreeter -34 U Ghost-Lit Stalker -35 C Vampire Bats -36 C Drudge Skeletons -37 C Ravenous Rats -38 U Fleshbag Marauder -39 C Phyrexian Rager -40 C Urborg Syphon-Mage -41 U Wall of Bone -42 C Faerie Macabre -43 U Howling Banshee -44 U Keening Banshee -45 C Twisted Abomination -46 R Skeletal Vampire -47 U Genju of the Fens -48 R Bad Moon -49 C Sign in Blood -50 C Vicious Hunger -51 C Ichor Slick -52 C Hideous End -53 C Snuff Out -54 C Tendrils of Corruption -55 R Mutilate -56 U Rise from the Grave -57 U Corrupt -58 U Enslave -59 C Polluted Mire -60 L Swamp -61 L Swamp -62 L Swamp -63 L Swamp +1 M Garruk Wildspeaker @Terese Nielsen +2 C Basking Rootwalla @Heather Hudson +3 U Albino Troll @Paolo Parente +4 C Vine Trellis @DiTerlizzi +5 C Wild Mongrel @Anthony S. Waters +6 C Wirewood Savage @DiTerlizzi +7 C Blastoderm @Nils Hamm +8 R Ravenous Baloth @Arnie Swekel +9 U Stampeding Wildebeests @Randy Gallegos +10 U Indrik Stomphowler @Carl Critchlow +11 C Krosan Tusker @Kev Walker +12 R Plated Slagwurm @Justin Sweet +13 U Genju of the Cedars @Arnie Swekel +14 C Giant Growth @Matt Cavotta +15 C Rancor @Kev Walker +16 C Lignify @Jesper Ejsing +17 C Nature's Lore @Terese Nielsen +18 U Elephant Guide @Jim Nelson +19 C Invigorate @Dan Frazier +20 C Serrated Arrows @John Avon +21 U Harmonize @Paul Lee +22 R Rude Awakening @Ittoku +23 U Beast Attack @Ciruelo +24 U Overrun @Carl Critchlow +25 U Windstorm @Rob Alexander +26 C Slippery Karst @Stephen Daniele +27 U Treetop Village @Rob Alexander +28 L Forest @Rob Alexander +29 L Forest @Glen Angus +30 L Forest @Steven Belledin +31 L Forest @Jim Nelson +32 M Liliana Vess @Terese Nielsen +33 C Deathgreeter @Dominick Domingo +34 U Ghost-Lit Stalker @Hideaki Takamura +35 C Vampire Bats @Chippy +36 C Drudge Skeletons @Daarken +37 C Ravenous Rats @Carl Critchlow +38 U Fleshbag Marauder @Pete Venters +39 C Phyrexian Rager @Mark Tedin +40 C Urborg Syphon-Mage @Greg Staples +41 U Wall of Bone @Jaime Jones +42 C Faerie Macabre @rk post +43 U Howling Banshee @Andrew Robinson +44 U Keening Banshee @Robert Bliss +45 C Twisted Abomination @Daren Bader +46 R Skeletal Vampire @Wayne Reynolds +47 U Genju of the Fens @Tsutomu Kawade +48 R Bad Moon @Gary Leach +49 C Sign in Blood @Howard Lyon +50 C Vicious Hunger @Massimilano Frezzato +51 C Ichor Slick @Zoltan Boros & Gabor Szikszai +52 C Hideous End @Zoltan Boros & Gabor Szikszai +53 C Snuff Out @Steve Argyle +54 C Tendrils of Corruption @Vance Kovacs +55 R Mutilate @Zoltan Boros & Gabor Szikszai +56 U Rise from the Grave @Vance Kovacs +57 U Corrupt @Dave Allsop +58 U Enslave @Zoltan Boros & Gabor Szikszai +59 C Polluted Mire @Stephen Daniele +60 L Swamp @Stephan Martiniere +61 L Swamp @Christopher Moeller +62 L Swamp @Anthony S. Waters +63 L Swamp @Richard Wright [tokens] b_1_1_bat_flying diff --git a/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt b/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt index a1707a0529c..f10c5b74247 100644 --- a/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt +++ b/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt @@ -8,87 +8,87 @@ Type=Duel_Deck ScryfallCode=DDL [cards] -1 M Sun Titan -2 C Somberwald Vigilante -3 R Figure of Destiny -4 C Cavalry Pegasus -5 U Fencing Ace -6 C Thraben Valiant -7 U Stun Sniper -8 U Truefire Paladin -9 C Auramancer -10 C Freewind Equenaut -11 R Anax and Cymede -12 C Armory Guard -13 U Gustcloak Sentinel -14 C Dawnstrike Paladin -15 R Nobilis of War -16 R Kamahl, Pit Fighter -17 U Condemn -18 U Daily Regimen -19 C Pay No Heed -20 U Righteousness -21 C Stand Firm -22 U Magma Jet -23 U Ordeal of Purphoros -24 C Bonds of Faith -25 C Moment of Heroism -26 U Undying Rage -27 U Battle Mastery -28 U Griffin Guide -29 C Smite the Monstrous -30 U Miraculous Recovery -31 R Winds of Rath -32 U Pyrokinesis -33 C Boros Guildgate -34 U New Benalia -35 L Mountain -36 L Mountain -37 L Mountain -38 L Mountain -39 L Plains -40 L Plains -41 L Plains -42 L Plains -43 M Polukranos, World Eater -44 C Orcish Lumberjack -45 C Deadly Recluse -46 U Kavu Predator -47 C Satyr Hedonist -48 C Zhur-Taa Druid -49 C Blood Ogre -50 R Troll Ascetic -51 U Crowned Ceratok -52 C Gorehorn Minotaurs -53 C Ghor-Clan Savage -54 R Deus of Calamity -55 R Conquering Manticore -56 R Crater Hellion -57 R Skarrgan Firebird -58 C Valley Rannet -59 C Krosan Tusker -60 U Skarrgan Skybreaker -61 C Shower of Sparks -62 C Prey Upon -63 U Pyroclasm -64 U Regrowth -65 C Terrifying Presence -66 U Destructive Revelry -67 U Dragon Blood -68 C Volt Charge -69 U Beast Within -70 U Fires of Yavimaya -71 U Kazandu Refuge -72 U Llanowar Reborn -73 U Skarrg, the Rage Pits -74 L Mountain -75 L Mountain -76 L Mountain -77 L Mountain -78 L Forest -79 L Forest -80 L Forest -81 L Forest +1 M Sun Titan @Karl Kopinski +2 C Somberwald Vigilante @John Stanko +3 R Figure of Destiny @Scott M. Fischer +4 C Cavalry Pegasus @Kev Walker +5 U Fencing Ace @David Rapoza +6 C Thraben Valiant @Jason Chan +7 U Stun Sniper @Steve Prescott +8 U Truefire Paladin @Michael C. Hayes +9 C Auramancer @Rebecca Guay +10 C Freewind Equenaut @Rebecca Guay +11 R Anax and Cymede @Willian Murai +12 C Armory Guard @Karl Kopinski +13 U Gustcloak Sentinel @Mark Zug +14 C Dawnstrike Paladin @Tyler Jacobson +15 R Nobilis of War @Christopher Moeller +16 R Kamahl, Pit Fighter @Kev Walker +17 U Condemn @Daren Bader +18 U Daily Regimen @Warren Mahy +19 C Pay No Heed @Adam Rex +20 U Righteousness @Wayne England +21 C Stand Firm @Matt Cavotta +22 U Magma Jet @Justin Sweet +23 U Ordeal of Purphoros @Maciej Kuciara +24 C Bonds of Faith @Steve Argyle +25 C Moment of Heroism @Christopher Moeller +26 U Undying Rage @Scott M. Fischer +27 U Battle Mastery @Zoltan Boros & Gabor Szikszai +28 U Griffin Guide @Johann Bodin +29 C Smite the Monstrous @Jason Felix +30 U Miraculous Recovery @Mark Winters +31 R Winds of Rath @Drew Tucker +32 U Pyrokinesis @Igor Kieryluk +33 C Boros Guildgate @Noah Bradley +34 U New Benalia @Richard Wright +35 L Mountain @Cliff Childs +36 L Mountain @Jonas De Ro +37 L Mountain @Karl Kopinski +38 L Mountain @Adam Paquette +39 L Plains @Rob Alexander +40 L Plains @John Avon +41 L Plains @Michael Komarck +42 L Plains @Adam Paquette +43 M Polukranos, World Eater @Karl Kopinski +44 C Orcish Lumberjack @Steve Prescott +45 C Deadly Recluse @Warren Mahy +46 U Kavu Predator @Dan Scott +47 C Satyr Hedonist @Chase Stone +48 C Zhur-Taa Druid @Mark Winters +49 C Blood Ogre @Christopher Moeller +50 R Troll Ascetic @Puddnhead +51 U Crowned Ceratok @Steve Prescott +52 C Gorehorn Minotaurs @Wayne Reynolds +53 C Ghor-Clan Savage @Greg Staples +54 R Deus of Calamity @Todd Lockwood +55 R Conquering Manticore @Chris Rahn +56 R Crater Hellion @Daren Bader +57 R Skarrgan Firebird @Kev Walker +58 C Valley Rannet @Dave Allsop +59 C Krosan Tusker @Kev Walker +60 U Skarrgan Skybreaker @Dan Scott +61 C Shower of Sparks @Christopher Moeller +62 C Prey Upon @Dave Kendall +63 U Pyroclasm @John Avon +64 U Regrowth @Dan Scott +65 C Terrifying Presence @Jaime Jones +66 U Destructive Revelry @Kev Walker +67 U Dragon Blood @Ron Spencer +68 C Volt Charge @Jana Schirmer & Johannes Voss +69 U Beast Within @Jesper Ejsing +70 U Fires of Yavimaya @Izzy +71 U Kazandu Refuge @Franz Vohwinkel +72 U Llanowar Reborn @Philip Straub +73 U Skarrg, the Rage Pits @Martina Pilcerova +74 L Mountain @John Avon +75 L Mountain @D. Alexander Gregory +76 L Mountain @Dave Kendall +77 L Mountain @Andreas Rocha +78 L Forest @John Avon +79 L Forest @Chippy +80 L Forest @Jonas De Ro +81 L Forest @Ryan Pancoast [tokens] w_2_2_griffin_flying diff --git a/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt b/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt index 48e4bfd1d01..793e20fe6e2 100644 --- a/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt +++ b/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt @@ -7,96 +7,96 @@ Type=Duel_Deck ScryfallCode=DDJ [cards] -1 M Niv-Mizzet, the Firemind -2 C Kiln Fiend -3 C Goblin Electromancer -4 U Izzet Guildmage -5 U Gelectrode -6 C Wee Dragonauts -7 C Steamcore Weird -8 U Shrewd Hatchling -9 C Ogre Savant -10 R Galvanoth -11 C Izzet Chronarch -12 R Djinn Illuminatus -13 C Brainstorm -14 C Force Spike -15 C Magma Spray -16 U Isochron Scepter -17 C Izzet Signet -18 C Call to Heel -19 C Train of Thought -20 C Pyromatics -21 U Izzet Charm -22 U Reminisce -23 U Thunderheads -24 U Vacuumelt -25 U Dissipate -26 C Quicksilver Dagger -27 R Prophetic Bolt -28 U Overwhelming Intellect -29 R Sphinx-Bone Wand -30 U Street Spasm -31 R Invoke the Firemind -32 U Fire // Ice -33 C Forgotten Cave -34 C Izzet Boilerworks -35 C Lonely Sandbar -36 U Nivix, Aerie of the Firemind -37 L Island -38 L Island -39 L Island -40 L Island -41 L Mountain -42 L Mountain -43 L Mountain -44 L Mountain -45 M Jarad, Golgari Lich Lord -46 U Plagued Rusalka -47 C Elves of Deep Shadow -48 U Golgari Thug -49 C Ravenous Rats -50 U Reassembling Skeleton -51 U Boneyard Wurm -52 U Korozda Guildmage -53 C Putrid Leech -54 C Stinkweed Imp -55 U Eternal Witness -56 U Dreg Mangler -57 C Shambling Shell -58 C Brain Weevil -59 C Greater Mossdog -60 R Golgari Grave-Troll -61 U Stingerfling Spider -62 U Sadistic Hypnotist -63 C Golgari Rotwurm -64 R Gleancrawler -65 R Doomgape -66 C Golgari Signet -67 U Ghoul's Feast -68 C Yoke of the Damned -69 R Life from the Loam -70 U Golgari Germination -71 U Putrefy -72 C Feast or Famine -73 U Nightmare Void -74 U Vigor Mortis -75 U Grim Flowering -76 R Twilight's Call -77 U Life // Death -78 C Barren Moor -79 U Dakmor Salvage -80 C Golgari Rot Farm -81 U Svogthos, the Restless Tomb -82 C Tranquil Thicket -83 L Swamp -84 L Swamp -85 L Swamp -86 L Swamp -87 L Forest -88 L Forest -89 L Forest -90 L Forest +1 M Niv-Mizzet, the Firemind @Svetlin Velinov +2 C Kiln Fiend @Adi Granov +3 C Goblin Electromancer @Svetlin Velinov +4 U Izzet Guildmage @Jim Murray +5 U Gelectrode @Dan Scott +6 C Wee Dragonauts @Greg Staples +7 C Steamcore Weird @Justin Norman +8 U Shrewd Hatchling @Carl Frank +9 C Ogre Savant @Paolo Parente +10 R Galvanoth @Kev Walker +11 C Izzet Chronarch @Steven Belledin +12 R Djinn Illuminatus @Carl Critchlow +13 C Brainstorm @Willian Murai +14 C Force Spike @Nelson DeCastro +15 C Magma Spray @Jarreau Wimberly +16 U Isochron Scepter @Mark Harrison +17 C Izzet Signet @Raoul Vitale +18 C Call to Heel @Randy Gallegos +19 C Train of Thought @Matt Thompson +20 C Pyromatics @Glen Angus +21 U Izzet Charm @Zoltan Boros +22 U Reminisce @Ralph Horsley +23 U Thunderheads @Hideaki Takamura +24 U Vacuumelt @Nottsuo +25 U Dissipate @Tomasz Jedruszek +26 C Quicksilver Dagger @Alex Horley-Orlandelli +27 R Prophetic Bolt @Slawomir Maniak +28 U Overwhelming Intellect @Alex Horley-Orlandelli +29 R Sphinx-Bone Wand @Franz Vohwinkel +30 U Street Spasm @Raymond Swanland +31 R Invoke the Firemind @Zoltan Boros & Gabor Szikszai +32 U Fire // Ice @Dan Scott +33 C Forgotten Cave @Tony Szczudlo +34 C Izzet Boilerworks @John Avon +35 C Lonely Sandbar @Heather Hudson +36 U Nivix, Aerie of the Firemind @Martina Pilcerova +37 L Island @Stephan Martiniere +38 L Island @Christopher Moeller +39 L Island @Anthony S. Waters +40 L Island @Richard Wright +41 L Mountain @Stephan Martiniere +42 L Mountain @Christopher Moeller +43 L Mountain @Anthony S. Waters +44 L Mountain @Richard Wright +45 M Jarad, Golgari Lich Lord @Svetlin Velinov +46 U Plagued Rusalka @Alex Horley-Orlandelli +47 C Elves of Deep Shadow @Justin Sweet +48 U Golgari Thug @Johann Bodin +49 C Ravenous Rats @Carl Critchlow +50 U Reassembling Skeleton @Austin Hsu +51 U Boneyard Wurm @Jaime Jones +52 U Korozda Guildmage @Ryan Pancoast +53 C Putrid Leech @Dave Allsop +54 C Stinkweed Imp @Nils Hamm +55 U Eternal Witness @Terese Nielsen +56 U Dreg Mangler @Peter Mohrbacher +57 C Shambling Shell @Joel Thomas +58 C Brain Weevil @Anthony Jones +59 C Greater Mossdog @Chippy +60 R Golgari Grave-Troll @Greg Hildebrandt +61 U Stingerfling Spider @Dave Allsop +62 U Sadistic Hypnotist @Paolo Parente +63 C Golgari Rotwurm @Wayne England +64 R Gleancrawler @Jeremy Jarvis +65 R Doomgape @Dave Allsop +66 C Golgari Signet @Raoul Vitale +67 U Ghoul's Feast @Alan Pollack +68 C Yoke of the Damned @Paul Bonner +69 R Life from the Loam @Terese Nielsen +70 U Golgari Germination @Thomas M. Baxa +71 U Putrefy @Clint Cearley +72 C Feast or Famine @Chase Stone +73 U Nightmare Void @Chippy +74 U Vigor Mortis @Dan Scott +75 U Grim Flowering @Adam Paquette +76 R Twilight's Call @Mark Romanoski +77 U Life // Death @Ryan Barger +78 C Barren Moor @Heather Hudson +79 U Dakmor Salvage @John Avon +80 C Golgari Rot Farm @John Avon +81 U Svogthos, the Restless Tomb @Martina Pilcerova +82 C Tranquil Thicket @Heather Hudson +83 L Swamp @Stephan Martiniere +84 L Swamp @Christopher Moeller +85 L Swamp @Anthony S. Waters +86 L Swamp @Richard Wright +87 L Forest @Stephan Martiniere +88 L Forest @Christopher Moeller +89 L Forest @Anthony S. Waters +90 L Forest @Richard Wright [tokens] u_3_3_weird_defender_flying diff --git a/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt b/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt index a5c87874b6b..4f36456896b 100644 --- a/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt +++ b/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt @@ -7,70 +7,70 @@ Type=Duel_Deck ScryfallCode=DD2 [cards] -1 M Jace Beleren -2 C Martyr of Frost -3 C Fathom Seer -4 C Voidmage Apprentice -5 U Wall of Deceit -6 U Willbender -7 U Bottle Gnomes -8 C Man-o'-War -9 C Ophidian -10 U Fledgling Mawcor -11 U Waterspout Djinn -12 C Mulldrifter -13 U Air Elemental -14 R Guile -15 U Riftwing Cloudskate -16 C Spire Golem -17 C AEthersnipe -18 U Brine Elemental -19 R Quicksilver Dragon -20 C Errant Ephemeron -21 R Ancestral Vision -22 U Mind Stone -23 C Daze -24 C Counterspell -25 C Repulse -26 U Fact or Fiction -27 C Gush -28 C Condescend -29 U Terrain Generator -30 L Island -31 L Island -32 L Island -33 L Island -34 M Chandra Nalaar -35 C Flamekin Brawler -36 C Fireslinger -37 C Soulbright Flamekin -38 U Pyre Charger -39 U Slith Firewalker -40 U Flamewave Invoker -41 C Inner-Flame Acolyte -42 U Flametongue Kavu -43 U Furnace Whelp -44 R Rakdos Pit Dragon -45 C Ingot Chewer -46 C Oxidda Golem -47 C Chartooth Cougar -48 R Hostility -49 C Firebolt -50 C Seal of Fire -51 C Incinerate -52 U Magma Jet -53 U Flame Javelin -54 U Cone of Flame -55 C Fireblast -56 U Fireball -57 R Demonfire -58 U Keldon Megaliths -59 L Mountain -60 L Mountain -61 L Mountain -62 L Mountain -1★ M Jace Beleren -34★ M Chandra Nalaar +1 M Jace Beleren @Kev Walker +2 C Martyr of Frost @Wayne England +3 C Fathom Seer @Ralph Horsley +4 C Voidmage Apprentice @Jim Nelson +5 U Wall of Deceit @John Avon +6 U Willbender @Eric Peterson +7 U Bottle Gnomes @Ben Thompson +8 C Man-o'-War @Jon J Muth +9 C Ophidian @Cliff Nielsen +10 U Fledgling Mawcor @Kev Walker +11 U Waterspout Djinn @Thomas Gianni +12 C Mulldrifter @Eric Fortune +13 U Air Elemental @Kev Walker +14 R Guile @Zoltan Boros & Gabor Szikszai +15 U Riftwing Cloudskate @Carl Critchlow +16 C Spire Golem @Daren Bader +17 C Aethersnipe @Zoltan Boros & Gabor Szikszai +18 U Brine Elemental @Stephen Tappin +19 R Quicksilver Dragon @Ron Spencer +20 C Errant Ephemeron @Luca Zontini +21 R Ancestral Vision @Mark Poole +22 U Mind Stone @Adam Rex +23 C Daze @Matthew D. Wilson +24 C Counterspell @Jason Chan +25 C Repulse @Aaron Boyd +26 U Fact or Fiction @Matt Cavotta +27 C Gush @Kev Walker +28 C Condescend @Ron Spears +29 U Terrain Generator @Alan Pollack +30 L Island @John Avon +31 L Island @Scott Bailey +32 L Island @Donato Giancola +33 L Island @Christopher Moeller +34 M Chandra Nalaar @Kev Walker +35 C Flamekin Brawler @Daren Bader +36 C Fireslinger @Jeff Reitz +37 C Soulbright Flamekin @Kev Walker +38 U Pyre Charger @Mark Zug +39 U Slith Firewalker @Justin Sweet +40 U Flamewave Invoker @Dave Dorman +41 C Inner-Flame Acolyte @Ron Spears +42 U Flametongue Kavu @Pete Venters +43 U Furnace Whelp @Matt Cavotta +44 R Rakdos Pit Dragon @Kev Walker +45 C Ingot Chewer @Kev Walker +46 C Oxidda Golem @Greg Staples +47 C Chartooth Cougar @Tony Szczudlo +48 R Hostility @Omar Rayyan +49 C Firebolt @Ron Spencer +50 C Seal of Fire @Christopher Moeller +51 C Incinerate @Steve Prescott +52 U Magma Jet @Justin Sweet +53 U Flame Javelin @Trevor Hairsine +54 U Cone of Flame @Chippy +55 C Fireblast @Michael Danza +56 U Fireball @Dave Dorman +57 R Demonfire @Greg Staples +58 U Keldon Megaliths @Philip Straub +59 L Mountain @Rob Alexander +60 L Mountain @Christopher Moeller +61 L Mountain @Greg Staples +62 L Mountain @Mark Tedin +1★ M Jace Beleren @Yoshino Himori +34★ M Chandra Nalaar @Yoshino Himori [tokens] r_3_1_elemental_shaman_haste diff --git a/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt b/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt index 30c1028de77..42d9627c0b2 100644 --- a/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt +++ b/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt @@ -7,94 +7,94 @@ Type=Duel_Deck ScryfallCode=DDM [cards] -1 M Jace, Architect of Thought -2 U Chronomaton -3 U Jace's Phantasm -4 C Phantasmal Bear -5 U AEther Figment -6 C Crosstown Courier -7 C Dream Stalker -8 C Krovikan Mist -9 U Merfolk Wayfinder -10 C Sea Gate Oracle -11 C Stealer of Secrets -12 C AEther Adept -13 C Archaeomancer -14 U Phantasmal Dragon -15 R Body Double -16 C Leyline Phantom -17 R Aeon Chronicler -18 U Riftwing Cloudskate -19 R Jace's Mindseeker -20 C Errant Ephemeron -21 C Thought Scour -22 U Agoraphobia -23 C Into the Roil -24 C Memory Lapse -25 C Prohibit -26 U Remand -27 C Claustrophobia -28 C Griptide -29 C Ray of Command -30 U Control Magic -31 U Summoner's Bane -32 U Jace's Ingenuity -33 R Future Sight -34 R Spelltwine -35 U Dread Statuary -36 C Halimar Depths -38 L Island -38 L Island -38 L Island -38 L Island -38 L Island -42 M Vraska the Unseen -43 C Pulse Tracker -44 C Shadow Alley Denizen -45 U Tavern Swindler -46 U Wight of Precinct Six -47 C Death-Hood Cobra -48 C Gatecreeper Vine -49 U River Boa -50 R Vinelasher Kudzu -51 C Putrid Leech -52 C Sadistic Augermage -53 C Slate Street Ruffian -54 C Oran-Rief Recluse -55 R Spawnwrithe -56 C Stonefare Crocodile -57 R Ohran Viper -58 U Corpse Traders -59 C Festerhide Boar -60 C Mold Shambler -61 C Highway Robber -62 U Nekrataal -63 R Reaper of the Wilds -64 U Acidic Slime -65 U Drooling Groodion -66 C Tragic Slip -67 C Hypnotic Cloud -68 U Night's Whisper -69 U Marsh Casualties -70 U Treasured Find -71 C Last Kiss -72 C Stab Wound -73 R Underworld Connections -74 C Consume Strength -75 C Grisly Spectacle -76 C Golgari Guildgate -77 U Rogue's Passage -78 U Tainted Wood -83 L Swamp -83 L Swamp -83 L Swamp -83 L Swamp -83 L Swamp -84 L Forest -84 L Forest -84 L Forest -84 L Forest -84 L Forest +1 M Jace, Architect of Thought @Igor Kieryluk +2 U Chronomaton @Vincent Proce +3 U Jace's Phantasm @Johann Bodin +4 C Phantasmal Bear @Ryan Yee +5 U Aether Figment @Thomas M. Baxa +6 C Crosstown Courier @Chase Stone +7 C Dream Stalker @Brian Despain +8 C Krovikan Mist @Jeremy Jarvis +9 U Merfolk Wayfinder @Christopher Moeller +10 C Sea Gate Oracle @Daniel Ljunggren +11 C Stealer of Secrets @Michael C. Hayes +12 C Aether Adept @Eric Deschamps +13 C Archaeomancer @Zoltan Boros +14 U Phantasmal Dragon @Wayne Reynolds +15 R Body Double @Winona Nelson +16 C Leyline Phantom @Ryan Yee +17 R Aeon Chronicler @Dan Dos Santos +18 U Riftwing Cloudskate @Carl Critchlow +19 R Jace's Mindseeker @Greg Staples +20 C Errant Ephemeron @Luca Zontini +21 C Thought Scour @David Rapoza +22 U Agoraphobia @Jim Murray +23 C Into the Roil @Kieran Yanner +24 C Memory Lapse @Rebecca Guay +25 C Prohibit @Adam Rex +26 U Remand @Zoltan Boros +27 C Claustrophobia @Ryan Pancoast +28 C Griptide @Igor Kieryluk +29 C Ray of Command @Andrew Robinson +30 U Control Magic @Clint Cearley +31 U Summoner's Bane @Cyril Van Der Haegen +32 U Jace's Ingenuity @Igor Kieryluk +33 R Future Sight @Dan Scott +34 R Spelltwine @Noah Bradley +35 U Dread Statuary @Jason A. Engle +36 C Halimar Depths @Volkan Baǵa +37 L Island @John Avon +38 L Island @Yeong-Hao Han +39 L Island @Adam Paquette +40 L Island @Richard Wright +41 L Island @Richard Wright +42 M Vraska the Unseen @Igor Kieryluk +43 C Pulse Tracker @Andrew Robinson +44 C Shadow Alley Denizen @Cynthia Sheppard +45 U Tavern Swindler @Cynthia Sheppard +46 U Wight of Precinct Six @Ryan Barger +47 C Death-Hood Cobra @Jason Felix +48 C Gatecreeper Vine @Trevor Claxton +49 U River Boa @Paul Bonner +50 R Vinelasher Kudzu @Mark Tedin +51 C Putrid Leech @Craig J Spearing +52 C Sadistic Augermage @Nick Percival +53 C Slate Street Ruffian @Jim Murray +54 C Oran-Rief Recluse @Lars Grant-West +55 R Spawnwrithe @Daarken +56 C Stonefare Crocodile @Tomasz Jedruszek +57 R Ohran Viper @Kev Walker +58 U Corpse Traders @Kev Walker +59 C Festerhide Boar @Nils Hamm +60 C Mold Shambler @Karl Kopinski +61 C Highway Robber @Kev Walker +62 U Nekrataal @Christopher Moeller +63 R Reaper of the Wilds @Karl Kopinski +64 U Acidic Slime @Karl Kopinski +65 U Drooling Groodion @Kev Walker +66 C Tragic Slip @Christopher Moeller +67 C Hypnotic Cloud @Randy Gallegos +68 U Night's Whisper @John Severin Brassell +69 U Marsh Casualties @Scott Chou +70 U Treasured Find @Jason Chan +71 C Last Kiss @Vance Kovacs +72 C Stab Wound @Scott Chou +73 R Underworld Connections @Yeong-Hao Han +74 C Consume Strength @Adam Rex +75 C Grisly Spectacle @Zoltan Boros +76 C Golgari Guildgate @Eytan Zana +77 U Rogue's Passage @Christine Choi +78 U Tainted Wood @Rob Alexander +79 L Swamp @John Avon +80 L Swamp @Yeong-Hao Han +81 L Swamp @Adam Paquette +82 L Swamp @Richard Wright +83 L Swamp @Richard Wright +84 L Forest @John Avon +85 L Forest @Yeong-Hao Han +86 L Forest @Adam Paquette +87 L Forest @Richard Wright +88 L Forest @Richard Wright [tokens] u_2_2_illusion diff --git a/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt b/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt index a7536f4a8cd..9a7b0921f41 100644 --- a/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt +++ b/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt @@ -7,87 +7,87 @@ Type=Duel_Deck ScryfallCode=DDG [cards] -1 M Knight of the Reliquary -2 C Caravan Escort -3 C Lionheart Maverick -4 C Knight of Cliffhaven -5 U Knight of Meadowgrain -6 R Knight of the White Orchid -7 U Leonin Skyhunter -8 U Silver Knight -9 U White Knight -10 R Knotvine Paladin -11 C Steward of Valeron -12 C Benalish Lancer -13 U Zhalfirin Commander -14 R Knight Exemplar -15 U Wilt-Leaf Cavaliers -16 U Kabira Vindicator -17 R Kinsbaile Cavalier -18 U Alaborn Cavalier -19 C Skyhunter Patrol -20 C Plover Knights -21 U Juniper Order Ranger -22 U Paladin of Prahv -23 U Harm's Way -24 U Reciprocate -25 C Edge of Autumn -26 C Mighty Leap -27 U Reprisal -28 U Test of Faith -29 U Heroes' Reunion -30 C Sigil Blessing -31 R Loxodon Warhammer -32 C Spidersilk Armor -33 U Griffin Guide -34 C Oblivion Ring -35 U Grasslands -36 C Sejiri Steppe -37 C Selesnya Sanctuary -38 U Treetop Village -39 L Plains -40 L Plains -41 L Plains -42 L Plains -43 L Forest -44 L Forest -45 L Forest -46 L Forest -47 M Bogardan Hellkite -48 C Cinder Wall -49 C Skirk Prospector -50 U Bloodmark Mentor -51 C Fire-Belly Changeling -52 C Mudbutton Torchrunner -53 U Dragonspeaker Shaman -54 U Dragon Whelp -55 U Henge Guardian -56 R Voracious Dragon -57 C Bogardan Rager -58 R Mordant Dragon -59 R Kilnmouth Dragon -60 R Shivan Hellkite -61 R Thunder Dragon -62 C Armillary Sphere -63 U Dragon's Claw -64 U Breath of Darigaaz -65 C Dragon Fodder -66 U Punishing Fire -67 C Spitting Earth -68 U Captive Flame -69 C Ghostfire -70 C Seething Song -71 C Seismic Strike -72 C Claws of Valakut -73 U Temporary Insanity -74 U Shiv's Embrace -75 U Cone of Flame -76 C Fiery Fall -77 U Jaws of Stone -78 L Mountain -79 L Mountain -80 L Mountain -81 L Mountain +1 M Knight of the Reliquary @Wayne Reynolds +2 C Caravan Escort @Goran Josic +3 C Lionheart Maverick @Hideaki Takamura +4 C Knight of Cliffhaven @Matt Cavotta +5 U Knight of Meadowgrain @Larry MacDougall +6 R Knight of the White Orchid @Mark Zug +7 U Leonin Skyhunter @Kev Walker +8 U Silver Knight @Steve Prescott +9 U White Knight @Christopher Moeller +10 R Knotvine Paladin @Matt Stewart +11 C Steward of Valeron @Greg Staples +12 C Benalish Lancer @Paolo Parente +13 U Zhalfirin Commander @Stuart Griffin +14 R Knight Exemplar @Jason Chan +15 U Wilt-Leaf Cavaliers @Steve Prescott +16 U Kabira Vindicator @Steven Belledin +17 R Kinsbaile Cavalier @Wayne Reynolds +18 U Alaborn Cavalier @Kev Walker +19 C Skyhunter Patrol @Matt Cavotta +20 C Plover Knights @Quinton Hoover +21 U Juniper Order Ranger @Greg Hildebrandt +22 U Paladin of Prahv @William Simpson +23 U Harm's Way @Dan Scott +24 U Reciprocate @Pat Lee +25 C Edge of Autumn @Jean-Sébastien Rossbach +26 C Mighty Leap @rk post +27 U Reprisal @Ciruelo +28 U Test of Faith @Vance Kovacs +29 U Heroes' Reunion @Terese Nielsen +30 C Sigil Blessing @Matt Stewart +31 R Loxodon Warhammer @Terese Nielsen +32 C Spidersilk Armor @Scott Hampton +33 U Griffin Guide @Jim Nelson +34 C Oblivion Ring @Chuck Lukacs +35 U Grasslands @John Avon +36 C Sejiri Steppe @Anthony Francisco +37 C Selesnya Sanctuary @John Avon +38 U Treetop Village @Rob Alexander +39 L Plains @Scott Bailey +40 L Plains @Scott Bailey +41 L Plains @Michael Komarck +42 L Plains @Michael Komarck +43 L Forest @Scott Bailey +44 L Forest @Mike Ploog +45 L Forest @Larry Elmore +46 L Forest @Michael Komarck +47 M Bogardan Hellkite @Wayne Reynolds +48 C Cinder Wall @Anthony S. Waters +49 C Skirk Prospector @Doug Chaffee +50 U Bloodmark Mentor @Dave Allsop +51 C Fire-Belly Changeling @Randy Gallegos +52 C Mudbutton Torchrunner @Steve Ellis +53 U Dragonspeaker Shaman @Kev Walker +54 U Dragon Whelp @Steven Belledin +55 U Henge Guardian @Chippy +56 R Voracious Dragon @Dominick Domingo +57 C Bogardan Rager @Clint Langley +58 R Mordant Dragon @Scott Chou +59 R Kilnmouth Dragon @Carl Critchlow +60 R Shivan Hellkite @Kev Walker +61 R Thunder Dragon @Chris Rahn +62 C Armillary Sphere @Franz Vohwinkel +63 U Dragon's Claw @Alan Pollack +64 U Breath of Darigaaz @Greg Hildebrandt & Tim Hildebrandt +65 C Dragon Fodder @Jaime Jones +66 U Punishing Fire @Greg Staples +67 C Spitting Earth @Michael Koelsch +68 U Captive Flame @Keith Garletts +69 C Ghostfire @Cyril Van Der Haegen +70 C Seething Song @Jaime Jones +71 C Seismic Strike @Christopher Moeller +72 C Claws of Valakut @Igor Kieryluk +73 U Temporary Insanity @Mark Romanoski +74 U Shiv's Embrace @Dave Kendall +75 U Cone of Flame @Chippy +76 C Fiery Fall @Daarken +77 U Jaws of Stone @Zoltan Boros & Gabor Szikszai +78 L Mountain @Aleksi Briclot +79 L Mountain @Aleksi Briclot +80 L Mountain @Glen Angus +81 L Mountain @Matt Cavotta [tokens] w_2_2_griffin_flying diff --git a/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt index 9d5d9876b1f..fcbe7869412 100644 --- a/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt @@ -8,69 +8,69 @@ Type=Duel_Deck ScryfallCode=DDT [cards] -1 M Master of Waves -2 C Aquitect's Will -3 C Claustrophobia -4 U Concentrate -5 R Engulf the Shore -6 C Essence Scatter -7 R Harbinger of the Tides -8 C Inkfathom Divers -9 R Master of the Pearl Trident -10 U Merfolk Looter -11 R Merfolk Sovereign -12 U Merfolk Wayfinder -13 U Merrow Reejerey -14 R Mind Spring -15 R Misdirection -16 U Rootwater Hunter -17 C Scroll Thief -18 C Streambed Aquitects -19 U Tidal Courier -20 C Tidal Warrior -21 C Tidal Wave -22 R Tidebinder Mage -23 U Triton Tactics -24 R Wake Thrasher -25 R Cold-Eyed Selkie -26 U Blighted Cataract -27 C Lonely Sandbar -28 L Island -29 L Island -30 L Island -31 L Island -32 M Warren Instigator -33 U Battle Squadron -34 C Boggart Brute -35 C Brute Strength -36 U Cleaver Riot -37 U Ember Hauler -38 C Foundry Street Denizen -39 U Gempalm Incinerator -40 C Ghostfire -41 R Goblin Chieftain -42 R Goblin Diplomats -43 U Goblin Glory Chaser -44 R Goblin Goon -45 U Goblin Grenade -46 R Goblin Rabblemaster -47 R Goblin Razerunners -48 U Goblin Ringleader -49 C Goblin Tunneler -50 U Goblin Wardriver -51 U Hordeling Outburst -52 R Krenko, Mob Boss -53 C Krenko's Command -54 R Relentless Assault -55 C Tarfire -56 R Brittle Effigy -57 R Goblin Charbelcher -58 U Blighted Gorge -59 C Forgotten Cave -60 L Mountain -61 L Mountain -62 L Mountain -63 L Mountain +1 M Master of Waves @Svetlin Velinov +2 C Aquitect's Will @Dimitar Marinski +3 C Claustrophobia @Ryan Pancoast +4 U Concentrate @rk post +5 R Engulf the Shore @Cliff Childs +6 C Essence Scatter @Jon Foster +7 R Harbinger of the Tides @Svetlin Velinov +8 C Inkfathom Divers @Steven Belledin +9 R Master of the Pearl Trident @Ryan Pancoast +10 U Merfolk Looter @Austin Hsu +11 R Merfolk Sovereign @Jesper Ejsing +12 U Merfolk Wayfinder @Christopher Moeller +13 U Merrow Reejerey @Greg Staples +14 R Mind Spring @Mark Zug +15 R Misdirection @Mathias Kollros +16 U Rootwater Hunter @Brom +17 C Scroll Thief @Alex Horley-Orlandelli +18 C Streambed Aquitects @William O'Connor +19 U Tidal Courier @Slawomir Maniak +20 C Tidal Warrior @Daren Bader +21 C Tidal Wave @Brian Snõddy +22 R Tidebinder Mage @John Severin Brassell +23 U Triton Tactics @Jack Wang +24 R Wake Thrasher @Jesper Ejsing +25 R Cold-Eyed Selkie @Jaime Jones +26 U Blighted Cataract @Vincent Proce +27 C Lonely Sandbar @Noah Bradley +28 L Island @Rob Alexander +29 L Island @Steven Belledin +30 L Island @Martina Pilcerova +31 L Island @Raoul Vitale +32 M Warren Instigator @Svetlin Velinov +33 U Battle Squadron @Mark Tedin +34 C Boggart Brute @Igor Kieryluk +35 C Brute Strength @Wayne Reynolds +36 U Cleaver Riot @Dave Kendall +37 U Ember Hauler @Steve Prescott +38 C Foundry Street Denizen @Raoul Vitale +39 U Gempalm Incinerator @Mark Behm +40 C Ghostfire @Cyril Van Der Haegen +41 R Goblin Chieftain @Sam Wood +42 R Goblin Diplomats @Izzy +43 U Goblin Glory Chaser @Greg Staples +44 R Goblin Goon @Steve Prescott +45 U Goblin Grenade @Kev Walker +46 R Goblin Rabblemaster @Svetlin Velinov +47 R Goblin Razerunners @Raymond Swanland +48 U Goblin Ringleader @Gabor Szikszai +49 C Goblin Tunneler @Jesper Ejsing +50 U Goblin Wardriver @Chippy +51 U Hordeling Outburst @Zoltan Boros +52 R Krenko, Mob Boss @Karl Kopinski +53 C Krenko's Command @Karl Kopinski +54 R Relentless Assault @Christopher Moeller +55 C Tarfire @Omar Rayyan +56 R Brittle Effigy @John Avon +57 R Goblin Charbelcher @Jesper Ejsing +58 U Blighted Gorge @Jung Park +59 C Forgotten Cave @Noah Bradley +60 L Mountain @John Avon +61 L Mountain @Steven Belledin +62 L Mountain @Martina Pilcerova +63 L Mountain @Raoul Vitale [tokens] u_1_0_elemental diff --git a/forge-gui/res/editions/Duel Decks Mind vs. Might.txt b/forge-gui/res/editions/Duel Decks Mind vs. Might.txt index 9e4902dd343..b72a87eb604 100644 --- a/forge-gui/res/editions/Duel Decks Mind vs. Might.txt +++ b/forge-gui/res/editions/Duel Decks Mind vs. Might.txt @@ -8,71 +8,71 @@ Type=Duel_Deck ScryfallCode=DDS [cards] -1 M Jhoira of the Ghitu -2 R Beacon of Tomorrows -3 R Deep-Sea Kraken -4 R Mind's Desire -5 C Peer Through Depths -6 R Quicken -7 C Reach Through Mists -8 R Sage-Eye Avengers -9 C Sift Through Sands -10 C Snap -11 R Talrand, Sky Summoner -12 C Temporal Fissure -13 R The Unspeakable -14 U Desperate Ritual -15 C Empty the Warrens -16 C Grapeshot -17 C Rift Bolt -18 U Shivan Meteor -19 R Volcanic Vision -20 U Young Pyromancer -21 R Firemind's Foresight -22 C Goblin Electromancer -23 R Jori En, Ruin Diver -24 C Nivix Cyclops -25 U Spellheart Chimera -26 U Nucklavee -27 C Swiftwater Cliffs -28 L Island -29 L Island -30 L Island -31 L Mountain -32 L Mountain -33 L Mountain -34 M Lovisa Coldeyes -35 R Beacon of Destruction -36 U Boldwyr Intimidator -37 C Firebolt -38 C Gorehorn Minotaurs -39 R Kamahl, Pit Fighter -40 C Kruin Striker -41 R Zo-Zu the Punisher -42 C Ambassador Oak -43 U Beast Attack -44 R Call of the Herd -45 C Cloudcrown Oak -46 U Harmonize -47 R Increasing Savagery -48 C Rampant Growth -49 U Roar of the Wurm -50 C Skarrgan Pit-Skulk -51 C Sylvan Might -52 R Talara's Battalion -53 R Radha, Heir to Keld -54 U Relentless Hunter -55 U Burning-Tree Emissary -56 U Guttural Response -57 R Rubblebelt Raiders -58 R Coat of Arms -59 C Rugged Highlands -60 L Mountain -61 L Mountain -62 L Mountain -63 L Forest -64 L Forest -65 L Forest +1 M Jhoira of the Ghitu @Magali Villeneuve +2 R Beacon of Tomorrows @Jeremy Jarvis +3 R Deep-Sea Kraken @Christopher Moeller +4 R Mind's Desire @Anthony Francisco +5 C Peer Through Depths @Anthony S. Waters +6 R Quicken @Aleksi Briclot +7 C Reach Through Mists @Anthony S. Waters +8 R Sage-Eye Avengers @Dan Scott +9 C Sift Through Sands @Anthony S. Waters +10 C Snap @Véronique Meignaud +11 R Talrand, Sky Summoner @Svetlin Velinov +12 C Temporal Fissure @Seb McKinnon +13 R The Unspeakable @Daarken +14 U Desperate Ritual @Wayne Reynolds +15 C Empty the Warrens @Jasper Sandner +16 C Grapeshot @Clint Cearley +17 C Rift Bolt @Daniel Ljunggren +18 U Shivan Meteor @Chippy +19 R Volcanic Vision @Noah Bradley +20 U Young Pyromancer @Cynthia Sheppard +21 R Firemind's Foresight @Dan Scott +22 C Goblin Electromancer @Svetlin Velinov +23 R Jori En, Ruin Diver @Igor Kieryluk +24 C Nivix Cyclops @Wayne Reynolds +25 U Spellheart Chimera @Svetlin Velinov +26 U Nucklavee @Trevor Hairsine +27 C Swiftwater Cliffs @Eytan Zana +28 L Island @Rob Alexander +29 L Island @John Avon +30 L Island @Cliff Childs +31 L Mountain @John Avon +32 L Mountain @Cliff Childs +33 L Mountain @Craig Mullins +34 M Lovisa Coldeyes @Anna Steinbauer +35 R Beacon of Destruction @Greg Hildebrandt +36 U Boldwyr Intimidator @Esad Ribic +37 C Firebolt @Chris Rallis +38 C Gorehorn Minotaurs @Wayne Reynolds +39 R Kamahl, Pit Fighter @Kev Walker +40 C Kruin Striker @Christopher Moeller +41 R Zo-Zu the Punisher @Wayne Reynolds +42 C Ambassador Oak @Steve Prescott +43 U Beast Attack @Ciruelo +44 R Call of the Herd @Carl Critchlow +45 C Cloudcrown Oak @Rebecca Guay +46 U Harmonize @Paul Lee +47 R Increasing Savagery @Steve Prescott +48 C Rampant Growth @Steven Belledin +49 U Roar of the Wurm @Kev Walker +50 C Skarrgan Pit-Skulk @Liam Sharp +51 C Sylvan Might @Arnie Swekel +52 R Talara's Battalion @Todd Lockwood +53 R Radha, Heir to Keld @Jim Murray +54 U Relentless Hunter @Matt Stewart +55 U Burning-Tree Emissary @Izzy +56 U Guttural Response @Ben Wootten +57 R Rubblebelt Raiders @Chippy +58 R Coat of Arms @Scott M. Fischer +59 C Rugged Highlands @Eytan Zana +60 L Mountain @Jonas De Ro +61 L Mountain @Nils Hamm +62 L Mountain @Karl Kopinski +63 L Forest @John Avon +64 L Forest @Jim Nelson +65 L Forest @Stephen Tappin [tokens] u_2_2_drake_flying diff --git a/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt b/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt index b327e8a392b..0d82239c26e 100644 --- a/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt +++ b/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt @@ -8,94 +8,94 @@ Type=Online ScryfallCode=TD2 [cards] -1 M Platinum Angel -2 U Memnite -3 C Steel Wall -4 C Ardent Recruit -5 C Vedalken Certarch -6 C Gold Myr -7 U Myr Retriever -8 C Silver Myr -9 U Trinket Mage -10 R Grand Architect -11 R Silent Arbiter -12 U Glimmerpoint Stag -13 R Argent Sphinx -14 R Kuldotha Forgemaster -15 C Spire Serpent -16 U Darksteel Sentinel -17 R Duplicant -18 U Lumengrid Gargoyle -19 U Darksteel Gargoyle -20 C Bonesplitter -21 C Slagwurm Armor -22 U Condemn -23 U Dispatch -24 U Steelshaper's Gift -25 C Neurok Stealthsuit -26 U Talisman of Progress -27 U Viridian Claw -28 U Purge -29 U Test of Faith -30 C Turn the Tide -31 U Thunderstaff -32 C Arrest -33 U Thirst for Knowledge -34 C Stoic Rebuttal -35 R White Sun's Zenith -36 C Ancient Den -37 R Blinkmoth Nexus -38 U Coastal Tower -39 U Forbidding Watchtower -40 C Seat of the Synod -41 C Terramorphic Expanse -42 L Plains -43 L Plains -44 L Plains -45 L Island -46 L Island -47 L Island -48 M Phyrexian Plaguelord -49 C Fume Spitter -50 C Myr Sire -51 U Plague Myr -52 C Viridian Emissary -53 C Phyrexian Ghoul -54 C Rot Wolf -55 R Necroskitter -56 U Viridian Corrupter -57 R Desecration Elemental -58 U Flesh-Eater Imp -59 C Symbiotic Elf -60 U Soul Snuffers -61 R Mitotic Slime -62 U Plaguemaw Beast -63 U Phyrexian Juggernaut -64 U Drooling Groodion -65 R Protean Hulk -66 C Innocent Blood -67 U Contagion Clasp -68 U Mortarpod -69 U Spawning Pit -70 U Exhume -71 R Phyrexian Altar -72 C Morbid Plunder -73 U Putrefy -74 U Grafted Exoskeleton -75 U Diabolic Servitude -76 U Barter in Blood -77 R Reprocess -78 U Triumph of the Hordes -79 C Spread the Sickness -80 U One Dozen Eyes -81 R Black Sun's Zenith -82 U Tainted Wood -83 L Swamp -84 L Swamp -85 L Swamp -86 L Forest -87 L Forest -88 L Forest +1 M Platinum Angel @Brom +2 U Memnite @Svetlin Velinov +3 C Steel Wall @David Day +4 C Ardent Recruit @Mike Bierek +5 C Vedalken Certarch @Karl Kopinski +6 C Gold Myr @Alan Pollack +7 U Myr Retriever @Trevor Hairsine +8 C Silver Myr @Alan Pollack +9 U Trinket Mage @Scott Chou +10 R Grand Architect @Steven Belledin +11 R Silent Arbiter @Mark Zug +12 U Glimmerpoint Stag @Ryan Pancoast +13 R Argent Sphinx @Chris Rahn +14 R Kuldotha Forgemaster @jD +15 C Spire Serpent @Johann Bodin +16 U Darksteel Sentinel @Erica Yang +17 R Duplicant @Thomas M. Baxa +18 U Lumengrid Gargoyle @Randis Albion +19 U Darksteel Gargoyle @Ron Spencer +20 C Bonesplitter @Darrell Riche +21 C Slagwurm Armor @Justin Sweet +22 U Condemn @Daren Bader +23 U Dispatch @Erica Yang +24 U Steelshaper's Gift @Greg Hildebrandt +25 C Neurok Stealthsuit @Francis Tsai +26 U Talisman of Progress @Mike Dringenberg +27 U Viridian Claw @Marc Simonetti +28 U Purge @Pete Venters +29 U Test of Faith @Vance Kovacs +30 C Turn the Tide @Jason Felix +31 U Thunderstaff @Kaja Foglio +32 C Arrest @Daarken +33 U Thirst for Knowledge @Ben Thompson +34 C Stoic Rebuttal @Chris Rahn +35 R White Sun's Zenith @Mike Bierek +36 C Ancient Den @Rob Alexander +37 R Blinkmoth Nexus @Brian Snõddy +38 U Coastal Tower @Don Hazeltine +39 U Forbidding Watchtower @Aleksi Briclot +40 C Seat of the Synod @John Avon +41 C Terramorphic Expanse @Dan Scott +42 L Plains @James Paick +43 L Plains @John Avon +44 L Plains @Martina Pilcerova +45 L Island @John Avon +46 L Island @Jung Park +47 L Island @Jung Park +48 M Phyrexian Plaguelord @Kev Walker +49 C Fume Spitter @Nils Hamm +50 C Myr Sire @Jaime Jones +51 U Plague Myr @Efrem Palacios +52 C Viridian Emissary @Matt Stewart +53 C Phyrexian Ghoul @Pete Venters +54 C Rot Wolf @Nils Hamm +55 R Necroskitter @Jaime Jones +56 U Viridian Corrupter @Matt Cavotta +57 R Desecration Elemental @Pete Venters +58 U Flesh-Eater Imp @Johann Bodin +59 C Symbiotic Elf @Wayne England +60 U Soul Snuffers @Izzy +61 R Mitotic Slime @Raymond Swanland +62 U Plaguemaw Beast @Whit Brachna +63 U Phyrexian Juggernaut @Kev Walker +64 U Drooling Groodion @Kev Walker +65 R Protean Hulk @Matt Cavotta +66 C Innocent Blood @Carl Critchlow +67 U Contagion Clasp @Anthony Palumbo +68 U Mortarpod @Eric Deschamps +69 U Spawning Pit @Tony Szczudlo +70 U Exhume @Carl Critchlow +71 R Phyrexian Altar @Ron Spears +72 C Morbid Plunder @Mike Bierek +73 U Putrefy @Jim Nelson +74 U Grafted Exoskeleton @Allen Williams +75 U Diabolic Servitude @Scott M. Fischer +76 U Barter in Blood @Paolo Parente +77 R Reprocess @Mark Tedin +78 U Triumph of the Hordes @Izzy +79 C Spread the Sickness @Jaime Jones +80 U One Dozen Eyes @Darrell Riche +81 R Black Sun's Zenith @Daniel Ljunggren +82 U Tainted Wood @Rob Alexander +83 L Swamp @Lars Grant-West +84 L Swamp @Lars Grant-West +85 L Swamp @Lars Grant-West +86 L Forest @Mark Tedin +87 L Forest @Mark Tedin +88 L Forest @Mark Tedin [tokens] w_2_2_cat diff --git a/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt b/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt index 8408900a77b..bdf8471bcf0 100644 --- a/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt +++ b/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt @@ -8,76 +8,76 @@ Type=Duel_Deck ScryfallCode=DDR [cards] -1 M Nissa, Voice of Zendikar -2 R Abundance -3 U Briarhorn -4 C Citanul Woodreaders -5 C Civic Wayfinder -6 R Cloudthresher -7 C Crop Rotation -8 C Elvish Visionary -9 C Fertilid -10 U Gaea's Blessing -11 C Gilt-Leaf Seer -12 U Jaddi Lifestrider -13 C Natural Connection -14 C Nissa's Chosen -15 C Oakgnarl Warrior -16 R Oran-Rief Hydra -17 C Oran-Rief Invoker -18 C Saddleback Lagac -19 U Scythe Leopard -20 U Seek the Horizon -21 R Thicket Elemental -22 C Thornweald Archer -23 C Vines of the Recluse -24 U Walker of the Grove -25 C Wood Elves -26 U Woodborn Behemoth -27 C Fertile Thicket -28 C Khalni Garden -29 R Mosswort Bridge -30 U Treetop Village -31 L Forest -32 L Forest -33 L Forest -34 L Forest -35 L Forest -36 M Ob Nixilis Reignited -37 C Altar's Reap -38 U Ambition's Cost -39 C Bala Ged Scorpion -40 C Blistergrub -41 C Cadaver Imp -42 U Carrier Thrall -43 C Demon's Grasp -44 R Desecration Demon -45 R Despoiler of Souls -46 C Disfigure -47 U Doom Blade -48 C Fetid Imp -49 C Foul Imp -50 C Giant Scorpion -51 C Grim Discovery -52 C Hideous End -53 R Indulgent Tormentor -54 C Innocent Blood -55 C Mire's Toll -56 R Pestilence Demon -57 R Priest of the Blood Rite -58 U Quest for the Gravelord -59 C Renegade Demon -60 U Shadows of the Past -61 U Smallpox -62 U Squelching Leeches -63 C Tendrils of Corruption -64 C Unhallowed Pact -65 U Leechridden Swamp -66 L Swamp -67 L Swamp -68 L Swamp -69 L Swamp -70 L Swamp +1 M Nissa, Voice of Zendikar @Raymond Swanland +2 R Abundance @Rebecca Guay +3 U Briarhorn @Nils Hamm +4 C Citanul Woodreaders @Steven Belledin +5 C Civic Wayfinder @Cyril Van Der Haegen +6 R Cloudthresher @Christopher Moeller +7 C Crop Rotation @Daniel Ljunggren +8 C Elvish Visionary @D. Alexander Gregory +9 C Fertilid @Wayne Reynolds +10 U Gaea's Blessing @Rebecca Guay +11 C Gilt-Leaf Seer @Darrell Riche +12 U Jaddi Lifestrider @Vincent Proce +13 C Natural Connection @Wesley Burt +14 C Nissa's Chosen @Jaime Jones +15 C Oakgnarl Warrior @Jim Nelson +16 R Oran-Rief Hydra @Chris Rahn +17 C Oran-Rief Invoker @Anastasia Ovchinnikova +18 C Saddleback Lagac @Jason Kang +19 U Scythe Leopard @Daniel Ljunggren +20 U Seek the Horizon @Min Yum +21 R Thicket Elemental @Ron Spencer +22 C Thornweald Archer @Dave Kendall +23 C Vines of the Recluse @Dan Scott +24 U Walker of the Grove @Todd Lockwood +25 C Wood Elves @Josh Hass +26 U Woodborn Behemoth @Matt Stewart +27 C Fertile Thicket @Andreas Rocha +28 C Khalni Garden @Ryan Pancoast +29 R Mosswort Bridge @Jeremy Jarvis +30 U Treetop Village @Rob Alexander +31 L Forest @Noah Bradley +32 L Forest @Sam Burley +33 L Forest @Adam Paquette +34 L Forest @Vincent Proce +35 L Forest @Tianhua X +36 M Ob Nixilis Reignited @Raymond Swanland +37 C Altar's Reap @Tyler Jacobson +38 U Ambition's Cost @Zezhou Chen +39 C Bala Ged Scorpion @Daarken +40 C Blistergrub @Daarken +41 C Cadaver Imp @Dave Kendall +42 U Carrier Thrall @Lius Lasahido +43 C Demon's Grasp @David Gaillet +44 R Desecration Demon @Jason Chan +45 R Despoiler of Souls @Greg Staples +46 C Disfigure @Justin Sweet +47 U Doom Blade @Raymond Swanland +48 C Fetid Imp @Nils Hamm +49 C Foul Imp @Kev Walker +50 C Giant Scorpion @Raymond Swanland +51 C Grim Discovery @Christopher Moeller +52 C Hideous End @Zoltan Boros & Gabor Szikszai +53 R Indulgent Tormentor @Wesley Burt +54 C Innocent Blood @Carl Critchlow +55 C Mire's Toll @Alex Horley-Orlandelli +56 R Pestilence Demon @Justin Sweet +57 R Priest of the Blood Rite @David Palumbo +58 U Quest for the Gravelord @Chris Rahn +59 C Renegade Demon @Tomasz Jedruszek +60 U Shadows of the Past @Ryan Yee +61 U Smallpox @Ryan Pancoast +62 U Squelching Leeches @Svetlin Velinov +63 C Tendrils of Corruption @Vance Kovacs +64 C Unhallowed Pact @Volkan Baǵa +65 U Leechridden Swamp @Lars Grant-West +66 L Swamp @Noah Bradley +67 L Swamp @Sam Burley +68 L Swamp @Adam Paquette +69 L Swamp @Jung Park +70 L Swamp @Tianhua X [tokens] c_1_1_eldrazi_scion_sac diff --git a/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt b/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt index c65dd263acc..8f2a66eb12c 100644 --- a/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt +++ b/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt @@ -7,77 +7,77 @@ Type=Duel_Deck ScryfallCode=DDE [cards] -1 M Phyrexian Negator -2 C Carrion Feeder -3 C Phyrexian Battleflies -4 C Phyrexian Denouncer -5 U Bone Shredder -6 C Phyrexian Ghoul -7 U Priest of Gix -8 C Phyrexian Broodlings -9 U Sanguine Guard -10 C Phyrexian Debaser -11 U Order of Yawgmoth -12 U Phyrexian Defiler -13 R Phyrexian Plaguelord -14 U Phyrexian Hulk -15 U Phyrexian Gargantua -16 R Phyrexian Colossus -17 U Voltaic Key -18 C Dark Ritual -19 U Lightning Greaves -20 U Phyrexian Totem -21 U Phyrexian Vault -22 U Puppet Strings -23 U Whispersilk Cloak -24 U Worn Powerstone -25 U Slay -26 C Hideous End -27 R Phyrexian Arena -28 U Hornet Cannon -29 R Phyrexian Processor -30 C Tendrils of Corruption -31 R Living Death -32 L Swamp -33 L Swamp -34 L Swamp -35 L Swamp -36 M Urza's Rage -37 C Thornscape Apprentice -38 C Nomadic Elf -39 C Quirion Elves -40 U Sunscape Battlemage -41 U Thunderscape Battlemage -42 U Thornscape Battlemage -43 U Verduran Emissary -44 C Yavimaya Elder -45 U Charging Troll -46 R Gerrard Capashen -47 R Darigaaz, the Igniter -48 R Rith, the Awakener -49 R Treva, the Renewer -50 U Evasive Action -51 C Tribal Flames -52 C Fertile Ground -53 C Gerrard's Command -54 R Coalition Relic -55 C Narrow Escape -56 C Exotic Curse -57 C Harrow -58 C Armadillo Cloak -59 U Darigaaz's Charm -60 U Rith's Charm -61 U Treva's Charm -62 U Power Armor -63 U Allied Strategies -64 U Elfhame Palace -65 U Shivan Oasis -66 C Terramorphic Expanse -67 L Plains -68 L Island -69 L Mountain -70 L Forest -71 L Forest +1 M Phyrexian Negator @Jim Murray +2 C Carrion Feeder @Brian Snõddy +3 C Phyrexian Battleflies @Dan Frazier +4 C Phyrexian Denouncer @Brian Snõddy +5 U Bone Shredder @Ron Spencer +6 C Phyrexian Ghoul @Pete Venters +7 U Priest of Gix @Brian Despain +8 C Phyrexian Broodlings @Daren Bader +9 U Sanguine Guard @Kev Walker +10 C Phyrexian Debaser @Mark Tedin +11 U Order of Yawgmoth @Chippy +12 U Phyrexian Defiler @DiTerlizzi +13 R Phyrexian Plaguelord @Kev Walker +14 U Phyrexian Hulk @Matthew D. Wilson +15 U Phyrexian Gargantua @Carl Critchlow +16 R Phyrexian Colossus @Mark Tedin +17 U Voltaic Key @Franz Vohwinkel +18 C Dark Ritual @Tom Fleming +19 U Lightning Greaves @Jeremy Jarvis +20 U Phyrexian Totem @John Zeleznik +21 U Phyrexian Vault @Hannibal King +22 U Puppet Strings @Scott Kirschner +23 U Whispersilk Cloak @Daren Bader +24 U Worn Powerstone @Henry G. Higginbotham +25 U Slay @Ben Thompson +26 C Hideous End @Zoltan Boros & Gabor Szikszai +27 R Phyrexian Arena @Pete Venters +28 U Hornet Cannon @Ron Spencer +29 R Phyrexian Processor @Dave Kendall +30 C Tendrils of Corruption @Vance Kovacs +31 R Living Death @Charles Gillespie +32 L Swamp @Rob Alexander +33 L Swamp @Rob Alexander +34 L Swamp @Ron Spencer +35 L Swamp @Ron Spencer +36 M Urza's Rage @Jim Murray +37 C Thornscape Apprentice @Randy Gallegos +38 C Nomadic Elf @D. J. Cleland-Hura +39 C Quirion Elves @Douglas Shuler +40 U Sunscape Battlemage @Tony Szczudlo +41 U Thunderscape Battlemage @Mike Ploog +42 U Thornscape Battlemage @Matt Cavotta +43 U Verduran Emissary @Alton Lawson +44 C Yavimaya Elder @Matt Cavotta +45 U Charging Troll @Dave Dorman +46 R Gerrard Capashen @Brom +47 R Darigaaz, the Igniter @Mark Zug +48 R Rith, the Awakener @Carl Critchlow +49 R Treva, the Renewer @Ciruelo +50 U Evasive Action @Brian Snõddy +51 C Tribal Flames @Tony Szczudlo +52 C Fertile Ground @Carl Critchlow +53 C Gerrard's Command @Roger Raupp +54 R Coalition Relic @Donato Giancola +55 C Narrow Escape @Karl Kopinski +56 C Exotic Curse @Dany Orizio +57 C Harrow @Rob Alexander +58 C Armadillo Cloak @Wayne Reynolds +59 U Darigaaz's Charm @David Martin +60 U Rith's Charm @David Martin +61 U Treva's Charm @David Martin +62 U Power Armor @Doug Chaffee +63 U Allied Strategies @Paolo Parente +64 U Elfhame Palace @Jerry Tiritilli +65 U Shivan Oasis @Rob Alexander +66 C Terramorphic Expanse @Dan Scott +67 L Plains @D. J. Cleland-Hura +68 L Island @Terese Nielsen +69 L Mountain @Scott Bailey +70 L Forest @John Avon +71 L Forest @Alan Pollack [tokens] hornet diff --git a/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt b/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt index dda180ffeb2..f481a68d29e 100644 --- a/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt +++ b/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt @@ -7,86 +7,86 @@ Type=Duel_Deck ScryfallCode=DDK [cards] -1 M Sorin, Lord of Innistrad -2 C Doomed Traveler -3 C Vampire Lacerator -4 U Wall of Omens -5 C Child of Night -6 C Duskhunter Bat -7 C Mesmeric Fiend -8 U Gatekeeper of Malakir -9 R Twilight Drover -10 C Bloodrage Vampire -11 U Fiend Hunter -12 U Vampire Nighthawk -13 U Mausoleum Guard -14 U Phantom General -15 U Vampire Outcasts -16 U Revenant Patriarch -17 U Sengir Vampire -18 R Butcher of Malakir -19 C Vampire's Bite -20 U Decompose -21 C Sorin's Thirst -22 U Urge to Feed -23 U Zealous Persecution -24 U Lingering Souls -25 U Mortify -26 U Spectral Procession -27 C Unmake -28 R Ancient Craving -29 C Mark of the Vampire -30 R Field of Souls -31 C Absorb Vis -32 R Death Grasp -33 C Evolving Wilds -34 U Tainted Field -35 L Swamp -36 L Swamp -37 L Swamp -38 L Plains -39 L Plains -40 L Plains -41 M Tibalt, the Fiend-Blooded -42 C Goblin Arsonist -43 U Scorched Rusalka -44 U Reassembling Skeleton -45 C Ashmouth Hound -46 U Hellspark Elemental -47 C Vithian Stinger -48 U Shambling Remains -49 C Coal Stoker -50 R Lavaborn Muse -51 C Mad Prophet -52 R Hellrider -53 U Skirsdag Cultist -54 U Corpse Connoisseur -55 U Scourge Devil -56 U Gang of Devils -57 C Bump in the Night -58 C Blazing Salvo -59 C Faithless Looting -60 C Flame Slash -61 C Geistflame -62 U Pyroclasm -63 U Recoup -64 C Terminate -65 C Strangling Soot -66 U Browbeat -67 R Breaking Point -68 R Sulfuric Vortex -69 C Blightning -70 U Flame Javelin -71 U Torrent of Souls -72 R Devil's Play -73 U Akoum Refuge -74 C Rakdos Carnarium -75 L Mountain -76 L Mountain -77 L Mountain -78 L Swamp -79 L Swamp -80 L Swamp +1 M Sorin, Lord of Innistrad @Chase Stone +2 C Doomed Traveler @Lars Grant-West +3 C Vampire Lacerator @Steve Argyle +4 U Wall of Omens @James Paick +5 C Child of Night @Ash Wood +6 C Duskhunter Bat @Jesper Ejsing +7 C Mesmeric Fiend @Dana Knutson +8 U Gatekeeper of Malakir @Karl Kopinski +9 R Twilight Drover @Dave Allsop +10 C Bloodrage Vampire @Steve Prescott +11 U Fiend Hunter @Wayne Reynolds +12 U Vampire Nighthawk @Jason Chan +13 U Mausoleum Guard @David Palumbo +14 U Phantom General @Christopher Moeller +15 U Vampire Outcasts @Clint Cearley +16 U Revenant Patriarch @Nick Percival +17 U Sengir Vampire @Kev Walker +18 R Butcher of Malakir @Jason Chan +19 C Vampire's Bite @Christopher Moeller +20 U Decompose @Tony Szczudlo +21 C Sorin's Thirst @Karl Kopinski +22 U Urge to Feed @Johann Bodin +23 U Zealous Persecution @Christopher Moeller +24 U Lingering Souls @John Stanko +25 U Mortify @Nils Hamm +26 U Spectral Procession @Tomasz Jedruszek +27 C Unmake @Steven Belledin +28 R Ancient Craving @Rob Alexander +29 C Mark of the Vampire @Winona Nelson +30 R Field of Souls @Richard Kane Ferguson +31 C Absorb Vis @Brandon Kitkouski +32 R Death Grasp @Raymond Swanland +33 C Evolving Wilds @Steven Belledin +34 U Tainted Field @Don Hazeltine +35 L Swamp @James Paick +36 L Swamp @Adam Paquette +37 L Swamp @Jung Park +38 L Plains @Adam Paquette +39 L Plains @Jung Park +40 L Plains @Eytan Zana +41 M Tibalt, the Fiend-Blooded @Chase Stone +42 C Goblin Arsonist @Wayne Reynolds +43 U Scorched Rusalka @Luca Zontini +44 U Reassembling Skeleton @Austin Hsu +45 C Ashmouth Hound @Daarken +46 U Hellspark Elemental @Justin Sweet +47 C Vithian Stinger @Dave Kendall +48 U Shambling Remains @Nils Hamm +49 C Coal Stoker @Mark Zug +50 R Lavaborn Muse @Brian Snõddy +51 C Mad Prophet @Wayne Reynolds +52 R Hellrider @Svetlin Velinov +53 U Skirsdag Cultist @Slawomir Maniak +54 U Corpse Connoisseur @Mark Hyzer +55 U Scourge Devil @Dave Kendall +56 U Gang of Devils @Erica Yang +57 C Bump in the Night @Kev Walker +58 C Blazing Salvo @rk post +59 C Faithless Looting @Gabor Szikszai +60 C Flame Slash @Raymond Swanland +61 C Geistflame @Scott Chou +62 U Pyroclasm @John Avon +63 U Recoup @Dave Dorman +64 C Terminate @Wayne Reynolds +65 C Strangling Soot @Jim Murray +66 U Browbeat @Chris Rahn +67 R Breaking Point @Matthew D. Wilson +68 R Sulfuric Vortex @Greg Staples +69 C Blightning @Dan Scott +70 U Flame Javelin @Trevor Hairsine +71 U Torrent of Souls @Ian Edward Ameling +72 R Devil's Play @Austin Hsu +73 U Akoum Refuge @Fred Fields +74 C Rakdos Carnarium @John Avon +75 L Mountain @James Paick +76 L Mountain @Adam Paquette +77 L Mountain @Eytan Zana +78 L Swamp @James Paick +79 L Swamp @Adam Paquette +80 L Swamp @Jung Park [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt b/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt index 96797ef7c4d..47c8111f034 100644 --- a/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt +++ b/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt @@ -7,87 +7,87 @@ Type=Duel_Deck ScryfallCode=DDN [cards] -1 M Zurgo Helmsmasher -2 U Frenzied Goblin -3 C Infantry Veteran -4 C Leonin Snarecaster -5 C Dregscape Zombie -6 C Goblin Deathraiders -7 U Hellraiser Goblin -8 U Fleshbag Marauder -9 U Goblin Warchief -10 R Hell's Thunder -11 C Kathari Bomber -12 U Shambling Remains -13 U Mardu Heart-Piercer -14 U Beetleback Chief -15 R Krenko, Mob Boss -16 R Ogre Battledriver -17 U Flame-Kin Zealot -18 U Scourge Devil -19 U Oni of Wild Places -20 C Reckless Abandon -21 C Shock -22 C Bone Splinters -23 U Arc Trail -24 U Goblin Bombardment -25 C Krenko's Command -26 C Act of Treason -27 U Dauntless Onslaught -28 C Orcish Cannonade -29 C Fiery Fall -30 R Fury of the Horde -31 R Banefire -32 C Evolving Wilds -33 U Ghitu Encampment -34 U Nomad Outpost -35 L Mountain -36 L Mountain -37 L Mountain -38 L Plains -39 L Swamp -40 L Swamp -41 L Swamp -42 M Arcanis the Omnipotent -43 U Faerie Impostor -44 C Coral Trickster -45 C Fathom Seer -46 U Jeskai Elder -47 U Willbender -48 C Sparkmage Apprentice -49 C Lone Missionary -50 C Master Decoy -51 C Echo Tracer -52 C Kor Hookmaster -53 U Stonecloaker -54 C Aquamorph Entity -55 C Hussar Patrol -56 R Lightning Angel -57 C Faerie Invaders -58 R Thousand Winds -59 R Sphinx of Uthuun -60 C Fleeting Distraction -61 C Stave Off -62 C Swift Justice -63 C Impulse -64 C Mana Leak -65 U Lightning Helix -66 R Hold the Line -67 U Inferno Trap -68 R Steam Augury -69 C Traumatic Visions -70 C Whiplash Trap -71 U Arrow Volley Trap -72 C Repeal -73 U Mystic Monastery -74 C Terramorphic Expanse -75 L Island -76 L Island -77 L Island -78 L Mountain -79 L Plains -80 L Plains -81 L Plains +1 M Zurgo Helmsmasher @Ryan Alexander Lee +2 U Frenzied Goblin @Carl Critchlow +3 C Infantry Veteran @Zoltan Boros +4 C Leonin Snarecaster @Kev Walker +5 C Dregscape Zombie @Lars Grant-West +6 C Goblin Deathraiders @Raymond Swanland +7 U Hellraiser Goblin @Karl Kopinski +8 U Fleshbag Marauder @Mark Zug +9 U Goblin Warchief @Greg Hildebrandt & Tim Hildebrandt +10 R Hell's Thunder @Karl Kopinski +11 C Kathari Bomber @Carl Critchlow +12 U Shambling Remains @Nils Hamm +13 U Mardu Heart-Piercer @Karl Kopinski +14 U Beetleback Chief @Wayne England +15 R Krenko, Mob Boss @Karl Kopinski +16 R Ogre Battledriver @Greg Staples +17 U Flame-Kin Zealot @Arnie Swekel +18 U Scourge Devil @Dave Kendall +19 U Oni of Wild Places @Mark Tedin +20 C Reckless Abandon @Ron Spears +21 C Shock @Jon Foster +22 C Bone Splinters @Cole Eastburn +23 U Arc Trail @Marc Simonetti +24 U Goblin Bombardment @Dave Kendall +25 C Krenko's Command @Karl Kopinski +26 C Act of Treason @Eric Deschamps +27 U Dauntless Onslaught @Peter Mohrbacher +28 C Orcish Cannonade @Pete Venters +29 C Fiery Fall @Daarken +30 R Fury of the Horde @Stephen Tappin +31 R Banefire @Raymond Swanland +32 C Evolving Wilds @Steven Belledin +33 U Ghitu Encampment @John Avon +34 U Nomad Outpost @Noah Bradley +35 L Mountain @Jonas De Ro +36 L Mountain @Karl Kopinski +37 L Mountain @Andreas Rocha +38 L Plains @Jonas De Ro +39 L Swamp @Adam Paquette +40 L Swamp @Jung Park +41 L Swamp @Andreas Rocha +42 M Arcanis the Omnipotent @Ryan Alexander Lee +43 U Faerie Impostor @Johann Bodin +44 C Coral Trickster @D. Alexander Gregory +45 C Fathom Seer @Ralph Horsley +46 U Jeskai Elder @Craig J Spearing +47 U Willbender @Eric Peterson +48 C Sparkmage Apprentice @Jaime Jones +49 C Lone Missionary @Svetlin Velinov +50 C Master Decoy @Ben Thompson +51 C Echo Tracer @Scott M. Fischer +52 C Kor Hookmaster @Wayne Reynolds +53 U Stonecloaker @Tomas Giorello +54 C Aquamorph Entity @Brian Despain +55 C Hussar Patrol @Seb McKinnon +56 R Lightning Angel @rk post +57 C Faerie Invaders @Ryan Pancoast +58 R Thousand Winds @Raymond Swanland +59 R Sphinx of Uthuun @Kekai Kotaki +60 C Fleeting Distraction @Ryan Yee +61 C Stave Off @Mark Zug +62 C Swift Justice @Karl Kopinski +63 C Impulse @Izzy +64 C Mana Leak @Howard Lyon +65 U Lightning Helix @Kev Walker +66 R Hold the Line @Ron Spears +67 U Inferno Trap @Philip Straub +68 R Steam Augury @Dave Kendall +69 C Traumatic Visions @Cyril Van Der Haegen +70 C Whiplash Trap @Zoltan Boros & Gabor Szikszai +71 U Arrow Volley Trap @Steve Argyle +72 C Repeal @Anthony Palumbo +73 U Mystic Monastery @Florian de Gesincourt +74 C Terramorphic Expanse @Dan Scott +75 L Island @Rob Alexander +76 L Island @Rob Alexander +77 L Island @Andreas Rocha +78 L Mountain @Raoul Vitale +79 L Plains @Adam Paquette +80 L Plains @Jung Park +81 L Plains @Andreas Rocha [tokens] r_1_1_goblin diff --git a/forge-gui/res/editions/Duel Decks Venser vs. Koth.txt b/forge-gui/res/editions/Duel Decks Venser vs. Koth.txt index 7dbcafd307f..cf0c6f66c12 100644 --- a/forge-gui/res/editions/Duel Decks Venser vs. Koth.txt +++ b/forge-gui/res/editions/Duel Decks Venser vs. Koth.txt @@ -7,80 +7,80 @@ Type=Duel_Deck ScryfallCode=DDI [cards] -1 M Venser, the Sojourner -2 C Whitemane Lion -3 C Augury Owl -4 U Coral Fighters -5 U Minamo Sightbender -6 U Mistmeadow Witch -7 C Scroll Thief -8 C Neurok Invisimancer -9 U Slith Strider -10 U Sky Spirit -11 U Wall of Denial -12 R Galepowder Mage -13 C Kor Cartographer -14 R Clone -15 U Cryptic Annelid -16 C Primal Plasma -17 U Sawtooth Loon -18 U Cache Raiders -19 R Windreaver -20 C Jedit's Dragoons -21 R Sunblast Angel -22 R Sphinx of Uthuun -23 U Path to Exile -24 C Preordain -25 C Sigil of Sleep -26 C Revoke Existence -27 U Angelic Shield -28 U Oblivion Ring -29 C Safe Passage -30 C Steel of the Godhead -31 U Vanish into Memory -32 C Overrule -33 C Azorius Chancery -34 U Flood Plain -35 U New Benalia -36 U Sejiri Refuge -37 C Soaring Seacliff -38 L Plains -39 L Plains -40 L Plains -41 L Island -42 L Island -43 L Island -44 M Koth of the Hammer -45 C Plated Geopede -46 C Pygmy Pyrosaur -47 C Pilgrim's Eye -48 U Aether Membrane -49 C Fiery Hellhound -50 C Vulshok Sorcerer -51 U Anger -52 C Cosi's Ravager -53 C Vulshok Berserker -54 U Bloodfire Kavu -55 U Stone Giant -56 U Geyser Glider -57 R Lithophage -58 R Torchling -59 C Chartooth Cougar -60 U Earth Servant -61 U Greater Stone Spirit -62 R Bloodfire Colossus -63 C Wayfarer's Bauble -64 C Armillary Sphere -65 R Journeyer's Kite -66 U Vulshok Morningstar -67 C Searing Blaze -68 U Vulshok Battlegear -69 C Downhill Charge -70 C Seismic Strike -71 C Spire Barrage -72 U Jaws of Stone -73 R Volley of Boulders -74 L Mountain -75 L Mountain -76 L Mountain -77 L Mountain +1 M Venser, the Sojourner @Eric Deschamps +2 C Whitemane Lion @Zoltan Boros & Gabor Szikszai +3 C Augury Owl @Jim Nelson +4 U Coral Fighters @Steve Luke +5 U Minamo Sightbender @Luca Zontini +6 U Mistmeadow Witch @Greg Staples +7 C Scroll Thief @Alex Horley-Orlandelli +8 C Neurok Invisimancer @Izzy +9 U Slith Strider @Justin Sweet +10 U Sky Spirit @Rebecca Guay +11 U Wall of Denial @Howard Lyon +12 R Galepowder Mage @Jeremy Jarvis +13 C Kor Cartographer @Ryan Pancoast +14 R Clone @Kev Walker +15 U Cryptic Annelid @Anthony S. Waters +16 C Primal Plasma @Luca Zontini +17 U Sawtooth Loon @Heather Hudson +18 U Cache Raiders @Pete Venters +19 R Windreaver @Aleksi Briclot +20 C Jedit's Dragoons @John Matson +21 R Sunblast Angel @Jason Chan +22 R Sphinx of Uthuun @Kekai Kotaki +23 U Path to Exile @Erica Yang +24 C Preordain @Scott Chou +25 C Sigil of Sleep @Greg Hildebrandt & Tim Hildebrandt +26 C Revoke Existence @Allen Williams +27 U Angelic Shield @Adam Rex +28 U Oblivion Ring @Franz Vohwinkel +29 C Safe Passage @Christopher Moeller +30 C Steel of the Godhead @Jason Chan +31 U Vanish into Memory @Rebekah Lynn +32 C Overrule @Alan Pollack +33 C Azorius Chancery @John Avon +34 U Flood Plain @Pat Morrissey +35 U New Benalia @Richard Wright +36 U Sejiri Refuge @Ryan Pancoast +37 C Soaring Seacliff @Izzy +38 L Plains @John Avon +39 L Plains @James Paick +40 L Plains @Martina Pilcerova +41 L Island @Rob Alexander +42 L Island @Jung Park +43 L Island @Martina Pilcerova +44 M Koth of the Hammer @Eric Deschamps +45 C Plated Geopede @Johann Bodin +46 C Pygmy Pyrosaur @Dan Frazier +47 C Pilgrim's Eye @Dan Scott +48 U Aether Membrane @Zoltan Boros & Gabor Szikszai +49 C Fiery Hellhound @Ted Galaday +50 C Vulshok Sorcerer @rk post +51 U Anger @Svetlin Velinov +52 C Cosi's Ravager @Zoltan Boros & Gabor Szikszai +53 C Vulshok Berserker @Pete Venters +54 U Bloodfire Kavu @Greg Staples +55 U Stone Giant @Warren Mahy +56 U Geyser Glider @Warren Mahy +57 R Lithophage @Mike Ploog +58 R Torchling @rk post +59 C Chartooth Cougar @Chase Stone +60 U Earth Servant @Lucas Graciano +61 U Greater Stone Spirit @Yokota Katsumi +62 R Bloodfire Colossus @Greg Staples +63 C Wayfarer's Bauble @Darrell Riche +64 C Armillary Sphere @Franz Vohwinkel +65 R Journeyer's Kite @Hiro Izawa +66 U Vulshok Morningstar @David Martin +67 C Searing Blaze @James Paick +68 U Vulshok Battlegear @Kevin Dobler +69 C Downhill Charge @Greg Hildebrandt & Tim Hildebrandt +70 C Seismic Strike @Christopher Moeller +71 C Spire Barrage @Ryan Pancoast +72 U Jaws of Stone @Zoltan Boros & Gabor Szikszai +73 R Volley of Boulders @Tony Szczudlo +74 L Mountain @Tomasz Jedruszek +75 L Mountain @Tomasz Jedruszek +76 L Mountain @Martina Pilcerova +77 L Mountain @Mark Tedin diff --git a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt index 31d1f4aff7a..53ec9257d80 100644 --- a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt +++ b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt @@ -8,81 +8,81 @@ Type=Duel_Deck ScryfallCode=DDP [cards] -1 M Avenger of Zendikar -2 U Affa Guard Hound -3 C Caravan Escort -4 U Kabira Vindicator -5 C Knight of Cliffhaven -6 C Makindi Griffin -7 U Oust -8 C Repel the Darkness -9 C Sheer Drop -10 U Beastbreaker of Bala Ged -11 C Daggerback Basilisk -12 U Frontier Guide -13 C Graypelt Hunter -14 C Grazing Gladehart -15 C Groundswell -16 C Harrow -17 C Joraga Bard -18 C Khalni Heart Expedition -19 C Ondu Giant -20 R Primal Command -21 U Retreat to Kazandu -22 R Scute Mob -23 U Tajuru Archer -24 C Territorial Baloth -25 U Turntimber Basilisk -26 C Wildheart Invoker -27 R Veteran Warleader -28 C Explorer's Scope -29 R Seer's Sundial -30 C Stonework Puma -31 C Evolving Wilds -32 U Graypelt Refuge -33 R Stirring Wildwood -34 C Turntimber Grove -35 L Plains -36 L Plains -37 L Plains -38 L Forest -39 L Forest -40 L Forest -41 M Oblivion Sower -42 U Artisan of Kozilek -43 R It That Betrays -44 C Ulamog's Crusher -45 C Bloodrite Invoker -46 C Bloodthrone Vampire -47 R Butcher of Malakir -48 C Cadaver Imp -49 R Consume the Meek -50 U Corpsehatch -51 C Dominator Drone -52 C Heartstabber Mosquito -53 C Induce Despair -54 U Marsh Casualties -55 U Pawn of Ulamog -56 C Read the Bones -57 U Smother -58 U Vampire Nighthawk -59 C Emrakul's Hatcher -60 C Forked Bolt -61 R Hellion Eruption -62 R Magmaw -63 C Torch Slinger -64 U Forerunner of Slaughter -65 U Mind Stone -66 U Runed Servitor -67 U Akoum Refuge -68 U Eldrazi Temple -69 U Rocky Tar Pit -70 L Swamp -71 L Swamp -72 L Swamp -73 L Mountain -74 L Mountain -75 L Mountain +1 M Avenger of Zendikar @Aleksi Briclot +2 U Affa Guard Hound @Ryan Pancoast +3 C Caravan Escort @Goran Josic +4 U Kabira Vindicator @Steven Belledin +5 C Knight of Cliffhaven @Matt Cavotta +6 C Makindi Griffin @Izzy +7 U Oust @Mike Bierek +8 C Repel the Darkness @Scott Chou +9 C Sheer Drop @Clint Cearley +10 U Beastbreaker of Bala Ged @Karl Kopinski +11 C Daggerback Basilisk @Jesper Ejsing +12 U Frontier Guide @Wayne Reynolds +13 C Graypelt Hunter @Svetlin Velinov +14 C Grazing Gladehart @Ryan Pancoast +15 C Groundswell @Chris Rahn +16 C Harrow @Izzy +17 C Joraga Bard @Volkan Baǵa +18 C Khalni Heart Expedition @Jason Chan +19 C Ondu Giant @Igor Kieryluk +20 R Primal Command @Magali Villeneuve +21 U Retreat to Kazandu @Kieran Yanner +22 R Scute Mob @Zoltan Boros & Gabor Szikszai +23 U Tajuru Archer @Chris Rahn +24 C Territorial Baloth @Jesper Ejsing +25 U Turntimber Basilisk @Goran Josic +26 C Wildheart Invoker @Erica Yang +27 R Veteran Warleader @Josu Hernaiz +28 C Explorer's Scope @Vincent Proce +29 R Seer's Sundial @Franz Vohwinkel +30 C Stonework Puma @Christopher Moeller +31 C Evolving Wilds @Steven Belledin +32 U Graypelt Refuge @Philip Straub +33 R Stirring Wildwood @Eric Deschamps +34 C Turntimber Grove @Rob Alexander +35 L Plains @John Avon +36 L Plains @Jung Park +37 L Plains @Vincent Proce +38 L Forest @John Avon +39 L Forest @Véronique Meignaud +40 L Forest @Vincent Proce +41 M Oblivion Sower @Aleksi Briclot +42 U Artisan of Kozilek @Jason Felix +43 R It That Betrays @Tomasz Jedruszek +44 C Ulamog's Crusher @Todd Lockwood +45 C Bloodrite Invoker @Svetlin Velinov +46 C Bloodthrone Vampire @Steve Argyle +47 R Butcher of Malakir @Jason Chan +48 C Cadaver Imp @Dave Kendall +49 R Consume the Meek @Richard Wright +50 U Corpsehatch @Kekai Kotaki +51 C Dominator Drone @James Zapata +52 C Heartstabber Mosquito @Jason Felix +53 C Induce Despair @Igor Kieryluk +54 U Marsh Casualties @Scott Chou +55 U Pawn of Ulamog @Daarken +56 C Read the Bones @Lars Grant-West +57 U Smother @Karl Kopinski +58 U Vampire Nighthawk @Jason Chan +59 C Emrakul's Hatcher @Jaime Jones +60 C Forked Bolt @Tomasz Jedruszek +61 R Hellion Eruption @Anthony Francisco +62 R Magmaw @Karl Kopinski +63 C Torch Slinger @Andrew Robinson +64 U Forerunner of Slaughter @James Zapata +65 U Mind Stone @Adam Rex +66 U Runed Servitor @Mike Bierek +67 U Akoum Refuge @Fred Fields +68 U Eldrazi Temple @James Paick +69 U Rocky Tar Pit @Jeff Miracola +70 L Swamp @Véronique Meignaud +71 L Swamp @Véronique Meignaud +72 L Swamp @Véronique Meignaud +73 L Mountain @James Paick +74 L Mountain @James Paick +75 L Mountain @James Paick [tokens] c_0_1_eldrazi_spawn_sac diff --git a/forge-gui/res/editions/Duels of the Planeswalkers 2009 Promos.txt b/forge-gui/res/editions/Duels of the Planeswalkers 2009 Promos.txt index 0d9b738d92c..f8671609068 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers 2009 Promos.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers 2009 Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PDTP [cards] -1 M Garruk Wildspeaker +1 M Garruk Wildspeaker @Nils Hamm diff --git a/forge-gui/res/editions/Duels of the Planeswalkers 2010 Promos.txt b/forge-gui/res/editions/Duels of the Planeswalkers 2010 Promos.txt index 0129919ad9c..9d3a37b554f 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers 2010 Promos.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers 2010 Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PDP10 [cards] -1 M Liliana Vess -2 M Nissa Revane +1 M Liliana Vess @Kekai Kotaki +2 M Nissa Revane @Jaime Jones diff --git a/forge-gui/res/editions/Duels of the Planeswalkers 2012 Promos.txt b/forge-gui/res/editions/Duels of the Planeswalkers 2012 Promos.txt index 04456636b4b..899671a7718 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers 2012 Promos.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers 2012 Promos.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=PDP12 [cards] -1 M Frost Titan -2 M Grave Titan -3 M Inferno Titan +1 M Frost Titan @Mike Sass +2 M Grave Titan @Lucas Graciano +3 M Inferno Titan @Sam Burley diff --git a/forge-gui/res/editions/Duels of the Planeswalkers 2013 Promos.txt b/forge-gui/res/editions/Duels of the Planeswalkers 2013 Promos.txt index 87fd8e4d40c..ca55d897f61 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers 2013 Promos.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers 2013 Promos.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=PDP13 [cards] -1 M Primordial Hydra -2 M Serra Avatar -3 M Vampire Nocturnus +1 M Primordial Hydra @Chase Stone +2 M Serra Avatar @Igor Kieryluk +3 M Vampire Nocturnus @Jason Felix diff --git a/forge-gui/res/editions/Duels of the Planeswalkers 2014 Promos.txt b/forge-gui/res/editions/Duels of the Planeswalkers 2014 Promos.txt index ddd6d2e4be9..9a42e4a4006 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers 2014 Promos.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers 2014 Promos.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=PDP14 [cards] -1 R Bonescythe Sliver -2 R Ogre Battledriver -3 R Scavenging Ooze +1 R Bonescythe Sliver @Brad Rigney +2 R Ogre Battledriver @Matt Stewart +3 R Scavenging Ooze @Dan Scott diff --git a/forge-gui/res/editions/Duels of the Planeswalkers 2015 Promos.txt b/forge-gui/res/editions/Duels of the Planeswalkers 2015 Promos.txt index c465ea4fe8c..30e6a1d6f6c 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers 2015 Promos.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers 2015 Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PDP15 [cards] -1 M Soul of Ravnica -2 M Soul of Zendikar +1 M Soul of Ravnica @Lucas Graciano +2 M Soul of Zendikar @Eytan Zana diff --git a/forge-gui/res/editions/Duels of the Planeswalkers.txt b/forge-gui/res/editions/Duels of the Planeswalkers.txt index 2476d375acf..b4a398949e4 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers.txt @@ -7,119 +7,119 @@ Type=Boxed_Set ScryfallCode=DPA [cards] -1 U Air Elemental -2 C Boomerang -3 C Cancel -4 C Cloud Sprite -5 R Counterbore -6 U Deluge -7 R Denizen of the Deep -8 C Essence Scatter -9 R Evacuation -10 R Mahamoti Djinn -11 U Mind Control -12 R Mind Spring -13 C Negate -14 U Phantom Warrior -15 C Snapping Drake -16 U Thieving Magpie -17 C Unsummon -18 U Abyssal Specter -19 R Ascendant Evincar -20 U Consume Spirit -21 U Crowd of Cinders -22 C Drudge Skeletons -23 C Dusk Imp -24 C Essence Drain -25 C Eyeblight's Ending -26 U Megrim -27 C Mind Rot -28 R Mind Shatter -29 C Moonglove Winnower -30 R Mortivore -31 C Ravenous Rats -32 R Sengir Vampire -33 C Severed Legion -34 C Terror -35 R Underworld Dreams -36 C Unholy Strength -37 U Act of Treason -38 R Banefire -39 U Blaze -40 U Bloodmark Mentor -41 C Cinder Pyromancer -42 U Earth Elemental -43 U Enrage -44 R Furnace of Rath -45 C Goblin Piker -46 C Goblin Sky Raider -47 C Hill Giant -48 C Incinerate -49 R Kamahl, Pit Fighter -50 C Lightning Elemental -51 U Prodigal Pyromancer -52 R Rage Reflection -53 R Shivan Dragon -54 C Shock -55 U Blanchwood Armor -56 C Civic Wayfinder -57 U Drove of Elves -58 U Duskdale Wurm -59 U Elven Riders -60 R Elvish Champion -61 C Elvish Eulogist -62 U Elvish Promenade -63 C Elvish Visionary -64 C Elvish Warrior -65 R Gaea's Herald -66 C Giant Growth -67 C Giant Spider -68 U Greenweaver Druid -69 U Howl of the Night Pack -70 R Immaculate Magistrate -71 U Imperious Perfect -72 U Jagged-Scar Archers -73 C Lys Alana Huntmaster -74 R Molimo, Maro-Sorcerer -75 C Natural Spring -76 C Naturalize -77 U Nature's Spiral -78 U Overrun -79 C Rampant Growth -80 U River Boa -81 U Roughshod Mentor -82 C Runeclaw Bear -83 C Spined Wurm -84 R Talara's Battalion -85 C Trained Armodon -86 R Troll Ascetic -87 R Verdant Force -88 R Vigor -89 C Wall of Wood -90 R Coat of Arms -91 U Demon's Horn -92 U Dragon's Claw -93 U Kraken's Eye -94 R Loxodon Warhammer -95 U The Rack -96 C Wall of Spears -97 U Wurm's Tooth -98 L Island -99 L Island -100 L Island -101 L Island -102 L Swamp -103 L Swamp -104 L Swamp -105 L Swamp -106 L Mountain -107 L Mountain -108 L Mountain -109 L Mountain -110 L Forest -111 L Forest -112 L Forest -113 L Forest +1 U Air Elemental @Kev Walker +2 C Boomerang @Arnie Swekel +3 C Cancel @David Palumbo +4 C Cloud Sprite @Mark Zug +5 R Counterbore @Wayne England +6 U Deluge @Wayne England +7 R Denizen of the Deep @Jim Pavelec +8 C Essence Scatter @Jon Foster +9 R Evacuation @Franz Vohwinkel +10 R Mahamoti Djinn @Greg Staples +11 U Mind Control @Ryan Pancoast +12 R Mind Spring @Mark Zug +13 C Negate @Jeremy Jarvis +14 U Phantom Warrior @Greg Staples +15 C Snapping Drake @Todd Lockwood +16 U Thieving Magpie @Una Fricker +17 C Unsummon @Izzy +18 U Abyssal Specter @Michael Sutfin +19 R Ascendant Evincar @Mark Zug +20 U Consume Spirit @Justin Sweet +21 U Crowd of Cinders @Carl Frank +22 C Drudge Skeletons @Daarken +23 C Dusk Imp @Pete Venters +24 C Essence Drain @Jim Nelson +25 C Eyeblight's Ending @Ron Spears +26 U Megrim @Nick Percival +27 C Mind Rot @Steve Luke +28 R Mind Shatter @Michael Sutfin +29 C Moonglove Winnower @William O'Connor +30 R Mortivore @Anthony S. Waters +31 C Ravenous Rats @Carl Critchlow +32 R Sengir Vampire @Kev Walker +33 C Severed Legion @Dany Orizio +34 C Terror @Adam Rex +35 R Underworld Dreams @Carl Critchlow +36 C Unholy Strength @Terese Nielsen +37 U Act of Treason @Eric Deschamps +38 R Banefire @Raymond Swanland +39 U Blaze @Alex Horley-Orlandelli +40 U Bloodmark Mentor @Dave Allsop +41 C Cinder Pyromancer @Greg Staples +42 U Earth Elemental @Anthony S. Waters +43 U Enrage @Justin Sweet +44 R Furnace of Rath @John Matson +45 C Goblin Piker @DiTerlizzi +46 C Goblin Sky Raider @Daren Bader +47 C Hill Giant @Kev Walker +48 C Incinerate @Zoltan Boros & Gabor Szikszai +49 R Kamahl, Pit Fighter @Kev Walker +50 C Lightning Elemental @Kev Walker +51 U Prodigal Pyromancer @Jeremy Jarvis +52 R Rage Reflection @Terese Nielsen & Ron Spencer +53 R Shivan Dragon @Donato Giancola +54 C Shock @Jon Foster +55 U Blanchwood Armor @Paolo Parente +56 C Civic Wayfinder @Cyril Van Der Haegen +57 U Drove of Elves @Larry MacDougall +58 U Duskdale Wurm @Dan Dos Santos +59 U Elven Riders @Darrell Riche +60 R Elvish Champion @D. Alexander Gregory +61 C Elvish Eulogist @Ben Thompson +62 U Elvish Promenade @Steve Ellis +63 C Elvish Visionary @D. Alexander Gregory +64 C Elvish Warrior @Kev Walker +65 R Gaea's Herald @Jim Murray +66 C Giant Growth @Matt Cavotta +67 C Giant Spider @Randy Gallegos +68 U Greenweaver Druid @Justin Sweet +69 U Howl of the Night Pack @Lars Grant-West +70 R Immaculate Magistrate @Jim Nelson +71 U Imperious Perfect @Scott M. Fischer +72 U Jagged-Scar Archers @Paolo Parente +73 C Lys Alana Huntmaster @Pete Venters +74 R Molimo, Maro-Sorcerer @Mark Zug +75 C Natural Spring @Jeffrey R. Busch +76 C Naturalize @Tim Hildebrandt +77 U Nature's Spiral @Terese Nielsen +78 U Overrun @Carl Critchlow +79 C Rampant Growth @Steven Belledin +80 U River Boa @Paul Bonner +81 U Roughshod Mentor @Steven Belledin +82 C Runeclaw Bear @Jesper Ejsing +83 C Spined Wurm @Carl Critchlow +84 R Talara's Battalion @Todd Lockwood +85 C Trained Armodon @Gary Leach +86 R Troll Ascetic @Puddnhead +87 R Verdant Force @DiTerlizzi +88 R Vigor @Jim Murray +89 C Wall of Wood @Rebecca Guay +90 R Coat of Arms @Scott M. Fischer +91 U Demon's Horn @Alan Pollack +92 U Dragon's Claw @Alan Pollack +93 U Kraken's Eye @Alan Pollack +94 R Loxodon Warhammer @Jeremy Jarvis +95 U The Rack @Nic Klein +96 C Wall of Spears @Christopher Moeller +97 U Wurm's Tooth @Alan Pollack +98 L Island @Rob Alexander +99 L Island @John Avon +100 L Island @Scott Bailey +101 L Island @Fred Fields +102 L Swamp @Dan Frazier +103 L Swamp @Alex Horley-Orlandelli +104 L Swamp @Jim Pavelec +105 L Swamp @Alan Pollack +106 L Mountain @Rob Alexander +107 L Mountain @Nils Hamm +108 L Mountain @Karl Kopinski +109 L Mountain @Sam Wood +110 L Forest @Glen Angus +111 L Forest @John Avon +112 L Forest @Steven Belledin +113 L Forest @Jim Nelson [tokens] g_1_1_elf_warrior diff --git a/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms Commander.txt b/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms Commander.txt index 6415779a8cb..3404bf9e691 100644 --- a/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms Commander.txt +++ b/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms Commander.txt @@ -6,337 +6,337 @@ Type=Commander ScryfallCode=AFC [cards] -1 M Galea, Kindler of Hope -2 M Prosper, Tome-Bound -3 M Sefris of the Hidden Ways -4 M Vrondiss, Rage of Ancients -5 R Fey Steed -6 R Holy Avenger -7 R Immovable Rod -8 R Mantle of the Ancients -9 R Radiant Solar -10 R Revivify -11 R Robe of Stars -12 R Thorough Investigation -13 R Valiant Endeavor -14 R Arcane Endeavor -15 R Diviner's Portent -16 R Minn, Wily Illusionist -17 R Netherese Puzzle-Ward -18 R Phantom Steed -19 R Rod of Absorption -20 R Winged Boots -21 R Bag of Devouring -22 R Danse Macabre -23 R Death Tyrant -24 R Grave Endeavor -25 R Grim Hireling -26 R Hellish Rebuke -27 R Lorcan, Warlock Collector -28 R Wand of Orcus -29 R Berserker's Frenzy -30 R Chaos Dragon -31 R Fiendlash -32 R Maddening Hex -33 R Reckless Endeavor -34 R Share the Spoils -35 R Vengeful Ancestor -36 R Wild-Magic Sorcerer -37 R Bag of Tricks -38 R Belt of Giant Strength -39 R Druid of Purification -40 R Indomitable Might -41 R Neverwinter Hydra -42 R Song of Inspiration -43 R Wild Endeavor -44 R Catti-brie of Mithral Hall -45 R Dragonborn Champion -46 R Extract Brain -47 R Fevered Suspicion -48 R Hurl Through Hell -49 M Karazikar, the Eye Tyrant -50 M Klauth, Unrivaled Ancient -51 R Klauth's Will -52 R Midnight Pathlighter -53 M Nihiloor -54 R Ride the Avalanche -55 M Storvald, Frost Giant Jarl -56 R Wulfgar of Icewind Dale -57 U Bucknard's Everfull Purse -58 U Clay Golem -59 U Component Pouch -60 U Ebony Fly -61 U Sword of Hours -62 U Underdark Rift -63 R Angel of Finality -64 C Angelic Gift -65 M Cataclysmic Gearhulk -66 R Eternal Dragon -67 U Gryff's Boon -68 R Karmic Guide -69 R Puresteel Paladin -70 M Realm-Cloaked Giant -71 C Ronom Unicorn -72 R Sram, Senior Edificer -73 M Sun Titan -74 R Sunblast Angel -75 U Swords to Plowshares -76 U Valorous Stance -77 U Wall of Omens -78 R Winds of Rath -79 C Brainstorm -80 R Champion of Wits -81 R Curator of Mysteries -82 U Curse of Verbosity -83 C Eel Umbra -84 U Forbidden Alchemy -85 R Imprisoned in the Moon -86 U Merfolk Looter -87 U Mulldrifter -88 U Murder of Crows -89 R Phantasmal Image -90 R Prognostic Sphinx -91 U Propaganda -92 U Psychic Impetus -93 U Riverwise Augur -94 U Serum Visions -95 R Chittering Witch -96 R Consuming Vapors -97 R Dead Man's Chest -98 R Doomed Necromancer -99 R Fiend of the Shadows -100 R Gonti, Lord of Luxury -101 R Hex -102 R Marionette Master -103 R Necromantic Selection -104 R Ogre Slumlord -105 U Phthisis -106 R Piper of the Swarm -107 U Plaguecrafter -108 R Pontiff of Blight -109 U Reassembling Skeleton -110 U Shriekmaw -111 U Unburial Rites -112 U Victimize -113 U Anger -114 M Apex of Power -115 M Bogardan Hellkite -116 R Chain Reaction -117 R Chaos Warp -118 R Commune with Lava -119 R Dark-Dweller Oracle -120 R Demanding Dragon -121 R Dire Fleet Daredevil -122 R Disrupt Decorum -123 U Dragonlord's Servant -124 M Dragonmaster Outcast -125 R Dream Pillager -126 R Etali, Primal Storm -127 R Gratuitous Violence -128 R Hoard-Smelter Dragon -129 R Ignite the Future -130 R Izzet Chemister -131 U Light Up the Stage -132 U Loyal Apprentice -133 R Magmaquake -134 R Opportunistic Dragon -135 R Outpost Siege -136 C Rile -137 R Scourge of Valkas -138 U Shiny Impetus -139 R Shivan Hellkite -140 R Skyline Despot -141 R Skyship Stalker -142 R Spit Flame -143 R Taurean Mauler -144 R Tectonic Giant -145 R Terror of Mount Velus -146 U Throes of Chaos -147 R Thunderbreak Regent -148 U Vandalblast -149 R Warstorm Surge -150 C Abundant Growth -151 U Acidic Slime -152 U Beast Within -153 R Chameleon Colossus -154 U Colossal Majesty -155 U Cultivate -156 R Decree of Savagery -157 C Explore -158 C Fertile Ground -159 U Garruk's Uprising -160 R Greater Good -161 R Heroic Intervention -162 U Kenrith's Transformation -163 R Kindred Summons -164 C Nature's Lore -165 U Paradise Druid -166 C Rampant Growth -167 U Rancor -168 R Return of the Wildspeaker -169 C Return to Nature -170 R Rishkar's Expertise -171 R Shamanic Revelation -172 U Utopia Sprawl -173 R Verdant Embrace -174 C Wild Growth -175 M Ashen Rider -176 R Atarka, World Render -177 R Baleful Strix -178 U Bant Charm -179 R Bedevil -180 U Behemoth Sledge -181 U Bituminous Blast -182 U Cloudblazer -183 R Cold-Eyed Selkie -184 U Despark -185 R Fleecemane Lion -186 R Hostage Taker -187 R Knight of Autumn -188 U Necrotic Sliver -189 U Obsessive Stitcher -190 U Rakdos Charm -191 U Savage Ventmaw -192 C Shielding Plax -193 U Terminate -194 R Theater of Horrors -195 R Utter End -196 U Vanish into Memory -197 C Arcane Signet -198 R Argentum Armor -199 R Basilisk Collar -200 U Burnished Hart -201 R Chaos Wand -202 U Colossus Hammer -203 C Commander's Sphere -204 R Dragon's Hoard -205 C Explorer's Scope -206 U Fellwar Stone -207 U Gruul Signet -208 U Heirloom Blade -209 R Masterwork of Ingenuity -210 U Meteor Golem -211 U Mind Stone -212 R Moonsilver Spear -213 C Orazca Relic -214 U Rakdos Signet -215 U Sol Ring -216 R Solemn Simulacrum -217 U Swiftfoot Boots -218 R Sword of the Animist -219 U Talisman of Indulgence -220 U Unstable Obelisk -221 C Viridian Longbow -222 C Wayfarer's Bauble -223 U Arcane Sanctum -224 U Azorius Chancery -225 C Bant Panorama -226 C Bojuka Bog -227 R Canopy Vista -228 R Choked Estuary -229 R Cinder Glade -230 C Command Tower -231 R Crucible of the Spirit Dragon -232 R Darkwater Catacombs -233 U Desert -234 U Dimir Aqueduct -235 C Esper Panorama -236 R Exotic Orchard -237 U Flood Plain -238 R Foreboding Ruins -239 R Fortified Village -240 R Game Trail -241 R Geier Reach Sanitarium -242 U Grasslands -243 U Gruul Turf -244 C Halimar Depths -245 R Haven of the Spirit Dragon -246 R High Market -247 R Lumbering Falls -248 U Mishra's Factory -249 C Mortuary Mire -250 R Mossfire Valley -251 R Mosswort Bridge -252 R Nimbus Maze -253 U Orzhov Basilica -254 C Path of Ancestry -255 R Port Town -256 R Prairie Stream -257 U Rakdos Carnarium -258 U Seaside Citadel -259 R Shadowblood Ridge -260 U Simic Growth Chamber -261 R Skycloud Expanse -262 R Smoldering Marsh -263 R Spinerock Knoll -264 R Sungrass Prairie -265 R Sunken Hollow -266 U Tainted Peak -267 C Terramorphic Expanse -268 C Thriving Grove -269 C Thriving Heath -270 C Thriving Isle -271 C Thriving Moor -272 U Vitu-Ghazi, the City-Tree -273 U Zhalfirin Void -274 R Fey Steed -275 R Holy Avenger -276 R Immovable Rod -277 R Mantle of the Ancients -278 R Radiant Solar -279 R Revivify -280 R Robe of Stars -281 R Thorough Investigation -282 R Valiant Endeavor -283 R Arcane Endeavor -284 R Diviner's Portent -285 R Minn, Wily Illusionist -286 R Netherese Puzzle-Ward -287 R Phantom Steed -288 R Rod of Absorption -289 R Winged Boots -290 R Bag of Devouring -291 R Danse Macabre -292 R Death Tyrant -293 R Grave Endeavor -294 R Grim Hireling -295 R Hellish Rebuke -296 R Lorcan, Warlock Collector -297 R Wand of Orcus -298 R Berserker's Frenzy -299 R Chaos Dragon -300 R Fiendlash -301 R Maddening Hex -302 R Reckless Endeavor -303 R Share the Spoils -304 R Vengeful Ancestor -305 R Wild-Magic Sorcerer -306 R Bag of Tricks -307 R Belt of Giant Strength -308 R Druid of Purification -309 R Indomitable Might -310 R Neverwinter Hydra -311 R Song of Inspiration -312 R Wild Endeavor -313 R Catti-brie of Mithral Hall -314 R Dragonborn Champion -315 R Extract Brain -316 R Fevered Suspicion -317 M Galea, Kindler of Hope -318 R Hurl Through Hell -319 M Karazikar, the Eye Tyrant -320 M Klauth, Unrivaled Ancient -321 C Klauth's Will -322 R Midnight Pathlighter -323 M Nihiloor -324 M Prosper, Tome-Bound -325 R Ride the Avalanche -326 M Sefris of the Hidden Ways -327 M Storvald, Frost Giant Jarl -328 M Vrondiss, Rage of Ancients -329 R Wulfgar of Icewind Dale -330 U Dragonspeaker Shaman -331 U Lightning Greaves +1 M Galea, Kindler of Hope @Johannes Voss +2 M Prosper, Tome-Bound @Yongjae Choi +3 M Sefris of the Hidden Ways @Ryan Pancoast +4 M Vrondiss, Rage of Ancients @Svetlin Velinov +5 R Fey Steed @Jonathan Kuo +6 R Holy Avenger @Milivoj Ćeran +7 R Immovable Rod @Jakub Kasper +8 R Mantle of the Ancients @Denman Rooke +9 R Radiant Solar @Alexander Mokhov +10 R Revivify @Caio Monteiro +11 R Robe of Stars @Olena Richards +12 R Thorough Investigation @Aaron J. Riley +13 R Valiant Endeavor @Antonio José Manzanedo +14 R Arcane Endeavor @Justyna Gil +15 R Diviner's Portent @Lie Setiawan +16 R Minn, Wily Illusionist @Dmitry Burmak +17 R Netherese Puzzle-Ward @Ralph Horsley +18 R Phantom Steed @Brian Valeza +19 R Rod of Absorption @Svetlin Velinov +20 R Winged Boots @Kim Sokol +21 R Bag of Devouring @Sean Murray +22 R Danse Macabre @Randy Vargas +23 R Death Tyrant @Nicholas Gregory +24 R Grave Endeavor @YW Tang +25 R Grim Hireling @Tomas Duchek +26 R Hellish Rebuke @Heonhwa Choe +27 R Lorcan, Warlock Collector @Andrew Mar +28 R Wand of Orcus @Andrew Mar +29 R Berserker's Frenzy @Caio Monteiro +30 R Chaos Dragon @Grzegorz Rutkowski +31 R Fiendlash @Antonio José Manzanedo +32 R Maddening Hex @Bryan Sola +33 R Reckless Endeavor @Billy Christian +34 R Share the Spoils @Sidharth Chaturvedi +35 R Vengeful Ancestor @Svetlin Velinov +36 R Wild-Magic Sorcerer @Aaron J. Riley +37 R Bag of Tricks @Jakub Kasper +38 R Belt of Giant Strength @Viko Menezes +39 R Druid of Purification @Jake Murray +40 R Indomitable Might @Svetlin Velinov +41 R Neverwinter Hydra @Lucas Graciano +42 R Song of Inspiration @Lie Setiawan +43 R Wild Endeavor @Uriah Voth +44 R Catti-brie of Mithral Hall @Lius Lasahido +45 R Dragonborn Champion @Andrey Kuzinskiy +46 R Extract Brain @Nicholas Gregory +47 R Fevered Suspicion @Rudy Siswanto +48 R Hurl Through Hell @Olena Richards +49 M Karazikar, the Eye Tyrant @Jason A. Engle +50 M Klauth, Unrivaled Ancient @Andrew Mar +51 R Klauth's Will @Olivier Bernard +52 R Midnight Pathlighter @PINDURSKI +53 M Nihiloor @Chris Rallis +54 R Ride the Avalanche @Andrew Mar +55 M Storvald, Frost Giant Jarl @Campbell White +56 R Wulfgar of Icewind Dale @Aleksi Briclot +57 U Bucknard's Everfull Purse @Joe Slucher +58 U Clay Golem @Andrey Kuzinskiy +59 U Component Pouch @Chris Seaman +60 U Ebony Fly @Jarel Threat +61 U Sword of Hours @Brian Valeza +62 U Underdark Rift @Chris Ostrowski +63 R Angel of Finality @Howard Lyon +64 C Angelic Gift @Josu Hernaiz +65 M Cataclysmic Gearhulk @Victor Adame Minguez +66 R Eternal Dragon @Justin Sweet +67 U Gryff's Boon @Svetlin Velinov +68 R Karmic Guide @Allen Williams +69 R Puresteel Paladin @Jason Chan +70 M Realm-Cloaked Giant @Adam Paquette +71 C Ronom Unicorn @Carl Critchlow +72 R Sram, Senior Edificer @Chris Rahn +73 M Sun Titan @Todd Lockwood +74 R Sunblast Angel @Jason Chan +75 U Swords to Plowshares @Sam Wolfe Connelly +76 U Valorous Stance @Willian Murai +77 U Wall of Omens @James Paick +78 R Winds of Rath @Drew Tucker +79 C Brainstorm @Willian Murai +80 R Champion of Wits @Even Amundsen +81 R Curator of Mysteries @Christine Choi +82 U Curse of Verbosity @Kieran Yanner +83 C Eel Umbra @Howard Lyon +84 U Forbidden Alchemy @David Rapoza +85 R Imprisoned in the Moon @Ryan Alexander Lee +86 U Merfolk Looter @Tristan Elwell +87 U Mulldrifter @Eric Fortune +88 U Murder of Crows @Drew Baker +89 R Phantasmal Image @Nils Hamm +90 R Prognostic Sphinx @Steve Prescott +91 U Propaganda @Clint Cearley +92 U Psychic Impetus @Lindsey Look +93 U Riverwise Augur @Alayna Danner +94 U Serum Visions @Izzy +95 R Chittering Witch @Winona Nelson +96 R Consuming Vapors @Trevor Claxton +97 R Dead Man's Chest @Jason A. Engle +98 R Doomed Necromancer @Volkan Baǵa +99 R Fiend of the Shadows @Igor Kieryluk +100 R Gonti, Lord of Luxury @Daarken +101 R Hex @Michael Sutfin +102 R Marionette Master @James Ryman +103 R Necromantic Selection @Dave Kendall +104 R Ogre Slumlord @Trevor Claxton +105 U Phthisis @Carl Critchlow +106 R Piper of the Swarm @Irina Nordsol +107 U Plaguecrafter @Anna Steinbauer +108 R Pontiff of Blight @Seb McKinnon +109 U Reassembling Skeleton @Austin Hsu +110 U Shriekmaw @Steve Prescott +111 U Unburial Rites @Ryan Pancoast +112 U Victimize @Craig J Spearing +113 U Anger @Svetlin Velinov +114 M Apex of Power @Svetlin Velinov +115 M Bogardan Hellkite @Scott M. Fischer +116 R Chain Reaction @Trevor Claxton +117 R Chaos Warp @Trevor Claxton +118 R Commune with Lava @Ryan Barger +119 R Dark-Dweller Oracle @Deruchenko Alexander +120 R Demanding Dragon @Chris Rahn +121 R Dire Fleet Daredevil @Zoltan Boros +122 R Disrupt Decorum @Sidharth Chaturvedi +123 U Dragonlord's Servant @Steve Prescott +124 M Dragonmaster Outcast @Raymond Swanland +125 R Dream Pillager @Min Yum +126 R Etali, Primal Storm @Raymond Swanland +127 R Gratuitous Violence @Jesper Ejsing +128 R Hoard-Smelter Dragon @Eric Deschamps +129 R Ignite the Future @Alex Konstad +130 R Izzet Chemister @Svetlin Velinov +131 U Light Up the Stage @Dmitry Burmak +132 U Loyal Apprentice @Joe Slucher +133 R Magmaquake @Gabor Szikszai +134 R Opportunistic Dragon @Chris Rahn +135 R Outpost Siege @Daarken +136 C Rile @Igor Kieryluk +137 R Scourge of Valkas @Lucas Graciano +138 U Shiny Impetus @Svetlin Velinov +139 R Shivan Hellkite @Kev Walker +140 R Skyline Despot @Lucas Graciano +141 R Skyship Stalker @Chris Rahn +142 R Spit Flame @Chris Rahn +143 R Taurean Mauler @Dominick Domingo +144 R Tectonic Giant @Slawomir Maniak +145 R Terror of Mount Velus @Billy Christian +146 U Throes of Chaos @Igor Kieryluk +147 R Thunderbreak Regent @Ryan Pancoast +148 U Vandalblast @Seb McKinnon +149 R Warstorm Surge @Raymond Swanland +150 C Abundant Growth @Vincent Proce +151 U Acidic Slime @Karl Kopinski +152 U Beast Within @Jesper Ejsing +153 R Chameleon Colossus @Darrell Riche +154 U Colossal Majesty @Randy Vargas +155 U Cultivate @Anthony Palumbo +156 R Decree of Savagery @Alex Horley-Orlandelli +157 C Explore @John Avon +158 C Fertile Ground @Heather Hudson +159 U Garruk's Uprising @Wisnu Tan +160 R Greater Good @Mathias Kollros +161 R Heroic Intervention @Randy Vargas +162 U Kenrith's Transformation @Kimonas Theodossiou +163 R Kindred Summons @Ryan Pancoast +164 C Nature's Lore @Kim Sokol +165 U Paradise Druid @Nils Hamm +166 C Rampant Growth @Steven Belledin +167 U Rancor @Kev Walker +168 R Return of the Wildspeaker @Chris Rallis +169 C Return to Nature @Alayna Danner +170 R Rishkar's Expertise @Magali Villeneuve +171 R Shamanic Revelation @Cynthia Sheppard +172 U Utopia Sprawl @Ron Spears +173 R Verdant Embrace @Stephen Tappin +174 C Wild Growth @Tony Szczudlo +175 M Ashen Rider @Chris Rahn +176 R Atarka, World Render @Karl Kopinski +177 R Baleful Strix @Nils Hamm +178 U Bant Charm @Randy Gallegos +179 R Bedevil @Seb McKinnon +180 U Behemoth Sledge @Steve Prescott +181 U Bituminous Blast @Raymond Swanland +182 U Cloudblazer @Dan Scott +183 R Cold-Eyed Selkie @Jaime Jones +184 U Despark @Slawomir Maniak +185 R Fleecemane Lion @Slawomir Maniak +186 R Hostage Taker @Wayne Reynolds +187 R Knight of Autumn @Ryan Pancoast +188 U Necrotic Sliver @Dave Allsop +189 U Obsessive Stitcher @Joe Slucher +190 U Rakdos Charm @Zoltan Boros +191 U Savage Ventmaw @Slawomir Maniak +192 C Shielding Plax @Brian Hagan +193 U Terminate @Lucas Graciano +194 R Theater of Horrors @Daarken +195 R Utter End @Mark Winters +196 U Vanish into Memory @Rebekah Lynn +197 C Arcane Signet @Dan Scott +198 R Argentum Armor @Matt Cavotta +199 R Basilisk Collar @Howard Lyon +200 U Burnished Hart @Yeong-Hao Han +201 R Chaos Wand @Kari Christensen +202 U Colossus Hammer @Dmitry Burmak +203 C Commander's Sphere @Cliff Childs +204 R Dragon's Hoard @Adam Paquette +205 C Explorer's Scope @Vincent Proce +206 U Fellwar Stone @John Avon +207 U Gruul Signet @Efrem Palacios +208 U Heirloom Blade @Carmen Sinek +209 R Masterwork of Ingenuity @Ulrich Brunin +210 U Meteor Golem @Lake Hurwitz +211 U Mind Stone @Adam Rex +212 R Moonsilver Spear @James Paick +213 C Orazca Relic @Kieran Yanner +214 U Rakdos Signet @Martina Pilcerova +215 U Sol Ring @Mike Bierek +216 R Solemn Simulacrum @Donato Giancola +217 U Swiftfoot Boots @Manuel Castañón +218 R Sword of the Animist @Daniel Ljunggren +219 U Talisman of Indulgence @Mike Dringenberg +220 U Unstable Obelisk @William Wu +221 C Viridian Longbow @Jeremy Jarvis +222 C Wayfarer's Bauble @Tomas Duchek +223 U Arcane Sanctum @Anthony Francisco +224 U Azorius Chancery @John Avon +225 C Bant Panorama @Donato Giancola +226 C Bojuka Bog @Howard Lyon +227 R Canopy Vista @Adam Paquette +228 R Choked Estuary @Vincent Proce +229 R Cinder Glade @Adam Paquette +230 C Command Tower @Evan Shipard +231 R Crucible of the Spirit Dragon @Jung Park +232 R Darkwater Catacombs @Cliff Childs +233 U Desert @Glen Angus +234 U Dimir Aqueduct @John Avon +235 C Esper Panorama @Franz Vohwinkel +236 R Exotic Orchard @Steven Belledin +237 U Flood Plain @Pat Lewis +238 R Foreboding Ruins @Adam Paquette +239 R Fortified Village @Cliff Childs +240 R Game Trail @Adam Paquette +241 R Geier Reach Sanitarium @Cliff Childs +242 U Grasslands @John Avon +243 U Gruul Turf @John Avon +244 C Halimar Depths @Volkan Baǵa +245 R Haven of the Spirit Dragon @Raymond Swanland +246 R High Market @Carl Critchlow +247 R Lumbering Falls @Titus Lunter +248 U Mishra's Factory @Scott Chou +249 C Mortuary Mire @James Paick +250 R Mossfire Valley @Yeong-Hao Han +251 R Mosswort Bridge @Jeremy Jarvis +252 R Nimbus Maze @Jason Chan +253 U Orzhov Basilica @John Avon +254 C Path of Ancestry @Alayna Danner +255 R Port Town @Kamila Szutenberg +256 R Prairie Stream @Adam Paquette +257 U Rakdos Carnarium @John Avon +258 U Seaside Citadel @Volkan Baǵa +259 R Shadowblood Ridge @Sam White +260 U Simic Growth Chamber @John Avon +261 R Skycloud Expanse @Sam White +262 R Smoldering Marsh @Adam Paquette +263 R Spinerock Knoll @Steve Prescott +264 R Sungrass Prairie @Alayna Danner +265 R Sunken Hollow @Adam Paquette +266 U Tainted Peak @Tony Szczudlo +267 C Terramorphic Expanse @Dan Scott +268 C Thriving Grove @Ravenna Tran +269 C Thriving Heath @Alayna Danner +270 C Thriving Isle @Jonas De Ro +271 C Thriving Moor @Titus Lunter +272 U Vitu-Ghazi, the City-Tree @Martina Pilcerova +273 U Zhalfirin Void @Chase Stone +274 R Fey Steed @Jonathan Kuo +275 R Holy Avenger @Milivoj Ćeran +276 R Immovable Rod @Jakub Kasper +277 R Mantle of the Ancients @Denman Rooke +278 R Radiant Solar @Alexander Mokhov +279 R Revivify @Caio Monteiro +280 R Robe of Stars @Olena Richards +281 R Thorough Investigation @Aaron J. Riley +282 R Valiant Endeavor @Antonio José Manzanedo +283 R Arcane Endeavor @Justyna Gil +284 R Diviner's Portent @Lie Setiawan +285 R Minn, Wily Illusionist @Dmitry Burmak +286 R Netherese Puzzle-Ward @Ralph Horsley +287 R Phantom Steed @Brian Valeza +288 R Rod of Absorption @Svetlin Velinov +289 R Winged Boots @Kim Sokol +290 R Bag of Devouring @Sean Murray +291 R Danse Macabre @Randy Vargas +292 R Death Tyrant @Nicholas Gregory +293 R Grave Endeavor @YW Tang +294 R Grim Hireling @Tomas Duchek +295 R Hellish Rebuke @Heonhwa Choe +296 R Lorcan, Warlock Collector @Andrew Mar +297 R Wand of Orcus @Andrew Mar +298 R Berserker's Frenzy @Caio Monteiro +299 R Chaos Dragon @Grzegorz Rutkowski +300 R Fiendlash @Antonio José Manzanedo +301 R Maddening Hex @Bryan Sola +302 R Reckless Endeavor @Billy Christian +303 R Share the Spoils @Sidharth Chaturvedi +304 R Vengeful Ancestor @Svetlin Velinov +305 R Wild-Magic Sorcerer @Aaron J. Riley +306 R Bag of Tricks @Jakub Kasper +307 R Belt of Giant Strength @Viko Menezes +308 R Druid of Purification @Jake Murray +309 R Indomitable Might @Svetlin Velinov +310 R Neverwinter Hydra @Lucas Graciano +311 R Song of Inspiration @Lie Setiawan +312 R Wild Endeavor @Uriah Voth +313 R Catti-brie of Mithral Hall @Lius Lasahido +314 R Dragonborn Champion @Andrey Kuzinskiy +315 R Extract Brain @Nicholas Gregory +316 R Fevered Suspicion @Rudy Siswanto +317 M Galea, Kindler of Hope @Johannes Voss +318 R Hurl Through Hell @Olena Richards +319 M Karazikar, the Eye Tyrant @Jason A. Engle +320 M Klauth, Unrivaled Ancient @Andrew Mar +321 C Klauth's Will @Olivier Bernard +322 R Midnight Pathlighter @PINDURSKI +323 M Nihiloor @Chris Rallis +324 M Prosper, Tome-Bound @Yongjae Choi +325 R Ride the Avalanche @Andrew Mar +326 M Sefris of the Hidden Ways @Ryan Pancoast +327 M Storvald, Frost Giant Jarl @Campbell White +328 M Vrondiss, Rage of Ancients @Svetlin Velinov +329 R Wulfgar of Icewind Dale @Aleksi Briclot +330 U Dragonspeaker Shaman @Kev Walker +331 U Lightning Greaves @Jeremy Jarvis [tokens] b_1_1_rat diff --git a/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms.txt b/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms.txt index 8b90de09588..e4161f640de 100644 --- a/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms.txt +++ b/forge-gui/res/editions/Dungeons & Dragons Adventures in the Forgotten Realms.txt @@ -12,418 +12,418 @@ Prerelease=6 Boosters, 1 RareMythic+ FatPackExtraSlots=20 BasicLands, 20 BasicLands+ [cards] -1 C +2 Mace -2 C Arborea Pegasus -3 U Blink Dog -4 M The Book of Exalted Deeds -5 C Celestial Unicorn -6 U Cleric Class -7 U Cloister Gargoyle -8 R Dancing Sword -9 C Dawnbringer Cleric -10 C Delver's Torch -11 C Devoted Paladin -12 U Divine Smite -13 U Dragon's Disciple -14 C Dwarfhold Champion -15 R Flumph -16 C Gloom Stalker -17 M Grand Master of Flowers -18 R Guardian of Faith -19 C Half-Elf Monk -20 M Icingdeath, Frost Tyrant -21 U Ingenious Smith -22 U Keen-Eared Sentry -23 R Loyal Warhound -24 C Minimus Containment -25 U Monk of the Open Hand -26 U Moon-Blessed Cleric -27 R Nadaar, Selfless Paladin -28 R Oswald Fiddlebender -29 R Paladin Class -30 C Paladin's Shield -31 C Planar Ally -32 U Plate Armor -33 U Portable Hole -34 C Potion of Healing -35 C Priest of Ancient Lore -36 U Rally Maneuver -37 C Ranger's Hawk -38 C Steadfast Paladin -39 R Teleportation Circle -40 C Veteran Dungeoneer -41 U White Dragon -42 C You Hear Something on Watch -43 C You're Ambushed on the Road -44 U Aberrant Mind Sorcerer -45 C Air-Cult Elemental -46 C Arcane Investigator -47 C Bar the Gate -48 R The Blackstaff of Waterdeep -49 U Blue Dragon -50 C Charmed Sleep -51 C Clever Conjurer -52 C Contact Other Plane -53 M Demilich -54 U Displacer Beast -55 C Djinni Windseer -56 R Dragon Turtle -57 U Eccentric Apprentice -58 U Feywild Trickster -59 U Fly -60 R Grazilaxx, Illithid Scholar -61 U Guild Thief -62 M Iymrith, Desert Doom -63 R Mind Flayer -64 M Mordenkainen -65 C Mordenkainen's Polymorph -66 C Pixie Guide -67 U Power of Persuasion -68 U Ray of Frost -69 C Rimeshield Frost Giant -70 C Scion of Stygia -71 C Secret Door -72 C Shocking Grasp -73 C Shortcut Seeker -74 C Silver Raven -75 C Soulknife Spy -76 U Split the Party -77 U Sudden Insight -78 R Tasha's Hideous Laughter -79 U Trickster's Talisman -80 R True Polymorph -81 U Wizard Class -82 R Wizard's Spellbook -83 C You Come to a River -84 C You Find the Villains' Lair -85 C You See a Guard Approach -86 R Yuan-Ti Malison -87 M Acererak the Archlich -88 R Asmodeus the Archfiend -89 C Baleful Beholder -90 U Black Dragon -91 M The Book of Vile Darkness -92 U Check for Traps -93 C Clattering Skeletons -94 C Deadly Dispute -95 U Death-Priest of Myrkul -96 U Demogorgon's Clutches -97 C Devour Intellect -98 U Drider -99 U Dungeon Crawler -100 M Ebondeath, Dracolich -101 C Eyes of the Beholder -102 C Fates' Reversal -103 C Feign Death -104 R Forsworn Paladin -105 R Gelatinous Cube -106 C Grim Bounty -107 U Grim Wanderer -108 C Herald of Hadar -109 C Hired Hexblade -110 C Hoard Robber -111 U Lightfoot Rogue -112 M Lolth, Spider Queen -113 C Manticore -114 U Power Word Kill -115 C Precipitous Drop -116 U Ray of Enfeeblement -117 U Reaper's Talisman -118 C Sepulcher Ghoul -119 C Shambling Ghast -120 U Skullport Merchant -121 R Sphere of Annihilation -122 C Thieves' Tools -123 C Vampire Spawn -124 R Vorpal Sword -125 U Warlock Class -126 R Westgate Regent -127 R Wight -128 C Yuan-Ti Fang-Blade -129 C Zombie Ogre -130 C Armory Veteran -131 U Barbarian Class -132 U Battle Cry Goblin -133 C Boots of Speed -134 C Brazen Dwarf -135 U Burning Hands -136 U Chaos Channeler -137 U Critical Hit -138 R Delina, Wild Mage -139 C Dragon's Fire -140 C Dueling Rapier -141 C Earth-Cult Elemental -142 C Farideh's Fireball -143 M Flameskull -144 C Goblin Javelineer -145 U Goblin Morningstar -146 C Hoarding Ogre -147 R Hobgoblin Bandit Lord -148 C Hobgoblin Captain -149 U Hulking Bugbear -150 C Improvised Weaponry -151 M Inferno of the Star Mounts -152 C Jaded Sell-Sword -153 C Kick in the Door -154 U Magic Missile -155 R Meteor Swarm -156 R Minion of the Mighty -157 R Orb of Dragonkind -158 C Plundering Barbarian -159 C Price of Loyalty -160 U Red Dragon -161 U Rust Monster -162 C Swarming Goblins -163 U Tiger-Tribe Hunter -164 C Unexpected Windfall -165 C Valor Singer -166 R Wish -167 R Xorn -168 C You Come to the Gnoll Camp -169 U You Find Some Prisoners -170 U You See a Pair of Goblins -171 R Zalto, Fire Giant Duke -172 M Zariel, Archduke of Avernus -173 C Bulette -174 C Bull's Strength -175 U Choose Your Weapon -176 R Circle of Dreams Druid -177 C Circle of the Moon Druid -178 C Compelled Duel -179 C Dire Wolf Prowler -180 U Druid Class -181 M Ellywick Tumblestrum -182 C Elturgard Ranger -183 C Find the Path -184 R Froghemoth -185 C Gnoll Hunter -186 U Green Dragon -187 C Hill Giant Herdgorger -188 U Hunter's Mark -189 C Inspiring Bard -190 R Instrument of the Bards -191 U Intrepid Outlander -192 U Loathsome Troll -193 R Long Rest -194 U Lurking Roper -195 C Neverwinter Dryad -196 R Ochre Jelly -197 M Old Gnawbone -198 C Owlbear -199 C Plummet -200 U Prosperous Innkeeper -201 U Purple Worm -202 R Ranger Class -203 C Ranger's Longbow -204 C Scaled Herbalist -205 C Spoils of the Hunt -206 C Sylvan Shepherd -207 M The Tarrasque -208 C Underdark Basilisk -209 R Varis, Silverymoon Ranger -210 U Wandering Troubadour -211 R Werewolf Pack Leader -212 U Wild Shape -213 C You Find a Cursed Idol -214 U You Happen On a Glade -215 U You Meet in a Tavern -216 R Adult Gold Dragon -217 R Bard Class -218 U Barrowin of Clan Undurr -219 U Bruenor Battlehammer -220 R Drizzt Do'Urden -221 U Farideh, Devil's Chosen -222 R Fighter Class -223 U Gretchen Titchwillow -224 U Hama Pashar, Ruin Seeker -225 U Kalain, Reclusive Painter -226 U Krydle of Baldur's Gate -227 M Minsc, Beloved Ranger -228 R Monk Class -229 R Orcus, Prince of Undeath -230 R Rogue Class -231 U Shessra, Death's Whisper -232 R Skeletal Swarming -233 R Sorcerer Class -234 U Targ Nar, Demon-Fang Gnoll -235 M Tiamat -236 U Trelasarra, Moon Dancer -237 R Triumphant Adventurer -238 R Volo, Guide to Monsters -239 M Xanathar, Guild Kingpin -240 U Bag of Holding -241 M The Deck of Many Things -242 U Dungeon Map -243 R Eye of Vecna -244 U Fifty Feet of Rope -245 C Greataxe -246 R Hand of Vecna -247 U Iron Golem -248 C Leather Armor -249 C Mimic -250 C Spare Dagger -251 C Spiked Pit Trap -252 R Treasure Chest -253 R Cave of the Frost Dragon -254 R Den of the Bugbear -255 R Dungeon Descent -256 C Evolving Wilds -257 R Hall of Storm Giants -258 R Hive of the Eye Tyrant -259 R Lair of the Hydra -260 U Temple of the Dragon Queen -261 R Treasure Vault -262 L Plains -263 L Plains -264 L Plains -265 L Plains -266 L Island -267 L Island -268 L Island -269 L Island -270 L Swamp -271 L Swamp -272 L Swamp -273 L Swamp -274 L Mountain -275 L Mountain -276 L Mountain -277 L Mountain -278 L Forest -279 L Forest -280 L Forest -281 L Forest +1 C +2 Mace @Jarel Threat +2 C Arborea Pegasus @Justyna Gil +3 U Blink Dog @Oriana Menendez +4 M The Book of Exalted Deeds @Daniel Ljunggren +5 C Celestial Unicorn @Johannes Voss +6 U Cleric Class @Alayna Danner +7 U Cloister Gargoyle @Mark Zug +8 R Dancing Sword @Wisnu Tan +9 C Dawnbringer Cleric @Lie Setiawan +10 C Delver's Torch @Bram Sels +11 C Devoted Paladin @Chris Rallis +12 U Divine Smite @Bryan Sola +13 U Dragon's Disciple @Lucas Graciano +14 C Dwarfhold Champion @Miguel Mercado +15 R Flumph @Brian Valeza +16 C Gloom Stalker @Tomas Duchek +17 M Grand Master of Flowers @Ekaterina Burmak +18 R Guardian of Faith @Brian Valeza +19 C Half-Elf Monk @Zoltan Boros +20 M Icingdeath, Frost Tyrant @Matt Stewart +21 U Ingenious Smith @Nicholas Elias +22 U Keen-Eared Sentry @Viko Menezes +23 R Loyal Warhound @Dmitry Burmak +24 C Minimus Containment @Steve Prescott +25 U Monk of the Open Hand @Bryan Sola +26 U Moon-Blessed Cleric @Marta Nael +27 R Nadaar, Selfless Paladin @Aaron Miller +28 R Oswald Fiddlebender @Steven Belledin +29 R Paladin Class @Campbell White +30 C Paladin's Shield @Alayna Danner +31 C Planar Ally @Marta Nael +32 U Plate Armor @Martina Pilcerova +33 U Portable Hole @John Stanko +34 C Potion of Healing @Pauline Voss +35 C Priest of Ancient Lore @Jarel Threat +36 U Rally Maneuver @Vincent Proce +37 C Ranger's Hawk @Robin Olausson +38 C Steadfast Paladin @Chris Rallis +39 R Teleportation Circle @Chris Cold +40 C Veteran Dungeoneer @Sebastian Giacobino +41 U White Dragon @Billy Christian +42 C You Hear Something on Watch @Zezhou Chen +43 C You're Ambushed on the Road @Eric Deschamps +44 U Aberrant Mind Sorcerer @Lius Lasahido +45 C Air-Cult Elemental @Kari Christensen +46 C Arcane Investigator @Bram Sels +47 C Bar the Gate @Johannes Voss +48 R The Blackstaff of Waterdeep @Anna Steinbauer +49 U Blue Dragon @Svetlin Velinov +50 C Charmed Sleep @Zoltan Boros +51 C Clever Conjurer @Zoltan Boros +52 C Contact Other Plane @Alix Branwyn +53 M Demilich @Daniel Zrom +54 U Displacer Beast @Bryan Sola +55 C Djinni Windseer @Livia Prima +56 R Dragon Turtle @Dan Scott +57 U Eccentric Apprentice @Campbell White +58 U Feywild Trickster @Iris Compiet +59 U Fly @Lie Setiawan +60 R Grazilaxx, Illithid Scholar @Alexander Mokhov +61 U Guild Thief @Mike Jordana +62 M Iymrith, Desert Doom @Wisnu Tan +63 R Mind Flayer @Daarken +64 M Mordenkainen @Ryan Pancoast +65 C Mordenkainen's Polymorph @Oriana Menendez +66 C Pixie Guide @Fariba Khamseh +67 U Power of Persuasion @Brian Valeza +68 U Ray of Frost @Kim Sokol +69 C Rimeshield Frost Giant @Matt Stewart +70 C Scion of Stygia @Cristi Balanescu +71 C Secret Door @Francisco Miyara +72 C Shocking Grasp @Jason Felix +73 C Shortcut Seeker @Artur Treffner +74 C Silver Raven @Joe Slucher +75 C Soulknife Spy @Miguel Mercado +76 U Split the Party @Zoltan Boros +77 U Sudden Insight @Dan Scott +78 R Tasha's Hideous Laughter @Ilse Gort +79 U Trickster's Talisman @Sam White +80 R True Polymorph @Steve Prescott +81 U Wizard Class @Marta Nael +82 R Wizard's Spellbook @Iris Compiet +83 C You Come to a River @Viko Menezes +84 C You Find the Villains' Lair @Gabor Szikszai +85 C You See a Guard Approach @Mila Pesic +86 R Yuan-Ti Malison @Oriana Menendez +87 M Acererak the Archlich @Andrey Kuzinskiy +88 R Asmodeus the Archfiend @Aleksi Briclot +89 C Baleful Beholder @Lars Grant-West +90 U Black Dragon @Mark Zug +91 M The Book of Vile Darkness @Daniel Ljunggren +92 U Check for Traps @Zoltan Boros +93 C Clattering Skeletons @Aleksi Briclot +94 C Deadly Dispute @Irina Nordsol +95 U Death-Priest of Myrkul @Lius Lasahido +96 U Demogorgon's Clutches @Alexander Mokhov +97 C Devour Intellect @Steven Russell Black +98 U Drider @Jodie Muir +99 U Dungeon Crawler @Svetlin Velinov +100 M Ebondeath, Dracolich @Lars Grant-West +101 C Eyes of the Beholder @Kari Christensen +102 C Fates' Reversal @Alix Branwyn +103 C Feign Death @Maria Zolotukhina +104 R Forsworn Paladin @Lorenzo Mastroianni +105 R Gelatinous Cube @Olivier Bernard +106 C Grim Bounty @Justine Cruz +107 U Grim Wanderer @Jason A. Engle +108 C Herald of Hadar @Valera Lutfullina +109 C Hired Hexblade @Irina Nordsol +110 C Hoard Robber @Anna Pavleeva +111 U Lightfoot Rogue @Michele Parisi +112 M Lolth, Spider Queen @Tyler Jacobson +113 C Manticore @Billy Christian +114 U Power Word Kill @Izzy +115 C Precipitous Drop @Gabor Szikszai +116 U Ray of Enfeeblement @Campbell White +117 U Reaper's Talisman @Olena Richards +118 C Sepulcher Ghoul @Jason A. Engle +119 C Shambling Ghast @Dave Kendall +120 U Skullport Merchant @Aaron Miller +121 R Sphere of Annihilation @Jason Felix +122 C Thieves' Tools @Deruchenko Alexander +123 C Vampire Spawn @Alex Brock +124 R Vorpal Sword @Caio Monteiro +125 U Warlock Class @Kieran Yanner +126 R Westgate Regent @Mike Jordana +127 R Wight @Slawomir Maniak +128 C Yuan-Ti Fang-Blade @Simon Dominic +129 C Zombie Ogre @Nicholas Gregory +130 C Armory Veteran @Caio Monteiro +131 U Barbarian Class @Campbell White +132 U Battle Cry Goblin @April Prime +133 C Boots of Speed @Chris Rallis +134 C Brazen Dwarf @Gabor Szikszai +135 U Burning Hands @Olena Richards +136 U Chaos Channeler @David Palumbo +137 U Critical Hit @Francisco Miyara +138 R Delina, Wild Mage @Wisnu Tan +139 C Dragon's Fire @Campbell White +140 C Dueling Rapier @Anna Podedworna +141 C Earth-Cult Elemental @Aaron Miller +142 C Farideh's Fireball @Josu Hernaiz +143 M Flameskull @Xavier Ribeiro +144 C Goblin Javelineer @Mike Jordana +145 U Goblin Morningstar @Kari Christensen +146 C Hoarding Ogre @Tuan Duong Chu +147 R Hobgoblin Bandit Lord @Mark Zug +148 C Hobgoblin Captain @Karl Kopinski +149 U Hulking Bugbear @Filip Burburan +150 C Improvised Weaponry @Alix Branwyn +151 M Inferno of the Star Mounts @Jesper Ejsing +152 C Jaded Sell-Sword @Randy Vargas +153 C Kick in the Door @Justine Cruz +154 U Magic Missile @PINDURSKI +155 R Meteor Swarm @Olivier Bernard +156 R Minion of the Mighty @Oriana Menendez +157 R Orb of Dragonkind @Brian Valeza +158 C Plundering Barbarian @Andrew Mar +159 C Price of Loyalty @Oriana Menendez +160 U Red Dragon @Andrey Kuzinskiy +161 U Rust Monster @Simon Dominic +162 C Swarming Goblins @Andrew Mar +163 U Tiger-Tribe Hunter @Grzegorz Rutkowski +164 C Unexpected Windfall @Alayna Danner +165 C Valor Singer @Justyna Gil +166 R Wish @Ekaterina Burmak +167 R Xorn @Yigit Koroglu +168 C You Come to the Gnoll Camp @Billy Christian +169 U You Find Some Prisoners @Lie Setiawan +170 U You See a Pair of Goblins @Aaron Miller +171 R Zalto, Fire Giant Duke @Zezhou Chen +172 M Zariel, Archduke of Avernus @Heonhwa Choe +173 C Bulette @Jason Kang +174 C Bull's Strength @Gabor Szikszai +175 U Choose Your Weapon @Olivier Bernard +176 R Circle of Dreams Druid @Sam Guay +177 C Circle of the Moon Druid @Nicholas Elias +178 C Compelled Duel @Zezhou Chen +179 C Dire Wolf Prowler @Alessandra Pisano +180 U Druid Class @Svetlin Velinov +181 M Ellywick Tumblestrum @Anna Steinbauer +182 C Elturgard Ranger @Francisco Miyara +183 C Find the Path @Lindsey Look +184 R Froghemoth @Brent Hollowell +185 C Gnoll Hunter @Jesper Ejsing +186 U Green Dragon @Ilse Gort +187 C Hill Giant Herdgorger @Chris Rahn +188 U Hunter's Mark @Izzy +189 C Inspiring Bard @Eelis Kyttanen +190 R Instrument of the Bards @Randy Gallegos +191 U Intrepid Outlander @Andrey Kuzinskiy +192 U Loathsome Troll @Svetlin Velinov +193 R Long Rest @Chris Seaman +194 U Lurking Roper @Andrew Mar +195 C Neverwinter Dryad @Donato Giancola +196 R Ochre Jelly @Daarken +197 M Old Gnawbone @Filip Burburan +198 C Owlbear @Ilse Gort +199 C Plummet @Alix Branwyn +200 U Prosperous Innkeeper @Eric Deschamps +201 U Purple Worm @Olivier Bernard +202 R Ranger Class @Suzanne Helmigh +203 C Ranger's Longbow @Marcela Medeiros +204 C Scaled Herbalist @April Prime +205 C Spoils of the Hunt @Justine Cruz +206 C Sylvan Shepherd @Darrell Riche +207 M The Tarrasque @Filip Burburan +208 C Underdark Basilisk @Brent Hollowell +209 R Varis, Silverymoon Ranger @Jesper Ejsing +210 U Wandering Troubadour @Rudy Siswanto +211 R Werewolf Pack Leader @Miranda Meeks +212 U Wild Shape @Sam Guay +213 C You Find a Cursed Idol @Sidharth Chaturvedi +214 U You Happen On a Glade @Anna Fehr +215 U You Meet in a Tavern @Zoltan Boros +216 R Adult Gold Dragon @Chris Rahn +217 R Bard Class @Andrew Mar +218 U Barrowin of Clan Undurr @Manuel Castañón +219 U Bruenor Battlehammer @Wayne Reynolds +220 R Drizzt Do'Urden @Tyler Jacobson +221 U Farideh, Devil's Chosen @Magali Villeneuve +222 R Fighter Class @Volkan Baǵa +223 U Gretchen Titchwillow @Mila Pesic +224 U Hama Pashar, Ruin Seeker @Eric Deschamps +225 U Kalain, Reclusive Painter @Justine Cruz +226 U Krydle of Baldur's Gate @Bryan Sola +227 M Minsc, Beloved Ranger @Howard Lyon +228 R Monk Class @Randy Vargas +229 R Orcus, Prince of Undeath @Andrew Mar +230 R Rogue Class @Véronique Meignaud +231 U Shessra, Death's Whisper @Marie Magny +232 R Skeletal Swarming @Svetlin Velinov +233 R Sorcerer Class @Alexander Mokhov +234 U Targ Nar, Demon-Fang Gnoll @Tyler Jacobson +235 M Tiamat @Chris Rahn +236 U Trelasarra, Moon Dancer @Kieran Yanner +237 R Triumphant Adventurer @Alexander Mokhov +238 R Volo, Guide to Monsters @Zoltan Boros +239 M Xanathar, Guild Kingpin @Kieran Yanner +240 U Bag of Holding @Evyn Fong +241 M The Deck of Many Things @Volkan Baǵa +242 U Dungeon Map @Aaron Miller +243 R Eye of Vecna @Irina Nordsol +244 U Fifty Feet of Rope @Andrew Mar +245 C Greataxe @Kari Christensen +246 R Hand of Vecna @Irina Nordsol +247 U Iron Golem @Nicholas Gregory +248 C Leather Armor @Martina Pilcerova +249 C Mimic @Scott Murphy +250 C Spare Dagger @Khurrum +251 C Spiked Pit Trap @Deruchenko Alexander +252 R Treasure Chest @Dan Scott +253 R Cave of the Frost Dragon @Johannes Voss +254 R Den of the Bugbear @Johannes Voss +255 R Dungeon Descent @Kasia 'Kafis' Zielińska +256 C Evolving Wilds @Muhammad Firdaus +257 R Hall of Storm Giants @Johannes Voss +258 R Hive of the Eye Tyrant @Johannes Voss +259 R Lair of the Hydra @Johannes Voss +260 U Temple of the Dragon Queen @Cliff Childs +261 R Treasure Vault @Johannes Voss +262 L Plains @Piotr Dura +263 L Plains @Sarah Finnigan +264 L Plains @Titus Lunter +265 L Plains @Adam Paquette +266 L Island @Piotr Dura +267 L Island @Sarah Finnigan +268 L Island @Titus Lunter +269 L Island @Adam Paquette +270 L Swamp @Piotr Dura +271 L Swamp @Sarah Finnigan +272 L Swamp @Titus Lunter +273 L Swamp @Adam Paquette +274 L Mountain @Piotr Dura +275 L Mountain @Sarah Finnigan +276 L Mountain @Titus Lunter +277 L Mountain @Adam Paquette +278 L Forest @Piotr Dura +279 L Forest @Sarah Finnigan +280 L Forest @Titus Lunter +281 L Forest @Adam Paquette [borderless] -282 M Grand Master of Flowers -283 M Mordenkainen -284 M Lolth, Spider Queen -285 M Zariel, Archduke of Avernus -286 M Ellywick Tumblestrum -287 M Icingdeath, Frost Tyrant -288 U White Dragon -289 U Blue Dragon -290 M Iymrith, Desert Doom -291 U Black Dragon -292 M Ebondeath, Dracolich -293 M Inferno of the Star Mounts -294 U Red Dragon -295 U Green Dragon -296 M Old Gnawbone -297 R Adult Gold Dragon -298 M Tiamat +282 M Grand Master of Flowers @Yongjae Choi +283 M Mordenkainen @Donato Giancola +284 M Lolth, Spider Queen @Jesper Ejsing +285 M Zariel, Archduke of Avernus @Scott M. Fischer +286 M Ellywick Tumblestrum @Steve Prescott +287 M Icingdeath, Frost Tyrant @Kieran Yanner +288 U White Dragon @Simon Dominic +289 U Blue Dragon @Steve Prescott +290 M Iymrith, Desert Doom @Antonio José Manzanedo +291 U Black Dragon @Jason A. Engle +292 M Ebondeath, Dracolich @Lucas Graciano +293 M Inferno of the Star Mounts @Scott M. Fischer +294 U Red Dragon @Rudy Siswanto +295 U Green Dragon @Campbell White +296 M Old Gnawbone @Randy Vargas +297 R Adult Gold Dragon @Kev Walker +298 M Tiamat @Tyler Jacobson [showcase] -299 C Arborea Pegasus -300 U Blink Dog -301 C Celestial Unicorn -302 U Cloister Gargoyle -303 R Nadaar, Selfless Paladin -304 R Oswald Fiddlebender -305 U Displacer Beast -306 C Djinni Windseer -307 R Dragon Turtle -308 R Mind Flayer -309 C Pixie Guide -310 C Rimeshield Frost Giant -311 C Baleful Beholder -312 C Clattering Skeletons -313 R Gelatinous Cube -314 C Manticore -315 R Westgate Regent -316 R Wight -317 R Delina, Wild Mage -318 C Goblin Javelineer -319 U Hulking Bugbear -320 R Minion of the Mighty -321 U Rust Monster -322 R Xorn -323 R Zalto, Fire Giant Duke -324 C Bulette -325 C Dire Wolf Prowler -326 C Gnoll Hunter -327 U Loathsome Troll -328 U Lurking Roper -329 C Neverwinter Dryad -330 R Ochre Jelly -331 C Owlbear -332 U Purple Worm -333 M The Tarrasque -334 C Underdark Basilisk -335 R Varis, Silverymoon Ranger -336 U Barrowin of Clan Undurr -337 U Bruenor Battlehammer -338 R Drizzt Do'Urden -339 U Farideh, Devil's Chosen -340 U Gretchen Titchwillow -341 U Hama Pashar, Ruin Seeker -342 U Kalain, Reclusive Painter -343 U Krydle of Baldur's Gate -344 M Minsc, Beloved Ranger -345 U Shessra, Death's Whisper -346 U Trelasarra, Moon Dancer -347 R Volo, Guide to Monsters -348 U Iron Golem -349 C Mimic -350 R Cave of the Frost Dragon -351 R Den of the Bugbear -352 R Dungeon Descent -353 C Evolving Wilds -354 R Hall of Storm Giants -355 R Hive of the Eye Tyrant -356 R Lair of the Hydra -357 U Temple of the Dragon Queen -358 R Treasure Vault +299 C Arborea Pegasus @Jeff Dee +300 U Blink Dog @Pedro Potier +301 C Celestial Unicorn @Justine Mara Andersen +302 U Cloister Gargoyle @Russ Nicholson +303 R Nadaar, Selfless Paladin @Phil Stone +304 R Oswald Fiddlebender @Phil Stone +305 U Displacer Beast @Phil Stone +306 C Djinni Windseer @Pedro Potier +307 R Dragon Turtle @Justine Mara Andersen +308 R Mind Flayer @Justine Jones +309 C Pixie Guide @Justine Mara Andersen +310 C Rimeshield Frost Giant @Jeff Dee +311 C Baleful Beholder @Justine Jones +312 C Clattering Skeletons @Phil Stone +313 R Gelatinous Cube @Phil Stone +314 C Manticore @Justine Mara Andersen +315 R Westgate Regent @Justine Mara Andersen +316 R Wight @Phil Stone +317 R Delina, Wild Mage @Justine Mara Andersen +318 C Goblin Javelineer @Jeff Dee +319 U Hulking Bugbear @Pedro Potier +320 R Minion of the Mighty @Russ Nicholson +321 U Rust Monster @Russ Nicholson +322 R Xorn @Justine Jones +323 R Zalto, Fire Giant Duke @Justine Jones +324 C Bulette @Pedro Potier +325 C Dire Wolf Prowler @Diesel +326 C Gnoll Hunter @Russ Nicholson +327 U Loathsome Troll @Phil Stone +328 U Lurking Roper @Justine Jones +329 C Neverwinter Dryad @Jeff Dee +330 R Ochre Jelly @Diesel +331 C Owlbear @Pedro Potier +332 U Purple Worm @Russ Nicholson +333 M The Tarrasque @Justine Jones +334 C Underdark Basilisk @Pedro Potier +335 R Varis, Silverymoon Ranger @Justine Mara Andersen +336 U Barrowin of Clan Undurr @Russ Nicholson +337 U Bruenor Battlehammer @Russ Nicholson +338 R Drizzt Do'Urden @Pedro Potier +339 U Farideh, Devil's Chosen @Pedro Potier +340 U Gretchen Titchwillow @Justine Mara Andersen +341 U Hama Pashar, Ruin Seeker @Pedro Potier +342 U Kalain, Reclusive Painter @Jeff Dee +343 U Krydle of Baldur's Gate @Jeff Dee +344 M Minsc, Beloved Ranger @Phil Stone +345 U Shessra, Death's Whisper @Justine Jones +346 U Trelasarra, Moon Dancer @Pedro Potier +347 R Volo, Guide to Monsters @Jeff Dee +348 U Iron Golem @Justine Jones +349 C Mimic @Diesel +350 R Cave of the Frost Dragon @Larry Elmore +351 R Den of the Bugbear @Jeff Easley +352 R Dungeon Descent @Ralph Horsley +353 C Evolving Wilds @Brian Snõddy +354 R Hall of Storm Giants @Alex Stone +355 R Hive of the Eye Tyrant @DiTerlizzi +356 R Lair of the Hydra @Wayne Reynolds +357 U Temple of the Dragon Queen @Adam Rex +358 R Treasure Vault @Erol Otus [extended art] -359 M The Book of Exalted Deeds -360 R Dancing Sword -361 R Flumph -362 R Guardian of Faith -363 R Loyal Warhound -364 R Teleportation Circle -365 R The Blackstaff of Waterdeep -366 M Demilich -367 R Grazilaxx, Illithid Scholar -368 R Tasha's Hideous Laughter -369 R True Polymorph -370 R Wizard's Spellbook -371 R Yuan-Ti Malison -372 M Acererak the Archlich -373 R Asmodeus the Archfiend -374 M The Book of Vile Darkness -375 R Forsworn Paladin -376 R Sphere of Annihilation -377 R Vorpal Sword -378 M Flameskull -379 R Hobgoblin Bandit Lord -380 R Meteor Swarm -381 R Orb of Dragonkind -382 R Wish -383 R Circle of Dreams Druid -384 R Froghemoth -385 R Instrument of the Bards -386 R Long Rest -387 R Werewolf Pack Leader -388 R Orcus, Prince of Undeath -389 R Skeletal Swarming -390 R Triumphant Adventurer -391 M Xanathar, Guild Kingpin -392 M The Deck of Many Things -393 R Eye of Vecna -394 R Hand of Vecna -395 R Treasure Chest +359 M The Book of Exalted Deeds @Daniel Ljunggren +360 R Dancing Sword @Wisnu Tan +361 R Flumph @Brian Valeza +362 R Guardian of Faith @Brian Valeza +363 R Loyal Warhound @Dmitry Burmak +364 R Teleportation Circle @Chris Cold +365 R The Blackstaff of Waterdeep @Anna Steinbauer +366 M Demilich @Daniel Zrom +367 R Grazilaxx, Illithid Scholar @Alexander Mokhov +368 R Tasha's Hideous Laughter @Ilse Gort +369 R True Polymorph @Steve Prescott +370 R Wizard's Spellbook @Iris Compiet +371 R Yuan-Ti Malison @Oriana Menendez +372 M Acererak the Archlich @Andrey Kuzinskiy +373 R Asmodeus the Archfiend @Aleksi Briclot +374 M The Book of Vile Darkness @Daniel Ljunggren +375 R Forsworn Paladin @Lorenzo Mastroianni +376 R Sphere of Annihilation @Jason Felix +377 R Vorpal Sword @Caio Monteiro +378 M Flameskull @Xavier Ribeiro +379 R Hobgoblin Bandit Lord @Mark Zug +380 R Meteor Swarm @Olivier Bernard +381 R Orb of Dragonkind @Brian Valeza +382 R Wish @Ekaterina Burmak +383 R Circle of Dreams Druid @Sam Guay +384 R Froghemoth @Brent Hollowell +385 R Instrument of the Bards @Randy Gallegos +386 R Long Rest @Chris Seaman +387 R Werewolf Pack Leader @Miranda Meeks +388 R Orcus, Prince of Undeath @Andrew Mar +389 R Skeletal Swarming @Svetlin Velinov +390 R Triumphant Adventurer @Alexander Mokhov +391 M Xanathar, Guild Kingpin @Kieran Yanner +392 M The Deck of Many Things @Volkan Baǵa +393 R Eye of Vecna @Irina Nordsol +394 R Hand of Vecna @Irina Nordsol +395 R Treasure Chest @Dan Scott [buy a box] -396 R Vorpal Sword +396 R Vorpal Sword @Alessandra Pisano [promo] -397 R Treasure Chest -398 U Portable Hole -399 C You Find the Villains' Lair -400 U Power Word Kill -401 U Magic Missile -402 U Prosperous Innkeeper +397 R Treasure Chest @Scott Murphy +398 U Portable Hole @John Stanko +399 C You Find the Villains' Lair @Gabor Szikszai +400 U Power Word Kill @Izzy +401 U Magic Missile @PINDURSKI +402 U Prosperous Innkeeper @Eric Deschamps [dungeons] S Dungeon of the Mad Mage diff --git a/forge-gui/res/editions/Eighth Edition Promos.txt b/forge-gui/res/editions/Eighth Edition Promos.txt index 0ff2dde108a..fc762c5a0c6 100644 --- a/forge-gui/res/editions/Eighth Edition Promos.txt +++ b/forge-gui/res/editions/Eighth Edition Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=P8ED [cards] -216★ R Rukh Egg +216★ R Rukh Egg @Mark Zug diff --git a/forge-gui/res/editions/Eighth Edition.txt b/forge-gui/res/editions/Eighth Edition.txt index 12a497678e3..3db23fa1b8f 100644 --- a/forge-gui/res/editions/Eighth Edition.txt +++ b/forge-gui/res/editions/Eighth Edition.txt @@ -13,363 +13,363 @@ ChaosDraftThemes=CORE_SET ScryfallCode=8ED [cards] -117 U Abyssal Specter -59 U Air Elemental -291 R Aladdin's Ring -118 U Ambition's Cost -175 C Anaba Shaman -1 U Angel of Mercy -2 C Angelic Page -60 R Archivist -3 U Ardent Militia -4 R Avatar of Hope -5 C Aven Cloudchaser -61 C Aven Fisher -6 C Aven Flock -62 R Balance of Power -176 C Balduvian Barbarians -292 R Beast of Burden -233 R Birds of Paradise -234 U Blanchwood Armor -177 U Blaze -7 R Blessed Reversal -8 R Blinding Angel -178 R Blood Moon -179 R Bloodshot Cyclops -119 C Bog Imp -120 U Bog Wraith -180 U Boil -63 C Boomerang -293 R Brass Herald -64 R Bribery -235 R Call of the Wild -236 C Canopy Spider -181 C Canyon Wildcat -121 U Carrion Wall -65 C Catalog -9 U Chastise -237 U Choke -182 C Cinder Wall -10 U Circle of Protection: Black -11 U Circle of Protection: Blue -12 U Circle of Protection: Green -13 U Circle of Protection: Red -14 U Circle of Protection: White -322 R City of Brass -66 C Coastal Hornclaw -67 R Coastal Piracy -323 U Coastal Tower -294 R Coat of Arms -122 C Coercion -238 R Collective Unconscious -68 U Concentrate -69 U Confiscate -70 C Coral Eel -71 R Cowardice -239 C Craw Wurm -240 U Creeping Mold -15 C Crossbow Infantry -295 U Crystal Rod -72 U Curiosity -73 R Daring Apprentice -123 C Dark Banishing -124 R Death Pit Offering -125 R Death Pits of Rath -126 U Deathgazer -127 C Deepwood Ghoul -296 R Defense Grid -74 R Deflection -75 C Dehydration -183 U Demolish -16 C Demystify -128 U Diabolic Tutor -297 R Dingus Egg -298 R Disrupting Scepter -299 R Distorting Lens -17 C Diving Griffin -129 C Drudge Skeletons -130 C Dusk Imp -184 U Dwarven Demolition Team -S1 C Eager Cadet -131 R Eastern Paladin -324 U Elfhame Palace -18 R Elite Archers -19 U Elite Javelineer -241 R Elvish Champion -242 U Elvish Lyrist -243 C Elvish Pioneer -244 R Elvish Piper -245 U Elvish Scrapper -246 R Emperor Crocodile -S6 U Enormous Baloth -185 U Enrage -300 R Ensnaring Bridge -76 R Evacuation -132 U Execute -133 R Fallen Angel -134 C Fear -247 U Fecundity -248 C Fertile Ground -77 U Fighting Drake -78 C Flash Counter -186 U Flashfires -79 R Fleeting Image -80 C Flight -301 R Flying Carpet -302 U Fodder Cannon -249 U Foratog -347 L Forest -347 L Forest -347 L Forest -347 L Forest -81 C Fugitive Wizard -250 R Fungusaur -187 R Furnace of Rath -251 U Fyndhorn Elder -252 R Gaea's Herald -253 C Giant Badger -135 C Giant Cockroach -254 C Giant Growth -S3 C Giant Octopus -255 C Giant Spider -20 R Glorious Anthem -21 C Glory Seeker -136 U Gluttonous Zombie -188 C Goblin Chariot -189 U Goblin Glider -190 R Goblin King -191 C Goblin Raider -137 R Grave Pact -138 C Gravedigger -256 C Grizzly Bears -192 U Guerrilla Tactics -193 R Hammer of Bogardan -22 C Healing Salve -82 U Hibernation -194 C Hill Giant -23 C Holy Day -24 C Holy Strength -25 C Honor Guard -257 C Horned Troll -83 C Horned Turtle -303 R Howling Mine -195 U Hulking Cyclops -258 U Hunted Wumpus -84 C Index -196 R Inferno -85 C Inspiration -26 R Intrepid Hero -86 R Intruder Alarm -87 U Invisibility -304 U Iron Star -335 L Island -335 L Island -335 L Island -335 L Island -305 U Ivory Cup -27 R Ivory Mask -306 R Jayemdae Tome -28 U Karma -139 R Larceny -197 C Lava Axe -198 R Lava Hounds -199 U Lesser Gargadon -259 R Lhurgoyf -200 U Lightning Blast -201 C Lightning Elemental -260 U Living Terrain -261 U Llanowar Behemoth -262 C Lone Wolf -140 C Looming Shade -141 R Lord of the Undead -263 U Lure -142 C Maggot Carrier -88 R Mahamoti Djinn -202 R Mana Clash -89 C Mana Leak -264 R Maro -29 C Master Decoy -30 R Master Healer -143 U Megrim -91 U Merchant Scroll -90 C Merchant of Secrets -265 R Might of Oaks -307 R Millstone -92 R Mind Bend -144 C Mind Rot -145 U Mind Slash -146 U Mind Sludge -203 R Mogg Sentry -266 C Monstrous Growth -267 C Moss Monster -345 L Mountain -345 L Mountain -345 L Mountain -345 L Mountain -147 R Murderous Betrayal -268 C Nantuko Disciple -269 R Natural Affinity -270 C Naturalize -148 C Nausea -149 U Nekrataal -150 R Nightmare -31 R Noble Purpose -271 C Norwood Ranger -204 R Obliterate -205 U Ogre Taskmaster -206 R Okk -32 R Oracle's Attendants -207 U Orcish Artillery -208 C Orcish Spy -33 C Pacifism -209 C Panic Attack -308 U Patagia Golem -34 U Peach Garden Oath -151 R Persecute -93 U Phantom Warrior -152 R Phyrexian Arena -309 R Phyrexian Colossus -310 U Phyrexian Hulk -153 R Phyrexian Plaguelord -154 C Plague Beetle -155 R Plague Wind -331 L Plains -331 L Plains -331 L Plains -331 L Plains -311 R Planar Portal -272 R Plow Under -273 R Primeval Force -156 U Primeval Shambler -94 U Puppeteer -210 U Pyroclasm -211 U Pyrotechnics -212 C Raging Goblin -35 U Rain of Blades -157 C Raise Dead -274 C Rampant Growth -158 C Ravenous Rats -36 C Razorfoot Griffin -37 C Redeem -213 C Reflexes -275 C Regeneration -214 R Relentless Assault -95 C Remove Soul -276 U Revive -96 U Rewind -277 R Rhox -215 C Ridgeline Rager -312 U Rod of Ruin -38 R Rolling Stones -159 R Royal Assassin -216 R Rukh Egg -278 C Rushwood Dryad -217 C Sabretooth Tiger -39 R Sacred Ground -40 C Sacred Nectar -98 C Sage Owl -97 R Sage of Lat-Nam -325 U Salt Marsh -41 C Samite Healer -42 U Sanctimony -43 R Savannah Lions -160 C Scathe Zombies -S4 C Sea Eagle -99 C Sea Monster -218 R Searing Wind -44 U Seasoned Marshal -219 R Seismic Assault -161 C Serpent Warrior -45 R Serra Angel -162 U Sever Soul -163 C Severed Legion -220 C Shatter -100 R Shifting Sky -221 R Shivan Dragon -326 U Shivan Oasis -222 C Shock -223 C Shock Troops -S7 U Silverback Ape -224 C Sizzle -313 R Skull of Orm -164 U Slay -101 C Sneaky Homunculus -46 C Solidarity -165 U Soul Feast -314 U Spellbook -102 U Spiketail Hatchling -279 C Spined Wurm -166 C Spineless Thug -47 U Spirit Link -280 U Spitting Spider -281 U Spreading Algae -48 C Standing Troops -315 U Star Compass -49 U Staunch Defenders -103 U Steal Artifact -225 C Stone Rain -104 C Storm Crow -50 R Story Circle -282 U Stream of Life -226 U Sudden Impact -51 C Suntail Hawk -52 R Sunweb -340 L Swamp -340 L Swamp -340 L Swamp -340 L Swamp -167 U Swarm of Rats -53 U Sword Dancer -316 R Teferi's Puzzle Box -105 U Telepathy -106 R Temporal Adept -227 R Thieves' Auction -107 U Thieving Magpie -283 R Thorn Elemental -317 U Throne of Bone -108 R Tidal Kraken -109 R Trade Routes -284 C Trained Armodon -110 U Treasure Trove -228 C Tremor -54 C Tundra Wolves -111 C Twiddle -229 R Two-Headed Dragon -168 R Underworld Dreams -169 C Unholy Strength -112 C Unsummon -327 U Urborg Volcano -318 R Urza's Armor -328 U Urza's Mine -329 U Urza's Power Plant -330 U Urza's Tower -170 R Vampiric Spirit -55 C Venerable Monk -S2 U Vengeance -285 R Verduran Enchantress -286 R Vernal Bloom -319 R Vexing Arcanix -230 U Viashino Sandstalker -171 C Vicious Hunger -287 C Vine Trellis -S5 R Vizzerdrix -231 C Volcanic Hammer -113 U Wall of Air -320 U Wall of Spears -232 U Wall of Stone -56 U Wall of Swords -172 R Warped Devotion -173 R Western Paladin -114 C Wind Drake -288 U Wing Snare -289 C Wood Elves -321 U Wooden Sphere -57 R Worship -58 R Wrath of God -115 U Wrath of Marit Lage -290 U Yavimaya Enchantress -174 U Zombify -116 R Zur's Weirding +117 U Abyssal Specter @Michael Sutfin +59 U Air Elemental @Wayne England +291 R Aladdin's Ring @Dave Dorman +118 U Ambition's Cost @Junko Taguchi +175 C Anaba Shaman @Alex Horley-Orlandelli +1 U Angel of Mercy @Melissa A. Benson +2 C Angelic Page @Marc Fishman +60 R Archivist @Donato Giancola +3 U Ardent Militia @Paolo Parente +4 R Avatar of Hope @Mark Zug +5 C Aven Cloudchaser @Justin Sweet +61 C Aven Fisher @Christopher Moeller +6 C Aven Flock @Greg Hildebrandt & Tim Hildebrandt +62 R Balance of Power @Adam Rex +176 C Balduvian Barbarians @Jim Nelson +292 R Beast of Burden @Chippy +233 R Birds of Paradise @Edward P. Beard, Jr. +234 U Blanchwood Armor @Paolo Parente +177 U Blaze @Alex Horley-Orlandelli +7 R Blessed Reversal @Christopher Moeller +8 R Blinding Angel @Todd Lockwood +178 R Blood Moon @Franz Vohwinkel +179 R Bloodshot Cyclops @Daren Bader +119 C Bog Imp @Carl Critchlow +120 U Bog Wraith @Dave Dorman +180 U Boil @Jason Alexander Behnke +63 C Boomerang @Alan Rabinowitz +293 R Brass Herald @Daren Bader +64 R Bribery @Andrew Robinson +235 R Call of the Wild @Paolo Parente +236 C Canopy Spider @Christopher Rush +181 C Canyon Wildcat @Gary Leach +121 U Carrion Wall @Tony Szczudlo +65 C Catalog @Berry +9 U Chastise @Carl Critchlow +237 U Choke @Terese Nielsen +182 C Cinder Wall @Anthony S. Waters +10 U Circle of Protection: Black @Mark Romanoski +11 U Circle of Protection: Blue @Greg Hildebrandt & Tim Hildebrandt +12 U Circle of Protection: Green @Alan Pollack +13 U Circle of Protection: Red @Gary Ruddell +14 U Circle of Protection: White @Darrell Riche +322 R City of Brass @Ron Walotsky +66 C Coastal Hornclaw @DiTerlizzi +67 R Coastal Piracy @Matthew D. Wilson +323 U Coastal Tower @Don Hazeltine +294 R Coat of Arms @Scott M. Fischer +122 C Coercion @DiTerlizzi +238 R Collective Unconscious @Andrew Goldhawk +68 U Concentrate @Glen Angus & Arnie Swekel +69 U Confiscate @Adam Rex +70 C Coral Eel @Una Fricker +71 R Cowardice @Scott M. Fischer +239 C Craw Wurm @Heather Hudson +240 U Creeping Mold @Gary Ruddell +15 C Crossbow Infantry @James Bernardin +295 U Crystal Rod @Donato Giancola +72 U Curiosity @Jim Nelson +73 R Daring Apprentice @Dany Orizio +123 C Dark Banishing @Dermot Power +124 R Death Pit Offering @Pete Venters +125 R Death Pits of Rath @Joel Biske +126 U Deathgazer @Donato Giancola +127 C Deepwood Ghoul @Alan Pollack +296 R Defense Grid @Mark Tedin +74 R Deflection @Jeremy Jarvis +75 C Dehydration @Arnie Swekel +183 U Demolish @Gary Ruddell +16 C Demystify @Christopher Rush +128 U Diabolic Tutor @Rick Farrell +297 R Dingus Egg @Randy Gallegos +298 R Disrupting Scepter @Stuart Griffin +299 R Distorting Lens @Glen Angus +17 C Diving Griffin @John Howe +129 C Drudge Skeletons @Jim Nelson +130 C Dusk Imp @Edward P. Beard, Jr. +184 U Dwarven Demolition Team @Kev Walker +S1 C Eager Cadet @Greg Hildebrandt & Tim Hildebrandt +131 R Eastern Paladin @Carl Critchlow +324 U Elfhame Palace @Anthony S. Waters +18 R Elite Archers @Greg Staples +19 U Elite Javelineer @Mark Poole +241 R Elvish Champion @Mark Zug +242 U Elvish Lyrist @Michael Koelsch +243 C Elvish Pioneer @Thomas M. Baxa +244 R Elvish Piper @Tristan Elwell +245 U Elvish Scrapper @Edward P. Beard, Jr. +246 R Emperor Crocodile @Kev Walker +S6 U Enormous Baloth @Mark Tedin +185 U Enrage @Justin Sweet +300 R Ensnaring Bridge @Ron Spencer +76 R Evacuation @Rob Alexander +132 U Execute @Gary Ruddell +133 R Fallen Angel @Matthew D. Wilson +134 C Fear @Adam Rex +247 U Fecundity @Rebecca Guay +248 C Fertile Ground @Heather Hudson +77 U Fighting Drake @Matt Cavotta +78 C Flash Counter @Matt Cavotta +186 U Flashfires @Randy Gallegos +79 R Fleeting Image @Dave Dorman +80 C Flight @Arnie Swekel +301 R Flying Carpet @Dany Orizio +302 U Fodder Cannon @Christopher Moeller +249 U Foratog @Mark Poole +347 L Forest @John Avon +348 L Forest @John Avon +349 L Forest @John Avon +350 L Forest @John Avon +81 C Fugitive Wizard @Jim Nelson +250 R Fungusaur @Heather Hudson +187 R Furnace of Rath @John Matson +251 U Fyndhorn Elder @Donato Giancola +252 R Gaea's Herald @Dan Frazier +253 C Giant Badger @Lars Grant-West +135 C Giant Cockroach @Heather Hudson +254 C Giant Growth @DiTerlizzi +S3 C Giant Octopus @Heather Hudson +255 C Giant Spider @Randy Gallegos +20 R Glorious Anthem @Kev Walker +21 C Glory Seeker @Dave Dorman +136 U Gluttonous Zombie @Thomas M. Baxa +188 C Goblin Chariot @John Howe +189 U Goblin Glider @Patrick Faricy +190 R Goblin King @Ron Spears +191 C Goblin Raider @Greg Staples +137 R Grave Pact @Tony Szczudlo +138 C Gravedigger @Dermot Power +256 C Grizzly Bears @D. J. Cleland-Hura +192 U Guerrilla Tactics @Ron Spencer +193 R Hammer of Bogardan @Ron Spencer +22 C Healing Salve @Greg Hildebrandt & Tim Hildebrandt +82 U Hibernation @Matt Cavotta +194 C Hill Giant @Dany Orizio +23 C Holy Day @Pete Venters +24 C Holy Strength @Scott M. Fischer +25 C Honor Guard @Mark Zug +257 C Horned Troll @Christopher Moeller +83 C Horned Turtle @DiTerlizzi +303 R Howling Mine @Dana Knutson +195 U Hulking Cyclops @Paolo Parente +258 U Hunted Wumpus @Thomas M. Baxa +84 C Index @Kev Walker +196 R Inferno @Don Hazeltine +85 C Inspiration @Matt Cavotta +26 R Intrepid Hero @Greg Hildebrandt +86 R Intruder Alarm @Luca Zontini +87 U Invisibility @Pete Venters +304 U Iron Star @Donato Giancola +335 L Island @John Avon +336 L Island @John Avon +337 L Island @Tony Szczudlo +338 L Island @Scott Bailey +305 U Ivory Cup @Donato Giancola +27 R Ivory Mask @Glen Angus +306 R Jayemdae Tome @Donato Giancola +28 U Karma @Bob Eggleton +139 R Larceny @Dave Dorman +197 C Lava Axe @Brian Snõddy +198 R Lava Hounds @Steve White +199 U Lesser Gargadon @Rob Alexander +259 R Lhurgoyf @Pete Venters +200 U Lightning Blast @Richard Thomas +201 C Lightning Elemental @Kev Walker +260 U Living Terrain @Andrew Goldhawk +261 U Llanowar Behemoth @Hannibal King +262 C Lone Wolf @Una Fricker +140 C Looming Shade @Kev Walker +141 R Lord of the Undead @Brom +263 U Lure @DiTerlizzi +142 C Maggot Carrier @Ron Spencer +88 R Mahamoti Djinn @Eric Peterson +202 R Mana Clash @Ron Spencer +89 C Mana Leak @Christopher Rush +264 R Maro @Stuart Griffin +29 C Master Decoy @Ben Thompson +30 R Master Healer @Greg Hildebrandt & Tim Hildebrandt +143 U Megrim @Peter Bollinger +91 U Merchant Scroll @David Martin +90 C Merchant of Secrets @Greg Hildebrandt +265 R Might of Oaks @Greg Staples +307 R Millstone @John Avon +92 R Mind Bend @Tony Szczudlo +144 C Mind Rot @Steve Luke +145 U Mind Slash @Adam Rex +146 U Mind Sludge @Eric Peterson +203 R Mogg Sentry @Greg Staples +266 C Monstrous Growth @Ron Spencer +267 C Moss Monster @Glen Angus +343 L Mountain @John Avon +344 L Mountain @John Avon +345 L Mountain @John Avon +346 L Mountain @Rob Alexander +147 R Murderous Betrayal @Randy Gallegos +268 C Nantuko Disciple @Justin Sweet +269 R Natural Affinity @Pete Venters +270 C Naturalize @Tim Hildebrandt +148 C Nausea @James Bernardin +149 U Nekrataal @Adrian Smith +150 R Nightmare @Carl Critchlow +31 R Noble Purpose @Kev Walker +271 C Norwood Ranger @Ron Spencer +204 R Obliterate @Kev Walker +205 U Ogre Taskmaster @Dany Orizio +206 R Okk @Peter Bollinger +32 R Oracle's Attendants @Dany Orizio +207 U Orcish Artillery @Dan Frazier +208 C Orcish Spy @Greg Staples +33 C Pacifism @Robert Bliss +209 C Panic Attack @Mike Ploog +308 U Patagia Golem @Kev Walker +34 U Peach Garden Oath @Qiao Dafu +151 R Persecute @D. Alexander Gregory +93 U Phantom Warrior @Greg Staples +152 R Phyrexian Arena @Carl Critchlow +309 R Phyrexian Colossus @Mark Tedin +310 U Phyrexian Hulk @Matthew D. Wilson +153 R Phyrexian Plaguelord @Kev Walker +154 C Plague Beetle @Matt Cavotta +155 R Plague Wind @Alan Pollack +331 L Plains @John Avon +332 L Plains @Matthew Mitchell +333 L Plains @John Avon +334 L Plains @Fred Fields +311 R Planar Portal @Mark Tedin +272 R Plow Under @Rob Alexander +273 R Primeval Force @Randy Gallegos +156 U Primeval Shambler @Chippy +94 U Puppeteer @Scott M. Fischer +210 U Pyroclasm @John Avon +211 U Pyrotechnics @John Avon +212 C Raging Goblin @Jeff Miracola +35 U Rain of Blades @Rob Alexander +157 C Raise Dead @Carl Critchlow +274 C Rampant Growth @Tom Kyffin +158 C Ravenous Rats @Tom Wänerstrand +36 C Razorfoot Griffin @Ben Thompson +37 C Redeem @D. Alexander Gregory +213 C Reflexes @Steve White +275 C Regeneration @Adam Rex +214 R Relentless Assault @Greg Hildebrandt +95 C Remove Soul @Adam Rex +276 U Revive @Matthew D. Wilson +96 U Rewind @Dermot Power +277 R Rhox @Carl Critchlow +215 C Ridgeline Rager @Chippy +312 U Rod of Ruin @David Martin +38 R Rolling Stones @Don Hazeltine +159 R Royal Assassin @Mark Zug +216 R Rukh Egg @Mark Zug +278 C Rushwood Dryad @Todd Lockwood +217 C Sabretooth Tiger @Monte Michael Moore +39 R Sacred Ground @Gary Ruddell +40 C Sacred Nectar @Janine Johnston +98 C Sage Owl @Mark Brill +97 R Sage of Lat-Nam @Alan Pollack +325 U Salt Marsh @Jerry Tiritilli +41 C Samite Healer @Anson Maddocks +42 U Sanctimony @Patrick Faricy +43 R Savannah Lions @Carl Critchlow +160 C Scathe Zombies @Kev Walker +S4 C Sea Eagle @Anthony S. Waters +99 C Sea Monster @Daniel Gelon +218 R Searing Wind @John Matson +44 U Seasoned Marshal @Matthew D. Wilson +219 R Seismic Assault @Greg Staples +161 C Serpent Warrior @Ron Spencer +45 R Serra Angel @Mark Zug +162 U Sever Soul @Glen Angus +163 C Severed Legion @Dany Orizio +220 C Shatter @Jason Alexander Behnke +100 R Shifting Sky @Jerry Tiritilli +221 R Shivan Dragon @Donato Giancola +326 U Shivan Oasis @Rob Alexander +222 C Shock @Randy Gallegos +223 C Shock Troops @Jeff Miracola +S7 U Silverback Ape @Ron Spears +224 C Sizzle @Christopher Moeller +313 R Skull of Orm @Daren Bader +164 U Slay @Ben Thompson +101 C Sneaky Homunculus @Scott M. Fischer +46 C Solidarity @John Zeleznik +165 U Soul Feast @Adam Rex +314 U Spellbook @Andrew Goldhawk +102 U Spiketail Hatchling @Greg Staples +279 C Spined Wurm @Keith Parkinson +166 C Spineless Thug @Matthew D. Wilson +47 U Spirit Link @Kev Walker +280 U Spitting Spider @Edward P. Beard, Jr. +281 U Spreading Algae @Stephen Daniele +48 C Standing Troops @Daren Bader +315 U Star Compass @Donato Giancola +49 U Staunch Defenders @Tristan Elwell +103 U Steal Artifact @Peter Bollinger +225 C Stone Rain @John Matson +104 C Storm Crow @John Matson +50 R Story Circle @Alan Pollack +282 U Stream of Life @Andrew Goldhawk +226 U Sudden Impact @Greg Hildebrandt & Tim Hildebrandt +51 C Suntail Hawk @Heather Hudson +52 R Sunweb @Greg Staples +339 L Swamp @Bob Eggleton +340 L Swamp @John Avon +341 L Swamp @Dan Frazier +342 L Swamp @Larry Elmore +167 U Swarm of Rats @Kev Walker +53 U Sword Dancer @Roger Raupp +316 R Teferi's Puzzle Box @Donato Giancola +105 U Telepathy @Matthew D. Wilson +106 R Temporal Adept @Roger Raupp +227 R Thieves' Auction @Kevin Murphy +107 U Thieving Magpie @Christopher Moeller +283 R Thorn Elemental @rk post +317 U Throne of Bone @Donato Giancola +108 R Tidal Kraken @Christopher Moeller +109 R Trade Routes @Matt Cavotta +284 C Trained Armodon @Gary Leach +110 U Treasure Trove @Brian Despain +228 C Tremor @Pete Venters +54 C Tundra Wolves @Richard Sardinha +111 C Twiddle @Matt Cavotta +229 R Two-Headed Dragon @Sam Wood +168 R Underworld Dreams @Carl Critchlow +169 C Unholy Strength @Puddnhead +112 C Unsummon @Ron Spencer +327 U Urborg Volcano @Tony Szczudlo +318 R Urza's Armor @rk post +328 U Urza's Mine @Brian Snõddy +329 U Urza's Power Plant @Brian Snõddy +330 U Urza's Tower @Brian Snõddy +170 R Vampiric Spirit @Anson Maddocks +55 C Venerable Monk @D. Alexander Gregory +S2 U Vengeance @Paolo Parente +285 R Verduran Enchantress @Rob Alexander +286 R Vernal Bloom @Bob Eggleton +319 R Vexing Arcanix @Jim Nelson +230 U Viashino Sandstalker @Andrew Robinson +171 C Vicious Hunger @Massimilano Frezzato +287 C Vine Trellis @DiTerlizzi +S5 R Vizzerdrix @Dave Dorman +231 C Volcanic Hammer @Ben Thompson +113 U Wall of Air @John Avon +320 U Wall of Spears @Christopher Moeller +232 U Wall of Stone @Rob Alexander +56 U Wall of Swords @Hannibal King +172 R Warped Devotion @Eric Peterson +173 R Western Paladin @Carl Critchlow +114 C Wind Drake @Tom Wänerstrand +288 U Wing Snare @Daren Bader +289 C Wood Elves @Christopher Moeller +321 U Wooden Sphere @Donato Giancola +57 R Worship @Mark Zug +58 R Wrath of God @Kev Walker +115 U Wrath of Marit Lage @Matt Thompson +290 U Yavimaya Enchantress @Matthew D. Wilson +174 U Zombify @Mark Romanoski +116 R Zur's Weirding @Scott M. Fischer [tokens] r_4_4_bird_flying diff --git a/forge-gui/res/editions/Eldritch Moon Promos.txt b/forge-gui/res/editions/Eldritch Moon Promos.txt index 9e690806835..6fb7fbc06ef 100644 --- a/forge-gui/res/editions/Eldritch Moon Promos.txt +++ b/forge-gui/res/editions/Eldritch Moon Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PEMN [cards] -39 R Sanctifier of Souls -46 R Thalia, Heretic Cathar -64 R Identity Thief -72 R Niblis of Frost -79 U Unsubstantiate -98 R Noosegraf Mob -117 R Assembled Alphas -176 R Ulvenwald Observer -185 R Heron's Grace Champion +39 R Sanctifier of Souls @David Palumbo +46 R Thalia, Heretic Cathar @Johannes Voss +64 R Identity Thief @Dan Scott +72 R Niblis of Frost @Igor Kieryluk +79 U Unsubstantiate @Svetlin Velinov +98 R Noosegraf Mob @Winona Nelson +117 R Assembled Alphas @Dan Scott +176 R Ulvenwald Observer @Adam Paquette +185 R Heron's Grace Champion @Viktor Titov diff --git a/forge-gui/res/editions/Eldritch Moon.txt b/forge-gui/res/editions/Eldritch Moon.txt index 38a869401d1..9d24bbf3792 100644 --- a/forge-gui/res/editions/Eldritch Moon.txt +++ b/forge-gui/res/editions/Eldritch Moon.txt @@ -15,211 +15,211 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=EMN [cards] -1 U Abundant Maw -2 M Decimator of the Provinces -3 R Distended Mindbender -4 U Drownyard Behemoth -5 R Elder Deep-Fiend -6 M Emrakul, the Promised End -7 R Eternal Scourge -8 C It of the Horrid Swarm -9 U Lashweed Lurker -10 U Mockery of Nature -11 U Vexing Scuttler -12 C Wretched Gryff -13 U Blessed Alliance -14 C Borrowed Grace -15 R Bruna, the Fading Light -16 C Choking Restraints -17 R Collective Effort -18 U Courageous Outrider -19 C Dawn Gryff -20 M Deploy the Gatewatch -21 C Desperate Sentry -22 U Drogskol Shieldmate -23 U Extricator of Sin -24 U Faith Unbroken -25 C Faithbearer Paladin -26 C Fiend Binder -27 U Geist of the Lonely Vigil -28 M Gisela, the Broken Blade -29 U Give No Ground -30 C Guardian of Pilgrims -31 C Ironclad Slayer -32 C Ironwright's Cleansing -33 U Lone Rider -34 U Long Road Home -35 C Lunarch Mantle -36 U Peace of Mind -37 R Providence -38 U Repel the Abominable -39 R Sanctifier of Souls -40 R Selfless Spirit -41 R Sigarda's Aid -42 C Sigardian Priest -43 C Spectral Reserves -44 C Steadfast Cathar -45 U Subjugator Angel -46 R Thalia, Heretic Cathar -47 R Thalia's Lancers -48 C Thraben Standard Bearer -49 U Advanced Stitchwing -50 U Chilling Grasp -51 R Coax from the Blind Eternities -52 C Contingency Plan -53 C Convolute -54 U Curious Homunculus -55 C Displace -56 R Docent of Perfection -57 C Drag Under -58 C Enlightened Maniac -59 C Exultant Cultist -60 C Fogwalker -61 U Fortune's Favor -62 U Geist of the Archives -63 U Grizzled Angler -64 R Identity Thief -65 R Imprisoned in the Moon -66 C Ingenious Skaab -67 C Laboratory Brute -68 U Lunar Force -69 R Mausoleum Wanderer -70 M Mind's Dilation -71 U Nebelgast Herald -72 R Niblis of Frost -73 U Scour the Laboratory -74 C Spontaneous Mutation -75 R Summary Dismissal -76 C Take Inventory -77 C Tattered Haunter -78 C Turn Aside -79 U Unsubstantiate -80 R Wharf Infiltrator -81 C Boon of Emrakul -82 C Borrowed Malevolence -83 C Cemetery Recruitment -84 C Certain Death -85 R Collective Brutality -86 R Cryptbreaker -87 R Dark Salvation -88 U Dusk Feaster -89 C Gavony Unhallowed -90 U Graf Harvest -91 C Graf Rats -92 U Haunted Dead -93 M Liliana, the Last Hope -94 U Liliana's Elite -95 U Markov Crusader -96 C Midnight Scavengers -97 U Murder -98 R Noosegraf Mob -99 R Oath of Liliana -100 C Olivia's Dragoon -101 U Prying Questions -102 U Rise from the Grave -103 U Ruthless Disposal -104 C Skirsdag Supplicant -105 C Strange Augmentation -106 R Stromkirk Condemned -107 C Succumb to Temptation -108 C Thraben Foulbloods -109 M Tree of Perdition -110 U Vampire Cutthroat -111 R Voldaren Pariah -112 C Wailing Ghoul -113 C Weirded Vampire -114 U Whispers of Emrakul -115 U Abandon Reason -116 C Alchemist's Greeting -117 R Assembled Alphas -118 R Bedlam Reveler -119 U Blood Mist -120 C Bold Impaler -121 C Borrowed Hostility -122 C Brazen Wolves -123 R Collective Defiance -124 U Conduit of Storms -125 U Deranged Whelp -126 C Distemper of the Blood -127 C Falkenrath Reaver -128 U Furyblade Vampire -129 C Galvanic Bombardment -130 R Hanweir Garrison -131 R Harmless Offering -132 R Impetuous Devils -133 U Incendiary Flow -134 U Insatiable Gorgers -135 C Make Mischief -136 M Mirrorwing Dragon -137 M Nahiri's Wrath -138 C Otherworldly Outburst -139 C Prophetic Ravings -140 U Savage Alliance -141 U Shreds of Sanity -142 U Smoldering Werewolf -143 U Spreading Flames -144 C Stensia Banquet -145 C Stensia Innkeeper -146 R Stromkirk Occultist -147 C Thermo-Alchemist -148 C Vildin-Pack Outcast -149 U Weaver of Lightning -150 C Backwoods Survivalists -151 C Bloodbriar -152 U Clear Shot -153 U Crop Sigil -154 C Crossroads Consecrator -155 R Eldritch Evolution -156 R Emrakul's Evangel -157 U Emrakul's Influence -158 U Foul Emissary -159 U Gnarlwood Dryad -160 C Grapple with the Past -161 U Hamlet Captain -162 M Ishkanah, Grafwidow -163 U Kessig Prowler -164 U Noose Constrictor -165 R Permeating Mass -166 C Prey Upon -167 C Primal Druid -168 U Shrill Howler -169 U Somberwald Stag -170 R Spirit of the Hunt -171 R Splendid Reclamation -172 C Springsage Ritual -173 C Swift Spinner -174 U Tangleclaw Werewolf -175 C Ulvenwald Captive -176 R Ulvenwald Observer -177 C Waxing Moon -178 C Wolfkin Bond -179 C Woodcutter's Grit -180 C Woodland Patrol -181 R Bloodhall Priest -182 U Campaign of Vengeance -183 M Gisa and Geralf -184 M Grim Flayer -185 R Heron's Grace Champion -186 U Mercurial Geists -187 U Mournwillow -188 U Ride Down -189 R Spell Queller -190 M Tamiyo, Field Researcher -191 M Ulrich of the Krallenhorde -192 C Cathar's Shield -193 U Cryptolith Fragment -194 C Cultist's Staff -195 C Field Creeper -196 U Geist-Fueled Scarecrow -197 R Lupine Prototype -198 U Slayer's Cleaver -199 R Soul Separator -200 R Stitcher's Graft -201 C Terrarion -202 U Thirsting Axe -203 R Geier Reach Sanitarium -204 R Hanweir Battlements -205 U Nephalia Academy +1 U Abundant Maw @Greg Staples +2 M Decimator of the Provinces @Svetlin Velinov +3 R Distended Mindbender @Yohann Schepacz +4 U Drownyard Behemoth @Jason Kang +5 R Elder Deep-Fiend @Jason Felix +6 M Emrakul, the Promised End @Jaime Jones +7 R Eternal Scourge @Winona Nelson +8 C It of the Horrid Swarm @Jason Felix +9 U Lashweed Lurker @Igor Kieryluk +10 U Mockery of Nature @James Ryman +11 U Vexing Scuttler @James Paick +12 C Wretched Gryff @Darek Zabrocki +13 U Blessed Alliance @Johann Bodin +14 C Borrowed Grace @Volkan Baǵa +15a R Bruna, the Fading Light @Clint Cearley +16 C Choking Restraints @John Stanko +17 R Collective Effort @Eric Deschamps +18 U Courageous Outrider @Ryan Alexander Lee +19 C Dawn Gryff @Christine Choi +20 M Deploy the Gatewatch @Wesley Burt +21 C Desperate Sentry @Mathias Kollros +22 U Drogskol Shieldmate @Nils Hamm +23 U Extricator of Sin @Craig J Spearing +24 U Faith Unbroken @Kev Walker +25 C Faithbearer Paladin @Aaron Miller +26 C Fiend Binder @David Gaillet +27 U Geist of the Lonely Vigil @Ryan Yee +28 M Gisela, the Broken Blade @Clint Cearley +29 U Give No Ground @Tyler Jacobson +30 C Guardian of Pilgrims @Noah Bradley +31 C Ironclad Slayer @Ryan Pancoast +32 C Ironwright's Cleansing @John Stanko +33 U Lone Rider @Daarken +34 U Long Road Home @Sidharth Chaturvedi +35 C Lunarch Mantle @Anastasia Ovchinnikova +36 U Peace of Mind @Christopher Moeller +37 R Providence @Zack Stella +38 U Repel the Abominable @Dan Scott +39 R Sanctifier of Souls @Jesper Ejsing +40 R Selfless Spirit @Seb McKinnon +41 R Sigarda's Aid @Howard Lyon +42 C Sigardian Priest @Terese Nielsen +43 C Spectral Reserves @Seb McKinnon +44 C Steadfast Cathar @Dan Scott +45 U Subjugator Angel @Lius Lasahido +46 R Thalia, Heretic Cathar @Magali Villeneuve +47 R Thalia's Lancers @David Palumbo +48 C Thraben Standard Bearer @Volkan Baǵa +49 U Advanced Stitchwing @Johann Bodin +50 U Chilling Grasp @Seb McKinnon +51 R Coax from the Blind Eternities @Jaime Jones +52 C Contingency Plan @Ryan Yee +53 C Convolute @Viktor Titov +54 U Curious Homunculus @Filip Burburan +55 C Displace @Clint Cearley +56 R Docent of Perfection @Nils Hamm +57 C Drag Under @Tianhua X +58 C Enlightened Maniac @Jaime Jones +59 C Exultant Cultist @Joseph Meehan +60 C Fogwalker @Seb McKinnon +61 U Fortune's Favor @Yohann Schepacz +62 U Geist of the Archives @Lake Hurwitz +63 U Grizzled Angler @Kev Walker +64 R Identity Thief @Magali Villeneuve +65 R Imprisoned in the Moon @Ryan Alexander Lee +66 C Ingenious Skaab @Jesper Ejsing +67 C Laboratory Brute @Yeong-Hao Han +68 U Lunar Force @Eric Deschamps +69 R Mausoleum Wanderer @Kieran Yanner +70 M Mind's Dilation @Iain McCaig +71 U Nebelgast Herald @Zezhou Chen +72 R Niblis of Frost @Josu Hernaiz +73 U Scour the Laboratory @Greg Opalinski +74 C Spontaneous Mutation @Christopher Moeller +75 R Summary Dismissal @Igor Kieryluk +76 C Take Inventory @Greg Staples +77 C Tattered Haunter @Nils Hamm +78 C Turn Aside @Jaime Jones +79 U Unsubstantiate @Victor Adame Minguez +80 R Wharf Infiltrator @Daarken +81 C Boon of Emrakul @Svetlin Velinov +82 C Borrowed Malevolence @Volkan Baǵa +83 C Cemetery Recruitment @Kieran Yanner +84 C Certain Death @Kev Walker +85 R Collective Brutality @Johann Bodin +86 R Cryptbreaker @Darek Zabrocki +87 R Dark Salvation @Cynthia Sheppard +88 U Dusk Feaster @Anastasia Ovchinnikova +89 C Gavony Unhallowed @Christopher Moeller +90 U Graf Harvest @Lake Hurwitz +91 C Graf Rats @Jason Felix +92 U Haunted Dead @Lake Hurwitz +93 M Liliana, the Last Hope @Anna Steinbauer +94 U Liliana's Elite @Deruchenko Alexander +95 U Markov Crusader @Johannes Voss +96a C Midnight Scavengers @Jason Felix +97 U Murder @Tyler Jacobson +98 R Noosegraf Mob @Seb McKinnon +99 R Oath of Liliana @Wesley Burt +100 C Olivia's Dragoon @Chris Rallis +101 U Prying Questions @David Palumbo +102 U Rise from the Grave @Kieran Yanner +103 U Ruthless Disposal @Dave Kendall +104 C Skirsdag Supplicant @Anastasia Ovchinnikova +105 C Strange Augmentation @Josu Hernaiz +106 R Stromkirk Condemned @Magali Villeneuve +107 C Succumb to Temptation @Winona Nelson +108 C Thraben Foulbloods @Deruchenko Alexander +109 M Tree of Perdition @Jung Park +110 U Vampire Cutthroat @Matt Stewart +111 R Voldaren Pariah @James Ryman +112 C Wailing Ghoul @Svetlin Velinov +113 C Weirded Vampire @David Gaillet +114 U Whispers of Emrakul @Jason Rainville +115 U Abandon Reason @Josh Hass +116 C Alchemist's Greeting @Jakub Kasper +117 R Assembled Alphas @Christopher Moeller +118 R Bedlam Reveler @Jama Jurabaev +119 U Blood Mist @Joseph Meehan +120 C Bold Impaler @Karl Kopinski +121 C Borrowed Hostility @Volkan Baǵa +122 C Brazen Wolves @Nils Hamm +123 R Collective Defiance @Kieran Yanner +124 U Conduit of Storms @Raymond Swanland +125 U Deranged Whelp @Zoltan Boros +126 C Distemper of the Blood @Ben Maier +127 C Falkenrath Reaver @Daarken +128 U Furyblade Vampire @Lius Lasahido +129 C Galvanic Bombardment @Terese Nielsen +130a R Hanweir Garrison @Vincent Proce +131 R Harmless Offering @Howard Lyon +132 R Impetuous Devils @Filip Burburan +133 U Incendiary Flow @Raymond Swanland +134 U Insatiable Gorgers @Nils Hamm +135 C Make Mischief @Ben Maier +136 M Mirrorwing Dragon @Min Yum +137 M Nahiri's Wrath @Chris Rahn +138 C Otherworldly Outburst @Kieran Yanner +139 C Prophetic Ravings @Lucas Graciano +140 U Savage Alliance @Johann Bodin +141 U Shreds of Sanity @Yeong-Hao Han +142 U Smoldering Werewolf @Zack Stella +143 U Spreading Flames @Chase Stone +144 C Stensia Banquet @Greg Opalinski +145 C Stensia Innkeeper @Winona Nelson +146 R Stromkirk Occultist @Magali Villeneuve +147 C Thermo-Alchemist @Raymond Swanland +148 C Vildin-Pack Outcast @Jose Cabrera +149 U Weaver of Lightning @John Stanko +150 C Backwoods Survivalists @Chris Rallis +151 C Bloodbriar @Tomasz Jedruszek +152 U Clear Shot @Craig J Spearing +153 U Crop Sigil @Titus Lunter +154 C Crossroads Consecrator @David Gaillet +155 R Eldritch Evolution @Jason Rainville +156 R Emrakul's Evangel @Jason Felix +157 U Emrakul's Influence @Ryan Alexander Lee +158 U Foul Emissary @Dan Scott +159 U Gnarlwood Dryad @Raymond Swanland +160 C Grapple with the Past @Howard Lyon +161 U Hamlet Captain @Wayne Reynolds +162 M Ishkanah, Grafwidow @Christine Choi +163 U Kessig Prowler @Slawomir Maniak +164 U Noose Constrictor @Igor Kieryluk +165 R Permeating Mass @Joseph Meehan +166 C Prey Upon @Dave Kendall +167 C Primal Druid @Tomasz Jedruszek +168 U Shrill Howler @Matt Stewart +169 U Somberwald Stag @Lake Hurwitz +170 R Spirit of the Hunt @Bastien L. Deharme +171 R Splendid Reclamation @Wesley Burt +172 C Springsage Ritual @Ben Maier +173 C Swift Spinner @Nils Hamm +174 U Tangleclaw Werewolf @Steven Belledin +175 C Ulvenwald Captive @Chris Rahn +176 R Ulvenwald Observer @Jaime Jones +177 C Waxing Moon @Adam Paquette +178 C Wolfkin Bond @Lindsey Look +179 C Woodcutter's Grit @Anthony Palumbo +180 C Woodland Patrol @James Ryman +181 R Bloodhall Priest @Mark Winters +182 U Campaign of Vengeance @Igor Kieryluk +183 M Gisa and Geralf @Karla Ortiz +184 M Grim Flayer @Mathias Kollros +185 R Heron's Grace Champion @Todd Lockwood +186 U Mercurial Geists @Lake Hurwitz +187 U Mournwillow @Jeff Simpson +188 U Ride Down @David Gaillet +189 R Spell Queller @Adam Paquette +190 M Tamiyo, Field Researcher @Tianhua X +191 M Ulrich of the Krallenhorde @Slawomir Maniak +192 C Cathar's Shield @Mark Zug +193 U Cryptolith Fragment @John Avon +194 C Cultist's Staff @Adam Paquette +195 C Field Creeper @Anthony Palumbo +196 U Geist-Fueled Scarecrow @Adam Paquette +197 R Lupine Prototype @Deruchenko Alexander +198 U Slayer's Cleaver @Daniel Ljunggren +199 R Soul Separator @Daarken +200 R Stitcher's Graft @Josh Hass +201 C Terrarion @Titus Lunter +202 U Thirsting Axe @Bastien L. Deharme +203 R Geier Reach Sanitarium @Cliff Childs +204 R Hanweir Battlements @Vincent Proce +205 U Nephalia Academy @Adam Paquette [tokens] c_3_2_eldrazi_horror diff --git a/forge-gui/res/editions/Eternal Masters.txt b/forge-gui/res/editions/Eternal Masters.txt index 1bccf4443dc..3331708baad 100644 --- a/forge-gui/res/editions/Eternal Masters.txt +++ b/forge-gui/res/editions/Eternal Masters.txt @@ -11,255 +11,255 @@ ChaosDraftThemes=MASTERS_SET ScryfallCode=EMA [cards] -1 C Aven Riftwatcher -2 M Balance -3 C Ballynock Cohort -4 C Benevolent Bodyguard -5 U Calciderm -6 C Coalition Honor Guard -7 R Eight-and-a-Half-Tails -8 C Elite Vanguard -9 R Enlightened Tutor -10 U Faith's Fetters -11 U Field of Souls -12 U Glimmerpoint Stag -13 U Honden of Cleansing Fire -14 C Humble -15 U Intangible Virtue -16 R Jareth, Leonine Titan -17 R Karmic Guide -18 C Kor Hookmaster -19 U Mesa Enchantress -20 C Mistral Charger -21 C Monk Idealist -22 R Mother of Runes -23 C Pacifism -24 C Raise the Alarm -25 C Rally the Peasants -26 C Seal of Cleansing -27 C Second Thoughts -28 U Serra Angel -29 C Shelter -30 U Soulcatcher -31 C Squadron Hawk -32 U Swords to Plowshares -33 R Unexpectedly Absent -34 U Wall of Omens -35 U War Priest of Thune -36 C Welkin Guide -37 C Whitemane Lion -38 R Wrath of God -39 R Arcanis the Omnipotent -40 U Brainstorm -41 C Cephalid Sage -42 R Control Magic -43 C Counterspell -44 U Daze -45 C Deep Analysis -46 R Diminishing Returns -47 C Dream Twist -48 U Fact or Fiction -49 M Force of Will -50 R Future Sight -51 C Gaseous Form -52 C Giant Tortoise -53 C Glacial Wall -54 U Honden of Seeing Winds -55 U Hydroblast -56 R Inkwell Leviathan -57 M Jace, the Mind Sculptor -58 U Jetting Glasskite -59 C Man-o'-War -60 C Memory Lapse -61 U Merfolk Looter -62 R Mystical Tutor -63 C Oona's Grace -64 C Peregrine Drake -65 C Phantom Monster -66 U Phyrexian Ingester -67 U Prodigal Sorcerer -68 U Quiet Speculation -69 C Screeching Skaab -70 R Serendib Efreet -71 C Shoreline Ranger -72 C Silent Departure -73 U Sprite Noble -74 C Stupefying Touch -75 C Tidal Wave -76 C Warden of Evos Isle -77 U Wonder -78 U Animate Dead -79 U Annihilate -80 C Blightsoil Druid -81 U Blood Artist -82 R Braids, Cabal Minion -83 U Cabal Therapy -84 C Carrion Feeder -85 C Deadbridge Shaman -86 C Duress -87 R Entomb -88 C Eyeblight's Ending -89 C Gravedigger -90 U Havoc Demon -91 U Honden of Night's Reach -92 U Hymn to Tourach -93 R Ichorid -94 C Innocent Blood -95 U Lys Alana Scarblade -96 R Malicious Affliction -97 C Nausea -98 M Necropotence -99 U Nekrataal -100 C Night's Whisper -101 U Phyrexian Gargantua -102 C Phyrexian Rager -103 C Plague Witch -104 C Prowling Pangolin -105 U Sengir Autocrat -106 R Sinkhole -107 C Skulking Ghost -108 R Toxic Deluge -109 C Tragic Slip -110 C Twisted Abomination -111 C Urborg Uprising -112 M Vampiric Tutor -113 U Victimize -114 R Visara the Dreadful -115 C Wake of Vultures -116 C Wakedancer -117 C Avarax -118 U Battle Squadron -119 U Beetleback Chief -120 C Borderland Marauder -121 U Burning Vengeance -122 C Carbonize -123 U Chain Lightning -124 R Crater Hellion -125 C Desperate Ravings -126 C Dragon Egg -127 R Dualcaster Mage -128 C Faithless Looting -129 C Fervent Cathar -130 C Firebolt -131 U Flame Jab -132 R Gamble -133 U Ghitu Slinger -134 U Honden of Infinite Rage -135 U Keldon Champion -136 C Keldon Marauders -137 C Kird Ape -138 C Mogg Fanatic -139 C Mogg War Marshal -140 C Orcish Oriflamme -141 U Price of Progress -142 U Pyroblast -143 R Pyrokinesis -144 C Reckless Charge -145 R Rorix Bladewing -146 C Seismic Stomp -147 R Siege-Gang Commander -148 M Sneak Attack -149 C Stingscourger -150 R Sulfuric Vortex -151 U Tooth and Claw -152 C Undying Rage -153 C Wildfire Emissary -154 M Worldgorger Dragon -155 U Young Pyromancer -156 C Abundant Growth -157 U Ancestral Mask -158 M Argothian Enchantress -159 U Brawn -160 U Centaur Chieftain -161 C Civic Wayfinder -162 C Commune with the Gods -163 C Elephant Guide -164 C Elvish Vanguard -165 C Emperor Crocodile -166 U Flinthoof Boar -167 C Fog -168 U Gaea's Blessing -169 R Green Sun's Zenith -170 U Harmonize -171 R Heritage Druid -172 U Honden of Life's Web -173 R Imperious Perfect -174 U Invigorate -175 C Llanowar Elves -176 C Lys Alana Huntmaster -177 M Natural Order -178 C Nature's Claim -179 C Nimble Mongoose -180 U Rancor -181 R Regal Force -182 U Roar of the Wurm -183 C Roots -184 C Seal of Strength -185 C Sentinel Spider -186 R Silvos, Rogue Elemental -187 R Sylvan Library -188 C Sylvan Might -189 C Thornweald Archer -190 U Timberwatch Elf -191 C Werebear -192 U Wirewood Symbiote -193 R Xantid Swarm -194 C Yavimaya Enchantress -195 U Armadillo Cloak -196 R Baleful Strix -197 U Bloodbraid Elf -198 R Brago, King Eternal -199 M Dack Fayden -200 U Extract from Darkness -201 U Flame-Kin Zealot -202 R Glare of Subdual -203 R Goblin Trenches -204 M Maelstrom Wanderer -205 U Shaman of the Pack -206 R Shardless Agent -207 M Sphinx of the Steel Wind -208 U Thunderclap Wyvern -209 U Trygon Predator -210 R Vindicate -211 R Void -212 U Wee Dragonauts -213 U Zealous Persecution -214 R Call the Skybreaker -215 R Deathrite Shaman -216 R Giant Solifuge -217 U Torrent of Souls -218 U Ashnod's Altar -219 M Chrome Mox -220 R Duplicant -221 U Emmessi Tome -222 R Goblin Charbelcher -223 R Isochron Scepter -224 U Juggernaut -225 M Mana Crypt -226 U Millikin -227 U Mindless Automaton -228 R Nevinyrral's Disk -229 C Pilgrim's Eye -230 U Prismatic Lens -231 U Relic of Progenitus -232 R Sensei's Divining Top -233 U Ticking Gnomes -234 R Winter Orb -235 U Worn Powerstone -236 C Bloodfell Caves -237 C Blossoming Sands -238 C Dismal Backwater -239 C Jungle Hollow -240 M Karakas -241 R Maze of Ith -242 U Mishra's Factory -243 C Rugged Highlands -244 C Scoured Barrens -245 C Swiftwater Cliffs -246 C Thornwood Falls -247 C Tranquil Cove -248 R Wasteland -249 C Wind-Scarred Crag +1 C Aven Riftwatcher @Don Hazeltine +2 M Balance @Kev Walker +3 C Ballynock Cohort @Jesper Ejsing +4 C Benevolent Bodyguard @Roger Raupp +5 U Calciderm @Dave Kendall +6 C Coalition Honor Guard @Eric Peterson +7 R Eight-and-a-Half-Tails @Daren Bader +8 C Elite Vanguard @Mark Tedin +9 R Enlightened Tutor @Howard Lyon +10 U Faith's Fetters @Chippy +11 U Field of Souls @Richard Kane Ferguson +12 U Glimmerpoint Stag @Ryan Pancoast +13 U Honden of Cleansing Fire @Greg Staples +14 C Humble @Chris Rallis +15 U Intangible Virtue @Clint Cearley +16 R Jareth, Leonine Titan @Daren Bader +17 R Karmic Guide @Allen Williams +18 C Kor Hookmaster @Wayne Reynolds +19 U Mesa Enchantress @Randy Gallegos +20 C Mistral Charger @Terese Nielsen +21 C Monk Idealist @Daren Bader +22 R Mother of Runes @Terese Nielsen +23 C Pacifism @Robert Bliss +24 C Raise the Alarm @Zoltan Boros +25 C Rally the Peasants @Jaime Jones +26 C Seal of Cleansing @Noah Bradley +27 C Second Thoughts @Ray Lago +28 U Serra Angel @Greg Staples +29 C Shelter @Christopher Moeller +30 U Soulcatcher @Julie Dillon +31 C Squadron Hawk @Martina Pilcerova +32 U Swords to Plowshares @Terese Nielsen +33 R Unexpectedly Absent @Min Yum +34 U Wall of Omens @James Paick +35 U War Priest of Thune @Izzy +36 C Welkin Guide @David Palumbo +37 C Whitemane Lion @Zoltan Boros & Gabor Szikszai +38 R Wrath of God @Kev Walker +39 R Arcanis the Omnipotent @Justin Sweet +40 U Brainstorm @Willian Murai +41 C Cephalid Sage @Keith Garletts +42 R Control Magic @Terese Nielsen +43 C Counterspell @Zack Stella +44 U Daze @Min Yum +45 C Deep Analysis @Jesper Ejsing +46 R Diminishing Returns @Greg Opalinski +47 C Dream Twist @Dan Scott +48 U Fact or Fiction @Terese Nielsen +49 M Force of Will @Terese Nielsen +50 R Future Sight @Dan Scott +51 C Gaseous Form @Roger Raupp +52 C Giant Tortoise @Richard Wright +53 C Glacial Wall @Craig Mullins +54 U Honden of Seeing Winds @Martina Pilcerova +55 U Hydroblast @Lake Hurwitz +56 R Inkwell Leviathan @Anthony Francisco +57 M Jace, the Mind Sculptor @Jason Chan +58 U Jetting Glasskite @Shishizaru +59 C Man-o'-War @Jon J Muth +60 C Memory Lapse @Greg Staples +61 U Merfolk Looter @Austin Hsu +62 R Mystical Tutor @Lindsey Look +63 C Oona's Grace @Rebecca Guay +64 C Peregrine Drake @Mike Bierek +65 C Phantom Monster @Richard Wright +66 U Phyrexian Ingester @Chris Rahn +67 U Prodigal Sorcerer @Eric Deschamps +68 U Quiet Speculation @John Avon +69 C Screeching Skaab @Clint Cearley +70 R Serendib Efreet @Matt Stewart +71 C Shoreline Ranger @Michael Sutfin +72 C Silent Departure @John Avon +73 U Sprite Noble @Randy Gallegos +74 C Stupefying Touch @Greg Opalinski +75 C Tidal Wave @Brian Snõddy +76 C Warden of Evos Isle @Nils Hamm +77 U Wonder @Rebecca Guay +78 U Animate Dead @Bastien L. Deharme +79 U Annihilate @Kev Walker +80 C Blightsoil Druid @Nils Hamm +81 U Blood Artist @Johannes Voss +82 R Braids, Cabal Minion @Eric Peterson +83 U Cabal Therapy @Raymond Swanland +84 C Carrion Feeder @Brian Snõddy +85 C Deadbridge Shaman @Nils Hamm +86 C Duress @Steven Belledin +87 R Entomb @Seb McKinnon +88 C Eyeblight's Ending @Ron Spears +89 C Gravedigger @Dermot Power +90 U Havoc Demon @Jack Wang +91 U Honden of Night's Reach @Jim Nelson +92 U Hymn to Tourach @Greg Staples +93 R Ichorid @rk post +94 C Innocent Blood @Carl Critchlow +95 U Lys Alana Scarblade @Christopher Moeller +96 R Malicious Affliction @Erica Yang +97 C Nausea @Willian Murai +98 M Necropotence @Dave Kendall +99 U Nekrataal @Christopher Moeller +100 C Night's Whisper @John Severin Brassell +101 U Phyrexian Gargantua @Igor Kieryluk +102 C Phyrexian Rager @Stephan Martiniere +103 C Plague Witch @Nelson DeCastro +104 C Prowling Pangolin @Tomasz Jedruszek +105 U Sengir Autocrat @Aaron Miller +106 R Sinkhole @Jonas De Ro +107 C Skulking Ghost @Robert Bliss +108 R Toxic Deluge @Svetlin Velinov +109 C Tragic Slip @Christopher Moeller +110 C Twisted Abomination @Daren Bader +111 C Urborg Uprising @Adam Rex +112 M Vampiric Tutor @Raymond Swanland +113 U Victimize @Craig J Spearing +114 R Visara the Dreadful @Kev Walker +115 C Wake of Vultures @Jeff Miracola +116 C Wakedancer @Austin Hsu +117 C Avarax @Greg Staples +118 U Battle Squadron @Mark Tedin +119 U Beetleback Chief @Wayne England +120 C Borderland Marauder @Scott M. Fischer +121 U Burning Vengeance @Raymond Swanland +122 C Carbonize @Lake Hurwitz +123 U Chain Lightning @Christopher Moeller +124 R Crater Hellion @Daren Bader +125 C Desperate Ravings @John Stanko +126 C Dragon Egg @Jack Wang +127 R Dualcaster Mage @Matt Stewart +128 C Faithless Looting @Gabor Szikszai +129 C Fervent Cathar @Steven Belledin +130 C Firebolt @Chris Rallis +131 U Flame Jab @rk post +132 R Gamble @Winona Nelson +133 U Ghitu Slinger @Clint Cearley +134 U Honden of Infinite Rage @John Avon +135 U Keldon Champion @Mark Tedin +136 C Keldon Marauders @Alex Horley-Orlandelli +137 C Kird Ape @Terese Nielsen +138 C Mogg Fanatic @Brom +139 C Mogg War Marshal @Jesper Ejsing +140 C Orcish Oriflamme @Ben Thompson +141 U Price of Progress @Yohann Schepacz +142 U Pyroblast @Lake Hurwitz +143 R Pyrokinesis @Igor Kieryluk +144 C Reckless Charge @Scott M. Fischer +145 R Rorix Bladewing @Clint Cearley +146 C Seismic Stomp @Chase Stone +147 R Siege-Gang Commander @Lucio Parrillo +148 M Sneak Attack @Tyler Jacobson +149 C Stingscourger @Wayne Reynolds +150 R Sulfuric Vortex @Greg Staples +151 U Tooth and Claw @Johann Bodin +152 C Undying Rage @Scott M. Fischer +153 C Wildfire Emissary @Richard Kane Ferguson +154 M Worldgorger Dragon @Wayne England +155 U Young Pyromancer @Cynthia Sheppard +156 C Abundant Growth @Vincent Proce +157 U Ancestral Mask @Magali Villeneuve +158 M Argothian Enchantress @Daren Bader +159 U Brawn @Matt Cavotta +160 U Centaur Chieftain @Justin Sweet +161 C Civic Wayfinder @Cyril Van Der Haegen +162 C Commune with the Gods @Aleksi Briclot +163 C Elephant Guide @Tomasz Jedruszek +164 C Elvish Vanguard @Steve Prescott +165 C Emperor Crocodile @Kev Walker +166 U Flinthoof Boar @Erica Yang +167 C Fog @Jaime Jones +168 U Gaea's Blessing @Rebecca Guay +169 R Green Sun's Zenith @David Rapoza +170 U Harmonize @Paul Lee +171 R Heritage Druid @Larry MacDougall +172 U Honden of Life's Web @Rob Alexander +173 R Imperious Perfect @Scott M. Fischer +174 U Invigorate @Mark Zug +175 C Llanowar Elves @Kev Walker +176 C Lys Alana Huntmaster @Pete Venters +177 M Natural Order @Terese Nielsen +178 C Nature's Claim @Raoul Vitale +179 C Nimble Mongoose @Kev Walker +180 U Rancor @Kev Walker +181 R Regal Force @Brandon Kitkouski +182 U Roar of the Wurm @Kev Walker +183 C Roots @Scott Murphy +184 C Seal of Strength @Noah Bradley +185 C Sentinel Spider @Vincent Proce +186 R Silvos, Rogue Elemental @Carl Critchlow +187 R Sylvan Library @Yeong-Hao Han +188 C Sylvan Might @Arnie Swekel +189 C Thornweald Archer @Dave Kendall +190 U Timberwatch Elf @Yohann Schepacz +191 C Werebear @Filip Burburan +192 U Wirewood Symbiote @Yohann Schepacz +193 R Xantid Swarm @David Martin +194 C Yavimaya Enchantress @Terese Nielsen +195 U Armadillo Cloak @Wayne Reynolds +196 R Baleful Strix @Nils Hamm +197 U Bloodbraid Elf @Raymond Swanland +198 R Brago, King Eternal @Karla Ortiz +199 M Dack Fayden @Eric Deschamps +200 U Extract from Darkness @Dallas Williams +201 U Flame-Kin Zealot @Arnie Swekel +202 R Glare of Subdual @Zoltan Boros & Gabor Szikszai +203 R Goblin Trenches @Filip Burburan +204 M Maelstrom Wanderer @Victor Adame Minguez +205 U Shaman of the Pack @Dan Scott +206 R Shardless Agent @Izzy +207 M Sphinx of the Steel Wind @Kev Walker +208 U Thunderclap Wyvern @Jason Felix +209 U Trygon Predator @Jack Wang +210 R Vindicate @Karla Ortiz +211 R Void @Jakub Kasper +212 U Wee Dragonauts @Greg Staples +213 U Zealous Persecution @Christopher Moeller +214 R Call the Skybreaker @Randy Gallegos +215 R Deathrite Shaman @Steve Argyle +216 R Giant Solifuge @Svetlin Velinov +217 U Torrent of Souls @Ian Edward Ameling +218 U Ashnod's Altar @Greg Staples +219 M Chrome Mox @Volkan Baǵa +220 R Duplicant @Marco Nelor +221 U Emmessi Tome @Craig J Spearing +222 R Goblin Charbelcher @Jesper Ejsing +223 R Isochron Scepter @Chippy +224 U Juggernaut @Kev Walker +225 M Mana Crypt @Matt Stewart +226 U Millikin @Alex Horley-Orlandelli +227 U Mindless Automaton @Brian Snõddy +228 R Nevinyrral's Disk @Steve Argyle +229 C Pilgrim's Eye @Dan Scott +230 U Prismatic Lens @Alan Pollack +231 U Relic of Progenitus @Jean-Sébastien Rossbach +232 R Sensei's Divining Top @Rob Alexander +233 U Ticking Gnomes @Wayne Reynolds +234 R Winter Orb @Brian Snõddy +235 U Worn Powerstone @Henry G. Higginbotham +236 C Bloodfell Caves @Adam Paquette +237 C Blossoming Sands @Sam Burley +238 C Dismal Backwater @Sam Burley +239 C Jungle Hollow @Eytan Zana +240 M Karakas @Drew Baker +241 R Maze of Ith @Yeong-Hao Han +242 U Mishra's Factory @Scott Chou +243 C Rugged Highlands @Eytan Zana +244 C Scoured Barrens @Eytan Zana +245 C Swiftwater Cliffs @Eytan Zana +246 C Thornwood Falls @Eytan Zana +247 C Tranquil Cove @John Avon +248 R Wasteland @Eytan Zana +249 C Wind-Scarred Crag @Eytan Zana [tokens] carnivore diff --git a/forge-gui/res/editions/European Land Program.txt b/forge-gui/res/editions/European Land Program.txt index 323a5235810..06a4ddb254d 100644 --- a/forge-gui/res/editions/European Land Program.txt +++ b/forge-gui/res/editions/European Land Program.txt @@ -6,18 +6,18 @@ Type=Promo ScryfallCode=PELP [cards] -1 C Forest -2 C Island -3 C Mountain -4 C Plains -5 C Swamp -6 C Forest -7 C Island -8 C Mountain -9 C Plains -10 C Swamp -11 C Forest -12 C Island -13 C Mountain -14 C Plains -15 C Swamp +1 C Forest @Scott Bailey +2 C Island @Ben Thompson +3 C Mountain @Kev Walker +4 C Plains @Mike Ploog +5 C Swamp @Scott Bailey +6 C Forest @Kev Walker +7 C Island @Eric Peterson +8 C Mountain @Scott Bailey +9 C Plains @Eric Peterson +10 C Swamp @Kev Walker +11 C Forest @Mike Ploog +12 C Island @Ben Thompson +13 C Mountain @Eric Peterson +14 C Plains @Ben Thompson +15 C Swamp @Mike Ploog diff --git a/forge-gui/res/editions/Eventide Promos.txt b/forge-gui/res/editions/Eventide Promos.txt index c3f75ab71e1..03a3e3350fd 100644 --- a/forge-gui/res/editions/Eventide Promos.txt +++ b/forge-gui/res/editions/Eventide Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PEVE [cards] -139★ R Figure of Destiny -157★ R Overbeing of Myth +139★ R Figure of Destiny @Scott M. Fischer +157★ R Overbeing of Myth @Zoltan Boros & Gabor Szikszai diff --git a/forge-gui/res/editions/Eventide.txt b/forge-gui/res/editions/Eventide.txt index a9dfe4f59cd..0a4dd55dc60 100644 --- a/forge-gui/res/editions/Eventide.txt +++ b/forge-gui/res/editions/Eventide.txt @@ -13,186 +13,186 @@ FatPackExtraSlots=40 BasicLands SHM ScryfallCode=EVE [cards] -65 C Aerie Ouphes -166 R Altar Golem -167 C Antler Skulkin -1 R Archon of Justice -33 R Ashling, the Extinguisher -132 R Balefire Liege -2 C Ballynock Trapper -17 C Banishing Knack -133 C Battlegate Mimic -81 U Batwing Brume -82 C Beckon Apparition -134 U Belligerent Hatchling -83 U Bloodied Ghost -66 R Bloom Tender -18 U Cache Raiders -98 R Call the Skybreaker -115 U Canker Abomination -116 U Cankerous Thirst -175 R Cascade Bluffs -84 U Cauldron Haze -3 C Cenn's Enlistment -49 U Chaotic Backlash -50 C Cinder Pyromancer -99 C Clout of the Dominus -149 R Cold-Eyed Selkie -100 R Crackleburr -101 U Crag Puca -34 U Creakwood Ghoul -117 R Creakwood Liege -35 U Crumbling Ashes -85 R Deathbringer Liege -118 R Deity of Scars -119 C Desecrator Hag -86 R Divinity of Pride -102 R Dominus of Fealty -120 R Doomgape -135 C Double Cleave -121 C Drain the Well -19 U Dream Fracture -20 C Dream Thief -136 C Duergar Assailant -51 U Duergar Cave-Guard -137 U Duergar Hedge-Mage -138 U Duergar Mine-Captain -67 U Duskdale Wurm -87 C Edge of the Divinity -4 R Endless Horizons -5 U Endure -88 R Evershrike -150 R Fable of Wolf and Owl -168 C Fang Skulkin -151 C Favor of the Overbeing -176 R Fetid Heath -52 R Fiery Bombardment -139 R Figure of Destiny -140 C Fire at Will -53 C Flame Jab -6 U Flickerwisp -177 R Flooded Grove -122 C Gift of the Deity -152 U Gilder Bairn -21 R Glamerdye -22 R Glen Elendra Archmage -153 C Grazing Kelpie -154 U Groundling Pouncer -89 U Gwyllion Hedge-Mage -123 U Hag Hedge-Mage -7 R Hallowed Burial -90 C Harvest Gwyllion -54 U Hatchet Bully -55 R Hateflayer -141 U Hearthfire Hobgoblin -56 C Heartlash Cinder -68 R Helix Pinnacle -142 C Hobgoblin Dragoon -169 C Hoof Skulkin -57 C Hotheaded Giant -23 U Idle Thoughts -58 U Impelled Giant -24 U Indigo Faerie -103 C Inside Out -25 R Inundate -155 U Invert the Skies -170 C Jawbone Skulkin -8 C Kithkin Spellduster -9 C Kithkin Zealot -171 R Leering Emblem -10 R Light from Within -36 U Lingering Tormentor -11 U Loyal Gyrfalcon -69 U Marshdrinker Giant -37 C Merrow Bonegnawer -26 C Merrow Levitator -104 R Mindwrack Liege -105 R Mirror Sheen -70 C Monstrify -143 U Moonhold -156 R Murkfiend Liege -38 R Necroskitter -39 R Needle Specter -71 C Nettle Sentinel -40 R Nightmare Incursion -91 C Nightsky Mimic -92 C Nip Gwyllion -144 R Nobilis of War -106 C Noggle Bandit -107 C Noggle Bridgebreaker -108 U Noggle Hedge-Mage -109 U Noggle Ransacker -124 U Noxious Hatchling -110 U Nucklavee -125 C Odious Trow -27 C Oona's Grace -59 U Outrage Shaman -157 R Overbeing of Myth -12 U Patrol Signaler -72 U Phosphorescent Feast -73 R Primalcrux -60 C Puncture Blast -93 R Pyrrhic Revival -126 U Quillspike -41 C Raven's Crime -28 U Razorfin Abolisher -13 C Recumbent Bliss -74 R Regal Force -61 R Rekindled Flame -127 C Rendclaw Trow -94 U Restless Apparition -145 R Rise of the Hobgoblins -111 C Riverfall Mimic -178 R Rugged Prairie -29 R Sanity Grinding -128 R Sapling of Colfenor -75 U Savage Conception -172 R Scarecrone -146 C Scourge of the Nobilis -158 U Selkie Hedge-Mage -173 C Shell Skulkin -159 C Shorecrasher Mimic -112 U Shrewd Hatchling -160 C Slippery Bogle -42 C Smoldering Butcher -161 C Snakeform -43 U Soot Imp -44 C Soul Reap -45 U Soul Snuffers -14 R Spirit of the Hearth -147 U Spitemare -162 R Spitting Image -179 R Springjack Pasture -15 U Springjack Shepherd -129 U Stalker Hag -62 R Stigma Lasher -95 R Stillmoon Cavalier -113 C Stream Hopper -163 U Sturdy Hatchling -16 U Suture Spirit -76 U Swirling Spriggan -46 U Syphon Life -47 C Talara's Bane -77 R Talara's Battalion -30 U Talonrend -63 R Thunderblust -78 C Tilling Treefolk -164 C Trapjaw Kelpie -180 R Twilight Mire -79 U Twinblade Slasher -48 R Umbra Stalker -96 C Unmake -114 U Unnerving Assault -64 U Unwilling Recruit -97 U Voracious Hatchling -31 R Wake Thrasher -174 R Ward of Bones -148 R Waves of Aggression -80 C Wickerbough Elder -32 C Wilderness Hypnotist -165 U Wistful Selkie -130 C Woodlurker Mimic -131 R Worm Harvest +65 C Aerie Ouphes @Jesper Ejsing +166 R Altar Golem @Rob Alexander +167 C Antler Skulkin @Dave Kendall +1 R Archon of Justice @Jason Chan +33 R Ashling, the Extinguisher @Wayne Reynolds +132 R Balefire Liege @Ralph Horsley +2 C Ballynock Trapper @Randy Gallegos +17 C Banishing Knack @Howard Lyon +133 C Battlegate Mimic @Franz Vohwinkel +81 U Batwing Brume @Richard Kane Ferguson +82 C Beckon Apparition @Larry MacDougall +134 U Belligerent Hatchling @Steve Prescott +83 U Bloodied Ghost @Mike Dringenberg +66 R Bloom Tender @Chippy +18 U Cache Raiders @Pete Venters +98 R Call the Skybreaker @Randy Gallegos +115 U Canker Abomination @Brandon Kitkouski +116 U Cankerous Thirst @Carl Frank +175 R Cascade Bluffs @Brandon Kitkouski +84 U Cauldron Haze @Brandon Kitkouski +3 C Cenn's Enlistment @Matt Cavotta +49 U Chaotic Backlash @Carl Frank +50 C Cinder Pyromancer @Greg Staples +99 C Clout of the Dominus @Jaime Jones +149 R Cold-Eyed Selkie @Jaime Jones +100 R Crackleburr @Mike Dringenberg +101 U Crag Puca @John Howe (Lorywn) +34 U Creakwood Ghoul @Thomas M. Baxa +117 R Creakwood Liege @Cole Eastburn +35 U Crumbling Ashes @Chuck Lukacs +85 R Deathbringer Liege @Drew Tucker +118 R Deity of Scars @Steve Prescott +119 C Desecrator Hag @Fred Harper +86 R Divinity of Pride @Greg Staples +102 R Dominus of Fealty @Kev Walker +120 R Doomgape @Dave Allsop +135 C Double Cleave @rk post +121 C Drain the Well @Warren Mahy +19 U Dream Fracture @Howard Lyon +20 C Dream Thief @Howard Lyon +136 C Duergar Assailant @Paul Bonner +51 U Duergar Cave-Guard @Dave Allsop +137 U Duergar Hedge-Mage @Dave Allsop +138 U Duergar Mine-Captain @Matt Cavotta +67 U Duskdale Wurm @Dan Dos Santos +87 C Edge of the Divinity @Dan Scott +4 R Endless Horizons @Joshua Hagler +5 U Endure @Ralph Horsley +88 R Evershrike @Dan Dos Santos +150 R Fable of Wolf and Owl @Heather Hudson +168 C Fang Skulkin @Ron Brown +151 C Favor of the Overbeing @Chippy +176 R Fetid Heath @Daarken +52 R Fiery Bombardment @Nils Hamm +139 R Figure of Destiny @Scott M. Fischer +140 C Fire at Will @Pete Venters +53 C Flame Jab @rk post +6 U Flickerwisp @Jeremy Enecio +177 R Flooded Grove @Dave Kendall +122 C Gift of the Deity @Steve Prescott +152 U Gilder Bairn @Nils Hamm +21 R Glamerdye @Ralph Horsley +22 R Glen Elendra Archmage @Warren Mahy +153 C Grazing Kelpie @Drew Tucker +154 U Groundling Pouncer @Richard Whitters +89 U Gwyllion Hedge-Mage @Todd Lockwood +123 U Hag Hedge-Mage @Scott Altmann +7 R Hallowed Burial @Dave Kendall +90 C Harvest Gwyllion @Nils Hamm +54 U Hatchet Bully @Paul Bonner +55 R Hateflayer @Thomas M. Baxa +141 U Hearthfire Hobgoblin @Steven Belledin +56 C Heartlash Cinder @Steve Prescott +68 R Helix Pinnacle @Dan Scott +142 C Hobgoblin Dragoon @Matt Cavotta +169 C Hoof Skulkin @Joshua Hagler +57 C Hotheaded Giant @Fred Harper +23 U Idle Thoughts @Steven Belledin +58 U Impelled Giant @Mark Zug +24 U Indigo Faerie @Steve Prescott +103 C Inside Out @Zoltan Boros & Gabor Szikszai +25 R Inundate @Mark Zug +155 U Invert the Skies @Randy Gallegos +170 C Jawbone Skulkin @Jeff Easley +8 C Kithkin Spellduster @Trevor Hairsine +9 C Kithkin Zealot @Scott Altmann +171 R Leering Emblem @Ron Brown +10 R Light from Within @Aleksi Briclot +36 U Lingering Tormentor @Joshua Hagler +11 U Loyal Gyrfalcon @Darrell Riche +69 U Marshdrinker Giant @Daarken +37 C Merrow Bonegnawer @Jim Nelson +26 C Merrow Levitator @Jim Pavelec +104 R Mindwrack Liege @Richard Whitters +105 R Mirror Sheen @John Avon +70 C Monstrify @Lars Grant-West +143 U Moonhold @Mike Dringenberg +156 R Murkfiend Liege @Carl Critchlow +38 R Necroskitter @Jaime Jones +39 R Needle Specter @Christopher Moeller +71 C Nettle Sentinel @Kev Walker +40 R Nightmare Incursion @Chuck Lukacs +91 C Nightsky Mimic @Franz Vohwinkel +92 C Nip Gwyllion @Alex Horley-Orlandelli +144 R Nobilis of War @Christopher Moeller +106 C Noggle Bandit @Thomas Denmark +107 C Noggle Bridgebreaker @Thomas M. Baxa +108 U Noggle Hedge-Mage @Larry MacDougall +109 U Noggle Ransacker @Alex Horley-Orlandelli +124 U Noxious Hatchling @Nils Hamm +110 U Nucklavee @Trevor Hairsine +125 C Odious Trow @Warren Mahy +27 C Oona's Grace @Rebecca Guay +59 U Outrage Shaman @Cole Eastburn +157 R Overbeing of Myth @Chippy +12 U Patrol Signaler @Steve Prescott +72 U Phosphorescent Feast @Ron Spencer +73 R Primalcrux @Wayne Reynolds +60 C Puncture Blast @Carl Critchlow +93 R Pyrrhic Revival @Richard Kane Ferguson +126 U Quillspike @Carl Critchlow +41 C Raven's Crime @Warren Mahy +28 U Razorfin Abolisher @William O'Connor +13 C Recumbent Bliss @Todd Lockwood +74 R Regal Force @Brandon Kitkouski +61 R Rekindled Flame @Zoltan Boros & Gabor Szikszai +127 C Rendclaw Trow @Warren Mahy +94 U Restless Apparition @Jeff Easley +145 R Rise of the Hobgoblins @Jeff Miracola +111 C Riverfall Mimic @Franz Vohwinkel +178 R Rugged Prairie @Fred Fields +29 R Sanity Grinding @Lars Grant-West +128 R Sapling of Colfenor @John Avon +75 U Savage Conception @William O'Connor +172 R Scarecrone @Jesper Ejsing +146 C Scourge of the Nobilis @Dan Scott +158 U Selkie Hedge-Mage @Larry MacDougall +173 C Shell Skulkin @Cole Eastburn +159 C Shorecrasher Mimic @Franz Vohwinkel +112 U Shrewd Hatchling @Carl Frank +160 C Slippery Bogle @Dave Allsop +42 C Smoldering Butcher @Zoltan Boros & Gabor Szikszai +161 C Snakeform @Jim Nelson +43 U Soot Imp @Jesper Ejsing +44 C Soul Reap @Izzy +45 U Soul Snuffers @Izzy +14 R Spirit of the Hearth @Jason Chan +147 U Spitemare @Matt Cavotta +162 R Spitting Image @Jim Nelson +179 R Springjack Pasture @Terese Nielsen +15 U Springjack Shepherd @Thomas Denmark +129 U Stalker Hag @Dave Kendall +62 R Stigma Lasher @Aleksi Briclot +95 R Stillmoon Cavalier @Christopher Moeller +113 C Stream Hopper @Dave Allsop +163 U Sturdy Hatchling @Darrell Riche +16 U Suture Spirit @Larry MacDougall +76 U Swirling Spriggan @Thomas M. Baxa +46 U Syphon Life @Dan Seagrave +47 C Talara's Bane @Joshua Hagler +77 R Talara's Battalion @Todd Lockwood +30 U Talonrend @Nils Hamm +63 R Thunderblust @Dan Scott +78 C Tilling Treefolk @rk post +164 C Trapjaw Kelpie @Lars Grant-West +180 R Twilight Mire @Rob Alexander +79 U Twinblade Slasher @Trevor Hairsine +48 R Umbra Stalker @Daarken +96 C Unmake @Steven Belledin +114 U Unnerving Assault @Ron Spencer +64 U Unwilling Recruit @Dave Allsop +97 U Voracious Hatchling @Jeremy Enecio +31 R Wake Thrasher @Jesper Ejsing +174 R Ward of Bones @David Martin +148 R Waves of Aggression @Jim Pavelec +80 C Wickerbough Elder @Jesper Ejsing +32 C Wilderness Hypnotist @Rebecca Guay +165 U Wistful Selkie @Mark Tedin +130 C Woodlurker Mimic @Franz Vohwinkel +131 R Worm Harvest @Chuck Lukacs [tokens] w_0_1_goat diff --git a/forge-gui/res/editions/Exodus Promos.txt b/forge-gui/res/editions/Exodus Promos.txt index 813b81def32..128ef924359 100644 --- a/forge-gui/res/editions/Exodus Promos.txt +++ b/forge-gui/res/editions/Exodus Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PEXO [cards] -89 R Monstrous Hound +89 R Monstrous Hound @Dermot Power diff --git a/forge-gui/res/editions/Exodus.txt b/forge-gui/res/editions/Exodus.txt index b02de983cc6..175abecc1f0 100644 --- a/forge-gui/res/editions/Exodus.txt +++ b/forge-gui/res/editions/Exodus.txt @@ -11,149 +11,149 @@ Foil=NotSupported ScryfallCode=EXO [cards] -27 C AEther Tide -1 C Allay -79 C Anarchist -2 C Angelic Blessing -105 C Avenging Druid -106 C Bequeathal -53 C Carnophage -107 U Cartographer -54 C Cat Burglar -3 R Cataclysm -4 C Charging Paladin -80 C Cinder Crawler -143 R City of Traitors -131 R Coat of Arms -5 R Convalescence -108 U Crashing Boars -55 C Culling the Weak -28 C Cunning -29 U Curiosity -56 C Cursed Flesh -57 U Dauthi Cutthroat -58 C Dauthi Jackal -59 U Dauthi Warlord -60 C Death's Duet -81 C Dizzying Gaze -30 R Dominating Licid -109 U Elven Palisade -110 C Elvish Berserker -61 R Entropic Specter -31 R Ephemeron -32 R Equilibrium -132 R Erratic Portal -33 R Ertai, Wizard Adept -6 R Exalted Dragon -34 C Fade Away -82 R Fighting Chance -83 U Flowstone Flood -35 U Forbid -62 U Fugue -84 C Furnace Brood -63 C Grollub -64 R Hatred -7 U High Ground -111 C Jackalope Herd -112 U Keeper of the Beasts -65 U Keeper of the Dead -85 U Keeper of the Flame -8 U Keeper of the Light -36 U Keeper of the Mind -37 U Killer Whale -9 C Kor Chant -10 R Limited Resources -86 C Mage il-Vec -38 U Mana Breach -113 R Manabond -87 C Maniacal Rage -133 U Medicine Bag -134 R Memory Crystal -39 C Merfolk Looter -66 U Mind Maggots -40 R Mind Over Matter -135 R Mindless Automaton -41 U Mirozel -114 R Mirri, Cat Warrior -88 U Mogg Assassin -89 R Monstrous Hound -67 C Nausea -68 U Necrologia -136 R Null Brooch -115 R Oath of Druids -69 R Oath of Ghouls -11 R Oath of Lieges -90 R Oath of Mages -42 R Oath of Scholars -91 R Ogre Shaman -92 C Onslaught -12 R Paladin en-Vec -93 R Pandemonium -94 U Paroxysm -13 U Peace of Mind -14 U Pegasus Stampede -15 U Penance -70 R Pit Spawn -71 R Plaguebearer -116 C Plated Rootwalla -117 C Predatory Hunger -95 U Price of Progress -118 C Pygmy Troll -119 C Rabid Wolverines -96 C Raging Goblin -97 R Ravenous Baboons -16 C Reaping the Rewards -98 C Reckless Ogre -120 C Reclaim -17 U Reconnaissance -72 R Recurring Nightmare -121 U Resuscitate -43 C Robe of Mirrors -122 C Rootwater Alligator -44 C Rootwater Mystic -99 U Sabertooth Wyvern -100 U Scalding Salamander -73 C Scare Tactics -45 C School of Piranha -46 U Scrivener -101 R Seismic Assault -18 C Shackles -102 C Shattering Pulse -19 C Shield Mate -137 U Skyshaper -123 U Skyshroud Elite -124 R Skyshroud War Beast -74 U Slaughter -20 C Soltari Visionary -125 U Song of Serenity -103 C Sonic Burst -21 C Soul Warden -138 U Spellbook -104 U Spellshock -139 R Sphere of Resistance -75 U Spike Cannibal -126 R Spike Hatcher -127 U Spike Rogue -128 R Spike Weaver -22 C Standing Troops -129 R Survival of the Fittest -47 R Thalakos Drifters -48 C Thalakos Scout -49 C Theft of Dreams -140 R Thopter Squadron -76 C Thrull Surgeon -141 U Transmogrifying Licid -23 U Treasure Hunter -50 U Treasure Trove -77 C Vampire Hounds -78 R Volrath's Dungeon -24 R Wall of Nets -51 C Wayward Soul -25 C Welkin Hawk -52 C Whiptongue Frog -130 C Wood Elves -142 R Workhorse -26 U Zealots en-Dal +27 C Aether Tide @Andrew Robinson +1 C Allay @Randy Gallegos +79 C Anarchist @Brom +2 C Angelic Blessing @Mark Zug +105 C Avenging Druid @Daren Bader +106 C Bequeathal @D. Alexander Gregory +53 C Carnophage @Pete Venters +107 U Cartographer @Jeff Laubenstein +54 C Cat Burglar @DiTerlizzi +3 R Cataclysm @Jim Nelson +4 C Charging Paladin @Ciruelo +80 C Cinder Crawler @Jim Nelson +143 R City of Traitors @Kev Walker +131 R Coat of Arms @Scott M. Fischer +5 R Convalescence @D. Alexander Gregory +108 U Crashing Boars @Ron Spencer +55 C Culling the Weak @Scott M. Fischer +28 C Cunning @Kev Walker +29 U Curiosity @Val Mayerik +56 C Cursed Flesh @Ron Spencer +57 U Dauthi Cutthroat @Dermot Power +58 C Dauthi Jackal @Adam Rex +59 U Dauthi Warlord @Kev Walker +60 C Death's Duet @Keith Parkinson +81 C Dizzying Gaze @Thomas M. Baxa +30 R Dominating Licid @Heather Hudson +109 U Elven Palisade @Mark Zug +110 C Elvish Berserker @Paolo Parente +61 R Entropic Specter @Ron Spencer +31 R Ephemeron @Keith Parkinson +32 R Equilibrium @Jeff Miracola +132 R Erratic Portal @John Matson +33 R Ertai, Wizard Adept @Terese Nielsen +6 R Exalted Dragon @Matthew D. Wilson +34 C Fade Away @Jeff Miracola +82 R Fighting Chance @Mike Raabe +83 U Flowstone Flood @Paolo Parente +35 U Forbid @Scott Kirschner +62 U Fugue @Randy Gallegos +84 C Furnace Brood @Jeff Miracola +63 C Grollub @Chippy +64 R Hatred @Brom +7 U High Ground @rk post +111 C Jackalope Herd @Ron Spencer +112 U Keeper of the Beasts @rk post +65 U Keeper of the Dead @Brom +85 U Keeper of the Flame @Terese Nielsen +8 U Keeper of the Light @D. Alexander Gregory +36 U Keeper of the Mind @Matthew D. Wilson +37 U Killer Whale @Stephen Daniele +9 C Kor Chant @John Matson +10 R Limited Resources @Keith Parkinson +86 C Mage il-Vec @John Matson +38 U Mana Breach @Rebecca Guay +113 R Manabond @Stephen Daniele +87 C Maniacal Rage @Pete Venters +133 U Medicine Bag @DiTerlizzi +134 R Memory Crystal @Michael Sutfin +39 C Merfolk Looter @Ron Spencer +66 U Mind Maggots @Ron Spencer +40 R Mind Over Matter @Keith Parkinson +135 R Mindless Automaton @Brian Snõddy +41 U Mirozel @Jim Nelson +114 R Mirri, Cat Warrior @Daren Bader +88 U Mogg Assassin @Dermot Power +89 R Monstrous Hound @Dermot Power +67 C Nausea @Jeff Miracola +68 U Necrologia @Brom +136 R Null Brooch @DiTerlizzi +115 R Oath of Druids @Daren Bader +69 R Oath of Ghouls @Brom +11 R Oath of Lieges @Mark Zug +90 R Oath of Mages @Keith Parkinson +42 R Oath of Scholars @Michael Sutfin +91 R Ogre Shaman @Paolo Parente +92 C Onslaught @Paolo Parente +12 R Paladin en-Vec @Randy Elliott +93 R Pandemonium @Pete Venters +94 U Paroxysm @Scott Kirschner +13 U Peace of Mind @Randy Elliott +14 U Pegasus Stampede @Mark Zug +15 U Penance @Terese Nielsen +70 R Pit Spawn @Thomas M. Baxa +71 R Plaguebearer @Ron Spencer +116 C Plated Rootwalla @Randy Elliott +117 C Predatory Hunger @Brom +95 U Price of Progress @Richard Kane Ferguson +118 C Pygmy Troll @Daniel Gelon +119 C Rabid Wolverines @Daren Bader +96 C Raging Goblin @Brian Snõddy +97 R Ravenous Baboons @Daren Bader +16 C Reaping the Rewards @Heather Hudson +98 C Reckless Ogre @Paolo Parente +120 C Reclaim @Andrew Robinson +17 U Reconnaissance @Val Mayerik +72 R Recurring Nightmare @Jeff Laubenstein +121 U Resuscitate @Rebecca Guay +43 C Robe of Mirrors @John Matson +122 C Rootwater Alligator @Stephen Daniele +44 C Rootwater Mystic @Michael Sutfin +99 U Sabertooth Wyvern @Keith Parkinson +100 U Scalding Salamander @Terese Nielsen +73 C Scare Tactics @DiTerlizzi +45 C School of Piranha @Daren Bader +46 U Scrivener @Heather Hudson +101 R Seismic Assault @Dermot Power +18 C Shackles @Heather Hudson +102 C Shattering Pulse @Donato Giancola +19 C Shield Mate @Randy Elliott +137 U Skyshaper @Donato Giancola +123 U Skyshroud Elite @Paolo Parente +124 R Skyshroud War Beast @Jim Nelson +74 U Slaughter @Pete Venters +20 C Soltari Visionary @Adam Rex +125 U Song of Serenity @DiTerlizzi +103 C Sonic Burst @Brian Snõddy +21 C Soul Warden @Randy Gallegos +138 U Spellbook @Ciruelo +104 U Spellshock @Thomas M. Baxa +139 R Sphere of Resistance @Doug Chaffee +75 U Spike Cannibal @Joel Biske +126 R Spike Hatcher @Stephen Daniele +127 U Spike Rogue @Heather Hudson +128 R Spike Weaver @Mike Raabe +22 C Standing Troops @Daren Bader +129 R Survival of the Fittest @Pete Venters +47 R Thalakos Drifters @Andrew Robinson +48 C Thalakos Scout @John Matson +49 C Theft of Dreams @Richard Kane Ferguson +140 R Thopter Squadron @Doug Chaffee +76 C Thrull Surgeon @rk post +141 U Transmogrifying Licid @Jim Nelson +23 U Treasure Hunter @Adam Rex +50 U Treasure Trove @Michael Sutfin +77 C Vampire Hounds @Kev Walker +78 R Volrath's Dungeon @Stephen Daniele +24 R Wall of Nets @Terese Nielsen +51 C Wayward Soul @M. W. Kaluta & DiTerlizzi +25 C Welkin Hawk @Rob Alexander +52 C Whiptongue Frog @Jeff Miracola +130 C Wood Elves @Rebecca Guay +142 R Workhorse @DiTerlizzi +26 U Zealots en-Dal @Brom [tokens] c_1_1_a_thopter_flying diff --git a/forge-gui/res/editions/Explorers of Ixalan.txt b/forge-gui/res/editions/Explorers of Ixalan.txt index 8f08b268312..e2feb3a0cbc 100644 --- a/forge-gui/res/editions/Explorers of Ixalan.txt +++ b/forge-gui/res/editions/Explorers of Ixalan.txt @@ -8,53 +8,53 @@ Type=Boxed_Set ScryfallCode=E02 [cards] -1 R Beacon of Immortality -2 R Day of Judgment -3 U Path to Exile -4 R Shielded by Faith -5 C Veteran's Reflexes -6 U Vow of Duty -7 R Aether Gale -8 R Blatant Thievery -9 U Concentrate -10 R Merfolk Sovereign -11 R Threads of Disloyalty -12 M Time Warp -13 C Unsummon -14 U Vow of Flight -15 U Bloodbond Vampire -16 C Child of Night -17 C Coat with Venom -18 U Doom Blade -19 C Innocent Blood -20 M Necropolis Regent -21 U Urge to Feed -22 C Vampire Interloper -23 U Vampire Nighthawk -24 C Vampire Noble -25 R Aggravated Assault -26 R Disaster Radius -27 R Mass Mutiny -28 C Rush of Adrenaline -29 R Shared Animosity -30 U Vow of Lightning -31 C Borderland Ranger -32 C Giant Growth -33 R Hunter's Prowess -34 C Prey Upon -35 U Rancor -36 R Soul of the Harvest -37 U Vow of Wildness -38 U Jungle Barrier -39 U Lightning Helix -40 U Mortify -41 U Zealous Persecution -42 R Adaptive Automaton -43 U Prismatic Lens -44 R Quicksilver Amulet -45 U Crumbling Necropolis -46 U Jungle Shrine -47 U Tainted Field +1 R Beacon of Immortality @Rob Alexander +2 R Day of Judgment @Vincent Proce +3 U Path to Exile @Todd Lockwood +4 R Shielded by Faith @David Palumbo +5 C Veteran's Reflexes @Scott Chou +6 U Vow of Duty @Wayne Reynolds +7 R Aether Gale @Jack Wang +8 R Blatant Thievery @Victor Adame Minguez +9 U Concentrate @rk post +10 R Merfolk Sovereign @Slawomir Maniak +11 R Threads of Disloyalty @Anthony S. Waters +12 M Time Warp @Jon Foster +13 C Unsummon @Izzy +14 U Vow of Flight @Erica Yang +15 U Bloodbond Vampire @Anna Steinbauer +16 C Child of Night @Ash Wood +17 C Coat with Venom @Johann Bodin +18 U Doom Blade @Chippy +19 C Innocent Blood @Carl Critchlow +20 M Necropolis Regent @Winona Nelson +21 U Urge to Feed @Johann Bodin +22 C Vampire Interloper @James Ryman +23 U Vampire Nighthawk @Jason Chan +24 C Vampire Noble @Ryan Alexander Lee +25 R Aggravated Assault @Greg Staples +26 R Disaster Radius @James Paick +27 R Mass Mutiny @Sidharth Chaturvedi +28 C Rush of Adrenaline @Chris Rallis +29 R Shared Animosity @Chuck Lukacs +30 U Vow of Lightning @Svetlin Velinov +31 C Borderland Ranger @Zoltan Boros +32 C Giant Growth @Matt Cavotta +33 R Hunter's Prowess @Greg Staples +34 C Prey Upon @Deruchenko Alexander +35 U Rancor @Kev Walker +36 R Soul of the Harvest @Eytan Zana +37 U Vow of Wildness @Jim Pavelec +38 U Jungle Barrier @Christine Choi +39 U Lightning Helix @Kev Walker +40 U Mortify @Nils Hamm +41 U Zealous Persecution @Sara Winters +42 R Adaptive Automaton @Igor Kieryluk +43 U Prismatic Lens @Alan Pollack +44 R Quicksilver Amulet @Brad Rigney +45 U Crumbling Necropolis @Volkan Baǵa +46 U Jungle Shrine @Rob Alexander +47 U Tainted Field @Don Hazeltine [tokens] g_1_1_saproling diff --git a/forge-gui/res/editions/Fallen Empires.txt b/forge-gui/res/editions/Fallen Empires.txt index ab17b31c90e..251c4facab0 100644 --- a/forge-gui/res/editions/Fallen Empires.txt +++ b/forge-gui/res/editions/Fallen Empires.txt @@ -12,193 +12,193 @@ Foil=NotSupported ScryfallCode=FEM [cards] -81 R Aeolipile -33a C Armor Thrull -33b C Armor Thrull -33c C Armor Thrull -33d C Armor Thrull -82 R Balm of Restoration -34a C Basal Thrull -34b C Basal Thrull -34c C Basal Thrull -34d C Basal Thrull -92 R Bottomless Vault -49a C Brassclaw Orcs -49b C Brassclaw Orcs -49c C Brassclaw Orcs -49d C Brassclaw Orcs -35 U Breeding Pit -1a C Combat Medic -1b C Combat Medic -1c C Combat Medic -1d C Combat Medic -83 R Conch Horn -17 U Deep Spawn -84 C Delif's Cone -85 R Delif's Cube -36 R Derelor -86 R Draconian Cylix -50 R Dwarven Armorer -51 U Dwarven Catapult -93 R Dwarven Hold -52 U Dwarven Lieutenant -94 U Dwarven Ruins -53a C Dwarven Soldier -53b C Dwarven Soldier -53c C Dwarven Soldier -37 R Ebon Praetor -95 U Ebon Stronghold -65a C Elven Fortress -65b C Elven Fortress -65c C Elven Fortress -65d C Elven Fortress -87 R Elven Lyre -66 R Elvish Farmer -67a C Elvish Hunter -67b C Elvish Hunter -67c C Elvish Hunter -68a C Elvish Scout -68b C Elvish Scout -68c C Elvish Scout -2 U Farrel's Mantle -3a C Farrel's Zealot -3b C Farrel's Zealot -3c C Farrel's Zealot -4 U Farrelite Priest -69 U Feral Thallid -70 R Fungal Bloom -54a C Goblin Chirurgeon -54b C Goblin Chirurgeon -54c C Goblin Chirurgeon -55 R Goblin Flotilla -56a C Goblin Grenade -56b C Goblin Grenade -56c C Goblin Grenade -57 U Goblin Kites -58a C Goblin War Drums -58b C Goblin War Drums -58c C Goblin War Drums -58d C Goblin War Drums -59 R Goblin Warrens -5 R Hand of Justice -96 U Havenwood Battleground -6 U Heroism -18a C High Tide -18b C High Tide -18c C High Tide -97 R Hollow Trees -19a C Homarid -19b C Homarid -19c C Homarid -19d C Homarid -20 R Homarid Shaman -21 U Homarid Spawning Bed -22a C Homarid Warrior -22b C Homarid Warrior -22c C Homarid Warrior -38a C Hymn to Tourach -38b C Hymn to Tourach -38c C Hymn to Tourach -38d C Hymn to Tourach -7a C Icatian Infantry -7b C Icatian Infantry -7c C Icatian Infantry -7d C Icatian Infantry -8a C Icatian Javelineers -8b C Icatian Javelineers -8c C Icatian Javelineers -9 R Icatian Lieutenant -10a C Icatian Moneychanger -10b C Icatian Moneychanger -10c C Icatian Moneychanger -11 U Icatian Phalanx -12 U Icatian Priest -13a C Icatian Scout -13b C Icatian Scout -13c C Icatian Scout -13d C Icatian Scout -14 R Icatian Skirmishers -98 R Icatian Store -15 R Icatian Town -88 R Implements of Sacrifice -39a C Initiates of the Ebon Hand -39b C Initiates of the Ebon Hand -39c C Initiates of the Ebon Hand -23a C Merseine -23b C Merseine -23c C Merseine -23d C Merseine -40a C Mindstab Thrull -40b C Mindstab Thrull -40c C Mindstab Thrull -41a C Necrite -41b C Necrite -41c C Necrite -71a C Night Soil -71b C Night Soil -71c C Night Soil -60 U Orcish Captain -61a C Orcish Spy -61b C Orcish Spy -61c C Orcish Spy -62a C Orcish Veteran -62b C Orcish Veteran -62c C Orcish Veteran -62d C Orcish Veteran -16a C Order of Leitbur -16b C Order of Leitbur -16c C Order of Leitbur -42a C Order of the Ebon Hand -42b C Order of the Ebon Hand -42c C Order of the Ebon Hand -63 R Orgg -64 U Raiding Party -99 R Rainbow Vale -89 R Ring of Renewal -24 R River Merfolk -100 U Ruins of Trokair -101 R Sand Silos -25 U Seasinger -43 U Soul Exchange -90 R Spirit Shield -72a C Spore Cloud -72b C Spore Cloud -72c C Spore Cloud -73 U Spore Flower -26 U Svyelunite Priest -102 U Svyelunite Temple -74a C Thallid -74b C Thallid -74c C Thallid -74d C Thallid -75 U Thallid Devourer -76 U Thelon's Chant -77 R Thelon's Curse -78 U Thelonite Druid -79 R Thelonite Monk -80a C Thorn Thallid -80b C Thorn Thallid -80c C Thorn Thallid -80d C Thorn Thallid -44 R Thrull Champion -45 U Thrull Retainer -46 U Thrull Wizard -27a C Tidal Flats -27b C Tidal Flats -27c C Tidal Flats -28 U Tidal Influence -47 U Tourach's Chant -48 R Tourach's Gate -29 R Vodalian Knights -30a C Vodalian Mage -30b C Vodalian Mage -30c C Vodalian Mage -31a C Vodalian Soldiers -31b C Vodalian Soldiers -31c C Vodalian Soldiers -31d C Vodalian Soldiers -32 R Vodalian War Machine -91 R Zelyon Sword +81 R Aeolipile @Heather Hudson +33a C Armor Thrull @Pete Venters +33b C Armor Thrull @Ron Spencer +33c C Armor Thrull @Jeff A. Menges +33d C Armor Thrull @Scott Kirschner +82 R Balm of Restoration @Margaret Organ-Kean +34a C Basal Thrull @Kaja Foglio +34b C Basal Thrull @Phil Foglio +34c C Basal Thrull @Richard Kane Ferguson +34d C Basal Thrull @Christopher Rush +92 R Bottomless Vault @Pat Morrissey +49a C Brassclaw Orcs @Rob Alexander +49b C Brassclaw Orcs @Dan Frazier +49c C Brassclaw Orcs @Rob Alexander +49d C Brassclaw Orcs @Heather Hudson +35 U Breeding Pit @Anson Maddocks +1a C Combat Medic @Edward P. Beard, Jr. +1b C Combat Medic @Susan Van Camp +1c C Combat Medic @Anson Maddocks +1d C Combat Medic @Liz Danforth +83 R Conch Horn @Phil Foglio +17 U Deep Spawn @Mark Tedin +84 C Delif's Cone @Mark Tedin +85 R Delif's Cube @Mark Tedin +36 R Derelor @Anson Maddocks +86 R Draconian Cylix @Edward P. Beard, Jr. +50 R Dwarven Armorer @Bryon Wackwitz +51 U Dwarven Catapult @Jeff A. Menges +93 R Dwarven Hold @Pat Morrissey +52 U Dwarven Lieutenant @Jeff A. Menges +94 U Dwarven Ruins @Mark Poole +53a C Dwarven Soldier @Rob Alexander +53b C Dwarven Soldier @Randy Asplund-Faith +53c C Dwarven Soldier @Douglas Shuler +37 R Ebon Praetor @Randy Asplund-Faith +95 U Ebon Stronghold @Mark Poole +65a C Elven Fortress @Pete Venters +65b C Elven Fortress @Randy Asplund-Faith +65c C Elven Fortress @Mark Poole +65d C Elven Fortress @Tom Wänerstrand +87 R Elven Lyre @Kaja Foglio +66 R Elvish Farmer @Richard Kane Ferguson +67a C Elvish Hunter @Mark Poole +67b C Elvish Hunter @Anson Maddocks +67c C Elvish Hunter @Susan Van Camp +68a C Elvish Scout @Mark Poole +68b C Elvish Scout @Pete Venters +68c C Elvish Scout @Christopher Rush +2 U Farrel's Mantle @Anthony S. Waters +3a C Farrel's Zealot @Melissa A. Benson +3b C Farrel's Zealot @Richard Kane Ferguson +3c C Farrel's Zealot @Edward P. Beard, Jr. +4 U Farrelite Priest @Phil Foglio +69 U Feral Thallid @Rob Alexander +70 R Fungal Bloom @Daniel Gelon +54a C Goblin Chirurgeon @Daniel Gelon +54b C Goblin Chirurgeon @Phil Foglio +54c C Goblin Chirurgeon @Dan Frazier +55 R Goblin Flotilla @Tom Wänerstrand +56a C Goblin Grenade @Ron Spencer +56b C Goblin Grenade @Dan Frazier +56c C Goblin Grenade @Christopher Rush +57 U Goblin Kites @Anson Maddocks +58a C Goblin War Drums @Dan Frazier +58b C Goblin War Drums @Richard Kane Ferguson +58c C Goblin War Drums @Heather Hudson +58d C Goblin War Drums @Jeff A. Menges +59 R Goblin Warrens @Dan Frazier +5 R Hand of Justice @Melissa A. Benson +96 U Havenwood Battleground @Mark Poole +6 U Heroism @Mark Poole +18a C High Tide @Drew Tucker +18b C High Tide @Anson Maddocks +18c C High Tide @Amy Weber +97 R Hollow Trees @Pat Morrissey +19a C Homarid @Quinton Hoover +19b C Homarid @Heather Hudson +19c C Homarid @Mark Tedin +19d C Homarid @Bryon Wackwitz +20 R Homarid Shaman @Amy Weber +21 U Homarid Spawning Bed @Douglas Shuler +22a C Homarid Warrior @Daniel Gelon +22b C Homarid Warrior @Randy Asplund-Faith +22c C Homarid Warrior @Douglas Shuler +38a C Hymn to Tourach @Susan Van Camp +38b C Hymn to Tourach @Liz Danforth +38c C Hymn to Tourach @Quinton Hoover +38d C Hymn to Tourach @Scott Kirschner +7a C Icatian Infantry @Edward P. Beard, Jr. +7b C Icatian Infantry @Christopher Rush +7c C Icatian Infantry @Douglas Shuler +7d C Icatian Infantry @Drew Tucker +8a C Icatian Javelineers @Melissa A. Benson +8b C Icatian Javelineers @Edward P. Beard, Jr. +8c C Icatian Javelineers @Scott Kirschner +9 R Icatian Lieutenant @Pete Venters +10a C Icatian Moneychanger @Drew Tucker +10b C Icatian Moneychanger @Edward P. Beard, Jr. +10c C Icatian Moneychanger @Melissa A. Benson +11 U Icatian Phalanx @Kaja Foglio +12 U Icatian Priest @Drew Tucker +13a C Icatian Scout @Richard Kane Ferguson +13b C Icatian Scout @Douglas Shuler +13c C Icatian Scout @Rob Alexander +13d C Icatian Scout @Phil Foglio +14 R Icatian Skirmishers @Heather Hudson +98 R Icatian Store @Pat Morrissey +15 R Icatian Town @Tom Wänerstrand +88 R Implements of Sacrifice @Margaret Organ-Kean +39a C Initiates of the Ebon Hand @Heather Hudson +39b C Initiates of the Ebon Hand @Liz Danforth +39c C Initiates of the Ebon Hand @Kaja Foglio +23a C Merseine @Heather Hudson +23b C Merseine @Margaret Organ-Kean +23c C Merseine @Drew Tucker +23d C Merseine @Pete Venters +40a C Mindstab Thrull @Richard Kane Ferguson +40b C Mindstab Thrull @Heather Hudson +40c C Mindstab Thrull @Mark Tedin +41a C Necrite @Ron Spencer +41b C Necrite @Christopher Rush +41c C Necrite @Drew Tucker +71a C Night Soil @Sandra Everingham +71b C Night Soil @Heather Hudson +71c C Night Soil @Drew Tucker +60 U Orcish Captain @Mark Tedin +61a C Orcish Spy @Susan Van Camp +61b C Orcish Spy @Daniel Gelon +61c C Orcish Spy @Pete Venters +62a C Orcish Veteran @Douglas Shuler +62b C Orcish Veteran @Dan Frazier +62c C Orcish Veteran @Quinton Hoover +62d C Orcish Veteran @Melissa A. Benson +16a C Order of Leitbur @Bryon Wackwitz +16b C Order of Leitbur @Bryon Wackwitz +16c C Order of Leitbur @Randy Asplund-Faith +42a C Order of the Ebon Hand @Melissa A. Benson +42b C Order of the Ebon Hand @Christopher Rush +42c C Order of the Ebon Hand @Ron Spencer +63 R Orgg @Daniel Gelon +64 U Raiding Party @Quinton Hoover +99 R Rainbow Vale @Kaja Foglio +89 R Ring of Renewal @Douglas Shuler +24 R River Merfolk @Douglas Shuler +100 U Ruins of Trokair @Mark Poole +101 R Sand Silos @Pat Morrissey +25 U Seasinger @Amy Weber +43 U Soul Exchange @Anthony S. Waters +90 R Spirit Shield @Scott Kirschner +72a C Spore Cloud @Susan Van Camp +72b C Spore Cloud @Jesper Myrfors +72c C Spore Cloud @Amy Weber +73 U Spore Flower @Margaret Organ-Kean +26 U Svyelunite Priest @Ron Spencer +102 U Svyelunite Temple @Mark Poole +74a C Thallid @Edward P. Beard, Jr. +74b C Thallid @Jesper Myrfors +74c C Thallid @Ron Spencer +74d C Thallid @Daniel Gelon +75 U Thallid Devourer @Ron Spencer +76 U Thelon's Chant @Melissa A. Benson +77 R Thelon's Curse @Pete Venters +78 U Thelonite Druid @Margaret Organ-Kean +79 R Thelonite Monk @Bryon Wackwitz +80a C Thorn Thallid @Daniel Gelon +80b C Thorn Thallid @Heather Hudson +80c C Thorn Thallid @Jesper Myrfors +80d C Thorn Thallid @Mark Tedin +44 R Thrull Champion @Daniel Gelon +45 U Thrull Retainer @Ron Spencer +46 U Thrull Wizard @Anson Maddocks +27a C Tidal Flats @Rob Alexander +27b C Tidal Flats @Rob Alexander +27c C Tidal Flats @Sandra Everingham +28 U Tidal Influence @Tom Wänerstrand +47 U Tourach's Chant @Richard Kane Ferguson +48 R Tourach's Gate @Sandra Everingham +29 R Vodalian Knights @Susan Van Camp +30a C Vodalian Mage @Susan Van Camp +30b C Vodalian Mage @Mark Poole +30c C Vodalian Mage @Quinton Hoover +31a C Vodalian Soldiers @Melissa A. Benson +31b C Vodalian Soldiers @Jeff A. Menges +31c C Vodalian Soldiers @Richard Kane Ferguson +31d C Vodalian Soldiers @Susan Van Camp +32 R Vodalian War Machine @Amy Weber +91 R Zelyon Sword @Scott Kirschner [tokens] w_1_1_citizen diff --git a/forge-gui/res/editions/Fate Reforged Clash Pack.txt b/forge-gui/res/editions/Fate Reforged Clash Pack.txt index 541fea685fe..4d25f7e0533 100644 --- a/forge-gui/res/editions/Fate Reforged Clash Pack.txt +++ b/forge-gui/res/editions/Fate Reforged Clash Pack.txt @@ -6,9 +6,9 @@ Type=Starter ScryfallCode=CP2 [cards] -1 R Necropolis Fiend -2 R Hero's Downfall -3 R Sultai Ascendancy -4 R Reaper of the Wilds -5 R Whip of Erebos -6 R Courser of Kruphix +1 R Necropolis Fiend @Svetlin Velinov +2 R Hero's Downfall @Johannes Voss +3 R Sultai Ascendancy @Karl Kopinski +4 R Reaper of the Wilds @Jeff Simpson +5 R Whip of Erebos @Marco Nelor +6 R Courser of Kruphix @Slawomir Maniak diff --git a/forge-gui/res/editions/Fate Reforged Promos.txt b/forge-gui/res/editions/Fate Reforged Promos.txt index 774d6df5461..26752515d8f 100644 --- a/forge-gui/res/editions/Fate Reforged Promos.txt +++ b/forge-gui/res/editions/Fate Reforged Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PFRF [cards] -11 R Dragonscale General -50 R Sage-Eye Avengers -54 R Supplant Form -62 R Archfiend of Depravity -74 U Mardu Shadowspear -99 R Flamerush Rider -137 R Sandsteppe Mastodon -138 R Shamanic Revelation -142 R Temur War Shaman +11 R Dragonscale General @Willian Murai +50 R Sage-Eye Avengers @Viktor Titov +54 R Supplant Form @Mike Bierek +62 R Archfiend of Depravity @Volkan Baǵa +74 U Mardu Shadowspear @Dan Scott +99 R Flamerush Rider @Viktor Titov +137 R Sandsteppe Mastodon @Kev Walker +138 R Shamanic Revelation @Matt Stewart +142 R Temur War Shaman @Raymond Swanland diff --git a/forge-gui/res/editions/Fate Reforged.txt b/forge-gui/res/editions/Fate Reforged.txt index 74c72cbb195..c2c7c817146 100644 --- a/forge-gui/res/editions/Fate Reforged.txt +++ b/forge-gui/res/editions/Fate Reforged.txt @@ -12,191 +12,191 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=FRF [cards] -1 M Ugin, the Spirit Dragon -2 C Abzan Advantage -3 C Abzan Runemark -4 C Abzan Skycaptain -5 C Arashin Cleric -6 C Aven Skirmisher -7 U Channel Harm -8 R Citadel Siege -9 R Daghatar the Adamant -10 C Dragon Bell Monk -11 R Dragonscale General -12 U Elite Scaleguard -13 C Great-Horn Krushok -14 U Honor's Reward -15 U Jeskai Barricade -16 U Lightform -17 U Lotus-Eye Mystics -18 U Mardu Woe-Reaper -19 R Mastery of the Unseen -20 M Monastery Mentor -21 C Pressure Point -22 R Rally the Ancestors -23 U Sage's Reverie -24 C Sandblast -25 C Sandsteppe Outcast -26 C Soul Summons -27 M Soulfire Grand Master -28 U Valorous Stance -29 U Wandering Champion -30 U Wardscale Dragon -31 C Aven Surveyor -32 U Cloudform -33 C Enhanced Awareness -34 U Fascination -35 U Frost Walker -36 R Jeskai Infiltrator -37 C Jeskai Runemark -38 C Jeskai Sage -39 C Lotus Path Djinn -40 U Marang River Prowler -41 U Mindscour Dragon -42 U Mistfire Adept -43 R Monastery Siege -44 U Neutralizing Blast -45 C Rakshasa's Disdain -46 U Reality Shift -47 C Refocus -48 U Renowned Weaponsmith -49 U Rite of Undoing -50 R Sage-Eye Avengers -51 U Shifting Loyalties -52 R Shu Yun, the Silent Tempest -53 C Sultai Skullkeeper -54 R Supplant Form -55 M Temporal Trespass -56 M Torrent Elemental -57 C Whisk Away -58 C Will of the Naga -59 C Write into Being -60 C Alesha's Vanguard -61 C Ancestral Vengeance -62 R Archfiend of Depravity -63 U Battle Brawler -64 M Brutal Hordechief -65 R Crux of Fate -66 U Dark Deal -67 U Diplomacy of the Wastes -68 C Douse in Gloom -69 U Fearsome Awakening -70 M Ghastly Conscription -71 U Grave Strength -72 C Gurmag Angler -73 C Hooded Assassin -74 U Mardu Shadowspear -75 R Mardu Strike Leader -76 U Merciless Executioner -77 U Noxious Dragon -78 U Orc Sureshot -79 R Palace Siege -80 U Qarsi High Priest -81 C Reach of Shadows -82 C Sibsig Host -83 U Sibsig Muckdraggers -84 R Soulflayer -85 C Sultai Emissary -86 C Sultai Runemark -87 R Tasigur, the Golden Fang -88 C Tasigur's Cruelty -89 C Typhoid Rats -90 R Alesha, Who Smiles at Death -91 R Arcbond -92 C Bathe in Dragonfire -93 U Bloodfire Enforcers -94 U Break Through the Line -95 C Collateral Damage -96 C Defiant Ogre -97 U Dragonrage -98 C Fierce Invocation -99 R Flamerush Rider -100 R Flamewake Phoenix -101 U Friendly Fire -102 C Goblin Heelcutter -103 C Gore Swine -104 U Humble Defector -105 U Hungering Yeti -106 C Lightning Shrieker -107 C Mardu Runemark -108 C Mardu Scout -109 R Mob Rule -110 R Outpost Siege -111 U Pyrotechnics -112 U Rageform -113 M Shaman of the Great Hunt -114 U Shockmaw Dragon -115 C Smoldering Efreet -116 C Temur Battle Rage -117 U Vaultbreaker -118 U Wild Slash -119 U Abzan Beastmaster -120 U Abzan Kin-Guard -121 C Ainok Guide -122 C Ambush Krotiq -123 U Arashin War Beast -124 C Archers of Qarsi -125 U Battlefront Krushok -126 U Cached Defenses -127 U Destructor Dragon -128 C Feral Krushok -129 C Formless Nurturing -130 C Frontier Mastodon -131 R Frontier Siege -132 U Fruit of the First Tree -133 C Hunt the Weak -134 C Map the Wastes -135 C Return to the Earth -136 U Ruthless Instincts -137 R Sandsteppe Mastodon -138 R Shamanic Revelation -139 U Sudden Reclamation -140 C Temur Runemark -141 U Temur Sabertooth -142 R Temur War Shaman -143 M Warden of the First Tree -144 C Whisperer of the Wilds -145 M Whisperwood Elemental -146 R Wildcall -147 U Winds of Qal Sisma -148 R Yasova Dragonclaw -149 R Atarka, World Render -150 C Cunning Strike -151 R Dromoka, the Eternal -152 C Ethereal Ambush -153 C Grim Contest -154 C Harsh Sustenance -155 R Kolaghan, the Storm's Fury -156 R Ojutai, Soul of Winter -157 R Silumgar, the Drifting Death -158 C War Flare -159 U Goblin Boom Keg -160 U Hero's Blade -161 U Hewed Stone Retainers -162 U Pilgrim of the Fires -163 R Scroll of the Masters -164 U Ugin's Construct -165 C Bloodfell Caves -166 C Blossoming Sands -167 R Crucible of the Spirit Dragon -168 C Dismal Backwater -169 C Jungle Hollow -170 C Rugged Highlands -171 C Scoured Barrens -172 C Swiftwater Cliffs -173 C Thornwood Falls -174 C Tranquil Cove -175 C Wind-Scarred Crag -176 L Plains -177 L Plains -178 L Island -179 L Island -180 L Swamp -181 L Swamp -182 L Mountain -183 L Mountain -184 L Forest -185 L Forest +1 M Ugin, the Spirit Dragon @Raymond Swanland +2 C Abzan Advantage @Winona Nelson +3 C Abzan Runemark @James Ryman +4 C Abzan Skycaptain @Matt Stewart +5 C Arashin Cleric @Chris Rahn +6 C Aven Skirmisher @Jason Rainville +7 U Channel Harm @David Gaillet +8 R Citadel Siege @Steven Belledin +9 R Daghatar the Adamant @Zack Stella +10 C Dragon Bell Monk @Lius Lasahido +11 R Dragonscale General @Volkan Baǵa +12 U Elite Scaleguard @Steve Prescott +13 C Great-Horn Krushok @YW Tang +14 U Honor's Reward @Izzy +15 U Jeskai Barricade @Noah Bradley +16 U Lightform @Steve Prescott +17 U Lotus-Eye Mystics @Dan Scott +18 U Mardu Woe-Reaper @Willian Murai +19 R Mastery of the Unseen @Daniel Ljunggren +20 M Monastery Mentor @Magali Villeneuve +21 C Pressure Point @Chase Stone +22 R Rally the Ancestors @Nils Hamm +23 U Sage's Reverie @Jason Rainville +24 C Sandblast @Min Yum +25 C Sandsteppe Outcast @Wesley Burt +26 C Soul Summons @Johann Bodin +27 M Soulfire Grand Master @Johannes Voss +28 U Valorous Stance @Willian Murai +29 U Wandering Champion @Willian Murai +30 U Wardscale Dragon @Jason Rainville +31 C Aven Surveyor @David Gaillet +32 U Cloudform @Noah Bradley +33 C Enhanced Awareness @Ryan Alexander Lee +34 U Fascination @Svetlin Velinov +35 U Frost Walker @Mike Bierek +36 R Jeskai Infiltrator @Cynthia Sheppard +37 C Jeskai Runemark @Jaime Jones +38 C Jeskai Sage @Craig J Spearing +39 C Lotus Path Djinn @Steve Argyle +40 U Marang River Prowler @Yefim Kligerman +41 U Mindscour Dragon @Wesley Burt +42 U Mistfire Adept @Clint Cearley +43 R Monastery Siege @Mark Winters +44 U Neutralizing Blast @Dan Scott +45 C Rakshasa's Disdain @Seb McKinnon +46 U Reality Shift @Howard Lyon +47 C Refocus @Kev Walker +48 U Renowned Weaponsmith @Eric Deschamps +49 U Rite of Undoing @Anastasia Ovchinnikova +50 R Sage-Eye Avengers @Dan Scott +51 U Shifting Loyalties @James Ryman +52 R Shu Yun, the Silent Tempest @David Gaillet +53 C Sultai Skullkeeper @Ryan Barger +54 R Supplant Form @Adam Paquette +55 M Temporal Trespass @Clint Cearley +56 M Torrent Elemental @James Paick +57 C Whisk Away @Zack Stella +58 C Will of the Naga @Wayne Reynolds +59 C Write into Being @Yeong-Hao Han +60 C Alesha's Vanguard @Torstein Nordstrand +61 C Ancestral Vengeance @Yohann Schepacz +62 R Archfiend of Depravity @Daarken +63 U Battle Brawler @Karl Kopinski +64 M Brutal Hordechief @Tyler Jacobson +65 R Crux of Fate @Michael Komarck +66 U Dark Deal @Scott Murphy +67 U Diplomacy of the Wastes @Jack Wang +68 C Douse in Gloom @Ryan Yee +69 U Fearsome Awakening @Véronique Meignaud +70 M Ghastly Conscription @YW Tang +71 U Grave Strength @Jeff Simpson +72 C Gurmag Angler @YW Tang +73 C Hooded Assassin @Matt Stewart +74 U Mardu Shadowspear @Mark Poole +75 R Mardu Strike Leader @Jason Rainville +76 U Merciless Executioner @David Palumbo +77 U Noxious Dragon @Svetlin Velinov +78 U Orc Sureshot @Kev Walker +79 R Palace Siege @Slawomir Maniak +80 U Qarsi High Priest @Viktor Titov +81 C Reach of Shadows @Daarken +82 C Sibsig Host @Steve Prescott +83 U Sibsig Muckdraggers @Zack Stella +84 R Soulflayer @Seb McKinnon +85 C Sultai Emissary @Mathias Kollros +86 C Sultai Runemark @Volkan Baǵa +87 R Tasigur, the Golden Fang @Chris Rahn +88 C Tasigur's Cruelty @Chris Rahn +89 C Typhoid Rats @Dave Kendall +90 R Alesha, Who Smiles at Death @Anastasia Ovchinnikova +91 R Arcbond @Slawomir Maniak +92 C Bathe in Dragonfire @Chris Rallis +93 U Bloodfire Enforcers @Yefim Kligerman +94 U Break Through the Line @Clint Cearley +95 C Collateral Damage @Ryan Barger +96 C Defiant Ogre @Craig J Spearing +97 U Dragonrage @Tomasz Jedruszek +98 C Fierce Invocation @Tyler Jacobson +99 R Flamerush Rider @Min Yum +100 R Flamewake Phoenix @Min Yum +101 U Friendly Fire @Anthony Palumbo +102 C Goblin Heelcutter @Jesper Ejsing +103 C Gore Swine @Jack Wang +104 U Humble Defector @Slawomir Maniak +105 U Hungering Yeti @Tyler Jacobson +106 C Lightning Shrieker @Slawomir Maniak +107 C Mardu Runemark @Viktor Titov +108 C Mardu Scout @Zoltan Boros +109 R Mob Rule @Jakub Kasper +110 R Outpost Siege @Daarken +111 U Pyrotechnics @Matt Stewart +112 U Rageform @Richard Wright +113 M Shaman of the Great Hunt @Ryan Alexander Lee +114 U Shockmaw Dragon @Alejandro Mirabal +115 C Smoldering Efreet @Chase Stone +116 C Temur Battle Rage @Jaime Jones +117 U Vaultbreaker @Wayne Reynolds +118 U Wild Slash @Raymond Swanland +119 U Abzan Beastmaster @Winona Nelson +120 U Abzan Kin-Guard @Craig J Spearing +121 C Ainok Guide @Lucas Graciano +122 C Ambush Krotiq @Filip Burburan +123 U Arashin War Beast @Eric Deschamps +124 C Archers of Qarsi @Alejandro Mirabal +125 U Battlefront Krushok @Steve Prescott +126 U Cached Defenses @Zack Stella +127 U Destructor Dragon @Peter Mohrbacher +128 C Feral Krushok @Kev Walker +129 C Formless Nurturing @Cliff Childs +130 C Frontier Mastodon @Nils Hamm +131 R Frontier Siege @James Ryman +132 U Fruit of the First Tree @Ryan Yee +133 C Hunt the Weak @Lars Grant-West +134 C Map the Wastes @Volkan Baǵa +135 C Return to the Earth @Mark Winters +136 U Ruthless Instincts @Lius Lasahido +137 R Sandsteppe Mastodon @James Zapata +138 R Shamanic Revelation @Cynthia Sheppard +139 U Sudden Reclamation @Jack Wang +140 C Temur Runemark @Ryan Alexander Lee +141 U Temur Sabertooth @Mike Sass +142 R Temur War Shaman @Nils Hamm +143 M Warden of the First Tree @Ryan Alexander Lee +144 C Whisperer of the Wilds @David Gaillet +145 M Whisperwood Elemental @Raymond Swanland +146 R Wildcall @Adam Paquette +147 U Winds of Qal Sisma @Howard Lyon +148 R Yasova Dragonclaw @Winona Nelson +149 R Atarka, World Render @Karl Kopinski +150 C Cunning Strike @Clint Cearley +151 R Dromoka, the Eternal @Eric Deschamps +152 C Ethereal Ambush @Lius Lasahido +153 C Grim Contest @Phill Simmer +154 C Harsh Sustenance @Cynthia Sheppard +155 R Kolaghan, the Storm's Fury @Jaime Jones +156 R Ojutai, Soul of Winter @Chase Stone +157 R Silumgar, the Drifting Death @Steven Belledin +158 C War Flare @Karl Kopinski +159 U Goblin Boom Keg @Viktor Titov +160 U Hero's Blade @Aaron Miller +161 U Hewed Stone Retainers @David Seguin +162 U Pilgrim of the Fires @Izzy +163 R Scroll of the Masters @Lake Hurwitz +164 U Ugin's Construct @Peter Mohrbacher +165 C Bloodfell Caves @Adam Paquette +166 C Blossoming Sands @Sam Burley +167 R Crucible of the Spirit Dragon @Jung Park +168 C Dismal Backwater @Sam Burley +169 C Jungle Hollow @Eytan Zana +170 C Rugged Highlands @Eytan Zana +171 C Scoured Barrens @Eytan Zana +172 C Swiftwater Cliffs @Eytan Zana +173 C Thornwood Falls @Eytan Zana +174 C Tranquil Cove @John Avon +175 C Wind-Scarred Crag @Eytan Zana +176 L Plains @Noah Bradley +177 L Plains @Sam Burley +178 L Island @Florian de Gesincourt +179 L Island @Titus Lunter +180 L Swamp @Sam Burley +181 L Swamp @Adam Paquette +182 L Mountain @Noah Bradley +183 L Mountain @Florian de Gesincourt +184 L Forest @Titus Lunter +185 L Forest @Adam Paquette [Lands] 4 Bloodstained Mire|KTK diff --git a/forge-gui/res/editions/Fifth Dawn Promos.txt b/forge-gui/res/editions/Fifth Dawn Promos.txt index 1c965083d13..378abc5245f 100644 --- a/forge-gui/res/editions/Fifth Dawn Promos.txt +++ b/forge-gui/res/editions/Fifth Dawn Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=P5DN [cards] -131★ R Helm of Kaldra +131★ R Helm of Kaldra @Donato Giancola diff --git a/forge-gui/res/editions/Fifth Dawn.txt b/forge-gui/res/editions/Fifth Dawn.txt index 8ca1f293110..c49c9174b3e 100644 --- a/forge-gui/res/editions/Fifth Dawn.txt +++ b/forge-gui/res/editions/Fifth Dawn.txt @@ -13,171 +13,171 @@ ChaosDraftThemes=MIRRODIN ScryfallCode=5DN [cards] -1 C Abuna's Chant -21 R Acquire -22 C Advanced Hoverguard -81 R All Suns' Dawn -101 C Anodet Lurker -102 U Arachnoid -103 U Arcbound Wanderer -2 C Armed Response -23 R Artificer's Intuition -3 R Auriok Champion -4 U Auriok Salvagers -5 R Auriok Windwalker -104 U Avarice Totem -105 C Baton of Courage -106 C Battered Golem -82 R Beacon of Creation -61 R Beacon of Destruction -6 R Beacon of Immortality -24 R Beacon of Tomorrows -41 R Beacon of Unrest -107 U Blasting Station -42 C Blind Creeper -25 R Blinkmoth Infusion -43 R Bringer of the Black Dawn -26 R Bringer of the Blue Dawn -83 R Bringer of the Green Dawn -62 R Bringer of the Red Dawn -7 R Bringer of the White Dawn -44 C Cackling Imp -84 U Channel the Suns -108 U Chimeric Coils -8 U Circle of Protection: Artifacts -109 R Clearwater Goblet -110 U Clock of Omens -111 U Composite Golem -27 C Condescend -112 C Conjurer's Bauble -63 R Cosmic Larva -113 C Cranial Plating -114 R Crucible of Worlds -85 C Dawn's Reflection -45 R Desecration Elemental -46 U Devour in Shadow -28 U Disruption Aura -115 R Door to Nothingness -116 R Doubling Cube -47 C Dross Crocodile -29 C Early Frost -48 U Ebon Drake -49 R Endless Whispers -117 U Energy Chamber -118 R Engineered Explosives -119 U Ensouled Scimitar -120 R Eon Hub -121 U Etched Oracle -86 U Eternal Witness -30 U Eyes of the Watcher -87 U Fangren Pathcutter -64 U Feedback Bolt -88 C Ferocious Charge -122 U Ferropede -50 C Fill with Fright -123 R Fist of Suns -51 C Fleshgrafter -31 U Fold into AEther -65 U Furnace Whelp -124 U Gemstone Array -66 C Goblin Brawler -125 U Goblin Cannon -126 U Grafted Wargear -67 R Granulate -127 U Grinding Station -128 U Guardian Idol -129 C Healer's Headdress -130 C Heliophial -131 R Helm of Kaldra -132 C Horned Helm -32 R Hoverguard Sweepers -133 U Infused Arrows -33 C Into Thin Air -68 R Ion Storm -69 U Iron-Barb Hellion -89 R Joiner Adept -70 U Krark-Clan Engineers -134 U Krark-Clan Ironworks -71 C Krark-Clan Ogre -135 U Lantern of Insight -9 C Leonin Squire -52 C Lose Hope -10 C Loxodon Anchorite -11 U Loxodon Stalwart -136 U Lunar Avenger -72 R Magma Giant -73 U Magma Jet -74 U Magnetic Theft -75 C Mana Geyser -53 R Mephidross Vampire -54 R Moriok Rigger -137 R Mycosynth Golem -138 C Myr Quadropod -139 C Myr Servitor -140 C Neurok Stealthsuit -55 U Night's Whisper -56 U Nim Grotesque -141 C Opaline Bracers -90 U Ouphe Vandals -142 U Paradise Mantle -143 C Pentad Prism -34 U Plasma Elemental -57 R Plunge into Darkness -144 R Possessed Portal -35 U Qumulox -76 C Rain of Rust -12 R Raksha Golden Cub -145 C Razorgrass Screen -146 R Razormane Masticore -58 U Relentless Rats -147 U Relic Barrier -13 R Retaliate -77 R Reversal of Fortune -91 R Rite of Passage -14 R Roar of Reclamation -92 R Rude Awakening -148 R Salvaging Station -149 C Sawtooth Thresher -78 C Screaming Fury -36 C Serum Visions -59 U Shattered Dreams -150 R Silent Arbiter -151 U Skullcage -15 C Skyhunter Prowler -16 U Skyhunter Skirmisher -152 C Skyreach Manta -153 R Solarion -79 C Spark Elemental -154 C Sparring Collar -37 R Spectral Shift -155 U Spinal Parasite -156 R Staff of Domination -17 C Stand Firm -18 C Stasis Cocoon -19 U Steelshaper's Gift -157 R Summoner's Egg -158 R Summoning Station -159 R Suncrusher -160 C Suntouched Myr -93 C Sylvok Explorer -161 U Synod Centurion -94 C Tangle Asp -95 U Tel-Jilad Justice -96 C Tel-Jilad Lifebreather -162 C Thermal Navigator -38 C Thought Courier -97 R Tornado Elemental -39 C Trinket Mage -98 C Tyrranax -20 U Vanquish -40 U Vedalken Mastermind -163 R Vedalken Orrery -164 R Vedalken Shackles -60 C Vicious Betrayal -99 U Viridian Lorebearers -100 C Viridian Scout -80 C Vulshok Sorcerer -165 C Wayfarer's Bauble +1 C Abuna's Chant @John Matson +21 R Acquire @Daren Bader +22 C Advanced Hoverguard @Scott M. Fischer +81 R All Suns' Dawn @Glen Angus +101 C Anodet Lurker @Jeff Easley +102 U Arachnoid @Greg Staples +103 U Arcbound Wanderer @Christopher Moeller +2 C Armed Response @Doug Chaffee +23 R Artificer's Intuition @Wayne England +3 R Auriok Champion @Michael Sutfin +4 U Auriok Salvagers @Randy Gallegos +5 R Auriok Windwalker @Jeremy Jarvis +104 U Avarice Totem @Ben Thompson +105 C Baton of Courage @Heather Hudson +106 C Battered Golem @Carl Critchlow +82 R Beacon of Creation @Mark Tedin +61 R Beacon of Destruction @Greg Hildebrandt +6 R Beacon of Immortality @Rob Alexander +24 R Beacon of Tomorrows @Jeremy Jarvis +41 R Beacon of Unrest @Alan Pollack +107 U Blasting Station @Stephen Tappin +42 C Blind Creeper @Carl Critchlow +25 R Blinkmoth Infusion @Alan Pollack +43 R Bringer of the Black Dawn @Carl Critchlow +26 R Bringer of the Blue Dawn @Greg Staples +83 R Bringer of the Green Dawn @Jim Murray +62 R Bringer of the Red Dawn @Christopher Moeller +7 R Bringer of the White Dawn @Kev Walker +44 C Cackling Imp @Matt Thompson +84 U Channel the Suns @Rob Alexander +108 U Chimeric Coils @Michael Sutfin +8 U Circle of Protection: Artifacts @Terese Nielsen +109 R Clearwater Goblet @Dany Orizio +110 U Clock of Omens @Alex Horley-Orlandelli +111 U Composite Golem @Mark Tedin +27 C Condescend @Ron Spears +112 C Conjurer's Bauble @Darrell Riche +63 R Cosmic Larva @Jeff Easley +113 C Cranial Plating @Adam Rex +114 R Crucible of Worlds @Ron Spencer +85 C Dawn's Reflection @John Avon +45 R Desecration Elemental @Pete Venters +46 U Devour in Shadow @Thomas M. Baxa +28 U Disruption Aura @Ron Spears +115 R Door to Nothingness @Puddnhead +116 R Doubling Cube @Mark Tedin +47 C Dross Crocodile @Edward P. Beard, Jr. +29 C Early Frost @Ben Thompson +48 U Ebon Drake @Pete Venters +49 R Endless Whispers @Carl Critchlow +117 U Energy Chamber @Kev Walker +118 R Engineered Explosives @Ron Spears +119 U Ensouled Scimitar @Edward P. Beard, Jr. +120 R Eon Hub @Daren Bader +121 U Etched Oracle @Matt Cavotta +86 U Eternal Witness @Terese Nielsen +30 U Eyes of the Watcher @Ron Spears +87 U Fangren Pathcutter @Rob Alexander +64 U Feedback Bolt @Ron Spencer +88 C Ferocious Charge @Anthony S. Waters +122 U Ferropede @Jeff Easley +50 C Fill with Fright @Luca Zontini +123 R Fist of Suns @Arnie Swekel +51 C Fleshgrafter @Jim Murray +31 U Fold into Aether @Anthony S. Waters +65 U Furnace Whelp @Matt Cavotta +124 U Gemstone Array @Ittoku +66 C Goblin Brawler @Heather Hudson +125 U Goblin Cannon @Doug Chaffee +126 U Grafted Wargear @Alex Horley-Orlandelli +67 R Granulate @Brian Snõddy +127 U Grinding Station @Greg Staples +128 U Guardian Idol @Edward P. Beard, Jr. +129 C Healer's Headdress @Carl Critchlow +130 C Heliophial @Wayne England +131 R Helm of Kaldra @Donato Giancola +132 C Horned Helm @Martina Pilcerova +32 R Hoverguard Sweepers @Mark A. Nelson +133 U Infused Arrows @Stephen Tappin +33 C Into Thin Air @Ittoku +68 R Ion Storm @Michael Sutfin +69 U Iron-Barb Hellion @Doug Chaffee +89 R Joiner Adept @Christopher Rush +70 U Krark-Clan Engineers @Pete Venters +134 U Krark-Clan Ironworks @Tim Hildebrandt +71 C Krark-Clan Ogre @Paolo Parente +135 U Lantern of Insight @Tim Hildebrandt +9 C Leonin Squire @Pete Venters +52 C Lose Hope @Matt Cavotta +10 C Loxodon Anchorite @Jim Nelson +11 U Loxodon Stalwart @Paolo Parente +136 U Lunar Avenger @Paolo Parente +72 R Magma Giant @Nottsuo +73 U Magma Jet @Justin Sweet +74 U Magnetic Theft @Dave Dorman +75 C Mana Geyser @Martina Pilcerova +53 R Mephidross Vampire @Matthew D. Wilson +54 R Moriok Rigger @Wayne England +137 R Mycosynth Golem @Paolo Parente +138 C Myr Quadropod @Christopher Rush +139 C Myr Servitor @John Matson +140 C Neurok Stealthsuit @Francis Tsai +55 U Night's Whisper @David Martin +56 U Nim Grotesque @Anthony S. Waters +141 C Opaline Bracers @Anthony S. Waters +90 U Ouphe Vandals @Thomas M. Baxa +142 U Paradise Mantle @Greg Hildebrandt +143 C Pentad Prism @David Martin +34 U Plasma Elemental @Kev Walker +57 R Plunge into Darkness @Justin Sweet +144 R Possessed Portal @Tony Szczudlo +35 U Qumulox @Carl Critchlow +76 C Rain of Rust @Tim Hildebrandt +12 R Raksha Golden Cub @Pete Venters +145 C Razorgrass Screen @Tony Szczudlo +146 R Razormane Masticore @Jim Murray +58 U Relentless Rats @Thomas M. Baxa +147 U Relic Barrier @Nottsuo +13 R Retaliate @Vance Kovacs +77 R Reversal of Fortune @Greg Hildebrandt +91 R Rite of Passage @Kev Walker +14 R Roar of Reclamation @Justin Sweet +92 R Rude Awakening @Ittoku +148 R Salvaging Station @Greg Staples +149 C Sawtooth Thresher @Alan Pollack +78 C Screaming Fury @Edward P. Beard, Jr. +36 C Serum Visions @Ben Thompson +59 U Shattered Dreams @Greg Staples +150 R Silent Arbiter @Mark Zug +151 U Skullcage @Ron Spencer +15 C Skyhunter Prowler @Vance Kovacs +16 U Skyhunter Skirmisher @Greg Staples +152 C Skyreach Manta @Christopher Moeller +153 R Solarion @Jim Murray +79 C Spark Elemental @John Avon +154 C Sparring Collar @Christopher Moeller +37 R Spectral Shift @John Avon +155 U Spinal Parasite @Cyril Van Der Haegen +156 R Staff of Domination @Ben Thompson +17 C Stand Firm @Matt Cavotta +18 C Stasis Cocoon @Kev Walker +19 U Steelshaper's Gift @Greg Hildebrandt +157 R Summoner's Egg @Jim Nelson +158 R Summoning Station @Stephen Tappin +159 R Suncrusher @Dave Dorman +160 C Suntouched Myr @Greg Hildebrandt +93 C Sylvok Explorer @Wayne England +161 U Synod Centurion @Kev Walker +94 C Tangle Asp @Daren Bader +95 U Tel-Jilad Justice @Alex Horley-Orlandelli +96 C Tel-Jilad Lifebreather @Jim Nelson +162 C Thermal Navigator @Jim Murray +38 C Thought Courier @Stephen Tappin +97 R Tornado Elemental @Alex Horley-Orlandelli +39 C Trinket Mage @Mark A. Nelson +98 C Tyrranax @Carl Critchlow +20 U Vanquish @Carl Critchlow +40 U Vedalken Mastermind @Darrell Riche +163 R Vedalken Orrery @John Avon +164 R Vedalken Shackles @Mark Zug +60 C Vicious Betrayal @Tomas Giorello +99 U Viridian Lorebearers @Darrell Riche +100 C Viridian Scout @Daren Bader +80 C Vulshok Sorcerer @rk post +165 C Wayfarer's Bauble @Darrell Riche [tokens] kaldra diff --git a/forge-gui/res/editions/Fifth Edition.txt b/forge-gui/res/editions/Fifth Edition.txt index 8a4ddaaec9c..f31a2d78196 100644 --- a/forge-gui/res/editions/Fifth Edition.txt +++ b/forge-gui/res/editions/Fifth Edition.txt @@ -13,455 +13,455 @@ ChaosDraftThemes=CORE_SET ScryfallCode=5ED [cards] -1 U Abbey Gargoyles -139 U Abyssal Specter -410 R Adarkar Wastes -70 U Aether Storm -71 U Air Elemental -2 R Akron Legionnaire -3 C Alabaster Potion -346 R Aladdin's Ring -208 C Ambush Party -347 C Amulet of Kroog -4 U Angry Mob -277 R An-Havva Constable -140 U Animate Dead -5 R Animate Wall -348 R Ankh of Mishra -72 U Anti-Magic Aura -6 U Arenson's Aura -7 R Armageddon -8 C Armor of Faith -141 U Ashes to Ashes -349 U Ashnod's Altar -350 C Ashnod's Transmogrant -278 R Aspect of Wolf -209 U Atog -279 C Aurochs -9 C Aysen Bureaucrats -73 U Azure Drake -142 R Bad Moon -210 R Ball Lightning -351 C Barbed Sextant -352 R Barl's Cage -353 C Battering Ram -10 C Benalish Hero -74 U Binding Grasp -211 C Bird Maiden -280 R Birds of Paradise -143 U Black Knight -11 C Blessed Wine -144 U Blight -12 R Blinking Spirit -212 C Blood Lust -145 C Bog Imp -146 C Bog Rats -147 U Bog Wraith -75 C Boomerang -354 R Bottle of Suleiman -411 R Bottomless Vault -76 C Brainstorm -13 C Brainwash -213 C Brassclaw Orcs -148 U Breeding Pit -149 R Broken Visage -214 C Brothers of Fire -412 R Brushland -281 C Carapace -14 R Caribou Range -150 U Carrion Ants -15 U Castle -282 C Cat Warriors -215 U Cave People -283 C Chub Toad -16 U Circle of Protection: Artifacts -17 C Circle of Protection: Black -18 C Circle of Protection: Blue -19 C Circle of Protection: Green -20 C Circle of Protection: Red -21 C Circle of Protection: White -413 R City of Brass -355 C Clay Statue -151 C Cloak of Confusion -356 R Clockwork Beast -357 U Clockwork Steed -284 R Cockatrice -358 R Colossus of Sardia -216 U Conquer -359 R Coral Helm -77 C Counterspell -285 U Craw Giant -286 C Craw Wurm -217 R Crimson Manticore -360 R Crown of the Ages -287 U Crumble -22 R Crusade -361 U Crystal Rod -152 U Cursed Land -78 R Dance of Many -362 R Dancing Scimitar -79 C Dandan -80 C Dark Maze -153 C Dark Ritual -23 C D'Avenant Archer -154 U Deathgrip -24 C Death Speakers -25 C Death Ward -81 R Deflection -155 R Derelor -288 U Desert Twister -218 U Detonate -363 U Diabolic Machine -364 R Dingus Egg -26 C Disenchant -219 C Disintegrate -365 R Disrupting Scepter -27 C Divine Offering -28 U Divine Transformation -366 R Dragon Engine -156 C Drain Life -82 R Drain Power -157 C Drudge Skeletons -289 C Durkwood Boars -29 U Dust to Dust -220 U Dwarven Catapult -414 R Dwarven Hold -415 U Dwarven Ruins -221 C Dwarven Soldier -222 C Dwarven Warriors -223 R Earthquake -416 U Ebon Stronghold -290 R Elder Druid -367 R Elkin Bottle -291 U Elven Riders -292 R Elvish Archers -83 U Energy Flux -84 C Enervate -158 C Erg Raiders -224 C Errantry -225 C Eternal Warrior -159 U Evil Eye of Orms-by-Gore -160 U Evil Presence -30 R Eye for an Eye -161 U Fallen Angel -162 C Fear -85 U Feedback -368 U Feldon's Cane -369 U Fellwar Stone -370 R Feroz's Ban -227 C Fireball -228 C Firebreathing -226 U Fire Drake -229 U Flame Spirit -230 C Flare -231 U Flashfires -86 C Flight -87 C Flood -371 R Flying Carpet -293 C Fog -294 R Force of Nature -88 C Force Spike -446 L Forest -447 L Forest -448 L Forest -449 L Forest -89 R Forget -372 U Fountain of Youth -295 C Foxfire -163 C Frozen Shade -164 C Funeral March -296 R Fungusaur -297 U Fyndhorn Elder -232 R Game of Chaos -90 C Gaseous Form -373 R Gauntlets of Chaos -298 C Ghazban Ogre -299 C Giant Growth -300 C Giant Spider -233 C Giant Strength -91 U Glacial Wall -374 U Glasses of Urza -165 U Gloom -234 C Goblin Digging Team -235 C Goblin Hero -236 R Goblin King -237 C Goblin War Drums -238 R Goblin Warrens -375 C Grapeshot Catapult -31 U Greater Realm of Preservation -166 U Greater Werewolf -301 C Grizzly Bears -417 U Havenwood Battleground -32 C Heal -33 C Healing Salve -167 R Hecatomb -376 R Helm of Chatzuk -239 C Hill Giant -34 C Hipparion -418 R Hollow Trees -35 C Holy Strength -92 C Homarid Warrior -168 C Howl from Beyond -377 R Howling Mine -302 C Hungry Mist -93 R Hurkyl's Recall -240 C Hurloon Minotaur -303 U Hurricane -94 U Hydroblast -36 U Icatian Phalanx -37 C Icatian Scout -419 R Icatian Store -38 R Icatian Town -420 U Ice Floe -241 C Imposing Visage -242 C Incinerate -243 R Inferno -378 R Infinite Hourglass -169 C Initiates of the Ebon Hand -304 U Instill Energy -244 R Ironclaw Curse -245 C Ironclaw Orcs -305 C Ironroot Treefolk -379 U Iron Star -434 L Island -435 L Island -436 L Island -437 L Island -39 R Island Sanctuary -380 U Ivory Cup -40 U Ivory Guardians -381 R Jade Monolith -382 R Jalum Tome -383 R Jandor's Saddlebags -384 R Jayemdae Tome -385 R Jester's Cap -306 U Johtull Wurm -246 R Jokulhaups -386 U Joven's Tools -41 U Justice -95 R Juxtapose -42 U Karma -421 R Karplusan Forest -247 U Keldon Warlord -307 U Killer Bees -43 U Kismet -170 C Kjeldoran Dead -44 R Kjeldoran Royal Guard -45 U Kjeldoran Skycaptain -171 U Knight of Stromgald -172 C Krovikan Fetish -96 C Krovikan Sorcerer -97 C Labyrinth Minotaur -173 U Leshrac's Rite -98 R Leviathan -308 C Ley Druid -309 R Lhurgoyf -387 U Library of Leng -310 U Lifeforce -99 U Lifetap -311 R Living Artifact -312 R Living Lands -313 C Llanowar Elves -100 R Lord of Atlantis -174 R Lord of the Pit -175 C Lost Soul -314 U Lure -101 R Magical Hack -102 R Magus of the Unseen -250 R Manabarbs -248 R Mana Clash -249 R Mana Flare -388 R Mana Vault -315 C Marsh Viper -389 R Meekstone -103 C Memory Lapse -104 C Merfolk of the Pearl Trident -46 C Mesa Falcon -47 C Mesa Pegasus -390 R Millstone -105 U Mind Bomb -176 C Mind Ravel -178 C Mindstab Thrull -177 U Mind Warp -179 U Mole Worms -251 C Mons's Goblin Raiders -442 L Mountain -443 L Mountain -444 L Mountain -445 L Mountain -252 C Mountain Goat -180 C Murk Dwellers -316 C Nature's Lore -181 C Necrite -182 R Necropotence -183 R Nether Shadow -391 R Nevinyrral's Disk -184 R Nightmare -392 R Obelisk of Undoing -253 U Orcish Artillery -254 U Orcish Captain -255 C Orcish Conscripts -256 C Orcish Farmer -257 U Orcish Oriflamme -258 R Orcish Squatters -48 R Order of the Sacred Torch -49 U Order of the White Shield -259 R Orgg -393 U Ornithopter -260 C Panic -185 C Paralyze -50 C Pearled Unicorn -394 R Pentagram of the Ages -51 R Personal Incarnation -186 C Pestilence -106 U Phantasmal Forces -107 C Phantasmal Terrain -108 U Phantom Monster -52 C Pikemen -109 R Pirate Ship -187 C Pit Scorpion -188 C Plague Rats -430 L Plains -431 L Plains -432 L Plains -433 L Plains -110 C Portent -111 U Power Sink -189 R Pox -317 C Pradesh Gypsies -395 R Primal Clay -318 R Primal Order -261 U Primordial Ooze -53 C Prismatic Ward -112 C Prodigal Sorcerer -113 C Psychic Venom -262 U Pyroblast -263 U Pyrotechnics -319 U Rabid Wombat -320 U Radjan Spirit -190 R Rag Man -191 C Raise Dead -114 C Ray of Command -115 R Recall -116 C Reef Pirates -321 C Regeneration -117 C Remove Soul -54 C Repentant Blacksmith -55 R Reverse Damage -56 R Righteousness -396 U Rod of Ruin -422 U Ruins of Trokair -264 C Sabretooth Tiger -57 U Sacred Boon -58 C Samite Healer -423 R Sand Silos -322 C Scaled Wurm -192 C Scathe Zombies -323 C Scavenger Folk -324 C Scryb Sprites -118 C Sea Serpent -121 U Seasinger -119 U Sea Spirit -120 U Sea Sprite -122 U Segovian Leviathan -193 R Sengir Autocrat -59 R Seraph -397 R Serpent Generator -60 U Serra Bestiary -61 U Serra Paladin -325 C Shanodin Dryads -398 U Shapeshifter -265 C Shatter -266 U Shatterstorm -62 C Shield Bearer -63 C Shield Wall -267 R Shivan Dragon -326 C Shrink -123 R Sibilant Spirit -399 U Skull Catapult -124 R Sleight of Mind -268 R Smoke -194 R Sorceress Queen -125 C Soul Barrier -400 U Soul Net -126 C Spell Blast -64 U Spirit Link -327 R Stampede -127 R Stasis -128 U Steal Artifact -269 U Stone Giant -270 C Stone Rain -271 U Stone Spirit -328 C Stream of Life -195 R Stromgald Cabal -424 R Sulfurous Springs -425 U Svyelunite Temple -438 L Swamp -439 L Swamp -440 L Swamp -441 L Swamp -329 R Sylvan Library -330 C Tarpan -401 U Tawnos's Weaponry -196 C Terror -272 C The Brute -402 R The Hive -197 R The Wretched -331 U Thicket Basilisk -403 U Throne of Bone -198 U Thrull Retainer -404 R Time Bomb -129 R Time Elemental -332 R Titania's Song -199 C Torture -200 C Touch of Death -333 C Tranquility -65 R Truce -334 U Tsunami -66 C Tundra Wolves -130 C Twiddle -426 R Underground River -201 C Unholy Strength -131 C Unstable Mutation -132 C Unsummon -335 U Untamed Wilds -133 C Updraft -405 R Urza's Avenger -406 U Urza's Bauble -427 C Urza's Mine -428 C Urza's Power Plant -429 C Urza's Tower -202 C Vampire Bats -336 C Venom -337 R Verduran Enchantress -134 C Vodalian Soldiers -135 U Wall of Air -203 U Wall of Bone -338 U Wall of Brambles -273 U Wall of Fire -407 C Wall of Spears -274 U Wall of Stone -67 U Wall of Swords -339 U Wanderlust -340 C War Mammoth -204 R Warp Artifact -205 C Weakness -341 U Whirling Dervish -68 U White Knight -342 C Wild Growth -275 R Winds of Change -136 U Wind Spirit -343 U Winter Blast -408 R Winter Orb -344 U Wolverine Pack -409 U Wooden Sphere -276 U Word of Blasting -69 R Wrath of God -345 R Wyluli Wolf -206 R Xenic Poltergeist -137 C Zephyr Falcon -207 R Zombie Master -138 R Zur's Weirding +1 U Abbey Gargoyles @Christopher Rush +139 U Abyssal Specter @George Pratt +410 R Adarkar Wastes @Gary Leach +70 U Aether Storm @Mark Tedin +71 U Air Elemental @D. Alexander Gregory +2 R Akron Legionnaire @Mark Poole +3 C Alabaster Potion @Harold McNeill +346 R Aladdin's Ring @Stuart Griffin +208 C Ambush Party @Charles Gillespie +347 C Amulet of Kroog @Margaret Organ-Kean +4 U Angry Mob @Drew Tucker +277 R An-Havva Constable @Dan Frazier +140 U Animate Dead @Anson Maddocks +5 R Animate Wall @Richard Kane Ferguson +348 R Ankh of Mishra @Ian Miller +72 U Anti-Magic Aura @Zak Plucinski +6 U Arenson's Aura @D. Alexander Gregory +7 R Armageddon @Jesper Myrfors +8 C Armor of Faith @Anson Maddocks +141 U Ashes to Ashes @Doug Keith +349 U Ashnod's Altar @Anson Maddocks +350 C Ashnod's Transmogrant @Mark Tedin +278 R Aspect of Wolf @Janine Johnston +209 U Atog @Jesper Myrfors +279 C Aurochs @Steve White +9 C Aysen Bureaucrats @Adrian Smith +73 U Azure Drake @Janine Johnston +142 R Bad Moon @Gary Leach +210 R Ball Lightning @Quinton Hoover +351 C Barbed Sextant @Amy Weber +352 R Barl's Cage @Tom Wänerstrand +353 C Battering Ram @Jeff A. Menges +10 C Benalish Hero @Douglas Shuler +74 U Binding Grasp @Jeff Miracola +211 C Bird Maiden @Kaja Foglio +280 R Birds of Paradise @Mark Poole +143 U Black Knight @Adrian Smith +11 C Blessed Wine @Kaja Foglio +144 U Blight @Ian Miller +12 R Blinking Spirit @Allen Williams +212 C Blood Lust @Anson Maddocks +145 C Bog Imp @Ron Spencer +146 C Bog Rats @Ron Spencer +147 U Bog Wraith @Jeff A. Menges +75 C Boomerang @Alan Rabinowitz +354 R Bottle of Suleiman @DiTerlizzi +411 R Bottomless Vault @David Seeley +76 C Brainstorm @Christopher Rush +13 C Brainwash @Terese Nielsen +213 C Brassclaw Orcs @Rob Alexander +148 U Breeding Pit @Adrian Smith +149 R Broken Visage @Margaret Organ-Kean +214 C Brothers of Fire @Mark Tedin +412 R Brushland @Tom Wänerstrand +281 C Carapace @Anson Maddocks +14 R Caribou Range @Una Fricker +150 U Carrion Ants @John Coulthart +15 U Castle @David O'Connor +282 C Cat Warriors @Melissa A. Benson +215 U Cave People @Steve Luke +283 C Chub Toad @Daniel Gelon +16 U Circle of Protection: Artifacts @Pete Venters +17 C Circle of Protection: Black @Gerry Grace +18 C Circle of Protection: Blue @Gerry Grace +19 C Circle of Protection: Green @Gerry Grace +20 C Circle of Protection: Red @Gerry Grace +21 C Circle of Protection: White @Gerry Grace +413 R City of Brass @Tom Wänerstrand +355 C Clay Statue @Adam Rex +151 C Cloak of Confusion @Margaret Organ-Kean +356 R Clockwork Beast @Drew Tucker +357 U Clockwork Steed @Terese Nielsen +284 R Cockatrice @Dan Frazier +358 R Colossus of Sardia @Hannibal King +216 U Conquer @Gary Leach +359 R Coral Helm @Steve Luke +77 C Counterspell @Hannibal King +285 U Craw Giant @Scott Kirschner +286 C Craw Wurm @Daniel Gelon +217 R Crimson Manticore @Roger Raupp +360 R Crown of the Ages @Roger Raupp +287 U Crumble @Jesper Myrfors +22 R Crusade @D. Alexander Gregory +361 U Crystal Rod @Donato Giancola +152 U Cursed Land @Jesper Myrfors +78 R Dance of Many @Sandra Everingham +362 R Dancing Scimitar @Anson Maddocks +79 C Dandan @Drew Tucker +80 C Dark Maze @David Seeley +153 C Dark Ritual @Clint Langley +23 C D'Avenant Archer @Douglas Shuler +154 U Deathgrip @Anson Maddocks +24 C Death Speakers @Andrew Robinson +25 C Death Ward @Mark Poole +81 R Deflection @Mike Raabe +155 R Derelor @Anson Maddocks +288 U Desert Twister @Susan Van Camp +218 U Detonate @Randy Asplund-Faith +363 U Diabolic Machine @James Allen +364 R Dingus Egg @Randy Gallegos +26 C Disenchant @Brian Snõddy +219 C Disintegrate @Anson Maddocks +365 R Disrupting Scepter @Stuart Griffin +27 C Divine Offering @Jeff A. Menges +28 U Divine Transformation @NéNé Thomas +366 R Dragon Engine @Anson Maddocks +156 C Drain Life @Andrew Robinson +82 R Drain Power @Jerry Tiritilli +157 C Drudge Skeletons @Ian Miller +289 C Durkwood Boars @Mike Kimble +29 U Dust to Dust @Doug Keith +220 U Dwarven Catapult @Jeff A. Menges +414 R Dwarven Hold @David Seeley +415 U Dwarven Ruins @Liz Danforth +221 C Dwarven Soldier @Randy Asplund-Faith +222 C Dwarven Warriors @Douglas Shuler +223 R Earthquake @Richard Kane Ferguson +416 U Ebon Stronghold @Liz Danforth +290 R Elder Druid @Richard Kane Ferguson +367 R Elkin Bottle @Quinton Hoover +291 U Elven Riders @Dan Frazier +292 R Elvish Archers @Anson Maddocks +83 U Energy Flux @Kaja Foglio +84 C Enervate @Allen Williams +158 C Erg Raiders @Stuart Griffin +224 C Errantry @Scott Kirschner +225 C Eternal Warrior @Anson Maddocks +159 U Evil Eye of Orms-by-Gore @George Pratt +160 U Evil Presence @Bob Eggleton +30 R Eye for an Eye @Mark Poole +161 U Fallen Angel @Anson Maddocks +162 C Fear @Doug Keith +85 U Feedback @Quinton Hoover +368 U Feldon's Cane @Mark Tedin +369 U Fellwar Stone @Quinton Hoover +370 R Feroz's Ban @Heather Hudson +227 C Fireball @Mark Tedin +228 C Firebreathing @Dan Frazier +226 U Fire Drake @Christopher Rush +229 U Flame Spirit @Justin Hampton +230 C Flare @Andrew Robinson +231 U Flashfires @Dameon Willich +86 C Flight @Jerry Tiritilli +87 C Flood @Dennis Detwiller +371 R Flying Carpet @Mark Tedin +293 C Fog @John Avon +294 R Force of Nature @Pete Venters +88 C Force Spike @John Matson +446 L Forest @David O'Connor +447 L Forest @David O'Connor +448 L Forest @David O'Connor +449 L Forest @David O'Connor +89 R Forget @Mike Kimble +372 U Fountain of Youth @Daniel Gelon +295 C Foxfire @Margaret Organ-Kean +163 C Frozen Shade @DiTerlizzi +164 C Funeral March @John Coulthart +296 R Fungusaur @Scott M. Fischer +297 U Fyndhorn Elder @Donato Giancola +232 R Game of Chaos @Thomas Gianni +90 C Gaseous Form @Doug Keith +373 R Gauntlets of Chaos @Alan Rabinowitz +298 C Ghazban Ogre @Mike Raabe +299 C Giant Growth @DiTerlizzi +300 C Giant Spider @Brian Snõddy +233 C Giant Strength @Kev Walker +91 U Glacial Wall @Greg Simanson +374 U Glasses of Urza @Douglas Shuler +165 U Gloom @Douglas Shuler +234 C Goblin Digging Team @Phil Foglio +235 C Goblin Hero @Pete Venters +236 R Goblin King @Phil Foglio +237 C Goblin War Drums @Dan Frazier +238 R Goblin Warrens @Dan Frazier +375 C Grapeshot Catapult @Dan Frazier +31 U Greater Realm of Preservation @Steve Luke +166 U Greater Werewolf @Dennis Detwiller +301 C Grizzly Bears @Una Fricker +417 U Havenwood Battleground @Liz Danforth +32 C Heal @Mark Tedin +33 C Healing Salve @Zina Saunders +167 R Hecatomb @George Pratt +376 R Helm of Chatzuk @Mark Tedin +239 C Hill Giant @Charles Gillespie +34 C Hipparion @Margaret Organ-Kean +418 R Hollow Trees @David Seeley +35 C Holy Strength @Anson Maddocks +92 C Homarid Warrior @Pete Venters +168 C Howl from Beyond @John Coulthart +377 R Howling Mine @Mark Poole +302 C Hungry Mist @Heather Hudson +93 R Hurkyl's Recall @NéNé Thomas +240 C Hurloon Minotaur @Anson Maddocks +303 U Hurricane @Cornelius Brudi +94 U Hydroblast @Kaja Foglio +36 U Icatian Phalanx @Kaja Foglio +37 C Icatian Scout @Rob Alexander +419 R Icatian Store @David Seeley +38 R Icatian Town @Tom Wänerstrand +420 U Ice Floe @John Avon +241 C Imposing Visage @Brian Snõddy +242 C Incinerate @Scott M. Fischer +243 R Inferno @Mike Kerr +378 R Infinite Hourglass @Adam Rex +169 C Initiates of the Ebon Hand @Heather Hudson +304 U Instill Energy @Ron Spencer +244 R Ironclaw Curse @Dennis Detwiller +245 C Ironclaw Orcs @Anson Maddocks +305 C Ironroot Treefolk @Jerry Tiritilli +379 U Iron Star @Donato Giancola +434 L Island @J. W. Frost +435 L Island @J. W. Frost +436 L Island @J. W. Frost +437 L Island @J. W. Frost +39 R Island Sanctuary @Mark Poole +380 U Ivory Cup @Donato Giancola +40 U Ivory Guardians @Adam Rex +381 R Jade Monolith @Richard Kane Ferguson +382 R Jalum Tome @Tom Wänerstrand +383 R Jandor's Saddlebags @Roger Raupp +384 R Jayemdae Tome @Mark Tedin +385 R Jester's Cap @Dan Frazier +306 U Johtull Wurm @Ian Miller +246 R Jokulhaups @Mike Kerr +386 U Joven's Tools @Zina Saunders +41 U Justice @Ruth Thompson +95 R Juxtapose @Justin Hampton +42 U Karma @Bob Eggleton +421 R Karplusan Forest @Randy Gallegos +247 U Keldon Warlord @Kev Brockschmidt +307 U Killer Bees @Phil Foglio +43 U Kismet @Kaja Foglio +170 C Kjeldoran Dead @Melissa A. Benson +44 R Kjeldoran Royal Guard @Allen Williams +45 U Kjeldoran Skycaptain @Mark Poole +171 U Knight of Stromgald @Mark Poole +172 C Krovikan Fetish @Heather Hudson +96 C Krovikan Sorcerer @Pat Morrissey +97 C Labyrinth Minotaur @Anson Maddocks +173 U Leshrac's Rite @Mike Raabe +98 R Leviathan @Mark Tedin +308 C Ley Druid @Sandra Everingham +309 R Lhurgoyf @Pete Venters +387 U Library of Leng @Daniel Gelon +310 U Lifeforce @Ron Spencer +99 U Lifetap @Mike Dringenberg +311 R Living Artifact @Anson Maddocks +312 R Living Lands @John Matson +313 C Llanowar Elves @Anson Maddocks +100 R Lord of Atlantis @Melissa A. Benson +174 R Lord of the Pit @Mark Tedin +175 C Lost Soul @Randy Asplund-Faith +314 U Lure @Anson Maddocks +101 R Magical Hack @Julie Baroh +102 R Magus of the Unseen @Kaja Foglio +250 R Manabarbs @Greg Simanson +248 R Mana Clash @Mark Tedin +249 R Mana Flare @Christopher Rush +388 R Mana Vault @Mark Tedin +315 C Marsh Viper @Ron Spencer +389 R Meekstone @Quinton Hoover +103 C Memory Lapse @Mark Tedin +104 C Merfolk of the Pearl Trident @John Matson +46 C Mesa Falcon @Mark Poole +47 C Mesa Pegasus @Melissa A. Benson +390 R Millstone @Kaja Foglio +105 U Mind Bomb @Mark Tedin +176 C Mind Ravel @Mark Tedin +178 C Mindstab Thrull @Mark Tedin +177 U Mind Warp @Liz Danforth +179 U Mole Worms @Adrian Smith +251 C Mons's Goblin Raiders @Pete Venters +442 L Mountain @John Avon +443 L Mountain @John Avon +444 L Mountain @John Avon +445 L Mountain @John Avon +252 C Mountain Goat @Cornelius Brudi +180 C Murk Dwellers @Drew Tucker +316 C Nature's Lore @Alan Rabinowitz +181 C Necrite @Ron Spencer +182 R Necropotence @Mark Tedin +183 R Nether Shadow @DiTerlizzi +391 R Nevinyrral's Disk @Mark Tedin +184 R Nightmare @Melissa A. Benson +392 R Obelisk of Undoing @Tom Wänerstrand +253 U Orcish Artillery @Dan Frazier +254 U Orcish Captain @Charles Gillespie +255 C Orcish Conscripts @Douglas Shuler +256 C Orcish Farmer @Dan Frazier +257 U Orcish Oriflamme @Dan Frazier +258 R Orcish Squatters @Richard Kane Ferguson +48 R Order of the Sacred Torch @Ruth Thompson +49 U Order of the White Shield @Ruth Thompson +259 R Orgg @Daniel Gelon +393 U Ornithopter @Amy Weber +260 C Panic @Greg Simanson +185 C Paralyze @Ron Spencer +50 C Pearled Unicorn @David A. Cherry +394 R Pentagram of the Ages @Douglas Shuler +51 R Personal Incarnation @Kev Walker +186 C Pestilence @Kev Walker +106 U Phantasmal Forces @Mark Poole +107 C Phantasmal Terrain @David A. Cherry +108 U Phantom Monster @Rebecca Guay +52 C Pikemen @Dan Frazier +109 R Pirate Ship @Tom Wänerstrand +187 C Pit Scorpion @Ian Miller +188 C Plague Rats @Anson Maddocks +430 L Plains @Pat Morrissey +431 L Plains @Pat Morrissey +432 L Plains @Pat Morrissey +433 L Plains @Pat Morrissey +110 C Portent @Liz Danforth +111 U Power Sink @Richard Thomas +189 R Pox @Scott M. Fischer +317 C Pradesh Gypsies @Quinton Hoover +395 R Primal Clay @Adam Rex +318 R Primal Order @David A. Cherry +261 U Primordial Ooze @Randy Gallegos +53 C Prismatic Ward @Zina Saunders +112 C Prodigal Sorcerer @Douglas Shuler +113 C Psychic Venom @Brian Snõddy +262 U Pyroblast @Kaja Foglio +263 U Pyrotechnics @Anson Maddocks +319 U Rabid Wombat @Kaja Foglio +320 U Radjan Spirit @Christopher Rush +190 R Rag Man @Daniel Gelon +191 C Raise Dead @David Seeley +114 C Ray of Command @Harold McNeill +115 R Recall @Richard Kane Ferguson +116 C Reef Pirates @Tom Wänerstrand +321 C Regeneration @Quinton Hoover +117 C Remove Soul @Mike Dringenberg +54 C Repentant Blacksmith @Drew Tucker +55 R Reverse Damage @Thomas Gianni +56 R Righteousness @Mike Dringenberg +396 U Rod of Ruin @Christopher Rush +422 U Ruins of Trokair @Liz Danforth +264 C Sabretooth Tiger @Melissa A. Benson +57 U Sacred Boon @Mike Raabe +58 C Samite Healer @Tom Wänerstrand +423 R Sand Silos @David Seeley +322 C Scaled Wurm @Daniel Gelon +192 C Scathe Zombies @Tom Kyffin +323 C Scavenger Folk @Jeff Miracola +324 C Scryb Sprites @Amy Weber +118 C Sea Serpent @Ian Miller +121 U Seasinger @John Matson +119 U Sea Spirit @DiTerlizzi +120 U Sea Sprite @Rebecca Guay +122 U Segovian Leviathan @Melissa A. Benson +193 R Sengir Autocrat @David A. Cherry +59 R Seraph @D. Alexander Gregory +397 R Serpent Generator @Mark Tedin +60 U Serra Bestiary @Steve Luke +61 U Serra Paladin @Pete Venters +325 C Shanodin Dryads @Gary Leach +398 U Shapeshifter @Adrian Smith +265 C Shatter @Hannibal King +266 U Shatterstorm @James Allen +62 C Shield Bearer @Dan Frazier +63 C Shield Wall @Scott Kirschner +267 R Shivan Dragon @Melissa A. Benson +326 C Shrink @Liz Danforth +123 R Sibilant Spirit @Ron Spencer +399 U Skull Catapult @Ian Miller +124 R Sleight of Mind @Mark Poole +268 R Smoke @Tom Kyffin +194 R Sorceress Queen @Kaja Foglio +125 C Soul Barrier @Harold McNeill +400 U Soul Net @Andrew Robinson +126 C Spell Blast @Greg Simanson +64 U Spirit Link @Kaja Foglio +327 R Stampede @Jeff A. Menges +127 R Stasis @Fay Jones +128 U Steal Artifact @John Coulthart +269 U Stone Giant @James Allen +270 C Stone Rain @Tony Roberts +271 U Stone Spirit @James Allen +328 C Stream of Life @Terese Nielsen +195 R Stromgald Cabal @Anson Maddocks +424 R Sulfurous Springs @Jeff Miracola +425 U Svyelunite Temple @Liz Danforth +438 L Swamp @Andrew Robinson +439 L Swamp @Andrew Robinson +440 L Swamp @Andrew Robinson +441 L Swamp @Andrew Robinson +329 R Sylvan Library @Harold McNeill +330 C Tarpan @Margaret Organ-Kean +401 U Tawnos's Weaponry @John Coulthart +196 C Terror @Ron Spencer +272 C The Brute @Douglas Shuler +402 R The Hive @Sandra Everingham +197 R The Wretched @Christopher Rush +331 U Thicket Basilisk @Dan Frazier +403 U Throne of Bone @Donato Giancola +198 U Thrull Retainer @Ron Spencer +404 R Time Bomb @George Pratt +129 R Time Elemental @Amy Weber +332 R Titania's Song @D. Alexander Gregory +199 C Torture @Mark Tedin +200 C Touch of Death @Melissa A. Benson +333 C Tranquility @Douglas Shuler +65 R Truce @Donato Giancola +334 U Tsunami @Richard Thomas +66 C Tundra Wolves @Quinton Hoover +130 C Twiddle @Rob Alexander +426 R Underground River @Jeff Miracola +201 C Unholy Strength @Tom Kyffin +131 C Unstable Mutation @Charles Gillespie +132 C Unsummon @Douglas Shuler +335 U Untamed Wilds @NéNé Thomas +133 C Updraft @John Matson +405 R Urza's Avenger @Amy Weber +406 U Urza's Bauble @Christopher Rush +427 C Urza's Mine @Anson Maddocks +428 C Urza's Power Plant @Mark Tedin +429 C Urza's Tower @Mark Poole +202 C Vampire Bats @Anson Maddocks +336 C Venom @Tom Wänerstrand +337 R Verduran Enchantress @Kev Brockschmidt +134 C Vodalian Soldiers @Melissa A. Benson +135 U Wall of Air @Richard Kane Ferguson +203 U Wall of Bone @Anson Maddocks +338 U Wall of Brambles @Tony Roberts +273 U Wall of Fire @Tony Roberts +407 C Wall of Spears @Zak Plucinski +274 U Wall of Stone @Thomas Gianni +67 U Wall of Swords @Brian Snõddy +339 U Wanderlust @Rebecca Guay +340 C War Mammoth @Jeff A. Menges +204 R Warp Artifact @Amy Weber +205 C Weakness @Kev Walker +341 U Whirling Dervish @Susan Van Camp +68 U White Knight @Daniel Gelon +342 C Wild Growth @Pat Morrissey +275 R Winds of Change @Blackie del Rio +136 U Wind Spirit @Kaja Foglio +343 U Winter Blast @Kaja Foglio +408 R Winter Orb @Mark Tedin +344 U Wolverine Pack @Steve White +409 U Wooden Sphere @Donato Giancola +276 U Word of Blasting @Ken Meyer, Jr. +69 R Wrath of God @Quinton Hoover +345 R Wyluli Wolf @Susan Van Camp +206 R Xenic Poltergeist @Mike Kerr +137 C Zephyr Falcon @Heather Hudson +207 R Zombie Master @Stuart Griffin +138 R Zur's Weirding @Liz Danforth [tokens] wasp diff --git a/forge-gui/res/editions/Final Sacrifice.txt b/forge-gui/res/editions/Final Sacrifice.txt index 92d330f1bda..6686e2eb712 100644 --- a/forge-gui/res/editions/Final Sacrifice.txt +++ b/forge-gui/res/editions/Final Sacrifice.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PHPR [cards] -5 C Mana Crypt +5 C Mana Crypt @Mark Tedin diff --git a/forge-gui/res/editions/Fourth Edition.txt b/forge-gui/res/editions/Fourth Edition.txt index aba858b6f0e..eb517c8bfd2 100644 --- a/forge-gui/res/editions/Fourth Edition.txt +++ b/forge-gui/res/editions/Fourth Edition.txt @@ -13,384 +13,384 @@ ChaosDraftThemes=CORE_SET ScryfallCode=4ED [cards] -117 U Abomination -59 U Air Elemental -1 C Alabaster Potion -291 R Aladdin's Lamp -292 R Aladdin's Ring -175 U Ali Baba -2 C Amrou Kithkin -293 C Amulet of Kroog -3 U Angry Mob -60 U Animate Artifact -118 U Animate Dead -4 R Animate Wall -294 R Ankh of Mishra -61 C Apprentice Wizard -5 R Armageddon -295 R Armageddon Clock -119 U Ashes to Ashes -296 U Ashnod's Battle Gear -233 R Aspect of Wolf -62 U Backfire -120 R Bad Moon -6 R Balance -176 R Ball Lightning -297 C Battering Ram -7 C Benalish Hero -177 C Bird Maiden -234 R Birds of Paradise -121 U Black Knight -298 R Black Mana Battery -299 U Black Vise -8 U Black Ward -9 R Blessing -122 U Blight -178 C Blood Lust -63 C Blue Elemental Blast -300 R Blue Mana Battery -10 U Blue Ward -123 C Bog Imp -124 U Bog Wraith -301 R Bottle of Suleiman -11 C Brainwash -302 U Brass Man -303 R Bronze Tablet -179 C Brothers of Fire -180 U Burrowing -235 C Carnivorous Plant -125 U Carrion Ants -12 U Castle -181 U Cave People -304 U Celestial Prism -236 U Channel -182 R Chaoslace -13 U Circle of Protection: Artifacts -14 C Circle of Protection: Black -15 C Circle of Protection: Blue -16 C Circle of Protection: Green -17 C Circle of Protection: Red -18 C Circle of Protection: White -305 C Clay Statue -306 R Clockwork Avian -307 R Clockwork Beast -237 R Cockatrice -308 R Colossus of Sardia -309 U Conservator -64 U Control Magic -19 U Conversion -310 R Coral Helm -126 R Cosmic Horror -65 U Counterspell -238 C Craw Wurm -66 C Creature Bond -183 R Crimson Manticore -239 U Crumble -20 R Crusade -311 U Crystal Rod -127 U Cursed Land -312 U Cursed Rack -128 C Cyclopean Mummy -313 R Dancing Scimitar -129 C Dark Ritual -21 C Death Ward -130 U Deathgrip -131 R Deathlace -240 U Desert Twister -184 U Detonate -314 U Diabolic Machine -315 R Dingus Egg -22 C Disenchant -185 C Disintegrate -316 R Disrupting Scepter -23 U Divine Transformation -317 R Dragon Engine -186 U Dragon Whelp -132 C Drain Life -67 R Drain Power -133 C Drudge Skeletons -241 C Durkwood Boars -187 C Dwarven Warriors -188 U Earth Elemental -189 R Earthquake -318 R Ebony Horse -134 R El-Hajjaj -24 R Elder Land Wurm -242 U Elven Riders -243 R Elvish Archers -68 U Energy Flux -69 C Energy Tap -135 C Erg Raiders -70 C Erosion -190 C Eternal Warrior -136 U Evil Presence -25 R Eye for an Eye -137 C Fear -71 U Feedback -319 U Fellwar Stone -191 U Fire Elemental -192 C Fireball -193 C Firebreathing -194 C Fissure -195 U Flashfires -72 C Flight -73 C Flood -320 R Flying Carpet -244 C Fog -245 R Force of Nature -376 L Forest -377 L Forest -378 L Forest -26 C Fortified Area -138 C Frozen Shade -246 R Fungusaur -247 R Gaea's Liege -74 C Gaseous Form -75 U Ghost Ship -248 C Giant Growth -249 C Giant Spider -196 C Giant Strength -76 C Giant Tortoise -321 U Glasses of Urza -139 U Gloom -197 U Goblin Balloon Brigade -198 R Goblin King -199 C Goblin Rock Sled -322 C Grapeshot Catapult -200 C Gray Ogre -140 R Greed -323 R Green Mana Battery -27 U Green Ward -250 C Grizzly Bears -28 C Healing Salve -324 R Helm of Chatzuk -201 C Hill Giant -29 C Holy Armor -30 C Holy Strength -141 C Howl from Beyond -325 R Howling Mine -77 R Hurkyl's Recall -202 C Hurloon Minotaur -203 R Hurr Jackal -251 U Hurricane -142 U Hypnotic Specter -204 C Immolation -205 R Inferno -252 U Instill Energy -326 U Iron Star -206 C Ironclaw Orcs -253 C Ironroot Treefolk -367 L Island -368 L Island -369 L Island -78 R Island Fish Jasconius -31 R Island Sanctuary -327 U Ivory Cup -328 R Ivory Tower -329 R Jade Monolith -330 R Jandor's Saddlebags -331 R Jayemdae Tome -79 C Jump -143 U Junun Efreet -32 U Karma -207 U Keldon Warlord -254 U Killer Bees -33 U Kismet -332 R Kormus Bell -255 C Land Leeches -34 R Land Tax -80 R Leviathan -256 U Ley Druid -333 U Library of Leng -257 U Lifeforce -258 R Lifelace -81 U Lifetap -208 C Lightning Bolt -259 R Living Artifact -260 R Living Lands -261 C Llanowar Elves -82 R Lord of Atlantis -144 R Lord of the Pit -145 C Lost Soul -262 U Lure -83 R Magical Hack -209 R Magnetic Mountain -84 R Mahamoti Djinn -210 R Mana Clash -211 R Mana Flare -85 R Mana Short -334 R Mana Vault -212 R Manabarbs -146 C Marsh Gas -263 C Marsh Viper -335 R Meekstone -86 C Merfolk of the Pearl Trident -35 C Mesa Pegasus -336 R Millstone -87 U Mind Bomb -147 R Mind Twist -361 U Mishra's Factory -337 R Mishra's War Machine -213 C Mons's Goblin Raiders -36 C Morale -373 L Mountain -374 L Mountain -375 L Mountain -148 C Murk Dwellers -264 C Nafs Asp -149 R Nether Shadow -338 R Nevinyrral's Disk -150 R Nightmare -37 R Northern Paladin -362 U Oasis -339 U Obsianus Golem -340 R Onulet -214 U Orcish Artillery -215 U Orcish Oriflamme -341 U Ornithopter -38 U Osai Vultures -151 C Paralyze -39 C Pearled Unicorn -40 R Personal Incarnation -152 C Pestilence -88 U Phantasmal Forces -89 C Phantasmal Terrain -90 U Phantom Monster -41 C Piety -42 C Pikemen -91 R Pirate Ship -153 C Pit Scorpion -154 C Plague Rats -364 L Plains -365 L Plains -366 L Plains -92 C Power Leak -93 C Power Sink -216 R Power Surge -265 C Pradesh Gypsies -342 R Primal Clay -94 C Prodigal Sorcerer -95 R Psionic Entity -96 C Psychic Venom -43 R Purelace -217 U Pyrotechnics -266 U Radjan Spirit -155 R Rag Man -156 C Raise Dead -267 R Rebirth -218 C Red Elemental Blast -343 R Red Mana Battery -44 U Red Ward -268 C Regeneration -97 R Relic Bind -45 R Reverse Damage -46 R Righteousness -344 U Rod of Ruin -157 R Royal Assassin -47 C Samite Healer -269 C Sandstorm -48 R Savannah Lions -158 C Scathe Zombies -159 U Scavenging Ghoul -270 C Scryb Sprites -98 C Sea Serpent -49 C Seeker -99 U Segovian Leviathan -160 U Sengir Vampire -50 U Serra Angel -271 C Shanodin Dryads -345 U Shapeshifter -219 C Shatter -220 R Shivan Dragon -161 U Simulacrum -100 U Sindbad -101 U Siren's Call -221 C Sisters of the Flame -102 R Sleight of Mind -222 R Smoke -162 R Sorceress Queen -346 U Soul Net -103 C Spell Blast -51 U Spirit Link -163 U Spirit Shackle -104 R Stasis -105 U Steal Artifact -223 U Stone Giant -224 C Stone Rain -272 C Stream of Life -363 U Strip Mine -347 R Sunglasses of Urza -106 C Sunken City -370 L Swamp -371 L Swamp -372 L Swamp -52 U Swords to Plowshares -273 R Sylvan Library -348 U Tawnos's Wand -349 U Tawnos's Weaponry -225 R Tempest Efreet -164 C Terror -350 R Tetravus -226 C The Brute -351 R The Hive -352 U The Rack -274 U Thicket Basilisk -107 R Thoughtlace -353 U Throne of Bone -275 R Timber Wolves -108 R Time Elemental -276 R Titania's Song -277 C Tranquility -354 R Triskelion -278 U Tsunami -53 C Tundra Wolves -227 U Tunnel -109 C Twiddle -165 U Uncle Istvan -166 C Unholy Strength -110 C Unstable Mutation -111 C Unsummon -279 U Untamed Wilds -355 R Urza's Avenger -228 U Uthden Troll -167 C Vampire Bats -280 C Venom -281 R Verduran Enchantress -54 U Visions -112 R Volcanic Eruption -113 U Wall of Air -168 U Wall of Bone -282 U Wall of Brambles -229 U Wall of Dust -230 U Wall of Fire -283 U Wall of Ice -356 C Wall of Spears -231 U Wall of Stone -55 U Wall of Swords -114 U Wall of Water -284 C Wall of Wood -285 U Wanderlust -286 C War Mammoth -169 R Warp Artifact -115 U Water Elemental -170 C Weakness -287 R Web -288 U Whirling Dervish -56 U White Knight -357 R White Mana Battery -57 U White Ward -289 C Wild Growth -171 R Will-o'-the-Wisp -232 R Winds of Change -290 U Winter Blast -358 R Winter Orb -359 U Wooden Sphere -172 C Word of Binding -58 R Wrath of God -173 R Xenic Poltergeist -360 C Yotian Soldier -116 C Zephyr Falcon -174 R Zombie Master +117 U Abomination @Mark Tedin +59 U Air Elemental @Richard Thomas +1 C Alabaster Potion @Harold McNeill +291 R Aladdin's Lamp @Mark Tedin +292 R Aladdin's Ring @Dan Frazier +175 U Ali Baba @Julie Baroh +2 C Amrou Kithkin @Quinton Hoover +293 C Amulet of Kroog @Margaret Organ-Kean +3 U Angry Mob @Drew Tucker +60 U Animate Artifact @Douglas Shuler +118 U Animate Dead @Anson Maddocks +4 R Animate Wall @Dan Frazier +294 R Ankh of Mishra @Amy Weber +61 C Apprentice Wizard @Dan Frazier +5 R Armageddon @Jesper Myrfors +295 R Armageddon Clock @Amy Weber +119 U Ashes to Ashes @Drew Tucker +296 U Ashnod's Battle Gear @Mark Poole +233 R Aspect of Wolf @Jeff A. Menges +62 U Backfire @Brian Snõddy +120 R Bad Moon @Jesper Myrfors +6 R Balance @Mark Poole +176 R Ball Lightning @Quinton Hoover +297 C Battering Ram @Jeff A. Menges +7 C Benalish Hero @Douglas Shuler +177 C Bird Maiden @Kaja Foglio +234 R Birds of Paradise @Mark Poole +121 U Black Knight @Jeff A. Menges +298 R Black Mana Battery @Anson Maddocks +299 U Black Vise @Richard Thomas +8 U Black Ward @Dan Frazier +9 R Blessing @Julie Baroh +122 U Blight @Pete Venters +178 C Blood Lust @Anson Maddocks +63 C Blue Elemental Blast @Richard Thomas +300 R Blue Mana Battery @Amy Weber +10 U Blue Ward @Dan Frazier +123 C Bog Imp @Ron Spencer +124 U Bog Wraith @Jeff A. Menges +301 R Bottle of Suleiman @Jesper Myrfors +11 C Brainwash @Pete Venters +302 U Brass Man @Christopher Rush +303 R Bronze Tablet @Tom Wänerstrand +179 C Brothers of Fire @Mark Tedin +180 U Burrowing @Mark Poole +235 C Carnivorous Plant @Quinton Hoover +125 U Carrion Ants @Richard Thomas +12 U Castle @Dameon Willich +181 U Cave People @Drew Tucker +304 U Celestial Prism @Amy Weber +236 U Channel @Richard Thomas +182 R Chaoslace @Dameon Willich +13 U Circle of Protection: Artifacts @Pete Venters +14 C Circle of Protection: Black @Jesper Myrfors +15 C Circle of Protection: Blue @Dameon Willich +16 C Circle of Protection: Green @Sandra Everingham +17 C Circle of Protection: Red @Mark Tedin +18 C Circle of Protection: White @Douglas Shuler +305 C Clay Statue @Jesper Myrfors +306 R Clockwork Avian @Randy Asplund-Faith +307 R Clockwork Beast @Drew Tucker +237 R Cockatrice @Dan Frazier +308 R Colossus of Sardia @Jesper Myrfors +309 U Conservator @Amy Weber +64 U Control Magic @Dameon Willich +19 U Conversion @Jesper Myrfors +310 R Coral Helm @Amy Weber +126 R Cosmic Horror @Jesper Myrfors +65 U Counterspell @Mark Poole +238 C Craw Wurm @Daniel Gelon +66 C Creature Bond @Anson Maddocks +183 R Crimson Manticore @Daniel Gelon +239 U Crumble @Jesper Myrfors +20 R Crusade @Mark Poole +311 U Crystal Rod @Amy Weber +127 U Cursed Land @Jesper Myrfors +312 U Cursed Rack @Richard Thomas +128 C Cyclopean Mummy @Edward P. Beard, Jr. +313 R Dancing Scimitar @Anson Maddocks +129 C Dark Ritual @Sandra Everingham +21 C Death Ward @Mark Poole +130 U Deathgrip @Anson Maddocks +131 R Deathlace @Sandra Everingham +240 U Desert Twister @Susan Van Camp +184 U Detonate @Randy Asplund-Faith +314 U Diabolic Machine @Anson Maddocks +315 R Dingus Egg @Dan Frazier +22 C Disenchant @Amy Weber +185 C Disintegrate @Anson Maddocks +316 R Disrupting Scepter @Dan Frazier +23 U Divine Transformation @NéNé Thomas +317 R Dragon Engine @Anson Maddocks +186 U Dragon Whelp @Amy Weber +132 C Drain Life @Douglas Shuler +67 R Drain Power @Douglas Shuler +133 C Drudge Skeletons @Sandra Everingham +241 C Durkwood Boars @Mike Kimble +187 C Dwarven Warriors @Douglas Shuler +188 U Earth Elemental @Dan Frazier +189 R Earthquake @Dan Frazier +318 R Ebony Horse @Dameon Willich +134 R El-Hajjaj @Dameon Willich +24 R Elder Land Wurm @Quinton Hoover +242 U Elven Riders @Melissa A. Benson +243 R Elvish Archers @Anson Maddocks +68 U Energy Flux @Kaja Foglio +69 C Energy Tap @Daniel Gelon +135 C Erg Raiders @Dameon Willich +70 C Erosion @Pete Venters +190 C Eternal Warrior @Anson Maddocks +136 U Evil Presence @Sandra Everingham +25 R Eye for an Eye @Mark Poole +137 C Fear @Mark Poole +71 U Feedback @Quinton Hoover +319 U Fellwar Stone @Quinton Hoover +191 U Fire Elemental @Melissa A. Benson +192 C Fireball @Mark Tedin +193 C Firebreathing @Dan Frazier +194 C Fissure @Douglas Shuler +195 U Flashfires @Dameon Willich +72 C Flight @Anson Maddocks +73 C Flood @Dennis Detwiller +320 R Flying Carpet @Mark Tedin +244 C Fog @Jesper Myrfors +245 R Force of Nature @Douglas Shuler +376 L Forest @Christopher Rush +377 L Forest @Christopher Rush +378 L Forest @Christopher Rush +26 C Fortified Area @Randy Asplund-Faith +138 C Frozen Shade @Douglas Shuler +246 R Fungusaur @Daniel Gelon +247 R Gaea's Liege @Dameon Willich +74 C Gaseous Form @Phil Foglio +75 U Ghost Ship @Tom Wänerstrand +248 C Giant Growth @Sandra Everingham +249 C Giant Spider @Sandra Everingham +196 C Giant Strength @Justin Hampton +76 C Giant Tortoise @Kaja Foglio +321 U Glasses of Urza @Douglas Shuler +139 U Gloom @Dan Frazier +197 U Goblin Balloon Brigade @Andi Rusu +198 R Goblin King @Jesper Myrfors +199 C Goblin Rock Sled @Dennis Detwiller +322 C Grapeshot Catapult @Dan Frazier +200 C Gray Ogre @Dan Frazier +140 R Greed @Phil Foglio +323 R Green Mana Battery @Christopher Rush +27 U Green Ward @Dan Frazier +250 C Grizzly Bears @Jeff A. Menges +28 C Healing Salve @Dan Frazier +324 R Helm of Chatzuk @Mark Tedin +201 C Hill Giant @Dan Frazier +29 C Holy Armor @Melissa A. Benson +30 C Holy Strength @Anson Maddocks +141 C Howl from Beyond @Mark Poole +325 R Howling Mine @Mark Poole +77 R Hurkyl's Recall @NéNé Thomas +202 C Hurloon Minotaur @Anson Maddocks +203 R Hurr Jackal @Drew Tucker +251 U Hurricane @Dameon Willich +142 U Hypnotic Specter @Douglas Shuler +204 C Immolation @Scott Kirschner +205 R Inferno @Randy Asplund-Faith +252 U Instill Energy @Dameon Willich +326 U Iron Star @Dan Frazier +206 C Ironclaw Orcs @Anson Maddocks +253 C Ironroot Treefolk @Jesper Myrfors +367 L Island @Mark Poole +368 L Island @Mark Poole +369 L Island @Mark Poole +78 R Island Fish Jasconius @Jesper Myrfors +31 R Island Sanctuary @Mark Poole +327 U Ivory Cup @Anson Maddocks +328 R Ivory Tower @Margaret Organ-Kean +329 R Jade Monolith @Anson Maddocks +330 R Jandor's Saddlebags @Dameon Willich +331 R Jayemdae Tome @Mark Tedin +79 C Jump @Mark Poole +143 U Junun Efreet @Christopher Rush +32 U Karma @Richard Thomas +207 U Keldon Warlord @Kev Brockschmidt +254 U Killer Bees @Phil Foglio +33 U Kismet @Kaja Foglio +332 R Kormus Bell @Christopher Rush +255 C Land Leeches @Quinton Hoover +34 R Land Tax @Brian Snõddy +80 R Leviathan @Mark Tedin +256 U Ley Druid @Sandra Everingham +333 U Library of Leng @Daniel Gelon +257 U Lifeforce @Dameon Willich +258 R Lifelace @Amy Weber +81 U Lifetap @Anson Maddocks +208 C Lightning Bolt @Christopher Rush +259 R Living Artifact @Anson Maddocks +260 R Living Lands @Jesper Myrfors +261 C Llanowar Elves @Anson Maddocks +82 R Lord of Atlantis @Melissa A. Benson +144 R Lord of the Pit @Mark Tedin +145 C Lost Soul @Randy Asplund-Faith +262 U Lure @Anson Maddocks +83 R Magical Hack @Julie Baroh +209 R Magnetic Mountain @Susan Van Camp +84 R Mahamoti Djinn @Dan Frazier +210 R Mana Clash @Mark Tedin +211 R Mana Flare @Christopher Rush +85 R Mana Short @Dameon Willich +334 R Mana Vault @Mark Tedin +212 R Manabarbs @Christopher Rush +146 C Marsh Gas @Douglas Shuler +263 C Marsh Viper @Ron Spencer +335 R Meekstone @Quinton Hoover +86 C Merfolk of the Pearl Trident @Jeff A. Menges +35 C Mesa Pegasus @Melissa A. Benson +336 R Millstone @Kaja Foglio +87 U Mind Bomb @Mark Tedin +147 R Mind Twist @Julie Baroh +361 U Mishra's Factory @Kaja Foglio & Phil Foglio +337 R Mishra's War Machine @Amy Weber +213 C Mons's Goblin Raiders @Jeff A. Menges +36 C Morale @Mark Poole +373 L Mountain @Douglas Shuler +374 L Mountain @Douglas Shuler +375 L Mountain @Douglas Shuler +148 C Murk Dwellers @Drew Tucker +264 C Nafs Asp @Christopher Rush +149 R Nether Shadow @Christopher Rush +338 R Nevinyrral's Disk @Mark Tedin +150 R Nightmare @Melissa A. Benson +37 R Northern Paladin @Douglas Shuler +362 U Oasis @Brian Snõddy +339 U Obsianus Golem @Jesper Myrfors +340 R Onulet @Anson Maddocks +214 U Orcish Artillery @Anson Maddocks +215 U Orcish Oriflamme @Dan Frazier +341 U Ornithopter @Amy Weber +38 U Osai Vultures @Dan Frazier +151 C Paralyze @Anson Maddocks +39 C Pearled Unicorn @Cornelius Brudi +40 R Personal Incarnation @Kev Brockschmidt +152 C Pestilence @Jesper Myrfors +88 U Phantasmal Forces @Mark Poole +89 C Phantasmal Terrain @Dameon Willich +90 U Phantom Monster @Jesper Myrfors +41 C Piety @Mark Poole +42 C Pikemen @Dennis Detwiller +91 R Pirate Ship @Tom Wänerstrand +153 C Pit Scorpion @Scott Kirschner +154 C Plague Rats @Anson Maddocks +364 L Plains @Jesper Myrfors +365 L Plains @Jesper Myrfors +366 L Plains @Jesper Myrfors +92 C Power Leak @Drew Tucker +93 C Power Sink @Richard Thomas +216 R Power Surge @Douglas Shuler +265 C Pradesh Gypsies @Quinton Hoover +342 R Primal Clay @Kaja Foglio +94 C Prodigal Sorcerer @Douglas Shuler +95 R Psionic Entity @Justin Hampton +96 C Psychic Venom @Brian Snõddy +43 R Purelace @Sandra Everingham +217 U Pyrotechnics @Anson Maddocks +266 U Radjan Spirit @Christopher Rush +155 R Rag Man @Daniel Gelon +156 C Raise Dead @Jeff A. Menges +267 R Rebirth @Mark Tedin +218 C Red Elemental Blast @Richard Thomas +343 R Red Mana Battery @Mark Tedin +44 U Red Ward @Dan Frazier +268 C Regeneration @Quinton Hoover +97 R Relic Bind @Christopher Rush +45 R Reverse Damage @Dameon Willich +46 R Righteousness @Douglas Shuler +344 U Rod of Ruin @Christopher Rush +157 R Royal Assassin @Tom Wänerstrand +47 C Samite Healer @Tom Wänerstrand +269 C Sandstorm @Brian Snõddy +48 R Savannah Lions @Daniel Gelon +158 C Scathe Zombies @Jesper Myrfors +159 U Scavenging Ghoul @Jeff A. Menges +270 C Scryb Sprites @Amy Weber +98 C Sea Serpent @Jeff A. Menges +49 C Seeker @Mark Poole +99 U Segovian Leviathan @Melissa A. Benson +160 U Sengir Vampire @Anson Maddocks +50 U Serra Angel @Douglas Shuler +271 C Shanodin Dryads @Anson Maddocks +345 U Shapeshifter @Dan Frazier +219 C Shatter @Amy Weber +220 R Shivan Dragon @Melissa A. Benson +161 U Simulacrum @Mark Poole +100 U Sindbad @Julie Baroh +101 U Siren's Call @Anson Maddocks +221 C Sisters of the Flame @Jesper Myrfors +102 R Sleight of Mind @Mark Poole +222 R Smoke @Jesper Myrfors +162 R Sorceress Queen @Kaja Foglio +346 U Soul Net @Dameon Willich +103 C Spell Blast @Brian Snõddy +51 U Spirit Link @Kaja Foglio +163 U Spirit Shackle @Edward P. Beard, Jr. +104 R Stasis @Fay Jones +105 U Steal Artifact @Amy Weber +223 U Stone Giant @Dameon Willich +224 C Stone Rain @Daniel Gelon +272 C Stream of Life @Mark Poole +363 U Strip Mine @Daniel Gelon +347 R Sunglasses of Urza @Dan Frazier +106 C Sunken City @Jesper Myrfors +370 L Swamp @Dan Frazier +371 L Swamp @Dan Frazier +372 L Swamp @Dan Frazier +52 U Swords to Plowshares @Jeff A. Menges +273 R Sylvan Library @Harold McNeill +348 U Tawnos's Wand @Douglas Shuler +349 U Tawnos's Weaponry @Dan Frazier +225 R Tempest Efreet @NéNé Thomas +164 C Terror @Ron Spencer +350 R Tetravus @Mark Tedin +226 C The Brute @Mark Poole +351 R The Hive @Sandra Everingham +352 U The Rack @Richard Thomas +274 U Thicket Basilisk @Dan Frazier +107 R Thoughtlace @Mark Poole +353 U Throne of Bone @Anson Maddocks +275 R Timber Wolves @Melissa A. Benson +108 R Time Elemental @Amy Weber +276 R Titania's Song @Kerstin Kaman +277 C Tranquility @Douglas Shuler +354 R Triskelion @Douglas Shuler +278 U Tsunami @Richard Thomas +53 C Tundra Wolves @Quinton Hoover +227 U Tunnel @Dan Frazier +109 C Twiddle @Rob Alexander +165 U Uncle Istvan @Daniel Gelon +166 C Unholy Strength @Douglas Shuler +110 C Unstable Mutation @Douglas Shuler +111 C Unsummon @Douglas Shuler +279 U Untamed Wilds @NéNé Thomas +355 R Urza's Avenger @Amy Weber +228 U Uthden Troll @Douglas Shuler +167 C Vampire Bats @Anson Maddocks +280 C Venom @Tom Wänerstrand +281 R Verduran Enchantress @Kev Brockschmidt +54 U Visions @NéNé Thomas +112 R Volcanic Eruption @Douglas Shuler +113 U Wall of Air @Richard Thomas +168 U Wall of Bone @Anson Maddocks +282 U Wall of Brambles @Anson Maddocks +229 U Wall of Dust @Richard Thomas +230 U Wall of Fire @Richard Thomas +283 U Wall of Ice @Richard Thomas +356 C Wall of Spears @Sandra Everingham +231 U Wall of Stone @Dan Frazier +55 U Wall of Swords @Mark Tedin +114 U Wall of Water @Richard Thomas +284 C Wall of Wood @Mark Tedin +285 U Wanderlust @Cornelius Brudi +286 C War Mammoth @Jeff A. Menges +169 R Warp Artifact @Amy Weber +115 U Water Elemental @Jeff A. Menges +170 C Weakness @Douglas Shuler +287 R Web @Rob Alexander +288 U Whirling Dervish @Susan Van Camp +56 U White Knight @Daniel Gelon +357 R White Mana Battery @Anthony S. Waters +57 U White Ward @Dan Frazier +289 C Wild Growth @Mark Poole +171 R Will-o'-the-Wisp @Jesper Myrfors +232 R Winds of Change @Justin Hampton +290 U Winter Blast @Kaja Foglio +358 R Winter Orb @Mark Tedin +359 U Wooden Sphere @Mark Tedin +172 C Word of Binding @Ron Spencer +58 R Wrath of God @Quinton Hoover +173 R Xenic Poltergeist @Dan Frazier +360 C Yotian Soldier @Christopher Rush +116 C Zephyr Falcon @Heather Hudson +174 R Zombie Master @Jeff A. Menges [tokens] wasp diff --git a/forge-gui/res/editions/Friday Night Magic 2000.txt b/forge-gui/res/editions/Friday Night Magic 2000.txt index c0f0f26ce49..9874ec694e3 100644 --- a/forge-gui/res/editions/Friday Night Magic 2000.txt +++ b/forge-gui/res/editions/Friday Night Magic 2000.txt @@ -6,14 +6,14 @@ Type=Promo ScryfallCode=FNM [cards] -1 R River Boa -2 R Terror -3 R Longbow Archer -4 R Volcanic Geyser -5 R Mind Warp -6 R Shock -8 R Giant Growth -9 R Prodigal Sorcerer -10 R Stone Rain -11 R Llanowar Elves -12 R Staunch Defenders +1 R River Boa @Steve White +2 R Terror @Ron Spencer +3 R Longbow Archer @Eric Peterson +4 R Volcanic Geyser @David O'Connor +5 R Mind Warp @Liz Danforth +6 R Shock @Randy Gallegos +8 R Giant Growth @Sandra Everingham +9 R Prodigal Sorcerer @Douglas Shuler +10 R Stone Rain @Daniel Gelon +11 R Llanowar Elves @Anson Maddocks +12 R Staunch Defenders @Mark Poole diff --git a/forge-gui/res/editions/Friday Night Magic 2001.txt b/forge-gui/res/editions/Friday Night Magic 2001.txt index 481cfa59162..c9dda07a36d 100644 --- a/forge-gui/res/editions/Friday Night Magic 2001.txt +++ b/forge-gui/res/editions/Friday Night Magic 2001.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=F01 [cards] -6 R Swords to Plowshares -7 R Ophidian -8 R Jackal Pup -9 R Quirion Ranger -10 R Carnophage -11 R Impulse -12 R Fireblast +6 R Swords to Plowshares @Jeff A. Menges +7 R Ophidian @Cliff Nielsen +8 R Jackal Pup @Susan Van Camp +9 R Quirion Ranger @Tom Kyffin +10 R Carnophage @Pete Venters +11 R Impulse @Bryan Talbot +12 R Fireblast @Michael Danza diff --git a/forge-gui/res/editions/Friday Night Magic 2002.txt b/forge-gui/res/editions/Friday Night Magic 2002.txt index 48195232c9f..a6d4cdd4cd3 100644 --- a/forge-gui/res/editions/Friday Night Magic 2002.txt +++ b/forge-gui/res/editions/Friday Night Magic 2002.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F02 [cards] -1 R Soltari Priest -2 R Albino Troll -3 R Dissipate -4 R Black Knight -5 R Wall of Blossoms -6 R Fireslinger -7 R Drain Life -8 R Aura of Silence -9 R Forbid -10 R Spike Feeder -11 R Mogg Fanatic -12 R White Knight +1 R Soltari Priest @Janet Aulisio +2 R Albino Troll @Paolo Parente +3 R Dissipate @Richard Kane Ferguson +4 R Black Knight @Jeff A. Menges +5 R Wall of Blossoms @Heather Hudson +6 R Fireslinger @Jeff Reitz +7 R Drain Life @Douglas Shuler +8 R Aura of Silence @D. Alexander Gregory +9 R Forbid @Scott Kirschner +10 R Spike Feeder @Heather Hudson +11 R Mogg Fanatic @Brom +12 R White Knight @Daniel Gelon diff --git a/forge-gui/res/editions/Friday Night Magic 2003.txt b/forge-gui/res/editions/Friday Night Magic 2003.txt index 51c5f3d803b..684e6bf1426 100644 --- a/forge-gui/res/editions/Friday Night Magic 2003.txt +++ b/forge-gui/res/editions/Friday Night Magic 2003.txt @@ -6,16 +6,16 @@ Type=Promo ScryfallCode=F03 [cards] -1 R Bottle Gnomes -2 R Muscle Sliver -3 R Crystalline Sliver -4 R Capsize -5 R Priest of Titania -6 R Goblin Bombardment -7 R Scragnoth -8 R Smother -9 R Whipcorder -10 R Sparksmith -11 R Krosan Tusker -12 R Withered Wretch -13 R Disenchant +1 R Bottle Gnomes @Kaja Foglio +2 R Muscle Sliver @Richard Kane Ferguson +3 R Crystalline Sliver @Allen Williams +4 R Capsize @Tom Wänerstrand +5 R Priest of Titania @Rebecca Guay +6 R Goblin Bombardment @Brian Snõddy +7 R Scragnoth @Jeff Laubenstein +8 R Smother @Carl Critchlow +9 R Whipcorder @Ron Spencer +10 R Sparksmith @Jim Nelson +11 R Krosan Tusker @Kev Walker +12 R Withered Wretch @Tim Hildebrandt +13 R Disenchant @Kevin McCann diff --git a/forge-gui/res/editions/Friday Night Magic 2004.txt b/forge-gui/res/editions/Friday Night Magic 2004.txt index 7c2c5bf5b9d..3514f25dad8 100644 --- a/forge-gui/res/editions/Friday Night Magic 2004.txt +++ b/forge-gui/res/editions/Friday Night Magic 2004.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F04 [cards] -1 R Willbender -2 R Slice and Dice -3 R Silver Knight -4 R Krosan Warchief -5 R Lightning Rift -6 R Carrion Feeder -7 R Treetop Village -8 R Accumulated Knowledge -9 R Avalanche Riders -10 R Reanimate -11 R Mother of Runes -12 R Brainstorm +1 R Willbender @Eric Peterson +2 R Slice and Dice @Mark Brill +3 R Silver Knight @Eric Peterson +4 R Krosan Warchief @Greg Hildebrandt +5 R Lightning Rift @Eric Peterson +6 R Carrion Feeder @Brian Snõddy +7 R Treetop Village @Anthony S. Waters +8 R Accumulated Knowledge @Randy Gallegos +9 R Avalanche Riders @Edward P. Beard, Jr. +10 R Reanimate @Robert Bliss +11 R Mother of Runes @Scott M. Fischer +12 R Brainstorm @DiTerlizzi diff --git a/forge-gui/res/editions/Friday Night Magic 2005.txt b/forge-gui/res/editions/Friday Night Magic 2005.txt index 54b90d32e9a..13fcf1a6306 100644 --- a/forge-gui/res/editions/Friday Night Magic 2005.txt +++ b/forge-gui/res/editions/Friday Night Magic 2005.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F05 [cards] -1 R Rancor -2 R Seal of Cleansing -3 R Flametongue Kavu -4 R Blastoderm -5 R Cabal Therapy -6 R Fact or Fiction -7 R Juggernaut -8 R Circle of Protection: Red -9 R Kird Ape -10 R Duress -11 R Counterspell -12 R Icy Manipulator +1 R Rancor @Kev Walker +2 R Seal of Cleansing @Christopher Moeller +3 R Flametongue Kavu @Pete Venters +4 R Blastoderm @Eric Peterson +5 R Cabal Therapy @Ron Spencer +6 R Fact or Fiction @Terese Nielsen +7 R Juggernaut @Dan Frazier +8 R Circle of Protection: Red @Mark Tedin +9 R Kird Ape @Ken Meyer, Jr. +10 R Duress @Lawrence Snelly +11 R Counterspell @Mark Poole +12 R Icy Manipulator @Douglas Shuler diff --git a/forge-gui/res/editions/Friday Night Magic 2006.txt b/forge-gui/res/editions/Friday Night Magic 2006.txt index 1129d7a56c2..b1dc355b9ad 100644 --- a/forge-gui/res/editions/Friday Night Magic 2006.txt +++ b/forge-gui/res/editions/Friday Night Magic 2006.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F06 [cards] -1 R Elves of Deep Shadow -2 R Armadillo Cloak -3 R Terminate -4 R Lobotomy -5 R Goblin Warchief -6 R Wild Mongrel -7 R Chainer's Edict -8 R Circular Logic -9 R Astral Slide -10 R Arrogant Wurm -11 R Life // Death -12 R Fire // Ice +1 R Elves of Deep Shadow @Jesper Myrfors +2 R Armadillo Cloak @Paolo Parente +3 R Terminate @DiTerlizzi +4 R Lobotomy @Thomas M. Baxa +5 R Goblin Warchief @Greg Hildebrandt & Tim Hildebrandt +6 R Wild Mongrel @Anthony S. Waters +7 R Chainer's Edict @Ben Thompson +8 R Circular Logic @Anthony S. Waters +9 R Astral Slide @Ron Spears +10 R Arrogant Wurm @John Avon +11a R Life // Death @Anthony S. Waters & Edward P. Beard, Jr. +12a R Fire // Ice @David Martin & Franz Vohwinkel diff --git a/forge-gui/res/editions/Friday Night Magic 2007.txt b/forge-gui/res/editions/Friday Night Magic 2007.txt index 9c09c43f95b..1b0616be958 100644 --- a/forge-gui/res/editions/Friday Night Magic 2007.txt +++ b/forge-gui/res/editions/Friday Night Magic 2007.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F07 [cards] -1 R Firebolt -2 R Deep Analysis -3 R Gerrard's Verdict -4 R Basking Rootwalla -5 R Wonder -6 R Goblin Legionnaire -7 R Engineered Plague -8 R Goblin Ringleader -9 R Wing Shards -10 R Cabal Coffers -11 R Roar of the Wurm -12 R Force Spike +1 R Firebolt @Ron Spencer +2 R Deep Analysis @Daren Bader +3 R Gerrard's Verdict @Carl Critchlow +4 R Basking Rootwalla @Heather Hudson +5 R Wonder @Rebecca Guay +6 R Goblin Legionnaire @Mark Romanoski +7 R Engineered Plague @Michael Sutfin +8 R Goblin Ringleader @Mark Romanoski +9 R Wing Shards @Daren Bader +10 R Cabal Coffers @Don Hazeltine +11 R Roar of the Wurm @Kev Walker +12 R Force Spike @Bryon Wackwitz diff --git a/forge-gui/res/editions/Friday Night Magic 2008.txt b/forge-gui/res/editions/Friday Night Magic 2008.txt index d3534e9dd88..ccb60832e57 100644 --- a/forge-gui/res/editions/Friday Night Magic 2008.txt +++ b/forge-gui/res/editions/Friday Night Magic 2008.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F08 [cards] -1 R Remand -2 R Tormod's Crypt -3 R Eternal Witness -4 R Tendrils of Agony -5 R Pendelhaven -6 R Resurrection -7 R Wall of Roots -8 R Desert -9 R Thirst for Knowledge -10 R Serrated Arrows -11 R Isochron Scepter -12 R Shrapnel Blast +1 R Remand @Hideaki Takamura +2 R Tormod's Crypt @Lars Grant-West +3 R Eternal Witness @Terese Nielsen +4 R Tendrils of Agony @Volkan Baǵa +5 R Pendelhaven @Philip Straub +6 R Resurrection @Michael Komarck +7 R Wall of Roots @Matt Stewart +8 R Desert @Glen Angus +9 R Thirst for Knowledge @Bud Cook +10 R Serrated Arrows @John Avon +11 R Isochron Scepter @Brian Despain +12 R Shrapnel Blast @Hideaki Takamura diff --git a/forge-gui/res/editions/Friday Night Magic 2009.txt b/forge-gui/res/editions/Friday Night Magic 2009.txt index e0126f2287d..fb0eb7002a1 100644 --- a/forge-gui/res/editions/Friday Night Magic 2009.txt +++ b/forge-gui/res/editions/Friday Night Magic 2009.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F09 [cards] -1 R Magma Jet -2 R Myr Enforcer -3 R Kitchen Finks -4 R Merrow Reejerey -5 R Wren's Run Vanquisher -6 R Mulldrifter -7 R Murderous Redcap -8 R Lightning Greaves -9 R Watchwolf -10 R Browbeat -11 R Oblivion Ring -12 R Sakura-Tribe Elder +1 R Magma Jet @Darrell Riche +2 R Myr Enforcer @Jim Murray +3 R Kitchen Finks @Larry MacDougall +4 R Merrow Reejerey @Thomas M. Baxa +5 R Wren's Run Vanquisher @Jesper Ejsing +6 R Mulldrifter @Wayne England +7 R Murderous Redcap @Mark Hyzer +8 R Lightning Greaves @Michael Komarck +9 R Watchwolf @Dave Kendall +10 R Browbeat @Kieran Yanner +11 R Oblivion Ring @Chuck Lukacs +12 R Sakura-Tribe Elder @Ted Galaday diff --git a/forge-gui/res/editions/Friday Night Magic 2010.txt b/forge-gui/res/editions/Friday Night Magic 2010.txt index 780cdfe64d8..59fff88f0c4 100644 --- a/forge-gui/res/editions/Friday Night Magic 2010.txt +++ b/forge-gui/res/editions/Friday Night Magic 2010.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F10 [cards] -1 R Tidehollow Sculler -2 R Ghostly Prison -3 R Ancient Ziggurat -4 R Bloodbraid Elf -5 R Cloudpost -6 R Elvish Visionary -7 R Anathemancer -8 R Krosan Grip -9 R Qasali Pridemage -10 R Rift Bolt -11 R Gatekeeper of Malakir -12 R Wild Nacatl +1 R Tidehollow Sculler @Carl Critchlow +2 R Ghostly Prison @Wayne England +3 R Ancient Ziggurat @Randy Gallegos +4 R Bloodbraid Elf @Steve Argyle +5 R Cloudpost @Jim Nelson +6 R Elvish Visionary @Lucio Parrillo +7 R Anathemancer @Mark Hyzer +8 R Krosan Grip @Franz Vohwinkel +9 R Qasali Pridemage @Dave Allsop +10 R Rift Bolt @Daniel Ljunggren +11 R Gatekeeper of Malakir @Jason Felix +12 R Wild Nacatl @Kev Walker diff --git a/forge-gui/res/editions/Friday Night Magic 2011.txt b/forge-gui/res/editions/Friday Night Magic 2011.txt index a30b5d2453f..4af444cc7f4 100644 --- a/forge-gui/res/editions/Friday Night Magic 2011.txt +++ b/forge-gui/res/editions/Friday Night Magic 2011.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F11 [cards] -1 R Everflowing Chalice -2 R Spellstutter Sprite -3 R Wall of Omens -4 R Artisan of Kozilek -5 R Squadron Hawk -6 R Rhox War Monk -7 R Jace's Ingenuity -8 R Cultivate -9 R Teetering Peaks -10 R Contagion Clasp -11 R Go for the Throat -12 R Savage Lands +1 R Everflowing Chalice @Charles Urbach +2 R Spellstutter Sprite @Christopher Moeller +3 R Wall of Omens @Howard Lyon +4 R Artisan of Kozilek @Nils Hamm +5 R Squadron Hawk @Martina Pilcerova +6 R Rhox War Monk @Allen Williams +7 R Jace's Ingenuity @Steve Argyle +8 R Cultivate @John Avon +9 R Teetering Peaks @Kekai Kotaki +10 R Contagion Clasp @Franz Vohwinkel +11 R Go for the Throat @David Rapoza +12 R Savage Lands @John Avon diff --git a/forge-gui/res/editions/Friday Night Magic 2012.txt b/forge-gui/res/editions/Friday Night Magic 2012.txt index fbd60e7bae7..6a6edf356b9 100644 --- a/forge-gui/res/editions/Friday Night Magic 2012.txt +++ b/forge-gui/res/editions/Friday Night Magic 2012.txt @@ -6,18 +6,18 @@ Type=Promo ScryfallCode=F12 [cards] -1 R Glistener Elf -2 R Despise -3 R Tectonic Edge -4 R Dismember -5 R Ancient Grudge -6 R Acidic Slime -7 R Forbidden Alchemy -8 R Avacyn's Pilgrim -9 R Lingering Souls -10 R Evolving Wilds -11 R Pillar of Flame -12 R Gitaxian Probe +1 R Glistener Elf @Mark Zug +2 R Despise @Raymond Swanland +3 R Tectonic Edge @Eytan Zana +4 R Dismember @Jason Felix +5 R Ancient Grudge @Wayne England +6 R Acidic Slime @Brad Rigney +7 R Forbidden Alchemy @Randy Gallegos +8 R Avacyn's Pilgrim @Greg Staples +9 R Lingering Souls @John Stanko +10 R Evolving Wilds @Sam Burley +11 R Pillar of Flame @Dave Kendall +12 R Gitaxian Probe @Trevor Claxton [tokens] w_1_1_human diff --git a/forge-gui/res/editions/Friday Night Magic 2013.txt b/forge-gui/res/editions/Friday Night Magic 2013.txt index 61abbe0bdfc..fcbad4011d6 100644 --- a/forge-gui/res/editions/Friday Night Magic 2013.txt +++ b/forge-gui/res/editions/Friday Night Magic 2013.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F13 [cards] -1 R Searing Spear -2 R Reliquary Tower -3 R Farseek -4 R Call of the Conclave -5 R Judge's Familiar -6 R Izzet Charm -7 R Rakdos Cackler -8 R Dimir Charm -9 R Experiment One -10 R Ghor-Clan Rampager -11 R Grisly Salvage -12 R Sin Collector +1 R Searing Spear @Christopher Moeller +2 R Reliquary Tower @Drew Baker +3 R Farseek @Michael Komarck +4 R Call of the Conclave @Anthony Palumbo +5 R Judge's Familiar @Ryan Yee +6 R Izzet Charm @Zoltan Boros +7 R Rakdos Cackler @Dave Kendall +8 R Dimir Charm @Zoltan Boros +9 R Experiment One @Jack Wang +10 R Ghor-Clan Rampager @Dave Kendall +11 R Grisly Salvage @Maciej Kuciara +12 R Sin Collector @Izzy diff --git a/forge-gui/res/editions/Friday Night Magic 2014.txt b/forge-gui/res/editions/Friday Night Magic 2014.txt index 0546cbe4a45..1c6d68c826a 100644 --- a/forge-gui/res/editions/Friday Night Magic 2014.txt +++ b/forge-gui/res/editions/Friday Night Magic 2014.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F14 [cards] -1 R Warleader's Helix -2 R Elvish Mystic -3 R Banisher Priest -4 R Encroaching Wastes -5 R Tormented Hero -6 R Dissolve -7 R Magma Spray -8 R Bile Blight -9 R Banishing Light -10 R Fanatic of Xenagos -11 R Brain Maggot -12 R Stoke the Flames +1 R Warleader's Helix @Wesley Burt +2 R Elvish Mystic @Winona Nelson +3 R Banisher Priest @James Zapata +4 R Encroaching Wastes @Richard Wright +5 R Tormented Hero @Wesley Burt +6 R Dissolve @Jeff Simpson +7 R Magma Spray @Mathias Kollros +8 R Bile Blight @Nils Hamm +9 R Banishing Light @Wesley Burt +10 R Fanatic of Xenagos @Zoltan Boros +11 R Brain Maggot @Dave Kendall +12 R Stoke the Flames @Mathias Kollros diff --git a/forge-gui/res/editions/Friday Night Magic 2015.txt b/forge-gui/res/editions/Friday Night Magic 2015.txt index e9157a069a9..5c5a57e885e 100644 --- a/forge-gui/res/editions/Friday Night Magic 2015.txt +++ b/forge-gui/res/editions/Friday Night Magic 2015.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F15 [cards] -1 R Frenzied Goblin -2 R Disdainful Stroke -3 R Hordeling Outburst -4 R Suspension Field -5 R Abzan Beastmaster -6 R Frost Walker -7 R Path to Exile -8 R Serum Visions -9 R Orator of Ojutai -10 R Ultimate Price -11 R Roast -12 R Anticipate +1 R Frenzied Goblin @Kev Walker +2 R Disdainful Stroke @Svetlin Velinov +3 R Hordeling Outburst @Zoltan Boros +4 R Suspension Field @Seb McKinnon +5 R Abzan Beastmaster @Scott Murphy +6 R Frost Walker @Peter Mohrbacher +7 R Path to Exile @Raf Sarmento +8 R Serum Visions @Dan Scott +9 R Orator of Ojutai @David Gaillet +10 R Ultimate Price @Scott Murphy +11 R Roast @Zoltan Boros +12 R Anticipate @Volkan Baǵa diff --git a/forge-gui/res/editions/Friday Night Magic 2016.txt b/forge-gui/res/editions/Friday Night Magic 2016.txt index 5f66563b243..c50d752a661 100644 --- a/forge-gui/res/editions/Friday Night Magic 2016.txt +++ b/forge-gui/res/editions/Friday Night Magic 2016.txt @@ -6,15 +6,15 @@ Type=Promo ScryfallCode=F16 [cards] -1 R Nissa's Pilgrimage -2 R Clash of Wills -3 R Smash to Smithereens -4 R Blighted Fen -5 R Goblin Warchief -6 R Sylvan Scrying -7 R Spatial Contortion -8 R Crumbling Vestige -9 R Flaying Tendrils -10 R Rise from the Tides -11 R Fiery Temper -12 R Call the Bloodline +1 R Nissa's Pilgrimage @Christine Choi +2 R Clash of Wills @Anna Steinbauer +3 R Smash to Smithereens @Darek Zabrocki +4 R Blighted Fen @Jason Felix +5 R Goblin Warchief @Mark Zug +6 R Sylvan Scrying @Christine Choi +7 R Spatial Contortion @Joseph Meehan +8 R Crumbling Vestige @Jonas De Ro +9 R Flaying Tendrils @Svetlin Velinov +10 R Rise from the Tides @Lucas Graciano +11 R Fiery Temper @Eric Deschamps +12 R Call the Bloodline @Magali Villeneuve diff --git a/forge-gui/res/editions/Friday Night Magic 2017.txt b/forge-gui/res/editions/Friday Night Magic 2017.txt index 24759a5b3fd..f7bd19b41ff 100644 --- a/forge-gui/res/editions/Friday Night Magic 2017.txt +++ b/forge-gui/res/editions/Friday Night Magic 2017.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=F17 [cards] -1 R Noose Constrictor -2 R Fortune's Favor -3 R Incendiary Flow -4 R Servo Exhibition -5 R Unlicensed Disintegration -6 R Aether Hub -7 R Reverse Engineer -8 R Fatal Push -9 R Renegade Rallier +1 R Noose Constrictor @Kev Walker +2 R Fortune's Favor @Grzegorz Rutkowski +3 R Incendiary Flow @Slawomir Maniak +4 R Servo Exhibition @Vincent Proce +5 R Unlicensed Disintegration @Florian de Gesincourt +6 R Aether Hub @Jonas De Ro +7 R Reverse Engineer @Jason Kang +8 R Fatal Push @Alex Konstad +9 R Renegade Rallier @David Palumbo diff --git a/forge-gui/res/editions/From the Vault Angels.txt b/forge-gui/res/editions/From the Vault Angels.txt index 90439cfbde0..fa32328c8fe 100644 --- a/forge-gui/res/editions/From the Vault Angels.txt +++ b/forge-gui/res/editions/From the Vault Angels.txt @@ -7,21 +7,21 @@ Type=Collector_Edition ScryfallCode=V15 [cards] -1 M Akroma, Angel of Fury -2 M Akroma, Angel of Wrath -3 M Archangel of Strife -4 M Aurelia, the Warleader -5 M Avacyn, Angel of Hope -6 M Baneslayer Angel -7 M Entreat the Angels -8 M Exalted Angel -9 M Iona, Shield of Emeria -10 M Iridescent Angel -11 M Jenara, Asura of War -12 M Lightning Angel -13 M Platinum Angel -14 M Serra Angel -15 M Tariel, Reckoner of Souls +1 M Akroma, Angel of Fury @Terese Nielsen +2 M Akroma, Angel of Wrath @Terese Nielsen +3 M Archangel of Strife @Greg Staples +4 M Aurelia, the Warleader @Slawomir Maniak +5 M Avacyn, Angel of Hope @Jason Chan +6 M Baneslayer Angel @Greg Staples +7 M Entreat the Angels @Todd Lockwood +8 M Exalted Angel @Tyler Jacobson +9 M Iona, Shield of Emeria @Jason Chan +10 M Iridescent Angel @Ryan Alexander Lee +11 M Jenara, Asura of War @Chris Rahn +12 M Lightning Angel @rk post +13 M Platinum Angel @Brom +14 M Serra Angel @Rebecca Guay +15 M Tariel, Reckoner of Souls @Wayne Reynolds [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/From the Vault Annihilation.txt b/forge-gui/res/editions/From the Vault Annihilation.txt index 70026976398..af168b40709 100644 --- a/forge-gui/res/editions/From the Vault Annihilation.txt +++ b/forge-gui/res/editions/From the Vault Annihilation.txt @@ -7,21 +7,21 @@ Type=Collector_Edition ScryfallCode=V14 [cards] -1 M Armageddon -2 M Burning of Xinye -3 M Cataclysm -4 M Child of Alara -5 M Decree of Annihilation -6 M Firespout -7 M Fracturing Gust -8 M Living Death -9 M Martial Coup -10 M Rolling Earthquake -11 M Smokestack -12 M Terminus -13 M Upheaval -14 M Virtue's Ruin -15 M Wrath of God +1 M Armageddon @Chris Rahn +2 M Burning of Xinye @Yang Hong +3 M Cataclysm @Eric Deschamps +4 M Child of Alara @Steve Argyle +5 M Decree of Annihilation @John Avon +6 M Firespout @Raymond Swanland +7 M Fracturing Gust @Michael Sutfin +8 M Living Death @Mark Winters +9 M Martial Coup @Greg Staples +10 M Rolling Earthquake @Yang Hong +11 M Smokestack @Daniel Ljunggren +12 M Terminus @James Paick +13 M Upheaval @Kev Walker +14 M Virtue's Ruin @Mike Dringenberg +15 M Wrath of God @Willian Murai [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/From the Vault Dragons.txt b/forge-gui/res/editions/From the Vault Dragons.txt index 5c9b0073da6..7122a0c884f 100644 --- a/forge-gui/res/editions/From the Vault Dragons.txt +++ b/forge-gui/res/editions/From the Vault Dragons.txt @@ -7,21 +7,21 @@ Type=Collector_Edition ScryfallCode=DRB [cards] -1 R Bladewing the Risen -2 R Bogardan Hellkite -3 R Draco -4 R Dragon Whelp -5 R Dragonstorm -6 R Ebon Dragon -7 R Form of the Dragon -8 R Hellkite Overlord -9 R Kokusho, the Evening Star -10 R Nicol Bolas -11 R Niv-Mizzet, the Firemind -12 R Rith, the Awakener -13 R Shivan Dragon -14 R Thunder Dragon -15 R Two-Headed Dragon +1 R Bladewing the Risen @Kev Walker +2 R Bogardan Hellkite @Scott M. Fischer +3 R Draco @Sam Wood +4 R Dragon Whelp @Steven Belledin +5 R Dragonstorm @Kev Walker +6 R Ebon Dragon @Donato Giancola +7 R Form of the Dragon @Daarken +8 R Hellkite Overlord @Justin Sweet +9 R Kokusho, the Evening Star @Tsutomu Kawade +10 R Nicol Bolas @D. Alexander Gregory +11 R Niv-Mizzet, the Firemind @Todd Lockwood +12 R Rith, the Awakener @Todd Lockwood +13 R Shivan Dragon @Justin Sweet +14 R Thunder Dragon @Chris Rahn +15 R Two-Headed Dragon @Sam Wood [tokens] g_1_1_saproling diff --git a/forge-gui/res/editions/From the Vault Exiled.txt b/forge-gui/res/editions/From the Vault Exiled.txt index 39ae2fd4e25..5c6e6d1fd0d 100644 --- a/forge-gui/res/editions/From the Vault Exiled.txt +++ b/forge-gui/res/editions/From the Vault Exiled.txt @@ -8,18 +8,18 @@ Alias=V09 ScryfallCode=V09 [cards] -1 M Balance -2 M Berserk -3 M Channel -4 M Gifts Ungiven -5 M Goblin Lackey -6 M Kird Ape -7 M Lotus Petal -8 M Mystical Tutor -9 M Necropotence -10 M Sensei's Divining Top -11 M Serendib Efreet -12 M Skullclamp -13 M Strip Mine -14 M Tinker -15 M Trinisphere +1 M Balance @Randy Gallegos +2 M Berserk @Steve Prescott +3 M Channel @Rebecca Guay +4 M Gifts Ungiven @D. Alexander Gregory +5 M Goblin Lackey @Christopher Moeller +6 M Kird Ape @Terese Nielsen +7 M Lotus Petal @April Lee +8 M Mystical Tutor @David O'Connor +9 M Necropotence @Dave Kendall +10 M Sensei's Divining Top @Michael Sutfin +11 M Serendib Efreet @Matt Stewart +12 M Skullclamp @Luca Zontini +13 M Strip Mine @John Avon +14 M Tinker @Chris Rahn +15 M Trinisphere @Tim Hildebrandt diff --git a/forge-gui/res/editions/From the Vault Legends.txt b/forge-gui/res/editions/From the Vault Legends.txt index 6bee4fe5452..ac34a01c6fd 100644 --- a/forge-gui/res/editions/From the Vault Legends.txt +++ b/forge-gui/res/editions/From the Vault Legends.txt @@ -8,21 +8,21 @@ Alias=V11 ScryfallCode=V11 [cards] -1 M Cao Cao, Lord of Wei -2 M Captain Sisay -3 M Doran, the Siege Tower -4 M Kiki-Jiki, Mirror Breaker -5 M Kresh the Bloodbraided -6 M Mikaeus, the Lunarch -7 M Omnath, Locus of Mana -8 M Oona, Queen of the Fae -9 M Progenitus -10 M Rafiq of the Many -11 M Sharuum the Hegemon -12 M Sun Quan, Lord of Wu -13 M Teferi, Mage of Zhalfir -14 M Ulamog, the Infinite Gyre -15 M Visara the Dreadful +1 M Cao Cao, Lord of Wei @Gao Jianzhang +2 M Captain Sisay @Ray Lago +3 M Doran, the Siege Tower @Mark Zug +4 M Kiki-Jiki, Mirror Breaker @Steven Belledin +5 M Kresh the Bloodbraided @Steve Argyle +6 M Mikaeus, the Lunarch @Steven Belledin +7 M Omnath, Locus of Mana @Mike Bierek +8 M Oona, Queen of the Fae @Adam Rex +9 M Progenitus @Mike Bierek +10 M Rafiq of the Many @Wayne Reynolds +11 M Sharuum the Hegemon @Todd Lockwood +12 M Sun Quan, Lord of Wu @Xu Xiaoming +13 M Teferi, Mage of Zhalfir @Volkan Baǵa +14 M Ulamog, the Infinite Gyre @Aleksi Briclot +15 M Visara the Dreadful @Brad Rigney [tokens] ub_1_1_faerie_rogue_flying diff --git a/forge-gui/res/editions/From the Vault Lore.txt b/forge-gui/res/editions/From the Vault Lore.txt index e48d97ebc44..fed89bf2b54 100644 --- a/forge-gui/res/editions/From the Vault Lore.txt +++ b/forge-gui/res/editions/From the Vault Lore.txt @@ -7,21 +7,21 @@ Type=Collector_Edition ScryfallCode=V16 [cards] -1 M Beseech the Queen -2 M Cabal Ritual -3 M Conflux -4 M Dark Depths -5 M Glissa, the Traitor -6 M Helvault -7 M Memnarch -8 M Mind's Desire -9 M Momir Vig, Simic Visionary -10 M Near-Death Experience -11 M Obliterate -12 M Phyrexian Processor -13 M Tolaria West -14 M Umezawa's Jitte -15 M Unmask +1 M Beseech the Queen @Jason Chan +2 M Cabal Ritual @Kieran Yanner +3 M Conflux @Karl Kopinski +4 M Dark Depths @Stephan Martiniere +5 M Glissa, the Traitor @Chris Rahn +6 M Helvault @Jaime Jones +7 M Memnarch @Carl Critchlow +8 M Mind's Desire @Adam Paquette +9 M Momir Vig, Simic Visionary @Victor Adame Minguez +10 M Near-Death Experience @Dan Scott +11 M Obliterate @Kev Walker +12 M Phyrexian Processor @Dave Kendall +13 M Tolaria West @Khang Le +14 M Umezawa's Jitte @Christopher Moeller +15 M Unmask @rk post [tokens] marit_lage diff --git a/forge-gui/res/editions/From the Vault Realms.txt b/forge-gui/res/editions/From the Vault Realms.txt index 6b6a894ffb6..2d3c42850f3 100644 --- a/forge-gui/res/editions/From the Vault Realms.txt +++ b/forge-gui/res/editions/From the Vault Realms.txt @@ -7,21 +7,21 @@ Type=Collector_Edition ScryfallCode=V12 [cards] -1 M Ancient Tomb -2 M Boseiju, Who Shelters All -3 M Cephalid Coliseum -4 M Desert -5 M Dryad Arbor -6 M Forbidden Orchard -7 M Glacial Chasm -8 M Grove of the Burnwillows -9 M High Market -10 M Maze of Ith -11 M Murmuring Bosk -12 M Shivan Gorge -13 M Urborg, Tomb of Yawgmoth -14 M Vesuva -15 M Windbrisk Heights +1 M Ancient Tomb @Colin MacNeil +2 M Boseiju, Who Shelters All @Ralph Horsley +3 M Cephalid Coliseum @Cliff Childs +4 M Desert @Glen Angus +5 M Dryad Arbor @Brad Rigney +6 M Forbidden Orchard @Daniel Ljunggren +7 M Glacial Chasm @Mike Bierek +8 M Grove of the Burnwillows @Cliff Childs +9 M High Market @Carl Critchlow +10 M Maze of Ith @Yeong-Hao Han +11 M Murmuring Bosk @John Avon +12 M Shivan Gorge @Adam Paquette +13 M Urborg, Tomb of Yawgmoth @John Avon +14 M Vesuva @Zoltan Boros & Gabor Szikszai +15 M Windbrisk Heights @Omar Rayyan [tokens] c_1_1_spirit diff --git a/forge-gui/res/editions/From the Vault Relics.txt b/forge-gui/res/editions/From the Vault Relics.txt index 0082f6d75c7..53a16f2255d 100644 --- a/forge-gui/res/editions/From the Vault Relics.txt +++ b/forge-gui/res/editions/From the Vault Relics.txt @@ -8,21 +8,21 @@ Alias=V10 ScryfallCode=V10 [cards] -1 M AEther Vial -2 M Black Vise -3 M Isochron Scepter -4 M Ivory Tower -5 M Jester's Cap -6 M Karn, Silver Golem -7 M Masticore -8 M Memory Jar -9 M Mirari -10 M Mox Diamond -11 M Nevinyrral's Disk -12 M Sol Ring -13 M Sundering Titan -14 M Sword of Body and Mind -15 M Zuran Orb +1 M Aether Vial @Karl Kopinski +2 M Black Vise @Dan Scott +3 M Isochron Scepter @Chippy +4 M Ivory Tower @Jason Chan +5 M Jester's Cap @D. Alexander Gregory +6 M Karn, Silver Golem @Mark Zug +7 M Masticore @Steven Belledin +8 M Memory Jar @Donato Giancola +9 M Mirari @Donato Giancola +10 M Mox Diamond @Volkan Baǵa +11 M Nevinyrral's Disk @Steve Argyle +12 M Sol Ring @Mike Bierek +13 M Sundering Titan @Jim Murray +14 M Sword of Body and Mind @Chris Rahn +15 M Zuran Orb @Ryan Pancoast [tokens] g_2_2_wolf diff --git a/forge-gui/res/editions/From the Vault Transform.txt b/forge-gui/res/editions/From the Vault Transform.txt index edaaa09cc06..69547b57ed3 100644 --- a/forge-gui/res/editions/From the Vault Transform.txt +++ b/forge-gui/res/editions/From the Vault Transform.txt @@ -7,21 +7,21 @@ Type=Collector_Edition ScryfallCode=V17 [cards] -1 M Archangel Avacyn -2 M Arguel's Blood Fast -3 M Arlinn Kord -4 M Bloodline Keeper -5 M Bruna, the Fading Light -6 M Chandra, Fire of Kaladesh -7 M Delver of Secrets -8 M Elbrus, the Binding Blade -9 M Garruk Relentless -10 M Gisela, the Broken Blade -11 M Huntmaster of the Fells -12 M Jace, Vryn's Prodigy -13 M Kytheon, Hero of Akros -14 M Liliana, Heretical Healer -15 M Nissa, Vastwood Seer +1 M Archangel Avacyn @James Ryman +2 M Arguel's Blood Fast @Daarken +3 M Arlinn Kord @Winona Nelson +4 M Bloodline Keeper @Jason Chan +5a M Bruna, the Fading Light @Clint Cearley +6 M Chandra, Fire of Kaladesh @Eric Deschamps +7 M Delver of Secrets @Lius Lasahido +8 M Elbrus, the Binding Blade @Eric Deschamps +9 M Garruk Relentless @Grzegorz Rutkowski +10 M Gisela, the Broken Blade @Clint Cearley +11 M Huntmaster of the Fells @Magali Villeneuve +12 M Jace, Vryn's Prodigy @Jaime Jones +13 M Kytheon, Hero of Akros @Willian Murai +14 M Liliana, Heretical Healer @Karla Ortiz +15 M Nissa, Vastwood Seer @Wesley Burt [tokens] ashaya_the_awoken_world diff --git a/forge-gui/res/editions/From the Vault Twenty.txt b/forge-gui/res/editions/From the Vault Twenty.txt index de69584eb1e..39938cb57c7 100644 --- a/forge-gui/res/editions/From the Vault Twenty.txt +++ b/forge-gui/res/editions/From the Vault Twenty.txt @@ -8,23 +8,23 @@ Type=Collector_Edition ScryfallCode=V13 [cards] -1 M Dark Ritual -2 M Swords to Plowshares -3 M Hymn to Tourach -4 M Fyndhorn Elves -5 M Impulse -6 M Wall of Blossoms -7 M Thran Dynamo -8 M Tangle Wire -9 M Fact or Fiction -10 M Chainer's Edict -11 M Akroma's Vengeance -12 M Gilded Lotus -13 M Ink-Eyes, Servant of Oni -14 M Char -15 M Venser, Shaper Savant -16 M Chameleon Colossus -17 M Cruel Ultimatum -18 M Jace, the Mind Sculptor -19 M Green Sun's Zenith -20 M Kessig Wolf Run +1 M Dark Ritual @Clint Langley +2 M Swords to Plowshares @Terese Nielsen +3 M Hymn to Tourach @Greg Staples +4 M Fyndhorn Elves @Igor Kieryluk +5 M Impulse @Izzy +6 M Wall of Blossoms @Heather Hudson +7 M Thran Dynamo @Ron Spears +8 M Tangle Wire @Marco Nelor +9 M Fact or Fiction @Terese Nielsen +10 M Chainer's Edict @Mark Zug +11 M Akroma's Vengeance @Aleksi Briclot +12 M Gilded Lotus @Daniel Ljunggren +13 M Ink-Eyes, Servant of Oni @Wayne Reynolds +14 M Char @Adam Rex +15 M Venser, Shaper Savant @Eric Deschamps +16 M Chameleon Colossus @Darrell Riche +17 M Cruel Ultimatum @Todd Lockwood +18 M Jace, the Mind Sculptor @Jason Chan +19 M Green Sun's Zenith @David Rapoza +20 M Kessig Wolf Run @Eytan Zana diff --git a/forge-gui/res/editions/Future Sight Promos.txt b/forge-gui/res/editions/Future Sight Promos.txt index 0da1d53c450..e1acb6a32c1 100644 --- a/forge-gui/res/editions/Future Sight Promos.txt +++ b/forge-gui/res/editions/Future Sight Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PFUT [cards] -87★ R Korlash, Heir to Blackblade -122★ R Storm Entity +87★ R Korlash, Heir to Blackblade @Richard Kane Ferguson +122★ R Storm Entity @Lucio Parrillo diff --git a/forge-gui/res/editions/Future Sight.txt b/forge-gui/res/editions/Future Sight.txt index c1329506ac8..b60bd2af42b 100644 --- a/forge-gui/res/editions/Future Sight.txt +++ b/forge-gui/res/editions/Future Sight.txt @@ -12,186 +12,186 @@ FatPackExtraSlots=40 BasicLands TSP ScryfallCode=FUT [cards] -159 R Akroma's Memorial -1 R Angel of Salvation -94 U Arc Blade -48 U Arcanum Wings -2 C Augur il-Vec -63 C Augur of Skulls -32 C Aven Augur -18 U Aven Mindcensor -3 R Barren Glory -142 R Baru, Fist of Krosa -80 R Bitter Ordeal -19 C Blade of the Sixth Pride -49 C Blind Phantasm -110 U Bloodshot Trainee -95 C Bogardan Lancer -111 U Boldwyr Intimidator -50 U Bonded Fetch -20 U Bound in Silence -81 R Bridge from Below -143 U Centaur Omenreader -96 U Char-Rumbler -4 U Chronomantic Escape -160 R Cloud Key -33 U Cloudseeder -161 R Coalition Relic -34 U Cryptic Annelid -64 C Cutthroat il-Dal -125 U Cyclical Evolution -169 U Dakmor Salvage -167 R Darksteel Garrison -21 R Daybreak Coronet -82 C Death Rattle -83 C Deepcavern Imp -35 U Delay -174 U Dryad Arbor -5 U Dust of Moments -144 C Edge of Autumn -97 C Emberwilde Augur -112 U Emblem of the Warmind -162 R Epochrasite -6 U Even the Odds -98 C Fatal Attraction -65 U Festering March -84 U Fleshwrither -113 C Flowstone Embrace -114 C Fomori Nomad -126 R Force of Savagery -36 C Foresee -85 C Frenzy Sliver -99 C Gathan Raiders -115 C Ghostfire -66 R Gibbering Descent -7 C Gift of Granite -156 R Glittering Wish -22 U Goldmeadow Lookout -67 C Grave Peril -86 C Grave Scrabbler -175 R Graven Cairns -116 C Grinning Ignus -176 R Grove of the Burnwillows -100 U Haze of Rage -127 R Heartwood Storyteller -117 C Henchfiend of Ukor -118 C Homing Sliver -177 R Horizon Canopy -68 C Ichor Slick -23 R Imperial Mask -145 U Imperiosaur -37 C Infiltrator il-Kor -8 R Intervention Pact -157 R Jhoira of the Ghitu -9 C Judge Unworthy -128 C Kavu Primarch -170 U Keldon Megaliths -10 C Knight of Sursi -87 R Korlash, Heir to Blackblade -38 C Leaden Fists -51 R Linessa, Zephyr Mage -129 C Llanowar Augur -130 C Llanowar Empath -131 U Llanowar Mentor -171 U Llanowar Reborn -52 C Logic Knot -11 U Lost Auramancers -69 C Lost Hours -24 C Lucent Liminid -25 C Lumithread Field -26 C Lymph Sliver -39 R Maelstrom Djinn -70 R Magus of the Abyss -40 R Magus of the Future -12 R Magus of the Moat -101 R Magus of the Moon -132 R Magus of the Vineyard -13 C Marshaling Cry -88 C Mass of Ghouls -53 C Mesmeric Sliver -71 U Minions' Murmurs -27 U Mistmeadow Skulk -102 R Molten Disaster -146 R Muraganda Petroglyphs -41 U Mystic Speculation -147 U Nacatl War-Pride -54 U Narcomoeba -148 C Nessian Courser -172 U New Benalia -72 R Nihilith -178 R Nimbus Maze -55 R Nix -73 C Oblivion Crown -28 R Oriss, Samite Guardian -42 R Pact of Negation -103 R Pact of the Titan -29 C Patrician's Scorn -133 C Petrified Plating -149 U Phosphorescent Feast -74 U Pooling Venom -75 C Putrid Cyclops -104 R Pyromancer's Swath -150 R Quagnoth -134 C Quiet Disrepair -30 U Ramosian Revivalist -135 U Ravaging Riftwurm -43 U Reality Strobe -105 C Riddle of Lightning -106 C Rift Elemental -136 U Riftsweeper -137 R Rites of Flourishing -179 R River of Tears -14 C Saltskitter -15 C Samite Censer-Bearer -56 C Sarcomite Myr -107 R Scourge of Kher Ridges -16 R Scout's Warning -57 U Second Wind -31 R Seht's Tiger -119 R Shah of Naar Isle -58 R Shapeshifter's Marrow -76 R Shimian Specter -108 U Shivan Sand-Mage -77 U Skirk Ridge Exhumer -120 U Skizzik Surger -78 R Slaughter Pact -158 R Sliver Legion -163 U Sliversmith -89 U Snake Cult Initiation -164 U Soultether Golem -109 U Sparkspitter -59 R Spellweaver Volute -151 U Spellwild Ouphe -60 U Spin into Myth -17 U Spirit en-Dal -152 C Sporoloth Ancient -138 C Sprout Swarm -121 R Steamflogger Boss -122 U Storm Entity -90 U Street Wraith -79 U Stronghold Rats -139 R Summoner's Pact -165 U Sword of the Meek -44 R Take Possession -153 R Tarmogoyf -123 R Tarox Bladewing -154 C Thornweald Archer -124 R Thunderblade Charge -173 U Tolaria West -91 R Tombstalker -45 C Unblinking Bleb -140 U Utopia Mycon -61 C Vedalken AEthermage -166 R Veilstone Amulet -47 C Venser's Diffusion -46 R Venser, Shaper Savant -155 C Virulent Sliver -168 R Whetwheel -62 C Whip-Spine Drake -92 U Witch's Mist -141 C Wrap in Vigor -93 U Yixlid Jailer -180 U Zoetic Cavern +159 R Akroma's Memorial @Dan Scott +1 R Angel of Salvation @D. Alexander Gregory +94 U Arc Blade @Shishizaru +48 U Arcanum Wings @Carl Frank +2 C Augur il-Vec @Daren Bader +63 C Augur of Skulls @Chippy +32 C Aven Augur @Dan Scott +18 U Aven Mindcensor @Rebecca Guay +3 R Barren Glory @Dave Kendall +142 R Baru, Fist of Krosa @Lucio Parrillo +80 R Bitter Ordeal @Daarken +19 C Blade of the Sixth Pride @Justin Sweet +49 C Blind Phantasm @Khang Le +110 U Bloodshot Trainee @Lucio Parrillo +95 C Bogardan Lancer @Jim Murray +111 U Boldwyr Intimidator @Esad Ribic +50 U Bonded Fetch @Brandon Kitkouski +20 U Bound in Silence @William Simpson +81 R Bridge from Below @Greg Hildebrandt & Tim Hildebrandt +143 U Centaur Omenreader @Justin Sweet +96 U Char-Rumbler @Kev Walker +4 U Chronomantic Escape @Franz Vohwinkel +160 R Cloud Key @Trevor Hairsine +33 U Cloudseeder @Tsutomu Kawade +161 R Coalition Relic @Donato Giancola +34 U Cryptic Annelid @Anthony S. Waters +64 C Cutthroat il-Dal @Vance Kovacs +125 U Cyclical Evolution @Matt Cavotta +169 U Dakmor Salvage @John Avon +167 R Darksteel Garrison @David Martin +21 R Daybreak Coronet @Scott Hampton +82 C Death Rattle @Vance Kovacs +83 C Deepcavern Imp @Scott Altmann +35 U Delay @Ron Spears +174 U Dryad Arbor @Eric Fortune +5 U Dust of Moments @Zoltan Boros & Gabor Szikszai +144 C Edge of Autumn @Jean-Sébastien Rossbach +97 C Emberwilde Augur @Brandon Kitkouski +112 U Emblem of the Warmind @Paolo Parente +162 R Epochrasite @Michael Bruinsma +6 U Even the Odds @Shishizaru +98 C Fatal Attraction @Zoltan Boros & Gabor Szikszai +65 U Festering March @Brandon Kitkouski +84 U Fleshwrither @Dave Allsop +113 C Flowstone Embrace @Vance Kovacs +114 C Fomori Nomad @Raymond Swanland +126 R Force of Savagery @Dan Scott +36 C Foresee @Ron Spears +85 C Frenzy Sliver @Glen Angus +99 C Gathan Raiders @Paolo Parente +115 C Ghostfire @Cyril Van Der Haegen +66 R Gibbering Descent @Ittoku +7 C Gift of Granite @Hideaki Takamura +156 R Glittering Wish @John Donahue +22 U Goldmeadow Lookout @Steve Prescott +67 C Grave Peril @Daarken +86 C Grave Scrabbler @Dave Allsop +175 R Graven Cairns @Anthony S. Waters +116 C Grinning Ignus @James Kei +176 R Grove of the Burnwillows @David Hudnut +100 U Haze of Rage @Paolo Parente +127 R Heartwood Storyteller @Anthony S. Waters +117 C Henchfiend of Ukor @Nils Hamm +118 C Homing Sliver @Trevor Hairsine +177 R Horizon Canopy @Michael Komarck +68 C Ichor Slick @Zoltan Boros & Gabor Szikszai +23 R Imperial Mask @Christopher Moeller +145 U Imperiosaur @Lars Grant-West +37 C Infiltrator il-Kor @Jon Foster +8 R Intervention Pact @Dave Kendall +157 R Jhoira of the Ghitu @Kev Walker +9 C Judge Unworthy @Greg Staples +128 C Kavu Primarch @Kev Walker +170 U Keldon Megaliths @Philip Straub +10 C Knight of Sursi @Cyril Van Der Haegen +87 R Korlash, Heir to Blackblade @Daarken +38 C Leaden Fists @Shishizaru +51 R Linessa, Zephyr Mage @Jim Murray +129 C Llanowar Augur @Tsutomu Kawade +130 C Llanowar Empath @Warren Mahy +131 U Llanowar Mentor @Trevor Hairsine +171 U Llanowar Reborn @Philip Straub +52 C Logic Knot @Glen Angus +11 U Lost Auramancers @Brandon Kitkouski +69 C Lost Hours @Jon Foster +24 C Lucent Liminid @Eric Fortune +25 C Lumithread Field @Scott Altmann +26 C Lymph Sliver @Ittoku +39 R Maelstrom Djinn @Hideaki Takamura +70 R Magus of the Abyss @Kev Walker +40 R Magus of the Future @Anthony Francisco +12 R Magus of the Moat @John Avon +101 R Magus of the Moon @Franz Vohwinkel +132 R Magus of the Vineyard @Jim Murray +13 C Marshaling Cry @Vance Kovacs +88 C Mass of Ghouls @Lucio Parrillo +53 C Mesmeric Sliver @Michael Bruinsma +71 U Minions' Murmurs @Nils Hamm +27 U Mistmeadow Skulk @Omar Rayyan +102 R Molten Disaster @Ittoku +146 R Muraganda Petroglyphs @Scott Altmann +41 U Mystic Speculation @Trevor Hairsine +147 U Nacatl War-Pride @James Kei +54 U Narcomoeba @Matt Stewart +148 C Nessian Courser @Vance Kovacs +172 U New Benalia @Richard Wright +72 R Nihilith @Dave Allsop +178 R Nimbus Maze @Jason Chan +55 R Nix @Brian Despain +73 C Oblivion Crown @Kev Walker +28 R Oriss, Samite Guardian @Michael Komarck +42 R Pact of Negation @Jason Chan +103 R Pact of the Titan @Raymond Swanland +29 C Patrician's Scorn @John Avon +133 C Petrified Plating @Zoltan Boros & Gabor Szikszai +149 U Phosphorescent Feast @David Hudnut +74 U Pooling Venom @Ron Spears +75 C Putrid Cyclops @Matt Cavotta +104 R Pyromancer's Swath @Hideaki Takamura +150 R Quagnoth @Thomas M. Baxa +134 C Quiet Disrepair @Glen Angus +30 U Ramosian Revivalist @Matt Stewart +135 U Ravaging Riftwurm @Michael Phillippi +43 U Reality Strobe @Dan Scott +105 C Riddle of Lightning @Daren Bader +106 C Rift Elemental @Ron Spears +136 U Riftsweeper @Brian Despain +137 R Rites of Flourishing @Brandon Kitkouski +179 R River of Tears @Chris J. Anderson +14 C Saltskitter @Chippy +15 C Samite Censer-Bearer @William Simpson +56 C Sarcomite Myr @Michael Bruinsma +107 R Scourge of Kher Ridges @Daren Bader +16 R Scout's Warning @Zoltan Boros & Gabor Szikszai +57 U Second Wind @Matt Stewart +31 R Seht's Tiger @Thomas Gianni +119 R Shah of Naar Isle @Jon Foster +58 R Shapeshifter's Marrow @Chippy +76 R Shimian Specter @Anthony S. Waters +108 U Shivan Sand-Mage @Dave Kendall +77 U Skirk Ridge Exhumer @Michael Phillippi +120 U Skizzik Surger @Lucio Parrillo +78 R Slaughter Pact @Kev Walker +158 R Sliver Legion @Ron Spears +163 U Sliversmith @John Avon +89 U Snake Cult Initiation @Justin Sweet +164 U Soultether Golem @Paolo Parente +109 U Sparkspitter @Dan Scott +59 R Spellweaver Volute @Bud Cook +151 U Spellwild Ouphe @Scott Altmann +60 U Spin into Myth @David Day +17 U Spirit en-Dal @Daren Bader +152 C Sporoloth Ancient @James Kei +138 C Sprout Swarm @Chippy +121 R Steamflogger Boss @Warren Mahy +122 U Storm Entity @Lucio Parrillo +90 U Street Wraith @Cyril Van Der Haegen +79 U Stronghold Rats @Brandon Kitkouski +139 R Summoner's Pact @Chippy +165 U Sword of the Meek @Franz Vohwinkel +44 R Take Possession @Michael Phillippi +153 R Tarmogoyf @Justin Murray +123 R Tarox Bladewing @Aleksi Briclot +154 C Thornweald Archer @Dave Kendall +124 R Thunderblade Charge @Justin Murray +173 U Tolaria West @Khang Le +91 R Tombstalker @Aleksi Briclot +45 C Unblinking Bleb @Shishizaru +140 U Utopia Mycon @Anthony S. Waters +61 C Vedalken Aethermage @William Simpson +166 R Veilstone Amulet @Martina Pilcerova +47 C Venser's Diffusion @Hideaki Takamura +46 R Venser, Shaper Savant @Aleksi Briclot +155 C Virulent Sliver @Franz Vohwinkel +168 R Whetwheel @Cyril Van Der Haegen +62 C Whip-Spine Drake @Eric Fortune +92 U Witch's Mist @Ittoku +141 C Wrap in Vigor @John Donahue +93 U Yixlid Jailer @Matt Cavotta +180 U Zoetic Cavern @Lars Grant-West [tokens] goldmeadow_harrier diff --git a/forge-gui/res/editions/GRN Ravnica Weekend.txt b/forge-gui/res/editions/GRN Ravnica Weekend.txt index 23c91f15fea..3ae4f424f1e 100644 --- a/forge-gui/res/editions/GRN Ravnica Weekend.txt +++ b/forge-gui/res/editions/GRN Ravnica Weekend.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PRWK [cards] -A01 C Island -A02 C Swamp -A03 C Island -A04 C Mountain -A05 C Swamp -A06 C Forest -A07 C Mountain -A08 C Plains -A09 C Forest -A10 C Plains +A01 C Island @Jung Park +A02 C Swamp @Noah Bradley +A03 C Island @Adam Paquette +A04 C Mountain @Svetlin Velinov +A05 C Swamp @Florian de Gesincourt +A06 C Forest @Svetlin Velinov +A07 C Mountain @Noah Bradley +A08 C Plains @Yeong-Hao Han +A09 C Forest @Alayna Danner +A10 C Plains @James Paick diff --git a/forge-gui/res/editions/Game Night 2019.txt b/forge-gui/res/editions/Game Night 2019.txt index f38cc7f5112..18d1ef7eb58 100644 --- a/forge-gui/res/editions/Game Night 2019.txt +++ b/forge-gui/res/editions/Game Night 2019.txt @@ -8,70 +8,70 @@ Type=Multiplayer ScryfallCode=GN2 [cards] -1 M Highcliff Felidar -2 M Sphinx of Enlightenment -3 M Calculating Lich -4 M Fiendish Duo -5 M Earthshaker Giant -6 U Consul's Lieutenant -7 C Fiend Binder -8 R Kytheon's Irregulars -9 C Mighty Leap -10 U Patron of the Valiant -11 U Relief Captain -12 U Steppe Glider -13 C Take Vengeance -14 C Topan Freeblade -15 R Zetalpa, Primal Dawn -16 C Aven Wind Mage -17 C Claustrophobia -18 U Cryptic Serpent -19 C Decision Paralysis -20 C Dramatic Reversal -21 R Engulf the Shore -22 U Galestrike -23 U Rise from the Tides -24 R River's Rebuke -25 C Salvager of Secrets -26 U Accursed Horde -27 C Carrion Screecher -28 C Crow of Dark Tidings -29 C Gavony Unhallowed -30 U Grasp of Darkness -31 R Liliana's Mastery -32 U Lord of the Accursed -33 U Rise from the Grave -34 C Tattered Mummy -35 R Torgaar, Famine Incarnate -36 R Akoum Hellkite -37 C Brute Strength -38 C Destructive Tampering -39 U Dragon Egg -40 C Kargan Dragonrider -41 R Lathliss, Dragon Queen -42 C Lightning Strike -43 C Sparktongue Dragon -44 C Voldaren Duelist -45 C Zealot of the God-Pharaoh -46 U Crested Herdcaller -47 R Ghalta, Primal Hunger -48 C Grazing Whiptail -49 U Ranging Raptors -50 R Ripjaw Raptor -51 C Spidery Grasp -52 U Thunderherd Migration -53 U Thundering Spineback -54 U Howling Golem -55 L Plains -56 L Plains -57 L Island -58 L Island -59 L Swamp -60 L Swamp -61 L Mountain -62 L Mountain -63 L Forest -64 L Forest +1 M Highcliff Felidar @Kimonas Theodossiou +2 M Sphinx of Enlightenment @Johan Grenier +3 M Calculating Lich @Antonio José Manzanedo +4 M Fiendish Duo @Lucas Graciano +5 M Earthshaker Giant @Milivoj Ćeran +6 U Consul's Lieutenant @Daarken +7 C Fiend Binder @David Gaillet +8 R Kytheon's Irregulars @Mark Winters +9 C Mighty Leap @Sidharth Chaturvedi +10 U Patron of the Valiant @Steve Argyle +11 U Relief Captain @Anastasia Ovchinnikova +12 U Steppe Glider @John Severin Brassell +13 C Take Vengeance @Randy Vargas +14 C Topan Freeblade @Johannes Voss +15 R Zetalpa, Primal Dawn @Chris Rallis +16 C Aven Wind Mage @Lius Lasahido +17 C Claustrophobia @Ryan Pancoast +18 U Cryptic Serpent @Lius Lasahido +19 C Decision Paralysis @Vincent Proce +20 C Dramatic Reversal @Eric Deschamps +21 R Engulf the Shore @Cliff Childs +22 U Galestrike @Mike Bierek +23 U Rise from the Tides @Dave Kendall +24 R River's Rebuke @Raymond Swanland +25 C Salvager of Secrets @Lars Grant-West +26 U Accursed Horde @Victor Adame Minguez +27 C Carrion Screecher @Tomasz Jedruszek +28 C Crow of Dark Tidings @Tianhua X +29 C Gavony Unhallowed @Christopher Moeller +30 U Grasp of Darkness @Daarken +31 R Liliana's Mastery @Kieran Yanner +32 U Lord of the Accursed @Grzegorz Rutkowski +33 U Rise from the Grave @Kieran Yanner +34 C Tattered Mummy @Slawomir Maniak +35 R Torgaar, Famine Incarnate @Lius Lasahido +36 R Akoum Hellkite @Jaime Jones +37 C Brute Strength @Wayne Reynolds +38 C Destructive Tampering @Titus Lunter +39 U Dragon Egg @Jack Wang +40 C Kargan Dragonrider @Greg Opalinski +41 R Lathliss, Dragon Queen @Alex Konstad +42 C Lightning Strike @Adam Paquette +43 C Sparktongue Dragon @Daarken +44 C Voldaren Duelist @Jason Rainville +45 C Zealot of the God-Pharaoh @Gabor Szikszai +46 U Crested Herdcaller @Lucas Graciano +47 R Ghalta, Primal Hunger @Chase Stone +48 C Grazing Whiptail @Gabor Szikszai +49 U Ranging Raptors @Simon Dominic +50 R Ripjaw Raptor @Ryan Pancoast +51 C Spidery Grasp @James Ryman +52 U Thunderherd Migration @Lars Grant-West +53 U Thundering Spineback @Tomasz Jedruszek +54 U Howling Golem @Grzegorz Rutkowski +55 L Plains @John Avon +56 L Plains @Howard Lyon +57 L Island @Florian de Gesincourt +58 L Island @Mark Poole +59 L Swamp @Jonas De Ro +60 L Swamp @Jung Park +61 L Mountain @Florian de Gesincourt +62 L Mountain @Nils Hamm +63 L Forest @Noah Bradley +64 L Forest @Dimitar Marinski [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Game Night.txt b/forge-gui/res/editions/Game Night.txt index a0fe53f4369..3c7fca093a5 100644 --- a/forge-gui/res/editions/Game Night.txt +++ b/forge-gui/res/editions/Game Night.txt @@ -8,74 +8,74 @@ Type=Multiplayer ScryfallCode=GNT [cards] -1 M Militant Angel -2 M Inspired Sphinx -3 M Rot Hulk -4 M Goblin Goliath -5 M Avatar of Growth -6 U Aerial Responder -7 R Always Watching -8 R Benalish Marshal -9 U Bright Reprisal -10 C Call the Cavalry -11 U Everdawn Champion -12 C Fan Bearer -13 C Inspired Charge -14 C Inspiring Captain -15 C Mesa Unicorn -16 U Serra Angel -17 U Subjugator Angel -18 U Advanced Stitchwing -19 U Air Elemental -20 C Claustrophobia -21 U Favorable Winds -22 U Hydrolash -23 U Reckless Scholar -24 R Soulblade Djinn -25 U Whirler Rogue -26 R Zahid, Djinn of the Lamp -27 C Bone Splinters -28 U Cruel Revival -29 U Fleshbag Marauder -30 C Gruesome Fate -31 R Languish -32 R Liliana's Mastery -33 U Lord of the Accursed -34 C Tattered Mummy -35 U Thallid Soothsayer -36 U Zulaport Cutthroat -37 C Bombard -38 R Captivating Crew -39 C Dragon Fodder -40 U Rolling Thunder -41 U Seismic Elemental -42 R Siege-Gang Commander -43 C Tormenting Voice -44 R Ghalta, Primal Hunger -45 C Jungle Delver -46 C Llanowar Elves -47 R Nissa's Revelation -48 U Overcome -49 C Seek the Wilds -50 U Thrashing Brontodon -51 C Eager Construct -52 U Filigree Familiar -53 U Howling Golem -54 C Manalith -55 U Pilgrim's Eye -56 U Rhonas's Monument -57 U Snare Thopter -58 C Welder Automaton -59 L Plains -60 L Plains -61 L Island -62 L Island -63 L Swamp -64 L Swamp -65 L Mountain -66 L Mountain -67 L Forest -68 L Forest +1 M Militant Angel @Victor Adame Minguez +2 M Inspired Sphinx @Jesper Ejsing +3 M Rot Hulk @Grzegorz Rutkowski +4 M Goblin Goliath @Slawomir Maniak +5 M Avatar of Growth @Grzegorz Rutkowski +6 U Aerial Responder @Raoul Vitale +7 R Always Watching @Chase Stone +8 R Benalish Marshal @Mark Zug +9 U Bright Reprisal @Ryan Alexander Lee +10 C Call the Cavalry @Scott Murphy +11 U Everdawn Champion @Sara Winters +12 C Fan Bearer @Anthony Palumbo +13 C Inspired Charge @Willian Murai +14 C Inspiring Captain @Ben Maier +15 C Mesa Unicorn @Winona Nelson +16 U Serra Angel @Donato Giancola +17 U Subjugator Angel @Lius Lasahido +18 U Advanced Stitchwing @Johann Bodin +19 U Air Elemental @Kev Walker +20 C Claustrophobia @Ryan Pancoast +21 U Favorable Winds @Shreya Shetty +22 U Hydrolash @Clint Cearley +23 U Reckless Scholar @Steve Prescott +24 R Soulblade Djinn @Viktor Titov +25 U Whirler Rogue @Winona Nelson +26 R Zahid, Djinn of the Lamp @Magali Villeneuve +27 C Bone Splinters @Deruchenko Alexander +28 U Cruel Revival @Miles Johnston +29 U Fleshbag Marauder @Mark Zug +30 C Gruesome Fate @Even Amundsen +31 R Languish @Jeff Simpson +32 R Liliana's Mastery @Kieran Yanner +33 U Lord of the Accursed @Grzegorz Rutkowski +34 C Tattered Mummy @Slawomir Maniak +35 U Thallid Soothsayer @Jason A. Engle +36 U Zulaport Cutthroat @Jason Rainville +37 C Bombard @Alex Konstad +38 R Captivating Crew @Winona Nelson +39 C Dragon Fodder @Jaime Jones +40 U Rolling Thunder @Yohann Schepacz +41 U Seismic Elemental @Jasper Sandner +42 R Siege-Gang Commander @Aaron Miller +43 C Tormenting Voice @Allen Williams +44 R Ghalta, Primal Hunger @Chase Stone +45 C Jungle Delver @Kieran Yanner +46 C Llanowar Elves @Chris Rahn +47 R Nissa's Revelation @Izzy +48 U Overcome @Craig J Spearing +49 C Seek the Wilds @Anna Steinbauer +50 U Thrashing Brontodon @Jakub Kasper +51 C Eager Construct @Craig J Spearing +52 U Filigree Familiar @Izzy +53 U Howling Golem @Grzegorz Rutkowski +54 C Manalith @Ryan Yee +55 U Pilgrim's Eye @Dan Scott +56 U Rhonas's Monument @Cliff Childs +57 U Snare Thopter @John Avon +58 C Welder Automaton @Victor Adame Minguez +59 L Plains @John Avon +60 L Plains @Howard Lyon +61 L Island @Florian de Gesincourt +62 L Island @Mark Poole +63 L Swamp @Jonas De Ro +64 L Swamp @Jung Park +65 L Mountain @Florian de Gesincourt +66 L Mountain @Nils Hamm +67 L Forest @Noah Bradley +68 L Forest @Dimitar Marinski [tokens] w_2_2_knight_vigilance diff --git a/forge-gui/res/editions/Gatecrash Promos.txt b/forge-gui/res/editions/Gatecrash Promos.txt index 1963b73815d..da4c57599a8 100644 --- a/forge-gui/res/editions/Gatecrash Promos.txt +++ b/forge-gui/res/editions/Gatecrash Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PGTC [cards] -133★ R Skarrg Goliath -152★ R Consuming Aberration -162★ R Fathom Mage -163 R Firemane Avenger -165★ R Foundry Champion -191★ R Rubblehulk -201★ R Treasury Thrull -209 U Zameck Guildmage -*222 R Nightveil Specter +133★ R Skarrg Goliath @Karl Kopinski +152★ R Consuming Aberration @Volkan Baǵa +162★ R Fathom Mage @Dan Scott +163 R Firemane Avenger @Ryan Barger +165★ R Foundry Champion @James Ryman +191★ R Rubblehulk @Cliff Childs +201★ R Treasury Thrull @Lucas Graciano +209 U Zameck Guildmage @Raymond Swanland +*222 R Nightveil Specter @Steven Belledin diff --git a/forge-gui/res/editions/Gatecrash.txt b/forge-gui/res/editions/Gatecrash.txt index 407d0bd876c..b0ae50eaf3d 100644 --- a/forge-gui/res/editions/Gatecrash.txt +++ b/forge-gui/res/editions/Gatecrash.txt @@ -13,255 +13,255 @@ ChaosDraftThemes=RAVNICA ScryfallCode=GTC [cards] -29 U AEtherize -85 C Act of Treason -113 C Adaptive Snapjaw -1 C Aerial Maneuver -30 U Agoraphobia -141 R Alms Beast -114 U Alpha Authority -2 C Angelic Edict -3 R Angelic Skirmisher -226 C Armored Transport -211 U Arrows of Justice -4 C Assault Griffin -142 R Assemble the Legion -144 M Aurelia's Fury -143 M Aurelia, the Warleader -57 C Balustrade Spy -145 U Bane Alley Broker -5 C Basilica Guards -58 C Basilica Screecher -212 C Beckon Apparition -213 R Biomass Mutation -214 C Bioshift -146 R Biovisionary -6 R Blind Obedience -86 C Bomber Corps -147 M Borborygmos Enraged -148 U Boros Charm -7 U Boros Elite -239 C Boros Guildgate -227 U Boros Keyrune -215 R Boros Reckoner -240 R Breeding Pool -216 U Burning-Tree Emissary -115 C Burst of Strength -149 U Call of the Nightwing -150 U Cartel Aristocrat -87 U Cinder Elemental -151 R Clan Defiance -31 C Clinging Anemones -32 C Cloudfin Raptor -217 U Coerced Confession -152 R Consuming Aberration -59 C Contaminated Ground -60 C Corpse Blockade -8 C Court Street Denizen -88 U Crackling Perimeter -116 C Crocanura -117 U Crowned Ceratok -61 R Crypt Ghast -9 C Daring Skyjek -62 C Death's Approach -218 C Deathcult Rogue -153 M Deathpact Angel -10 U Debtor's Pulpit -63 C Devour Flesh -33 R Diluvian Primordial -154 U Dimir Charm -241 C Dimir Guildgate -228 U Dimir Keyrune -155 U Dinrova Horror -118 C Disciple of the Old Ways -156 M Domri Rade -157 C Drakewing Krasis -158 U Duskmantle Guildmage -159 M Duskmantle Seer -11 C Dutiful Thrull -64 U Dying Wish -160 U Elusive Krasis -89 C Ember Beast -34 M Enter the Infinite -161 C Executioner's Swing -119 U Experiment One -162 R Fathom Mage -90 U Firefist Striker -163 R Firemane Avenger -91 R Five-Alarm Fire -120 C Forced Adaptation -164 U Fortress Cyclops -165 R Foundry Champion -92 C Foundry Street Denizen -166 U Frenzied Tilling -35 C Frilled Oculus -12 R Frontline Medic -93 C Furious Resistance -65 U Gateway Shade -167 U Ghor-Clan Rampager -121 M Giant Adephage -13 M Gideon, Champion of Justice -219 U Gift of Orzhova -229 R Glaring Spotlight -242 R Godless Shrine -122 C Greenside Watcher -36 U Gridlock -66 C Grisly Spectacle -168 U Ground Assault -169 U Gruul Charm -243 C Gruul Guildgate -230 U Gruul Keyrune -170 R Gruul Ragebeast -14 U Guardian of the Gateless -15 C Guildscorn Ward -67 C Gutter Skulk -123 R Gyre Sage -37 C Hands of Binding -94 M Hellkite Tyrant -95 U Hellraiser Goblin -171 R High Priest of Penance -124 U Hindervines -16 U Hold the Gates -17 U Holy Mantle -96 U Homing Lightning -68 C Horror of the Dim -172 C Hydroform -69 U Illness in the Ranks -231 R Illusionist's Bracers -220 R Immortal Servitude -38 U Incursion Specialist -125 C Ivy Lane Denizen -39 C Keymaster Rogue -70 U Killing Glare -173 C Kingpin's Pet -19 C Knight Watch -18 U Knight of Obligation -40 C Last Thoughts -174 M Lazav, Dimir Mastermind -97 R Legion Loyalist -41 C Leyline Phantom -71 M Lord of the Void -20 R Luminate Primordial -98 C Madcap Skills -99 U Mark for Death -175 C Martial Glory -100 C Massive Raid -176 M Master Biomancer -72 U Mental Vapors -177 R Merciless Eviction -221 U Merfolk of the Depths -42 C Metropolis Sprite -73 C Midnight Recovery -232 C Millennial Gargoyle -126 U Miming Slime -178 R Mind Grind -43 U Mindeye Drake -101 R Molten Primordial -179 C Mortus Strider -102 C Mugging -21 U Murder Investigation -180 R Mystic Genesis -127 C Naturalize -22 C Nav Squad Commandos -222 R Nightveil Specter -181 U Nimbus Swimmer -182 M Obzedat, Ghost Council -74 R Ogre Slumlord -183 U One Thousand Lashes -128 R Ooze Flux -184 U Ordruun Veteran -185 U Orzhov Charm -244 C Orzhov Guildgate -233 U Orzhov Keyrune -186 C Paranoid Delusions -223 C Pit Fight -129 C Predator's Rapport -187 C Primal Visitation -188 M Prime Speaker Zegana -234 C Prophetic Prism -189 C Psychic Strike -190 C Purge the Profane -44 U Rapid Hybridization -235 C Razortip Whip -45 R Realmwright -23 U Righteous Charge -236 C Riot Gear -103 U Ripscale Predator -224 R Rubblebelt Raiders -191 R Rubblehulk -192 C Ruination Wurm -130 U Rust Scarab -245 R Sacred Foundry -46 C Sage's Row Denizen -47 U Sapphire Drake -131 C Scab-Clan Charger -48 C Scatter Arc -104 C Scorchwalker -75 R Sepulchral Primordial -132 U Serene Remembrance -76 C Shadow Alley Denizen -77 C Shadow Slice -193 C Shambleshark -225 C Shattering Blow -24 C Shielded Passage -194 R Signal the Clans -195 U Simic Charm -49 U Simic Fluxmage -246 C Simic Guildgate -237 U Simic Keyrune -50 R Simic Manipulator -133 R Skarrg Goliath -196 U Skarrg Guildmage -105 C Skinbrand Goblin -106 U Skullcrack -238 C Skyblinder Staff -51 C Skygames -197 C Skyknight Legionnaire -78 C Slate Street Ruffian -134 C Slaughterhorn -25 C Smite -79 U Smog Elemental -198 R Soul Ransom -199 R Spark Trooper -52 C Spell Rupture -135 C Spire Tracer -53 R Stolen Identity -247 R Stomping Ground -107 C Structural Collapse -200 U Sunhome Guildmage -136 R Sylvan Primordial -26 C Syndic of Tithes -80 C Syndicate Enforcer -248 R Thespian's Stage -81 U Thrull Parasite -108 C Tin Street Market -54 C Totally Lost -137 U Tower Defense -109 C Towering Thunderfist -201 R Treasury Thrull -202 U Truefire Paladin -82 U Undercity Informer -83 R Undercity Plague -203 R Unexpected Results -204 U Urban Evolution -27 U Urbis Protector -138 C Verdant Haven -110 U Viashino Shanktail -205 U Vizkopa Confessor -206 U Vizkopa Guildmage -55 U Voidwalk -111 C Warmind Infantry -139 U Wasteland Viper -249 R Watery Grave -56 C Way of the Thief -207 R Whispering Madness -84 U Wight of Precinct Six -140 C Wildwood Rebirth -208 C Wojek Halberdiers -112 R Wrecking Ogre -209 U Zameck Guildmage -28 C Zarichi Tiger -210 C Zhur-Taa Swine +29 U Aetherize @Ryan Barger +85 C Act of Treason @Matt Stewart +113 C Adaptive Snapjaw @Tomasz Jedruszek +1 C Aerial Maneuver @Scott Chou +30 U Agoraphobia @Jim Murray +141 R Alms Beast @Dan Scott +114 U Alpha Authority @Dave Kendall +2 C Angelic Edict @Trevor Claxton +3 R Angelic Skirmisher @David Rapoza +226 C Armored Transport @Cliff Childs +211 U Arrows of Justice @James Ryman +4 C Assault Griffin @Eric Velhagen +142 R Assemble the Legion @Eric Deschamps +144 M Aurelia's Fury @Tyler Jacobson +143 M Aurelia, the Warleader @Slawomir Maniak +57 C Balustrade Spy @Jaime Jones +145 U Bane Alley Broker @Clint Cearley +5 C Basilica Guards @Dan Scott +58 C Basilica Screecher @Christine Choi +212 C Beckon Apparition @Cliff Childs +213 R Biomass Mutation @Dan Scott +214 C Bioshift @Scott Chou +146 R Biovisionary @Ryan Barger +6 R Blind Obedience @Seb McKinnon +86 C Bomber Corps @Chase Stone +147 M Borborygmos Enraged @Aleksi Briclot +148 U Boros Charm @Zoltan Boros +7 U Boros Elite @Willian Murai +239 C Boros Guildgate @Noah Bradley +227 U Boros Keyrune @Daniel Ljunggren +215 R Boros Reckoner @Howard Lyon +240 R Breeding Pool @Mike Bierek +216 U Burning-Tree Emissary @Izzy +115 C Burst of Strength @Marco Nelor +149 U Call of the Nightwing @Adam Paquette +150 U Cartel Aristocrat @James Ryman +87 U Cinder Elemental @Svetlin Velinov +151 R Clan Defiance @Daarken +31 C Clinging Anemones @Mike Bierek +32 C Cloudfin Raptor @Peter Mohrbacher +217 U Coerced Confession @Mathias Kollros +152 R Consuming Aberration @Karl Kopinski +59 C Contaminated Ground @Christine Choi +60 C Corpse Blockade @Lucas Graciano +8 C Court Street Denizen @Volkan Baǵa +88 U Crackling Perimeter @Yeong-Hao Han +116 C Crocanura @Jack Wang +117 U Crowned Ceratok @Steve Prescott +61 R Crypt Ghast @Chris Rahn +9 C Daring Skyjek @Jason Chan +62 C Death's Approach @Terese Nielsen +218 C Deathcult Rogue @David Palumbo +153 M Deathpact Angel @Jason Chan +10 U Debtor's Pulpit @James Paick +63 C Devour Flesh @Kev Walker +33 R Diluvian Primordial @Stephan Martiniere +154 U Dimir Charm @Zoltan Boros +241 C Dimir Guildgate @Cliff Childs +228 U Dimir Keyrune @Daniel Ljunggren +155 U Dinrova Horror @Johann Bodin +118 C Disciple of the Old Ways @Anthony Palumbo +156 M Domri Rade @Tyler Jacobson +157 C Drakewing Krasis @Johann Bodin +158 U Duskmantle Guildmage @Slawomir Maniak +159 M Duskmantle Seer @Kev Walker +11 C Dutiful Thrull @Daarken +64 U Dying Wish @Scott Chou +160 U Elusive Krasis @Wesley Burt +89 C Ember Beast @David Rapoza +34 M Enter the Infinite @Terese Nielsen +161 C Executioner's Swing @Karl Kopinski +119 U Experiment One @Chase Stone +162 R Fathom Mage @Ryan Pancoast +90 U Firefist Striker @Tyler Jacobson +163 R Firemane Avenger @Wayne Reynolds +91 R Five-Alarm Fire @Karl Kopinski +120 C Forced Adaptation @Trevor Claxton +164 U Fortress Cyclops @Maciej Kuciara +165 R Foundry Champion @Todd Lockwood +92 C Foundry Street Denizen @Raoul Vitale +166 U Frenzied Tilling @Noah Bradley +35 C Frilled Oculus @Marco Nelor +12 R Frontline Medic @Willian Murai +93 C Furious Resistance @Slawomir Maniak +65 U Gateway Shade @Ryan Yee +167 U Ghor-Clan Rampager @Charles Urbach +121 M Giant Adephage @Christine Choi +13 M Gideon, Champion of Justice @David Rapoza +219 U Gift of Orzhova @Johannes Voss +229 R Glaring Spotlight @Adam Paquette +242 R Godless Shrine @Cliff Childs +122 C Greenside Watcher @Ryan Barger +36 U Gridlock @Yeong-Hao Han +66 C Grisly Spectacle @Zoltan Boros +168 U Ground Assault @Karl Kopinski +169 U Gruul Charm @Zoltan Boros +243 C Gruul Guildgate @Randy Gallegos +230 U Gruul Keyrune @Daniel Ljunggren +170 R Gruul Ragebeast @Dave Kendall +14 U Guardian of the Gateless @Wesley Burt +15 C Guildscorn Ward @Ryan Barger +67 C Gutter Skulk @Mark Winters +123 R Gyre Sage @Tyler Jacobson +37 C Hands of Binding @Raymond Swanland +94 M Hellkite Tyrant @Aleksi Briclot +95 U Hellraiser Goblin @Karl Kopinski +171 R High Priest of Penance @Mark Zug +124 U Hindervines @Svetlin Velinov +16 U Hold the Gates @Zoltan Boros +17 U Holy Mantle @Maciej Kuciara +96 U Homing Lightning @Slawomir Maniak +68 C Horror of the Dim @Jack Wang +172 C Hydroform @Howard Lyon +69 U Illness in the Ranks @Nils Hamm +231 R Illusionist's Bracers @Svetlin Velinov +220 R Immortal Servitude @Seb McKinnon +38 U Incursion Specialist @Svetlin Velinov +125 C Ivy Lane Denizen @Winona Nelson +39 C Keymaster Rogue @Winona Nelson +70 U Killing Glare @Peter Mohrbacher +173 C Kingpin's Pet @Mark Zug +19 C Knight Watch @Matt Stewart +18 U Knight of Obligation @Ryan Barger +40 C Last Thoughts @Peter Mohrbacher +174 M Lazav, Dimir Mastermind @David Rapoza +97 R Legion Loyalist @Eric Deschamps +41 C Leyline Phantom @Ryan Yee +71 M Lord of the Void @Chris Rahn +20 R Luminate Primordial @Stephan Martiniere +98 C Madcap Skills @Anthony Palumbo +99 U Mark for Death @Mathias Kollros +175 C Martial Glory @Raymond Swanland +100 C Massive Raid @Zoltan Boros +176 M Master Biomancer @Willian Murai +72 U Mental Vapors @Mark Winters +177 R Merciless Eviction @Richard Wright +221 U Merfolk of the Depths @Scott Chou +42 C Metropolis Sprite @Scott Chou +73 C Midnight Recovery @Peter Mohrbacher +232 C Millennial Gargoyle @Seb McKinnon +126 U Miming Slime @Svetlin Velinov +178 R Mind Grind @Daarken +43 U Mindeye Drake @Lars Grant-West +101 R Molten Primordial @Stephan Martiniere +179 C Mortus Strider @Tomasz Jedruszek +102 C Mugging @Greg Staples +21 U Murder Investigation @Igor Kieryluk +180 R Mystic Genesis @Mike Bierek +127 C Naturalize @Daniel Ljunggren +22 C Nav Squad Commandos @Steve Prescott +222 R Nightveil Specter @Min Yum +181 U Nimbus Swimmer @Howard Lyon +182 M Obzedat, Ghost Council @Svetlin Velinov +74 R Ogre Slumlord @Trevor Claxton +183 U One Thousand Lashes @Daarken +128 R Ooze Flux @Zoltan Boros +184 U Ordruun Veteran @Greg Staples +185 U Orzhov Charm @Zoltan Boros +244 C Orzhov Guildgate @John Avon +233 U Orzhov Keyrune @Daniel Ljunggren +186 C Paranoid Delusions @Christopher Moeller +223 C Pit Fight @Matt Stewart +129 C Predator's Rapport @Matt Stewart +187 C Primal Visitation @Christopher Moeller +188 M Prime Speaker Zegana @Willian Murai +234 C Prophetic Prism @Daniel Ljunggren +189 C Psychic Strike @Mathias Kollros +190 C Purge the Profane @Michael C. Hayes +44 U Rapid Hybridization @Jack Wang +235 C Razortip Whip @James Paick +45 R Realmwright @Slawomir Maniak +23 U Righteous Charge @Svetlin Velinov +236 C Riot Gear @Jack Wang +103 U Ripscale Predator @Volkan Baǵa +224 R Rubblebelt Raiders @Chippy +191 R Rubblehulk @Raymond Swanland +192 C Ruination Wurm @Dave Kendall +130 U Rust Scarab @Adam Paquette +245 R Sacred Foundry @Sam Burley +46 C Sage's Row Denizen @Svetlin Velinov +47 U Sapphire Drake @Steve Prescott +131 C Scab-Clan Charger @Nils Hamm +48 C Scatter Arc @Peter Mohrbacher +104 C Scorchwalker @Anthony Palumbo +75 R Sepulchral Primordial @Stephan Martiniere +132 U Serene Remembrance @David Palumbo +76 C Shadow Alley Denizen @Cynthia Sheppard +77 C Shadow Slice @Raymond Swanland +193 C Shambleshark @Wesley Burt +225 C Shattering Blow @Steve Prescott +24 C Shielded Passage @Raymond Swanland +194 R Signal the Clans @Dave Kendall +195 U Simic Charm @Zoltan Boros +49 U Simic Fluxmage @Karl Kopinski +246 C Simic Guildgate @Svetlin Velinov +237 U Simic Keyrune @Daniel Ljunggren +50 R Simic Manipulator @Maciej Kuciara +133 R Skarrg Goliath @Scott Chou +196 U Skarrg Guildmage @Aleksi Briclot +105 C Skinbrand Goblin @Marco Nelor +106 U Skullcrack @Dave Kendall +238 C Skyblinder Staff @Mark Winters +51 C Skygames @Sam Burley +197 C Skyknight Legionnaire @Anthony Palumbo +78 C Slate Street Ruffian @Jim Murray +134 C Slaughterhorn @Steve Prescott +25 C Smite @Zoltan Boros +79 U Smog Elemental @Yeong-Hao Han +198 R Soul Ransom @Steve Argyle +199 R Spark Trooper @James Ryman +52 C Spell Rupture @Kev Walker +135 C Spire Tracer @Christopher Moeller +53 R Stolen Identity @Clint Cearley +247 R Stomping Ground @David Palumbo +107 C Structural Collapse @Sam Burley +200 U Sunhome Guildmage @Eric Deschamps +136 R Sylvan Primordial @Stephan Martiniere +26 C Syndic of Tithes @Steve Prescott +80 C Syndicate Enforcer @Steven Belledin +248 R Thespian's Stage @John Avon +81 U Thrull Parasite @Clint Cearley +108 C Tin Street Market @Noah Bradley +54 C Totally Lost @David Palumbo +137 U Tower Defense @Seb McKinnon +109 C Towering Thunderfist @Zoltan Boros +201 R Treasury Thrull @Mark Zug +202 U Truefire Paladin @Michael C. Hayes +82 U Undercity Informer @Raymond Swanland +83 R Undercity Plague @Vincent Proce +203 R Unexpected Results @Mike Bierek +204 U Urban Evolution @Eytan Zana +27 U Urbis Protector @Steve Argyle +138 C Verdant Haven @Daniel Ljunggren +110 U Viashino Shanktail @Kev Walker +205 U Vizkopa Confessor @Ryan Pancoast +206 U Vizkopa Guildmage @Tyler Jacobson +55 U Voidwalk @James Ryman +111 C Warmind Infantry @Greg Staples +139 U Wasteland Viper @Lucas Graciano +249 R Watery Grave @Raymond Swanland +56 C Way of the Thief @Igor Kieryluk +207 R Whispering Madness @Clint Cearley +84 U Wight of Precinct Six @Ryan Barger +140 C Wildwood Rebirth @Dan Scott +208 C Wojek Halberdiers @Nic Klein +112 R Wrecking Ogre @Nils Hamm +209 U Zameck Guildmage @Chase Stone +28 C Zarichi Tiger @Nic Klein +210 C Zhur-Taa Swine @Yeong-Hao Han [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Gateway 2006.txt b/forge-gui/res/editions/Gateway 2006.txt index e856a36367f..4206d8de592 100644 --- a/forge-gui/res/editions/Gateway 2006.txt +++ b/forge-gui/res/editions/Gateway 2006.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=PGTW [cards] -1 R Wood Elves -2 R Icatian Javelineers -3 R Fiery Temper +1 R Wood Elves @Rebecca Guay +2 R Icatian Javelineers @Michael Phillippi +3 R Fiery Temper @Ben Wootten diff --git a/forge-gui/res/editions/Gateway 2007.txt b/forge-gui/res/editions/Gateway 2007.txt index f33ce7ea2cf..d843e1fb64a 100644 --- a/forge-gui/res/editions/Gateway 2007.txt +++ b/forge-gui/res/editions/Gateway 2007.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PG07 [cards] -4 R Boomerang -5 R Calciderm -6 R Reckless Wurm -7 R Yixlid Jailer -8 R Zoetic Cavern -9 R Llanowar Elves -10 R Mogg Fanatic -11 R Mind Stone -12 R Dauntless Dourbark +4 R Boomerang @Rebecca Guay +5 R Calciderm @Dave Kendall +6 R Reckless Wurm @Greg Staples +7 R Yixlid Jailer @Alex Horley-Orlandelli +8 R Zoetic Cavern @Martina Pilcerova +9 R Llanowar Elves @Anson Maddocks +10 R Mogg Fanatic @Nils Hamm +11 R Mind Stone @Martina Pilcerova +12 R Dauntless Dourbark @Jeremy Jarvis diff --git a/forge-gui/res/editions/Gateway 2008.txt b/forge-gui/res/editions/Gateway 2008.txt index 025a41d6d87..30a375608c8 100644 --- a/forge-gui/res/editions/Gateway 2008.txt +++ b/forge-gui/res/editions/Gateway 2008.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PG08 [cards] -13 R Lava Axe -14 R Cenn's Tactician -15 R Oona's Blackguard -16 R Gravedigger -17 R Boggart Ram-Gang -18 R Wilt-Leaf Cavaliers -19 R Duergar Hedge-Mage -20 R Selkie Hedge-Mage +13 R Lava Axe @Ray Lago +14 R Cenn's Tactician @Steven Belledin +15 R Oona's Blackguard @Darrell Riche +16 R Gravedigger @Tony Szczudlo +17 R Boggart Ram-Gang @Lucio Parrillo +18 R Wilt-Leaf Cavaliers @Steven Belledin +19 R Duergar Hedge-Mage @Thomas M. Baxa +20 R Selkie Hedge-Mage @Brandon Kitkouski diff --git a/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt b/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt index 9cc36d85969..bb5d265c449 100644 --- a/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt +++ b/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt @@ -7,46 +7,46 @@ Type=Duel_Deck ScryfallCode=GS1 [cards] -1 M Mu Yanling -2 C Colorful Feiyi Sparrow -3 C Purple-Crystal Crab -4 C Vivid Flying Fish -5 C Welkin Tern -6 C Heavenly Qilin -7 C Armored Whirl Turtle -8 C Nine-Tail White Fox -9 C Earth-Origin Yak -10 U Moon-Eating Dog -11 U Stormcloud Spirit -12 R Ancestor Dragon -13 C Cloak of Mists -14 C Qilin's Blessing -15 C Drown in Shapelessness -16 C Dragon's Presence -17 U Brilliant Plan -18 R Rhythmic Water Vortex -19 C Meandering River -20 L Plains -21 L Island -22 M Jiang Yanggu -23 C Leopard-Spotted Jiao -24 C Feiyi Snake -25 U Sacred White Deer -26 C Reckless Pangolin -27 C Giant Spider -28 C Ferocious Zheng -29 U Fire-Omen Crane -30 R Screeching Phoenix -31 C Earthshaking Si -32 C Hardened-Scale Armor -33 C Breath of Fire -34 C Aggressive Instinct -35 C Confidence from Strength -36 M Journey for the Elixir -37 C Cleansing Screech -38 C Timber Gorge -39 L Mountain -40 L Forest +1 M Mu Yanling @林玄泰 +2 C Colorful Feiyi Sparrow @Kee Lo +3 C Purple-Crystal Crab @Tan Yan Yao +4 C Vivid Flying Fish @Tingting Yeh +5 C Welkin Tern @Yutaka Li +6 C Heavenly Qilin @Xin-Yu Liu +7 C Armored Whirl Turtle @Tingting Yeh +8 C Nine-Tail White Fox @林玄泰 +9 C Earth-Origin Yak @Tan Yan Yao +10 U Moon-Eating Dog @Tingting Yeh +11 U Stormcloud Spirit @Kee Lo +12 R Ancestor Dragon @Shinchuen Chen +13 C Cloak of Mists @Tingting Yeh +14 C Qilin's Blessing @Wolk Sheep +15 C Drown in Shapelessness @Pon Lee +16 C Dragon's Presence @Tan Yan Yao +17 U Brilliant Plan @Yutaka Li +18 R Rhythmic Water Vortex @Xin-Yu Liu +19 C Meandering River @Gaga Zeng +20 L Plains @Tingting Yeh +21 L Island @Babyson Chen & Uzhen Lin +22 M Jiang Yanggu @Tingting Yeh +23 C Leopard-Spotted Jiao @Shinchuen Chen +24 C Feiyi Snake @Qiu De En +25 U Sacred White Deer @G-host Lee +26 C Reckless Pangolin @Wolk Sheep +27 C Giant Spider @Qiu De En +28 C Ferocious Zheng @Yutaka Li +29 U Fire-Omen Crane @Tan Yan Yao +30 R Screeching Phoenix @Tingting Yeh +31 C Earthshaking Si @Shinchuen Chen +32 C Hardened-Scale Armor @Tan Yan Yao +33 C Breath of Fire @Xin-Yu Liu +34 C Aggressive Instinct @Wolk Sheep +35 C Confidence from Strength @Shinchuen Chen +36 M Journey for the Elixir @Qiu De En +37 C Cleansing Screech @Tingting Yeh +38 C Timber Gorge @Babyson Chen & Uzhen Lin +39 L Mountain @Gaga Zeng +40 L Forest @Xin-Yu Liu [tokens] mowu diff --git a/forge-gui/res/editions/Grand Prix Promos.txt b/forge-gui/res/editions/Grand Prix Promos.txt index e5360233f4b..c572f2dcc86 100644 --- a/forge-gui/res/editions/Grand Prix Promos.txt +++ b/forge-gui/res/editions/Grand Prix Promos.txt @@ -8,23 +8,23 @@ Type=Promo ScryfallCode=PGPX [cards] -2007 R Spiritmonger -2008 R Call of the Herd -2009 R Chrome Mox -2010 R Umezawa's Jitte -2011 R Maelstrom Pulse -2012a R Goblin Guide -2012b R Lotus Cobra -2013a M Primeval Titan -2013b R All Is Dust -2014 M Batterskull -2015 M Griselbrand -2016 R Stoneforge Mystic -2016b R Sword of Feast and Famine -2017 M Progenitus -2018 R Mutavault -2018a L Plains -2018b L Island -2018c L Swamp -2018d L Mountain -2018f L Forest +2007 R Spiritmonger @Kev Walker +2008 R Call of the Herd @Lars Grant-West +2009 R Chrome Mox @Alan Pollack +2010 R Umezawa's Jitte @Svetlin Velinov +2011 R Maelstrom Pulse @John Avon +2012a R Goblin Guide @Steve Prescott +2012b R Lotus Cobra @Terese Nielsen +2013a M Primeval Titan @Peter Mohrbacher +2013b R All Is Dust @Vincent Proce +2014 M Batterskull @Igor Kieryluk +2015 M Griselbrand @Jaime Jones +2016 R Stoneforge Mystic @Johannes Voss +2016b R Sword of Feast and Famine @Efrem Palacios +2017 M Progenitus @Jaime Jones +2018 R Mutavault @John Avon +2018a L Plains @Donato Giancola +2018b L Island @Donato Giancola +2018c L Swamp @Donato Giancola +2018d L Mountain @Donato Giancola +2018f L Forest @Donato Giancola diff --git a/forge-gui/res/editions/Guildpact Promos.txt b/forge-gui/res/editions/Guildpact Promos.txt index ed124b5324a..1890ede40ec 100644 --- a/forge-gui/res/editions/Guildpact Promos.txt +++ b/forge-gui/res/editions/Guildpact Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PGPT [cards] -142★ R Djinn Illuminatus -144★ R Gruul Guildmage +142★ R Djinn Illuminatus @Michael Sutfin +144★ R Gruul Guildmage @Paolo Parente diff --git a/forge-gui/res/editions/Guildpact.txt b/forge-gui/res/editions/Guildpact.txt index 18f86e7e5b1..d3923e0ed9c 100644 --- a/forge-gui/res/editions/Guildpact.txt +++ b/forge-gui/res/editions/Guildpact.txt @@ -14,171 +14,171 @@ ChaosDraftThemes=RAVNICA ScryfallCode=GPT [cards] -22 U AEtherplasm -1 C Absolver Thrull -43 R Abyssal Nocturnus -100 U Agent of Masks -101 R Angel of Despair -79 U Battering Wurm -80 C Beastmaster's Magemark -2 U Belfry Spirit -3 C Benediction of Moons -81 R Bioplasm -102 C Blind Hunter -64 C Bloodscale Prowler -103 R Borborygmos -104 C Burning-Tree Bloodscale -105 R Burning-Tree Shaman -106 C Castigate -44 U Caustic Rain -107 R Cerebral Vortex -108 U Conjurer's Ban -82 U Crash Landing -45 C Cremate -46 C Cry of Contrition -47 U Cryptwailing -23 C Crystal Seer -109 R Culling Sun -48 U Daggerclaw Imp -141 R Debtors' Knell -142 R Djinn Illuminatus -49 C Douse in Gloom -4 U Droning Bureaucrats -24 U Drowned Rusalka -83 U Dryad Sophisticate -110 R Dune-Brood Nephilim -84 R Earth Surge -111 U Electrolyze -50 U Exhumer Thrull -65 C Fencer's Magemark -112 U Feral Animist -25 U Frazzle -85 U Gatherer of Graces -113 U Gelectrode -66 U Ghor-Clan Bloodscale -86 C Ghor-Clan Savage -114 R Ghost Council of Orzhova -5 C Ghost Warden -6 R Ghostway -143 R Giant Solifuge -26 C Gigadrowse -115 R Glint-Eye Nephilim -116 U Goblin Flectomancer -157 R Godless Shrine -7 R Graven Dominator -87 U Gristleback -144 U Gruul Guildmage -88 C Gruul Nodorog -89 C Gruul Scrapper -150 C Gruul Signet -158 C Gruul Turf -151 R Gruul War Plow -8 C Guardian's Magemark -9 U Harrier Griffin -27 R Hatching Plans -51 U Hissing Miasma -67 U Hypervolt Grasp -28 C Infiltrator's Magemark -117 R Ink-Treader Nephilim -118 R Invoke the Firemind -159 C Izzet Boilerworks -119 C Izzet Chronarch -145 U Izzet Guildmage -152 C Izzet Signet -120 R Killer Instinct -121 C Leap of Flame -90 R Leyline of Lifeforce -68 R Leyline of Lightning -29 R Leyline of Singularity -10 R Leyline of the Meek -52 R Leyline of the Void -11 C Lionheart Maverick -69 R Living Inferno -12 U Martyred Rusalka -30 R Mimeofacture -153 R Mizzium Transreliquat -154 R Moratorium Stone -122 U Mortify -146 C Mourning Thrull -53 C Necromancer's Magemark -123 R Niv-Mizzet, the Firemind -160 U Nivix, Aerie of the Firemind -70 C Ogre Savant -13 U Order of the Stars -161 C Orzhov Basilica -54 C Orzhov Euthanist -147 U Orzhov Guildmage -124 R Orzhov Pontiff -155 C Orzhov Signet -162 U Orzhova, the Church of Deals -55 C Ostiary Thrull -71 R Parallectric Feedback -148 C Petrahydrox -91 R Petrified Wood-Kin -125 C Pillory of the Sleepless -56 U Plagued Rusalka -57 C Poisonbelly Ogre -92 U Predatory Focus -93 U Primeval Light -72 C Pyromatics -31 R Quicken -73 U Rabble-Rouser -32 C Repeal -58 C Restless Bones -59 U Revenant Patriarch -126 R Rumbling Slum -33 C Runeboggle -60 R Sanguine Praetor -127 U Savage Twister -128 C Scab-Clan Mauler -129 U Schismotivate -74 U Scorched Rusalka -61 R Seize the Soul -14 U Shadow Lance -75 U Shattering Spree -15 C Shrieking Grotesque -76 R Siege of Towers -94 C Silhana Ledgewalker -95 C Silhana Starfletcher -16 U Sinstriker's Will -163 U Skarrg, the Rage Pits -77 R Skarrgan Firebird -96 C Skarrgan Pit-Skulk -130 U Skarrgan Skybreaker -62 R Skeletal Vampire -34 R Sky Swallower -17 C Skyrider Trainee -63 U Smogsteed Rider -131 U Souls of the Faultless -18 R Spelltithe Enforcer -97 U Starved Rusalka -164 R Steam Vents -35 C Steamcore Weird -132 R Stitch in Time -165 R Stomping Ground -19 R Storm Herd -36 U Stratozeppelid -133 C Streetbreaker Wurm -156 R Sword of the Paruns -134 R Teysa, Orzhov Scion -37 U Thunderheads -135 R Tibor and Lumia -78 C Tin Street Hooligan -20 U To Arms! -38 C Torch Drake -39 C Train of Thought -136 R Ulasht, the Hate Seed -40 U Vacuumelt -41 U Vedalken Plotter -42 U Vertigo Spawn -137 C Wee Dragonauts -149 C Wild Cantor -98 C Wildsize -138 R Witch-Maw Nephilim -21 C Withstand -139 U Wreak Havoc -99 R Wurmweaver Coil -140 R Yore-Tiller Nephilim +22 U Aetherplasm @Nottsuo +1 C Absolver Thrull @Rob Alexander +43 R Abyssal Nocturnus @Jon Foster +100 U Agent of Masks @Matt Thompson +101 R Angel of Despair @Todd Lockwood +79 U Battering Wurm @Darrell Riche +80 C Beastmaster's Magemark @Brandon Kitkouski +2 U Belfry Spirit @Daren Bader +3 C Benediction of Moons @Matt Cavotta +81 R Bioplasm @Jon Foster +102 C Blind Hunter @Warren Mahy +64 C Bloodscale Prowler @Lars Grant-West +103 R Borborygmos @Todd Lockwood +104 C Burning-Tree Bloodscale @Kev Walker +105 R Burning-Tree Shaman @Dan Scott +106 C Castigate @Darrell Riche +44 U Caustic Rain @Luca Zontini +107 R Cerebral Vortex @Jeremy Jarvis +108 U Conjurer's Ban @Pete Venters +82 U Crash Landing @Darrell Riche +45 C Cremate @Paolo Parente +46 C Cry of Contrition @Daren Bader +47 U Cryptwailing @Nick Percival +23 C Crystal Seer @Glen Angus +109 R Culling Sun @Daren Bader +48 U Daggerclaw Imp @Pete Venters +141 R Debtors' Knell @Kev Walker +142 R Djinn Illuminatus @Carl Critchlow +49 C Douse in Gloom @Kev Walker +4 U Droning Bureaucrats @Kev Walker +24 U Drowned Rusalka @Dany Orizio +83 U Dryad Sophisticate @Ron Spears +110 R Dune-Brood Nephilim @Jim Murray +84 R Earth Surge @Luca Zontini +111 U Electrolyze @Zoltan Boros & Gabor Szikszai +50 U Exhumer Thrull @Warren Mahy +65 C Fencer's Magemark @Brandon Kitkouski +112 U Feral Animist @Ron Spears +25 U Frazzle @Pete Venters +85 U Gatherer of Graces @Heather Hudson +113 U Gelectrode @Dan Scott +66 U Ghor-Clan Bloodscale @Paolo Parente +86 C Ghor-Clan Savage @Greg Staples +114 R Ghost Council of Orzhova @Greg Staples +5 C Ghost Warden @Ittoku +6 R Ghostway @Jim Murray +143 R Giant Solifuge @Pat Lee +26 C Gigadrowse @Alex Horley-Orlandelli +115 R Glint-Eye Nephilim @Mark Zug +116 U Goblin Flectomancer @Matt Cavotta +157 R Godless Shrine @Rob Alexander +7 R Graven Dominator @Carl Critchlow +87 U Gristleback @Lars Grant-West +144 U Gruul Guildmage @Paolo Parente +88 C Gruul Nodorog @Pete Venters +89 C Gruul Scrapper @Liam Sharp +150 C Gruul Signet @Greg Hildebrandt +158 C Gruul Turf @John Avon +151 R Gruul War Plow @Martina Pilcerova +8 C Guardian's Magemark @Brandon Kitkouski +9 U Harrier Griffin @Jim Nelson +27 R Hatching Plans @Heather Hudson +51 U Hissing Miasma @Ben Thompson +67 U Hypervolt Grasp @Mark Romanoski +28 C Infiltrator's Magemark @Brandon Kitkouski +117 R Ink-Treader Nephilim @Christopher Moeller +118 R Invoke the Firemind @Zoltan Boros & Gabor Szikszai +159 C Izzet Boilerworks @John Avon +119 C Izzet Chronarch @Nick Percival +145 U Izzet Guildmage @Jim Murray +152 C Izzet Signet @Greg Hildebrandt +120 R Killer Instinct @Christopher Moeller +121 C Leap of Flame @Greg Hildebrandt +90 R Leyline of Lifeforce @Kev Walker +68 R Leyline of Lightning @Paolo Parente +29 R Leyline of Singularity @Zoltan Boros & Gabor Szikszai +10 R Leyline of the Meek @Mark Zug +52 R Leyline of the Void @Adam Rex +11 C Lionheart Maverick @Hideaki Takamura +69 R Living Inferno @John Avon +12 U Martyred Rusalka @Alex Horley-Orlandelli +30 R Mimeofacture @Dan Scott +153 R Mizzium Transreliquat @John Avon +154 R Moratorium Stone @Martina Pilcerova +122 U Mortify @Glen Angus +146 C Mourning Thrull @Dany Orizio +53 C Necromancer's Magemark @Brandon Kitkouski +123 R Niv-Mizzet, the Firemind @Todd Lockwood +160 U Nivix, Aerie of the Firemind @Martina Pilcerova +70 C Ogre Savant @Paolo Parente +13 U Order of the Stars @Heather Hudson +161 C Orzhov Basilica @John Avon +54 C Orzhov Euthanist @Zoltan Boros & Gabor Szikszai +147 U Orzhov Guildmage @Greg Staples +124 R Orzhov Pontiff @Adam Rex +155 C Orzhov Signet @Greg Hildebrandt +162 U Orzhova, the Church of Deals @Martina Pilcerova +55 C Ostiary Thrull @Ron Spencer +71 R Parallectric Feedback @Mitch Cotie +148 C Petrahydrox @Anthony S. Waters +91 R Petrified Wood-Kin @Kev Walker +125 C Pillory of the Sleepless @Mark Romanoski +56 U Plagued Rusalka @Alex Horley-Orlandelli +57 C Poisonbelly Ogre @Zoltan Boros & Gabor Szikszai +92 U Predatory Focus @Zoltan Boros & Gabor Szikszai +93 U Primeval Light @Jim Nelson +72 C Pyromatics @Glen Angus +31 R Quicken @Aleksi Briclot +73 U Rabble-Rouser @Justin Norman +32 C Repeal @Dan Scott +58 C Restless Bones @Glenn Fabry +59 U Revenant Patriarch @Nick Percival +126 R Rumbling Slum @Carl Critchlow +33 C Runeboggle @Ron Spencer +60 R Sanguine Praetor @rk post +127 U Savage Twister @Luca Zontini +128 C Scab-Clan Mauler @Liam Sharp +129 U Schismotivate @Ron Spencer +74 U Scorched Rusalka @Luca Zontini +61 R Seize the Soul @Aleksi Briclot +14 U Shadow Lance @Hideaki Takamura +75 U Shattering Spree @Pat Lee +15 C Shrieking Grotesque @Dany Orizio +76 R Siege of Towers @Anthony S. Waters +94 C Silhana Ledgewalker @James Wong +95 C Silhana Starfletcher @Alex Horley-Orlandelli +16 U Sinstriker's Will @Ben Thompson +163 U Skarrg, the Rage Pits @Martina Pilcerova +77 R Skarrgan Firebird @Kev Walker +96 C Skarrgan Pit-Skulk @Liam Sharp +130 U Skarrgan Skybreaker @Dan Scott +62 R Skeletal Vampire @Wayne Reynolds +34 R Sky Swallower @rk post +17 C Skyrider Trainee @Adam Rex +63 U Smogsteed Rider @Alex Horley-Orlandelli +131 U Souls of the Faultless @Pat Lee +18 R Spelltithe Enforcer @Greg Staples +97 U Starved Rusalka @Dany Orizio +164 R Steam Vents @Rob Alexander +35 C Steamcore Weird @Justin Norman +132 R Stitch in Time @Jon Foster +165 R Stomping Ground @Rob Alexander +19 R Storm Herd @Jim Nelson +36 U Stratozeppelid @Ittoku +133 C Streetbreaker Wurm @Greg Hildebrandt +156 R Sword of the Paruns @Greg Hildebrandt +134 R Teysa, Orzhov Scion @Todd Lockwood +37 U Thunderheads @Hideaki Takamura +135 R Tibor and Lumia @Jim Murray +78 C Tin Street Hooligan @Luca Zontini +20 U To Arms! @Aleksi Briclot +38 C Torch Drake @Daren Bader +39 C Train of Thought @Matt Thompson +136 R Ulasht, the Hate Seed @Nottsuo +40 U Vacuumelt @Nottsuo +41 U Vedalken Plotter @Greg Staples +42 U Vertigo Spawn @Ittoku +137 C Wee Dragonauts @Greg Staples +149 C Wild Cantor @Glenn Fabry +98 C Wildsize @Jim Murray +138 R Witch-Maw Nephilim @Greg Staples +21 C Withstand @Ron Spears +139 U Wreak Havoc @Wayne Reynolds +99 R Wurmweaver Coil @Mitch Cotie +140 R Yore-Tiller Nephilim @Jeremy Jarvis [tokens] c_1_1_sand diff --git a/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt b/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt index cbdbe83f4a3..6cc229f5e30 100644 --- a/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt +++ b/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt @@ -8,133 +8,133 @@ Type=Boxed_Set ScryfallCode=GK1 [cards] -1 R Etrata, the Silencer -2 R Stolen Identity -3 U Syncopate -4 U Telling Time -5 C Last Gasp -6 U Netherborn Phalanx -7 U Ribbons of Night -8 U Call of the Nightwing -9 R Circu, Dimir Lobotomist -10 R Consuming Aberration -11 U Dimir Charm -12 R Dimir Doppelganger -13 U Dimir Guildmage -14 U Dinrova Horror -15 R Glimpse the Unthinkable -16 M Lazav, Dimir Mastermind -17 R Mirko Vosk, Mind Drinker -18 U Moroii -19 R Nightveil Specter -20 R Szadek, Lord of Secrets -21 U Warped Physique -22 C Dimir Signet -23 C Dimir Aqueduct -24 L Island -25 L Swamp -26 R Niv-Mizzet, the Firemind -27 U Thunderheads -28 R Char -29 C Electrickery -30 U Goblin Rally -31 U Guttersnipe -32 R Mizzium Mortars -33 C Pyromatics -34 U Shattering Spree -35 R Cerebral Vortex -36 R Djinn Illuminatus -37 U Electrolyze -38 U Gelectrode -39 R Hypersonic Dragon -40 R Invoke the Firemind -41 U Izzet Charm -42 U Nivix Guildmage -43 R Stitch in Time -44 R Tibor and Lumia -45 U Turn // Burn -46 C Izzet Signet -47 C Izzet Boilerworks -48 L Island -49 L Mountain -50 R Izoni, Thousand-Eyed -51 U Darkblast -52 U Slum Reaper -53 C Stinkweed Imp -54 U Vigor Mortis -55 R Deadbridge Goliath -56 C Elves of Deep Shadow -57 R Abrupt Decay -58 M Deadbridge Chant -59 R Deathrite Shaman -60 C Drown in Filth -61 R Gaze of Granite -62 U Golgari Charm -63 R Grave-Shell Scarab -64 C Grisly Salvage -65 M Jarad, Golgari Lich Lord -66 U Korozda Guildmage -67 R Lotleth Troll -68 U Putrefy -69 R Savra, Queen of the Golgari -70 C Shambling Shell -71 R Sisters of Stone Death -72 U Treasured Find -73 C Golgari Signet -74 C Golgari Rot Farm -75 L Swamp -76 L Forest -77 M Aurelia, the Warleader -78 U Boros Elite -79 C Daring Skyjek -80 C Bomber Corps -81 U Frenzied Goblin -82 R Legion Loyalist -83 R Agrus Kos, Wojek Veteran -84 U Boros Charm -85 R Boros Reckoner -86 U Boros Swiftblade -87 R Brightflame -88 R Firemane Angel -89 R Firemane Avenger -90 U Lightning Helix -91 C Martial Glory -92 R Master Warcraft -93 R Razia, Boros Archangel -94 R Spark Trooper -95 U Sunhome Guildmage -96 U Boros Keyrune -97 C Boros Signet -98 C Boros Garrison -99 U Sunhome, Fortress of the Legion -100 L Plains -101 L Mountain -102 M Trostani, Selesnya's Voice -103 U Devouring Light -104 R Hour of Reckoning -105 C Gather Courage -106 C Scatter the Seeds -107 R Advent of the Wurm -108 M Armada Wurm -109 U Call of the Conclave -110 C Centaur Healer -111 U Dryad Militant -112 R Glare of Subdual -113 R Growing Ranks -114 R Loxodon Hierarch -115 U Pollenbright Wings -116 R Privileged Position -117 U Selesnya Charm -118 C Selesnya Evangel -119 U Selesnya Guildmage -120 C Sundering Growth -121 R Tolsimir Wolfblood -122 U Watchwolf -123 C Selesnya Signet -124 R Grove of the Guardian -125 C Selesnya Sanctuary -126 L Plains -127 L Forest +1 R Etrata, the Silencer @Igor Kieryluk +2 R Stolen Identity @Clint Cearley +3 U Syncopate @Clint Cearley +4 U Telling Time @Scott M. Fischer +5 C Last Gasp @Thomas M. Baxa +6 U Netherborn Phalanx @Christopher Rush +7 U Ribbons of Night @Ron Spears +8 U Call of the Nightwing @Adam Paquette +9 R Circu, Dimir Lobotomist @Cyril Van Der Haegen +10 R Consuming Aberration @Karl Kopinski +11 U Dimir Charm @Zoltan Boros +12 R Dimir Doppelganger @Jim Murray +13 U Dimir Guildmage @Adam Rex +14 U Dinrova Horror @Johann Bodin +15 R Glimpse the Unthinkable @Brandon Kitkouski +16 M Lazav, Dimir Mastermind @David Rapoza +17 R Mirko Vosk, Mind Drinker @Chase Stone +18 U Moroii @Dan Scott +19 R Nightveil Specter @Min Yum +20 R Szadek, Lord of Secrets @Donato Giancola +21 U Warped Physique @Karl Kopinski +22 C Dimir Signet @Raoul Vitale +23 C Dimir Aqueduct @John Avon +24 L Island @Jung Park +25 L Swamp @Noah Bradley +26 R Niv-Mizzet, the Firemind @Daarken +27 U Thunderheads @Hideaki Takamura +28 R Char @Adam Rex +29 C Electrickery @Greg Staples +30 U Goblin Rally @Nic Klein +31 U Guttersnipe @Steve Prescott +32 R Mizzium Mortars @Noah Bradley +33 C Pyromatics @Glen Angus +34 U Shattering Spree @Pat Lee +35 R Cerebral Vortex @Jeremy Jarvis +36 R Djinn Illuminatus @Carl Critchlow +37 U Electrolyze @Zoltan Boros & Gabor Szikszai +38 U Gelectrode @Dan Scott +39 R Hypersonic Dragon @Dan Scott +40 R Invoke the Firemind @Zoltan Boros & Gabor Szikszai +41 U Izzet Charm @Zoltan Boros +42 U Nivix Guildmage @Scott M. Fischer +43 R Stitch in Time @Jon Foster +44 R Tibor and Lumia @Jim Murray +45 U Turn // Burn @Ryan Barger +46 C Izzet Signet @Raoul Vitale +47 C Izzet Boilerworks @John Avon +48 L Island @Adam Paquette +49 L Mountain @Svetlin Velinov +50 R Izoni, Thousand-Eyed @Winona Nelson +51 U Darkblast @Randy Gallegos +52 U Slum Reaper @Karl Kopinski +53 C Stinkweed Imp @Nils Hamm +54 U Vigor Mortis @Dan Scott +55 R Deadbridge Goliath @Chase Stone +56 C Elves of Deep Shadow @Justin Sweet +57 R Abrupt Decay @Svetlin Velinov +58 M Deadbridge Chant @Zoltan Boros +59 R Deathrite Shaman @Steve Argyle +60 C Drown in Filth @Seb McKinnon +61 R Gaze of Granite @Nils Hamm +62 U Golgari Charm @Zoltan Boros +63 R Grave-Shell Scarab @Pete Venters +64 C Grisly Salvage @Dave Kendall +65 M Jarad, Golgari Lich Lord @Eric Deschamps +66 U Korozda Guildmage @Ryan Pancoast +67 R Lotleth Troll @Vincent Proce +68 U Putrefy @Clint Cearley +69 R Savra, Queen of the Golgari @Scott M. Fischer +70 C Shambling Shell @Joel Thomas +71 R Sisters of Stone Death @Donato Giancola +72 U Treasured Find @Jason Chan +73 C Golgari Signet @Raoul Vitale +74 C Golgari Rot Farm @John Avon +75 L Swamp @Florian de Gesincourt +76 L Forest @Svetlin Velinov +77 M Aurelia, the Warleader @Paul Scott Canavan +78 U Boros Elite @Willian Murai +79 C Daring Skyjek @Jason Chan +80 C Bomber Corps @Chase Stone +81 U Frenzied Goblin @Carl Critchlow +82 R Legion Loyalist @Eric Deschamps +83 R Agrus Kos, Wojek Veteran @Donato Giancola +84 U Boros Charm @Zoltan Boros +85 R Boros Reckoner @Howard Lyon +86 U Boros Swiftblade @Doug Chaffee +87 R Brightflame @Dave Dorman +88 R Firemane Angel @Matt Cavotta +89 R Firemane Avenger @Wayne Reynolds +90 U Lightning Helix @Kev Walker +91 C Martial Glory @Raymond Swanland +92 R Master Warcraft @Zoltan Boros & Gabor Szikszai +93 R Razia, Boros Archangel @Donato Giancola +94 R Spark Trooper @James Ryman +95 U Sunhome Guildmage @Eric Deschamps +96 U Boros Keyrune @Daniel Ljunggren +97 C Boros Signet @Mike Sass +98 C Boros Garrison @John Avon +99 U Sunhome, Fortress of the Legion @Martina Pilcerova +100 L Plains @Yeong-Hao Han +101 L Mountain @Noah Bradley +102 M Trostani, Selesnya's Voice @Sidharth Chaturvedi +103 U Devouring Light @Pete Venters +104 R Hour of Reckoning @Randy Gallegos +105 C Gather Courage @Brian Despain +106 C Scatter the Seeds @Rob Alexander +107 R Advent of the Wurm @Lucas Graciano +108 M Armada Wurm @Volkan Baǵa +109 U Call of the Conclave @Terese Nielsen +110 C Centaur Healer @Mark Zug +111 U Dryad Militant @Terese Nielsen +112 R Glare of Subdual @Zoltan Boros & Gabor Szikszai +113 R Growing Ranks @Seb McKinnon +114 R Loxodon Hierarch @Kev Walker +115 U Pollenbright Wings @Terese Nielsen +116 R Privileged Position @Wayne England +117 U Selesnya Charm @Zoltan Boros +118 C Selesnya Evangel @Rob Alexander +119 U Selesnya Guildmage @Mark Zug +120 C Sundering Growth @David Palumbo +121 R Tolsimir Wolfblood @Donato Giancola +122 U Watchwolf @Kev Walker +123 C Selesnya Signet @Raoul Vitale +124 R Grove of the Guardian @Christine Choi +125 C Selesnya Sanctuary @John Avon +126 L Plains @James Paick +127 L Forest @Alayna Danner [tokens] voja diff --git a/forge-gui/res/editions/Guilds of Ravnica Promos.txt b/forge-gui/res/editions/Guilds of Ravnica Promos.txt index b77faeb6ebd..55468017dfd 100644 --- a/forge-gui/res/editions/Guilds of Ravnica Promos.txt +++ b/forge-gui/res/editions/Guilds of Ravnica Promos.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=PGRN [cards] -6 U Conclave Tribunal -54 U Sinister Sabotage -79 U Necrotic Wound -156 U Boros Challenger -168 R Emmara, Soul of the Accord -171 R Firemind's Research -206 U Thought Erasure +6 U Conclave Tribunal @Seb McKinnon +54 U Sinister Sabotage @Mathias Kollros +79 U Necrotic Wound @Randy Vargas +156 U Boros Challenger @Lucas Graciano +168 R Emmara, Soul of the Accord @Randy Vargas +171 R Firemind's Research @Robbie Trevino +206 U Thought Erasure @Anna Steinbauer diff --git a/forge-gui/res/editions/Guilds of Ravnica.txt b/forge-gui/res/editions/Guilds of Ravnica.txt index d1a997eaeb6..142107c74a6 100644 --- a/forge-gui/res/editions/Guilds of Ravnica.txt +++ b/forge-gui/res/editions/Guilds of Ravnica.txt @@ -14,279 +14,279 @@ ChaosDraftThemes=RAVNICA;GRAVEYARD_MATTERS ScryfallCode=GRN [cards] -1 C Blade Instructor -2 R Bounty Agent -3 C Candlelight Vigil -4 R Citywide Bust -5 C Collar the Culprit -6 U Conclave Tribunal -7 U Crush Contraband -8 R Dawn of Hope -9 U Demotion -10 M Divine Visitation -11 U Flight of Equenauts -12 U Gird for Battle -13 U Haazda Marshal -14 C Healer's Hawk -15 C Hunted Witness -16 U Inspiring Unicorn -17 C Intrusive Packbeast -18 C Ledev Guardian -19 R Light of the Legion -20 C Loxodon Restorer -21 C Luminous Bonds -22 C Parhelion Patrol -23 C Righteous Blow -24 U Roc Charger -25 C Skyline Scout -26 U Sunhome Stalwart -27 C Sworn Companions -28 C Take Heart -29 C Tenth District Guard -30 R Venerated Loxodon -31 C Capture Sphere -32 U Chemister's Insight -33 U Citywatch Sphinx -34 C Dazzling Lights -35 C Devious Cover-Up -36 C Dimir Informant -37 C Disdainful Stroke -38 M Dream Eater -39 R Drowned Secrets -40 U Enhanced Surveillance -41 U Guild Summit -42 C Leapfrog -43 C Maximize Altitude -44 R Mission Briefing -45 U Murmuring Mystic -46 C Muse Drake -47 R Narcomoeba -48 U Nightveil Sprite -49 R Omnispell Adept -50 C Passwall Adept -51 R Quasiduplicate -52 C Radical Idea -53 U Selective Snare -54 U Sinister Sabotage -55 U Thoughtbound Phantasm -56 C Unexplained Disappearance -57 C Vedalken Mesmerist -58 C Wall of Mist -59 C Watcher in the Mist -60 C Wishcoin Crab -61 C Barrier of Bones -62 C Bartizan Bats -63 R Blood Operative -64 C Burglar Rat -65 C Child of Night -66 U Creeping Chill -67 C Dead Weight -68 C Deadly Visit -69 M Doom Whisperer -70 C Douser of Lights -71 R Gruesome Menagerie -72 C Hired Poisoner -73 U Kraul Swarm -74 U Lotleth Giant -75 R Mausoleum Secrets -76 C Mephitic Vapors -77 R Midnight Reaper -78 C Moodmark Painter -79 U Necrotic Wound -80 C Never Happened -81 U Pilfering Imp -82 U Plaguecrafter -83 U Price of Fame -84 R Ritual of Soot -85 C Severed Strands -86 C Spinal Centipede -87 U Undercity Necrolisk -88 C Veiled Shade -89 C Vicious Rumors -90 U Whispering Snitch -91 M Arclight Phoenix -92 C Barging Sergeant -93 U Book Devourer -94 C Command the Storm -95 C Cosmotronic Wave -96 C Direct Current -97 U Electrostatic Field -98 R Erratic Cyclops -99 R Experimental Frenzy -100 C Fearless Halberdier -101 C Fire Urchin -102 U Goblin Banneret -103 U Goblin Cratermaker -104 C Goblin Locksmith -105 C Gravitic Punch -106 U Hellkite Whelp -107 U Inescapable Blaze -108 U Lava Coil -109 R Legion Warboss -110 C Maniacal Rage -111 C Maximize Velocity -112 C Ornery Goblin -113 R Risk Factor -114 C Rubblebelt Boar -115 R Runaway Steam-Kin -116 U Smelt-Ward Minotaur -117 U Street Riot -118 C Sure Strike -119 C Torch Courier -120 C Wojek Bodyguard -121 U Affectionate Indrik -122 U Arboretum Elemental -123 R Beast Whisperer -124 R Bounty of Might -125 U Circuitous Route -126 C Crushing Canopy -127 C Devkarin Dissident -128 U District Guide -129 C Generous Stray -130 U Golgari Raiders -131 U Grappling Sundew -132 R Hatchery Spider -133 C Hitchclaw Recluse -134 C Ironshell Beetle -135 C Kraul Foragers -136 U Kraul Harpooner -137 U Might of the Masses -138 M Nullhide Ferox -139 C Pack's Favor -140 C Pause for Reflection -141 R Pelt Collector -142 C Portcullis Vine -143 C Prey Upon -144 C Siege Wurm -145 U Sprouting Renewal -146 C Urban Utopia -147 C Vigorspore Wurm -148 R Vivid Revival -149 C Wary Okapi -150 C Wild Ceratok -151 C Artful Takedown -152 R Assassin's Trophy -153 M Aurelia, Exemplar of Justice -154 U Beacon Bolt -155 U Beamsplitter Mage -156 U Boros Challenger -157 R Camaraderie -158 C Centaur Peacemaker -159 M Chance for Glory -160 R Charnel Troll -161 U Conclave Cavalier -162 U Conclave Guildmage -163 U Crackling Drake -164 C Darkblade Agent -165 R Deafening Clarion -166 U Dimir Spybug -167 U Disinformation Campaign -168 R Emmara, Soul of the Accord -169 C Erstwhile Trooper -170 R Etrata, the Silencer -171 R Firemind's Research -172 C Garrison Sergeant -173 U Glowspore Shaman -174 C Goblin Electromancer -175 U Golgari Findbroker -176 C Hammer Dropper -177 U House Guildmage -178 C Hypothesizzle -179 R Ionize -180 R Izoni, Thousand-Eyed -181 U Join Shields -182 U Justice Strike -183 R Knight of Autumn -184 M Lazav, the Multifarious -185 U League Guildmage -186 U Ledev Champion -187 U Legion Guildmage -188 M March of the Multitudes -189 M Mnemonic Betrayal -190 U Molderhulk -191 U Nightveil Predator -192 R Niv-Mizzet, Parun -193 C Notion Rain -194 U Ochran Assassin -195 M Ral, Izzet Viceroy -196 C Rhizome Lurcher -197 C Rosemane Centaur -198 C Skyknight Legionnaire -199 C Sonic Assault -200 C Sumala Woodshaper -201 U Swarm Guildmage -202 U Swathcutter Giant -203 R Swiftblade Vindicator -204 R Tajic, Legion's Edge -205 R Thief of Sanity -206 U Thought Erasure -207 M Thousand-Year Storm -208 M Trostani Discordant -209 U Truefire Captain -210 C Undercity Uprising -211 M Underrealm Lich -212 R Unmoored Ego -213 M Vraska, Golgari Queen -214 U Wee Dragonauts -215 U Worldsoul Colossus -216 C Fresh-Faced Recruit -217 C Piston-Fist Cyclops -218 C Pitiless Gorgon -219 C Vernadi Shieldmate -220 C Whisper Agent -221 R Assure // Assemble -222 R Connive // Concoct -223 U Discovery // Dispersal -224 R Expansion // Explosion -225 R Find // Finality -226 U Flower // Flourish -227 U Integrity // Intervention -228 U Invert // Invent -229 R Response // Resurgence -230 U Status // Statue -231 C Boros Locket -232 R Chamber Sentry -233 R Chromatic Lantern -234 C Dimir Locket -235 U Gatekeeper Gargoyle -236 U Glaive of the Guildpact -237 C Golgari Locket -238 C Izzet Locket -239 U Rampaging Monument -240 C Selesnya Locket -241 U Silent Dart -242 U Wand of Vertebrae -243 C Boros Guildgate -244 C Boros Guildgate -245 C Dimir Guildgate -246 C Dimir Guildgate -247 C Gateway Plaza -248 C Golgari Guildgate -249 C Golgari Guildgate -250 R Guildmages' Forum -251 C Izzet Guildgate -252 C Izzet Guildgate -253 R Overgrown Tomb -254 R Sacred Foundry -255 C Selesnya Guildgate -256 C Selesnya Guildgate -257 R Steam Vents -258 R Temple Garden -259 R Watery Grave -260 L Plains -261 L Island -262 L Swamp -263 L Mountain -264 L Forest -265 M Ral, Caller of Storms -266 R Ral's Dispersal -267 C Precision Bolt -268 U Ral's Staticaster -269 M Vraska, Regal Gorgon -270 C Kraul Raider -271 U Attendant of Vraska -272 R Vraska's Stoneglare -273 M Impervious Greatwurm +1 C Blade Instructor @Zoltan Boros +2 R Bounty Agent @Randy Vargas +3 C Candlelight Vigil @Alexander Forssberg +4 R Citywide Bust @Victor Adame Minguez +5 C Collar the Culprit @Victor Adame Minguez +6 U Conclave Tribunal @Seb McKinnon +7 U Crush Contraband @Jason A. Engle +8 R Dawn of Hope @Sung Choi +9 U Demotion @Joe Slucher +10 M Divine Visitation @Victor Adame Minguez +11 U Flight of Equenauts @Zezhou Chen +12 U Gird for Battle @Jakub Kasper +13 U Haazda Marshal @Josh Hass +14 C Healer's Hawk @Milivoj Ćeran +15 C Hunted Witness @David Palumbo +16 U Inspiring Unicorn @Even Amundsen +17 C Intrusive Packbeast @Jason Felix +18 C Ledev Guardian @Kimonas Theodossiou +19 R Light of the Legion @Alex Konstad +20 C Loxodon Restorer @Svetlin Velinov +21 C Luminous Bonds @Mark Behm +22 C Parhelion Patrol @Even Amundsen +23 C Righteous Blow @Izzy +24 U Roc Charger @Titus Lunter +25 C Skyline Scout @Paul Scott Canavan +26 U Sunhome Stalwart @Matt Stewart +27 C Sworn Companions @Jason Rainville +28 C Take Heart @Lucas Graciano +29 C Tenth District Guard @Craig J Spearing +30 R Venerated Loxodon @Zack Stella +31 C Capture Sphere @Mark Behm +32 U Chemister's Insight @Josh Hass +33 U Citywatch Sphinx @Magali Villeneuve +34 C Dazzling Lights @Robbie Trevino +35 C Devious Cover-Up @Micah Epstein +36 C Dimir Informant @Lucas Graciano +37 C Disdainful Stroke @Deruchenko Alexander +38 M Dream Eater @Daarken +39 R Drowned Secrets @Alexander Forssberg +40 U Enhanced Surveillance @Grzegorz Rutkowski +41 U Guild Summit @Sidharth Chaturvedi +42 C Leapfrog @Aaron Miller +43 C Maximize Altitude @Mike Bierek +44 R Mission Briefing @Matt Stewart +45 U Murmuring Mystic @Mark Winters +46 C Muse Drake @Titus Lunter +47 R Narcomoeba @Howard Lyon +48 U Nightveil Sprite @Uriah Voth +49 R Omnispell Adept @Jason Rainville +50 C Passwall Adept @John Thacker +51 R Quasiduplicate @Dmitry Burmak +52 C Radical Idea @Izzy +53 U Selective Snare @Alex Konstad +54 U Sinister Sabotage @Mathias Kollros +55 U Thoughtbound Phantasm @Johann Bodin +56 C Unexplained Disappearance @Izzy +57 C Vedalken Mesmerist @Zezhou Chen +58 C Wall of Mist @Tianhua X +59 C Watcher in the Mist @Ryan Yee +60 C Wishcoin Crab @James Paick +61 C Barrier of Bones @Vincent Proce +62 C Bartizan Bats @Nils Hamm +63 R Blood Operative @Livia Prima +64 C Burglar Rat @Tyler Walpole +65 C Child of Night @Igor Kieryluk +66 U Creeping Chill @Wisnu Tan +67 C Dead Weight @Lake Hurwitz +68 C Deadly Visit @Scott Murphy +69 M Doom Whisperer @Vincent Proce +70 C Douser of Lights @Darek Zabrocki +71 R Gruesome Menagerie @Yeong-Hao Han +72 C Hired Poisoner @Joe Slucher +73 U Kraul Swarm @Jehan Choo +74 U Lotleth Giant @Alex Konstad +75 R Mausoleum Secrets @Adam Paquette +76 C Mephitic Vapors @Darek Zabrocki +77 R Midnight Reaper @Sidharth Chaturvedi +78 C Moodmark Painter @Scott Murphy +79 U Necrotic Wound @Randy Vargas +80 C Never Happened @Aaron Miller +81 U Pilfering Imp @Igor Kieryluk +82 U Plaguecrafter @Anna Steinbauer +83 U Price of Fame @Winona Nelson +84 R Ritual of Soot @Dimitar Marinski +85 C Severed Strands @Zack Stella +86 C Spinal Centipede @Zezhou Chen +87 U Undercity Necrolisk @Tomasz Jedruszek +88 C Veiled Shade @Anna Steinbauer +89 C Vicious Rumors @David Palumbo +90 U Whispering Snitch @Jason Rainville +91 M Arclight Phoenix @Slawomir Maniak +92 C Barging Sergeant @Filip Burburan +93 U Book Devourer @Kev Walker +94 C Command the Storm @Jason Rainville +95 C Cosmotronic Wave @Titus Lunter +96 C Direct Current @Dan Scott +97 U Electrostatic Field @Dan Scott +98 R Erratic Cyclops @Milivoj Ćeran +99 R Experimental Frenzy @Simon Dominic +100 C Fearless Halberdier @Suzanne Helmigh +101 C Fire Urchin @Deruchenko Alexander +102 U Goblin Banneret @Viktor Titov +103 U Goblin Cratermaker @Svetlin Velinov +104 C Goblin Locksmith @Mark Behm +105 C Gravitic Punch @Randy Vargas +106 U Hellkite Whelp @Johann Bodin +107 U Inescapable Blaze @Steve Argyle +108 U Lava Coil @Wesley Burt +109 R Legion Warboss @Alex Konstad +110 C Maniacal Rage @Heonhwa Choe +111 C Maximize Velocity @Svetlin Velinov +112 C Ornery Goblin @Johann Bodin +113 R Risk Factor @Chris Seaman +114 C Rubblebelt Boar @Tomasz Jedruszek +115 R Runaway Steam-Kin @Jason Felix +116 U Smelt-Ward Minotaur @Wisnu Tan +117 U Street Riot @Tomasz Jedruszek +118 C Sure Strike @Steve Argyle +119 C Torch Courier @Mark Zug +120 C Wojek Bodyguard @Tyler Walpole +121 U Affectionate Indrik @Steve Prescott +122 U Arboretum Elemental @James Paick +123 R Beast Whisperer @Matt Stewart +124 R Bounty of Might @Even Amundsen +125 U Circuitous Route @Milivoj Ćeran +126 C Crushing Canopy @Simon Dominic +127 C Devkarin Dissident @Mark Zug +128 U District Guide @Tianhua X +129 C Generous Stray @Milivoj Ćeran +130 U Golgari Raiders @David Palumbo +131 U Grappling Sundew @Sung Choi +132 R Hatchery Spider @Livia Prima +133 C Hitchclaw Recluse @Mike Bierek +134 C Ironshell Beetle @Kev Walker +135 C Kraul Foragers @Aaron Miller +136 U Kraul Harpooner @Kev Walker +137 U Might of the Masses @Alex Konstad +138 M Nullhide Ferox @Filip Burburan +139 C Pack's Favor @Lius Lasahido +140 C Pause for Reflection @Alayna Danner +141 R Pelt Collector @Zoltan Boros +142 C Portcullis Vine @James Paick +143 C Prey Upon @G-host Lee +144 C Siege Wurm @Filip Burburan +145 U Sprouting Renewal @James Paick +146 C Urban Utopia @Jedd Chevrier +147 C Vigorspore Wurm @Jason Felix +148 R Vivid Revival @Yeong-Hao Han +149 C Wary Okapi @Jason Felix +150 C Wild Ceratok @Svetlin Velinov +151 C Artful Takedown @Mike Bierek +152 R Assassin's Trophy @Seb McKinnon +153 M Aurelia, Exemplar of Justice @Chris Rahn +154 U Beacon Bolt @Titus Lunter +155 U Beamsplitter Mage @Svetlin Velinov +156 U Boros Challenger @Gabor Szikszai +157 R Camaraderie @Sidharth Chaturvedi +158 C Centaur Peacemaker @Raoul Vitale +159 M Chance for Glory @Bram Sels +160 R Charnel Troll @Daniel Ljunggren +161 U Conclave Cavalier @Tomasz Jedruszek +162 U Conclave Guildmage @Jason Rainville +163 U Crackling Drake @Victor Adame Minguez +164 C Darkblade Agent @Joe Slucher +165 R Deafening Clarion @Adam Paquette +166 U Dimir Spybug @James Paick +167 U Disinformation Campaign @Anthony Palumbo +168 R Emmara, Soul of the Accord @Mark Winters +169 C Erstwhile Trooper @Jason A. Engle +170 R Etrata, the Silencer @Bastien L. Deharme +171 R Firemind's Research @Grzegorz Rutkowski +172 C Garrison Sergeant @Gabor Szikszai +173 U Glowspore Shaman @Lars Grant-West +174 C Goblin Electromancer @Svetlin Velinov +175 U Golgari Findbroker @Bram Sels +176 C Hammer Dropper @Lake Hurwitz +177 U House Guildmage @Winona Nelson +178 C Hypothesizzle @Chris Seaman +179 R Ionize @Chase Stone +180 R Izoni, Thousand-Eyed @Eric Deschamps +181 U Join Shields @Winona Nelson +182 U Justice Strike @Clint Cearley +183 R Knight of Autumn @Ryan Pancoast +184 M Lazav, the Multifarious @Yongjae Choi +185 U League Guildmage @Svetlin Velinov +186 U Ledev Champion @Daarken +187 U Legion Guildmage @Zack Stella +188 M March of the Multitudes @Zack Stella +189 M Mnemonic Betrayal @Clint Cearley +190 U Molderhulk @Titus Lunter +191 U Nightveil Predator @Darek Zabrocki +192 R Niv-Mizzet, Parun @Svetlin Velinov +193 C Notion Rain @Lius Lasahido +194 U Ochran Assassin @Anna Steinbauer +195 M Ral, Izzet Viceroy @Kieran Yanner +196 C Rhizome Lurcher @Mathias Kollros +197 C Rosemane Centaur @Nils Hamm +198 C Skyknight Legionnaire @Chase Stone +199 C Sonic Assault @Tyler Walpole +200 C Sumala Woodshaper @Sara Winters +201 U Swarm Guildmage @Simon Dominic +202 U Swathcutter Giant @Aaron Miller +203 R Swiftblade Vindicator @Viktor Titov +204 R Tajic, Legion's Edge @Anthony Palumbo +205 R Thief of Sanity @Igor Kieryluk +206 U Thought Erasure @Anna Steinbauer +207 M Thousand-Year Storm @Dimitar Marinski +208 M Trostani Discordant @Chase Stone +209 U Truefire Captain @Chris Rallis +210 C Undercity Uprising @Magali Villeneuve +211 M Underrealm Lich @Anna Steinbauer +212 R Unmoored Ego @Volkan Baǵa +213 M Vraska, Golgari Queen @Magali Villeneuve +214 U Wee Dragonauts @Greg Staples +215 U Worldsoul Colossus @James Paick +216 C Fresh-Faced Recruit @Anthony Palumbo +217 C Piston-Fist Cyclops @Wayne Reynolds +218 C Pitiless Gorgon @Alex Konstad +219 C Vernadi Shieldmate @Matt Stewart +220 C Whisper Agent @Deruchenko Alexander +221 R Assure // Assemble @Jason A. Engle +222 R Connive // Concoct @Dan Scott +223 U Discovery // Dispersal @Mark Behm +224 R Expansion // Explosion @Deruchenko Alexander +225 R Find // Finality @Tomasz Jedruszek +226 U Flower // Flourish @Dmitry Burmak +227 U Integrity // Intervention @Ben Maier +228 U Invert // Invent @Mathias Kollros +229 R Response // Resurgence @Daarken +230 U Status // Statue @Ben Wootten +231 C Boros Locket @Aaron Miller +232 R Chamber Sentry @Adam Paquette +233 R Chromatic Lantern @Jung Park +234 C Dimir Locket @Zezhou Chen +235 U Gatekeeper Gargoyle @Adam Paquette +236 U Glaive of the Guildpact @Volkan Baǵa +237 C Golgari Locket @Milivoj Ćeran +238 C Izzet Locket @Dmitry Burmak +239 U Rampaging Monument @Tyler Walpole +240 C Selesnya Locket @Winona Nelson +241 U Silent Dart @Yeong-Hao Han +242 U Wand of Vertebrae @Volkan Baǵa +243 C Boros Guildgate @Titus Lunter +244 C Boros Guildgate @Titus Lunter +245 C Dimir Guildgate @Cliff Childs +246 C Dimir Guildgate @Cliff Childs +247 C Gateway Plaza @Jedd Chevrier +248 C Golgari Guildgate @Eytan Zana +249 C Golgari Guildgate @Eytan Zana +250 R Guildmages' Forum @Adam Paquette +251 C Izzet Guildgate @Kirsten Zirngibl +252 C Izzet Guildgate @Kirsten Zirngibl +253 R Overgrown Tomb @Yeong-Hao Han +254 R Sacred Foundry @Adam Paquette +255 C Selesnya Guildgate @Dimitar Marinski +256 C Selesnya Guildgate @Dimitar Marinski +257 R Steam Vents @Jonas De Ro +258 R Temple Garden @Titus Lunter +259 R Watery Grave @Cliff Childs +260 L Plains @Richard Wright +261 L Island @Richard Wright +262 L Swamp @Richard Wright +263 L Mountain @Richard Wright +264 L Forest @Richard Wright +265 M Ral, Caller of Storms @Kieran Yanner +266 R Ral's Dispersal @Lake Hurwitz +267 C Precision Bolt @Grzegorz Rutkowski +268 U Ral's Staticaster @Even Amundsen +269 M Vraska, Regal Gorgon @Magali Villeneuve +270 C Kraul Raider @Ben Wootten +271 U Attendant of Vraska @Magali Villeneuve +272 R Vraska's Stoneglare @Yongjae Choi +273 M Impervious Greatwurm @Simon Dominic [tokens] w_4_4_angel_flying_vigilance diff --git a/forge-gui/res/editions/Guru.txt b/forge-gui/res/editions/Guru.txt index 06e30ea351f..1a4d40776bd 100644 --- a/forge-gui/res/editions/Guru.txt +++ b/forge-gui/res/editions/Guru.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PGRU [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @Terese Nielsen +2 R Island @Terese Nielsen +3 R Swamp @Terese Nielsen +4 R Mountain @Terese Nielsen +5 R Forest @Terese Nielsen diff --git a/forge-gui/res/editions/Happy Holidays.txt b/forge-gui/res/editions/Happy Holidays.txt index 4e50cdfb883..c147fa6ae50 100644 --- a/forge-gui/res/editions/Happy Holidays.txt +++ b/forge-gui/res/editions/Happy Holidays.txt @@ -7,5 +7,5 @@ Border=Silver ScryfallCode=HHO [cards] -6 R Fruitcake Elemental -9 R Season's Beatings +6 R Fruitcake Elemental @Darrell Riche +9 R Season's Beatings @Kev Walker diff --git a/forge-gui/res/editions/Historic Anthology 1.txt b/forge-gui/res/editions/Historic Anthology 1.txt index 5e4ae8d7654..9ee9ac5de0f 100644 --- a/forge-gui/res/editions/Historic Anthology 1.txt +++ b/forge-gui/res/editions/Historic Anthology 1.txt @@ -6,23 +6,23 @@ Type=Online ScryfallCode=HA1 [cards] -1 R Serra Ascendant -2 C Soul Warden -3 R Kinsbaile Cavalier -4 C Treasure Hunt -5 C Distant Melody -6 R Cryptbreaker -7 R Hypnotic Specter -8 R Phyrexian Arena -9 C Tendrils of Corruption -10 C Kiln Fiend -11 U Goblin Matron -12 R Hidetsugu's Second Rite -13 C Elvish Visionary -14 R Fauna Shaman -15 U Imperious Perfect -16 U Burning-Tree Emissary -17 R Captain Sisay -18 U Ornithopter -19 C Mind Stone -20 R Darksteel Reactor +1 R Serra Ascendant @Anthony Palumbo +2 C Soul Warden @Randy Gallegos +3 R Kinsbaile Cavalier @Wayne Reynolds +4 C Treasure Hunt @Daren Bader +5 C Distant Melody @Omar Rayyan +6 R Cryptbreaker @Darek Zabrocki +7 R Hypnotic Specter @Greg Staples +8 R Phyrexian Arena @Carl Critchlow +9 C Tendrils of Corruption @Vance Kovacs +10 C Kiln Fiend @Adi Granov +11 U Goblin Matron @Jesper Ejsing +12 R Hidetsugu's Second Rite @Jeff Miracola +13 C Elvish Visionary @D. Alexander Gregory +14 R Fauna Shaman @Steve Prescott +15 U Imperious Perfect @Scott M. Fischer +16 U Burning-Tree Emissary @Izzy +17 R Captain Sisay @Ray Lago +18 U Ornithopter @Franz Vohwinkel +19 C Mind Stone @Adam Rex +20 R Darksteel Reactor @Kev Walker diff --git a/forge-gui/res/editions/Historic Anthology 2.txt b/forge-gui/res/editions/Historic Anthology 2.txt index 776c15909c6..fab1aae7d1d 100644 --- a/forge-gui/res/editions/Historic Anthology 2.txt +++ b/forge-gui/res/editions/Historic Anthology 2.txt @@ -6,28 +6,28 @@ Type=Online ScryfallCode=HA2 [cards] -1 U Nyx-Fleece Ram -2 R Ranger of Eos -3 R Sigil of the Empty Throne -4 R Thalia, Guardian of Thraben -5 U Merrow Reejerey -6 R Inexorable Tide -7 U Brain Maggot -8 R Pack Rat -9 U Virulent Plague -10 R Waste Not -11 M Dragonmaster Outcast -12 U Goblin Ruinblaster -13 C Ancestral Mask -14 R Terravore -15 R Knight of the Reliquary -16 R Maelstrom Pulse -17 R Meddling Mage -18 M Platinum Angel -19 C Barren Moor -20 C Bojuka Bog -21 C Forgotten Cave -22 U Ghost Quarter -23 C Lonely Sandbar -24 C Secluded Steppe -25 C Tranquil Thicket +1 U Nyx-Fleece Ram @Terese Nielsen +2 R Ranger of Eos @Volkan Baǵa +3 R Sigil of the Empty Throne @Cyril Van Der Haegen +4 R Thalia, Guardian of Thraben @Jana Schirmer & Johannes Voss +5 U Merrow Reejerey @Greg Staples +6 R Inexorable Tide @Dave Kendall +7 U Brain Maggot @Min Yum +8 R Pack Rat @Kev Walker +9 U Virulent Plague @Johann Bodin +10 R Waste Not @Matt Stewart +11 M Dragonmaster Outcast @Raymond Swanland +12 U Goblin Ruinblaster @Matt Cavotta +13 C Ancestral Mask @Massimilano Frezzato +14 R Terravore @Jim Nelson +15 R Knight of the Reliquary @Michael Komarck +16 R Maelstrom Pulse @Anthony Francisco +17 R Meddling Mage @Todd Lockwood +18 M Platinum Angel @Brom +19 C Barren Moor @Heather Hudson +20 C Bojuka Bog @Howard Lyon +21 C Forgotten Cave @Tony Szczudlo +22 U Ghost Quarter @Peter Mohrbacher +23 C Lonely Sandbar @Heather Hudson +24 C Secluded Steppe @Heather Hudson +25 C Tranquil Thicket @Heather Hudson diff --git a/forge-gui/res/editions/Historic Anthology 3.txt b/forge-gui/res/editions/Historic Anthology 3.txt index af93fd57ba2..612bffe7050 100644 --- a/forge-gui/res/editions/Historic Anthology 3.txt +++ b/forge-gui/res/editions/Historic Anthology 3.txt @@ -6,30 +6,30 @@ Type=Online ScryfallCode=HA3 [cards] -1 U Honden of Cleansing Fire -2 C Momentary Blink -3 R Tempered Steel -4 U Timely Reinforcements -5 R Body Double -6 U Honden of Seeing Winds -7 C Silent Departure -8 R Swan Song -9 U Chainer's Edict -10 C Gempalm Polluter -11 U Honden of Night's Reach -12 M Phyrexian Obliterator -13 U Unburial Rites -14 R Devil's Play -15 U Gempalm Incinerator -16 U Honden of Infinite Rage -17 R Tectonic Reformation -18 R Enchantress's Presence -19 U Honden of Life's Web -20 C Krosan Tusker -21 U Roar of the Wurm -22 R Mirari's Wake -23 M Akroma's Memorial -24 R Ratchet Bomb -25 M Ulamog, the Ceaseless Hunger -26 U Ancient Ziggurat -27 M Maze's End +1 M Ulamog, the Ceaseless Hunger @Michael Komarck +2 U Honden of Cleansing Fire @Greg Staples +3 C Momentary Blink @Anthony S. Waters +4 R Tempered Steel @Wayne Reynolds +5 U Timely Reinforcements @Tomasz Jedruszek +6 R Body Double @Steve Prescott +7 U Honden of Seeing Winds @Martina Pilcerova +8 C Silent Departure @John Avon +9 R Swan Song @Peter Mohrbacher +10 U Chainer's Edict @Ben Thompson +11 C Gempalm Polluter @Dany Orizio +12 U Honden of Night's Reach @Jim Nelson +13 M Phyrexian Obliterator @Todd Lockwood +14 U Unburial Rites @Ryan Pancoast +15 R Devil's Play @Austin Hsu +16 U Gempalm Incinerator @Luca Zontini +17 U Honden of Infinite Rage @John Avon +18 R Tectonic Reformation @James Paick +19 R Enchantress's Presence @Rebecca Guay +20 U Honden of Life's Web @Rob Alexander +21 C Krosan Tusker @Kev Walker +22 U Roar of the Wurm @Kev Walker +23 R Mirari's Wake @David Martin +24 M Akroma's Memorial @Dan Scott +25 R Ratchet Bomb @Austin Hsu +26 U Ancient Ziggurat @John Avon +27 M Maze's End @Cliff Childs diff --git a/forge-gui/res/editions/Historic Anthology 4.txt b/forge-gui/res/editions/Historic Anthology 4.txt index 051f8c95782..6052041140a 100644 --- a/forge-gui/res/editions/Historic Anthology 4.txt +++ b/forge-gui/res/editions/Historic Anthology 4.txt @@ -6,28 +6,28 @@ Type=Online ScryfallCode=HA4 [cards] -1 R Adorned Pouncer -2 R Declaration in Stone -3 C Thraben Inspector -4 M Triumphant Reckoning -5 C Iceberg Cancrix -6 R Marit Lage's Slumber -7 C Think Twice -8 R Ammit Eternal -9 R Death's Shadow -10 U Faith of the Devoted -11 U Torment of Scarabs -12 U Flameblade Adept -13 C Goblin Gaveleer -14 R Harmless Offering -15 C Lys Alana Huntmaster -16 R Sawtusk Demolisher -17 U Spider Spawning -18 U Hamza, Guardian of Arashin -19 R Collected Conjuring -20 U Abomination of Llanowar -21 C Bonesplitter -22 U Coldsteel Heart -23 R Inspiring Statuary -24 M Sword of Body and Mind -25 R Blinkmoth Nexus +1 R Adorned Pouncer @Slawomir Maniak +2 R Declaration in Stone @Tyler Jacobson +3 C Thraben Inspector @Matt Stewart +4 M Triumphant Reckoning @Svetlin Velinov +5 C Iceberg Cancrix @Ravenna Tran +6 R Marit Lage's Slumber @Randy Vargas +7 C Think Twice @Anthony Francisco +8 R Ammit Eternal @Mike Bierek +9 R Death's Shadow @Howard Lyon +10 U Faith of the Devoted @Raoul Vitale +11 U Torment of Scarabs @Bastien L. Deharme +12 U Flameblade Adept @Tomasz Jedruszek +13 C Goblin Gaveleer @Svetlin Velinov +14 R Harmless Offering @Howard Lyon +15 C Lys Alana Huntmaster @Pete Venters +16 R Sawtusk Demolisher @Aaron Miller +17 U Spider Spawning @Daniel Ljunggren +18 U Hamza, Guardian of Arashin @Wisnu Tan +19 R Collected Conjuring @Steve Argyle +20 U Abomination of Llanowar @Vincent Proce +21 C Bonesplitter @Darrell Riche +22 U Coldsteel Heart @Mark Romanoski +23 R Inspiring Statuary @Kirsten Zirngibl +24 M Sword of Body and Mind @Chris Rahn +25 R Blinkmoth Nexus @Sam Burley diff --git a/forge-gui/res/editions/Historic Anthology 5.txt b/forge-gui/res/editions/Historic Anthology 5.txt index 5277287ee50..c1cf00e91bf 100644 --- a/forge-gui/res/editions/Historic Anthology 5.txt +++ b/forge-gui/res/editions/Historic Anthology 5.txt @@ -6,28 +6,28 @@ Type=Online ScryfallCode=HA5 [cards] -999-CH C Court Homunculus -999-ENGC M Elesh Norn, Grand Cenobite -999-IV U Intangible Virtue -999-ROR C Ray of Revelation -999-JGCA M Jin-Gitaxias, Core Augur -999-ML C Merfolk Looter -999-RE U Reverse Engineer -999-S R Stifle -999-WN U Whirler Rogue -999-SWO M Sheoldred, Whispering One -999-VS C Vault Skirge -999-AG U Ancient Grudge -999-DS R Dragonstorm -999-TFT U Trash for Treasure -999-UTH M Urabrask the Hidden -999-ITN C Into the North -999-VVOH M Vorinclex, Voice of Hunger -999-OC R Ojutai's Command -999-SC R Silumgar's Command -999-KC R Kolaghan's Command -999-AC R Atarka's Command -999-DC R Dromoka's Command -999-GS C Grisly Salvage -999-IW C Ichor Wellspring -999-ROP C Relic of Progenitus +1 C Court Homunculus @Matt Cavotta +2 M Elesh Norn, Grand Cenobite @Igor Kieryluk +3 U Intangible Virtue @Clint Cearley +4 C Ray of Revelation @Cliff Childs +5 M Jin-Gitaxias, Core Augur @Eric Deschamps +6 C Merfolk Looter @Austin Hsu +7 U Reverse Engineer @Chase Stone +8 R Stifle @Dany Orizio +9 U Whirler Rogue @Winona Nelson +10 M Sheoldred, Whispering One @Jana Schirmer & Johannes Voss +11 C Vault Skirge @Brad Rigney +12 U Ancient Grudge @Ryan Yee +13 R Dragonstorm @Kev Walker +14 U Trash for Treasure @Lars Grant-West +15 M Urabrask the Hidden @Brad Rigney +16 C Into the North @Richard Sardinha +17 M Vorinclex, Voice of Hunger @Karl Kopinski +18 R Ojutai's Command @Willian Murai +19 R Silumgar's Command @Nils Hamm +20 R Kolaghan's Command @Daarken +21 R Atarka's Command @Chris Rahn +22 R Dromoka's Command @James Ryman +23 C Grisly Salvage @Dave Kendall +24 C Ichor Wellspring @Steven Belledin +25 C Relic of Progenitus @Jean-Sébastien Rossbach diff --git a/forge-gui/res/editions/Hobby Japan Promos.txt b/forge-gui/res/editions/Hobby Japan Promos.txt index 14d200cbde6..7eaa4567eba 100644 --- a/forge-gui/res/editions/Hobby Japan Promos.txt +++ b/forge-gui/res/editions/Hobby Japan Promos.txt @@ -7,8 +7,8 @@ CardLang=ja ScryfallCode=PHJ [cards] -1 R Goblin Mutant -2 R Ihsan's Shade -3 R Krovikan Vampire -4 R Surge of Strength -5 R Yavimaya Ants +1 R Goblin Mutant @Daniel Gelon +2 R Ihsan's Shade @Christopher Rush +3 R Krovikan Vampire @Quinton Hoover +4 R Surge of Strength @Ruth Thompson +5 R Yavimaya Ants @Pat Lewis diff --git a/forge-gui/res/editions/Homelands.txt b/forge-gui/res/editions/Homelands.txt index fbdea09d539..fcff522b724 100644 --- a/forge-gui/res/editions/Homelands.txt +++ b/forge-gui/res/editions/Homelands.txt @@ -12,146 +12,146 @@ Foil=NotSupported ScryfallCode=HML [cards] -21 U Aether Storm -1 U Abbey Gargoyles -2a C Abbey Matron -2b C Abbey Matron -61a C Aliban's Tower -61b C Aliban's Tower -62 C Ambush -63a C Ambush Party -63b C Ambush Party -81 R An-Havva Constable -82 U An-Havva Inn -111 U An-Havva Township -64 R An-Zerrin Ruins -65 R Anaba Ancestor -66a C Anaba Bodyguard -66b C Anaba Bodyguard -67a C Anaba Shaman -67b C Anaba Shaman -68 R Anaba Spirit Crafter -101 R Apocalypse Chime -83 R Autumn Willow -112 U Aysen Abbey -3a C Aysen Bureaucrats -3b C Aysen Bureaucrats -4 R Aysen Crusader -5 R Aysen Highway -22 R Baki's Curse -41 R Baron Sengir -6 R Beast Walkers -42 R Black Carriage -43 R Broken Visage -84a C Carapace -84b C Carapace -113 U Castle Sengir -44a C Cemetery Gate -44b C Cemetery Gate -23 R Chain Stasis -69 C Chandler -102 C Clockwork Gnomes -103 C Clockwork Steed -104 C Clockwork Swarm -24 C Coral Reef -25a C Dark Maze -25b C Dark Maze -85 R Daughter of Autumn -7 U Death Speakers -105 R Didgeridoo -45 U Drudge Spell -46a C Dry Spell -46b C Dry Spell -70 R Dwarven Pony -71 R Dwarven Sea Clan -72a C Dwarven Trader -72b C Dwarven Trader -106 C Ebony Rhino -73 U Eron the Relentless -74 U Evaporate -86 R Faerie Noble -47a C Feast of the Unicorn -47b C Feast of the Unicorn -107 R Feroz's Ban -87a C Folk of An-Havva -87b C Folk of An-Havva -26 R Forget -48 C Funeral March -49 U Ghost Hounds -27a C Giant Albatross -27b C Giant Albatross -28 U Giant Oyster -50 R Grandmother Sengir -51 C Greater Werewolf -8 R Hazduhr the Abbot -52 C Headstone -75 R Heart Wolf -88a C Hungry Mist -88b C Hungry Mist -53 U Ihsan's Shade -54 U Irini Sengir -76 R Ironclaw Curse -29 C Jinx -77 C Joven -89 C Joven's Ferrets -108 U Joven's Tools -55 R Koskun Falls -114 U Koskun Keep -30a C Labyrinth Minotaur -30b C Labyrinth Minotaur -90 C Leaping Lizard -9 R Leeches -91 R Mammoth Harness -31 R Marjhan -32a C Memory Lapse -32b C Memory Lapse -33 C Merchant Scroll -10a C Mesa Falcon -10b C Mesa Falcon -34 R Mystic Decree -35 R Narwhal -78 U Orcish Mine -92 R Primal Order -11 C Prophecy -12 U Rashka the Slayer -36a C Reef Pirates -36b C Reef Pirates -93 C Renewal -79 U Retribution -37 R Reveka, Wizard Savant -94 U Root Spider -95 U Roots -109 C Roterothopter -96 R Rysorian Badger -13a C Samite Alchemist -13b C Samite Alchemist -38 U Sea Sprite -39 U Sea Troll -56 U Sengir Autocrat -57a C Sengir Bats -57b C Sengir Bats -14 R Serra Aviary -15 C Serra Bestiary -16 U Serra Inquisitors -17 C Serra Paladin -110 C Serrated Arrows -97a C Shrink -97b C Shrink -18 R Soraya the Falconer -98 U Spectral Bears -58 R Timmerian Fiends -59a C Torture -59b C Torture -19a C Trade Caravan -19b C Trade Caravan -20 R Truce -60 R Veldrane of Sengir -40 R Wall of Kelp -99a C Willow Faerie -99b C Willow Faerie -100 R Willow Priestess -80 R Winter Sky -115 U Wizards' School +21 U Aether Storm @Mark Tedin +1 U Abbey Gargoyles @Christopher Rush +2a C Abbey Matron @Mike Kimble +2b C Abbey Matron @Mike Kimble +61a C Aliban's Tower @Jeff A. Menges +61b C Aliban's Tower @Jeff A. Menges +62 C Ambush @Alan Rabinowitz +63a C Ambush Party @Mark Poole +63b C Ambush Party @Mark Poole +81 R An-Havva Constable @Dan Frazier +82 U An-Havva Inn @Brian Snõddy +111 U An-Havva Township @Liz Danforth +64 R An-Zerrin Ruins @Dennis Detwiller +65 R Anaba Ancestor @Anson Maddocks +66a C Anaba Bodyguard @Anson Maddocks +66b C Anaba Bodyguard @Anson Maddocks +67a C Anaba Shaman @Anson Maddocks +67b C Anaba Shaman @Anson Maddocks +68 R Anaba Spirit Crafter @Anson Maddocks +101 R Apocalypse Chime @Mark Poole +83 R Autumn Willow @Margaret Organ-Kean +112 U Aysen Abbey @Liz Danforth +3a C Aysen Bureaucrats @Alan Rabinowitz +3b C Aysen Bureaucrats @Alan Rabinowitz +4 R Aysen Crusader @NéNé Thomas +5 R Aysen Highway @NéNé Thomas +22 R Baki's Curse @Nicola Leonard +41 R Baron Sengir @Pete Venters +6 R Beast Walkers @Heather Hudson +42 R Black Carriage @David A. Cherry +43 R Broken Visage @Mike Kimble +84a C Carapace @Anson Maddocks +84b C Carapace @Anson Maddocks +113 U Castle Sengir @Pete Venters +44a C Cemetery Gate @Melissa A. Benson +44b C Cemetery Gate @Melissa A. Benson +23 R Chain Stasis @Pat Morrissey +69 C Chandler @Douglas Shuler +102 C Clockwork Gnomes @Douglas Shuler +103 C Clockwork Steed @Amy Weber +104 C Clockwork Swarm @Amy Weber +24 C Coral Reef @Amy Weber +25a C Dark Maze @Rob Alexander +25b C Dark Maze @Rob Alexander +85 R Daughter of Autumn @Margaret Organ-Kean +7 U Death Speakers @Douglas Shuler +105 R Didgeridoo @Melissa A. Benson +45 U Drudge Spell @NéNé Thomas +46a C Dry Spell @Brian Snõddy +46b C Dry Spell @Brian Snõddy +70 R Dwarven Pony @Margaret Organ-Kean +71 R Dwarven Sea Clan @Amy Weber +72a C Dwarven Trader @Margaret Organ-Kean +72b C Dwarven Trader @Margaret Organ-Kean +106 C Ebony Rhino @Amy Weber +73 U Eron the Relentless @Christopher Rush +74 U Evaporate @Alan Rabinowitz +86 R Faerie Noble @Susan Van Camp +47a C Feast of the Unicorn @Dennis Detwiller +47b C Feast of the Unicorn @Dennis Detwiller +107 R Feroz's Ban @Heather Hudson +87a C Folk of An-Havva @Julie Baroh +87b C Folk of An-Havva @Julie Baroh +26 R Forget @Mike Kimble +48 C Funeral March @Melissa A. Benson +49 U Ghost Hounds @Jeff A. Menges +27a C Giant Albatross @David A. Cherry +27b C Giant Albatross @David A. Cherry +28 U Giant Oyster @Nicola Leonard +50 R Grandmother Sengir @Pete Venters +51 C Greater Werewolf @Dennis Detwiller +8 R Hazduhr the Abbot @Dan Frazier +52 C Headstone @David A. Cherry +75 R Heart Wolf @Margaret Organ-Kean +88a C Hungry Mist @Heather Hudson +88b C Hungry Mist @Heather Hudson +53 U Ihsan's Shade @Christopher Rush +54 U Irini Sengir @Pete Venters +76 R Ironclaw Curse @Dennis Detwiller +29 C Jinx @Mike Kimble +77 C Joven @Douglas Shuler +89 C Joven's Ferrets @Amy Weber +108 U Joven's Tools @Nicola Leonard +55 R Koskun Falls @Rob Alexander +114 U Koskun Keep @Pat Morrissey +30a C Labyrinth Minotaur @Anson Maddocks +30b C Labyrinth Minotaur @Anson Maddocks +90 C Leaping Lizard @Amy Weber +9 R Leeches @Alan Rabinowitz +91 R Mammoth Harness @Melissa A. Benson +31 R Marjhan @Daniel Gelon +32a C Memory Lapse @Mark Tedin +32b C Memory Lapse @Mark Tedin +33 C Merchant Scroll @Liz Danforth +10a C Mesa Falcon @Mark Poole +10b C Mesa Falcon @Mark Poole +34 R Mystic Decree @Liz Danforth +35 R Narwhal @David A. Cherry +78 U Orcish Mine @Kaja Foglio +92 R Primal Order @Rob Alexander +11 C Prophecy @Christopher Rush +12 U Rashka the Slayer @Christopher Rush +36a C Reef Pirates @Tom Wänerstrand +36b C Reef Pirates @Tom Wänerstrand +93 C Renewal @Kaja Foglio +79 U Retribution @Mark Tedin +37 R Reveka, Wizard Savant @Susan Van Camp +94 U Root Spider @Mike Kimble +95 U Roots @Nicola Leonard +109 C Roterothopter @Amy Weber +96 R Rysorian Badger @Heather Hudson +13a C Samite Alchemist @Tom Wänerstrand +13b C Samite Alchemist @Tom Wänerstrand +38 U Sea Sprite @Susan Van Camp +39 U Sea Troll @Daniel Gelon +56 U Sengir Autocrat @David A. Cherry +57a C Sengir Bats @Dan Frazier +57b C Sengir Bats @Dan Frazier +14 R Serra Aviary @Nicola Leonard +15 C Serra Bestiary @Anson Maddocks +16 U Serra Inquisitors @Dennis Detwiller +17 C Serra Paladin @Pete Venters +110 C Serrated Arrows @David A. Cherry +97a C Shrink @Liz Danforth +97b C Shrink @Liz Danforth +18 R Soraya the Falconer @Dennis Detwiller +98 U Spectral Bears @Pat Morrissey +58 R Timmerian Fiends @Mike Kimble +59a C Torture @Mark Tedin +59b C Torture @Mark Tedin +19a C Trade Caravan @Kaja Foglio +19b C Trade Caravan @Kaja Foglio +20 R Truce @Melissa A. Benson +60 R Veldrane of Sengir @Susan Van Camp +40 R Wall of Kelp @Alan Rabinowitz +99a C Willow Faerie @Susan Van Camp +99b C Willow Faerie @Susan Van Camp +100 R Willow Priestess @Susan Van Camp +80 R Winter Sky @Mike Kimble +115 U Wizards' School @Pat Morrissey [tokens] kelp diff --git a/forge-gui/res/editions/Hour of Devastation Promos.txt b/forge-gui/res/editions/Hour of Devastation Promos.txt index c5a9dfd4f44..54118b68b51 100644 --- a/forge-gui/res/editions/Hour of Devastation Promos.txt +++ b/forge-gui/res/editions/Hour of Devastation Promos.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=PHOU [cards] -2 R Adorned Pouncer -83 U Abrade -109 R Wildfire Eternal -129 R Ramunap Excavator +2 R Adorned Pouncer @Kev Walker +83 U Abrade @Florian de Gesincourt +109 R Wildfire Eternal @Yongjae Choi +129 R Ramunap Excavator @Joe Slucher diff --git a/forge-gui/res/editions/Hour of Devastation.txt b/forge-gui/res/editions/Hour of Devastation.txt index e66437f4570..7dfaf6a0e42 100644 --- a/forge-gui/res/editions/Hour of Devastation.txt +++ b/forge-gui/res/editions/Hour of Devastation.txt @@ -16,215 +16,215 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=HOU [cards] -1 C Act of Heroism -2 R Adorned Pouncer -3 R Angel of Condemnation -4 U Angel of the God-Pharaoh -5 C Aven of Enduring Hope -6 M Crested Sunmare -7 C Dauntless Aven -8 U Desert's Hold -9 C Disposal Mummy -10 R Djeru, With Eyes Open -11 C Djeru's Renunciation -12 C Dutiful Servants -13 U Gideon's Defeat -14 C God-Pharaoh's Faithful -15 R Hour of Revelation -16 C Mummy Paramount -17 C Oketra's Avenger -18 R Oketra's Last Mercy -19 M Overwhelming Splendor -20 C Sandblast -21 U Saving Grace -22 R Solemnity -23 C Solitary Camel -24 C Steadfast Sentinel -25 U Steward of Solidarity -26 U Sunscourge Champion -27 U Unconventional Tactics -28 U Vizier of the True -29 C Aerial Guide -30 C Aven Reedstalker -31 R Champion of Wits -32 C Countervailing Winds -33 C Cunning Survivor -34 U Eternal of Harsh Truths -35 R Fraying Sanity -36 R Hour of Eternity -37 U Imaginary Threats -38 U Jace's Defeat -39 R Kefnet's Last Word -40 R Nimble Obstructionist -41 U Ominous Sphinx -42 C Proven Combatant -43 U Riddleform -44 C Seer of the Last Tomorrow -45 U Sinuous Striker -46 C Spellweaver Eternal -47 C Strategic Planning -48 C Striped Riverwinder -49 U Supreme Will -50 R Swarm Intelligence -51 C Tragic Lesson -52 M Unesh, Criosphinx Sovereign -53 C Unquenchable Thirst -54 C Unsummon -55 U Vizier of the Anointed -56 U Accursed Horde -57 R Ammit Eternal -58 R Apocalypse Demon -59 U Banewhip Punisher -60 R Bontu's Last Reckoning -61 C Carrion Screecher -62 U Doomfall -63 R Dreamstealer -64 C Grisly Survivor -65 R Hour of Glory -66 C Khenra Eternal -67 C Lethal Sting -68 U Liliana's Defeat -69 C Lurching Rotbeast -70 C Marauding Boneslasher -71 U Merciless Eternal -72 C Moaning Wall -73 M Razaketh, the Foulblooded -74 U Razaketh's Rite -75 C Ruin Rat -76 C Scrounger of Souls -77 R Torment of Hailfire -78 U Torment of Scarabs -79 C Torment of Venom -80 U Vile Manifestation -81 C Without Weakness -82 C Wretched Camel -83 U Abrade -84 C Blur of Blades -85 U Burning-Fist Minotaur -86 U Chandra's Defeat -87 R Chaos Maw -88 C Crash Through -89 C Defiant Khenra -90 R Earthshaker Khenra -91 U Fervent Paincaster -92 C Firebrand Archer -93 C Frontline Devastator -94 C Gilded Cerodon -95 C Granitic Titan -96 R Hazoret's Undying Fury -97 R Hour of Devastation -98 R Imminent Doom -99 U Inferno Jet -100 C Khenra Scrapper -101 C Kindled Fury -102 U Magmaroth -103 U Manticore Eternal -104 M Neheb, the Eternal -105 C Open Fire -106 C Puncturing Blow -107 U Sand Strangler -108 C Thorned Moloch -109 R Wildfire Eternal -110 C Ambuscade -111 C Beneath the Sands -112 C Bitterbow Sharpshooters -113 U Devotee of Strength -114 U Dune Diviner -115 C Feral Prowler -116 C Frilled Sandwalla -117 C Gift of Strength -118 C Harrier Naga -119 U Hope Tender -120 R Hour of Promise -121 C Life Goes On -122 M Majestic Myriarch -123 U Nissa's Defeat -124 C Oasis Ritualist -125 U Overcome -126 R Pride Sovereign -127 U Quarry Beetle -128 C Rampaging Hippo -129 R Ramunap Excavator -130 R Ramunap Hydra -131 R Resilient Khenra -132 R Rhonas's Last Stand -133 C Rhonas's Stalwart -134 C Sidewinder Naga -135 U Sifter Wurm -136 U Tenacious Hunter -137 M Uncage the Menagerie -138 U Bloodwater Entity -139 M The Locust God -140 M Nicol Bolas, God-Pharaoh -141 U Obelisk Spider -142 U Resolute Survivors -143 U River Hoopoe -144 M Samut, the Tested -145 M The Scarab God -146 M The Scorpion God -147 U Unraveling Mummy -148 U Farm // Market -149 U Consign // Oblivion -150 U Claim // Fame -151 U Struggle // Survive -152 U Appeal // Authority -153 R Leave // Chance -154 R Reason // Believe -155 R Grind // Dust -156 R Refuse // Cooperate -157 R Driven // Despair -158 R Abandoned Sarcophagus -159 U Crook of Condemnation -160 U Dagger of the Worthy -161 R God-Pharaoh's Gift -162 C Graven Abomination -163 R Hollow One -164 C Manalith -165 R Mirage Mirror -166 U Sunset Pyramid -167 C Traveler's Amulet -168 C Wall of Forgotten Pharaohs -169 U Crypt of the Eternals -170 C Desert of the Fervent -171 C Desert of the Glorified -172 C Desert of the Indomitable -173 C Desert of the Mindful -174 C Desert of the True -175 U Dunes of the Dead -176 R Endless Sands -177 U Hashep Oasis -178 R Hostile Desert -179 U Ifnir Deadlands -180 U Ipnu Rivulet -181 U Ramunap Ruins -182 R Scavenger Grounds -183 U Shefet Dunes -184 C Survivors' Encampment -185 L Plains -186 L Island -187 L Swamp -188 L Mountain -189 L Forest -190 L Plains -191 L Plains -192 L Island -193 L Island -194 L Swamp -195 L Swamp -196 L Mountain -197 L Mountain -198 L Forest -199 L Forest -200 M Nissa, Genesis Mage -201 U Avid Reclaimer -202 C Brambleweft Behemoth -203 R Nissa's Encouragement -204 C Woodland Stream -205 M Nicol Bolas, the Deceiver -206 U Wasp of the Bitter End -207 C Zealot of the God-Pharaoh -208 R Visage of Bolas -209 C Cinder Barrens +1 C Act of Heroism @Magali Villeneuve +2 R Adorned Pouncer @Slawomir Maniak +3 R Angel of Condemnation @Slawomir Maniak +4 U Angel of the God-Pharaoh @E. M. Gist +5 C Aven of Enduring Hope @James Ryman +6 M Crested Sunmare @Lucas Graciano +7 C Dauntless Aven @Zack Stella +8 U Desert's Hold @Sara Winters +9 C Disposal Mummy @Gabor Szikszai +10 R Djeru, With Eyes Open @Kieran Yanner +11 C Djeru's Renunciation @Kieran Yanner +12 C Dutiful Servants @Volkan Baǵa +13 U Gideon's Defeat @Kieran Yanner +14 C God-Pharaoh's Faithful @Bastien L. Deharme +15 R Hour of Revelation @Raymond Swanland +16 C Mummy Paramount @Josu Hernaiz +17 C Oketra's Avenger @Anthony Palumbo +18 R Oketra's Last Mercy @Howard Lyon +19 M Overwhelming Splendor @Richard Wright +20 C Sandblast @Seb McKinnon +21 U Saving Grace @McLean Kendree +22 R Solemnity @Greg Opalinski +23 C Solitary Camel @Aaron Miller +24 C Steadfast Sentinel @Karl Kopinski +25 U Steward of Solidarity @Sara Winters +26 U Sunscourge Champion @Josu Hernaiz +27 U Unconventional Tactics @Jason Felix +28 U Vizier of the True @Ryan Alexander Lee +29 C Aerial Guide @Sidharth Chaturvedi +30 C Aven Reedstalker @Scott Murphy +31 R Champion of Wits @Even Amundsen +32 C Countervailing Winds @Tyler Jacobson +33 C Cunning Survivor @Zoltan Boros +34 U Eternal of Harsh Truths @Izzy +35 R Fraying Sanity @Ryan Alexander Lee +36 R Hour of Eternity @Tyler Jacobson +37 U Imaginary Threats @Magali Villeneuve +38 U Jace's Defeat @Kieran Yanner +39 R Kefnet's Last Word @Clint Cearley +40 R Nimble Obstructionist @Shreya Shetty +41 U Ominous Sphinx @Lars Grant-West +42 C Proven Combatant @Clint Cearley +43 U Riddleform @Steve Argyle +44 C Seer of the Last Tomorrow @Sara Winters +45 U Sinuous Striker @Svetlin Velinov +46 C Spellweaver Eternal @Jason Felix +47 C Strategic Planning @Matt Stewart +48 C Striped Riverwinder @Craig J Spearing +49 U Supreme Will @Alayna Danner +50 R Swarm Intelligence @Daniel Ljunggren +51 C Tragic Lesson @Joseph Meehan +52 M Unesh, Criosphinx Sovereign @Adrian Majkrzak +53 C Unquenchable Thirst @Jeremy Wilson +54 C Unsummon @Nils Hamm +55 U Vizier of the Anointed @Jakub Kasper +56 U Accursed Horde @Victor Adame Minguez +57 R Ammit Eternal @Mike Bierek +58 R Apocalypse Demon @Piotr Jabłoński +59 U Banewhip Punisher @Scott Murphy +60 R Bontu's Last Reckoning @Victor Adame Minguez +61 C Carrion Screecher @Tomasz Jedruszek +62 U Doomfall @Darek Zabrocki +63 R Dreamstealer @Yongjae Choi +64 C Grisly Survivor @Seb McKinnon +65 R Hour of Glory @Svetlin Velinov +66 C Khenra Eternal @Tomasz Jedruszek +67 C Lethal Sting @Randy Vargas +68 U Liliana's Defeat @Kieran Yanner +69 C Lurching Rotbeast @Jason A. Engle +70 C Marauding Boneslasher @Victor Adame Minguez +71 U Merciless Eternal @Mathias Kollros +72 C Moaning Wall @Piotr Jabłoński +73 M Razaketh, the Foulblooded @Chris Rallis +74 U Razaketh's Rite @Izzy +75 C Ruin Rat @Shreya Shetty +76 C Scrounger of Souls @Zezhou Chen +77 R Torment of Hailfire @Grzegorz Rutkowski +78 U Torment of Scarabs @Bastien L. Deharme +79 C Torment of Venom @Johann Bodin +80 U Vile Manifestation @Jason Felix +81 C Without Weakness @Alex Konstad +82 C Wretched Camel @Dan Scott +83 U Abrade @Jonas De Ro +84 C Blur of Blades @Anna Steinbauer +85 U Burning-Fist Minotaur @Matt Stewart +86 U Chandra's Defeat @Kieran Yanner +87 R Chaos Maw @Steve Argyle +88 C Crash Through @Izzy +89 C Defiant Khenra @David Palumbo +90 R Earthshaker Khenra @Jason A. Engle +91 U Fervent Paincaster @Matt Stewart +92 C Firebrand Archer @John Stanko +93 C Frontline Devastator @Tommy Arnold +94 C Gilded Cerodon @Matt Stewart +95 C Granitic Titan @Yohann Schepacz +96 R Hazoret's Undying Fury @Victor Adame Minguez +97 R Hour of Devastation @Simon Dominic +98 R Imminent Doom @Daniel Ljunggren +99 U Inferno Jet @Jakub Kasper +100 C Khenra Scrapper @Jesper Ejsing +101 C Kindled Fury @Craig J Spearing +102 U Magmaroth @Yeong-Hao Han +103 U Manticore Eternal @Yeong-Hao Han +104 M Neheb, the Eternal @Chris Rahn +105 C Open Fire @Jason Kang +106 C Puncturing Blow @Eric Deschamps +107 U Sand Strangler @Aaron Miller +108 C Thorned Moloch @James Paick +109 R Wildfire Eternal @Magali Villeneuve +110 C Ambuscade @Kev Walker +111 C Beneath the Sands @Magali Villeneuve +112 C Bitterbow Sharpshooters @Bram Sels +113 U Devotee of Strength @Yeong-Hao Han +114 U Dune Diviner @Min Yum +115 C Feral Prowler @Ben Wootten +116 C Frilled Sandwalla @Zezhou Chen +117 C Gift of Strength @Kieran Yanner +118 C Harrier Naga @Filip Burburan +119 U Hope Tender @Magali Villeneuve +120 R Hour of Promise @Jonas De Ro +121 C Life Goes On @Daarken +122 M Majestic Myriarch @Randy Vargas +123 U Nissa's Defeat @Kieran Yanner +124 C Oasis Ritualist @Josu Hernaiz +125 U Overcome @Craig J Spearing +126 R Pride Sovereign @Ryan Yee +127 U Quarry Beetle @Mike Burns +128 C Rampaging Hippo @Aaron Miller +129 R Ramunap Excavator @Mark Behm +130 R Ramunap Hydra @Mike Burns +131 R Resilient Khenra @Svetlin Velinov +132 R Rhonas's Last Stand @Winona Nelson +133 C Rhonas's Stalwart @Bram Sels +134 C Sidewinder Naga @Victor Adame Minguez +135 U Sifter Wurm @Filip Burburan +136 U Tenacious Hunter @Zezhou Chen +137 M Uncage the Menagerie @Simon Dominic +138 U Bloodwater Entity @Viktor Titov +139 M The Locust God @Lius Lasahido +140 M Nicol Bolas, God-Pharaoh @Raymond Swanland +141 U Obelisk Spider @YW Tang +142 U Resolute Survivors @David Palumbo +143 U River Hoopoe @Ryan Pancoast +144 M Samut, the Tested @Aleksi Briclot +145 M The Scarab God @Lius Lasahido +146 M The Scorpion God @Lius Lasahido +147 U Unraveling Mummy @Tomasz Jedruszek +148 U Farm // Market @Victor Adame Minguez +149 U Consign // Oblivion @Sidharth Chaturvedi +150 U Claim // Fame @Jason Rainville +151 U Struggle // Survive @Eric Deschamps +152 U Appeal // Authority @Jason Rainville +153 R Leave // Chance @Dan Scott +154 R Reason // Believe @Daarken +155 R Grind // Dust @Josh Hass +156 R Refuse // Cooperate @Yongjae Choi +157 R Driven // Despair @Winona Nelson +158 R Abandoned Sarcophagus @Daarken +159 U Crook of Condemnation @Ben Maier +160 U Dagger of the Worthy @Tommy Arnold +161 R God-Pharaoh's Gift @Titus Lunter +162 C Graven Abomination @Igor Kieryluk +163 R Hollow One @Anthony Palumbo +164 C Manalith @Ryan Yee +165 R Mirage Mirror @Craig J Spearing +166 U Sunset Pyramid @Jonas De Ro +167 C Traveler's Amulet @Marco Nelor +168 C Wall of Forgotten Pharaohs @Igor Kieryluk +169 U Crypt of the Eternals @Titus Lunter +170 C Desert of the Fervent @Titus Lunter +171 C Desert of the Glorified @Jonas De Ro +172 C Desert of the Indomitable @James Paick +173 C Desert of the Mindful @Christine Choi +174 C Desert of the True @Jung Park +175 U Dunes of the Dead @E. M. Gist +176 R Endless Sands @Noah Bradley +177 U Hashep Oasis @Jonas De Ro +178 R Hostile Desert @Josh Hass +179 U Ifnir Deadlands @Jonas De Ro +180 U Ipnu Rivulet @James Paick +181 U Ramunap Ruins @Florian de Gesincourt +182 R Scavenger Grounds @Steven Belledin +183 U Shefet Dunes @Yeong-Hao Han +184 C Survivors' Encampment @Jonas De Ro +185 L Plains @Titus Lunter +186 L Island @Richard Wright +187 L Swamp @Clint Cearley +188 L Mountain @Florian de Gesincourt +189 L Forest @Yeong-Hao Han +190 L Plains @Lars Grant-West +191 L Plains @Titus Lunter +192 L Island @Lucas Graciano +193 L Island @Titus Lunter +194 L Swamp @Titus Lunter +195 L Swamp @Mark Zug +196 L Mountain @Titus Lunter +197 L Mountain @Kev Walker +198 L Forest @Titus Lunter +199 L Forest @Mark Poole +200 M Nissa, Genesis Mage @Chris Rallis +201 U Avid Reclaimer @Josu Hernaiz +202 C Brambleweft Behemoth @Florian de Gesincourt +203 R Nissa's Encouragement @Tommy Arnold +204 C Woodland Stream @Florian de Gesincourt +205 M Nicol Bolas, the Deceiver @Svetlin Velinov +206 U Wasp of the Bitter End @Tomasz Jedruszek +207 C Zealot of the God-Pharaoh @Gabor Szikszai +208 R Visage of Bolas @Titus Lunter +209 C Cinder Barrens @Titus Lunter [tokens] w_1_1_cat_lifelink diff --git a/forge-gui/res/editions/IDW Comics 2012.txt b/forge-gui/res/editions/IDW Comics 2012.txt index 7a637425d3d..9551fd28ade 100644 --- a/forge-gui/res/editions/IDW Comics 2012.txt +++ b/forge-gui/res/editions/IDW Comics 2012.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PIDW [cards] -1 R Treasure Hunt -2 R Faithless Looting -3 R Electrolyze -4 R Feast of Blood -5 R Arrest -6 R Consume Spirit -7 R Standstill -8 R Breath of Malfegor -9 R Turnabout +1 R Treasure Hunt @Aleksi Briclot +2 R Faithless Looting @Karl Kopinski +3 R Electrolyze @Karl Kopinski +4 R Feast of Blood @Christopher Moeller +5 R Arrest @Christopher Moeller +6 R Consume Spirit @Dan Scott +7 R Standstill @Matt Stewart +8 R Breath of Malfegor @Alex Horley-Orlandelli +9 R Turnabout @Dan Scott diff --git a/forge-gui/res/editions/IDW Comics 2013.txt b/forge-gui/res/editions/IDW Comics 2013.txt index 0cfd9ba5f0a..e7600720ee3 100644 --- a/forge-gui/res/editions/IDW Comics 2013.txt +++ b/forge-gui/res/editions/IDW Comics 2013.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PI13 [cards] -10 R Voidmage Husher -11 R Ogre Arsonist -12 R Corrupt -13 R High Tide -14 R Gaze of Granite +10 R Voidmage Husher @Ryan Pancoast +11 R Ogre Arsonist @Chris Rahn +12 R Corrupt @Alex Horley-Orlandelli +13 R High Tide @Eric Deschamps +14 R Gaze of Granite @Dan Scott diff --git a/forge-gui/res/editions/IDW Comics 2014.txt b/forge-gui/res/editions/IDW Comics 2014.txt index 89856fa554b..772450e9518 100644 --- a/forge-gui/res/editions/IDW Comics 2014.txt +++ b/forge-gui/res/editions/IDW Comics 2014.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=PI14 [cards] -15 R Wash Out -16 R Acquire -17 R Duress +15 R Wash Out @Volkan Baǵa +16 R Acquire @Anthony Francisco +17 R Duress @Michael Komarck diff --git a/forge-gui/res/editions/Ice Age.txt b/forge-gui/res/editions/Ice Age.txt index 1383dddec9e..9235c1b6635 100644 --- a/forge-gui/res/editions/Ice Age.txt +++ b/forge-gui/res/editions/Ice Age.txt @@ -11,389 +11,389 @@ Foil=NotSupported ScryfallCode=ICE [cards] -113 U Abyssal Specter -306 U Adarkar Sentinel -1 C Adarkar Unicorn -351 R Adarkar Wastes -307 R Aegis of the Meek -169 U Aggression -281 R Altar of Bone -308 R Amulet of Quoz -170 U Anarchy -2 C Arctic Foxes -309 U Arcum's Sleigh -310 U Arcum's Weathervane -311 U Arcum's Whistle -3 C Arenson's Aura -4 C Armor of Faith -57 C Arnjlot's Ascent -114 U Ashen Ghoul -225 C Aurochs -171 U Avalanche -172 C Balduvian Barbarians -226 C Balduvian Bears -58 U Balduvian Conjurer -173 R Balduvian Hydra -59 C Balduvian Shaman -174 C Barbarian Guides -312 C Barbed Sextant -313 U Baton of Morale -5 U Battle Cry -175 C Battle Frenzy -60 U Binding Grasp -6 U Black Scarab -7 C Blessed Wine -8 R Blinking Spirit -227 R Blizzard -9 U Blue Scarab -176 C Bone Shaman -61 C Brainstorm -177 R Brand of Ill Omen -62 U Breath of Dreams -115 C Brine Shaman -228 C Brown Ouphe -352 R Brushland -116 C Burnt Offering -10 R Call to Arms -11 R Caribou Range -314 R Celestial Sword -282 U Centaur Archer -178 R Chaos Lord -179 R Chaos Moon -283 R Chromatic Armor -229 C Chub Toad -12 C Circle of Protection: Black -13 C Circle of Protection: Blue -14 C Circle of Protection: Green -15 C Circle of Protection: Red -16 C Circle of Protection: White -63 C Clairvoyance -117 C Cloak of Confusion -17 U Cold Snap -180 U Conquer -18 C Cooperation -64 C Counterspell -315 R Crown of the Ages -181 R Curse of Marit Lage -118 U Dance of the Dead -119 C Dark Banishing -120 C Dark Ritual -19 C Death Ward -65 R Deflection -121 U Demonic Consultation -316 R Despotic Scepter -284 U Diabolic Vision -230 C Dire Wolves -20 C Disenchant -122 R Dread Wight -66 U Dreams of the Dead -123 U Drift of the Dead -21 U Drought -182 R Dwarven Armory -285 R Earthlink -231 C Earthlore -232 R Elder Druid -286 R Elemental Augury -317 R Elkin Bottle -22 C Elvish Healer -23 R Enduring Renewal -24 R Energy Storm -67 C Enervate -68 C Errant Minion -183 C Errantry -233 C Essence Filter -69 C Essence Flare -287 U Essence Vortex -234 U Fanatical Fever -124 C Fear -288 R Fiery Justice -289 U Fire Covenant -184 U Flame Spirit -185 C Flare -290 R Flooded Woodlands -125 R Flow of Maggots -235 C Folk of the Pines -236 R Forbidden Lore -70 U Force Void -380 L Forest -381 L Forest -382 L Forest -237 U Forgotten Lore -25 R Formation -126 C Foul Familiar -238 C Foxfire -239 U Freyalise Supplicant -240 U Freyalise's Charm -241 R Freyalise's Winds -291 U Fumarole -26 C Fylgja -318 U Fyndhorn Bow -242 C Fyndhorn Brownie -243 U Fyndhorn Elder -244 C Fyndhorn Elves -245 R Fyndhorn Pollen -186 R Game of Chaos -127 C Gangrenous Zombies -128 C Gaze of Pain -27 R General Jarkeld -292 R Ghostly Flame -246 C Giant Growth -293 U Giant Trap Door Spider -353 U Glacial Chasm -187 R Glacial Crevasses -71 U Glacial Wall -294 R Glaciers -319 R Goblin Lyre -188 U Goblin Mutant -189 C Goblin Sappers -190 C Goblin Ski Patrol -191 U Goblin Snowman -247 C Gorilla Pack -129 R Gravebind -28 U Green Scarab -192 C Grizzled Wolverine -29 U Hallowed Ground -354 R Halls of Mist -30 C Heal -130 R Hecatomb -320 U Hematite Talisman -31 U Hipparion -131 C Hoar Shade -248 R Hot Springs -132 C Howl from Beyond -249 U Hurricane -133 U Hyalopterous Lemure -72 C Hydroblast -295 U Hymn of Rebirth -321 R Ice Cauldron -355 U Ice Floe -73 U Iceberg -134 U Icequake -322 U Icy Manipulator -74 R Icy Prison -75 C Illusionary Forces -76 R Illusionary Presence -77 U Illusionary Terrain -78 C Illusionary Wall -79 R Illusions of Grandeur -193 C Imposing Visage -194 C Incinerate -135 R Infernal Darkness -136 R Infernal Denizen -323 R Infinite Hourglass -80 C Infuse -368 L Island -369 L Island -370 L Island -324 R Jester's Cap -325 R Jester's Mask -326 U Jeweled Amulet -250 U Johtull Wurm -195 R Jokulhaups -251 C Juniper Order Druid -32 U Justice -356 R Karplusan Forest -196 U Karplusan Giant -197 R Karplusan Yeti -33 C Kelsinko Ranger -137 C Kjeldoran Dead -34 U Kjeldoran Elite Guard -296 U Kjeldoran Frostbeast -35 C Kjeldoran Guard -36 R Kjeldoran Knight -37 R Kjeldoran Phalanx -38 R Kjeldoran Royal Guard -39 U Kjeldoran Skycaptain -40 C Kjeldoran Skyknight -41 C Kjeldoran Warrior -138 U Knight of Stromgald -139 U Krovikan Elementalist -140 C Krovikan Fetish -81 C Krovikan Sorcerer -141 U Krovikan Vampire -357 R Land Cap -327 U Lapis Lazuli Talisman -198 C Lava Burst -358 R Lava Tubes -142 C Legions of Lim-Dul -143 U Leshrac's Rite -144 U Leshrac's Sigil -252 R Lhurgoyf -42 R Lightning Blow -145 C Lim-Dul's Cohort -146 U Lim-Dul's Hex -43 R Lost Order of Jarkeld -253 U Lure -254 U Maddening Wind -82 R Magus of the Unseen -328 U Malachite Talisman -199 R Marton Stromgald -200 U Melee -201 U Melting -44 R Mercenaries -297 R Merieke Ri Berit -83 R Mesmeric Trance -202 C Meteor Shower -147 C Mind Ravel -148 U Mind Warp -149 R Mind Whip -150 R Minion of Leshrac -151 R Minion of Tevesh Szat -84 C Mistfolk -152 U Mole Worms -298 R Monsoon -153 C Moor Fiend -376 L Mountain -377 L Mountain -378 L Mountain -203 C Mountain Goat -299 R Mountain Titan -204 R Mudslide -85 R Musician -86 R Mystic Might -87 C Mystic Remora -329 U Nacre Talisman -330 R Naked Singularity -255 U Nature's Lore -154 R Necropotence -155 C Norritt -156 R Oath of Lim-Dul -331 U Onyx Talisman -205 U Orcish Cannoneers -206 C Orcish Conscripts -207 C Orcish Farmer -208 U Orcish Healer -209 R Orcish Librarian -210 C Orcish Lumberjack -211 R Orcish Squatters -45 R Order of the Sacred Torch -46 U Order of the White Shield -256 R Pale Bears -212 C Panic -332 R Pentagram of the Ages -157 C Pestilence Rats -88 U Phantasmal Mount -333 U Pit Trap -364 L Plains -365 L Plains -366 L Plains -89 R Polar Kraken -90 C Portent -91 C Power Sink -158 R Pox -47 C Prismatic Ward -257 R Pygmy Allosaurus -258 C Pyknite -213 C Pyroblast -214 U Pyroclasm -48 C Rally -92 C Ray of Command -93 C Ray of Erasure -94 R Reality Twist -300 R Reclamation -49 U Red Scarab -259 C Regeneration -260 C Rime Dryad -261 R Ritual of Subdual -359 R River Delta -334 R Runed Arch -215 C Sabretooth Tiger -50 U Sacred Boon -262 C Scaled Wurm -95 U Sea Spirit -159 C Seizures -51 R Seraph -263 C Shambling Strider -216 C Shatter -52 C Shield Bearer -335 U Shield of the Ages -96 R Shyft -97 R Sibilant Spirit -98 U Silver Erne -301 R Skeleton Ship -336 U Skull Catapult -99 U Sleight of Mind -100 C Snow Devil -337 R Snow Fortress -53 U Snow Hound -383 L Snow-Covered Forest -371 L Snow-Covered Island -379 L Snow-Covered Mountain -367 L Snow-Covered Plains -372 L Snow-Covered Swamp -264 R Snowblind -101 C Snowfall -338 R Soldevi Golem -102 U Soldevi Machinist -339 U Soldevi Simulacrum -160 C Songs of the Damned -103 U Soul Barrier -161 C Soul Burn -162 C Soul Kiss -302 U Spectral Shield -163 R Spoils of Evil -164 R Spoils of War -340 R Staff of the Ages -265 R Stampede -165 U Stench of Evil -217 C Stone Rain -218 U Stone Spirit -219 C Stonehands -303 R Storm Spirit -304 R Stormbind -166 R Stromgald Cabal -266 R Stunted Growth -360 R Sulfurous Springs -341 U Sunstone -373 L Swamp -374 L Swamp -375 L Swamp -54 U Swords to Plowshares -267 C Tarpan -268 U Thermokarst -269 U Thoughtleech -104 U Thunder Wall -361 R Timberline Ridge -342 R Time Bomb -270 C Tinder Wall -220 C Tor Giant -221 R Total War -167 C Touch of Death -271 U Touch of Vitae -272 R Trailblazer -362 R Underground River -105 U Updraft -343 U Urza's Bauble -363 R Veldt -273 U Venomous Breath -222 U Vertigo -344 R Vexing Arcanix -345 R Vibrating Sphere -346 U Walking Wall -223 U Wall of Lava -274 U Wall of Pine Needles -347 U Wall of Shields -348 U War Chariot -55 C Warning -349 U Whalebone Glider -56 U White Scarab -275 U Whiteout -276 R Wiitigo -277 C Wild Growth -106 U Wind Spirit -305 U Wings of Aesthir -107 R Winter's Chill -168 U Withering Wisps -278 C Woolly Mammoths -279 C Woolly Spider -224 U Word of Blasting -108 C Word of Undoing -109 R Wrath of Marit Lage -280 U Yavimaya Gnats -110 R Zur's Weirding -111 C Zuran Enchanter -350 U Zuran Orb -112 C Zuran Spellcaster +113 U Abyssal Specter @Ruth Thompson +306 U Adarkar Sentinel @Melissa A. Benson +1 C Adarkar Unicorn @Quinton Hoover +351 R Adarkar Wastes @Mike Raabe +307 R Aegis of the Meek @Allen Williams +169 U Aggression @Rick Emond +281 R Altar of Bone @Melissa A. Benson +308 R Amulet of Quoz @Dan Frazier +170 U Anarchy @Phil Foglio +2 C Arctic Foxes @Mark Poole +309 U Arcum's Sleigh @Tom Wänerstrand +310 U Arcum's Weathervane @Tom Wänerstrand +311 U Arcum's Whistle @Quinton Hoover +3 C Arenson's Aura @Nicola Leonard +4 C Armor of Faith @Anson Maddocks +57 C Arnjlot's Ascent @Drew Tucker +114 U Ashen Ghoul @Ron Spencer +225 C Aurochs @Ken Meyer, Jr. +171 U Avalanche @Brian Snõddy +172 C Balduvian Barbarians @Mark Poole +226 C Balduvian Bears @Quinton Hoover +58 U Balduvian Conjurer @Mark Tedin +173 R Balduvian Hydra @Melissa A. Benson +59 C Balduvian Shaman @Quinton Hoover +174 C Barbarian Guides @Richard Thomas +312 C Barbed Sextant @Amy Weber +313 U Baton of Morale @Douglas Shuler +5 U Battle Cry @Douglas Shuler +175 C Battle Frenzy @Brian Snõddy +60 U Binding Grasp @Ruth Thompson +6 U Black Scarab @Kaja Foglio +7 C Blessed Wine @Kaja Foglio +8 R Blinking Spirit @Allen Williams +227 R Blizzard @Anson Maddocks +9 U Blue Scarab @Amy Weber +176 C Bone Shaman @Anson Maddocks +61 C Brainstorm @Christopher Rush +177 R Brand of Ill Omen @Rob Alexander +62 U Breath of Dreams @Phil Foglio +115 C Brine Shaman @Cornelius Brudi +228 C Brown Ouphe @Daniel Gelon +352 R Brushland @Bryon Wackwitz +116 C Burnt Offering @Daniel Gelon +10 R Call to Arms @Randy Gallegos +11 R Caribou Range @Ruth Thompson +314 R Celestial Sword @Amy Weber +282 U Centaur Archer @Melissa A. Benson +178 R Chaos Lord @Brian Snõddy +179 R Chaos Moon @Drew Tucker +283 R Chromatic Armor @Mark Poole +229 C Chub Toad @Daniel Gelon +12 C Circle of Protection: Black @Sandra Everingham +13 C Circle of Protection: Blue @Pete Venters +14 C Circle of Protection: Green @Sandra Everingham +15 C Circle of Protection: Red @Pete Venters +16 C Circle of Protection: White @Sandra Everingham +63 C Clairvoyance @Ken Meyer, Jr. +117 C Cloak of Confusion @Margaret Organ-Kean +17 U Cold Snap @Randy Gallegos +180 U Conquer @Randy Gallegos +18 C Cooperation @Phil Foglio +64 C Counterspell @Allen Williams +315 R Crown of the Ages @Dan Frazier +181 R Curse of Marit Lage @Amy Weber +118 U Dance of the Dead @Randy Gallegos +119 C Dark Banishing @Drew Tucker +120 C Dark Ritual @Justin Hampton +19 C Death Ward @Harold McNeill +65 R Deflection @Mike Raabe +121 U Demonic Consultation @Rob Alexander +316 R Despotic Scepter @Richard Thomas +284 U Diabolic Vision @Anthony S. Waters +230 C Dire Wolves @Ron Spencer +20 C Disenchant @Brian Snõddy +122 R Dread Wight @Daniel Gelon +66 U Dreams of the Dead @Heather Hudson +123 U Drift of the Dead @Brian Snõddy +21 U Drought @NéNé Thomas +182 R Dwarven Armory @Richard Thomas +285 R Earthlink @Richard Kane Ferguson +231 C Earthlore @Drew Tucker +232 R Elder Druid @Richard Kane Ferguson +286 R Elemental Augury @Anthony S. Waters +317 R Elkin Bottle @Quinton Hoover +22 C Elvish Healer @Rick Emond +23 R Enduring Renewal @Harold McNeill +24 R Energy Storm @Sandra Everingham +67 C Enervate @Allen Williams +68 C Errant Minion @Harold McNeill +183 C Errantry @Allen Williams +233 C Essence Filter @Rick Emond +69 C Essence Flare @Richard Kane Ferguson +287 U Essence Vortex @Margaret Organ-Kean +234 U Fanatical Fever @Julie Baroh +124 C Fear @Rick Emond +288 R Fiery Justice @Melissa A. Benson +289 U Fire Covenant @Dan Frazier +184 U Flame Spirit @Justin Hampton +185 C Flare @Drew Tucker +290 R Flooded Woodlands @Kaja Foglio +125 R Flow of Maggots @Ron Spencer +235 C Folk of the Pines @NéNé Thomas & Catherine Buck +236 R Forbidden Lore @Christopher Rush +70 U Force Void @Mark Tedin +380 L Forest @Pat Morrissey +381 L Forest @Pat Morrissey +382 L Forest @Pat Morrissey +237 U Forgotten Lore @Harold McNeill +25 R Formation @Ken Meyer, Jr. +126 C Foul Familiar @Anson Maddocks +238 C Foxfire @Margaret Organ-Kean +239 U Freyalise Supplicant @Liz Danforth & Douglas Shuler +240 U Freyalise's Charm @Margaret Organ-Kean +241 R Freyalise's Winds @Mark Tedin +291 U Fumarole @Drew Tucker +26 C Fylgja @Edward P. Beard, Jr. +318 U Fyndhorn Bow @Rob Alexander +242 C Fyndhorn Brownie @Richard Thomas +243 U Fyndhorn Elder @Christopher Rush +244 C Fyndhorn Elves @Justin Hampton +245 R Fyndhorn Pollen @Phil Foglio +186 R Game of Chaos @Drew Tucker +127 C Gangrenous Zombies @Brian Snõddy +128 C Gaze of Pain @Anson Maddocks +27 R General Jarkeld @Richard Thomas +292 R Ghostly Flame @Randy Gallegos +246 C Giant Growth @Allen Williams +293 U Giant Trap Door Spider @Heather Hudson +353 U Glacial Chasm @Liz Danforth +187 R Glacial Crevasses @Mike Raabe +71 U Glacial Wall @Dameon Willich +294 R Glaciers @Mark Tedin +319 R Goblin Lyre @Mike Kimble +188 U Goblin Mutant @Daniel Gelon +189 C Goblin Sappers @Jeff A. Menges +190 C Goblin Ski Patrol @Mark Poole +191 U Goblin Snowman @Daniel Gelon +247 C Gorilla Pack @Anthony S. Waters +129 R Gravebind @Drew Tucker +28 U Green Scarab @Nicola Leonard +192 C Grizzled Wolverine @Cornelius Brudi +29 U Hallowed Ground @Douglas Shuler +354 R Halls of Mist @Mark Poole +30 C Heal @Mark Tedin +130 R Hecatomb @NéNé Thomas +320 U Hematite Talisman @Allen Williams +31 U Hipparion @Dameon Willich +131 C Hoar Shade @Richard Thomas +248 R Hot Springs @Nicola Leonard +132 C Howl from Beyond @Mark Poole +249 U Hurricane @Cornelius Brudi +133 U Hyalopterous Lemure @Richard Thomas +72 C Hydroblast @Kaja Foglio +295 U Hymn of Rebirth @Richard Kane Ferguson +321 R Ice Cauldron @Dan Frazier +355 U Ice Floe @Jeff A. Menges +73 U Iceberg @Jeff A. Menges +134 U Icequake @Richard Kane Ferguson +322 U Icy Manipulator @Amy Weber +74 R Icy Prison @Anson Maddocks +75 C Illusionary Forces @Justin Hampton +76 R Illusionary Presence @Kaja Foglio +77 U Illusionary Terrain @Rob Alexander +78 C Illusionary Wall @Mark Poole +79 R Illusions of Grandeur @Quinton Hoover +193 C Imposing Visage @Phil Foglio +194 C Incinerate @Mark Poole +135 R Infernal Darkness @Phil Foglio +136 R Infernal Denizen @Drew Tucker +323 R Infinite Hourglass @Harold McNeill +80 C Infuse @Randy Gallegos +368 L Island @Anson Maddocks +369 L Island @Anson Maddocks +370 L Island @Anson Maddocks +324 R Jester's Cap @Dan Frazier +325 R Jester's Mask @Dan Frazier +326 U Jeweled Amulet @Dan Frazier +250 U Johtull Wurm @Daniel Gelon +195 R Jokulhaups @Richard Thomas +251 C Juniper Order Druid @Jeff A. Menges +32 U Justice @Ruth Thompson +356 R Karplusan Forest @Nicola Leonard +196 U Karplusan Giant @Daniel Gelon +197 R Karplusan Yeti @Quinton Hoover +33 C Kelsinko Ranger @Mark Poole +137 C Kjeldoran Dead @Melissa A. Benson +34 U Kjeldoran Elite Guard @Melissa A. Benson +296 U Kjeldoran Frostbeast @Mark Poole +35 C Kjeldoran Guard @Anthony S. Waters +36 R Kjeldoran Knight @Ron Spencer +37 R Kjeldoran Phalanx @Richard Kane Ferguson +38 R Kjeldoran Royal Guard @Allen Williams +39 U Kjeldoran Skycaptain @Mark Poole +40 C Kjeldoran Skyknight @Mark Poole +41 C Kjeldoran Warrior @Mark Poole +138 U Knight of Stromgald @Mark Poole +139 U Krovikan Elementalist @Douglas Shuler +140 C Krovikan Fetish @Heather Hudson +81 C Krovikan Sorcerer @Pat Morrissey +141 U Krovikan Vampire @Quinton Hoover +357 R Land Cap @Allen Williams +327 U Lapis Lazuli Talisman @Amy Weber +198 C Lava Burst @Tom Wänerstrand +358 R Lava Tubes @Bryon Wackwitz +142 C Legions of Lim-Dul @Anson Maddocks +143 U Leshrac's Rite @Richard Thomas +144 U Leshrac's Sigil @Drew Tucker +252 R Lhurgoyf @Pete Venters +42 R Lightning Blow @Harold McNeill +145 C Lim-Dul's Cohort @Douglas Shuler +146 U Lim-Dul's Hex @Liz Danforth +43 R Lost Order of Jarkeld @Andi Rusu +253 U Lure @Phil Foglio +254 U Maddening Wind @Dameon Willich +82 R Magus of the Unseen @Kaja Foglio +328 U Malachite Talisman @Christopher Rush +199 R Marton Stromgald @Mark Poole +200 U Melee @Dameon Willich +201 U Melting @Randy Gallegos +44 R Mercenaries @Cornelius Brudi +297 R Merieke Ri Berit @Heather Hudson +83 R Mesmeric Trance @Dan Frazier +202 C Meteor Shower @Rick Emond +147 C Mind Ravel @Mark Tedin +148 U Mind Warp @Liz Danforth +149 R Mind Whip @Drew Tucker +150 R Minion of Leshrac @Allen Williams +151 R Minion of Tevesh Szat @Julie Baroh +84 C Mistfolk @Quinton Hoover +152 U Mole Worms @Daniel Gelon +298 R Monsoon @NéNé Thomas +153 C Moor Fiend @Anson Maddocks +376 L Mountain @Tom Wänerstrand +377 L Mountain @Tom Wänerstrand +378 L Mountain @Tom Wänerstrand +203 C Mountain Goat @Cornelius Brudi +299 R Mountain Titan @Melissa A. Benson +204 R Mudslide @Brian Snõddy +85 R Musician @Drew Tucker +86 R Mystic Might @Nicola Leonard +87 C Mystic Remora @Ken Meyer, Jr. +329 U Nacre Talisman @Mark Tedin +330 R Naked Singularity @Mark Tedin +255 U Nature's Lore @Rick Emond +154 R Necropotence @Mark Tedin +155 C Norritt @Mike Raabe +156 R Oath of Lim-Dul @Douglas Shuler +331 U Onyx Talisman @Sandra Everingham +205 U Orcish Cannoneers @Dan Frazier +206 C Orcish Conscripts @Douglas Shuler +207 C Orcish Farmer @Dan Frazier +208 U Orcish Healer @Quinton Hoover +209 R Orcish Librarian @Phil Foglio +210 C Orcish Lumberjack @Dan Frazier +211 R Orcish Squatters @Richard Kane Ferguson +45 R Order of the Sacred Torch @Ruth Thompson +46 U Order of the White Shield @Ruth Thompson +256 R Pale Bears @Anthony S. Waters +212 C Panic @Mike Kimble +332 R Pentagram of the Ages @Douglas Shuler +157 C Pestilence Rats @Jeff A. Menges +88 U Phantasmal Mount @Melissa A. Benson +333 U Pit Trap @Anson Maddocks +364 L Plains @Christopher Rush +365 L Plains @Christopher Rush +366 L Plains @Christopher Rush +89 R Polar Kraken @Mark Tedin +90 C Portent @Liz Danforth +91 C Power Sink @Mark Poole +158 R Pox @Cornelius Brudi +47 C Prismatic Ward @Allen Williams +257 R Pygmy Allosaurus @Anson Maddocks +258 C Pyknite @Edward P. Beard, Jr. +213 C Pyroblast @Kaja Foglio +214 U Pyroclasm @Pat Morrissey +48 C Rally @Heather Hudson +92 C Ray of Command @Harold McNeill +93 C Ray of Erasure @Mike Raabe +94 R Reality Twist @James Ernest +300 R Reclamation @Dameon Willich +49 U Red Scarab @Sandra Everingham +259 C Regeneration @Justin Hampton +260 C Rime Dryad @Heather Hudson +261 R Ritual of Subdual @Justin Hampton +359 R River Delta @Sandra Everingham +334 R Runed Arch @Phil Foglio +215 C Sabretooth Tiger @Melissa A. Benson +50 U Sacred Boon @Mike Raabe +262 C Scaled Wurm @Daniel Gelon +95 U Sea Spirit @Rob Alexander +159 C Seizures @Julie Baroh +51 R Seraph @Christopher Rush +263 C Shambling Strider @Douglas Shuler +216 C Shatter @Bryon Wackwitz +52 C Shield Bearer @Dan Frazier +335 U Shield of the Ages @Anson Maddocks +96 R Shyft @Richard Thomas +97 R Sibilant Spirit @Ron Spencer +98 U Silver Erne @Melissa A. Benson +301 R Skeleton Ship @Amy Weber & Tom Wänerstrand +336 U Skull Catapult @Bryon Wackwitz +99 U Sleight of Mind @Nicola Leonard +100 C Snow Devil @Ken Meyer, Jr. +337 R Snow Fortress @Jeff A. Menges +53 U Snow Hound @Pat Morrissey +383 L Snow-Covered Forest @Pat Morrissey +371 L Snow-Covered Island @Anson Maddocks +379 L Snow-Covered Mountain @Tom Wänerstrand +367 L Snow-Covered Plains @Christopher Rush +372 L Snow-Covered Swamp @Douglas Shuler +264 R Snowblind @Douglas Shuler +101 C Snowfall @Phil Foglio +338 R Soldevi Golem @Anson Maddocks +102 U Soldevi Machinist @Jeff A. Menges +339 U Soldevi Simulacrum @Dan Frazier +160 C Songs of the Damned @Pete Venters +103 U Soul Barrier @Harold McNeill +161 C Soul Burn @Rob Alexander +162 C Soul Kiss @Nicola Leonard +302 U Spectral Shield @Margaret Organ-Kean +163 R Spoils of Evil @Quinton Hoover +164 R Spoils of War @Pete Venters +340 R Staff of the Ages @Daniel Gelon +265 R Stampede @Jeff A. Menges +165 U Stench of Evil @Mark Tedin +217 C Stone Rain @Kaja Foglio +218 U Stone Spirit @Jeff A. Menges +219 C Stonehands @Dan Frazier +303 R Storm Spirit @Pete Venters +304 R Stormbind @NéNé Thomas & Phillip Mosness +166 R Stromgald Cabal @Anson Maddocks +266 R Stunted Growth @NéNé Thomas +360 R Sulfurous Springs @Phil Foglio +341 U Sunstone @Phil Foglio +373 L Swamp @Douglas Shuler +374 L Swamp @Douglas Shuler +375 L Swamp @Douglas Shuler +54 U Swords to Plowshares @Kaja Foglio +267 C Tarpan @Margaret Organ-Kean +268 U Thermokarst @Ken Meyer, Jr. +269 U Thoughtleech @Mark Tedin +104 U Thunder Wall @Richard Thomas +361 R Timberline Ridge @Jeff A. Menges +342 R Time Bomb @Amy Weber +270 C Tinder Wall @Rick Emond +220 C Tor Giant @Douglas Shuler +221 R Total War @Drew Tucker +167 C Touch of Death @Melissa A. Benson +271 U Touch of Vitae @Allen Williams +272 R Trailblazer @Julie Baroh +362 R Underground River @NéNé Thomas +105 U Updraft @Allen Williams +343 U Urza's Bauble @Christopher Rush +363 R Veldt @Bryon Wackwitz +273 U Venomous Breath @Allen Williams +222 U Vertigo @Drew Tucker +344 R Vexing Arcanix @Randy Gallegos +345 R Vibrating Sphere @Richard Thomas +346 U Walking Wall @Anthony S. Waters +223 U Wall of Lava @Pete Venters +274 U Wall of Pine Needles @Brian Snõddy +347 U Wall of Shields @Randy Gallegos +348 U War Chariot @Dameon Willich +55 C Warning @Pat Morrissey +349 U Whalebone Glider @Amy Weber +56 U White Scarab @Phil Foglio +275 U Whiteout @NéNé Thomas +276 R Wiitigo @Melissa A. Benson +277 C Wild Growth @Mike Raabe +106 U Wind Spirit @Kaja Foglio +305 U Wings of Aesthir @Edward P. Beard, Jr. +107 R Winter's Chill @Edward P. Beard, Jr. +168 U Withering Wisps @NéNé Thomas +278 C Woolly Mammoths @Dan Frazier +279 C Woolly Spider @Daniel Gelon +224 U Word of Blasting @Ken Meyer, Jr. +108 C Word of Undoing @Christopher Rush +109 R Wrath of Marit Lage @Mike Raabe +280 U Yavimaya Gnats @Dan Frazier +110 R Zur's Weirding @Liz Danforth +111 C Zuran Enchanter @Douglas Shuler +350 U Zuran Orb @Sandra Everingham +112 C Zuran Spellcaster @Edward P. Beard, Jr. [tokens] w_0_1_caribou diff --git a/forge-gui/res/editions/Iconic Masters.txt b/forge-gui/res/editions/Iconic Masters.txt index fb0c18ad16b..eafdfc01f9e 100644 --- a/forge-gui/res/editions/Iconic Masters.txt +++ b/forge-gui/res/editions/Iconic Masters.txt @@ -11,255 +11,255 @@ ChaosDraftThemes=MASTERS_SET ScryfallCode=IMA [cards] -1 C Scion of Ugin -2 U Abzan Battle Priest -3 U Abzan Falconer -4 C Ainok Bond-Kin -5 U Ajani's Pridemate -6 C Angel of Mercy -7 U Angelic Accord -8 M Archangel of Thune -9 R Auriok Champion -10 R Austere Command -11 M Avacyn, Angel of Hope -12 C Benevolent Ancestor -13 C Blinding Mage -14 U Burrenton Forge-Tender -15 C Disenchant -16 C Doomed Traveler -17 C Dragon Bell Monk -18 M Elesh Norn, Grand Cenobite -19 C Emerge Unscathed -20 R Emeria Angel -21 U Great Teacher's Decree -22 C Guard Duty -23 C Guided Strike -24 C Infantry Veteran -25 C Iona's Judgment -26 R Path of Bravery -27 C Pentarch Ward -28 R Restoration Angel -29 C Seeker of the Way -30 U Serra Angel -31 R Serra Ascendant -32 C Stalwart Aven -33 C Student of Ojutai -34 C Survival Cache -35 C Sustainer of the Realm -36 U Swords to Plowshares -37 U Topan Freeblade -38 U Wing Shards -39 R Yosei, the Morning Star -40 U Aetherize -41 C Amass the Components -42 R Ancestral Vision -43 C Bewilder -44 U Cephalid Broker -45 C Claustrophobia -46 U Condescend -47 M Consecrated Sphinx -48 R Cryptic Command -49 R Day of the Dragons -50 C Diminish -51 C Dissolve -52 U Distortion Strike -53 C Doorkeeper -54 C Elusive Spellfist -55 R Flusterstorm -56 U Fog Bank -57 C Frost Lynx -58 U Illusory Ambusher -59 U Illusory Angel -60 C Jace's Phantasm -61 C Jhessian Thief -62 M Jin-Gitaxias, Core Augur -63 R Keiga, the Tide Star -64 U Mahamoti Djinn -65 M Mana Drain -66 C Mana Leak -67 C Mnemonic Wall -68 C Ojutai's Breath -69 C Phantom Monster -70 C Repeal -71 C Riverwheel Aerialists -72 C Shriekgeist -73 U Skywise Teachings -74 R Sphinx of Uthuun -75 R Teferi, Mage of Zhalfir -76 C Thought Scour -77 U Windfall -78 R Abyssal Persecutor -79 C Bala Ged Scorpion -80 C Balustrade Spy -81 U Bladewing's Thrall -82 R Bloodghast -83 U Bogbrew Witch -84 C Butcher's Glee -85 C Child of Night -86 C Dead Reveler -87 U Doom Blade -88 C Duress -89 C Eternal Thirst -90 C Festering Newt -91 C Foul-Tongue Invocation -92 C Grisly Spectacle -93 U Haunting Hymn -94 U Indulgent Tormentor -95 R Kokusho, the Evening Star -96 R Lord of the Pit -97 U Mer-Ek Nightblade -98 M Necropotence -99 R Night of Souls' Betrayal -100 U Noxious Dragon -101 M Ob Nixilis, the Fallen -102 C Phyrexian Rager -103 C Rakdos Drake -104 C Reave Soul -105 C Rotfeaster Maggot -106 R Rune-Scarred Demon -107 U Sanguine Bond -108 M Sheoldred, Whispering One -109 U Tavern Swindler -110 R Thoughtseize -111 C Thrill-Kill Assassin -112 U Ulcerate -113 C Virulent Swipe -114 C Wight of Precinct Six -115 C Wrench Mind -116 R Anger of the Gods -117 C Battle-Rattle Shaman -118 R Bogardan Hellkite -119 C Borderland Marauder -120 R Charmbreaker Devils -121 U Coordinated Assault -122 R Crucible of Fire -123 C Draconic Roar -124 C Dragon Egg -125 U Dragon Tempest -126 C Dragonlord's Servant -127 C Earth Elemental -128 U Fireball -129 C Furnace Whelp -130 C Fury Charm -131 U Guttersnipe -132 C Hammerhand -133 C Heat Ray -134 U Hoarding Dragon -135 C Keldon Halberdier -136 M Kiki-Jiki, Mirror Breaker -137 C Kiln Fiend -138 R Magus of the Moon -139 C Mark of Mutiny -140 U Monastery Swiftspear -141 C Pillar of Flame -142 U Prodigal Pyromancer -143 U Rift Bolt -144 R Ryusei, the Falling Star -145 R Scourge of Valkas -146 C Splatter Thug -147 U Staggershock -148 U Surreal Memoir -149 M Thundermaw Hellkite -150 C Tormenting Voice -151 C Trumpet Blast -152 M Urabrask the Hidden -153 C Vent Sentinel -154 C Aerial Predation -155 U Assault Formation -156 U Carven Caryatid -157 M Channel -158 C Crowned Ceratok -159 R Curse of Predation -160 C Durkwood Baloth -161 C Duskdale Wurm -162 U Enlarge -163 R Genesis Hydra -164 R Genesis Wave -165 C Greater Basilisk -166 U Heroes' Bane -167 C Hunt the Weak -168 U Hunting Pack -169 U Inspiring Call -170 C Ivy Elemental -171 C Jaddi Offshoot -172 R Jugan, the Rising Star -173 C Lead the Stampede -174 R Lotus Cobra -175 U Lure -176 C Nantuko Shaman -177 C Nature's Claim -178 C Netcaster Spider -179 R Obstinate Baloth -180 U Overgrown Battlement -181 C Phantom Tiger -182 C Prey's Vengeance -183 M Primeval Titan -184 R Rampaging Baloths -185 C Search for Tomorrow -186 U Sultai Flayer -187 C Timberland Guide -188 U Undercity Troll -189 M Vorinclex, Voice of Hunger -190 C Wall of Roots -191 C Wildsize -192 U Azorius Charm -193 U Bladewing the Risen -194 U Blizzard Specter -195 R Blood Baron of Vizkopa -196 U Chronicler of Heroes -197 U Corpsejack Menace -198 U Electrolyze -199 R Firemane Angel -200 R Glimpse the Unthinkable -201 R Hypersonic Dragon -202 U Jungle Barrier -203 R Knight of the Reliquary -204 U Lightning Helix -205 R Malfegor -206 U Rosheen Meanderer -207 R Savageborn Hydra -208 R Simic Sky Swallower -209 R Spiritmonger -210 R Supreme Verdict -211 U Vizkopa Guildmage -212 R Aether Vial -213 U Bubbling Cauldron -214 C Darksteel Axe -215 U Dragonloft Idol -216 C Guardian Idol -217 U Kolaghan Monument -218 C Manakin -219 C Mind Stone -220 U Mindcrank -221 U Mishra's Bauble -222 C Moonglove Extract -223 R Oblivion Stone -224 U Palladium Myr -225 U Pristine Talisman -226 C Runed Servitor -227 U Sandstone Oracle -228 R Serum Powder -229 C Star Compass -230 U Thran Dynamo -231 U Trepanation Blade -232 U Azorius Chancery -233 U Boros Garrison -234 U Dimir Aqueduct -235 C Evolving Wilds -236 U Golgari Rot Farm -237 R Graven Cairns -238 R Grove of the Burnwillows -239 U Gruul Turf -240 R Horizon Canopy -241 U Izzet Boilerworks -242 R Nimbus Maze -243 U Orzhov Basilica -244 C Radiant Fountain -245 U Rakdos Carnarium -246 R River of Tears -247 U Selesnya Sanctuary -248 C Shimmering Grotto -249 U Simic Growth Chamber +1 C Scion of Ugin @Cliff Childs +2 U Abzan Battle Priest @Chris Rahn +3 U Abzan Falconer @Steven Belledin +4 C Ainok Bond-Kin @Chris Rahn +5 U Ajani's Pridemate @Svetlin Velinov +6 C Angel of Mercy @Volkan Baǵa +7 U Angelic Accord @Michael C. Hayes +8 M Archangel of Thune @James Ryman +9 R Auriok Champion @Eric Deschamps +10 R Austere Command @Anna Steinbauer +11 M Avacyn, Angel of Hope @Jason Chan +12 C Benevolent Ancestor @Nick Percival +13 C Blinding Mage @Eric Deschamps +14 U Burrenton Forge-Tender @Chuck Lukacs +15 C Disenchant @Donato Giancola +16 C Doomed Traveler @Lars Grant-West +17 C Dragon Bell Monk @Lius Lasahido +18 M Elesh Norn, Grand Cenobite @Igor Kieryluk +19 C Emerge Unscathed @Steve Argyle +20 R Emeria Angel @Jim Murray +21 U Great Teacher's Decree @Zoltan Boros +22 C Guard Duty @Karl Kopinski +23 C Guided Strike @Dave Dorman +24 C Infantry Veteran @Zoltan Boros +25 C Iona's Judgment @Mike Bierek +26 R Path of Bravery @Chris Rahn +27 C Pentarch Ward @Dany Orizio +28 R Restoration Angel @Wesley Burt +29 C Seeker of the Way @Craig J Spearing +30 U Serra Angel @Greg Staples +31 R Serra Ascendant @Howard Lyon +32 C Stalwart Aven @Scott Murphy +33 C Student of Ojutai @Jason A. Engle +34 C Survival Cache @Scott Chou +35 C Sustainer of the Realm @Mark Zug +36 U Swords to Plowshares @Terese Nielsen +37 U Topan Freeblade @Johannes Voss +38 U Wing Shards @Daren Bader +39 R Yosei, the Morning Star @Chris Rahn +40 U Aetherize @Ryan Barger +41 C Amass the Components @Matt Stewart +42 R Ancestral Vision @John Avon +43 C Bewilder @Ralph Horsley +44 U Cephalid Broker @Dave Dorman +45 C Claustrophobia @Ryan Pancoast +46 U Condescend @Kieran Yanner +47 M Consecrated Sphinx @Mark Zug +48 R Cryptic Command @Jason Rainville +49 R Day of the Dragons @Matthew D. Wilson +50 C Diminish @Eric Deschamps +51 C Dissolve @Wesley Burt +52 U Distortion Strike @Goran Josic +53 C Doorkeeper @Kev Walker +54 C Elusive Spellfist @Viktor Titov +55 R Flusterstorm @Erica Yang +56 U Fog Bank @Howard Lyon +57 C Frost Lynx @Izzy +58 U Illusory Ambusher @Steve Argyle +59 U Illusory Angel @Allen Williams +60 C Jace's Phantasm @Johann Bodin +61 C Jhessian Thief @Miles Johnston +62 M Jin-Gitaxias, Core Augur @Eric Deschamps +63 R Keiga, the Tide Star @Svetlin Velinov +64 U Mahamoti Djinn @Greg Staples +65 M Mana Drain @Raymond Swanland +66 C Mana Leak @Howard Lyon +67 C Mnemonic Wall @Trevor Claxton +68 C Ojutai's Breath @Kev Walker +69 C Phantom Monster @Richard Wright +70 C Repeal @Dan Scott +71 C Riverwheel Aerialists @Jack Wang +72 C Shriekgeist @Raymond Swanland +73 U Skywise Teachings @Filip Burburan +74 R Sphinx of Uthuun @Kekai Kotaki +75 R Teferi, Mage of Zhalfir @Volkan Baǵa +76 C Thought Scour @David Rapoza +77 U Windfall @Scott Murphy +78 R Abyssal Persecutor @Chippy +79 C Bala Ged Scorpion @Daarken +80 C Balustrade Spy @Jaime Jones +81 U Bladewing's Thrall @Craig J Spearing +82 R Bloodghast @Daarken +83 U Bogbrew Witch @Eric Deschamps +84 C Butcher's Glee @Jesper Ejsing +85 C Child of Night @Ash Wood +86 C Dead Reveler @David Palumbo +87 U Doom Blade @Chippy +88 C Duress @Steven Belledin +89 C Eternal Thirst @Clint Cearley +90 C Festering Newt @Eric Deschamps +91 C Foul-Tongue Invocation @Daarken +92 C Grisly Spectacle @Zoltan Boros +93 U Haunting Hymn @rk post +94 U Indulgent Tormentor @Wesley Burt +95 R Kokusho, the Evening Star @Slawomir Maniak +96 R Lord of the Pit @Chippy +97 U Mer-Ek Nightblade @Lucas Graciano +98 M Necropotence @Dave Kendall +99 R Night of Souls' Betrayal @Greg Staples +100 U Noxious Dragon @Svetlin Velinov +101 M Ob Nixilis, the Fallen @Jason Felix +102 C Phyrexian Rager @Stephan Martiniere +103 C Rakdos Drake @Karl Kopinski +104 C Reave Soul @David Palumbo +105 C Rotfeaster Maggot @Yeong-Hao Han +106 R Rune-Scarred Demon @Michael Komarck +107 U Sanguine Bond @Jaime Jones +108 M Sheoldred, Whispering One @Jana Schirmer & Johannes Voss +109 U Tavern Swindler @Cynthia Sheppard +110 R Thoughtseize @Aleksi Briclot +111 C Thrill-Kill Assassin @Tyler Jacobson +112 U Ulcerate @Johann Bodin +113 C Virulent Swipe @Raymond Swanland +114 C Wight of Precinct Six @Ryan Barger +115 C Wrench Mind @Pete Venters +116 R Anger of the Gods @Noah Bradley +117 C Battle-Rattle Shaman @Warren Mahy +118 R Bogardan Hellkite @Scott M. Fischer +119 C Borderland Marauder @Scott M. Fischer +120 R Charmbreaker Devils @Dan Scott +121 U Coordinated Assault @John Severin Brassell +122 R Crucible of Fire @Dominick Domingo +123 C Draconic Roar @Kev Walker +124 C Dragon Egg @Jack Wang +125 U Dragon Tempest @Willian Murai +126 C Dragonlord's Servant @Steve Prescott +127 C Earth Elemental @Anthony S. Waters +128 U Fireball @Dave Dorman +129 C Furnace Whelp @Shreya Shetty +130 C Fury Charm @John Avon +131 U Guttersnipe @Mathias Kollros +132 C Hammerhand @Tomasz Jedruszek +133 C Heat Ray @Austin Hsu +134 U Hoarding Dragon @Matt Cavotta +135 C Keldon Halberdier @Paolo Parente +136 M Kiki-Jiki, Mirror Breaker @Steven Belledin +137 C Kiln Fiend @Adi Granov +138 R Magus of the Moon @Franz Vohwinkel +139 C Mark of Mutiny @Mike Bierek +140 U Monastery Swiftspear @Steve Argyle +141 C Pillar of Flame @Karl Kopinski +142 U Prodigal Pyromancer @Jeremy Jarvis +143 U Rift Bolt @Daniel Ljunggren +144 R Ryusei, the Falling Star @Grzegorz Rutkowski +145 R Scourge of Valkas @Lucas Graciano +146 C Splatter Thug @Kev Walker +147 U Staggershock @Raymond Swanland +148 U Surreal Memoir @Jaime Jones +149 M Thundermaw Hellkite @Svetlin Velinov +150 C Tormenting Voice @Volkan Baǵa +151 C Trumpet Blast @Steve Prescott +152 M Urabrask the Hidden @Brad Rigney +153 C Vent Sentinel @Chris Rahn +154 C Aerial Predation @BD +155 U Assault Formation @Kieran Yanner +156 U Carven Caryatid @Jim Nelson +157 M Channel @Rebecca Guay +158 C Crowned Ceratok @Steve Prescott +159 R Curse of Predation @Jack Wang +160 C Durkwood Baloth @Dan Frazier +161 C Duskdale Wurm @Dan Dos Santos +162 U Enlarge @Michael Komarck +163 R Genesis Hydra @Peter Mohrbacher +164 R Genesis Wave @James Paick +165 C Greater Basilisk @James Ryman +166 U Heroes' Bane @Raymond Swanland +167 C Hunt the Weak @Lars Grant-West +168 U Hunting Pack @Jim Nelson +169 U Inspiring Call @Dan Scott +170 C Ivy Elemental @Ron Spencer +171 C Jaddi Offshoot @Daarken +172 R Jugan, the Rising Star @Filip Burburan +173 C Lead the Stampede @Efrem Palacios +174 R Lotus Cobra @Chippy +175 U Lure @D. Alexander Gregory +176 C Nantuko Shaman @Daren Bader +177 C Nature's Claim @Raoul Vitale +178 C Netcaster Spider @Yohann Schepacz +179 R Obstinate Baloth @Chris Rahn +180 U Overgrown Battlement @Franz Vohwinkel +181 C Phantom Tiger @Seb McKinnon +182 C Prey's Vengeance @Jesper Ejsing +183 M Primeval Titan @Aleksi Briclot +184 R Rampaging Baloths @Steve Prescott +185 C Search for Tomorrow @Randy Gallegos +186 U Sultai Flayer @Izzy +187 C Timberland Guide @Zoltan Boros +188 U Undercity Troll @Jason Felix +189 M Vorinclex, Voice of Hunger @Karl Kopinski +190 C Wall of Roots @Matt Stewart +191 C Wildsize @Jim Murray +192 U Azorius Charm @Zoltan Boros +193 U Bladewing the Risen @Seb McKinnon +194 U Blizzard Specter @Hideaki Takamura +195 R Blood Baron of Vizkopa @Anthony Palumbo +196 U Chronicler of Heroes @John Stanko +197 U Corpsejack Menace @Chris Rahn +198 U Electrolyze @Zoltan Boros & Gabor Szikszai +199 R Firemane Angel @Matt Cavotta +200 R Glimpse the Unthinkable @Brandon Kitkouski +201 R Hypersonic Dragon @Dan Scott +202 U Jungle Barrier @Christine Choi +203 R Knight of the Reliquary @Michael Komarck +204 U Lightning Helix @Raymond Swanland +205 R Malfegor @Karl Kopinski +206 U Rosheen Meanderer @Aleksi Briclot +207 R Savageborn Hydra @Raymond Swanland +208 R Simic Sky Swallower @rk post +209 R Spiritmonger @Kev Walker +210 R Supreme Verdict @Sam Burley +211 U Vizkopa Guildmage @Tyler Jacobson +212 R Aether Vial @Karl Kopinski +213 U Bubbling Cauldron @Eric Deschamps +214 C Darksteel Axe @Daniel Ljunggren +215 U Dragonloft Idol @Jung Park +216 C Guardian Idol @Igor Kieryluk +217 U Kolaghan Monument @Daniel Ljunggren +218 C Manakin @David Palumbo +219 C Mind Stone @Adam Rex +220 U Mindcrank @Chris Rahn +221 U Mishra's Bauble @Chippy +222 C Moonglove Extract @Terese Nielsen +223 R Oblivion Stone @Gabor Szikszai +224 U Palladium Myr @Alan Pollack +225 U Pristine Talisman @Matt Cavotta +226 C Runed Servitor @Mike Bierek +227 U Sandstone Oracle @Izzy +228 R Serum Powder @Matt Thompson +229 C Star Compass @Donato Giancola +230 U Thran Dynamo @Ron Spears +231 U Trepanation Blade @Daniel Ljunggren +232 U Azorius Chancery @John Avon +233 U Boros Garrison @John Avon +234 U Dimir Aqueduct @John Avon +235 C Evolving Wilds @Andreas Rocha +236 U Golgari Rot Farm @John Avon +237 R Graven Cairns @Anthony S. Waters +238 R Grove of the Burnwillows @Cliff Childs +239 U Gruul Turf @John Avon +240 R Horizon Canopy @Noah Bradley +241 U Izzet Boilerworks @John Avon +242 R Nimbus Maze @Jason Chan +243 U Orzhov Basilica @John Avon +244 C Radiant Fountain @Adam Paquette +245 U Rakdos Carnarium @John Avon +246 R River of Tears @Chris J. Anderson +247 U Selesnya Sanctuary @John Avon +248 C Shimmering Grotto @Cliff Childs +249 U Simic Growth Chamber @John Avon [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Ikoria Lair of Behemoths.txt b/forge-gui/res/editions/Ikoria Lair of Behemoths.txt index be605277088..73c7aa47200 100644 --- a/forge-gui/res/editions/Ikoria Lair of Behemoths.txt +++ b/forge-gui/res/editions/Ikoria Lair of Behemoths.txt @@ -12,403 +12,403 @@ FatPackExtraSlots=20 BasicLands, 20 BasicLands+, 1 Colossification+|IKO|3 ScryfallCode=IKO [cards] -1 C Adaptive Shimmerer -2 C Farfinder -3 C Mysterious Egg -4 C Blade Banish -5 C Checkpoint Officer -6 C Coordinated Charge -7 R Cubwarden -8 C Daysquad Marshal -9 C Divine Arrow -10 C Drannith Healer -11 R Drannith Magistrate -12 U Fight as One -13 U Flourishing Fox -14 C Garrison Cat -15 C Helica Glider -16 U Huntmaster Liger -17 C Imposing Vantasaur -18 U Keensight Mentor -19 R Lavabrink Venturer -20 C Light of Hope -21 M Luminous Broodmoth -22 U Majestic Auricorn -23 C Maned Serval -24 R Mythos of Snapdax -25 C Pacifism -26 C Patagia Tiger -27 C Perimeter Sergeant -28 U Sanctuary Lockdown -29 C Savai Sabertooth -30 C Snare Tactician -31 C Solid Footing -32 U Splendor Mare -33 C Spontaneous Flight -34 U Stormwild Capridor -35 U Swallow Whole -36 U Valiant Rescuer -37 C Vulpikeet -38 U Will of the All-Hunter -39 C Aegis Turtle -40 C Anticipate -41 U Archipelagore -42 U Avian Oddity -43 U Boon of the Wish-Giver -44 C Capture Sphere -45 C Convolute -46 C Crystacean -47 C Dreamtail Heron -48 U Escape Protocol -49 C Essence Scatter -50 C Facet Reader -51 C Frost Lynx -52 C Frostveil Ambush -53 C Glimmerbell -54 C Gust of Wind -55 C Hampering Snare -56 C Keep Safe -57 U Mystic Subdual -58 R Mythos of Illuna -59 U Neutralize -60 C Of One Mind -61 U Ominous Seas -62 C Phase Dolphin -63 U Pollywog Symbiote -64 U Pouncing Shoreshark -65 U Reconnaissance Mission -66 R Sea-Dasher Octopus -67 R Shark Typhoon -68 C Startling Development -69 C Thieving Otter -70 R Voracious Greatshark -71 C Wingfold Pteron -72 U Wingspan Mentor -73 U Bastion of Remembrance -74 C Blitz Leech -75 C Blood Curdle -76 C Boot Nipper -77 C Bushmeat Poacher -78 U Call of the Death-Dweller -79 C Cavern Whisperer -80 U Chittering Harvester -81 C Corpse Churn -82 C Dark Bargain -83 C Dead Weight -84 R Dirge Bat -85 C Durable Coilbug -86 U Duskfang Mentor -87 U Easy Prey -88 R Extinction Event -89 C Gloom Pangolin -90 U Grimdancer -91 U Heartless Act -92 R Hunted Nightmare -93 U Insatiable Hemophage -94 C Lurking Deadeye -95 C Memory Leak -96 C Mutual Destruction -97 R Mythos of Nethroi -98 C Nightsquad Commando -99 C Serrated Scorpion -100 C Suffocating Fumes -101 U Unbreakable Bond -102 C Unexpected Fangs -103 C Unlikely Aid -104 U Void Beckoner -105 C Whisper Squad -106 U Zagoth Mamba -107 C Blazing Volley -108 C Blisterspit Gremlin -109 U Blitz of the Thunder-Raptor -110 C Cathartic Reunion -111 U Clash of Titans -112 C Cloudpiercer -113 C Drannith Stinger -114 R Everquill Phoenix -115 C Ferocious Tigorilla -116 C Fire Prophecy -117 U Flame Spill -118 U Footfall Crater -119 C Forbidden Friendship -120 C Frenzied Raptor -121 U Frillscare Mentor -122 C Go for Blood -123 C Heightened Reflexes -124 C Lava Serpent -125 M Lukka, Coppercoat Outcast -126 U Momentum Rumbler -127 R Mythos of Vadrok -128 U Porcuparrot -129 C Prickly Marmoset -130 C Pyroceratops -131 C Raking Claws -132 U Reptilian Reflection -133 U Rooting Moloch -134 C Rumbling Rockslide -135 U Sanctuary Smasher -136 C Shredded Sails -137 C Spelleater Wolverine -138 C Tentative Connection -139 R Unpredictable Cyclone -140 U Weaponize the Monsters -141 R Yidaro, Wandering Monster -142 C Adventurous Impulse -143 C Almighty Brushwagg -144 U Auspicious Starrix -145 U Barrier Breach -146 C Bristling Boar -147 U Charge of the Forever-Beast -148 R Colossification -149 C Essence Symbiote -150 C Excavation Mole -151 U Exuberant Wolfbear -152 C Fertilid -153 C Flycatcher Giraffid -154 C Fully Grown -155 R Gemrazer -156 U Glowstone Recluse -157 C Greater Sandwurm -158 C Honey Mammoth -159 U Hornbash Mentor -160 C Humble Naturalist -161 U Ivy Elemental -162 R Kogla, the Titan Ape -163 U Lead the Stampede -164 U Migration Path -165 C Migratory Greathorn -166 U Monstrous Step -167 C Mosscoat Goriak -168 R Mythos of Brokkos -169 C Plummet -170 C Ram Through -171 C Sudden Spinnerets -172 C Survivors' Bond -173 C Thwart the Enemy -174 U Titanoth Rex -175 M Vivien, Monsters' Advocate -176 C Wilt -177 U Back for More -178 U Boneyard Lurker -179 M Brokkos, Apex of Forever -180 U Channeled Force -181 M Chevill, Bane of Monsters -182 R Death's Oasis -183 U Dire Tactics -184 R Eerie Ultimatum -185 R Emergent Ultimatum -186 R Frondland Felidar -187 M General Kudro of Drannith -188 U General's Enforcer -189 R Genesis Ultimatum -190 M Illuna, Apex of Wishes -191 R Inspired Ultimatum -192 M Kinnan, Bonder Prodigy -193 R Labyrinth Raptor -194 U Lore Drakkis -195 M Narset of the Ancient Way -196 U Necropanther -197 M Nethroi, Apex of Death -198 R Offspring's Revenge -199 U Parcelbeast -200 U Primal Empathy -201 R Quartzwood Crasher -202 U Regal Leosaur -203 M Rielle, the Everwise -204 R Ruinous Ultimatum -205 U Savai Thundermane -206 U Skull Prophet -207 R Skycat Sovereign -208 R Slitherwisp -209 M Snapdax, Apex of the Hunt -210 R Song of Creation -211 U Sprite Dragon -212 R Titans' Nest -213 U Trumpeting Gnarr -214 M Vadrok, Apex of Thunder -215 R Whirlwind of Thought -216 M Winota, Joiner of Forces -217 U Zenith Flare -218 U Alert Heedbonder -219 U Cunning Nightbonder -220 M Fiend Artisan -221 R Gyruda, Doom of Depths -222 R Jegantha, the Wellspring -223 U Jubilant Skybonder -224 R Kaheera, the Orphanguard -225 R Keruga, the Macrosage -226 R Lurrus of the Dream-Den -227 R Lutri, the Spellchaser -228 R Obosh, the Preypiercer -229 U Proud Wildbonder -230 U Sonorous Howlbonder -231 R Umori, the Collector -232 R Yorion, Sky Nomad -233 R Zirda, the Dawnwaker -234 R Crystalline Giant -235 U Indatha Crystal -236 U Ketria Crystal -237 R The Ozolith -238 U Raugrin Crystal -239 U Savai Crystal -240 C Sleeper Dart -241 C Springjaw Trap -242 U Zagoth Crystal -243 C Bloodfell Caves -244 C Blossoming Sands -245 R Bonders' Enclave -246 C Dismal Backwater -247 C Evolving Wilds -248 R Indatha Triome -249 C Jungle Hollow -250 R Ketria Triome -251 R Raugrin Triome -252 C Rugged Highlands -253 R Savai Triome -254 C Scoured Barrens -255 C Swiftwater Cliffs -256 C Thornwood Falls -257 C Tranquil Cove -258 C Wind-Scarred Crag -259 R Zagoth Triome -260 L Plains -261 L Plains -262 L Plains -263 L Island -264 L Island -265 L Island -266 L Swamp -267 L Swamp -268 L Swamp -269 L Mountain -270 L Mountain -271 L Mountain -272 L Forest -273 L Forest -274 L Forest +1 C Adaptive Shimmerer @Jason Felix +2 C Farfinder @Leesha Hannigan +3 C Mysterious Egg @Volkan Baǵa +4 C Blade Banish @Lie Setiawan +5 C Checkpoint Officer @Manuel Castañón +6 C Coordinated Charge @Zoltan Boros +7 R Cubwarden @Kekai Kotaki +8 C Daysquad Marshal @Micah Epstein +9 C Divine Arrow @Slawomir Maniak +10 C Drannith Healer @Scott Murphy +11 R Drannith Magistrate @Kieran Yanner +12 U Fight as One @Bryan Sola +13 U Flourishing Fox @Ilse Gort +14 C Garrison Cat @Sidharth Chaturvedi +15 C Helica Glider @Jehan Choo +16 U Huntmaster Liger @Leesha Hannigan +17 C Imposing Vantasaur @Jonathan Kuo +18 U Keensight Mentor @Yongjae Choi +19 R Lavabrink Venturer @Zoltan Boros +20 C Light of Hope @Kimonas Theodossiou +21 M Luminous Broodmoth @Lie Setiawan +22 U Majestic Auricorn @Jonathan Kuo +23 C Maned Serval @Jonathan Kuo +24 R Mythos of Snapdax @Seb McKinnon +25 C Pacifism @Kev Walker +26 C Patagia Tiger @Micah Epstein +27 C Perimeter Sergeant @Stepan Alekseev +28 U Sanctuary Lockdown @Lius Lasahido +29 C Savai Sabertooth @Ilse Gort +30 C Snare Tactician @Micah Epstein +31 C Solid Footing @Wisnu Tan +32 U Splendor Mare @Lucas Graciano +33 C Spontaneous Flight @Gabor Szikszai +34 U Stormwild Capridor @Dmitry Burmak +35 U Swallow Whole @Svetlin Velinov +36 U Valiant Rescuer @Bram Sels +37 C Vulpikeet @Leesha Hannigan +38 U Will of the All-Hunter @Viktor Titov +39 C Aegis Turtle @Milivoj Ćeran +40 C Anticipate @Kieran Yanner +41 U Archipelagore @Svetlin Velinov +42 U Avian Oddity @Simon Dominic +43 U Boon of the Wish-Giver @Chris Rahn +44 C Capture Sphere @Jakub Kasper +45 C Convolute @Jason Rainville +46 C Crystacean @Mathias Kollros +47 C Dreamtail Heron @Caio Monteiro +48 U Escape Protocol @Deruchenko Alexander +49 C Essence Scatter @Seb McKinnon +50 C Facet Reader @Matt Stewart +51 C Frost Lynx @Ilse Gort +52 C Frostveil Ambush @Johan Grenier +53 C Glimmerbell @Simon Dominic +54 C Gust of Wind @Adam Paquette +55 C Hampering Snare @Svetlin Velinov +56 C Keep Safe @Ekaterina Burmak +57 U Mystic Subdual @Filip Burburan +58 R Mythos of Illuna @Seb McKinnon +59 U Neutralize @Yongjae Choi +60 C Of One Mind @Matt Stewart +61 U Ominous Seas @Vincent Proce +62 C Phase Dolphin @Lie Setiawan +63 U Pollywog Symbiote @Simon Dominic +64 U Pouncing Shoreshark @Dan Scott +65 U Reconnaissance Mission @Johannes Voss +66 R Sea-Dasher Octopus @Chris Seaman +67 R Shark Typhoon @Caio Monteiro +68 C Startling Development @Simon Dominic +69 C Thieving Otter @Jakub Kasper +70 R Voracious Greatshark @Mathias Kollros +71 C Wingfold Pteron @Johann Bodin +72 U Wingspan Mentor @Sidharth Chaturvedi +73 U Bastion of Remembrance @Volkan Baǵa +74 C Blitz Leech @Nicholas Gregory +75 C Blood Curdle @Antonio José Manzanedo +76 C Boot Nipper @Nicholas Gregory +77 C Bushmeat Poacher @Randy Vargas +78 U Call of the Death-Dweller @Vincent Proce +79 C Cavern Whisperer @Antonio José Manzanedo +80 U Chittering Harvester @Grzegorz Rutkowski +81 C Corpse Churn @Lars Grant-West +82 C Dark Bargain @Scott Murphy +83 C Dead Weight @Kev Walker +84 R Dirge Bat @Paul Scott Canavan +85 C Durable Coilbug @Milivoj Ćeran +86 U Duskfang Mentor @Livia Prima +87 U Easy Prey @Ekaterina Burmak +88 R Extinction Event @Filip Burburan +89 C Gloom Pangolin @YW Tang +90 U Grimdancer @Randy Vargas +91 U Heartless Act @Ryan Pancoast +92 R Hunted Nightmare @Antonio José Manzanedo +93 U Insatiable Hemophage @Antonio José Manzanedo +94 C Lurking Deadeye @Livia Prima +95 C Memory Leak @Karl Kopinski +96 C Mutual Destruction @PINDURSKI +97 R Mythos of Nethroi @Seb McKinnon +98 C Nightsquad Commando @Evyn Fong +99 C Serrated Scorpion @Chris Seaman +100 C Suffocating Fumes @Anastasia Ovchinnikova +101 U Unbreakable Bond @Randy Vargas +102 C Unexpected Fangs @Jesper Ejsing +103 C Unlikely Aid @Randy Vargas +104 U Void Beckoner @Daarken +105 C Whisper Squad @Stepan Alekseev +106 U Zagoth Mamba @Yeong-Hao Han +107 C Blazing Volley @Heonhwa Choe +108 C Blisterspit Gremlin @Simon Dominic +109 U Blitz of the Thunder-Raptor @Zack Stella +110 C Cathartic Reunion @Jakub Kasper +111 U Clash of Titans @Viktor Titov +112 C Cloudpiercer @Dan Scott +113 C Drannith Stinger @Denman Rooke +114 R Everquill Phoenix @Lie Setiawan +115 C Ferocious Tigorilla @Antonio José Manzanedo +116 C Fire Prophecy @Kieran Yanner +117 U Flame Spill @Zoltan Boros +118 U Footfall Crater @Ravenna Tran +119 C Forbidden Friendship @Jakub Kasper +120 C Frenzied Raptor @Jonathan Kuo +121 U Frillscare Mentor @Jason A. Engle +122 C Go for Blood @Chris Rallis +123 C Heightened Reflexes @Caio Monteiro +124 C Lava Serpent @Jason A. Engle +125 M Lukka, Coppercoat Outcast @Chris Rallis +126 U Momentum Rumbler @Andrey Kuzinskiy +127 R Mythos of Vadrok @Seb McKinnon +128 U Porcuparrot @Chris Seaman +129 C Prickly Marmoset @Simon Dominic +130 C Pyroceratops @Jason A. Engle +131 C Raking Claws @Slawomir Maniak +132 U Reptilian Reflection @Antonio José Manzanedo +133 U Rooting Moloch @Andrey Kuzinskiy +134 C Rumbling Rockslide @Adam Paquette +135 U Sanctuary Smasher @Mathias Kollros +136 C Shredded Sails @Titus Lunter +137 C Spelleater Wolverine @Uriah Voth +138 C Tentative Connection @Kieran Yanner +139 R Unpredictable Cyclone @Noah Bradley +140 U Weaponize the Monsters @Magali Villeneuve +141 R Yidaro, Wandering Monster @Jesper Ejsing +142 C Adventurous Impulse @Victor Adame Minguez +143 C Almighty Brushwagg @Dmitry Burmak +144 U Auspicious Starrix @Lucas Graciano +145 U Barrier Breach @Mathias Kollros +146 C Bristling Boar @Zezhou Chen +147 U Charge of the Forever-Beast @Filip Burburan +148 R Colossification @Johan Grenier +149 C Essence Symbiote @Jason Felix +150 C Excavation Mole @Lars Grant-West +151 U Exuberant Wolfbear @Jesper Ejsing +152 C Fertilid @Nicholas Gregory +153 C Flycatcher Giraffid @Dan Scott +154 C Fully Grown @Dmitry Burmak +155 R Gemrazer @Svetlin Velinov +156 U Glowstone Recluse @Yeong-Hao Han +157 C Greater Sandwurm @Grzegorz Rutkowski +158 C Honey Mammoth @Lars Grant-West +159 U Hornbash Mentor @Wisnu Tan +160 C Humble Naturalist @Matt Stewart +161 U Ivy Elemental @Uriah Voth +162 R Kogla, the Titan Ape @Chris Rahn +163 U Lead the Stampede @Lius Lasahido +164 U Migration Path @Grzegorz Rutkowski +165 C Migratory Greathorn @Filip Burburan +166 U Monstrous Step @Chris Seaman +167 C Mosscoat Goriak @Dan Scott +168 R Mythos of Brokkos @Seb McKinnon +169 C Plummet @Sidharth Chaturvedi +170 C Ram Through @Zoltan Boros +171 C Sudden Spinnerets @Nicholas Gregory +172 C Survivors' Bond @Randy Vargas +173 C Thwart the Enemy @Chris Rallis +174 U Titanoth Rex @Svetlin Velinov +175 M Vivien, Monsters' Advocate @Lius Lasahido +176 C Wilt @Volkan Baǵa +177 U Back for More @Daarken +178 U Boneyard Lurker @Nils Hamm +179 M Brokkos, Apex of Forever @Filip Burburan +180 U Channeled Force @Randy Vargas +181 M Chevill, Bane of Monsters @Yongjae Choi +182 R Death's Oasis @Grzegorz Rutkowski +183 U Dire Tactics @Daarken +184 R Eerie Ultimatum @Jason A. Engle +185 R Emergent Ultimatum @Zack Stella +186 R Frondland Felidar @Steve Prescott +187 M General Kudro of Drannith @Ryan Pancoast +188 U General's Enforcer @Wisnu Tan +189 R Genesis Ultimatum @Jason Rainville +190 M Illuna, Apex of Wishes @Chris Rahn +191 R Inspired Ultimatum @Tyler Jacobson +192 M Kinnan, Bonder Prodigy @Jason Rainville +193 R Labyrinth Raptor @Daarken +194 U Lore Drakkis @Lucas Graciano +195 M Narset of the Ancient Way @Yongjae Choi +196 U Necropanther @Jason A. Engle +197 M Nethroi, Apex of Death @Slawomir Maniak +198 R Offspring's Revenge @Daarken +199 U Parcelbeast @Milivoj Ćeran +200 U Primal Empathy @Micah Epstein +201 R Quartzwood Crasher @Antonio José Manzanedo +202 U Regal Leosaur @Ilse Gort +203 M Rielle, the Everwise @Yongjae Choi +204 R Ruinous Ultimatum @Chase Stone +205 U Savai Thundermane @Svetlin Velinov +206 U Skull Prophet @Nils Hamm +207 R Skycat Sovereign @Slawomir Maniak +208 R Slitherwisp @Yigit Koroglu +209 M Snapdax, Apex of the Hunt @Viktor Titov +210 R Song of Creation @Noah Bradley +211 U Sprite Dragon @Gabor Szikszai +212 R Titans' Nest @Cliff Childs +213 U Trumpeting Gnarr @Aaron Miller +214 M Vadrok, Apex of Thunder @Zack Stella +215 R Whirlwind of Thought @Bram Sels +216 M Winota, Joiner of Forces @Magali Villeneuve +217 U Zenith Flare @Jonas De Ro +218 U Alert Heedbonder @Randy Vargas +219 U Cunning Nightbonder @Ekaterina Burmak +220 M Fiend Artisan @Yigit Koroglu +221 R Gyruda, Doom of Depths @Tyler Jacobson +222 R Jegantha, the Wellspring @Chris Rahn +223 U Jubilant Skybonder @Jesper Ejsing +224 R Kaheera, the Orphanguard @Ryan Pancoast +225 R Keruga, the Macrosage @Dan Scott +226 R Lurrus of the Dream-Den @Slawomir Maniak +227 R Lutri, the Spellchaser @Lie Setiawan +228 R Obosh, the Preypiercer @Daarken +229 U Proud Wildbonder @Dmitry Burmak +230 U Sonorous Howlbonder @Kimonas Theodossiou +231 R Umori, the Collector @Jehan Choo +232 R Yorion, Sky Nomad @Steven Belledin +233 R Zirda, the Dawnwaker @Jesper Ejsing +234 R Crystalline Giant @Jason Rainville +235 U Indatha Crystal @Raoul Vitale +236 U Ketria Crystal @Yeong-Hao Han +237 R The Ozolith @Sam Burley +238 U Raugrin Crystal @Kirsten Zirngibl +239 U Savai Crystal @Daniel Ljunggren +240 C Sleeper Dart @Sidharth Chaturvedi +241 C Springjaw Trap @Zoltan Boros +242 U Zagoth Crystal @Raoul Vitale +243 C Bloodfell Caves @Titus Lunter +244 C Blossoming Sands @Jonas De Ro +245 R Bonders' Enclave @Cliff Childs +246 C Dismal Backwater @Eytan Zana +247 C Evolving Wilds @Jonas De Ro +248 R Indatha Triome @Noah Bradley +249 C Jungle Hollow @Jonas De Ro +250 R Ketria Triome @Sam Burley +251 R Raugrin Triome @Jonas De Ro +252 C Rugged Highlands @Adam Paquette +253 R Savai Triome @Titus Lunter +254 C Scoured Barrens @Cliff Childs +255 C Swiftwater Cliffs @Adam Paquette +256 C Thornwood Falls @Adam Paquette +257 C Tranquil Cove @Jonas De Ro +258 C Wind-Scarred Crag @Titus Lunter +259 R Zagoth Triome @Eytan Zana +260 L Plains @Cliff Childs +261 L Plains @Alayna Danner +262 L Plains @Jesper Ejsing +263 L Island @Alayna Danner +264 L Island @Jesper Ejsing +265 L Island @Nick Southam +266 L Swamp @Alayna Danner +267 L Swamp @Jesper Ejsing +268 L Swamp @Svetlin Velinov +269 L Mountain @Alayna Danner +270 L Mountain @Jesper Ejsing +271 L Mountain @Adam Paquette +272 L Forest @Alayna Danner +273 L Forest @Jesper Ejsing +274 L Forest @Yeong-Hao Han [buy a box] -275 M Zilortha, Strength Incarnate +275 M Zilortha, Strength Incarnate @Antonio José Manzanedo [borderless] -276 M Lukka, Coppercoat Outcast -277 M Vivien, Monsters' Advocate -278 M Narset of the Ancient Way +276 M Lukka, Coppercoat Outcast @Kieran Yanner +277 M Vivien, Monsters' Advocate @Kev Walker +278 M Narset of the Ancient Way @Kev Walker [showcase] -279 R Cubwarden -280 U Huntmaster Liger -281 U Majestic Auricorn -282 C Vulpikeet -283 U Archipelagore -284 C Dreamtail Heron -285 U Pouncing Shoreshark -286 R Sea-Dasher Octopus -287 C Cavern Whisperer -288 U Chittering Harvester -289 R Dirge Bat -290 U Insatiable Hemophage -291 C Cloudpiercer -292 R Everquill Phoenix -293 U Porcuparrot -294 U Auspicious Starrix -295 R Gemrazer -296 U Glowstone Recluse -297 C Migratory Greathorn -298 U Boneyard Lurker -299 M Brokkos, Apex of Forever -300 M Illuna, Apex of Wishes -301 U Lore Drakkis -302 U Necropanther -303 M Nethroi, Apex of Death -304 U Parcelbeast -305 U Regal Leosaur -306 M Snapdax, Apex of the Hunt -307 U Trumpeting Gnarr -308 M Vadrok, Apex of Thunder -309 R Indatha Triome -310 R Ketria Triome -311 R Raugrin Triome -312 R Savai Triome -313 R Zagoth Triome +279 R Cubwarden @Denis Medri +280 U Huntmaster Liger @Steve Ellis +281 U Majestic Auricorn @Steve Ellis +282 C Vulpikeet @Justine Mara Andersen +283 U Archipelagore @Kev Walker +284 C Dreamtail Heron @Tomasz Jedruszek +285 U Pouncing Shoreshark @Daniel Warren Johnson +286 R Sea-Dasher Octopus @Antonio Bravo +287 C Cavern Whisperer @Steve Ellis +288 U Chittering Harvester @Carl Critchlow +289 R Dirge Bat @Kev Walker +290 U Insatiable Hemophage @Steve Ellis +291 C Cloudpiercer @Steve Ellis +292 R Everquill Phoenix @Daniel Warren Johnson +293 U Porcuparrot @Denis Medri +294 U Auspicious Starrix @Justine Mara Andersen +295 R Gemrazer @Andrew Huerta +296 U Glowstone Recluse @Denis Medri +297 C Migratory Greathorn @Kev Walker +298 U Boneyard Lurker @Carl Critchlow +299 M Brokkos, Apex of Forever @Daniel Warren Johnson +300 M Illuna, Apex of Wishes @Justine Mara Andersen +301 U Lore Drakkis @Andrew Huerta +302 U Necropanther @Kev Walker +303 M Nethroi, Apex of Death @Tomasz Jedruszek +304 U Parcelbeast @Justine Mara Andersen +305 U Regal Leosaur @Tomasz Jedruszek +306 M Snapdax, Apex of the Hunt @Andrew Huerta +307 U Trumpeting Gnarr @Justine Mara Andersen +308 M Vadrok, Apex of Thunder @Tomasz Jedruszek +309 R Indatha Triome @Robbie Trevino +310 R Ketria Triome @Robbie Trevino +311 R Raugrin Triome @Robbie Trevino +312 R Savai Triome @Robbie Trevino +313 R Zagoth Triome @Robbie Trevino [extended art] -314 R Drannith Magistrate -315 R Lavabrink Venturer -316 M Luminous Broodmoth -317 R Mythos of Snapdax -318 R Mythos of Illuna -319 R Shark Typhoon -320 R Voracious Greatshark -321 R Extinction Event -322 R Hunted Nightmare -323 R Mythos of Nethroi -324 R Mythos of Vadrok -325 R Unpredictable Cyclone -326 R Yidaro, Wandering Monster -327 R Colossification -328 R Kogla, the Titan Ape -329 R Mythos of Brokkos -330 M Chevill, Bane of Monsters -331 R Death's Oasis -332 R Eerie Ultimatum -333 R Emergent Ultimatum -334 R Frondland Felidar -335 M General Kudro of Drannith -336 R Genesis Ultimatum -337 R Inspired Ultimatum -338 M Kinnan, Bonder Prodigy -339 R Labyrinth Raptor -340 R Offspring's Revenge -341 R Quartzwood Crasher -342 M Rielle, the Everwise -343 R Ruinous Ultimatum -344 R Skycat Sovereign -345 R Slitherwisp -346 R Song of Creation -347 R Titans' Nest -348 R Whirlwind of Thought -349 M Winota, Joiner of Forces -350 M Fiend Artisan -351 R Gyruda, Doom of Depths -352 R Jegantha, the Wellspring -353 R Kaheera, the Orphanguard -354 R Keruga, the Macrosage -355 R Lurrus of the Dream-Den -356 R Lutri, the Spellchaser -357 R Obosh, the Preypiercer -358 R Umori, the Collector -359 R Yorion, Sky Nomad -360 R Zirda, the Dawnwaker -361 R Crystalline Giant -362 R The Ozolith -363 R Bonders' Enclave +314 R Drannith Magistrate @Kieran Yanner +315 R Lavabrink Venturer @Zoltan Boros +316 M Luminous Broodmoth @Lie Setiawan +317 R Mythos of Snapdax @Seb McKinnon +318 R Mythos of Illuna @Seb McKinnon +319 R Shark Typhoon @Caio Monteiro +320 R Voracious Greatshark @Mathias Kollros +321 R Extinction Event @Filip Burburan +322 R Hunted Nightmare @Antonio José Manzanedo +323 R Mythos of Nethroi @Seb McKinnon +324 R Mythos of Vadrok @Seb McKinnon +325 R Unpredictable Cyclone @Noah Bradley +326 R Yidaro, Wandering Monster @Jesper Ejsing +327 R Colossification @Johan Grenier +328 R Kogla, the Titan Ape @Chris Rahn +329 R Mythos of Brokkos @Seb McKinnon +330 M Chevill, Bane of Monsters @Yongjae Choi +331 R Death's Oasis @Grzegorz Rutkowski +332 R Eerie Ultimatum @Jason A. Engle +333 R Emergent Ultimatum @Zack Stella +334 R Frondland Felidar @Steve Prescott +335 M General Kudro of Drannith @Ryan Pancoast +336 R Genesis Ultimatum @Jason Rainville +337 R Inspired Ultimatum @Tyler Jacobson +338 M Kinnan, Bonder Prodigy @Jason Rainville +339 R Labyrinth Raptor @Daarken +340 R Offspring's Revenge @Daarken +341 R Quartzwood Crasher @Antonio José Manzanedo +342 M Rielle, the Everwise @Yongjae Choi +343 R Ruinous Ultimatum @Chase Stone +344 R Skycat Sovereign @Slawomir Maniak +345 R Slitherwisp @Yigit Koroglu +346 R Song of Creation @Noah Bradley +347 R Titans' Nest @Cliff Childs +348 R Whirlwind of Thought @Bram Sels +349 M Winota, Joiner of Forces @Magali Villeneuve +350 M Fiend Artisan @Yigit Koroglu +351 R Gyruda, Doom of Depths @Tyler Jacobson +352 R Jegantha, the Wellspring @Chris Rahn +353 R Kaheera, the Orphanguard @Ryan Pancoast +354 R Keruga, the Macrosage @Dan Scott +355 R Lurrus of the Dream-Den @Slawomir Maniak +356 R Lutri, the Spellchaser @Lie Setiawan +357 R Obosh, the Preypiercer @Daarken +358 R Umori, the Collector @Jehan Choo +359 R Yorion, Sky Nomad @Steven Belledin +360 R Zirda, the Dawnwaker @Jesper Ejsing +361 R Crystalline Giant @Jason Rainville +362 R The Ozolith @Sam Burley +363 R Bonders' Enclave @Cliff Childs [promo] -364 R Colossification -365 U Flourishing Fox -366 U Heartless Act -367 C Forbidden Friendship -368 U Migration Path -369 U Sprite Dragon -370 U Huntmaster Liger -371 M Luminous Broodmoth -372 U Pollywog Symbiote -373 U Void Beckoner -374 R Everquill Phoenix -375 R Yidaro, Wandering Monster -376 R Gemrazer -377 U Titanoth Rex -378 M Brokkos, Apex of Forever -379 M Illuna, Apex of Wishes -380 M Nethroi, Apex of Death -381 M Snapdax, Apex of the Hunt -382 U Sprite Dragon -383 M Vadrok, Apex of Thunder -384 R Gyruda, Doom of Depths -385 C Mysterious Egg -386 R Dirge Bat -387 R Crystalline Giant +364 R Colossification @Mathias Kollros +365 U Flourishing Fox @Ilse Gort +366 U Heartless Act @Ryan Pancoast +367 C Forbidden Friendship @Jakub Kasper +368 U Migration Path @Grzegorz Rutkowski +369 U Sprite Dragon @Gabor Szikszai +370 U Huntmaster Liger @Slawomir Maniak +371 M Luminous Broodmoth @Nick Southam +372 U Pollywog Symbiote @Simon Dominic +373 U Void Beckoner @Zezhou Chen +374 R Everquill Phoenix @JOZ +375 R Yidaro, Wandering Monster @Yigit Koroglu +376 R Gemrazer @Sam Rowan +377 U Titanoth Rex @Lius Lasahido +378 M Brokkos, Apex of Forever @Svetlin Velinov +379 M Illuna, Apex of Wishes @Nicholas Gregory +380 M Nethroi, Apex of Death @Torstein Nordstrand +381 M Snapdax, Apex of the Hunt @YW Tang +382 U Sprite Dragon @Simon Dominic +383 M Vadrok, Apex of Thunder @Johann Bodin +384 R Gyruda, Doom of Depths @Jesper Ejsing +385 C Mysterious Egg @ヨロイコウジ +386 R Dirge Bat @羽山晃平 +387 R Crystalline Giant @Kotakan [Lands] 10 Bloodfell Caves|IKO diff --git a/forge-gui/res/editions/Innistrad Promos.txt b/forge-gui/res/editions/Innistrad Promos.txt index 1b2d1867666..f527abbcf0f 100644 --- a/forge-gui/res/editions/Innistrad Promos.txt +++ b/forge-gui/res/editions/Innistrad Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PISD [cards] -13 R Elite Inquisitor -64 R Ludevic's Test Subject -97 U Diregraf Ghoul -140 R Devil's Play -193 R Mayor of Avabruck +13 R Elite Inquisitor @Igor Kieryluk +64★ R Ludevic's Test Subject @Karl Kopinski +97 U Diregraf Ghoul @Austin Hsu +140 R Devil's Play @Raymond Swanland +193★ R Mayor of Avabruck @Ryan Pancoast diff --git a/forge-gui/res/editions/Innistrad.txt b/forge-gui/res/editions/Innistrad.txt index e7d2e6e9d3d..4044f245cf2 100644 --- a/forge-gui/res/editions/Innistrad.txt +++ b/forge-gui/res/editions/Innistrad.txt @@ -13,270 +13,270 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=ISD [cards] -85 U Abattoir Ghoul -1 C Abbey Griffin -86 C Altar's Reap -169 C Ambush Viper -127 C Ancient Grudge -2 R Angel of Flight Alabaster -3 M Angelic Overseer -43 C Armored Skaab -87 M Army of the Damned -128 C Ashmouth Hound -170 C Avacyn's Pilgrim -4 C Avacynian Priest -44 R Back from the Brink -129 M Balefire Dragon -45 U Battleground Geist -88 U Bitterheart Witch -130 R Blasphemous Act -216 C Blazing Torch -131 C Bloodcrazed Neonate -89 R Bloodgift Demon -90 R Bloodline Keeper -5 C Bonds of Faith -171 U Boneyard Wurm -91 C Brain Weevil -172 U Bramblecrush -132 C Brimstone Volley -92 C Bump in the Night -133 U Burning Vengeance -217 U Butcher's Cleaver -46 R Cackling Counterpart -173 C Caravan Vigil -218 U Cellar Door -6 R Champion of the Parish -7 C Chapel Geist -134 R Charmbreaker Devils -47 U Civilized Scholar -48 C Claustrophobia -238 R Clifftop Retreat -8 U Cloistered Youth -219 C Cobbled Wings -93 C Corpse Lunge -174 R Creeping Renaissance -220 R Creepy Doll -135 C Crossway Vampire -49 U Curiosity -94 R Curse of Death's Hold -95 C Curse of Oblivion -136 R Curse of Stalked Prey -50 C Curse of the Bloody Tome -137 U Curse of the Nightly Hunt -138 C Curse of the Pierced Heart -175 C Darkthicket Wolf -176 R Daybreak Ranger -96 C Dead Weight -9 R Dearly Departed -51 C Delver of Secrets -221 U Demonmail Hauberk -52 C Deranged Assistant -139 U Desperate Ravings -140 R Devil's Play -97 U Diregraf Ghoul -98 U Disciple of Griselbrand -53 U Dissipate -10 R Divine Reckoning -11 C Doomed Traveler -54 C Dream Twist -12 C Elder Cathar -177 R Elder of Laurels -13 R Elite Inquisitor -99 R Endless Ranks of the Dead -178 M Essence of the Wild -212 R Evil Twin -141 R Falkenrath Marauders -100 U Falkenrath Noble -14 C Feeling of Dread -142 C Feral Ridgewolf -179 C Festerhide Boar -15 U Fiend Hunter -55 C Forbidden Alchemy -264 L Forest -264 L Forest -264 L Forest -56 C Fortress Crab -57 C Frightful Delusion -180 U Full Moon's Rise -143 C Furor of the Bitten -16 U Gallows Warden -222 U Galvanic Juggernaut -181 M Garruk Relentless -182 U Gatstaf Shepherd -239 R Gavony Township -213 M Geist of Saint Traft -17 R Geist-Honored Monk -223 U Geistcatcher's Rig -144 C Geistflame -240 U Ghost Quarter -18 C Ghostly Possession -224 C Ghoulcaller's Bell -101 C Ghoulcaller's Chant -102 C Ghoulraiser -183 C Gnaw to the Bone -58 U Grasp of Phantoms -184 C Grave Bramble -225 U Graveyard Shovel -214 M Grimgrin, Corpse-Born -226 M Grimoire of the Dead -185 C Grizzled Outcasts -103 C Gruesome Deformity -186 R Gutter Grime -187 U Hamlet Captain -145 U Hanweir Watchkeep -146 C Harvest Pyre -104 R Heartless Summoning -147 R Heretic's Punishment -241 R Hinterland Harbor -188 U Hollowhenge Scavenger -59 C Hysterical Blindness -148 C Infernal Plunge -227 U Inquisitor's Flail -149 R Instigator Gang -19 U Intangible Virtue -150 U Into the Maw of Hell -60 U Invisible Stalker -254 L Island -254 L Island -254 L Island -242 R Isolated Chapel -189 R Kessig Cagebreakers -151 C Kessig Wolf -243 R Kessig Wolf Run -190 C Kindercatch -152 R Kruin Outlaw -61 R Laboratory Maniac -62 U Lantern Spirit -105 M Liliana of the Veil -63 C Lost in the Mist -64 R Ludevic's Test Subject -191 U Lumberknot -192 U Make a Wish -65 C Makeshift Mauler -228 R Manor Gargoyle -106 C Manor Skeleton -107 C Markov Patrician -229 U Mask of Avacyn -20 U Mausoleum Guard -108 C Maw of the Mire -193 R Mayor of Avabruck -66 U Memory's Journey -21 R Mentor of the Meek -22 U Midnight Haunting -23 M Mikaeus, the Lunarch -67 R Mindshrieker -68 M Mirror-Mad Phantasm -109 U Moan of the Unhallowed -194 R Moldgraf Monstrosity -24 C Moment of Heroism -69 C Moon Heron -195 C Moonmist -244 R Moorland Haunt -110 U Morkrut Banshee -261 L Mountain -261 L Mountain -261 L Mountain -196 C Mulch -70 U Murder of Crows -197 C Naturalize -245 R Nephalia Drownyard -25 R Nevermore -153 C Night Revelers -111 C Night Terrors -154 C Nightbird's Clutches -215 M Olivia Voldaren -230 C One-Eyed Scarecrow -198 C Orchard Spirit -199 R Parallel Lives -26 U Paraselene -155 M Past in Flames -156 C Pitchburn Devils -252 L Plains -252 L Plains -252 L Plains -200 C Prey Upon -27 U Purify the Grave -157 U Rage Thrower -158 U Rakish Heir -28 U Rally the Peasants -201 C Ranger's Guile -112 M Reaper from the Abyss -29 C Rebuke -159 U Reckless Waif -160 C Riot Devils -161 U Rolling Temblor -71 R Rooftop Storm -113 C Rotting Fensnake -231 R Runechanter's Pike -72 U Runic Repetition -162 U Scourge of Geier Reach -114 U Screeching Bat -30 C Selfless Cathar -73 C Selhoff Occultist -74 C Sensory Deprivation -115 R Sever the Bloodline -232 U Sharpened Pitchfork -246 C Shimmering Grotto -75 C Silent Departure -233 U Silver-Inlaid Dagger -31 C Silverchase Fox -76 U Skaab Goliath -77 M Skaab Ruinator -116 C Skeletal Grimace -163 U Skirsdag Cultist -117 R Skirsdag High Priest -32 U Slayer of the Wicked -33 C Smite the Monstrous -78 R Snapcaster Mage -202 C Somberwald Spider -34 C Spare from Evil -79 C Spectral Flight -35 U Spectral Rider -203 U Spider Spawning -204 C Spidery Grasp -205 R Splinterfright -247 R Stensia Bloodhall -80 C Stitched Drake -81 C Stitcher's Apprentice -36 R Stony Silence -164 R Stromkirk Noble -118 C Stromkirk Patrol -82 R Sturmgeist -248 R Sulfur Falls -258 L Swamp -258 L Swamp -258 L Swamp -83 C Think Twice -37 C Thraben Purebloods -38 C Thraben Sentry -165 C Tormented Pariah -166 C Traitorous Blood -206 C Travel Preparations -234 C Traveler's Amulet -207 M Tree of Redemption -235 U Trepanation Blade -119 U Tribute to Hunger -120 C Typhoid Rats -208 U Ulvenwald Mystics -121 R Unbreathing Horde -122 U Unburial Rites -84 R Undead Alchemist -39 C Unruly Mob -40 C Urgent Exorcism -123 C Vampire Interloper -167 C Vampiric Fury -124 C Victim of Night -41 C Village Bell-Ringer -125 U Village Cannibals -168 C Village Ironsmith -209 C Villagers of Estwald -42 C Voiceless Spirit -126 C Walking Corpse -236 R Witchbane Orb -237 C Wooden Stake -249 R Woodland Cemetery -210 C Woodland Sleuth -211 U Wreath of Geists +85 U Abattoir Ghoul @Volkan Baǵa +1 C Abbey Griffin @Jaime Jones +86 C Altar's Reap @Donato Giancola +169 C Ambush Viper @Alan Pollack +127 C Ancient Grudge @Ryan Yee +2 R Angel of Flight Alabaster @Howard Lyon +3 M Angelic Overseer @Jason Chan +43 C Armored Skaab @Volkan Baǵa +87 M Army of the Damned @Ryan Pancoast +128 C Ashmouth Hound @Daarken +170 C Avacyn's Pilgrim @Jana Schirmer & Johannes Voss +4 C Avacynian Priest @Greg Staples +44 R Back from the Brink @Anthony Palumbo +129 M Balefire Dragon @Eric Deschamps +45 U Battleground Geist @Clint Cearley +88 U Bitterheart Witch @Karl Kopinski +130 R Blasphemous Act @Daarken +216 C Blazing Torch @Scott Chou +131 C Bloodcrazed Neonate @Cynthia Sheppard +89 R Bloodgift Demon @Peter Mohrbacher +90 R Bloodline Keeper @Jason Chan +5 C Bonds of Faith @Steve Argyle +171 U Boneyard Wurm @Jaime Jones +91 C Brain Weevil @Anthony Jones +172 U Bramblecrush @Drew Baker +132 C Brimstone Volley @Eytan Zana +92 C Bump in the Night @Kev Walker +133 U Burning Vengeance @Raymond Swanland +217 U Butcher's Cleaver @Jason Felix +46 R Cackling Counterpart @David Rapoza +173 C Caravan Vigil @Drew Baker +218 U Cellar Door @Rob Alexander +6 R Champion of the Parish @Svetlin Velinov +7 C Chapel Geist @Peter Mohrbacher +134 R Charmbreaker Devils @Dan Scott +47 U Civilized Scholar @Michael C. Hayes +48 C Claustrophobia @Ryan Pancoast +238 R Clifftop Retreat @John Avon +8 U Cloistered Youth @Igor Kieryluk +219 C Cobbled Wings @Matt Stewart +93 C Corpse Lunge @Christopher Moeller +174 R Creeping Renaissance @Tomasz Jedruszek +220 R Creepy Doll @Matt Stewart +135 C Crossway Vampire @Mark Evans +49 U Curiosity @Igor Kieryluk +94 R Curse of Death's Hold @Clint Cearley +95 C Curse of Oblivion @Jana Schirmer & Johannes Voss +136 R Curse of Stalked Prey @Christopher Moeller +50 C Curse of the Bloody Tome @Jaime Jones +137 U Curse of the Nightly Hunt @Daarken +138 C Curse of the Pierced Heart @E. M. Gist +175 C Darkthicket Wolf @Wayne England +176 R Daybreak Ranger @Steve Prescott +96 C Dead Weight @Randy Gallegos +9 R Dearly Departed @Daniel Ljunggren +51 C Delver of Secrets @Nils Hamm +221 U Demonmail Hauberk @Jason Felix +52 C Deranged Assistant @Nils Hamm +139 U Desperate Ravings @John Stanko +140 R Devil's Play @Austin Hsu +97 U Diregraf Ghoul @Dave Kendall +98 U Disciple of Griselbrand @Clint Cearley +53 U Dissipate @Tomasz Jedruszek +10 R Divine Reckoning @Greg Staples +11 C Doomed Traveler @Lars Grant-West +54 C Dream Twist @Dan Scott +12 C Elder Cathar @Chris Rahn +177 R Elder of Laurels @Terese Nielsen +13 R Elite Inquisitor @Jana Schirmer & Johannes Voss +99 R Endless Ranks of the Dead @Ryan Yee +178 M Essence of the Wild @Terese Nielsen +212 R Evil Twin @Greg Staples +141 R Falkenrath Marauders @James Ryman +100 U Falkenrath Noble @Slawomir Maniak +14 C Feeling of Dread @John Stanko +142 C Feral Ridgewolf @Martina Pilcerova +179 C Festerhide Boar @Nils Hamm +15 U Fiend Hunter @Wayne Reynolds +55 C Forbidden Alchemy @David Rapoza +262 L Forest @James Paick +263 L Forest @Jung Park +264 L Forest @Eytan Zana +56 C Fortress Crab @Vincent Proce +57 C Frightful Delusion @Anthony Palumbo +180 U Full Moon's Rise @Terese Nielsen +143 C Furor of the Bitten @Randy Gallegos +16 U Gallows Warden @Dan Scott +222 U Galvanic Juggernaut @Lucas Graciano +181 M Garruk Relentless @Eric Deschamps +182 U Gatstaf Shepherd @Mark Evans +239 R Gavony Township @Peter Mohrbacher +213 M Geist of Saint Traft @Igor Kieryluk +17 R Geist-Honored Monk @Clint Cearley +223 U Geistcatcher's Rig @Vincent Proce +144 C Geistflame @Scott Chou +240 U Ghost Quarter @Peter Mohrbacher +18 C Ghostly Possession @Howard Lyon +224 C Ghoulcaller's Bell @Lars Grant-West +101 C Ghoulcaller's Chant @Randy Gallegos +102 C Ghoulraiser @Steve Prescott +183 C Gnaw to the Bone @Scott Chou +58 U Grasp of Phantoms @Izzy +184 C Grave Bramble @Anthony Jones +225 U Graveyard Shovel @Martina Pilcerova +214 M Grimgrin, Corpse-Born @Peter Mohrbacher +226 M Grimoire of the Dead @Steven Belledin +185 C Grizzled Outcasts @Randy Gallegos +103 C Gruesome Deformity @Matt Stewart +186 R Gutter Grime @Erica Yang +187 U Hamlet Captain @Wayne Reynolds +145 U Hanweir Watchkeep @Wayne Reynolds +146 C Harvest Pyre @Ryan Yee +104 R Heartless Summoning @Anthony Palumbo +147 R Heretic's Punishment @Vincent Proce +241 R Hinterland Harbor @Karl Kopinski +188 U Hollowhenge Scavenger @Slawomir Maniak +59 C Hysterical Blindness @Wayne England +148 C Infernal Plunge @Daarken +227 U Inquisitor's Flail @Rob Alexander +149 R Instigator Gang @Greg Staples +19 U Intangible Virtue @Clint Cearley +150 U Into the Maw of Hell @Raymond Swanland +60 U Invisible Stalker @Bud Cook +253 L Island @James Paick +254 L Island @Adam Paquette +255 L Island @Jung Park +242 R Isolated Chapel @Cliff Childs +189 R Kessig Cagebreakers @Wayne England +151 C Kessig Wolf @Wayne England +243 R Kessig Wolf Run @Eytan Zana +190 C Kindercatch @Terese Nielsen +152 R Kruin Outlaw @David Rapoza +61 R Laboratory Maniac @Jason Felix +62 U Lantern Spirit @Johann Bodin +105 M Liliana of the Veil @Steve Argyle +63 C Lost in the Mist @David Palumbo +64 R Ludevic's Test Subject @Nils Hamm +191 U Lumberknot @Jason A. Engle +192 U Make a Wish @Howard Lyon +65 C Makeshift Mauler @James Ryman +228 R Manor Gargoyle @Matt Stewart +106 C Manor Skeleton @Eric Deschamps +107 C Markov Patrician @Jana Schirmer & Johannes Voss +229 U Mask of Avacyn @James Paick +20 U Mausoleum Guard @David Palumbo +108 C Maw of the Mire @Vincent Proce +193 R Mayor of Avabruck @Svetlin Velinov +66 U Memory's Journey @Slawomir Maniak +21 R Mentor of the Meek @Jana Schirmer & Johannes Voss +22 U Midnight Haunting @Matt Stewart +23 M Mikaeus, the Lunarch @Steven Belledin +67 R Mindshrieker @Dave Kendall +68 M Mirror-Mad Phantasm @Howard Lyon +109 U Moan of the Unhallowed @Nils Hamm +194 R Moldgraf Monstrosity @Tomasz Jedruszek +24 C Moment of Heroism @Christopher Moeller +69 C Moon Heron @Charles Urbach +195 C Moonmist @Ryan Yee +244 R Moorland Haunt @James Paick +110 U Morkrut Banshee @Svetlin Velinov +259 L Mountain @James Paick +260 L Mountain @Adam Paquette +261 L Mountain @Eytan Zana +196 C Mulch @Christopher Moeller +70 U Murder of Crows @Drew Baker +197 C Naturalize @Scott Chou +245 R Nephalia Drownyard @Cliff Childs +25 R Nevermore @Jason A. Engle +153 C Night Revelers @Steve Argyle +111 C Night Terrors @Christopher Moeller +154 C Nightbird's Clutches @Jason A. Engle +215 M Olivia Voldaren @Eric Deschamps +230 C One-Eyed Scarecrow @Dave Kendall +198 C Orchard Spirit @Howard Lyon +199 R Parallel Lives @Steve Prescott +26 U Paraselene @Ryan Yee +155 M Past in Flames @Anthony Jones +156 C Pitchburn Devils @Johann Bodin +250 L Plains @Adam Paquette +251 L Plains @Jung Park +252 L Plains @Eytan Zana +200 C Prey Upon @Dave Kendall +27 U Purify the Grave @Drew Baker +157 U Rage Thrower @Peter Mohrbacher +158 U Rakish Heir @Winona Nelson +28 U Rally the Peasants @Jaime Jones +201 C Ranger's Guile @Steve Prescott +112 M Reaper from the Abyss @Matt Stewart +29 C Rebuke @Igor Kieryluk +159 U Reckless Waif @Michael C. Hayes +160 C Riot Devils @Svetlin Velinov +161 U Rolling Temblor @Cliff Childs +71 R Rooftop Storm @John Stanko +113 C Rotting Fensnake @Tomasz Jedruszek +231 R Runechanter's Pike @John Avon +72 U Runic Repetition @Svetlin Velinov +162 U Scourge of Geier Reach @Jung Park +114 U Screeching Bat @Slawomir Maniak +30 C Selfless Cathar @Slawomir Maniak +73 C Selhoff Occultist @Igor Kieryluk +74 C Sensory Deprivation @Steven Belledin +115 R Sever the Bloodline @Clint Cearley +232 U Sharpened Pitchfork @Winona Nelson +246 C Shimmering Grotto @Cliff Childs +75 C Silent Departure @John Avon +233 U Silver-Inlaid Dagger @Austin Hsu +31 C Silverchase Fox @Howard Lyon +76 U Skaab Goliath @Volkan Baǵa +77 M Skaab Ruinator @Chris Rahn +116 C Skeletal Grimace @Eric Deschamps +163 U Skirsdag Cultist @Slawomir Maniak +117 R Skirsdag High Priest @Jason A. Engle +32 U Slayer of the Wicked @Anthony Palumbo +33 C Smite the Monstrous @Jason Felix +78 R Snapcaster Mage @Volkan Baǵa +202 C Somberwald Spider @Volkan Baǵa +34 C Spare from Evil @Jason Felix +79 C Spectral Flight @Johann Bodin +35 U Spectral Rider @Igor Kieryluk +203 U Spider Spawning @Daniel Ljunggren +204 C Spidery Grasp @James Ryman +205 R Splinterfright @Eric Deschamps +247 R Stensia Bloodhall @John Avon +80 C Stitched Drake @Chris Rahn +81 C Stitcher's Apprentice @Johann Bodin +36 R Stony Silence @Wayne England +164 R Stromkirk Noble @James Ryman +118 C Stromkirk Patrol @Karl Kopinski +82 R Sturmgeist @Terese Nielsen +248 R Sulfur Falls @Cliff Childs +256 L Swamp @James Paick +257 L Swamp @Adam Paquette +258 L Swamp @Jung Park +83 C Think Twice @Anthony Francisco +37 C Thraben Purebloods @Martina Pilcerova +38 C Thraben Sentry @David Rapoza +165 C Tormented Pariah @Bud Cook +166 C Traitorous Blood @Raymond Swanland +206 C Travel Preparations @Vincent Proce +234 C Traveler's Amulet @Alan Pollack +207 M Tree of Redemption @Vincent Proce +235 U Trepanation Blade @Daniel Ljunggren +119 U Tribute to Hunger @Dave Kendall +120 C Typhoid Rats @Kev Walker +208 U Ulvenwald Mystics @Dan Scott +121 R Unbreathing Horde @Dave Kendall +122 U Unburial Rites @Ryan Pancoast +84 R Undead Alchemist @Michael C. Hayes +39 C Unruly Mob @Ryan Pancoast +40 C Urgent Exorcism @Svetlin Velinov +123 C Vampire Interloper @James Ryman +167 C Vampiric Fury @Matt Stewart +124 C Victim of Night @Winona Nelson +41 C Village Bell-Ringer @David Palumbo +125 U Village Cannibals @Bud Cook +168 C Village Ironsmith @Christopher Moeller +209 C Villagers of Estwald @Kev Walker +42 C Voiceless Spirit @Daarken +126 C Walking Corpse @Igor Kieryluk +236 R Witchbane Orb @John Avon +237 C Wooden Stake @David Palumbo +249 R Woodland Cemetery @Lars Grant-West +210 C Woodland Sleuth @Tomasz Jedruszek +211 U Wreath of Geists @Jason A. Engle [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Invasion Promos.txt b/forge-gui/res/editions/Invasion Promos.txt index a975854ebb7..3285d5d3d19 100644 --- a/forge-gui/res/editions/Invasion Promos.txt +++ b/forge-gui/res/editions/Invasion Promos.txt @@ -7,4 +7,4 @@ CardLang=la ScryfallCode=PINV [cards] -262 R Raging Kavu +262 R Raging Kavu @Arnie Swekel diff --git a/forge-gui/res/editions/Invasion.txt b/forge-gui/res/editions/Invasion.txt index e0d4aa9364d..1c1272dbfe4 100644 --- a/forge-gui/res/editions/Invasion.txt +++ b/forge-gui/res/editions/Invasion.txt @@ -13,356 +13,356 @@ FoilAlwaysInCommonSlot=False ScryfallCode=INV [cards] -227 R AEther Rift -226 R Absorb -91 U Addle -181 C Aggressive Urge -92 C Agonizing Demise -1 R Alabaster Leech -297 U Alloy Golem -136 C Ancient Kavu -319 C Ancient Spring -93 R Andradite Leech -2 U Angel of Mercy -228 U Angelic Shield -94 U Annihilate -320 U Archaeological Dig -3 C Ardent Soldier -229 C Armadillo Cloak -230 R Armored Guardian -231 R Artifact Mutation -295 U Assault // Battery -4 R Atalya, Samite Master -232 R Aura Mutation -233 U Aura Shards -234 U Backlash -235 R Barrin's Spite -46 C Barrin's Unmaking -5 U Benalish Emissary -6 U Benalish Heralds -7 C Benalish Lancer -8 C Benalish Trapper -137 R Bend or Break -182 R Bind -236 R Blazing Specter -47 R Blind Seer -9 U Blinding Light -298 U Bloodstone Cameo -183 R Blurred Mongoose -95 C Bog Initiate -48 R Breaking Wave -138 U Breath of Darigaaz -139 R Callous Giant -184 U Canopy Surge -10 C Capashen Unicorn -237 R Captain Sisay -238 U Cauldron Dance -140 U Chaotic Strike -239 U Charging Troll -299 U Chromatic Sphere -240 U Cinder Shade -241 R Coalition Victory -321 U Coastal Tower -141 R Collapsing Borders -49 R Collective Restraint -96 U Cremate -11 C Crimson Acolyte -300 U Crosis's Attendant -242 R Crosis, the Purger -142 C Crown of Flames -12 R Crusading Knight -97 R Crypt Angel -50 R Crystal Spray -98 C Cursed Flesh -301 U Darigaaz's Attendant -243 R Darigaaz, the Igniter -13 R Death or Glory -99 U Defiling Tears -100 R Desperate Research -101 R Devouring Strossus -14 C Dismantling Blow -51 U Disrupt -52 R Distorting Wake -15 R Divine Presence -102 R Do or Die -302 U Drake-Skull Cameo -53 C Dream Thrush -103 U Dredge -303 U Dromar's Attendant -244 R Dromar, the Banisher -245 R Dueling Grounds -104 C Duskwalker -322 U Elfhame Palace -185 U Elfhame Sanctuary -186 R Elvish Champion -54 R Empress Galina -55 U Essence Leak -56 C Exclude -105 C Exotic Curse -187 C Explosive Growth -57 U Fact or Fiction -58 C Faerie Squadron -188 C Fertile Ground -16 R Fight or Flight -143 U Firebrand Ranger -246 U Fires of Yavimaya -106 C Firescreamer -347 L Forest -347 L Forest -347 L Forest -347 L Forest -247 C Frenzied Tilling -248 C Galina's Knight -323 C Geothermal Crevice -144 R Ghitu Fire -17 C Glimmering Angel -18 R Global Ruin -145 U Goblin Spy -107 U Goham Djinn -146 U Halam Djinn -249 R Hanna, Ship's Navigator -189 C Harrow -19 R Harsh Judgment -108 U Hate Weaver -250 U Heroes' Reunion -20 C Holy Day -147 C Hooded Kavu -251 U Horned Cheetah -252 U Hunting Kavu -109 C Hypnotic Cloud -324 C Irrigation Ditch -338 L Island -338 L Island -338 L Island -338 L Island -190 R Jade Leech -304 R Juntu Stakes -253 R Kangee, Aerie Keeper -148 C Kavu Aggressor -191 U Kavu Chameleon -192 C Kavu Climber -193 R Kavu Lair -149 R Kavu Monarch -150 U Kavu Runner -151 C Kavu Scout -194 R Kavu Titan -325 R Keldon Necropolis -21 U Liberate -152 U Lightning Dart -195 C Llanowar Cavalry -196 C Llanowar Elite -254 C Llanowar Knight -197 C Llanowar Vanguard -153 R Loafing Giant -255 U Lobotomy -305 R Lotus Guardian -154 R Mages' Contest -59 R Mana Maze -155 C Maniacal Rage -60 U Manipulate Fate -110 R Marauding Knight -61 R Metathran Aerostat -62 U Metathran Transport -63 C Metathran Zombie -256 R Meteor Storm -198 U Might Weaver -199 R Molimo, Maro-Sorcerer -343 L Mountain -343 L Mountain -343 L Mountain -343 L Mountain -111 C Mourning -112 C Nightscape Apprentice -113 R Nightscape Master -257 R Noble Panther -200 C Nomadic Elf -156 R Obliterate -22 C Obsidian Acolyte -64 C Opt -258 U Ordered Migration -23 C Orim's Touch -259 R Overabundance -157 C Overload -294 U Pain // Suffering -65 C Phantasmal Terrain -306 R Phyrexian Altar -114 C Phyrexian Battleflies -115 R Phyrexian Delver -116 R Phyrexian Infiltrator -307 R Phyrexian Lens -117 C Phyrexian Reaper -118 C Phyrexian Slayer -201 C Pincer Spider -119 U Plague Spitter -260 C Plague Spores -333 L Plains -333 L Plains -333 L Plains -333 L Plains -308 R Planar Portal -24 U Pledge of Loyalty -158 C Pouncing Kavu -309 U Power Armor -25 C Prison Barricade -66 C Probe -67 C Prohibit -26 C Protective Sphere -68 R Psychic Battle -202 U Pulse of Llanowar -27 R Pure Reflection -261 R Pyre Zombie -203 C Quirion Elves -204 C Quirion Sentinel -205 C Quirion Trailblazer -159 U Rage Weaver -262 R Raging Kavu -69 U Rainbow Crow -28 C Rampant Elephant -120 C Ravenous Rats -29 C Razorfoot Griffin -263 R Reckless Assault -121 U Reckless Spite -264 C Recoil -122 C Recover -70 C Repulse -206 R Restock -30 C Restrain -31 C Reviving Dose -265 U Reviving Vapors -32 U Rewards of Diversity -33 R Reya Dawnbringer -266 U Riptide Crab -310 U Rith's Attendant -267 R Rith, the Awakener -160 C Rogue Kavu -207 U Rooting Kavu -34 R Rout -161 R Ruby Leech -35 U Ruham Djinn -268 R Sabertooth Nishoba -326 U Salt Marsh -269 U Samite Archer -36 U Samite Ministration -71 R Sapphire Leech -208 R Saproling Infestation -209 R Saproling Symbiosis -162 C Savage Offensive -163 C Scarred Puma -123 C Scavenged Weaponry -164 C Scorching Lava -210 U Scouting Trek -165 U Searing Rays -311 U Seashell Cameo -270 U Seer's Vision -211 C Serpentine Kavu -37 C Shackles -72 C Shimmering Wings -166 U Shivan Emissary -167 U Shivan Harvest -327 U Shivan Oasis -271 C Shivan Zombie -73 C Shoreline Raider -272 U Simoon -168 U Skittish Kavu -169 R Skizzik -74 U Sky Weaver -273 U Sleeper's Robe -170 C Slimy Kavu -274 U Slinking Serpent -275 U Smoldering Tar -124 C Soul Burn -312 U Sparring Golem -276 R Spinal Embrace -39 U Spirit Weaver -38 R Spirit of Resistance -293 U Spite // Malice -125 R Spreading Plague -277 R Stalking Assassin -292 U Stand // Deliver -171 R Stand or Fall -278 U Sterling Grove -75 C Stormscape Apprentice -76 R Stormscape Master -40 C Strength of Unity -172 C Stun -212 U Sulam Djinn -328 C Sulfur Vent -41 C Sunscape Apprentice -42 R Sunscape Master -342 L Swamp -342 L Swamp -342 L Swamp -342 L Swamp -77 U Sway of Illusion -126 C Tainted Well -213 U Tangle -173 R Tectonic Instability -43 U Teferi's Care -279 R Teferi's Moat -78 R Teferi's Response -313 R Tek -79 R Temporal Distortion -214 R Thicket Elemental -215 C Thornscape Apprentice -216 R Thornscape Master -174 C Thunderscape Apprentice -175 R Thunderscape Master -80 C Tidal Visionary -314 U Tigereye Cameo -329 C Tinder Farm -81 U Tolarian Emissary -82 C Tower Drake -217 C Tranquility -83 C Traveler's Cloak -218 U Treefolk Healer -127 U Trench Wurm -315 U Treva's Attendant -280 R Treva, the Renewer -176 C Tribal Flames -316 U Troll-Horn Cameo -281 R Tsabo Tavoc -128 R Tsabo's Assassin -129 R Tsabo's Decree -317 R Tsabo's Web -177 C Turf Wound -130 R Twilight's Call -282 R Undermine -283 U Urborg Drake -131 U Urborg Emissary -132 C Urborg Phantom -133 U Urborg Shambler -134 C Urborg Skeleton -330 U Urborg Volcano -318 R Urza's Filter -178 R Urza's Rage -219 R Utopia Tree -220 R Verdeloth the Ancient -221 U Verduran Emissary -179 C Viashino Grappler -284 U Vicious Kavu -222 C Vigorous Charge -285 R Vile Consumption -84 U Vodalian Hypnotist -85 C Vodalian Merchant -86 C Vodalian Serpent -286 C Vodalian Zombie -287 R Void -288 U Voracious Cobra -223 U Wallop -224 C Wandering Stream -87 U Wash Out -296 U Wax // Wane -44 U Wayfaring Giant -88 R Well-Laid Plans -225 C Whip Silk -289 C Wings of Hope -45 R Winnow -89 C Worldly Counsel -290 C Yavimaya Barbarian -291 U Yavimaya Kavu -135 R Yawgmoth's Agenda -90 U Zanam Djinn -180 C Zap +227 R Aether Rift @Heather Hudson +226 R Absorb @Andrew Goldhawk +91 U Addle @Ron Spears +181 C Aggressive Urge @Christopher Moeller +92 C Agonizing Demise @Mark Brill +1 R Alabaster Leech @Edward P. Beard, Jr. +297 U Alloy Golem @Greg Staples +136 C Ancient Kavu @Glen Angus +319 C Ancient Spring @Don Hazeltine +93 R Andradite Leech @Wayne England +2 U Angel of Mercy @Mark Tedin +228 U Angelic Shield @Adam Rex +94 U Annihilate @Kev Walker +320 U Archaeological Dig @Don Hazeltine +3 C Ardent Soldier @Paolo Parente +229 C Armadillo Cloak @Paolo Parente +230 R Armored Guardian @Arnie Swekel +231 R Artifact Mutation @Greg Staples +295 U Assault // Battery @Ben Thompson +4 R Atalya, Samite Master @Rebecca Guay +232 R Aura Mutation @Pete Venters +233 U Aura Shards @Ron Spencer +234 U Backlash @Chippy +235 R Barrin's Spite @Terese Nielsen +46 C Barrin's Unmaking @Luca Zontini +5 U Benalish Emissary @Randy Gallegos +6 U Benalish Heralds @Don Hazeltine +7 C Benalish Lancer @Paolo Parente +8 C Benalish Trapper @Ken Meyer, Jr. +137 R Bend or Break @Arnie Swekel +182 R Bind @Mark Zug +236 R Blazing Specter @Marc Fishman +47 R Blind Seer @Dave Dorman +9 U Blinding Light @Marc Fishman +298 U Bloodstone Cameo @Tony Szczudlo +183 R Blurred Mongoose @Heather Hudson +95 C Bog Initiate @rk post +48 R Breaking Wave @Carl Critchlow +138 U Breath of Darigaaz @Greg Hildebrandt & Tim Hildebrandt +139 R Callous Giant @Mark Brill +184 U Canopy Surge @Matt Cavotta +10 C Capashen Unicorn @Jerry Tiritilli +237 R Captain Sisay @Ray Lago +238 U Cauldron Dance @Donato Giancola +140 U Chaotic Strike @Massimilano Frezzato +239 U Charging Troll @Dave Dorman +299 U Chromatic Sphere @Luca Zontini +240 U Cinder Shade @Nelson DeCastro +241 R Coalition Victory @Eric Peterson +321 U Coastal Tower @Don Hazeltine +141 R Collapsing Borders @Glen Angus +49 R Collective Restraint @Alan Rabinowitz +96 U Cremate @Andrew Goldhawk +11 C Crimson Acolyte @Dany Orizio +300 U Crosis's Attendant @Arnie Swekel +242 R Crosis, the Purger @Pete Venters +142 C Crown of Flames @Christopher Moeller +12 R Crusading Knight @Edward P. Beard, Jr. +97 R Crypt Angel @Todd Lockwood +50 R Crystal Spray @Jeff Miracola +98 C Cursed Flesh @Chippy +301 U Darigaaz's Attendant @Brom +243 R Darigaaz, the Igniter @Mark Zug +13 R Death or Glory @Jeff Easley +99 U Defiling Tears @rk post +100 R Desperate Research @Ron Spencer +101 R Devouring Strossus @D. Alexander Gregory +14 C Dismantling Blow @Mark Tedin +51 U Disrupt @Paolo Parente +52 R Distorting Wake @Arnie Swekel +15 R Divine Presence @Ron Spears +102 R Do or Die @Christopher Moeller +302 U Drake-Skull Cameo @Dan Frazier +53 C Dream Thrush @D. J. Cleland-Hura +103 U Dredge @Donato Giancola +303 U Dromar's Attendant @Carl Critchlow +244 R Dromar, the Banisher @Dave Dorman +245 R Dueling Grounds @Pete Venters +104 C Duskwalker @David Martin +322 U Elfhame Palace @Jerry Tiritilli +185 U Elfhame Sanctuary @Alan Rabinowitz +186 R Elvish Champion @D. Alexander Gregory +54 R Empress Galina @Matt Cavotta +55 U Essence Leak @Adam Rex +56 C Exclude @Mark Romanoski +105 C Exotic Curse @Dany Orizio +187 C Explosive Growth @Arnie Swekel +57 U Fact or Fiction @Terese Nielsen +58 C Faerie Squadron @rk post +188 C Fertile Ground @Carl Critchlow +16 R Fight or Flight @Randy Gallegos +143 U Firebrand Ranger @Quinton Hoover +246 U Fires of Yavimaya @Val Mayerik +106 C Firescreamer @Alan Pollack +347 L Forest @John Avon +348 L Forest @Alan Pollack +349 L Forest @Alan Pollack +350 L Forest @Glen Angus +247 C Frenzied Tilling @Mike Raabe +248 C Galina's Knight @David Martin +323 C Geothermal Crevice @John Avon +144 R Ghitu Fire @Glen Angus +17 C Glimmering Angel @Ciruelo +18 R Global Ruin @Greg Staples +145 U Goblin Spy @Scott M. Fischer +107 U Goham Djinn @Ron Spencer +146 U Halam Djinn @Adam Rex +249 R Hanna, Ship's Navigator @Dave Dorman +189 C Harrow @Rob Alexander +19 R Harsh Judgment @Carl Critchlow +108 U Hate Weaver @Roger Raupp +250 U Heroes' Reunion @Terese Nielsen +20 C Holy Day @Pete Venters +147 C Hooded Kavu @John Howe +251 U Horned Cheetah @John Matson +252 U Hunting Kavu @Scott M. Fischer +109 C Hypnotic Cloud @Randy Gallegos +324 C Irrigation Ditch @Rob Alexander +335 L Island @Tony Szczudlo +336 L Island @John Avon +337 L Island @Terese Nielsen +338 L Island @Darrell Riche +190 R Jade Leech @John Howe +304 R Juntu Stakes @Mark Brill +253 R Kangee, Aerie Keeper @Mark Romanoski +148 C Kavu Aggressor @Christopher Moeller +191 U Kavu Chameleon @John Howe +192 C Kavu Climber @Rob Alexander +193 R Kavu Lair @Chippy +149 R Kavu Monarch @Terese Nielsen +150 U Kavu Runner @Douglas Shuler +151 C Kavu Scout @DiTerlizzi +194 R Kavu Titan @Todd Lockwood +325 R Keldon Necropolis @Franz Vohwinkel +21 U Liberate @Alan Pollack +152 U Lightning Dart @Arnie Swekel +195 C Llanowar Cavalry @Eric Peterson +196 C Llanowar Elite @Kev Walker +254 C Llanowar Knight @Heather Hudson +197 C Llanowar Vanguard @Greg Hildebrandt & Tim Hildebrandt +153 R Loafing Giant @Greg Hildebrandt & Tim Hildebrandt +255 U Lobotomy @D. Alexander Gregory +305 R Lotus Guardian @Dana Knutson +154 R Mages' Contest @Bradley Williams +59 R Mana Maze @Rebecca Guay +155 C Maniacal Rage @Matt Cavotta +60 U Manipulate Fate @John Matson +110 R Marauding Knight @Daren Bader +61 R Metathran Aerostat @Greg Staples +62 U Metathran Transport @Glen Angus +63 C Metathran Zombie @Arnie Swekel +256 R Meteor Storm @John Avon +198 U Might Weaver @Larry Elmore +199 R Molimo, Maro-Sorcerer @Mark Zug +343 L Mountain @Matt Cavotta +344 L Mountain @Jeff Miracola +345 L Mountain @Glen Angus +346 L Mountain @Scott Bailey +111 C Mourning @Terese Nielsen +112 C Nightscape Apprentice @Andrew Goldhawk +113 R Nightscape Master @Andrew Goldhawk +257 R Noble Panther @Matt Cavotta +200 C Nomadic Elf @D. J. Cleland-Hura +156 R Obliterate @Kev Walker +22 C Obsidian Acolyte @Matthew D. Wilson +64 C Opt @John Howe +258 U Ordered Migration @Heather Hudson +23 C Orim's Touch @Roger Raupp +259 R Overabundance @Ben Thompson +157 C Overload @Gary Ruddell +294 U Pain // Suffering @David Martin +65 C Phantasmal Terrain @Dana Knutson +306 R Phyrexian Altar @Ron Spears +114 C Phyrexian Battleflies @Dan Frazier +115 R Phyrexian Delver @Dana Knutson +116 R Phyrexian Infiltrator @Darrell Riche +307 R Phyrexian Lens @Matt Cavotta +117 C Phyrexian Reaper @Sam Wood +118 C Phyrexian Slayer @Sam Wood +201 C Pincer Spider @Dan Frazier +119 U Plague Spitter @Chippy +260 C Plague Spores @Randy Gallegos +331 L Plains @John Avon +332 L Plains @Ben Thompson +333 L Plains @D. J. Cleland-Hura +334 L Plains @Scott Bailey +308 R Planar Portal @Mark Tedin +24 U Pledge of Loyalty @Franz Vohwinkel +158 C Pouncing Kavu @Adam Rex +309 U Power Armor @Doug Chaffee +25 C Prison Barricade @Thomas Gianni +66 C Probe @Eric Peterson +67 C Prohibit @Adam Rex +26 C Protective Sphere @Rebecca Guay +68 R Psychic Battle @Ray Lago +202 U Pulse of Llanowar @Rebecca Guay +27 R Pure Reflection @Scott M. Fischer +261 R Pyre Zombie @Nelson DeCastro +203 C Quirion Elves @Douglas Shuler +204 C Quirion Sentinel @Heather Hudson +205 C Quirion Trailblazer @Rebecca Guay +159 U Rage Weaver @John Matson +262 R Raging Kavu @Arnie Swekel +69 U Rainbow Crow @Edward P. Beard, Jr. +28 C Rampant Elephant @Alan Pollack +120 C Ravenous Rats @Tom Wänerstrand +29 C Razorfoot Griffin @Ben Thompson +263 R Reckless Assault @Jeff Easley +121 U Reckless Spite @Chippy +264 C Recoil @Alan Pollack +122 C Recover @Nelson DeCastro +70 C Repulse @Aaron Boyd +206 R Restock @Daren Bader +30 C Restrain @Dave Dorman +31 C Reviving Dose @D. Alexander Gregory +265 U Reviving Vapors @Pete Venters +32 U Rewards of Diversity @Darrell Riche +33 R Reya Dawnbringer @Matthew D. Wilson +266 U Riptide Crab @David Martin +310 U Rith's Attendant @Adam Rex +267 R Rith, the Awakener @Carl Critchlow +160 C Rogue Kavu @Darrell Riche +207 U Rooting Kavu @Heather Hudson +34 R Rout @Ron Spencer +161 R Ruby Leech @Jacques Bredy +35 U Ruham Djinn @Jeff Easley +268 R Sabertooth Nishoba @Gary Ruddell +326 U Salt Marsh @Jerry Tiritilli +269 U Samite Archer @Scott M. Fischer +36 U Samite Ministration @Darrell Riche +71 R Sapphire Leech @Ron Spencer +208 R Saproling Infestation @Heather Hudson +209 R Saproling Symbiosis @Ciruelo +162 C Savage Offensive @Greg Hildebrandt & Tim Hildebrandt +163 C Scarred Puma @Aaron Boyd +123 C Scavenged Weaponry @Alan Pollack +164 C Scorching Lava @Mark Tedin +210 U Scouting Trek @Stephanie Law +165 U Searing Rays @Doug Chaffee +311 U Seashell Cameo @Tony Szczudlo +270 U Seer's Vision @Rebecca Guay +211 C Serpentine Kavu @Heather Hudson +37 C Shackles @Greg Staples +72 C Shimmering Wings @Carl Critchlow +166 U Shivan Emissary @Paolo Parente +167 U Shivan Harvest @Daren Bader +327 U Shivan Oasis @Rob Alexander +271 C Shivan Zombie @Tony Szczudlo +73 C Shoreline Raider @Nelson DeCastro +272 U Simoon @Tony Szczudlo +168 U Skittish Kavu @Pete Venters +169 R Skizzik @Ron Spencer +74 U Sky Weaver @Christopher Moeller +273 U Sleeper's Robe @Alan Pollack +170 C Slimy Kavu @Randy Gallegos +274 U Slinking Serpent @Wayne England +275 U Smoldering Tar @David Day +124 C Soul Burn @Andrew Goldhawk +312 U Sparring Golem @Adam Rex +276 R Spinal Embrace @Donato Giancola +39 U Spirit Weaver @Matthew D. Wilson +38 R Spirit of Resistance @John Avon +293 U Spite // Malice @David Martin +125 R Spreading Plague @Scott Bailey +277 R Stalking Assassin @Dana Knutson +292 U Stand // Deliver @David Martin +171 R Stand or Fall @Matt Cavotta +278 U Sterling Grove @Jeff Miracola +75 C Stormscape Apprentice @D. Alexander Gregory +76 R Stormscape Master @Hannibal King +40 C Strength of Unity @Andrew Goldhawk +172 C Stun @Mike Ploog +212 U Sulam Djinn @Greg Hildebrandt & Tim Hildebrandt +328 C Sulfur Vent @Edward P. Beard, Jr. +41 C Sunscape Apprentice @Stephanie Law +42 R Sunscape Master @Alan Rabinowitz +339 L Swamp @Ron Spencer +340 L Swamp @Rob Alexander +341 L Swamp @Rob Alexander +342 L Swamp @Ron Spencer +77 U Sway of Illusion @Greg Hildebrandt & Tim Hildebrandt +126 C Tainted Well @Val Mayerik +213 U Tangle @John Avon +173 R Tectonic Instability @Rob Alexander +43 U Teferi's Care @Scott Bailey +279 R Teferi's Moat @rk post +78 R Teferi's Response @Scott Bailey +313 R Tek @Chippy +79 R Temporal Distortion @Stephanie Law +214 R Thicket Elemental @Ron Spencer +215 C Thornscape Apprentice @Randy Gallegos +216 R Thornscape Master @Larry Elmore +174 C Thunderscape Apprentice @D. Alexander Gregory +175 R Thunderscape Master @Scott M. Fischer +80 C Tidal Visionary @Glen Angus +314 U Tigereye Cameo @Donato Giancola +329 C Tinder Farm @Rob Alexander +81 U Tolarian Emissary @Ron Spencer +82 C Tower Drake @Carl Critchlow +217 C Tranquility @Rob Alexander +83 C Traveler's Cloak @Rebecca Guay +218 U Treefolk Healer @Matt Cavotta +127 U Trench Wurm @Wayne England +315 U Treva's Attendant @Christopher Moeller +280 R Treva, the Renewer @Ciruelo +176 C Tribal Flames @Tony Szczudlo +316 U Troll-Horn Cameo @Donato Giancola +281 R Tsabo Tavoc @Michael Sutfin +128 R Tsabo's Assassin @Glen Angus +129 R Tsabo's Decree @Thomas M. Baxa +317 R Tsabo's Web @Carl Critchlow +177 C Turf Wound @Thomas Gianni +130 R Twilight's Call @Mark Romanoski +282 R Undermine @Massimilano Frezzato +283 U Urborg Drake @Sam Wood +131 U Urborg Emissary @Eric Peterson +132 C Urborg Phantom @Daren Bader +133 U Urborg Shambler @Pete Venters +134 C Urborg Skeleton @Alan Pollack +330 U Urborg Volcano @Tony Szczudlo +318 R Urza's Filter @Dave Dorman +178 R Urza's Rage @Matthew D. Wilson +219 R Utopia Tree @Gary Ruddell +220 R Verdeloth the Ancient @Daren Bader +221 U Verduran Emissary @Alton Lawson +179 C Viashino Grappler @Mark Romanoski +284 U Vicious Kavu @Kev Walker +222 C Vigorous Charge @Scott M. Fischer +285 R Vile Consumption @Heather Hudson +84 U Vodalian Hypnotist @Rebecca Guay +85 C Vodalian Merchant @Scott M. Fischer +86 C Vodalian Serpent @Christopher Moeller +286 C Vodalian Zombie @Greg Hildebrandt & Tim Hildebrandt +287 R Void @Kev Walker +288 U Voracious Cobra @Terese Nielsen +223 U Wallop @Mike Ploog +224 C Wandering Stream @Quinton Hoover +87 U Wash Out @Matthew D. Wilson +296 U Wax // Wane @Ben Thompson +44 U Wayfaring Giant @Christopher Moeller +88 R Well-Laid Plans @Kev Walker +225 C Whip Silk @Dave Dorman +289 C Wings of Hope @Wayne England +45 R Winnow @Roger Raupp +89 C Worldly Counsel @Gary Ruddell +290 C Yavimaya Barbarian @Don Hazeltine +291 U Yavimaya Kavu @Greg Staples +135 R Yawgmoth's Agenda @Arnie Swekel +90 U Zanam Djinn @Eric Peterson +180 C Zap @John Matson [tokens] w_x_x_reflection diff --git a/forge-gui/res/editions/Ixalan Promos.txt b/forge-gui/res/editions/Ixalan Promos.txt index 179a1d53760..4e606801a82 100644 --- a/forge-gui/res/editions/Ixalan Promos.txt +++ b/forge-gui/res/editions/Ixalan Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PXLN [cards] -5 R Bishop of Rebirth -130 U Walk the Plank -135 R Burning Sun's Avatar -185 R Deeproot Champion -258 U Unclaimed Territory +5 R Bishop of Rebirth @Matt Stewart +130 U Walk the Plank @Christopher Moeller +135 R Burning Sun's Avatar @Svetlin Velinov +185 R Deeproot Champion @Alex Konstad +258 U Unclaimed Territory @Dimitar Marinski diff --git a/forge-gui/res/editions/Ixalan.txt b/forge-gui/res/editions/Ixalan.txt index faa0ccc1273..b2cc67f86fc 100644 --- a/forge-gui/res/editions/Ixalan.txt +++ b/forge-gui/res/editions/Ixalan.txt @@ -12,297 +12,297 @@ FatPackExtraSlots=80 BasicLands ScryfallCode=XLN [cards] -1 U Adanto Vanguard -2 R Ashes of the Abhorrent -3 M Axis of Mortality -4 U Bellowing Aegisaur -5 R Bishop of Rebirth -6 C Bishop's Soldier -7 U Bright Reprisal -8 C Demystify -9 U Duskborne Skymarcher -10 U Emissary of Sunrise -11 C Encampment Keeper -12 U Glorifier of Dusk -13 R Goring Ceratops -14 U Imperial Aerosaur -15 U Imperial Lancer -16 U Inspiring Cleric -17 U Ixalan's Binding -18 C Kinjalli's Caller -19 R Kinjalli's Sunwing -20 C Legion Conquistador -21 C Legion's Judgment -22 R Legion's Landing -23 C Looming Altisaur -24 R Mavren Fein, Dusk Apostle -25 C Paladin of the Bloodstained -26 C Pious Interdiction -27 R Priest of the Wakening Sun -28 C Pterodon Knight -29 C Queen's Commission -30 U Rallying Roar -31 C Raptor Companion -32 C Ritual of Rejuvenation -33 R Sanguine Sacrament -34 R Settle the Wreckage -35 U Sheltering Light -36 C Shining Aerosaur -37 C Skyblade of the Legion -38 C Slash of Talons -39 U Steadfast Armasaur -40 C Sunrise Seeker -41 C Territorial Hammerskull -42 R Tocatli Honor Guard -43 C Vampire's Zeal -44 M Wakening Sun's Avatar -45 U Air Elemental -46 R Arcane Adaptation -47 C Cancel -48 U Chart a Course -49 R Daring Saboteur -50 U Deadeye Quartermaster -51 U Deeproot Waters -52 C Depths of Desire -53 C Dive Down -54 R Dreamcaller Siren -55 R Entrancing Melody -56 U Favorable Winds -57 R Fleet Swallower -58 C Headwater Sentries -59 R Herald of Secret Streams -60 M Jace, Cunning Castaway -61 R Kopala, Warden of Waves -62 U Lookout's Dispersal -63 U Navigator's Ruin -64 C One With the Wind -65 C Opt -66 M Overflowing Insight -67 U Perilous Voyage -68 C Pirate's Prize -69 C Prosperous Pirates -70 U River Sneak -71 R River's Rebuke -72 C Run Aground -73 C Sailor of Means -74 R Search for Azcanta -75 C Shaper Apprentice -76 C Shipwreck Looter -77 C Shore Keeper -78 C Siren Lookout -79 U Siren Stormtamer -80 C Siren's Ruse -81 C Spell Pierce -82 R Spell Swindle -83 U Storm Fleet Aerialist -84 U Storm Fleet Spy -85 C Storm Sculptor -86 U Tempest Caller -87 C Watertrap Weaver -88 C Wind Strider -89 C Anointed Deacon -90 R Arguel's Blood Fast -91 U Bishop of the Bloodstained -92 C Blight Keeper -93 R Bloodcrazed Paladin -94 M Boneyard Parley -95 C Contract Killing -96 C Costly Plunder -97 U Dark Nourishment -98 C Deadeye Tormentor -99 R Deadeye Tracker -100 U Deathless Ancient -101 C Desperate Castaways -102 C Dire Fleet Hoarder -103 C Dire Fleet Interloper -104 M Dire Fleet Ravager -105 C Duress -106 R Fathom Fleet Captain -107 C Fathom Fleet Cutthroat -108 U Grim Captain's Call -109 U Heartless Pillage -110 U Kitesail Freebooter -111 U Lurking Chupacabra -112 C March of the Drowned -113 C Mark of the Vampire -114 C Queen's Agent -115 C Queen's Bay Soldier -116 U Raiders' Wake -117 R Revel in Riches -118 R Ruin Raider -119 U Ruthless Knave -120 R Sanctum Seeker -121 U Seekers' Squire -122 C Skittering Heartstopper -123 C Skulduggery -124 C Skymarch Bloodletter -125 C Spreading Rot -126 R Sword-Point Diplomacy -127 C Vanquish the Weak -128 U Vicious Conquistador -129 R Vraska's Contempt -130 U Walk the Plank -131 U Wanted Scoundrels -132 R Angrath's Marauders -133 U Bonded Horncrest -134 C Brazen Buccaneers -135 R Burning Sun's Avatar -136 R Captain Lannery Storm -137 R Captivating Crew -138 U Charging Monstrosaur -139 C Demolish -140 U Dinosaur Stampede -141 C Dual Shot -142 C Fathom Fleet Firebrand -143 U Fiery Cannonade -144 C Fire Shrine Keeper -145 C Firecannon Blast -146 C Frenzied Raptor -147 C Headstrong Brute -148 C Hijack -149 U Lightning Strike -150 U Lightning-Rig Crew -151 U Makeshift Munitions -152 C Nest Robber -153 U Otepec Huntmaster -154 R Rampaging Ferocidon -155 U Raptor Hatchling -156 R Repeating Barrage -157 U Rigging Runner -158 C Rile -159 M Rowdy Crew -160 C Rummaging Goblin -161 M Star of Extinction -162 U Storm Fleet Arsonist -163 C Storm Fleet Pyromancer -164 C Sun-Crowned Hunters -165 R Sunbird's Invocation -166 C Sure Strike -167 C Swashbuckling -168 C Thrash of Raptors -169 C Tilonalli's Knight -170 R Tilonalli's Skinshifter -171 U Trove of Temptation -172 C Unfriendly Fire -173 R Vance's Blasting Cannons -174 U Wily Goblin -175 C Ancient Brontodon -176 U Atzocan Archer -177 C Blinding Fog -178 C Blossom Dryad -179 M Carnage Tyrant -180 C Colossal Dreadmaw -181 C Commune with Dinosaurs -182 C Crash the Ramparts -183 C Crushing Canopy -184 R Deathgorge Scavenger -185 R Deeproot Champion -186 C Deeproot Warrior -187 U Drover of the Mighty -188 U Emergent Growth -189 R Emperor's Vanguard -190 C Grazing Whiptail -191 R Growing Rites of Itlimoc -192 C Ixalli's Diviner -193 C Ixalli's Keeper -194 C Jade Guardian -195 C Jungle Delver -196 U Kumena's Speaker -197 U Merfolk Branchwalker -198 C New Horizons -199 R Old-Growth Dryads -200 C Pounce -201 U Ranging Raptors -202 C Ravenous Daggertooth -203 R Ripjaw Raptor -204 C River Heralds' Boon -205 U Savage Stomp -206 R Shapers' Sanctuary -207 U Slice in Twain -208 U Snapping Sailback -209 C Spike-Tailed Ceratops -210 U Thundering Spineback -211 C Tishana's Wayfinder -212 U Verdant Rebirth -213 R Verdant Sun's Avatar -214 U Vineshaper Mystic -215 R Waker of the Wilds -216 U Wildgrowth Walker -217 M Admiral Beckett Brass -218 U Belligerent Brontodon -219 U Call to the Feast -220 U Deadeye Plunderers -221 U Dire Fleet Captain -222 M Gishath, Sun's Avatar -223 R Hostage Taker -224 M Huatli, Warrior Poet -225 U Marauding Looter -226 U Raging Swordtooth -227 R Regisaur Alpha -228 U Shapers of Nature -229 U Sky Terror -230 M Tishana, Voice of Thunder -231 M Vona, Butcher of Magan -232 M Vraska, Relic Seeker -233 C Cobbled Wings -234 R Conqueror's Galleon -235 R Dowsing Dagger -236 U Dusk Legion Dreadnought -237 U Elaborate Firecannon -238 R Fell Flagship -239 C Gilded Sentinel -240 C Hierophant's Chalice -241 U Pillar of Origins -242 C Pirate's Cutlass -243 R Primal Amulet -244 C Prying Blade -245 U Sentinel Totem -246 R Shadowed Caravel -247 U Sleek Schooner -248 R Sorcerous Spyglass -249 R Thaumatic Compass -250 R Treasure Map -251 R Vanquisher's Banner -252 R Dragonskull Summit -253 R Drowned Catacomb -254 U Field of Ruin -255 R Glacial Fortress -256 R Rootbound Crag -257 R Sunpetal Grove -258 U Unclaimed Territory -259 C Unknown Shores -260 L Plains -261 L Plains -262 L Plains -263 L Plains -264 L Island -265 L Island -266 L Island -267 L Island -268 L Swamp -269 L Swamp -270 L Swamp -271 L Swamp -272 L Mountain -273 L Mountain -274 L Mountain -275 L Mountain -276 L Forest -277 L Forest -278 L Forest -279 L Forest +1 U Adanto Vanguard @Anna Steinbauer +2 R Ashes of the Abhorrent @Daarken +3 M Axis of Mortality @Bastien L. Deharme +4 U Bellowing Aegisaur @Craig J Spearing +5 R Bishop of Rebirth @Tommy Arnold +6 C Bishop's Soldier @Scott Murphy +7 U Bright Reprisal @Ryan Alexander Lee +8 C Demystify @Igor Kieryluk +9 U Duskborne Skymarcher @Seb McKinnon +10 U Emissary of Sunrise @Deruchenko Alexander +11 C Encampment Keeper @Craig J Spearing +12 U Glorifier of Dusk @Viktor Titov +13 R Goring Ceratops @Zezhou Chen +14 U Imperial Aerosaur @Jesper Ejsing +15 U Imperial Lancer @Viktor Titov +16 U Inspiring Cleric @Randy Gallegos +17 U Ixalan's Binding @Chase Stone +18 C Kinjalli's Caller @Sara Winters +19 R Kinjalli's Sunwing @Simon Dominic +20 C Legion Conquistador @Sidharth Chaturvedi +21 C Legion's Judgment @Lucas Graciano +22 R Legion's Landing @Svetlin Velinov +23 C Looming Altisaur @Lars Grant-West +24 R Mavren Fein, Dusk Apostle @Daarken +25 C Paladin of the Bloodstained @Bastien L. Deharme +26 C Pious Interdiction @Lake Hurwitz +27 R Priest of the Wakening Sun @Bastien L. Deharme +28 C Pterodon Knight @Anthony Palumbo +29 C Queen's Commission @Mark Behm +30 U Rallying Roar @John Stanko +31 C Raptor Companion @Slawomir Maniak +32 C Ritual of Rejuvenation @Bastien L. Deharme +33 R Sanguine Sacrament @Bastien L. Deharme +34 R Settle the Wreckage @Dimitar Marinski +35 U Sheltering Light @Gabor Szikszai +36 C Shining Aerosaur @Dan Scott +37 C Skyblade of the Legion @Daarken +38 C Slash of Talons @Magali Villeneuve +39 U Steadfast Armasaur @Greg Opalinski +40 C Sunrise Seeker @Filip Burburan +41 C Territorial Hammerskull @Lars Grant-West +42 R Tocatli Honor Guard @Sara Winters +43 C Vampire's Zeal @Gabor Szikszai +44 M Wakening Sun's Avatar @Tyler Jacobson +45 U Air Elemental @Tomasz Jedruszek +46 R Arcane Adaptation @Mark Behm +47 C Cancel @Mathias Kollros +48 U Chart a Course @James Ryman +49 R Daring Saboteur @Victor Adame Minguez +50 U Deadeye Quartermaster @Josh Hass +51 U Deeproot Waters @Zezhou Chen +52 C Depths of Desire @John Stanko +53 C Dive Down @Magali Villeneuve +54 R Dreamcaller Siren @Eric Deschamps +55 R Entrancing Melody @Winona Nelson +56 U Favorable Winds @Shreya Shetty +57 R Fleet Swallower @Tomasz Jedruszek +58 C Headwater Sentries @Naomi Baker +59 R Herald of Secret Streams @Sara Winters +60 M Jace, Cunning Castaway @Kieran Yanner +61 R Kopala, Warden of Waves @Magali Villeneuve +62 U Lookout's Dispersal @Ryan Yee +63 U Navigator's Ruin @Zoltan Boros +64 C One With the Wind @Naomi Baker +65 C Opt @Craig J Spearing +66 M Overflowing Insight @Lucas Graciano +67 U Perilous Voyage @Wesley Burt +68 C Pirate's Prize @Deruchenko Alexander +69 C Prosperous Pirates @Josh Hass +70 U River Sneak @Slawomir Maniak +71 R River's Rebuke @Raymond Swanland +72 C Run Aground @Sara Winters +73 C Sailor of Means @Ryan Pancoast +74 R Search for Azcanta @Magali Villeneuve +75 C Shaper Apprentice @Yongjae Choi +76 C Shipwreck Looter @Wayne Reynolds +77 C Shore Keeper @YW Tang +78 C Siren Lookout @Chris Rallis +79 U Siren Stormtamer @Josu Hernaiz +80 C Siren's Ruse @Ben Maier +81 C Spell Pierce @Deruchenko Alexander +82 R Spell Swindle @Victor Adame Minguez +83 U Storm Fleet Aerialist @Jesper Ejsing +84 U Storm Fleet Spy @Scott Murphy +85 C Storm Sculptor @Sidharth Chaturvedi +86 U Tempest Caller @Ryan Alexander Lee +87 C Watertrap Weaver @Josu Hernaiz +88 C Wind Strider @Magali Villeneuve +89 C Anointed Deacon @Winona Nelson +90 R Arguel's Blood Fast @Daarken +91 U Bishop of the Bloodstained @Yongjae Choi +92 C Blight Keeper @Ben Wootten +93 R Bloodcrazed Paladin @Daarken +94 M Boneyard Parley @James Ryman +95 C Contract Killing @Winona Nelson +96 C Costly Plunder @Ben Maier +97 U Dark Nourishment @Josh Hass +98 C Deadeye Tormentor @Eric Deschamps +99 R Deadeye Tracker @Deruchenko Alexander +100 U Deathless Ancient @Nils Hamm +101 C Desperate Castaways @Zoltan Boros +102 C Dire Fleet Hoarder @Deruchenko Alexander +103 C Dire Fleet Interloper @John Severin Brassell +104 M Dire Fleet Ravager @Bram Sels +105 C Duress @Lucas Graciano +106 R Fathom Fleet Captain @Matt Stewart +107 C Fathom Fleet Cutthroat @Josu Hernaiz +108 U Grim Captain's Call @Winona Nelson +109 U Heartless Pillage @Sara Winters +110 U Kitesail Freebooter @Dan Scott +111 U Lurking Chupacabra @YW Tang +112 C March of the Drowned @Ben Wootten +113 C Mark of the Vampire @Yongjae Choi +114 C Queen's Agent @Winona Nelson +115 C Queen's Bay Soldier @Jesper Ejsing +116 U Raiders' Wake @Zack Stella +117 R Revel in Riches @Eric Deschamps +118 R Ruin Raider @Kieran Yanner +119 U Ruthless Knave @Aaron Miller +120 R Sanctum Seeker @Volkan Baǵa +121 U Seekers' Squire @Anthony Palumbo +122 C Skittering Heartstopper @Aaron Miller +123 C Skulduggery @Deruchenko Alexander +124 C Skymarch Bloodletter @Tomasz Jedruszek +125 C Spreading Rot @Yeong-Hao Han +126 R Sword-Point Diplomacy @Eric Deschamps +127 C Vanquish the Weak @David Palumbo +128 U Vicious Conquistador @Kieran Yanner +129 R Vraska's Contempt @Clint Cearley +130 U Walk the Plank @Kieran Yanner +131 U Wanted Scoundrels @Volkan Baǵa +132 R Angrath's Marauders @Victor Adame Minguez +133 U Bonded Horncrest @Jesper Ejsing +134 C Brazen Buccaneers @Joseph Meehan +135 R Burning Sun's Avatar @Randy Vargas +136 R Captain Lannery Storm @Chris Rallis +137 R Captivating Crew @Winona Nelson +138 U Charging Monstrosaur @Zack Stella +139 C Demolish @Jesper Ejsing +140 U Dinosaur Stampede @Bram Sels +141 C Dual Shot @Sara Winters +142 C Fathom Fleet Firebrand @Zezhou Chen +143 U Fiery Cannonade @Ben Wootten +144 C Fire Shrine Keeper @Zoltan Boros +145 C Firecannon Blast @Svetlin Velinov +146 C Frenzied Raptor @Jesper Ejsing +147 C Headstrong Brute @Yongjae Choi +148 C Hijack @Svetlin Velinov +149 U Lightning Strike @Craig J Spearing +150 U Lightning-Rig Crew @Filip Burburan +151 U Makeshift Munitions @Filip Burburan +152 C Nest Robber @Jonathan Kuo +153 U Otepec Huntmaster @Daarken +154 R Rampaging Ferocidon @Jonathan Kuo +155 U Raptor Hatchling @Even Amundsen +156 R Repeating Barrage @Dan Scott +157 U Rigging Runner @Simon Dominic +158 C Rile @Igor Kieryluk +159 M Rowdy Crew @Steve Prescott +160 C Rummaging Goblin @Slawomir Maniak +161 M Star of Extinction @Chris Rahn +162 U Storm Fleet Arsonist @Jason A. Engle +163 C Storm Fleet Pyromancer @Kieran Yanner +164 C Sun-Crowned Hunters @Aaron Miller +165 R Sunbird's Invocation @Christine Choi +166 C Sure Strike @Izzy +167 C Swashbuckling @Josu Hernaiz +168 C Thrash of Raptors @Jonathan Kuo +169 C Tilonalli's Knight @Lius Lasahido +170 R Tilonalli's Skinshifter @Jason Rainville +171 U Trove of Temptation @Jonas De Ro +172 C Unfriendly Fire @Josu Hernaiz +173 R Vance's Blasting Cannons @Jonas De Ro +174 U Wily Goblin @Steve Prescott +175 C Ancient Brontodon @Jakub Kasper +176 U Atzocan Archer @Naomi Baker +177 C Blinding Fog @Igor Kieryluk +178 C Blossom Dryad @Shreya Shetty +179 M Carnage Tyrant @Yeong-Hao Han +180 C Colossal Dreadmaw @Jesper Ejsing +181 C Commune with Dinosaurs @Jonathan Kuo +182 C Crash the Ramparts @Mark Behm +183 C Crushing Canopy @Tomasz Jedruszek +184 R Deathgorge Scavenger @Tyler Jacobson +185 R Deeproot Champion @Raymond Swanland +186 C Deeproot Warrior @Slawomir Maniak +187 U Drover of the Mighty @Eric Deschamps +188 U Emergent Growth @Daniel Ljunggren +189 R Emperor's Vanguard @Victor Adame Minguez +190 C Grazing Whiptail @Gabor Szikszai +191 R Growing Rites of Itlimoc @Grzegorz Rutkowski +192 C Ixalli's Diviner @Lucas Graciano +193 C Ixalli's Keeper @Lake Hurwitz +194 C Jade Guardian @Chris Seaman +195 C Jungle Delver @Kieran Yanner +196 U Kumena's Speaker @Johann Bodin +197 U Merfolk Branchwalker @Kieran Yanner +198 C New Horizons @Noah Bradley +199 R Old-Growth Dryads @Yongjae Choi +200 C Pounce @Lucas Graciano +201 U Ranging Raptors @Simon Dominic +202 C Ravenous Daggertooth @Jakub Kasper +203 R Ripjaw Raptor @Ryan Pancoast +204 C River Heralds' Boon @Alex Konstad +205 U Savage Stomp @Wayne Reynolds +206 R Shapers' Sanctuary @Zezhou Chen +207 U Slice in Twain @Even Amundsen +208 U Snapping Sailback @Dan Scott +209 C Spike-Tailed Ceratops @Lius Lasahido +210 U Thundering Spineback @Tomasz Jedruszek +211 C Tishana's Wayfinder @Shreya Shetty +212 U Verdant Rebirth @Josu Hernaiz +213 R Verdant Sun's Avatar @Izzy +214 U Vineshaper Mystic @Kieran Yanner +215 R Waker of the Wilds @Shreya Shetty +216 U Wildgrowth Walker @Ryan Alexander Lee +217 M Admiral Beckett Brass @Jason Rainville +218 U Belligerent Brontodon @Dan Scott +219 U Call to the Feast @Yongjae Choi +220 U Deadeye Plunderers @Greg Opalinski +221 U Dire Fleet Captain @Yongjae Choi +222 M Gishath, Sun's Avatar @Zack Stella +223 R Hostage Taker @Wayne Reynolds +224 M Huatli, Warrior Poet @Tyler Jacobson +225 U Marauding Looter @Jason A. Engle +226 U Raging Swordtooth @Izzy +227 R Regisaur Alpha @Jonathan Kuo +228 U Shapers of Nature @Chris Seaman +229 U Sky Terror @Johann Bodin +230 M Tishana, Voice of Thunder @Anna Steinbauer +231 M Vona, Butcher of Magan @Volkan Baǵa +232 M Vraska, Relic Seeker @Chris Rahn +233 C Cobbled Wings @Kev Walker +234 R Conqueror's Galleon @Emrah Elmasli +235 R Dowsing Dagger @Florian de Gesincourt +236 U Dusk Legion Dreadnought @Titus Lunter +237 U Elaborate Firecannon @Adrian Majkrzak +238 R Fell Flagship @Titus Lunter +239 C Gilded Sentinel @Izzy +240 C Hierophant's Chalice @John Stanko +241 U Pillar of Origins @Dimitar Marinski +242 C Pirate's Cutlass @John Stanko +243 R Primal Amulet @John Avon +244 C Prying Blade @Aaron Miller +245 U Sentinel Totem @Anthony Palumbo +246 R Shadowed Caravel @Jason Felix +247 U Sleek Schooner @Mark Winters +248 R Sorcerous Spyglass @Kieran Yanner +249 R Thaumatic Compass @Yeong-Hao Han +250 R Treasure Map @Cliff Childs +251 R Vanquisher's Banner @Milivoj Ćeran +252 R Dragonskull Summit @Alayna Danner +253 R Drowned Catacomb @Jung Park +254 U Field of Ruin @Dimitar Marinski +255 R Glacial Fortress @James Paick +256 R Rootbound Crag @Grzegorz Rutkowski +257 R Sunpetal Grove @Dimitar Marinski +258 U Unclaimed Territory @Dimitar Marinski +259 C Unknown Shores @Rob Alexander +260 L Plains @Christine Choi +261 L Plains @Titus Lunter +262 L Plains @Raoul Vitale +263 L Plains @Min Yum +264 L Island @Christine Choi +265 L Island @Titus Lunter +266 L Island @Raoul Vitale +267 L Island @Min Yum +268 L Swamp @Christine Choi +269 L Swamp @Titus Lunter +270 L Swamp @Raoul Vitale +271 L Swamp @Min Yum +272 L Mountain @Christine Choi +273 L Mountain @Titus Lunter +274 L Mountain @Raoul Vitale +275 L Mountain @Min Yum +276 L Forest @Christine Choi +277 L Forest @Titus Lunter +278 L Forest @Raoul Vitale +279 L Forest @Min Yum [precon product] -280 M Jace, Ingenious Mind-Mage -281 C Castaway's Despair -282 R Grasping Current -283 U Jace's Sentinel -284 C Woodland Stream -285 M Huatli, Dinosaur Knight -286 C Huatli's Snubhorn -287 U Huatli's Spurring -288 R Sun-Blessed Mount -289 C Stone Quarry +280 M Jace, Ingenious Mind-Mage @Clint Cearley +281 C Castaway's Despair @Chris Rahn +282 R Grasping Current @Yongjae Choi +283 U Jace's Sentinel @Alex Konstad +284 C Woodland Stream @James Paick +285 M Huatli, Dinosaur Knight @Anna Steinbauer +286 C Huatli's Snubhorn @Randy Vargas +287 U Huatli's Spurring @Zack Stella +288 R Sun-Blessed Mount @Joe Slucher +289 C Stone Quarry @Noah Bradley [tokens] w_1_1_vampire_lifelink diff --git a/forge-gui/res/editions/Japan Junior Tournament.txt b/forge-gui/res/editions/Japan Junior Tournament.txt index 506f4f00815..77c0161299e 100644 --- a/forge-gui/res/editions/Japan Junior Tournament.txt +++ b/forge-gui/res/editions/Japan Junior Tournament.txt @@ -7,15 +7,15 @@ CardLang=ja ScryfallCode=PJJT [cards] -1N03 R Volcanic Hammer -1N04 R Giant Growth -1N05 R Slith Firewalker -1N06 R Sakura-Tribe Elder -1N07 R Soltari Priest -1N08 R Glorious Anthem -2N04 R Two-Headed Dragon -2N05 R Royal Assassin -2N06 R Shard Phoenix -2N07 R Whirling Dervish -2N08 R Elvish Champion -3N08 R Mad Auntie +1N03 R Volcanic Hammer @Christopher Rush +1N04 R Giant Growth @Terese Nielsen +1N05 R Slith Firewalker @Justin Sweet +1N06 R Sakura-Tribe Elder @Carl Critchlow +1N07 R Soltari Priest @Dany Orizio +1N08 R Glorious Anthem @Raymond Swanland +2N04 R Two-Headed Dragon @Sam Wood +2N05 R Royal Assassin @Tom Wänerstrand +2N06 R Shard Phoenix @Ron Spencer +2N07 R Whirling Dervish @Alex Horley-Orlandelli +2N08 R Elvish Champion @Matt Cavotta +3N08 R Mad Auntie @Wayne Reynolds diff --git a/forge-gui/res/editions/Journey into Nyx Promos.txt b/forge-gui/res/editions/Journey into Nyx Promos.txt index c77631e281f..78772103669 100644 --- a/forge-gui/res/editions/Journey into Nyx Promos.txt +++ b/forge-gui/res/editions/Journey into Nyx Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PJOU [cards] -6★ R Dawnbringer Charioteers -37 R Dictate of Kruphix -51★ R Scourge of Fleets -66★ R Doomwake Giant -84 U Squelching Leeches -93★ R Dictate of the Twin Gods -112★ R Spawn of Thraxes -*122 R Eidolon of Blossoms -126★ R Heroes' Bane +6★ R Dawnbringer Charioteers @Volkan Baǵa +37 R Dictate of Kruphix @Ryan Barger +51★ R Scourge of Fleets @Adam Paquette +66★ R Doomwake Giant @Nils Hamm +84 U Squelching Leeches @Tomasz Jedruszek +93★ R Dictate of the Twin Gods @Chase Stone +112★ R Spawn of Thraxes @Jason Rainville +*122 R Eidolon of Blossoms @Seb McKinnon +126★ R Heroes' Bane @Volkan Baǵa diff --git a/forge-gui/res/editions/Journey into Nyx.txt b/forge-gui/res/editions/Journey into Nyx.txt index e156998296b..55f83525143 100644 --- a/forge-gui/res/editions/Journey into Nyx.txt +++ b/forge-gui/res/editions/Journey into Nyx.txt @@ -11,171 +11,171 @@ FatPackExtraSlots=80 BasicLands THS ScryfallCode=JOU [cards] -1 R Aegis of the Gods -2 C Ajani's Presence -3 C Akroan Mastiff -4 C Armament of Nyx -5 U Banishing Light -6 R Dawnbringer Charioteers -7 R Deicide -8 R Dictate of Heliod -9 C Eagle of the Watch -10 U Eidolon of Rhetoric -11 C Font of Vigor -12 M Godsend -13 C Harvestguard Alseids -14 C Lagonna-Band Trailblazer -15 R Launch the Fleet -16 U Leonin Iconoclast -17 C Mortal Obstinacy -18 U Nyx-Fleece Ram -19 C Oppressive Rays -20 C Oreskos Swiftclaw -21 U Phalanx Formation -22 U Quarry Colossus -23 U Reprisal -24 U Sightless Brawler -25 R Skybind -26 U Skyspear Cavalry -27 C Stonewise Fortifier -28 C Supply-Line Cranes -29 U Tethmos High Priest -30 C Aerial Formation -31 R Battlefield Thaumaturge -32 C Cloaked Siren -33 C Countermand -34 U Crystalline Nautilus -35 U Dakra Mystic -36 R Daring Thief -37 R Dictate of Kruphix -38 C Font of Fortunes -39 C Godhunter Octopus -40 U Hour of Need -41 C Hubris -42 R Hypnotic Siren -43 U Interpret the Signs -44 U Kiora's Dismissal -45 C Pin to the Earth -46 R Polymorphous Rush -47 U Pull from the Deep -48 U Riptide Chimera -49 C Rise of Eagles -50 M Sage of Hours -51 R Scourge of Fleets -52 C Sigiled Starfish -53 C Thassa's Devourer -54 U Thassa's Ire -55 U Triton Cavalry -56 C Triton Shorestalker -57 C War-Wing Siren -58 U Whitewater Naiads -59 U Agent of Erebos -60 C Aspect of Gorgon -61 C Bloodcrazed Hoplite -62 U Brain Maggot -63 C Cast into Darkness -64 C Cruel Feeding -65 R Dictate of Erebos -66 R Doomwake Giant -67 C Dreadbringer Lampads -68 R Extinguish All Hope -69 C Feast of Dreams -70 U Felhide Petrifier -71 C Font of Return -72 U Gnarled Scarhide -73 C Grim Guardian -74 R King Macar, the Gold-Cursed -75 R Master of the Feast -76 U Nightmarish End -77 C Nyx Infusion -78 C Pharika's Chosen -79 C Returned Reveler -80 U Ritual of the Returned -81 C Rotted Hulk -82 R Silence the Believers -83 U Spiteful Blow -84 U Squelching Leeches -85 U Thoughtrender Lamia -86 U Tormented Thoughts -87 M Worst Fears -88 U Akroan Line Breaker -89 R Bearer of the Heavens -90 C Bladetusk Boar -91 U Blinding Flare -92 U Cyclops of Eternal Fury -93 R Dictate of the Twin Gods -94 R Eidolon of the Great Revel -95 C Flamespeaker's Will -96 C Flurry of Horns -97 C Font of Ire -98 U Forgeborn Oreads -99 C Gluttonous Cyclops -100 R Harness by Force -101 U Knowledge and Power -102 C Lightning Diadem -103 C Magma Spray -104 U Mogis's Warhound -105 C Pensive Minotaur -106 M Prophetic Flamespeaker -107 U Riddle of Lightning -108 U Rollick of Abandon -109 C Rouse the Mob -110 C Satyr Hoplite -111 C Sigiled Skink -112 R Spawn of Thraxes -113 U Spite of Mogis -114 C Starfall -115 R Twinflame -116 U Wildfire Cerberus -117 U Bassara Tower Archer -118 U Colossal Heroics -119 U Consign to Dust -120 C Desecration Plague -121 R Dictate of Karametra -122 R Eidolon of Blossoms -123 C Font of Fertility -124 C Golden Hind -125 U Goldenhide Ox -126 R Heroes' Bane -127 C Humbler of Mortals -128 R Hydra Broodmaster -129 C Kruphix's Insight -130 C Market Festival -131 C Nature's Panoply -132 U Nessian Game Warden -133 C Oakheart Dryads -134 C Pheres-Band Thunderhoof -135 R Pheres-Band Warchief -136 C Ravenous Leucrocota -137 C Renowned Weaver -138 U Reviving Melody -139 C Satyr Grovedancer -140 R Setessan Tactics -141 U Solidarity of Heroes -142 U Spirespine -143 U Strength from the Fallen -144 U Swarmborn Giant -145 M Ajani, Mentor of Heroes -146 M Athreos, God of Passage -147 U Desperate Stand -148 U Disciple of Deceit -149 U Fleetfeather Cockatrice -150 M Iroas, God of Victory -151 M Keranos, God of Storms -152 M Kruphix, God of Horizons -153 U Nyx Weaver -154 M Pharika, God of Affliction -155 R Revel of the Fallen God -156 U Stormchaser Chimera -157 U Underworld Coinsmith -158 U Armory of Iroas -159 U Chariot of Victory -160 U Deserter's Quarters -161 U Gold-Forged Sentinel -162 R Hall of Triumph -163 R Mana Confluence -164 R Temple of Epiphany -165 R Temple of Malady +1 R Aegis of the Gods @Yefim Kligerman +2 C Ajani's Presence @Raymond Swanland +3 C Akroan Mastiff @Zoltan Boros +4 C Armament of Nyx @Slawomir Maniak +5 U Banishing Light @Willian Murai +6 R Dawnbringer Charioteers @Ryan Alexander Lee +7 R Deicide @Jason Chan +8 R Dictate of Heliod @Terese Nielsen +9 C Eagle of the Watch @Scott Murphy +10 U Eidolon of Rhetoric @Ryan Yee +11 C Font of Vigor @Noah Bradley +12 M Godsend @Daniel Ljunggren +13 C Harvestguard Alseids @Igor Kieryluk +14 C Lagonna-Band Trailblazer @James Zapata +15 R Launch the Fleet @Karl Kopinski +16 U Leonin Iconoclast @Steve Prescott +17 C Mortal Obstinacy @Slawomir Maniak +18 U Nyx-Fleece Ram @Terese Nielsen +19 C Oppressive Rays @Mark Zug +20 C Oreskos Swiftclaw @James Ryman +21 U Phalanx Formation @Dan Scott +22 U Quarry Colossus @Todd Lockwood +23 U Reprisal @Raymond Swanland +24 U Sightless Brawler @Johann Bodin +25 R Skybind @Igor Kieryluk +26 U Skyspear Cavalry @Wayne Reynolds +27 C Stonewise Fortifier @Ryan Alexander Lee +28 C Supply-Line Cranes @Daniel Ljunggren +29 U Tethmos High Priest @Mark Zug +30 C Aerial Formation @Zack Stella +31 R Battlefield Thaumaturge @Mike Sass +32 C Cloaked Siren @Mark Zug +33 C Countermand @Clint Cearley +34 U Crystalline Nautilus @Brad Rigney +35 U Dakra Mystic @Wesley Burt +36 R Daring Thief @Johann Bodin +37 R Dictate of Kruphix @Daarken +38 C Font of Fortunes @Jonas De Ro +39 C Godhunter Octopus @Tyler Jacobson +40 U Hour of Need @Jesper Ejsing +41 C Hubris @Seb McKinnon +42 R Hypnotic Siren @James Ryman +43 U Interpret the Signs @Cynthia Sheppard +44 U Kiora's Dismissal @Mathias Kollros +45 C Pin to the Earth @Johann Bodin +46 R Polymorphous Rush @Ryan Barger +47 U Pull from the Deep @Ryan Yee +48 U Riptide Chimera @Ryan Barger +49 C Rise of Eagles @Noah Bradley +50 M Sage of Hours @Matt Stewart +51 R Scourge of Fleets @Steven Belledin +52 C Sigiled Starfish @Nils Hamm +53 C Thassa's Devourer @David Palumbo +54 U Thassa's Ire @Chris Rahn +55 U Triton Cavalry @Kev Walker +56 C Triton Shorestalker @Svetlin Velinov +57 C War-Wing Siren @Magali Villeneuve +58 U Whitewater Naiads @William Wu +59 U Agent of Erebos @Cyril Van Der Haegen +60 C Aspect of Gorgon @Willian Murai +61 C Bloodcrazed Hoplite @Jeff Simpson +62 U Brain Maggot @Min Yum +63 C Cast into Darkness @Clint Cearley +64 C Cruel Feeding @Jason A. Engle +65 R Dictate of Erebos @Michael C. Hayes +66 R Doomwake Giant @Kev Walker +67 C Dreadbringer Lampads @Willian Murai +68 R Extinguish All Hope @Chase Stone +69 C Feast of Dreams @Clint Cearley +70 U Felhide Petrifier @James Ryman +71 C Font of Return @Daarken +72 U Gnarled Scarhide @Greg Staples +73 C Grim Guardian @Ryan Barger +74 R King Macar, the Gold-Cursed @Greg Staples +75 R Master of the Feast @Chris Rahn +76 U Nightmarish End @Willian Murai +77 C Nyx Infusion @Jason A. Engle +78 C Pharika's Chosen @Jonas De Ro +79 C Returned Reveler @Allen Williams +80 U Ritual of the Returned @Zack Stella +81 C Rotted Hulk @Raymond Swanland +82 R Silence the Believers @Slawomir Maniak +83 U Spiteful Blow @Jason Chan +84 U Squelching Leeches @Svetlin Velinov +85 U Thoughtrender Lamia @Magali Villeneuve +86 U Tormented Thoughts @Allen Williams +87 M Worst Fears @Eric Deschamps +88 U Akroan Line Breaker @Marco Nelor +89 R Bearer of the Heavens @Ryan Alexander Lee +90 C Bladetusk Boar @Sam Burley +91 U Blinding Flare @Evan Shipard +92 U Cyclops of Eternal Fury @Matt Stewart +93 R Dictate of the Twin Gods @Jaime Jones +94 R Eidolon of the Great Revel @Cyril Van Der Haegen +95 C Flamespeaker's Will @Daniel Ljunggren +96 C Flurry of Horns @Phill Simmer +97 C Font of Ire @Zack Stella +98 U Forgeborn Oreads @Ryan Yee +99 C Gluttonous Cyclops @Steve Prescott +100 R Harness by Force @Yefim Kligerman +101 U Knowledge and Power @Jung Park +102 C Lightning Diadem @Ryan Alexander Lee +103 C Magma Spray @Richard Wright +104 U Mogis's Warhound @John Severin Brassell +105 C Pensive Minotaur @Svetlin Velinov +106 M Prophetic Flamespeaker @Cynthia Sheppard +107 U Riddle of Lightning @Daarken +108 U Rollick of Abandon @Mathias Kollros +109 C Rouse the Mob @John Stanko +110 C Satyr Hoplite @Mark Zug +111 C Sigiled Skink @Yeong-Hao Han +112 R Spawn of Thraxes @Svetlin Velinov +113 U Spite of Mogis @Vincent Proce +114 C Starfall @Chris Rahn +115 R Twinflame @Chase Stone +116 U Wildfire Cerberus @Slawomir Maniak +117 U Bassara Tower Archer @Slawomir Maniak +118 U Colossal Heroics @Seb McKinnon +119 U Consign to Dust @Andreas Rocha +120 C Desecration Plague @Ralph Horsley +121 R Dictate of Karametra @Noah Bradley +122 R Eidolon of Blossoms @Min Yum +123 C Font of Fertility @Jack Wang +124 C Golden Hind @Cyril Van Der Haegen +125 U Goldenhide Ox @Jack Wang +126 R Heroes' Bane @Raymond Swanland +127 C Humbler of Mortals @Jason Felix +128 R Hydra Broodmaster @Steve Prescott +129 C Kruphix's Insight @Igor Kieryluk +130 C Market Festival @Ryan Barger +131 C Nature's Panoply @John Avon +132 U Nessian Game Warden @Vincent Proce +133 C Oakheart Dryads @Johann Bodin +134 C Pheres-Band Thunderhoof @Christopher Moeller +135 R Pheres-Band Warchief @James Ryman +136 C Ravenous Leucrocota @Christopher Burdett +137 C Renowned Weaver @Yohann Schepacz +138 U Reviving Melody @Cynthia Sheppard +139 C Satyr Grovedancer @Jason A. Engle +140 R Setessan Tactics @Mark Winters +141 U Solidarity of Heroes @Eric Deschamps +142 U Spirespine @Sam Burley +143 U Strength from the Fallen @Min Yum +144 U Swarmborn Giant @Jaime Jones +145 M Ajani, Mentor of Heroes @Aaron Miller +146 M Athreos, God of Passage @Ryan Barger +147 U Desperate Stand @Raymond Swanland +148 U Disciple of Deceit @Daarken +149 U Fleetfeather Cockatrice @Matt Stewart +150 M Iroas, God of Victory @Slawomir Maniak +151 M Keranos, God of Storms @Daarken +152 M Kruphix, God of Horizons @Daarken +153 U Nyx Weaver @Jack Wang +154 M Pharika, God of Affliction @Peter Mohrbacher +155 R Revel of the Fallen God @Adam Paquette +156 U Stormchaser Chimera @Greg Staples +157 U Underworld Coinsmith @Mark Winters +158 U Armory of Iroas @Yeong-Hao Han +159 U Chariot of Victory @John Stanko +160 U Deserter's Quarters @Daniel Ljunggren +161 U Gold-Forged Sentinel @James Zapata +162 R Hall of Triumph @Ryan Yee +163 R Mana Confluence @Richard Wright +164 R Temple of Epiphany @Noah Bradley +165 R Temple of Malady @James Paick [tokens] gold diff --git a/forge-gui/res/editions/Judge Gift Cards 1998.txt b/forge-gui/res/editions/Judge Gift Cards 1998.txt index 4d030b2b608..d6d9022e142 100644 --- a/forge-gui/res/editions/Judge Gift Cards 1998.txt +++ b/forge-gui/res/editions/Judge Gift Cards 1998.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=JGP [cards] -1 R Lightning Bolt -2 R Stroke of Genius -3 R Gaea's Cradle +1 R Lightning Bolt @Christopher Rush +2 R Stroke of Genius @Stephen Daniele +3 R Gaea's Cradle @Mark Zug diff --git a/forge-gui/res/editions/Judge Gift Cards 1999.txt b/forge-gui/res/editions/Judge Gift Cards 1999.txt index 0043c145eda..38df2992082 100644 --- a/forge-gui/res/editions/Judge Gift Cards 1999.txt +++ b/forge-gui/res/editions/Judge Gift Cards 1999.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=G99 [cards] -1 R Memory Lapse +1 R Memory Lapse @Mark Tedin diff --git a/forge-gui/res/editions/Judge Gift Cards 2000.txt b/forge-gui/res/editions/Judge Gift Cards 2000.txt index ff7e5d7ca21..c6bf7a582f6 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2000.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2000.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=G00 [cards] -1 R Counterspell -2 R Vampiric Tutor +1 R Counterspell @Dom! +2 R Vampiric Tutor @Gary Leach diff --git a/forge-gui/res/editions/Judge Gift Cards 2001.txt b/forge-gui/res/editions/Judge Gift Cards 2001.txt index e86ddf2b95c..bb872637517 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2001.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2001.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=G01 [cards] -1 R Ball Lightning -2 R Oath of Druids +1 R Ball Lightning @Quinton Hoover +2 R Oath of Druids @Daren Bader diff --git a/forge-gui/res/editions/Judge Gift Cards 2002.txt b/forge-gui/res/editions/Judge Gift Cards 2002.txt index 88c99b714c8..49c475adcb2 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2002.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2002.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=G02 [cards] -1 R Hammer of Bogardan -2 R Tradewind Rider +1 R Hammer of Bogardan @Ron Spencer +2 R Tradewind Rider @John Matson diff --git a/forge-gui/res/editions/Judge Gift Cards 2004.txt b/forge-gui/res/editions/Judge Gift Cards 2004.txt index 8c3f21e20e7..41db731f171 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2004.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2004.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=G04 [cards] -1 R Armageddon -2 R Balance -3 R Time Warp -4 R Phyrexian Negator -5 R Deranged Hermit -6 R Hermit Druid +1 R Armageddon @John Avon +2 R Balance @Kev Walker +3 R Time Warp @Pete Venters +4 R Phyrexian Negator @John Zeleznik +5 R Deranged Hermit @Kev Walker +6 R Hermit Druid @Heather Hudson diff --git a/forge-gui/res/editions/Judge Gift Cards 2005.txt b/forge-gui/res/editions/Judge Gift Cards 2005.txt index 650873e8d77..5ff0040b28d 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2005.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2005.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=G05 [cards] -1 R Gemstone Mine -2 R Regrowth -3 R Sol Ring -4 R Mishra's Factory +1 R Gemstone Mine @Brom +2 R Regrowth @Dameon Willich +3 R Sol Ring @Mark Tedin +4 R Mishra's Factory @Kaja Foglio & Phil Foglio diff --git a/forge-gui/res/editions/Judge Gift Cards 2006.txt b/forge-gui/res/editions/Judge Gift Cards 2006.txt index 90657090a5c..39fb1309b82 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2006.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2006.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=G06 [cards] -1 R Exalted Angel -2 R Grim Lavamancer -3 R Meddling Mage -4 R Pernicious Deed +1 R Exalted Angel @Rob Alexander +2 R Grim Lavamancer @Michael Sutfin +3 R Meddling Mage @Nottsuo +4 R Pernicious Deed @Ittoku diff --git a/forge-gui/res/editions/Judge Gift Cards 2007.txt b/forge-gui/res/editions/Judge Gift Cards 2007.txt index 06e1a88123e..bc0d84e4d3b 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2007.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2007.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=G07 [cards] -1 R Ravenous Baloth -2 R Cunning Wish -3 R Yawgmoth's Will -4 R Vindicate -5 R Decree of Justice +1 R Ravenous Baloth @Todd Lockwood +2 R Cunning Wish @Zoltan Boros & Gabor Szikszai +3 R Yawgmoth's Will @Ron Spencer +4 R Vindicate @Mark Zug +5 R Decree of Justice @Alan Pollack diff --git a/forge-gui/res/editions/Judge Gift Cards 2008.txt b/forge-gui/res/editions/Judge Gift Cards 2008.txt index 834318cf303..237352c8d2e 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2008.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2008.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=G08 [cards] -1 R Orim's Chant -2 R Mind's Desire -3 R Demonic Tutor -4 R Goblin Piledriver -5 R Living Wish +1 R Orim's Chant @Chippy +2 R Mind's Desire @Anthony Francisco +3 R Demonic Tutor @Daarken +4 R Goblin Piledriver @Dave Kendall +5 R Living Wish @Hideaki Takamura diff --git a/forge-gui/res/editions/Judge Gift Cards 2009.txt b/forge-gui/res/editions/Judge Gift Cards 2009.txt index e52432e2901..68767fd315d 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2009.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2009.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=G09 [cards] -1 R Dark Ritual -2 R Maze of Ith -3 R Stifle -4 R Survival of the Fittest -5 R Burning Wish -6 R Bloodstained Mire -7 R Flooded Strand -8 R Polluted Delta -9 R Windswept Heath -10 R Wooded Foothills +1 R Dark Ritual @Mark Hyzer +2 R Maze of Ith @Zoltan Boros & Gabor Szikszai +3 R Stifle @Eric Fortune +4 R Survival of the Fittest @Shelly Wan +5 R Burning Wish @Ariel Olivetti +6 R Bloodstained Mire @Rob Alexander +7 R Flooded Strand @Rob Alexander +8 R Polluted Delta @Rob Alexander +9 R Windswept Heath @Anthony S. Waters +10 R Wooded Foothills @Rob Alexander diff --git a/forge-gui/res/editions/Judge Gift Cards 2010.txt b/forge-gui/res/editions/Judge Gift Cards 2010.txt index ebf52e04349..1e74a09c2da 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2010.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2010.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=G10 [cards] -1 R Sinkhole -2 R Natural Order -3 R Phyrexian Dreadnought -4 R Thawing Glaciers -5 R Land Tax -6 R Morphling -7 R Wheel of Fortune -8 R Wasteland +1 R Sinkhole @Dave Allsop +2 R Natural Order @Terese Nielsen +3 R Phyrexian Dreadnought @Pete Venters +4 R Thawing Glaciers @Jim Nelson +5 R Land Tax @Chuck Lukacs +6 R Morphling @rk post +7 R Wheel of Fortune @John Matson +8 R Wasteland @Carl Critchlow diff --git a/forge-gui/res/editions/Judge Gift Cards 2011.txt b/forge-gui/res/editions/Judge Gift Cards 2011.txt index b9676cef11b..037f35886ea 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2011.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2011.txt @@ -6,14 +6,14 @@ Type=Promo ScryfallCode=G11 [cards] -1 R Bitterblossom -2 R Sword of Fire and Ice -3 R Vendilion Clique -4 R Entomb -5 R Mana Crypt -6 R Dark Confidant -7 R Doubling Season -8 R Goblin Welder +1 R Bitterblossom @Nils Hamm +2 R Sword of Fire and Ice @Mark Zug +3 R Vendilion Clique @Jesper Ejsing +4 R Entomb @Ron Spears +5 R Mana Crypt @Matt Stewart +6 R Dark Confidant @Ron Spears +7 R Doubling Season @Chuck Lukacs +8 R Goblin Welder @Scott M. Fischer [tokens] g_2_2_wolf diff --git a/forge-gui/res/editions/Judge Gift Cards 2012.txt b/forge-gui/res/editions/Judge Gift Cards 2012.txt index e690104c0b1..856faaa4b42 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2012.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2012.txt @@ -6,14 +6,14 @@ Type=Promo ScryfallCode=J12 [cards] -1 R Xiahou Dun, the One-Eyed -2 R Flusterstorm -3 R Noble Hierarch -4 R Karmic Guide -5 R Sneak Attack -6 R Karakas -7 R Sword of Light and Shadow -8 R Command Tower +1 R Xiahou Dun, the One-Eyed @Junko Taguchi +2 R Flusterstorm @Erica Yang +3 R Noble Hierarch @Mark Zug +4 R Karmic Guide @Allen Williams +5 R Sneak Attack @Tyler Jacobson +6 R Karakas @Drew Baker +7 R Sword of Light and Shadow @Mark Zug +8 R Command Tower @Ryan Yee [tokens] g_3_3_centaur diff --git a/forge-gui/res/editions/Judge Gift Cards 2013.txt b/forge-gui/res/editions/Judge Gift Cards 2013.txt index a754471bdb9..46e738eaf26 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2013.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2013.txt @@ -6,14 +6,14 @@ Type=Promo ScryfallCode=J13 [cards] -1 R Swords to Plowshares -2 R Bribery -3 R Imperial Recruiter -4 R Crucible of Worlds -5 R Genesis -6 R Overwhelming Forces -7 R Vindicate -8 R Show and Tell +1 R Swords to Plowshares @Sam Wolfe Connelly +2 R Bribery @Cynthia Sheppard +3 R Imperial Recruiter @Mitsuaki Sagiri +4 R Crucible of Worlds @Ron Spencer +5 R Genesis @Mark Zug +6 R Overwhelming Forces @Gao Yan +7 R Vindicate @Karla Ortiz +8 R Show and Tell @Zack Stella [tokens] c_3_3_e_a_golem diff --git a/forge-gui/res/editions/Judge Gift Cards 2014.txt b/forge-gui/res/editions/Judge Gift Cards 2014.txt index 9e7ffe8d0e3..97679eb0f6f 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2014.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2014.txt @@ -6,17 +6,17 @@ Type=Promo ScryfallCode=J14 [cards] -1 R Karador, Ghost Chieftain -2 R Greater Good -3 R Riku of Two Reflections -4 R Force of Will -5 R Hanna, Ship's Navigator -6 R Sword of Feast and Famine -7 R Nekusar, the Mindrazer -8 R Elesh Norn, Grand Cenobite -9 R Oloro, Ageless Ascetic -10 R Plains -11 R Island -12 R Swamp -13 R Mountain -14 R Forest +1 R Karador, Ghost Chieftain @Todd Lockwood +2 R Greater Good @Mathias Kollros +3 R Riku of Two Reflections @Izzy +4 R Force of Will @Matt Stewart +5 R Hanna, Ship's Navigator @Terese Nielsen +6 R Sword of Feast and Famine @Chris Rahn +7 R Nekusar, the Mindrazer @Mark Winters +8 R Elesh Norn, Grand Cenobite @Igor Kieryluk +9 R Oloro, Ageless Ascetic @Eric Deschamps +1★ R Plains @Terese Nielsen +2★ R Island @Terese Nielsen +3★ R Swamp @Terese Nielsen +4★ R Mountain @Terese Nielsen +5★ R Forest @Terese Nielsen diff --git a/forge-gui/res/editions/Judge Gift Cards 2015.txt b/forge-gui/res/editions/Judge Gift Cards 2015.txt index 83a2841a858..4a667628226 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2015.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2015.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=J15 [cards] -1 R Temporal Manipulation -2 R Shardless Agent -3 R Rishadan Port -4 R Ravages of War -5 R Damnation -6 R Dualcaster Mage -7 M Feldon of the Third Path -8 R Wasteland +1 R Temporal Manipulation @Franz Vohwinkel +2 R Shardless Agent @Izzy +3 R Rishadan Port @Jonas De Ro +4 R Ravages of War @Fang Yue +5 R Damnation @Kev Walker +6 R Dualcaster Mage @Matt Stewart +7 M Feldon of the Third Path @Chase Stone +8 R Wasteland @Steven Belledin diff --git a/forge-gui/res/editions/Judge Gift Cards 2016.txt b/forge-gui/res/editions/Judge Gift Cards 2016.txt index 4ed1effe665..97cb5bad6b3 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2016.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2016.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=J16 [cards] -1 R Stoneforge Mystic -2 R Mana Drain -3 R Azusa, Lost but Seeking -4 R Command Beacon -5 R Mystic Confluence -6 R Imperial Seal -7 R Defense of the Heart -8 R Zur the Enchanter +1 R Stoneforge Mystic @Johannes Voss +2 R Mana Drain @Mike Bierek +3 R Azusa, Lost but Seeking @Winona Nelson +4 R Command Beacon @Jonas De Ro +5 R Mystic Confluence @Kieran Yanner +6 R Imperial Seal @Li Tie +7 R Defense of the Heart @Jack Wang +8 R Zur the Enchanter @Josu Hernaiz diff --git a/forge-gui/res/editions/Judge Gift Cards 2017.txt b/forge-gui/res/editions/Judge Gift Cards 2017.txt index 5f99b06267d..0f7e1589b6c 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2017.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2017.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=J17 [cards] -1 M Avacyn, Angel of Hope -2 R Capture of Jingzhou -3 R Gaddock Teeg -4 R Homeward Path -5 M Doran, the Siege Tower -6 R Prismatic Geoscope -7 R Spellskite -8 R Pendelhaven -9 R Rules Lawyer +1 M Avacyn, Angel of Hope @Howard Lyon +2 R Capture of Jingzhou @Jack Wei +3 R Gaddock Teeg @Matt Stewart +4 R Homeward Path @Tomasz Jedruszek +5 M Doran, the Siege Tower @Rob Alexander +6 R Prismatic Geoscope @Steven Belledin +7 R Spellskite @Svetlin Velinov +8 R Pendelhaven @Dimitar Marinski +9 R Rules Lawyer @Dmitry Burmak diff --git a/forge-gui/res/editions/Judge Gift Cards 2018.txt b/forge-gui/res/editions/Judge Gift Cards 2018.txt index f931ee0d5cb..73eea093c53 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2018.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2018.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=J18 [cards] -1 R Merchant Scroll -2 R Vampiric Tutor -3 R Nin, the Pain Artist -4 R Commander's Sphere -5 R Teferi's Protection -6 R Lord of Atlantis -7 R Rhystic Study -8 R Food Chain +1 R Merchant Scroll @Scott Murphy +2 R Vampiric Tutor @Lucas Graciano +3 R Nin, the Pain Artist @Brad Rigney +4 R Commander's Sphere @Ryan Alexander Lee +5 R Teferi's Protection @Chase Stone +6 R Lord of Atlantis @Gabor Szikszai +7 R Rhystic Study @Paul Scott Canavan +8 R Food Chain @Craig J Spearing diff --git a/forge-gui/res/editions/Judge Gift Cards 2019.txt b/forge-gui/res/editions/Judge Gift Cards 2019.txt index 3f162920815..b5ffd04b667 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2019.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2019.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=J19 [cards] -1 M Mirri's Guile -2 M Sliver Legion -3 M Mox Opal -4 M Isolated Watchtower -5 M Monastery Mentor -6 R Yuriko, the Tiger's Shadow -7 R Chalice of the Void -8 R Reflecting Pool +1 M Mirri's Guile @Brom +2 M Sliver Legion @Lius Lasahido +3 M Mox Opal @Volkan Baǵa +4 M Isolated Watchtower @Alexander Forssberg +5 M Monastery Mentor @Anastasia Ovchinnikova +6 R Yuriko, the Tiger's Shadow @Yongjae Choi +7 R Chalice of the Void @Seb McKinnon +8 R Reflecting Pool @Peter Mohrbacher diff --git a/forge-gui/res/editions/Judge Gift Cards 2020.txt b/forge-gui/res/editions/Judge Gift Cards 2020.txt index 9d8becd009c..c36094dde38 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2020.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2020.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=J20 [cards] -1 R Arena Rector -2 R Enlightened Tutor -3 R Spellseeker -4 R Demonic Tutor -5 R Infernal Tutor -6 R Gamble -7 R Birthing Pod -8 R Sylvan Tutor -9 R Sterling Grove -10 R Eye of Ugin +1 R Arena Rector @Jason Rainville +2 R Enlightened Tutor @Aaron Miller +3 R Spellseeker @Anna Podedworna +4 R Demonic Tutor @Anna Steinbauer +5 R Infernal Tutor @Jason A. Engle +6 R Gamble @Rudy Siswanto +7 R Birthing Pod @Titus Lunter +8 R Sylvan Tutor @Iris Compiet +9 R Sterling Grove @Seb McKinnon +10 R Eye of Ugin @Daniel Ljunggren diff --git a/forge-gui/res/editions/Judge Gift Cards 2021.txt b/forge-gui/res/editions/Judge Gift Cards 2021.txt index ac6fd53bbe1..79385693d73 100644 --- a/forge-gui/res/editions/Judge Gift Cards 2021.txt +++ b/forge-gui/res/editions/Judge Gift Cards 2021.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=PJ21 [cards] -5 M The Gitrog Monster -6 R Grand Arbiter Augustin IV -7 M Karlov of the Ghost Council -9 M Nicol Bolas, the Ravager +5 M The Gitrog Monster @Nils Hamm +6 R Grand Arbiter Augustin IV @Matt Stewart +7 M Karlov of the Ghost Council @Wisnu Tan +9 M Nicol Bolas, the Ravager @Lie Setiawan diff --git a/forge-gui/res/editions/Judge_Gift_Cards_2003.txt b/forge-gui/res/editions/Judge_Gift_Cards_2003.txt index 6bcfd592cf7..afe16cdceb5 100644 --- a/forge-gui/res/editions/Judge_Gift_Cards_2003.txt +++ b/forge-gui/res/editions/Judge_Gift_Cards_2003.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=G03 [cards] -1 R Intuition -2 R Argothian Enchantress -3 R Living Death +1 R Intuition @April Lee +2 R Argothian Enchantress @Daren Bader +3 R Living Death @Charles Gillespie diff --git a/forge-gui/res/editions/Judgment Promos.txt b/forge-gui/res/editions/Judgment Promos.txt index 1fa454f9fb0..2e43bbb2a96 100644 --- a/forge-gui/res/editions/Judgment Promos.txt +++ b/forge-gui/res/editions/Judgment Promos.txt @@ -7,4 +7,4 @@ CardLang=he ScryfallCode=PJUD [cards] -11 R Glory +11 R Glory @Donato Giancola diff --git a/forge-gui/res/editions/Judgment.txt b/forge-gui/res/editions/Judgment.txt index 4e79efa63be..78dcb0711cf 100644 --- a/forge-gui/res/editions/Judgment.txt +++ b/forge-gui/res/editions/Judgment.txt @@ -14,149 +14,149 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=JUD [cards] -1 U Ancestor's Chosen -77 U Anger -104 C Anurid Barkripper -137 R Anurid Brushhopper -105 U Anurid Swarmsnapper -78 C Arcane Teachings -34 C Aven Fogbringer -2 U Aven Warcraft -61 R Balthor the Defiled -79 C Barbarian Bully -3 U Battle Screech -106 C Battlefield Scrounger -4 C Battlewise Aven -5 C Benevolent Bodyguard -80 C Book Burning -6 C Border Patrol -107 U Brawn -81 R Breaking Point -82 U Browbeat -83 R Burning Wish -62 U Cabal Therapy -63 C Cabal Trainee -7 C Cagemail -108 C Canopy Claws -109 C Centaur Rootcaster -35 R Cephalid Constable -36 U Cephalid Inkshrouder -8 U Chastise -9 R Commander Eesha -110 R Crush of Wurms -37 R Cunning Wish -64 R Death Wish -38 C Defy Gravity -84 R Dwarven Bloodboiler -85 U Dwarven Driller -86 C Dwarven Scorcher -65 C Earsplitting Rats -111 U Elephant Guide -87 C Ember Shot -39 C Envelop -112 R Epic Struggle -113 R Erhnam Djinn -114 U Exoskeletal Armor -66 U Filth -88 U Firecat Blitz -89 C Flaring Pain -40 U Flash of Insight -90 R Fledgling Dragon -115 C Folk Medicine -116 U Forcemage Advocate -10 C Funeral Pyre -117 R Genesis -118 C Giant Warthog -11 R Glory -12 R Golden Wish -91 C Goretusk Firebeast -67 U Grave Consequences -41 C Grip of Amnesia -119 U Grizzly Fate -13 C Guided Strike -68 R Guiltfeeder -42 C Hapless Researcher -120 C Harvester Druid -138 R Hunting Grounds -92 U Infectious Rage -121 C Ironshell Beetle -93 R Jeska, Warrior Adept -43 C Keep Watch -122 U Krosan Reclamation -141 U Krosan Verge -123 C Krosan Wayfarer -44 U Laquatus's Disdain -94 C Lava Dart -14 C Lead Astray -95 C Liberated Dwarf -96 R Lightning Surge -124 R Living Wish -45 C Lost in Thought -69 R Masked Gorgon -46 C Mental Note -139 R Mirari's Wake -47 C Mirror Wall -48 R Mist of Stagnation -70 R Morality Shift -142 U Nantuko Monastery -125 C Nantuko Tracer -15 R Nomad Mythmaker -126 C Nullmage Advocate -127 U Phantom Centaur -16 U Phantom Flock -128 R Phantom Nantuko -140 R Phantom Nishoba -17 C Phantom Nomad -129 C Phantom Tiger -97 U Planar Chaos -18 C Prismatic Strands -19 R Pulsemage Advocate -49 U Quiet Speculation -71 C Rats' Feast -20 C Ray of Revelation -143 U Riftstone Portal -50 R Scalpelexis -130 R Seedtime -21 R Selfless Exorcist -131 U Serene Sunset -98 R Shaman's Trance -22 C Shieldmage Advocate -23 R Silver Seraph -24 R Solitary Confinement -25 U Soulcatchers' Aerie -99 U Soulgorger Orgg -100 C Spellgorger Barbarian -51 R Spelljack -26 U Spirit Cairn -27 U Spurnmage Advocate -72 U Stitch Together -132 C Sudden Strength -28 C Suntail Hawk -73 R Sutured Ghoul -101 U Swelter -102 C Swirling Sandstorm -133 R Sylvan Safekeeper -52 R Telekinetic Bonds -29 R Test of Endurance -134 R Thriss, Nantuko Primus -74 C Toxic Stench -30 C Trained Pronghorn -75 U Treacherous Vampire -76 C Treacherous Werewolf -135 U Tunneler Wurm -31 U Unquestioned Authority -32 U Valor -136 C Venomous Vines -33 C Vigilant Sentry -53 U Web of Inertia -54 U Wonder -103 R Worldgorger Dragon -55 R Wormfang Behemoth -56 U Wormfang Crab -57 C Wormfang Drake -58 R Wormfang Manta -59 C Wormfang Newt -60 U Wormfang Turtle +1 U Ancestor's Chosen @Pete Venters +77 U Anger @John Avon +104 C Anurid Barkripper @Randy Gallegos +137 R Anurid Brushhopper @Arnie Swekel +105 U Anurid Swarmsnapper @John Matson +78 C Arcane Teachings @Mark Brill +34 C Aven Fogbringer @Edward P. Beard, Jr. +2 U Aven Warcraft @Roger Raupp +61 R Balthor the Defiled @Carl Critchlow +79 C Barbarian Bully @Mike Ploog +3 U Battle Screech @Randy Gallegos +106 C Battlefield Scrounger @Daren Bader +4 C Battlewise Aven @Wayne England +5 C Benevolent Bodyguard @Roger Raupp +80 C Book Burning @Dave Dorman +6 C Border Patrol @Roger Raupp +107 U Brawn @Matt Cavotta +81 R Breaking Point @Matthew D. Wilson +82 U Browbeat @Mark Tedin +83 R Burning Wish @Scott M. Fischer +62 U Cabal Therapy @Ron Spencer +63 C Cabal Trainee @Pete Venters +7 C Cagemail @Scott M. Fischer +108 C Canopy Claws @Matthew Mitchell +109 C Centaur Rootcaster @Eric Peterson +35 R Cephalid Constable @Alan Pollack +36 U Cephalid Inkshrouder @Tony Szczudlo +8 U Chastise @Carl Critchlow +9 R Commander Eesha @Rebecca Guay +110 R Crush of Wurms @Christopher Moeller +37 R Cunning Wish @Jim Nelson +64 R Death Wish @Jeff Easley +38 C Defy Gravity @Ben Thompson +84 R Dwarven Bloodboiler @Arnie Swekel +85 U Dwarven Driller @Edward P. Beard, Jr. +86 C Dwarven Scorcher @Thomas M. Baxa +65 C Earsplitting Rats @Heather Hudson +111 U Elephant Guide @Jim Nelson +87 C Ember Shot @Alan Pollack +39 C Envelop @Don Hazeltine +112 R Epic Struggle @Greg Hildebrandt & Tim Hildebrandt +113 R Erhnam Djinn @Greg Staples +114 U Exoskeletal Armor @Wayne England +66 U Filth @Thomas M. Baxa +88 U Firecat Blitz @David Martin +89 C Flaring Pain @Glen Angus +40 U Flash of Insight @Ben Thompson +90 R Fledgling Dragon @Greg Staples +115 C Folk Medicine @Matt Cavotta +116 U Forcemage Advocate @Darrell Riche +10 C Funeral Pyre @Carl Critchlow +117 R Genesis @Mark Zug +118 C Giant Warthog @Kev Walker +11 R Glory @Donato Giancola +12 R Golden Wish @Alan Pollack +91 C Goretusk Firebeast @Keith Garletts +67 U Grave Consequences @Tim Hildebrandt +41 C Grip of Amnesia @Bradley Williams +119 U Grizzly Fate @Dave Dorman +13 C Guided Strike @Dave Dorman +68 R Guiltfeeder @Mark Tedin +42 C Hapless Researcher @Ron Spears +120 C Harvester Druid @David Martin +138 R Hunting Grounds @Mark Brill +92 U Infectious Rage @Christopher Moeller +121 C Ironshell Beetle @Heather Hudson +93 R Jeska, Warrior Adept @rk post +43 C Keep Watch @Fred Rahmqvist +122 U Krosan Reclamation @Gary Ruddell +141 U Krosan Verge @Tony Szczudlo +123 C Krosan Wayfarer @Edward P. Beard, Jr. +44 U Laquatus's Disdain @Pete Venters +94 C Lava Dart @Darrell Riche +14 C Lead Astray @Adam Rex +95 C Liberated Dwarf @Greg Hildebrandt +96 R Lightning Surge @Ron Spears +124 R Living Wish @Eric Peterson +45 C Lost in Thought @Ben Thompson +69 R Masked Gorgon @Matthew D. Wilson +46 C Mental Note @Bradley Williams +139 R Mirari's Wake @David Martin +47 C Mirror Wall @Mark Brill +48 R Mist of Stagnation @Mike Ploog +70 R Morality Shift @Jerry Tiritilli +142 U Nantuko Monastery @Rob Alexander +125 C Nantuko Tracer @Greg Staples +15 R Nomad Mythmaker @Eric Peterson +126 C Nullmage Advocate @Darrell Riche +127 U Phantom Centaur @Carl Critchlow +16 U Phantom Flock @David Martin +128 R Phantom Nantuko @Wayne England +140 R Phantom Nishoba @Arnie Swekel +17 C Phantom Nomad @Jim Nelson +129 C Phantom Tiger @Brian Snõddy +97 U Planar Chaos @Ron Spencer +18 C Prismatic Strands @Eric Peterson +19 R Pulsemage Advocate @Jeff Easley +49 U Quiet Speculation @John Avon +71 C Rats' Feast @Bob Petillo +20 C Ray of Revelation @Doug Chaffee +143 U Riftstone Portal @Don Hazeltine +50 R Scalpelexis @Mark Tedin +130 R Seedtime @Rebecca Guay +21 R Selfless Exorcist @Christopher Moeller +131 U Serene Sunset @David Martin +98 R Shaman's Trance @Greg Hildebrandt +22 C Shieldmage Advocate @Christopher Moeller +23 R Silver Seraph @Matthew D. Wilson +24 R Solitary Confinement @Scott M. Fischer +25 U Soulcatchers' Aerie @Rob Alexander +99 U Soulgorger Orgg @John Matson +100 C Spellgorger Barbarian @Mark Romanoski +51 R Spelljack @Pete Venters +26 U Spirit Cairn @Gary Ruddell +27 U Spurnmage Advocate @Ron Spears +72 U Stitch Together @Arnie Swekel +132 C Sudden Strength @Alan Pollack +28 C Suntail Hawk @Heather Hudson +73 R Sutured Ghoul @Carl Critchlow +101 U Swelter @Ben Thompson +102 C Swirling Sandstorm @Tony Szczudlo +133 R Sylvan Safekeeper @Pete Venters +52 R Telekinetic Bonds @Jim Nelson +29 R Test of Endurance @Mike Ploog +134 R Thriss, Nantuko Primus @John Avon +74 C Toxic Stench @Bradley Williams +30 C Trained Pronghorn @John Matson +75 U Treacherous Vampire @Kev Walker +76 C Treacherous Werewolf @Mark Tedin +135 U Tunneler Wurm @Jeff Easley +31 U Unquestioned Authority @Alex Horley-Orlandelli +32 U Valor @Kev Walker +136 C Venomous Vines @Ron Spencer +33 C Vigilant Sentry @Eric Peterson +53 U Web of Inertia @Don Hazeltine +54 U Wonder @Rebecca Guay +103 R Worldgorger Dragon @Wayne England +55 R Wormfang Behemoth @Heather Hudson +56 U Wormfang Crab @Glen Angus +57 C Wormfang Drake @Thomas M. Baxa +58 R Wormfang Manta @Heather Hudson +59 C Wormfang Newt @Doug Chaffee +60 U Wormfang Turtle @John Avon [tokens] w_1_1_bird_flying diff --git a/forge-gui/res/editions/Jumpstart Arena Exclusives.txt b/forge-gui/res/editions/Jumpstart Arena Exclusives.txt index 949ee95eb4c..b0ebe94996d 100644 --- a/forge-gui/res/editions/Jumpstart Arena Exclusives.txt +++ b/forge-gui/res/editions/Jumpstart Arena Exclusives.txt @@ -6,21 +6,21 @@ Type=Online ScryfallCode=AJMP [cards] -3 R Archon of Sun's Grace -84 C Audacious Thief -4 U Banishing Light -80 U Bond of Revival -57 R Carnifex Demon -137 R Doomed Necromancer -178 U Dryad Greenseeker -121 U Fanatic of Mogis -48 R Gadwick, the Wizened -130 U Goblin Oriflamme -88 R Lightning Serpent -152 U Lightning Strike -173 C Pollenbright Druid -143 C Prey Upon -139 C Scorching Dragonfire -310 R Serra's Guardian -74 U Weight of Memory -123 R Woe Strider +3 R Archon of Sun's Grace @Matt Stewart +84 C Audacious Thief @Dmitry Burmak +4 U Banishing Light @Willian Murai +80 U Bond of Revival @Lake Hurwitz +57 R Carnifex Demon @Aleksi Briclot +137 R Doomed Necromancer @Volkan Baǵa +178 U Dryad Greenseeker @Greg Opalinski +121 U Fanatic of Mogis @Matt Stewart +48 R Gadwick, the Wizened @Colin Boyer +130 U Goblin Oriflamme @David Palumbo +88 R Lightning Serpent @John Avon +152 U Lightning Strike @Adam Paquette +173 C Pollenbright Druid @Matt Stewart +143 C Prey Upon @G-host Lee +139 C Scorching Dragonfire @Eric Velhagen +310 R Serra's Guardian @Magali Villeneuve +74 U Weight of Memory @Eric Deschamps +123 R Woe Strider @John Thacker diff --git a/forge-gui/res/editions/Jumpstart.txt b/forge-gui/res/editions/Jumpstart.txt index b6c92d00a42..6fb4cee118f 100644 --- a/forge-gui/res/editions/Jumpstart.txt +++ b/forge-gui/res/editions/Jumpstart.txt @@ -6,498 +6,498 @@ Type=Draft ScryfallCode=JMP [cards] -1 R Blessed Sanctuary -2 U Brightmare -3 M Emiel the Blessed -4 U Release the Dogs -5 R Steel-Plume Marshal -6 U Stone Haven Pilgrim -7 U Supply Runners -8 C Trusty Retriever -9 C Archaeomender -10 M Bruvac the Grandiloquent -11 R Corsair Captain -12 R Inniaz, the Gale Force -13 R Ormos, Archive Keeper -14 R Scholar of the Lost Trove -15 R Kels, Fight Fixer -16 C Nocturnal Feeder -17 M Tinybones, Trinket Thief -18 R Witch of the Moors -19 U Chained Brute -20 M Immolating Gyre -21 R Lightning Phoenix -22 C Lightning Visionary -23 U Living Lightning -24 R Muxus, Goblin Grandee -25 R Sethron, Hurloon General -26 U Spiteful Prankster -27 R Zurzoth, Chaos Rider -28 M Allosaurus Shepherd -29 R Branching Evolution -30 R Neyith of the Dire Hunt -31 M Towering Titan -32 C Lightning-Core Excavator -33 C Thriving Bluff -34 C Thriving Grove -35 C Thriving Heath -36 C Thriving Isle -37 C Thriving Moor -38 L Plains -39 L Plains -40 L Plains -41 L Plains -42 L Plains -43 L Plains -44 L Plains -45 L Plains -46 L Island -47 L Island -48 L Island -49 L Island -50 L Island -51 L Island -52 L Island -53 L Island -54 L Swamp -55 L Swamp -56 L Swamp -57 L Swamp -58 L Swamp -59 L Swamp -60 L Swamp -61 L Swamp -62 L Mountain -63 L Mountain -64 L Mountain -65 L Mountain -66 L Mountain -67 L Mountain -68 L Mountain -69 L Mountain -70 L Forest -71 L Forest -72 L Forest -73 L Forest -74 L Forest -75 L Forest -76 L Forest -77 L Forest -78 C Terramorphic Expanse -79 U Aegis of the Heavens -80 C Aerial Assault -81 U Affa Guard Hound -82 R Ajani's Chosen -83 U Alabaster Mage -84 C Angel of Mercy -85 R Angel of the Dire Hour -86 R Angelic Arbiter -87 C Angelic Edict -88 U Angelic Page -89 R Archon of Justice -90 R Archon of Redemption -91 C Battlefield Promotion -92 U Blessed Spirits -93 C Bulwark Giant -94 C Cathar's Companion -95 R Cathars' Crusade -96 R Celestial Mantle -97 C Cloudshift -98 R Cradle of Vitality -99 U Dauntless Onslaught -100 C Divine Arrow -101 R Duelist's Heritage -102 U Emancipation Angel -103 U Face of Divinity -104 C Forced Worship -105 C Fortify -106 U Gird for Battle -107 C Healer's Hawk -108 R High Sentinels of Arashin -109 C Indomitable Will -110 C Inspired Charge -111 C Inspiring Captain -112 U Inspiring Unicorn -113 R Isamaru, Hound of Konda -114 C Knight of the Tusk -115 C Knightly Valor -116 R Kor Spiritdancer -117 R Lena, Selfless Champion -118 C Lightwalker -119 M Linvala, Keeper of Silence -120 U Long Road Home -121 R Mentor of the Meek -122 C Mesa Unicorn -123 M Mikaeus, the Lunarch -124 C Moment of Heroism -125 C Pacifism -126 R Path of Bravery -127 U Path to Exile -128 U Patron of the Valiant -129 C Raise the Alarm -130 R Rhox Faithmender -131 C Ronom Unicorn -132 U Serra Angel -133 U Sky Tether -134 C Take Heart -135 C Tandem Tactics -136 U Valorous Stance -137 C Voice of the Provinces -138 C Aegis Turtle -139 U Battleground Geist -140 C Befuddle -141 U Belltower Sphinx -142 U Chart a Course -143 C Cloudreader Sphinx -144 U Coastal Piracy -145 C Crookclaw Transmuter -146 U Cryptic Serpent -147 U Curiosity -148 U Curious Obsession -149 U Departed Deckhand -150 C Erratic Visionary -151 U Essence Flux -152 U Exclude -153 U Exclusion Mage -154 R Kira, Great Glass-Spinner -155 C Kitesail Corsair -156 C Leave in the Dust -157 C Murmuring Phantasm -158 R Mystic Archaeologist -159 C Narcolepsy -160 U Nebelgast Herald -161 C Octoprophet -162 U Oneirophage -163 C Peel from Reality -164 C Prescient Chimera -165 C Prosperous Pirates -166 R Rattlechains -167 R Read the Runes -168 U Reckless Scholar -169 R Rhystic Study -170 C Rishadan Airship -171 C Sage's Row Savant -172 C Sailor of Means -173 C Sea Gate Oracle -174 C Selhoff Occultist -175 R Serendib Efreet -176 R Sharding Sphinx -177 U Sigiled Starfish -178 U Spectral Sailor -179 C Storm Sculptor -180 C Sweep Away -181 R Talrand, Sky Summoner -182 U Talrand's Invocation -183 U Thirst for Knowledge -184 C Thought Collapse -185 C Thought Scour -186 C Towering-Wave Mystic -187 R Vedalken Archmage -188 C Vedalken Entrancer -189 C Voyage's End -190 U Wall of Lost Thoughts -191 U Warden of Evos Isle -192 C Waterknot -193 R Whelming Wave -194 R Windreader Sphinx -195 U Windstorm Drake -196 C Winged Words -197 C Wishful Merfolk -198 U Wizard's Retort -199 C Agonizing Syphon -200 U Assassin's Strike -201 C Bake into a Pie -202 U Barter in Blood -203 C Black Cat -204 R Black Market -205 C Blighted Bat -206 U Blood Artist -207 U Blood Divination -208 U Blood Host -209 U Bloodbond Vampire -210 C Bloodhunter Bat -211 R Bogbrew Witch -212 U Bone Picker -213 C Bone Splinters -214 C Burglar Rat -215 C Cadaver Imp -216 C Cauldron Familiar -217 C Cemetery Recruitment -218 C Child of Night -219 C Corpse Hauler -220 U Corpse Traders -221 C Crow of Dark Tidings -222 C Death's Approach -223 C Douse in Gloom -224 C Drainpipe Vermin -225 M Drana, Liberator of Malakir -226 C Dutiful Attendant -227 U Entomber Exarch -228 U Eternal Taskmaster -229 C Eternal Thirst -230 U Exhume -231 R Exquisite Blood -232 U Falkenrath Noble -233 U Fell Specter -234 C Festering Newt -235 C Funeral Rites -236 M Ghoulcaller Gisa -237 C Ghoulcaller's Accomplice -238 C Ghoulraiser -239 U Gifted Aetherborn -240 R Gonti, Lord of Luxury -241 R Gravewaker -242 U Gristle Grinner -243 R Harvester of Souls -244 C Innocent Blood -245 C Kalastria Nightwatch -246 R Languish -247 C Last Gasp -248 C Launch Party -249 C Lawless Broker -250 U Liliana's Elite -251 R Liliana's Reaver -252 C Macabre Waltz -253 U Malakir Familiar -254 C Mark of the Vampire -255 U Mausoleum Turnkey -256 C Miasmic Mummy -257 U Mire Triton -258 C Nightshade Stinger -259 R Nyxathid -260 R Ogre Slumlord -261 U Oona's Blackguard -262 C Parasitic Implant -263 C Phyrexian Broodlings -264 C Phyrexian Debaser -265 U Phyrexian Gargantua -266 C Phyrexian Rager -267 U Phyrexian Reclamation -268 C Plagued Rusalka -269 U Ravenous Chupacabra -270 R Reanimate -271 M Rise of the Dark Realms -272 R Sangromancer -273 C Sanitarium Skeleton -274 R Scourge of Nel Toth -275 U Sengir Vampire -276 U Settle the Score -277 C Shambling Goblin -278 M Sheoldred, Whispering One -279 C Slate Street Ruffian -280 C Soul Salvage -281 U Stab Wound -282 U Swarm of Bloodflies -283 U Tempting Witch -284 C Tithebearer Giant -285 C Vampire Neonate -286 C Wailing Ghoul -287 C Wight of Precinct Six -288 U Zombie Infestation -289 C Act of Treason -290 C Ashmouth Hound -291 R Ball Lightning -292 U Barrage of Expendables -293 C Bathe in Dragonfire -294 U Beetleback Chief -295 C Blindblast -296 U Bloodrage Brawler -297 C Bloodrock Cyclops -298 U Bloodshot Trainee -299 C Boggart Brute -300 C Borderland Marauder -301 C Borderland Minotaur -302 U Chain Lightning -303 R Charmbreaker Devils -304 U Cinder Elemental -305 C Collateral Damage -306 U Dance with Devils -307 U Doublecast -308 U Draconic Roar -309 C Dragon Fodder -310 C Dragon Hatchling -311 U Dragonlord's Servant -312 U Dragonspeaker Shaman -313 R Dualcaster Mage -314 R Etali, Primal Storm -315 C Fanatical Firebrand -316 C Flame Lash -317 U Flames of the Firebrand -318 U Flames of the Raze-Boar -319 U Flametongue Kavu -320 C Fling -321 C Flurry of Horns -322 C Forge Devil -323 U Furnace Whelp -324 R Goblin Chieftain -325 U Goblin Commando -326 R Goblin Goon -327 C Goblin Instigator -328 U Goblin Lore -329 U Goblin Rally -330 C Goblin Shortcutter -331 R Grim Lavamancer -332 R Hamletback Goliath -333 C Heartfire -334 R Hellrider -335 U Homing Lightning -336 C Hungry Flames -337 U Inferno Hellion -338 C Kiln Fiend -339 R Krenko, Mob Boss -340 R Lathliss, Dragon Queen -341 U Lightning Axe -342 U Lightning Bolt -343 C Lightning Diadem -344 C Lightning Elemental -345 C Lightning Shrieker -346 U Magma Jet -347 R Magmaquake -348 U Makeshift Munitions -349 C Minotaur Skullcleaver -350 C Minotaur Sureshot -351 C Molten Ravager -352 C Mugging -353 C Ornery Goblin -354 C Outnumber -355 C Pillar of Flame -356 U Pyroclastic Elemental -357 R Rageblood Shaman -358 U Rapacious Dragon -359 U Riddle of Lightning -360 C Sarkhan's Rage -361 R Sarkhan's Unsealing -362 U Seismic Elemental -363 R Sin Prodder -364 C Spitting Earth -365 C Thermo-Alchemist -366 U Tibalt's Rager -367 C Torch Fiend -368 U Volcanic Fallout -369 U Volley Veteran -370 U Warfire Javelineer -371 U Weaver of Lightning -372 U Young Pyromancer -373 U Affectionate Indrik -374 C Aggressive Urge -375 C Ambassador Oak -376 C Arbor Armament -377 U Armorcraft Judge -378 R Assault Formation -379 U Awakener Druid -380 U Brindle Shoat -381 U Brushstrider -382 U Carven Caryatid -383 R Champion of Lambholt -384 C Commune with Dinosaurs -385 M Craterhoof Behemoth -386 C Crushing Canopy -387 C Dawntreader Elk -388 U Drover of the Mighty -389 U Dwynen's Elite -390 C Elemental Uprising -391 R Elvish Archdruid -392 U Enlarge -393 C Explore -394 C Fa'adiyah Seer -395 U Feral Hydra -396 C Feral Invocation -397 C Feral Prowler -398 C Fertilid -399 R Ghalta, Primal Hunger -400 U Ghirapur Guide -401 C Grave Bramble -402 U Hunter's Insight -403 C Initiate's Companion -404 U Inspiring Call -405 C Ironshell Beetle -406 U Irresistible Prey -407 U Keeper of Fables -408 C Leaf Gilder -409 U Lifecrafter's Gift -410 R Lurking Predators -411 R Momentous Fall -412 U Nature's Way -413 U Nessian Hornbeetle -414 C New Horizons -415 R Oracle of Mul Daya -416 C Orazca Frillback -417 U Overgrown Battlement -418 C Penumbra Bobcat -419 C Pouncing Cheetah -420 C Presence of Gond -421 M Primeval Bounty -422 R Primordial Sage -423 R Rampaging Brontodon -424 R Ravenous Baloth -425 R Rishkar, Peema Renegade -426 C Rumbling Baloth -427 U Savage Stomp -428 C Scrounging Bandar -429 M Selvala, Heart of the Wilds -430 U Silhana Wayfinder -431 U Somberwald Stag -432 R Soul of the Harvest -433 C Sporemound -434 C Sylvan Brushstrider -435 C Sylvan Ranger -436 R Thragtusk -437 U Thundering Spineback -438 C Time to Feed -439 M Ulvenwald Hydra -440 C Vastwood Zendikon -441 R Verdant Embrace -442 U Wall of Blossoms -443 C Wall of Vines -444 C Wildheart Invoker -445 C Wildsize -446 U Woodborn Behemoth -447 U Wren's Run Vanquisher -448 U Zendikar's Roil -449 C Auger Spree -450 U Dinrova Horror -451 U Fusion Elemental -452 U Ironroot Warlord -453 C Lawmage's Binding -454 M Maelstrom Archangel -455 U Raging Regisaur -456 C Aether Spellbomb -457 C Alloy Myr -458 C Ancestral Statue -459 U Arcane Encyclopedia -460 U Bubbling Cauldron -461 R Chamber Sentry -462 C Chromatic Sphere -463 U Dragonloft Idol -464 U Dreamstone Hedron -465 U Gargoyle Sentinel -466 C Gingerbrute -467 U Guardian Idol -468 U Hedron Archive -469 U Herald's Horn -470 C Jousting Dummy -471 U Juggernaut -472 C Mana Geode -473 C Marauder's Axe -474 U Meteor Golem -475 C Myr Sire -476 U Perilous Myr -477 C Pirate's Cutlass -478 C Prophetic Prism -479 U Rogue's Gloves -480 C Roving Keep -481 C Runed Servitor -482 R Scarecrone -483 C Scroll of Avacyn -484 U Scuttlemutt -485 C Signpost Scarecrow -486 C Skittering Surveyor -487 U Suspicious Bookcase -488 C Terrarion -489 U Unstable Obelisk -490 U Warmonger's Chariot -491 U Buried Ruin -492 U Mirrodin's Core -493 R Phyrexian Tower -494 R Riptide Laboratory -495 C Rupture Spire +1 R Blessed Sanctuary @Anastasia Ovchinnikova +2 U Brightmare @Steven Belledin +3 M Emiel the Blessed @Antonio José Manzanedo +4 U Release the Dogs @Jason Kang +5 R Steel-Plume Marshal @Cristi Balanescu +6 U Stone Haven Pilgrim @Cristi Balanescu +7 U Supply Runners @Chris Seaman +8 C Trusty Retriever @Ralph Horsley +9 C Archaeomender @Miranda Meeks +10 M Bruvac the Grandiloquent @Ekaterina Burmak +11 R Corsair Captain @Victor Adame Minguez +12 R Inniaz, the Gale Force @Livia Prima +13 R Ormos, Archive Keeper @G-host Lee +14 R Scholar of the Lost Trove @Volkan Baǵa +15 R Kels, Fight Fixer @Magali Villeneuve +16 C Nocturnal Feeder @Cristi Balanescu +17 M Tinybones, Trinket Thief @Jason Rainville +18 R Witch of the Moors @Caio Monteiro +19 U Chained Brute @Dan Scott +20 M Immolating Gyre @Campbell White +21 R Lightning Phoenix @Lie Setiawan +22 C Lightning Visionary @Bryan Sola +23 U Living Lightning @Caio Monteiro +24 R Muxus, Goblin Grandee @Dmitry Burmak +25 R Sethron, Hurloon General @Jason Rainville +26 U Spiteful Prankster @Antonio José Manzanedo +27 R Zurzoth, Chaos Rider @Dmitry Burmak +28 M Allosaurus Shepherd @Randy Vargas +29 R Branching Evolution @Tomasz Jedruszek +30 R Neyith of the Dire Hunt @Magali Villeneuve +31 M Towering Titan @Victor Adame Minguez +32 C Lightning-Core Excavator @Cristi Balanescu +33 C Thriving Bluff @Johannes Voss +34 C Thriving Grove @Ravenna Tran +35 C Thriving Heath @Alayna Danner +36 C Thriving Isle @Jonas De Ro +37 C Thriving Moor @Titus Lunter +38 L Plains @Jedd Chevrier +39 L Plains @Sung Choi +40 L Plains @Piotr Dura +41 L Plains @Donato Giancola +42 L Plains @Yeong-Hao Han +43 L Plains @Lius Lasahido +44 L Plains @Titus Lunter +45 L Plains @Johannes Voss +46 L Island @Mauricio Calle +47 L Island @Sung Choi +48 L Island @Piotr Dura +49 L Island @Piotr Dura +50 L Island @Piotr Dura +51 L Island @Yeong-Hao Han +52 L Island @Titus Lunter +53 L Island @Adam Paquette +54 L Swamp @Jedd Chevrier +55 L Swamp @Piotr Dura +56 L Swamp @Lucas Graciano +57 L Swamp @Titus Lunter +58 L Swamp @Titus Lunter +59 L Swamp @Adam Paquette +60 L Swamp @Ravenna Tran +61 L Swamp @Andreas Rocha +62 L Mountain @Jonas De Ro +63 L Mountain @Jonas De Ro +64 L Mountain @Piotr Dura +65 L Mountain @Ralph Horsley +66 L Mountain @Titus Lunter +67 L Mountain @James Paick +68 L Mountain @Adam Paquette +69 L Mountain @Adam Paquette +70 L Forest @Cliff Childs +71 L Forest @Alayna Danner +72 L Forest @Alayna Danner +73 L Forest @Alayna Danner +74 L Forest @Alayna Danner +75 L Forest @Tomasz Jedruszek +76 L Forest @Adam Paquette +77 L Forest @Johannes Voss +78 C Terramorphic Expanse @Andreas Rocha +79 U Aegis of the Heavens @Anthony Palumbo +80 C Aerial Assault @Dan Scott +81 U Affa Guard Hound @Ryan Pancoast +82 R Ajani's Chosen @Wayne Reynolds +83 U Alabaster Mage @Izzy +84 C Angel of Mercy @Volkan Baǵa +85 R Angel of the Dire Hour @Jack Wang +86 R Angelic Arbiter @Steve Argyle +87 C Angelic Edict @Trevor Claxton +88 U Angelic Page @Chris Rahn +89 R Archon of Justice @Jason Chan +90 R Archon of Redemption @Steven Belledin +91 C Battlefield Promotion @Scott Murphy +92 U Blessed Spirits @Anna Steinbauer +93 C Bulwark Giant @Victor Adame Minguez +94 C Cathar's Companion @Svetlin Velinov +95 R Cathars' Crusade @Karl Kopinski +96 R Celestial Mantle @Steve Argyle +97 C Cloudshift @Howard Lyon +98 R Cradle of Vitality @Trevor Hairsine +99 U Dauntless Onslaught @Peter Mohrbacher +100 C Divine Arrow @Kieran Yanner +101 R Duelist's Heritage @Lake Hurwitz +102 U Emancipation Angel @Scott Chou +103 U Face of Divinity @Martina Pilcerova +104 C Forced Worship @Karl Kopinski +105 C Fortify @Christopher Moeller +106 U Gird for Battle @Jakub Kasper +107 C Healer's Hawk @Milivoj Ćeran +108 R High Sentinels of Arashin @James Ryman +109 C Indomitable Will @Micah Epstein +110 C Inspired Charge @Wayne Reynolds +111 C Inspiring Captain @Ben Maier +112 U Inspiring Unicorn @Even Amundsen +113 R Isamaru, Hound of Konda @Christopher Moeller +114 C Knight of the Tusk @Jesper Ejsing +115 C Knightly Valor @Matt Stewart +116 R Kor Spiritdancer @Scott Chou +117 R Lena, Selfless Champion @Lucas Graciano +118 C Lightwalker @Winona Nelson +119 M Linvala, Keeper of Silence @Igor Kieryluk +120 U Long Road Home @Sidharth Chaturvedi +121 R Mentor of the Meek @Jana Schirmer & Johannes Voss +122 C Mesa Unicorn @Winona Nelson +123 M Mikaeus, the Lunarch @Steven Belledin +124 C Moment of Heroism @Christopher Moeller +125 C Pacifism @Jesper Ejsing +126 R Path of Bravery @Chris Rahn +127 U Path to Exile @Todd Lockwood +128 U Patron of the Valiant @Steve Argyle +129 C Raise the Alarm @Zoltan Boros +130 R Rhox Faithmender @Wesley Burt +131 C Ronom Unicorn @Carl Critchlow +132 U Serra Angel @Donato Giancola +133 U Sky Tether @Zezhou Chen +134 C Take Heart @Lucas Graciano +135 C Tandem Tactics @David Gaillet +136 U Valorous Stance @Willian Murai +137 C Voice of the Provinces @Igor Kieryluk +138 C Aegis Turtle @Milivoj Ćeran +139 U Battleground Geist @Clint Cearley +140 C Befuddle @Svetlin Velinov +141 U Belltower Sphinx @Jim Nelson +142 U Chart a Course @James Ryman +143 C Cloudreader Sphinx @Kev Walker +144 U Coastal Piracy @Matthew D. Wilson +145 C Crookclaw Transmuter @Ron Spencer +146 U Cryptic Serpent @Lius Lasahido +147 U Curiosity @Igor Kieryluk +148 U Curious Obsession @Daniel Ljunggren +149 U Departed Deckhand @Zoltan Boros +150 C Erratic Visionary @Randy Vargas +151 U Essence Flux @Seb McKinnon +152 U Exclude @Jehan Choo +153 U Exclusion Mage @Chris Seaman +154 R Kira, Great Glass-Spinner @Kev Walker +155 C Kitesail Corsair @Greg Opalinski +156 C Leave in the Dust @Vincent Proce +157 C Murmuring Phantasm @Peter Mohrbacher +158 R Mystic Archaeologist @Eric Deschamps +159 C Narcolepsy @Johann Bodin +160 U Nebelgast Herald @Zezhou Chen +161 C Octoprophet @Grzegorz Rutkowski +162 U Oneirophage @Martina Pilcerova +163 C Peel from Reality @Jason Felix +164 C Prescient Chimera @Daarken +165 C Prosperous Pirates @Josh Hass +166 R Rattlechains @Lius Lasahido +167 R Read the Runes @Alan Pollack +168 U Reckless Scholar @Steve Prescott +169 R Rhystic Study @Terese Nielsen +170 C Rishadan Airship @Kev Walker +171 C Sage's Row Savant @Bastien L. Deharme +172 C Sailor of Means @Ryan Pancoast +173 C Sea Gate Oracle @Daniel Ljunggren +174 C Selhoff Occultist @Igor Kieryluk +175 R Serendib Efreet @Matt Stewart +176 R Sharding Sphinx @Michael Bruinsma +177 U Sigiled Starfish @Nils Hamm +178 U Spectral Sailor @Cristi Balanescu +179 C Storm Sculptor @Sidharth Chaturvedi +180 C Sweep Away @Winona Nelson +181 R Talrand, Sky Summoner @Svetlin Velinov +182 U Talrand's Invocation @Svetlin Velinov +183 U Thirst for Knowledge @Anthony Francisco +184 C Thought Collapse @Sara Winters +185 C Thought Scour @David Rapoza +186 C Towering-Wave Mystic @Jason Rainville +187 R Vedalken Archmage @Kev Walker +188 C Vedalken Entrancer @Dan Scott +189 C Voyage's End @Chris Rahn +190 U Wall of Lost Thoughts @Adam Paquette +191 U Warden of Evos Isle @Nils Hamm +192 C Waterknot @Wayne Reynolds +193 R Whelming Wave @Slawomir Maniak +194 R Windreader Sphinx @Min Yum +195 U Windstorm Drake @Daarken +196 C Winged Words @Chris Seaman +197 C Wishful Merfolk @Livia Prima +198 U Wizard's Retort @Grzegorz Rutkowski +199 C Agonizing Syphon @Seb McKinnon +200 U Assassin's Strike @Chase Stone +201 C Bake into a Pie @Zoltan Boros +202 U Barter in Blood @Eric Deschamps +203 C Black Cat @David Palumbo +204 R Black Market @Jeff Easley +205 C Blighted Bat @Nils Hamm +206 U Blood Artist @Johannes Voss +207 U Blood Divination @Filip Burburan +208 U Blood Host @Cynthia Sheppard +209 U Bloodbond Vampire @Anna Steinbauer +210 C Bloodhunter Bat @Tomasz Jedruszek +211 R Bogbrew Witch @Eric Deschamps +212 U Bone Picker @Yeong-Hao Han +213 C Bone Splinters @Nils Hamm +214 C Burglar Rat @Tyler Walpole +215 C Cadaver Imp @Dave Kendall +216 C Cauldron Familiar @Milivoj Ćeran +217 C Cemetery Recruitment @Kieran Yanner +218 C Child of Night @Igor Kieryluk +219 C Corpse Hauler @Jesper Ejsing +220 U Corpse Traders @Kev Walker +221 C Crow of Dark Tidings @Tianhua X +222 C Death's Approach @Terese Nielsen +223 C Douse in Gloom @Ryan Yee +224 C Drainpipe Vermin @Trevor Claxton +225 M Drana, Liberator of Malakir @Mike Bierek +226 C Dutiful Attendant @Aaron Miller +227 U Entomber Exarch @Svetlin Velinov +228 U Eternal Taskmaster @Tomasz Jedruszek +229 C Eternal Thirst @Clint Cearley +230 U Exhume @Carl Critchlow +231 R Exquisite Blood @Cynthia Sheppard +232 U Falkenrath Noble @Slawomir Maniak +233 U Fell Specter @Dimitar Marinski +234 C Festering Newt @Eric Deschamps +235 C Funeral Rites @John Stanko +236 M Ghoulcaller Gisa @Karla Ortiz +237 C Ghoulcaller's Accomplice @Dave Kendall +238 C Ghoulraiser @Steve Prescott +239 U Gifted Aetherborn @Ryan Yee +240 R Gonti, Lord of Luxury @Daarken +241 R Gravewaker @Daniel Ljunggren +242 U Gristle Grinner @Dave Allsop +243 R Harvester of Souls @Slawomir Maniak +244 C Innocent Blood @Carl Critchlow +245 C Kalastria Nightwatch @Jama Jurabaev +246 R Languish @Jeff Simpson +247 C Last Gasp @Jason A. Engle +248 C Launch Party @Lucas Graciano +249 C Lawless Broker @Darek Zabrocki +250 U Liliana's Elite @Deruchenko Alexander +251 R Liliana's Reaver @Karl Kopinski +252 C Macabre Waltz @Willian Murai +253 U Malakir Familiar @Alejandro Mirabal +254 C Mark of the Vampire @Winona Nelson +255 U Mausoleum Turnkey @Darrell Riche +256 C Miasmic Mummy @E. M. Gist +257 U Mire Triton @Seb McKinnon +258 C Nightshade Stinger @Mark Poole +259 R Nyxathid @Raymond Swanland +260 R Ogre Slumlord @Trevor Claxton +261 U Oona's Blackguard @Kev Walker +262 C Parasitic Implant @Jason Felix +263 C Phyrexian Broodlings @Daren Bader +264 C Phyrexian Debaser @Mark Tedin +265 U Phyrexian Gargantua @Igor Kieryluk +266 C Phyrexian Rager @Stephan Martiniere +267 U Phyrexian Reclamation @rk post +268 C Plagued Rusalka @Alex Horley-Orlandelli +269 U Ravenous Chupacabra @Daarken +270 R Reanimate @Johann Bodin +271 M Rise of the Dark Realms @Michael Komarck +272 R Sangromancer @Igor Kieryluk +273 C Sanitarium Skeleton @Kev Walker +274 R Scourge of Nel Toth @Mark Winters +275 U Sengir Vampire @Kev Walker +276 U Settle the Score @Yongjae Choi +277 C Shambling Goblin @Yeong-Hao Han +278 M Sheoldred, Whispering One @Jana Schirmer & Johannes Voss +279 C Slate Street Ruffian @Jim Murray +280 C Soul Salvage @Daarken +281 U Stab Wound @Scott Chou +282 U Swarm of Bloodflies @Marco Nelor +283 U Tempting Witch @Mila Pesic +284 C Tithebearer Giant @Wisnu Tan +285 C Vampire Neonate @Daarken +286 C Wailing Ghoul @Svetlin Velinov +287 C Wight of Precinct Six @Ryan Barger +288 U Zombie Infestation @Thomas M. Baxa +289 C Act of Treason @Scott Murphy +290 C Ashmouth Hound @Daarken +291 R Ball Lightning @Trevor Claxton +292 U Barrage of Expendables @Trevor Claxton +293 C Bathe in Dragonfire @Chris Rallis +294 U Beetleback Chief @Wayne England +295 C Blindblast @Sidharth Chaturvedi +296 U Bloodrage Brawler @Lars Grant-West +297 C Bloodrock Cyclops @Alex Horley-Orlandelli +298 U Bloodshot Trainee @Matt Stewart +299 C Boggart Brute @Igor Kieryluk +300 C Borderland Marauder @Scott M. Fischer +301 C Borderland Minotaur @Greg Staples +302 U Chain Lightning @Christopher Moeller +303 R Charmbreaker Devils @Dan Scott +304 U Cinder Elemental @Svetlin Velinov +305 C Collateral Damage @Ryan Barger +306 U Dance with Devils @Wayne England +307 U Doublecast @Even Amundsen +308 U Draconic Roar @Kev Walker +309 C Dragon Fodder @Volkan Baǵa +310 C Dragon Hatchling @David Palumbo +311 U Dragonlord's Servant @Steve Prescott +312 U Dragonspeaker Shaman @Kev Walker +313 R Dualcaster Mage @Matt Stewart +314 R Etali, Primal Storm @Raymond Swanland +315 C Fanatical Firebrand @Wayne Reynolds +316 C Flame Lash @Viktor Titov +317 U Flames of the Firebrand @Steve Argyle +318 U Flames of the Raze-Boar @Jason A. Engle +319 U Flametongue Kavu @Slawomir Maniak +320 C Fling @Lucas Graciano +321 C Flurry of Horns @Phill Simmer +322 C Forge Devil @Austin Hsu +323 U Furnace Whelp @Shreya Shetty +324 R Goblin Chieftain @Sam Wood +325 U Goblin Commando @Todd Lockwood +326 R Goblin Goon @Steve Prescott +327 C Goblin Instigator @Filip Burburan +328 U Goblin Lore @Kev Walker +329 U Goblin Rally @Nic Klein +330 C Goblin Shortcutter @Jesper Ejsing +331 R Grim Lavamancer @Michael Sutfin +332 R Hamletback Goliath @Paolo Parente & Brian Snõddy +333 C Heartfire @Craig J Spearing +334 R Hellrider @Svetlin Velinov +335 U Homing Lightning @Slawomir Maniak +336 C Hungry Flames @Izzy +337 U Inferno Hellion @Jason A. Engle +338 C Kiln Fiend @Adi Granov +339 R Krenko, Mob Boss @Karl Kopinski +340 R Lathliss, Dragon Queen @Alex Konstad +341 U Lightning Axe @Jason A. Engle +342 U Lightning Bolt @Christopher Moeller +343 C Lightning Diadem @Ryan Alexander Lee +344 C Lightning Elemental @Kev Walker +345 C Lightning Shrieker @Slawomir Maniak +346 U Magma Jet @Maciej Kuciara +347 R Magmaquake @Gabor Szikszai +348 U Makeshift Munitions @Filip Burburan +349 C Minotaur Skullcleaver @Phill Simmer +350 C Minotaur Sureshot @Joseph Meehan +351 C Molten Ravager @Dave Kendall +352 C Mugging @Greg Staples +353 C Ornery Goblin @Johann Bodin +354 C Outnumber @Tyler Jacobson +355 C Pillar of Flame @Dave Kendall +356 U Pyroclastic Elemental @Svetlin Velinov +357 R Rageblood Shaman @Mike Bierek +358 U Rapacious Dragon @Johan Grenier +359 U Riddle of Lightning @Daarken +360 C Sarkhan's Rage @Chris Rahn +361 R Sarkhan's Unsealing @Daarken +362 U Seismic Elemental @Jasper Sandner +363 R Sin Prodder @Jack Wang +364 C Spitting Earth @Michael Koelsch +365 C Thermo-Alchemist @Raymond Swanland +366 U Tibalt's Rager @Yongjae Choi +367 C Torch Fiend @Winona Nelson +368 U Volcanic Fallout @Zoltan Boros & Gabor Szikszai +369 U Volley Veteran @Craig J Spearing +370 U Warfire Javelineer @Yohann Schepacz +371 U Weaver of Lightning @John Stanko +372 U Young Pyromancer @Cynthia Sheppard +373 U Affectionate Indrik @Steve Prescott +374 C Aggressive Urge @Christopher Moeller +375 C Ambassador Oak @Steve Prescott +376 C Arbor Armament @Bayard Wu +377 U Armorcraft Judge @David Palumbo +378 R Assault Formation @Kieran Yanner +379 U Awakener Druid @Jason Chan +380 U Brindle Shoat @Steven Belledin +381 U Brushstrider @Raoul Vitale +382 U Carven Caryatid @Jim Nelson +383 R Champion of Lambholt @Christopher Moeller +384 C Commune with Dinosaurs @Jonathan Kuo +385 M Craterhoof Behemoth @Chris Rahn +386 C Crushing Canopy @Tomasz Jedruszek +387 C Dawntreader Elk @John Avon +388 U Drover of the Mighty @Eric Deschamps +389 U Dwynen's Elite @Volkan Baǵa +390 C Elemental Uprising @Svetlin Velinov +391 R Elvish Archdruid @Karl Kopinski +392 U Enlarge @Michael Komarck +393 C Explore @John Avon +394 C Fa'adiyah Seer @Heather Hudson +395 U Feral Hydra @Steve Prescott +396 C Feral Invocation @Mathias Kollros +397 C Feral Prowler @Ben Wootten +398 C Fertilid @Wayne Reynolds +399 R Ghalta, Primal Hunger @Chase Stone +400 U Ghirapur Guide @Scott Murphy +401 C Grave Bramble @Anthony Jones +402 U Hunter's Insight @Terese Nielsen +403 C Initiate's Companion @Dan Scott +404 U Inspiring Call @Dan Scott +405 C Ironshell Beetle @Kev Walker +406 U Irresistible Prey @Jesper Ejsing +407 U Keeper of Fables @Alex Konstad +408 C Leaf Gilder @Quinton Hoover +409 U Lifecrafter's Gift @Winona Nelson +410 R Lurking Predators @Mike Bierek +411 R Momentous Fall @Tomasz Jedruszek +412 U Nature's Way @Zack Stella +413 U Nessian Hornbeetle @Jason Felix +414 C New Horizons @Noah Bradley +415 R Oracle of Mul Daya @Vance Kovacs +416 C Orazca Frillback @Simon Dominic +417 U Overgrown Battlement @Franz Vohwinkel +418 C Penumbra Bobcat @Heather Hudson +419 C Pouncing Cheetah @Matt Stewart +420 C Presence of Gond @Brandon Kitkouski +421 M Primeval Bounty @Christine Choi +422 R Primordial Sage @Justin Sweet +423 R Rampaging Brontodon @Lars Grant-West +424 R Ravenous Baloth @Todd Lockwood +425 R Rishkar, Peema Renegade @Todd Lockwood +426 C Rumbling Baloth @Jesper Ejsing +427 U Savage Stomp @Wayne Reynolds +428 C Scrounging Bandar @Shreya Shetty +429 M Selvala, Heart of the Wilds @Tyler Jacobson +430 U Silhana Wayfinder @Suzanne Helmigh +431 U Somberwald Stag @Lake Hurwitz +432 R Soul of the Harvest @Eytan Zana +433 C Sporemound @Svetlin Velinov +434 C Sylvan Brushstrider @Dan Scott +435 C Sylvan Ranger @Christopher Moeller +436 R Thragtusk @Nils Hamm +437 U Thundering Spineback @Tomasz Jedruszek +438 C Time to Feed @Wayne Reynolds +439 M Ulvenwald Hydra @Raymond Swanland +440 C Vastwood Zendikon @Rob Alexander +441 R Verdant Embrace @Stephen Tappin +442 U Wall of Blossoms @Heather Hudson +443 C Wall of Vines @John Stanko +444 C Wildheart Invoker @Erica Yang +445 C Wildsize @Jim Murray +446 U Woodborn Behemoth @Matt Stewart +447 U Wren's Run Vanquisher @Paolo Parente +448 U Zendikar's Roil @Sam Burley +449 C Auger Spree @Raymond Swanland +450 U Dinrova Horror @Johann Bodin +451 U Fusion Elemental @Michael Komarck +452 U Ironroot Warlord @Filip Burburan +453 C Lawmage's Binding @Mark Behm +454 M Maelstrom Archangel @Cyril Van Der Haegen +455 U Raging Regisaur @Bayard Wu +456 C Aether Spellbomb @Jim Nelson +457 C Alloy Myr @Matt Cavotta +458 C Ancestral Statue @Tomasz Jedruszek +459 U Arcane Encyclopedia @Nic Klein +460 U Bubbling Cauldron @Eric Deschamps +461 R Chamber Sentry @Adam Paquette +462 C Chromatic Sphere @Brian Snõddy +463 U Dragonloft Idol @Jung Park +464 U Dreamstone Hedron @Eric Deschamps +465 U Gargoyle Sentinel @Drew Baker +466 C Gingerbrute @Vincent Proce +467 U Guardian Idol @Igor Kieryluk +468 U Hedron Archive @Craig J Spearing +469 U Herald's Horn @Jason Felix +470 C Jousting Dummy @Milivoj Ćeran +471 U Juggernaut @Kev Walker +472 C Mana Geode @Raoul Vitale +473 C Marauder's Axe @Mitchell Malloy +474 U Meteor Golem @Lake Hurwitz +475 C Myr Sire @Jaime Jones +476 U Perilous Myr @Jason Felix +477 C Pirate's Cutlass @John Stanko +478 C Prophetic Prism @John Avon +479 U Rogue's Gloves @Cyril Van Der Haegen +480 C Roving Keep @Svetlin Velinov +481 C Runed Servitor @Mike Bierek +482 R Scarecrone @Jesper Ejsing +483 C Scroll of Avacyn @Cliff Childs +484 U Scuttlemutt @Jeremy Jarvis +485 C Signpost Scarecrow @Jung Park +486 C Skittering Surveyor @Dan Scott +487 U Suspicious Bookcase @Anastasia Ovchinnikova +488 C Terrarion @Titus Lunter +489 U Unstable Obelisk @William Wu +490 U Warmonger's Chariot @Warren Mahy +491 U Buried Ruin @Franz Vohwinkel +492 U Mirrodin's Core @Greg Staples +493 R Phyrexian Tower @Dimitar Marinski +494 R Riptide Laboratory @John Avon +495 C Rupture Spire @Jaime Jones diff --git a/forge-gui/res/editions/Junior APAC Series.txt b/forge-gui/res/editions/Junior APAC Series.txt index 68f9934e09b..e388a8f9829 100644 --- a/forge-gui/res/editions/Junior APAC Series.txt +++ b/forge-gui/res/editions/Junior APAC Series.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PJAS [cards] -1U06 R Sakura-Tribe Elder -1U07 R Soltari Priest -1U08 R Glorious Anthem -2U06 R Shard Phoenix -2U07 R Whirling Dervish -2U08 R Elvish Champion +1U06 R Sakura-Tribe Elder @Carl Critchlow +1U07 R Soltari Priest @Dany Orizio +1U08 R Glorious Anthem @Raymond Swanland +2U06 R Shard Phoenix @Ron Spencer +2U07 R Whirling Dervish @Alex Horley-Orlandelli +2U08 R Elvish Champion @Matt Cavotta diff --git a/forge-gui/res/editions/Junior Series Europe.txt b/forge-gui/res/editions/Junior Series Europe.txt index fe27f8eba3c..a59ed4633c7 100644 --- a/forge-gui/res/editions/Junior Series Europe.txt +++ b/forge-gui/res/editions/Junior Series Europe.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PJSE [cards] -1E05 R Slith Firewalker -1E06 R Sakura-Tribe Elder -1E07 R Soltari Priest -1E08 R Glorious Anthem -2E05 R Royal Assassin -2E06 R Shard Phoenix -2E07 R Whirling Dervish -2E08 R Elvish Champion +1E05 R Slith Firewalker @Justin Sweet +1E06 R Sakura-Tribe Elder @Carl Critchlow +1E07 R Soltari Priest @Dany Orizio +1E08 R Glorious Anthem @Raymond Swanland +2E05 R Royal Assassin @Tom Wänerstrand +2E06 R Shard Phoenix @Ron Spencer +2E07 R Whirling Dervish @Alex Horley-Orlandelli +2E08 R Elvish Champion @Matt Cavotta diff --git a/forge-gui/res/editions/Junior Super Series.txt b/forge-gui/res/editions/Junior Super Series.txt index 0150658b0ba..56b1698a28a 100644 --- a/forge-gui/res/editions/Junior Super Series.txt +++ b/forge-gui/res/editions/Junior Super Series.txt @@ -6,21 +6,21 @@ Type=Promo ScryfallCode=PSUS [cards] -1 R Thran Quarry -2 R Serra Avatar -3 R Lord of Atlantis -4 R Crusade -5 R Elvish Lyrist -6 R City of Brass -7 R Volcanic Hammer -8 R Giant Growth -9 R Two-Headed Dragon -10 R Slith Firewalker -11 R Royal Assassin -12 R Sakura-Tribe Elder -13 R Shard Phoenix -14 R Soltari Priest -15 R Whirling Dervish -16 R Glorious Anthem -17 R Elvish Champion -18 R Mad Auntie +1 R Thran Quarry @Michael Sutfin +2 R Serra Avatar @Dermot Power +3 R Lord of Atlantis @Melissa A. Benson +4 R Crusade @Mark Poole +5 R Elvish Lyrist @Rebecca Guay +6 R City of Brass @Mark Tedin +7 R Volcanic Hammer @Christopher Rush +8 R Giant Growth @Terese Nielsen +9 R Two-Headed Dragon @Sam Wood +10 R Slith Firewalker @Justin Sweet +11 R Royal Assassin @Tom Wänerstrand +12 R Sakura-Tribe Elder @Carl Critchlow +13 R Shard Phoenix @Ron Spencer +14 R Soltari Priest @Dany Orizio +15 R Whirling Dervish @Alex Horley-Orlandelli +16 R Glorious Anthem @Raymond Swanland +17 R Elvish Champion @Matt Cavotta +18 R Mad Auntie @Wayne Reynolds diff --git a/forge-gui/res/editions/Kaladesh Promos.txt b/forge-gui/res/editions/Kaladesh Promos.txt index e63d611d2eb..9b40302c2dd 100644 --- a/forge-gui/res/editions/Kaladesh Promos.txt +++ b/forge-gui/res/editions/Kaladesh Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PKLD [cards] -62 R Saheeli's Artistry -80 U Essence Extraction -130 R Skyship Stalker -151 R Cultivator of Blades -200 U Chief of the Foundry +62 R Saheeli's Artistry @Wesley Burt +80 U Essence Extraction @Tomasz Jedruszek +130 R Skyship Stalker @Tyler Jacobson +151 R Cultivator of Blades @Josu Hernaiz +200 U Chief of the Foundry @Jung Park diff --git a/forge-gui/res/editions/Kaladesh Remastered.txt b/forge-gui/res/editions/Kaladesh Remastered.txt index 7943aa1a3a5..553cc317199 100644 --- a/forge-gui/res/editions/Kaladesh Remastered.txt +++ b/forge-gui/res/editions/Kaladesh Remastered.txt @@ -8,307 +8,307 @@ Type=Online ScryfallCode=KLR [cards] -1 U Aerial Responder -2 U Aeronaut Admiral -3 C Aether Inspector -4 R Aetherstorm Roc -5 U Airdrop Aeronauts -6 C Alley Evasion -7 M Angel of Invention -8 C Audacious Infiltrator -9 R Authority of the Consuls -10 C Aviary Mechanic -11 C Built to Last -12 M Cataclysmic Gearhulk -13 C Conviction -14 C Countless Gears Renegade -15 C Dawnfeather Eagle -16 C Eddytrail Hawk -17 U Fairgrounds Warden -18 C Fragmentize -19 R Fumigate -20 U Gearshift Ace -21 C Glint-Sleeve Artisan -22 C Herald of the Fair -23 C Impeccable Timing -24 C Inspired Charge -25 R Master Trinketeer -26 C Propeller Pioneer -27 U Refurbish -28 U Restoration Specialist -29 C Revoke Privileges -30 U Servo Exhibition -31 U Skywhaler's Shot -32 R Sram, Senior Edificer -33 R Sram's Expertise -34 U Thopter Arrest -35 R Toolcraft Exemplar -36 U Visionary Augmenter -37 U Wispweaver Angel -38 U Aether Meltdown -39 C Aether Swooper -40 C Aether Theorist -41 C Aether Tradewinds -42 R Baral, Chief of Compliance -43 R Baral's Expertise -44 U Ceremonious Rejection -45 R Confiscation Coup -46 R Disallow -47 U Era of Innovation -48 C Gearseeker Serpent -49 U Glimmer of Genius -50 U Glint-Nest Crane -51 C Hinterland Drake -52 C Ice Over -53 U Illusionist's Stratagem -54 C Leave in the Dust -55 C Malfunction -56 C Metallic Rebuke -57 M Metallurgic Summonings -58 U Minister of Inquiries -59 C Nimble Innovator -60 R Padeem, Consul of Innovation -61 R Paradoxical Outcome -62 C Revolutionary Rebuff -63 C Select for Inspection -64 U Shielded Aether Thief -65 C Shipwreck Moray -66 U Shrewd Negotiation -67 U Skyship Plunderer -68 C Tezzeret's Ambition -69 C Thriving Turtle -70 M Torrential Gearhulk -71 U Trophy Mage -72 C Weldfast Wingsmith -73 R Whir of Invention -74 U Wind-Kin Raiders -75 C Aether Poisoner -76 U Aetherborn Marauder -77 C Alley Strangler -78 C Daring Demolition -79 C Defiant Salvager -80 M Demon of Dark Schemes -81 C Die Young -82 U Embraal Bruiser -83 U Essence Extraction -84 U Fatal Push -85 C Fen Hauler -86 C Fortuitous Find -87 U Foundry Hornet -88 C Foundry Screecher -89 C Fourth Bridge Prowler -90 U Fretwork Colony -91 U Gifted Aetherborn -92 R Glint-Sleeve Siphoner -93 R Gonti, Lord of Luxury -94 M Herald of Anguish -95 C Live Fast -96 R Lost Legacy -97 U Make Obsolete -98 R Marionette Master -99 C Maulfist Squad -100 R Midnight Oil -101 C Mind Rot -102 C Night Market Aeronaut -103 C Night Market Lookout -104 M Noxious Gearhulk -105 C Rush of Vitality -106 U Sly Requisitioner -107 C Subtle Strike -108 U Underhanded Designs -109 U Vengeful Rebel -110 U Weaponcraft Enthusiast -111 R Yahenni, Undying Partisan -112 R Yahenni's Expertise -113 C Aether Chaser -114 U Aethertorch Renegade -115 C Built to Smash -116 C Cathartic Reunion -117 M Chandra, Torch of Defiance -118 C Chandra's Pyrohelix -119 C Chandra's Revolution -120 M Combustible Gearhulk -121 C Destructive Tampering -122 U Enraged Giant -123 R Fateful Showdown -124 R Freejam Regent -125 C Frontline Rebel -126 U Furious Reprisal -127 U Harnessed Lightning -128 C Hijack -129 U Hungry Flames -130 M Indomitable Creativity -131 U Inventor's Apprentice -132 U Invigorated Rampage -133 R Kari Zev, Skyship Raider -134 R Kari Zev's Expertise -135 C Lathnu Sailback -136 R Pia Nalaar -137 C Precise Strike -138 U Quicksmith Genius -139 R Quicksmith Rebel -140 U Ravenous Intruder -141 C Reckless Fireweaver -142 C Ruinous Gremlin -143 C Salivating Gremlins -144 U Scrapper Champion -145 U Siege Modification -146 R Skyship Stalker -147 U Speedway Fanatic -148 C Spireside Infiltrator -149 C Sweatworks Brawler -150 C Welding Sparks -151 C Appetite for the Unnatural -152 U Arborback Stomper -153 U Armorcraft Judge -154 C Attune with Aether -155 U Blossoming Defense -156 R Bristling Hydra -157 C Commencement of Festivities -158 U Creeping Mold -159 C Druid of the Cowl -160 R Greenbelt Rampager -161 R Heroic Intervention -162 C Highspire Artisan -163 C Highspire Infusion -164 C Hunt the Weak -165 C Kujar Seedsculptor -166 C Lifecraft Cavalry -167 U Longtusk Cub -168 U Maulfist Revolutionary -169 U Monstrous Onslaught -170 U Narnam Renegade -171 U Nature's Way -172 M Nissa, Vital Force -173 C Ornamental Courage -174 R Oviya Pashiri, Sage Lifecrafter -175 U Peema Aether-Seer -176 C Peema Outrider -177 U Ridgescale Tusker -178 C Riparian Tiger -179 R Rishkar, Peema Renegade -180 R Rishkar's Expertise -181 C Sage of Shaila's Claim -182 U Servant of the Conduit -183 C Thriving Rhino -184 C Unbridled Growth -185 M Verdurous Gearhulk -186 C Wild Wanderer -187 R Wildest Dreams -188 M Ajani Unyielding -189 U Cloudblazer -190 U Contraband Kingpin -191 R Dark Intimations -192 R Depala, Pilot Exemplar -193 M Dovin Baan -194 U Empyreal Voyager -195 U Engineered Might -196 U Hazardous Conditions -197 U Hidden Stockpile -198 R Kambal, Consul of Allocation -199 U Maverick Thopterist -200 R Oath of Ajani -201 U Outland Boar -202 M Rashmi, Eternities Crafter -203 U Renegade Rallier -204 U Renegade Wheelsmith -205 U Restoration Gearsmith -206 U Rogue Refiner -207 M Saheeli Rai -208 U Spire Patrol -209 M Tezzeret the Schemer -210 U Tezzeret's Touch -211 U Unlicensed Disintegration -212 U Veteran Motorist -213 U Voltaic Brawler -214 U Weldfast Engineer -215 U Whirler Virtuoso -216 U Winding Constrictor -217 R Aetherflux Reservoir -218 R Aethersphere Harvester -219 M Aetherworks Marvel -220 R Animation Module -221 U Ballista Charger -222 U Barricade Breaker -223 C Bastion Mastodon -224 U Bomat Bazaar Barge -225 R Bomat Courier -226 U Chief of the Foundry -227 C Cogworker's Puzzleknot -228 C Consulate Skygate -229 C Consulate Turret -230 R Cultivator's Caravan -231 U Daredevil Dragster -232 U Decoction Module -233 U Demolition Stomper -234 C Dukhara Peafowl -235 R Dynavolt Tower -236 C Eager Construct -237 R Electrostatic Pummeler -238 U Fabrication Module -239 U Filigree Familiar -240 C Fireforger's Puzzleknot -241 U Foundry Inspector -242 M Heart of Kiran -243 R Hope of Ghirapur -244 C Implement of Examination -245 C Implement of Malice -246 C Inventor's Goggles -247 C Irontread Crusher -248 R Key to the City -249 R Lifecrafter's Bestiary -250 R Merchant's Dockhand -251 R Metallic Mimic -252 R Metalwork Colossus -253 C Mobile Garrison -254 C Narnam Cobra -255 U Ornithopter -256 U Ovalchase Dragster -257 U Pacification Array -258 R Panharmonicon -259 M Paradox Engine -260 R Peacewalker Colossus -261 C Pendulum of Patterns -262 M Planar Bridge -263 C Prakhata Pillar-Bug -264 C Prophetic Prism -265 C Renegade Map -266 C Reservoir Walker -267 R Scrap Trawler -268 R Scrapheap Scrounger -269 C Self-Assembler -270 U Servo Schematic -271 C Sky Skiff -272 M Skysovereign, Consul Flagship -273 C Universal Solvent -274 U Untethered Express -275 C Weldfast Monitor -276 U Whirlermaker -277 C Woodweaver's Puzzleknot -278 C Workshop Assistant -279 U Aether Hub -280 R Blooming Marsh -281 R Botanical Sanctum -282 R Concealed Courtyard -283 R Inspiring Vantage -284 R Inventors' Fair -285 R Spire of Industry -286 R Spirebluff Canal -287 L Plains -288 L Plains -289 L Plains -290 L Island -291 L Island -292 L Island -293 L Swamp -294 L Swamp -295 L Swamp -296 L Mountain -297 L Mountain -298 L Mountain -299 L Forest -300 L Forest -301 L Forest +1 U Aerial Responder @Raoul Vitale +2 U Aeronaut Admiral @E. M. Gist +3 C Aether Inspector @Sidharth Chaturvedi +4 R Aetherstorm Roc @Scott Murphy +5 U Airdrop Aeronauts @Greg Opalinski +6 C Alley Evasion @Scott Murphy +7 M Angel of Invention @Volkan Baǵa +8 C Audacious Infiltrator @Jakub Kasper +9 R Authority of the Consuls @Lake Hurwitz +10 C Aviary Mechanic @Mark Zug +11 C Built to Last @Svetlin Velinov +12 M Cataclysmic Gearhulk @Victor Adame Minguez +13 C Conviction @John Stanko +14 C Countless Gears Renegade @Dan Scott +15 C Dawnfeather Eagle @Sidharth Chaturvedi +16 C Eddytrail Hawk @James Paick +17 U Fairgrounds Warden @Izzy +18 C Fragmentize @Jason Felix +19 R Fumigate @Svetlin Velinov +20 U Gearshift Ace @Winona Nelson +21 C Glint-Sleeve Artisan @Ryan Pancoast +22 C Herald of the Fair @Steven Belledin +23 C Impeccable Timing @Chris Rallis +24 C Inspired Charge @Deruchenko Alexander +25 R Master Trinketeer @Matt Stewart +26 C Propeller Pioneer @Winona Nelson +27 U Refurbish @Johann Bodin +28 U Restoration Specialist @David Palumbo +29 C Revoke Privileges @James Ryman +30 U Servo Exhibition @Sara Winters +31 U Skywhaler's Shot @Chris Rallis +32 R Sram, Senior Edificer @Chris Rahn +33 R Sram's Expertise @Kieran Yanner +34 U Thopter Arrest @Kieran Yanner +35 R Toolcraft Exemplar @Zezhou Chen +36 U Visionary Augmenter @James Paick +37 U Wispweaver Angel @James Ryman +38 U Aether Meltdown @Jason Felix +39 C Aether Swooper @James Ryman +40 C Aether Theorist @Lucas Graciano +41 C Aether Tradewinds @Lius Lasahido +42 R Baral, Chief of Compliance @Wesley Burt +43 R Baral's Expertise @Todd Lockwood +44 U Ceremonious Rejection @Chris Rahn +45 R Confiscation Coup @Joseph Meehan +46 R Disallow @Min Yum +47 U Era of Innovation @Jason Rainville +48 C Gearseeker Serpent @Filip Burburan +49 U Glimmer of Genius @Tommy Arnold +50 U Glint-Nest Crane @Christopher Moeller +51 C Hinterland Drake @Lake Hurwitz +52 C Ice Over @Sidharth Chaturvedi +53 U Illusionist's Stratagem @Svetlin Velinov +54 C Leave in the Dust @Vincent Proce +55 C Malfunction @Izzy +56 C Metallic Rebuke @Eric Deschamps +57 M Metallurgic Summonings @Kieran Yanner +58 U Minister of Inquiries @Dan Scott +59 C Nimble Innovator @Slawomir Maniak +60 R Padeem, Consul of Innovation @Matt Stewart +61 R Paradoxical Outcome @Nils Hamm +62 C Revolutionary Rebuff @Zack Stella +63 C Select for Inspection @James Paick +64 U Shielded Aether Thief @Lake Hurwitz +65 C Shipwreck Moray @Mike Bierek +66 U Shrewd Negotiation @Slawomir Maniak +67 U Skyship Plunderer @Slawomir Maniak +68 C Tezzeret's Ambition @Tyler Jacobson +69 C Thriving Turtle @Jeff Simpson +70 M Torrential Gearhulk @Svetlin Velinov +71 U Trophy Mage @Anna Steinbauer +72 C Weldfast Wingsmith @Dan Scott +73 R Whir of Invention @Christine Choi +74 U Wind-Kin Raiders @Shreya Shetty +75 C Aether Poisoner @Yongjae Choi +76 U Aetherborn Marauder @Kieran Yanner +77 C Alley Strangler @Efflam Mercier +78 C Daring Demolition @Svetlin Velinov +79 C Defiant Salvager @Volkan Baǵa +80 M Demon of Dark Schemes @Daarken +81 C Die Young @Ryan Yee +82 U Embraal Bruiser @Sidharth Chaturvedi +83 U Essence Extraction @Min Yum +84 U Fatal Push @Eric Deschamps +85 C Fen Hauler @Sidharth Chaturvedi +86 C Fortuitous Find @Tomasz Jedruszek +87 U Foundry Hornet @Christopher Moeller +88 C Foundry Screecher @Dan Scott +89 C Fourth Bridge Prowler @John Silva +90 U Fretwork Colony @Christopher Burdett +91 U Gifted Aetherborn @Ryan Yee +92 R Glint-Sleeve Siphoner @Greg Opalinski +93 R Gonti, Lord of Luxury @Daarken +94 M Herald of Anguish @Vincent Proce +95 C Live Fast @Ryan Yee +96 R Lost Legacy @Greg Opalinski +97 U Make Obsolete @Darek Zabrocki +98 R Marionette Master @James Ryman +99 C Maulfist Squad @Matt Stewart +100 R Midnight Oil @Daniel Ljunggren +101 C Mind Rot @Seb McKinnon +102 C Night Market Aeronaut @Tyler Jacobson +103 C Night Market Lookout @Nils Hamm +104 M Noxious Gearhulk @Lius Lasahido +105 C Rush of Vitality @Lindsey Look +106 U Sly Requisitioner @Dan Scott +107 C Subtle Strike @David Palumbo +108 U Underhanded Designs @Anastasia Ovchinnikova +109 U Vengeful Rebel @Tomasz Jedruszek +110 U Weaponcraft Enthusiast @Mike Bierek +111 R Yahenni, Undying Partisan @Lius Lasahido +112 R Yahenni's Expertise @Daarken +113 C Aether Chaser @Jason Rainville +114 U Aethertorch Renegade @Johann Bodin +115 C Built to Smash @Svetlin Velinov +116 C Cathartic Reunion @Howard Lyon +117 M Chandra, Torch of Defiance @Magali Villeneuve +118 C Chandra's Pyrohelix @Kieran Yanner +119 C Chandra's Revolution @Clint Cearley +120 M Combustible Gearhulk @Daarken +121 C Destructive Tampering @Titus Lunter +122 U Enraged Giant @Anthony Palumbo +123 R Fateful Showdown @Chris Rallis +124 R Freejam Regent @Volkan Baǵa +125 C Frontline Rebel @Winona Nelson +126 U Furious Reprisal @Svetlin Velinov +127 U Harnessed Lightning @Chris Rallis +128 C Hijack @Victor Adame Minguez +129 U Hungry Flames @Izzy +130 M Indomitable Creativity @Deruchenko Alexander +131 U Inventor's Apprentice @Ryan Pancoast +132 U Invigorated Rampage @Craig J Spearing +133 R Kari Zev, Skyship Raider @Brad Rigney +134 R Kari Zev's Expertise @Jason Rainville +135 C Lathnu Sailback @Christopher Burdett +136 R Pia Nalaar @Tyler Jacobson +137 C Precise Strike @Tyler Jacobson +138 U Quicksmith Genius @David Gaillet +139 R Quicksmith Rebel @Kieran Yanner +140 U Ravenous Intruder @Mathias Kollros +141 C Reckless Fireweaver @Deruchenko Alexander +142 C Ruinous Gremlin @Steve Prescott +143 C Salivating Gremlins @Christopher Burdett +144 U Scrapper Champion @Magali Villeneuve +145 U Siege Modification @Sung Choi +146 R Skyship Stalker @Chris Rahn +147 U Speedway Fanatic @Slawomir Maniak +148 C Spireside Infiltrator @Deruchenko Alexander +149 C Sweatworks Brawler @Zack Stella +150 C Welding Sparks @Raymond Swanland +151 C Appetite for the Unnatural @Zoltan Boros +152 U Arborback Stomper @Dan Scott +153 U Armorcraft Judge @David Palumbo +154 C Attune with Aether @Wesley Burt +155 U Blossoming Defense @Anastasia Ovchinnikova +156 R Bristling Hydra @Chris Rahn +157 C Commencement of Festivities @Zack Stella +158 U Creeping Mold @Cliff Childs +159 C Druid of the Cowl @Magali Villeneuve +160 R Greenbelt Rampager @Filip Burburan +161 R Heroic Intervention @James Ryman +162 C Highspire Artisan @Anna Steinbauer +163 C Highspire Infusion @Anna Steinbauer +164 C Hunt the Weak @Raoul Vitale +165 C Kujar Seedsculptor @Anna Steinbauer +166 C Lifecraft Cavalry @Svetlin Velinov +167 U Longtusk Cub @Zoltan Boros +168 U Maulfist Revolutionary @Scott Murphy +169 U Monstrous Onslaught @Slawomir Maniak +170 U Narnam Renegade @Greg Opalinski +171 U Nature's Way @Zack Stella +172 M Nissa, Vital Force @Clint Cearley +173 C Ornamental Courage @Anthony Palumbo +174 R Oviya Pashiri, Sage Lifecrafter @Magali Villeneuve +175 U Peema Aether-Seer @Howard Lyon +176 C Peema Outrider @Craig J Spearing +177 U Ridgescale Tusker @Winona Nelson +178 C Riparian Tiger @Igor Kieryluk +179 R Rishkar, Peema Renegade @Todd Lockwood +180 R Rishkar's Expertise @Magali Villeneuve +181 C Sage of Shaila's Claim @Howard Lyon +182 U Servant of the Conduit @Magali Villeneuve +183 C Thriving Rhino @Matt Stewart +184 C Unbridled Growth @Ryan Pancoast +185 M Verdurous Gearhulk @Jaime Jones +186 C Wild Wanderer @Sidharth Chaturvedi +187 R Wildest Dreams @Daniel Ljunggren +188 M Ajani Unyielding @Kieran Yanner +189 U Cloudblazer @Dan Scott +190 U Contraband Kingpin @Anna Steinbauer +191 R Dark Intimations @Chase Stone +192 R Depala, Pilot Exemplar @Greg Opalinski +193 M Dovin Baan @Tyler Jacobson +194 U Empyreal Voyager @David Gaillet +195 U Engineered Might @Lake Hurwitz +196 U Hazardous Conditions @Anastasia Ovchinnikova +197 U Hidden Stockpile @Darek Zabrocki +198 R Kambal, Consul of Allocation @Vincent Proce +199 U Maverick Thopterist @Zack Stella +200 R Oath of Ajani @Wesley Burt +201 U Outland Boar @Winona Nelson +202 M Rashmi, Eternities Crafter @Magali Villeneuve +203 U Renegade Rallier @Kieran Yanner +204 U Renegade Wheelsmith @Darek Zabrocki +205 U Restoration Gearsmith @John Severin Brassell +206 U Rogue Refiner @Victor Adame Minguez +207 M Saheeli Rai @Willian Murai +208 U Spire Patrol @Dan Scott +209 M Tezzeret the Schemer @Ryan Alexander Lee +210 U Tezzeret's Touch @Chris Rallis +211 U Unlicensed Disintegration @Izzy +212 U Veteran Motorist @Christopher Moeller +213 U Voltaic Brawler @Raymond Swanland +214 U Weldfast Engineer @Sara Winters +215 U Whirler Virtuoso @Lake Hurwitz +216 U Winding Constrictor @Izzy +217 R Aetherflux Reservoir @Cliff Childs +218 R Aethersphere Harvester @Christine Choi +219 M Aetherworks Marvel @James Paick +220 R Animation Module @Aaron Miller +221 U Ballista Charger @Sung Choi +222 U Barricade Breaker @Karl Kopinski +223 C Bastion Mastodon @Victor Adame Minguez +224 U Bomat Bazaar Barge @Christine Choi +225 R Bomat Courier @Craig J Spearing +226 U Chief of the Foundry @Daniel Ljunggren +227 C Cogworker's Puzzleknot @Cliff Childs +228 C Consulate Skygate @John Avon +229 C Consulate Turret @Eric Deschamps +230 R Cultivator's Caravan @Mark Zug +231 U Daredevil Dragster @Titus Lunter +232 U Decoction Module @Aaron Miller +233 U Demolition Stomper @James Paick +234 C Dukhara Peafowl @Craig J Spearing +235 R Dynavolt Tower @Titus Lunter +236 C Eager Construct @Craig J Spearing +237 R Electrostatic Pummeler @Slawomir Maniak +238 U Fabrication Module @Aaron Miller +239 U Filigree Familiar @Izzy +240 C Fireforger's Puzzleknot @Zezhou Chen +241 U Foundry Inspector @Jason A. Engle +242 M Heart of Kiran @Jaime Jones +243 R Hope of Ghirapur @Lius Lasahido +244 C Implement of Examination @Darek Zabrocki +245 C Implement of Malice @Titus Lunter +246 C Inventor's Goggles @Jason Felix +247 C Irontread Crusher @Jason A. Engle +248 R Key to the City @Sean Murray +249 R Lifecrafter's Bestiary @Izzy +250 R Merchant's Dockhand @Christine Choi +251 R Metallic Mimic @Zack Stella +252 R Metalwork Colossus @Jaime Jones +253 C Mobile Garrison @Cliff Childs +254 C Narnam Cobra @Christopher Burdett +255 U Ornithopter @Mathias Kollros +256 U Ovalchase Dragster @Victor Adame Minguez +257 U Pacification Array @Joseph Meehan +258 R Panharmonicon @Volkan Baǵa +259 M Paradox Engine @Christine Choi +260 R Peacewalker Colossus @Vincent Proce +261 C Pendulum of Patterns @Raoul Vitale +262 M Planar Bridge @Chase Stone +263 C Prakhata Pillar-Bug @Jason Felix +264 C Prophetic Prism @Valera Lutfullina +265 C Renegade Map @Lake Hurwitz +266 C Reservoir Walker @Johann Bodin +267 R Scrap Trawler @Daarken +268 R Scrapheap Scrounger @Jason A. Engle +269 C Self-Assembler @Toraji +270 U Servo Schematic @Titus Lunter +271 C Sky Skiff @Richard Wright +272 M Skysovereign, Consul Flagship @Jung Park +273 C Universal Solvent @Christopher Moeller +274 U Untethered Express @James Ryman +275 C Weldfast Monitor @Jakub Kasper +276 U Whirlermaker @Victor Adame Minguez +277 C Woodweaver's Puzzleknot @Volkan Baǵa +278 C Workshop Assistant @Victor Adame Minguez +279 U Aether Hub @Sam Burley +280 R Blooming Marsh @Adam Paquette +281 R Botanical Sanctum @Christine Choi +282 R Concealed Courtyard @Jung Park +283 R Inspiring Vantage @Jonas De Ro +284 R Inventors' Fair @Jonas De Ro +285 R Spire of Industry @John Avon +286 R Spirebluff Canal @Adam Paquette +287 L Plains @Clint Cearley +288 L Plains @John Avon +289 L Plains @John Avon +290 L Island @Johannes Voss +291 L Island @Yeong-Hao Han +292 L Island @Yeong-Hao Han +293 L Swamp @Adam Paquette +294 L Swamp @James Paick +295 L Swamp @Adam Paquette +296 L Mountain @Richard Wright +297 L Mountain @Eytan Zana +298 L Mountain @Eytan Zana +299 L Forest @Chase Stone +300 L Forest @Christine Choi +301 L Forest @Christine Choi [box topper] -302 M Sculpting Steel +302 M Sculpting Steel @Magali Villeneuve diff --git a/forge-gui/res/editions/Kaladesh.txt b/forge-gui/res/editions/Kaladesh.txt index 8a0cdd97818..5d941d75725 100644 --- a/forge-gui/res/editions/Kaladesh.txt +++ b/forge-gui/res/editions/Kaladesh.txt @@ -14,282 +14,282 @@ AdditionalSetUnlockedInQuest=MPS_KLD ScryfallCode=KLD [cards] -1 C Acrobatic Maneuver -2 U Aerial Responder -3 R Aetherstorm Roc -4 M Angel of Invention -5 R Authority of the Consuls -6 C Aviary Mechanic -7 C Built to Last -8 R Captured by the Consulate -9 M Cataclysmic Gearhulk -10 U Consulate Surveillance -11 U Consul's Shieldguard -12 C Eddytrail Hawk -13 U Fairgrounds Warden -14 C Fragmentize -15 R Fumigate -16 U Gearshift Ace -17 C Glint-Sleeve Artisan -18 C Herald of the Fair -19 C Impeccable Timing -20 C Inspired Charge -21 R Master Trinketeer -22 C Ninth Bridge Patrol -23 C Pressure Point -24 C Propeller Pioneer -25 U Refurbish -26 C Revoke Privileges -27 U Servo Exhibition -28 C Skyswirl Harrier -29 U Skywhaler's Shot -30 C Tasseled Dromedary -31 C Thriving Ibex -32 R Toolcraft Exemplar -33 U Trusty Companion -34 U Visionary Augmenter -35 U Wispweaver Angel -36 U Aether Meltdown -37 C Aether Theorist -38 C AEther Tradewinds -39 R Aethersquall Ancient -40 U Ceremonious Rejection -41 R Confiscation Coup -42 C Curio Vendor -43 U Disappearing Act -44 C Dramatic Reversal -45 U Era of Innovation -46 U Experimental Aviator -47 C Failed Inspection -48 C Gearseeker Serpent -49 U Glimmer of Genius -50 U Glint-Nest Crane -51 C Hightide Hermit -52 R Insidious Will -53 U Janjeet Sentry -54 U Long-Finned Skywhale -55 C Malfunction -56 M Metallurgic Summonings -57 U Minister of Inquiries -58 C Nimble Innovator -59 R Padeem, Consul of Innovation -60 R Paradoxical Outcome -61 C Revolutionary Rebuff -62 R Saheeli's Artistry -63 C Select for Inspection -64 U Shrewd Negotiation -65 C Tezzeret's Ambition -66 C Thriving Turtle -67 M Torrential Gearhulk -68 C Vedalken Blademaster -69 C Weldfast Wingsmith -70 C Wind Drake -71 U Aetherborn Marauder -72 C Ambitious Aetherborn -73 M Demon of Dark Schemes -74 C Dhund Operative -75 U Diabolic Tutor -76 C Die Young -77 C Dukhara Scavenger -78 R Eliminate the Competition -79 U Embraal Bruiser -80 U Essence Extraction -81 C Fortuitous Find -82 C Foundry Screecher -83 U Fretwork Colony -84 R Gonti, Lord of Luxury -85 U Harsh Scrutiny -86 C Lawless Broker -87 C Live Fast -88 R Lost Legacy -89 U Make Obsolete -90 R Marionette Master -91 C Maulfist Squad -92 R Midnight Oil -93 C Mind Rot -94 U Morbid Curiosity -95 C Night Market Lookout -96 M Noxious Gearhulk -97 U Ovalchase Daredevil -98 C Prakhata Club Security -99 C Rush of Vitality -100 C Subtle Strike -101 R Syndicate Trafficker -102 C Thriving Rats -103 C Tidy Conclusion -104 U Underhanded Designs -105 U Weaponcraft Enthusiast -106 U Aethertorch Renegade -107 U Brazen Scourge -108 C Built to Smash -109 C Cathartic Reunion -110 M Chandra, Torch of Defiance -111 C Chandra's Pyrohelix -112 M Combustible Gearhulk -113 C Demolish -114 R Fateful Showdown -115 U Furious Reprisal -116 C Giant Spectacle -117 U Harnessed Lightning -118 C Hijack -119 U Incendiary Sabotage -120 U Inventor's Apprentice -121 R Lathnu Hellion -122 R Madcap Experiment -123 U Maulfist Doorbuster -124 R Pia Nalaar -125 U Quicksmith Genius -126 C Reckless Fireweaver -127 C Renegade Tactics -128 C Ruinous Gremlin -129 C Salivating Gremlins -130 R Skyship Stalker -131 U Spark of Creativity -132 U Speedway Fanatic -133 C Spireside Infiltrator -134 C Spontaneous Artist -135 U Start Your Engines -136 R Territorial Gorger -137 C Terror of the Fairgrounds -138 C Thriving Grubs -139 C Wayward Giant -140 C Welding Sparks -141 C Appetite for the Unnatural -142 U Arborback Stomper -143 R Architect of the Untamed -144 U Armorcraft Judge -145 C Attune with Aether -146 U Blossoming Defense -147 R Bristling Hydra -148 C Commencement of Festivities -149 C Cowl Prowler -150 U Creeping Mold -151 R Cultivator of Blades -152 R Dubious Challenge -153 U Durable Handicraft -154 U Elegant Edgecrafters -155 U Fairgrounds Trumpeter -156 U Ghirapur Guide -157 C Highspire Artisan -158 C Hunt the Weak -159 C Kujar Seedsculptor -160 C Larger Than Life -161 U Longtusk Cub -162 U Nature's Way -163 M Nissa, Vital Force -164 C Ornamental Courage -165 R Oviya Pashiri, Sage Lifecrafter -166 C Peema Outrider -167 C Riparian Tiger -168 C Sage of Shaila's Claim -169 U Servant of the Conduit -170 C Take Down -171 C Thriving Rhino -172 M Verdurous Gearhulk -173 C Wild Wanderer -174 R Wildest Dreams -175 C Wily Bandar -176 U Cloudblazer -177 U Contraband Kingpin -178 R Depala, Pilot Exemplar -179 M Dovin Baan -180 U Empyreal Voyager -181 U Engineered Might -182 U Hazardous Conditions -183 R Kambal, Consul of Allocation -184 M Rashmi, Eternities Crafter -185 U Restoration Gearsmith -186 M Saheeli Rai -187 U Unlicensed Disintegration -188 U Veteran Motorist -189 U Voltaic Brawler -190 U Whirler Virtuoso -191 C Accomplished Automaton -192 R Aetherflux Reservoir -193 M Aetherworks Marvel -194 R Animation Module -195 C Aradara Express -196 U Ballista Charger -197 C Bastion Mastodon -198 U Bomat Bazaar Barge -199 R Bomat Courier -200 U Chief of the Foundry -201 C Cogworker's Puzzleknot -202 C Consulate Skygate -203 R Cultivator's Caravan -204 R Deadlock Trap -205 U Decoction Module -206 U Demolition Stomper -207 C Dukhara Peafowl -208 R Dynavolt Tower -209 C Eager Construct -210 R Electrostatic Pummeler -211 U Fabrication Module -212 U Filigree Familiar -213 C Fireforger's Puzzleknot -214 R Fleetwheel Cruiser -215 U Foundry Inspector -216 R Ghirapur Orrery -217 C Glassblower's Puzzleknot -218 C Inventor's Goggles -219 U Iron League Steed -220 R Key to the City -221 C Metalspinner's Puzzleknot -222 R Metalwork Colossus -223 R Multiform Wonder -224 C Narnam Cobra -225 U Ovalchase Dragster -226 R Panharmonicon -227 U Perpetual Timepiece -228 C Prakhata Pillar-Bug -229 C Prophetic Prism -230 C Renegade Freighter -231 R Scrapheap Scrounger -232 C Self-Assembler -233 C Sky Skiff -234 M Skysovereign, Consul Flagship -235 R Smuggler's Copter -236 U Snare Thopter -237 C Torch Gauntlet -238 C Weldfast Monitor -239 U Whirlermaker -240 C Woodweaver's Puzzleknot -241 C Workshop Assistant -242 U Aether Hub -243 R Blooming Marsh -244 R Botanical Sanctum -245 R Concealed Courtyard -246 R Inspiring Vantage -247 R Inventors' Fair -248 U Sequestered Stash -249 R Spirebluff Canal -250 L Plains -251 L Plains -252 L Plains -253 L Island -254 L Island -255 L Island -256 L Swamp -257 L Swamp -258 L Swamp -259 L Mountain -260 L Mountain -261 L Mountain -262 L Forest -263 L Forest -264 L Forest +1 C Acrobatic Maneuver @Winona Nelson +2 U Aerial Responder @Raoul Vitale +3 R Aetherstorm Roc @Scott Murphy +4 M Angel of Invention @Volkan Baǵa +5 R Authority of the Consuls @Lake Hurwitz +6 C Aviary Mechanic @Mark Zug +7 C Built to Last @Svetlin Velinov +8 R Captured by the Consulate @Tyler Jacobson +9 M Cataclysmic Gearhulk @Victor Adame Minguez +10 U Consulate Surveillance @Daniel Ljunggren +11 U Consul's Shieldguard @David Gaillet +12 C Eddytrail Hawk @James Paick +13 U Fairgrounds Warden @Izzy +14 C Fragmentize @Jason Felix +15 R Fumigate @Svetlin Velinov +16 U Gearshift Ace @Winona Nelson +17 C Glint-Sleeve Artisan @Ryan Pancoast +18 C Herald of the Fair @Steven Belledin +19 C Impeccable Timing @Chris Rallis +20 C Inspired Charge @Deruchenko Alexander +21 R Master Trinketeer @Matt Stewart +22 C Ninth Bridge Patrol @Ryan Alexander Lee +23 C Pressure Point @Jakub Kasper +24 C Propeller Pioneer @Winona Nelson +25 U Refurbish @Johann Bodin +26 C Revoke Privileges @James Ryman +27 U Servo Exhibition @Sara Winters +28 C Skyswirl Harrier @John Severin Brassell +29 U Skywhaler's Shot @Chris Rallis +30 C Tasseled Dromedary @Raoul Vitale +31 C Thriving Ibex @Sidharth Chaturvedi +32 R Toolcraft Exemplar @Zezhou Chen +33 U Trusty Companion @Jakub Kasper +34 U Visionary Augmenter @James Paick +35 U Wispweaver Angel @James Ryman +36 U Aether Meltdown @Jason Felix +37 C Aether Theorist @Lucas Graciano +38 C Aether Tradewinds @Lius Lasahido +39 R Aethersquall Ancient @Sam Burley +40 U Ceremonious Rejection @Chris Rahn +41 R Confiscation Coup @Joseph Meehan +42 C Curio Vendor @Igor Kieryluk +43 U Disappearing Act @Anthony Palumbo +44 C Dramatic Reversal @Eric Deschamps +45 U Era of Innovation @Jason Rainville +46 U Experimental Aviator @Jesper Ejsing +47 C Failed Inspection @Matt Stewart +48 C Gearseeker Serpent @Filip Burburan +49 U Glimmer of Genius @Tommy Arnold +50 U Glint-Nest Crane @Christopher Moeller +51 C Hightide Hermit @Jason Kang +52 R Insidious Will @Anthony Palumbo +53 U Janjeet Sentry @Dan Scott +54 U Long-Finned Skywhale @Cliff Childs +55 C Malfunction @Izzy +56 M Metallurgic Summonings @Kieran Yanner +57 U Minister of Inquiries @Dan Scott +58 C Nimble Innovator @Slawomir Maniak +59 R Padeem, Consul of Innovation @Matt Stewart +60 R Paradoxical Outcome @Nils Hamm +61 C Revolutionary Rebuff @Zack Stella +62 R Saheeli's Artistry @Kieran Yanner +63 C Select for Inspection @James Paick +64 U Shrewd Negotiation @Slawomir Maniak +65 C Tezzeret's Ambition @Tyler Jacobson +66 C Thriving Turtle @Jeff Simpson +67 M Torrential Gearhulk @Svetlin Velinov +68 C Vedalken Blademaster @Lake Hurwitz +69 C Weldfast Wingsmith @Dan Scott +70 C Wind Drake @Todd Lockwood +71 U Aetherborn Marauder @Kieran Yanner +72 C Ambitious Aetherborn @Josu Hernaiz +73 M Demon of Dark Schemes @Daarken +74 C Dhund Operative @Magali Villeneuve +75 U Diabolic Tutor @Mark Winters +76 C Die Young @Ryan Yee +77 C Dukhara Scavenger @Sidharth Chaturvedi +78 R Eliminate the Competition @Joseph Meehan +79 U Embraal Bruiser @Sidharth Chaturvedi +80 U Essence Extraction @Min Yum +81 C Fortuitous Find @Tomasz Jedruszek +82 C Foundry Screecher @Dan Scott +83 U Fretwork Colony @Christopher Burdett +84 R Gonti, Lord of Luxury @Daarken +85 U Harsh Scrutiny @Vincent Proce +86 C Lawless Broker @Darek Zabrocki +87 C Live Fast @Ryan Yee +88 R Lost Legacy @Greg Opalinski +89 U Make Obsolete @Darek Zabrocki +90 R Marionette Master @James Ryman +91 C Maulfist Squad @Matt Stewart +92 R Midnight Oil @Daniel Ljunggren +93 C Mind Rot @Seb McKinnon +94 U Morbid Curiosity @Kieran Yanner +95 C Night Market Lookout @Nils Hamm +96 M Noxious Gearhulk @Lius Lasahido +97 U Ovalchase Daredevil @Winona Nelson +98 C Prakhata Club Security @Igor Kieryluk +99 C Rush of Vitality @Lindsey Look +100 C Subtle Strike @David Palumbo +101 R Syndicate Trafficker @Tony Foti +102 C Thriving Rats @Tom Babbey +103 C Tidy Conclusion @Bastien L. Deharme +104 U Underhanded Designs @Anastasia Ovchinnikova +105 U Weaponcraft Enthusiast @Mike Bierek +106 U Aethertorch Renegade @Johann Bodin +107 U Brazen Scourge @Kev Walker +108 C Built to Smash @Svetlin Velinov +109 C Cathartic Reunion @Howard Lyon +110 M Chandra, Torch of Defiance @Magali Villeneuve +111 C Chandra's Pyrohelix @Kieran Yanner +112 M Combustible Gearhulk @Daarken +113 C Demolish @Steven Belledin +114 R Fateful Showdown @Chris Rallis +115 U Furious Reprisal @Svetlin Velinov +116 C Giant Spectacle @Johann Bodin +117 U Harnessed Lightning @Chris Rallis +118 C Hijack @Victor Adame Minguez +119 U Incendiary Sabotage @Ben Maier +120 U Inventor's Apprentice @Ryan Pancoast +121 R Lathnu Hellion @Lars Grant-West +122 R Madcap Experiment @Joseph Meehan +123 U Maulfist Doorbuster @Josh Hass +124 R Pia Nalaar @Tyler Jacobson +125 U Quicksmith Genius @David Gaillet +126 C Reckless Fireweaver @Deruchenko Alexander +127 C Renegade Tactics @Yeong-Hao Han +128 C Ruinous Gremlin @Steve Prescott +129 C Salivating Gremlins @Christopher Burdett +130 R Skyship Stalker @Chris Rahn +131 U Spark of Creativity @Johann Bodin +132 U Speedway Fanatic @Slawomir Maniak +133 C Spireside Infiltrator @Deruchenko Alexander +134 C Spontaneous Artist @Viktor Titov +135 U Start Your Engines @Darek Zabrocki +136 R Territorial Gorger @Lius Lasahido +137 C Terror of the Fairgrounds @Filip Burburan +138 C Thriving Grubs @Steve Prescott +139 C Wayward Giant @Filip Burburan +140 C Welding Sparks @Raymond Swanland +141 C Appetite for the Unnatural @Zoltan Boros +142 U Arborback Stomper @Dan Scott +143 R Architect of the Untamed @Sara Winters +144 U Armorcraft Judge @David Palumbo +145 C Attune with Aether @Wesley Burt +146 U Blossoming Defense @Anastasia Ovchinnikova +147 R Bristling Hydra @Chris Rahn +148 C Commencement of Festivities @Zack Stella +149 C Cowl Prowler @Tomasz Jedruszek +150 U Creeping Mold @Cliff Childs +151 R Cultivator of Blades @Bastien L. Deharme +152 R Dubious Challenge @Scott Murphy +153 U Durable Handicraft @Raoul Vitale +154 U Elegant Edgecrafters @Sean Sevestre +155 U Fairgrounds Trumpeter @Jesper Ejsing +156 U Ghirapur Guide @Scott Murphy +157 C Highspire Artisan @Anna Steinbauer +158 C Hunt the Weak @Raoul Vitale +159 C Kujar Seedsculptor @Anna Steinbauer +160 C Larger Than Life @Jaime Jones +161 U Longtusk Cub @Zoltan Boros +162 U Nature's Way @Zack Stella +163 M Nissa, Vital Force @Clint Cearley +164 C Ornamental Courage @Anthony Palumbo +165 R Oviya Pashiri, Sage Lifecrafter @Magali Villeneuve +166 C Peema Outrider @Craig J Spearing +167 C Riparian Tiger @Igor Kieryluk +168 C Sage of Shaila's Claim @Howard Lyon +169 U Servant of the Conduit @Magali Villeneuve +170 C Take Down @Izzy +171 C Thriving Rhino @Matt Stewart +172 M Verdurous Gearhulk @Jaime Jones +173 C Wild Wanderer @Sidharth Chaturvedi +174 R Wildest Dreams @Daniel Ljunggren +175 C Wily Bandar @Yeong-Hao Han +176 U Cloudblazer @Dan Scott +177 U Contraband Kingpin @Anna Steinbauer +178 R Depala, Pilot Exemplar @Greg Opalinski +179 M Dovin Baan @Tyler Jacobson +180 U Empyreal Voyager @David Gaillet +181 U Engineered Might @Lake Hurwitz +182 U Hazardous Conditions @Anastasia Ovchinnikova +183 R Kambal, Consul of Allocation @Vincent Proce +184 M Rashmi, Eternities Crafter @Magali Villeneuve +185 U Restoration Gearsmith @John Severin Brassell +186 M Saheeli Rai @Willian Murai +187 U Unlicensed Disintegration @Izzy +188 U Veteran Motorist @Christopher Moeller +189 U Voltaic Brawler @Raymond Swanland +190 U Whirler Virtuoso @Lake Hurwitz +191 C Accomplished Automaton @Daarken +192 R Aetherflux Reservoir @Cliff Childs +193 M Aetherworks Marvel @James Paick +194 R Animation Module @Aaron Miller +195 C Aradara Express @Adam Paquette +196 U Ballista Charger @Sung Choi +197 C Bastion Mastodon @Victor Adame Minguez +198 U Bomat Bazaar Barge @Christine Choi +199 R Bomat Courier @Craig J Spearing +200 U Chief of the Foundry @Daniel Ljunggren +201 C Cogworker's Puzzleknot @Cliff Childs +202 C Consulate Skygate @John Avon +203 R Cultivator's Caravan @Mark Zug +204 R Deadlock Trap @Jason Rainville +205 U Decoction Module @Aaron Miller +206 U Demolition Stomper @James Paick +207 C Dukhara Peafowl @Craig J Spearing +208 R Dynavolt Tower @Titus Lunter +209 C Eager Construct @Craig J Spearing +210 R Electrostatic Pummeler @Slawomir Maniak +211 U Fabrication Module @Aaron Miller +212 U Filigree Familiar @Izzy +213 C Fireforger's Puzzleknot @Zezhou Chen +214 R Fleetwheel Cruiser @Sung Choi +215 U Foundry Inspector @Jason A. Engle +216 R Ghirapur Orrery @Kirsten Zirngibl +217 C Glassblower's Puzzleknot @Kieran Yanner +218 C Inventor's Goggles @Jason Felix +219 U Iron League Steed @Darek Zabrocki +220 R Key to the City @Sean Murray +221 C Metalspinner's Puzzleknot @Vincent Proce +222 R Metalwork Colossus @Jaime Jones +223 R Multiform Wonder @Daarken +224 C Narnam Cobra @Christopher Burdett +225 U Ovalchase Dragster @Victor Adame Minguez +226 R Panharmonicon @Volkan Baǵa +227 U Perpetual Timepiece @Cliff Childs +228 C Prakhata Pillar-Bug @Jason Felix +229 C Prophetic Prism @Noah Bradley +230 C Renegade Freighter @Izzy +231 R Scrapheap Scrounger @Jason A. Engle +232 C Self-Assembler @Noah Bradley +233 C Sky Skiff @Richard Wright +234 M Skysovereign, Consul Flagship @Jung Park +235 R Smuggler's Copter @Florian de Gesincourt +236 U Snare Thopter @John Avon +237 C Torch Gauntlet @Igor Kieryluk +238 C Weldfast Monitor @Jakub Kasper +239 U Whirlermaker @Victor Adame Minguez +240 C Woodweaver's Puzzleknot @Volkan Baǵa +241 C Workshop Assistant @Victor Adame Minguez +242 U Aether Hub @Sam Burley +243 R Blooming Marsh @Adam Paquette +244 R Botanical Sanctum @Christine Choi +245 R Concealed Courtyard @Jung Park +246 R Inspiring Vantage @Jonas De Ro +247 R Inventors' Fair @Jonas De Ro +248 U Sequestered Stash @Yeong-Hao Han +249 R Spirebluff Canal @Adam Paquette +250 L Plains @John Avon +251 L Plains @John Avon +252 L Plains @Clint Cearley +253 L Island @Yeong-Hao Han +254 L Island @Yeong-Hao Han +255 L Island @Johannes Voss +256 L Swamp @James Paick +257 L Swamp @Adam Paquette +258 L Swamp @Adam Paquette +259 L Mountain @Richard Wright +260 L Mountain @Eytan Zana +261 L Mountain @Eytan Zana +262 L Forest @Christine Choi +263 L Forest @Christine Choi +264 L Forest @Chase Stone [precon product] -265 M Chandra, Pyrogenius -266 C Flame Lash -267 R Liberating Combustion -268 U Renegade Firebrand -269 C Stone Quarry -270 M Nissa, Nature's Artisan -271 U Guardian of the Great Conduit -272 C Terrain Elemental -272 R Verdant Crescendo -273 C Woodland Stream +265 M Chandra, Pyrogenius @Jason Rainville +266 C Flame Lash @Viktor Titov +267 R Liberating Combustion @Lius Lasahido +268 U Renegade Firebrand @John Stanko +269 C Stone Quarry @Efflam Mercier +270 M Nissa, Nature's Artisan @Willian Murai +271 U Guardian of the Great Conduit @Christine Choi +272 C Terrain Elemental @Magali Villeneuve +273 R Verdant Crescendo @Zack Stella +274 C Woodland Stream @Efflam Mercier [Kaladesh Inventions] Cataclysmic Gearhulk|MPS_KLD diff --git a/forge-gui/res/editions/Kaldheim Commander.txt b/forge-gui/res/editions/Kaldheim Commander.txt index e9948a6c42f..1f7a3bb15ad 100644 --- a/forge-gui/res/editions/Kaldheim Commander.txt +++ b/forge-gui/res/editions/Kaldheim Commander.txt @@ -6,125 +6,125 @@ Type=Commander ScryfallCode=KHC [cards] -1 M Lathril, Blade of the Elves -2 M Ranar the Ever-Watchful -3 R Cosmic Intervention -4 R Hero of Bretagard -5 R Stoic Farmer -6 R Sage of the Beyond -7 R Spectral Deluge -8 R Tales of the Ancestors -9 R Pact of the Serpent -10 R Ruthless Winnower -11 R Serpent's Soul-Jar -12 R Bounty of Skemfar -13 R Crown of Skemfar -14 R Wolverine Riders -15 R Elderfang Venom -16 R Ethereal Valkyrie -17 R Angel of Finality -18 M Angel of Serenity -19 U Banishing Light -20 R Cleansing Nova -21 U Cloudgoat Ranger -22 R Eerie Interlude -23 U Evangel of Heliod -24 U Flickerwisp -25 R Geist-Honored Monk -26 U Ghostly Prison -27 U Goldnight Commander -28 C Kor Cartographer -29 R Marshal's Anthem -30 U Momentary Blink -31 R Restoration Angel -32 U Return to Dust -33 R Storm Herd -34 M Sun Titan -35 U Wall of Omens -36 M Arcane Artisan -37 R Curse of the Swine -38 R Day of the Dragons -39 C Ghostly Flicker -40 M Inspired Sphinx -41 C Mist Raven -42 U Mulldrifter -43 C Sea Gate Oracle -44 R Synthetic Destiny -45 U Whirler Rogue -46 U Windfall -47 U Ambition's Cost -48 C Eyeblight Cullers -49 U Eyeblight Massacre -50 U Lys Alana Scarblade -51 U Miara, Thorn of the Glade -52 U Pride of the Perfect -53 U Prowess of the Fair -54 R Beast Whisperer -55 R Cultivator of Blades -56 R Dwynen, Gilt-Leaf Daen -57 R Elvish Archdruid -58 C Elvish Mystic -59 U Elvish Promenade -60 C Elvish Rejuvenator -61 R End-Raze Forerunners -62 C Farhaven Elf -63 R Harvest Season -64 R Imperious Perfect -65 U Jagged-Scar Archers -66 U Llanowar Tribe -67 C Lys Alana Huntmaster -68 R Marwyn, the Nurturer -69 R Masked Admirers -70 U Nullmage Shepherd -71 U Numa, Joraga Chieftain -72 U Reclamation Sage -73 R Rhys the Exiled -74 C Springbloom Druid -75 U Sylvan Messenger -76 C Timberwatch Elf -77 U Voice of Many -78 R Voice of the Woods -79 U Wirewood Channeler -80 C Wood Elves -81 U Abomination of Llanowar -82 R Brago, King Eternal -83 R Casualties of War -84 U Cloudblazer -85 U Empyrean Eagle -86 U Golgari Findbroker -87 U Migratory Route -88 U Mistmeadow Witch -89 U Moldervine Reclamation -90 U Poison-Tip Archer -91 U Putrefy -92 U Shaman of the Pack -93 U Soulherder -94 U Thunderclap Wyvern -95 U Twinblade Assassins -96 C Arcane Signet -97 U Azorius Signet -98 U Burnished Hart -99 C Commander's Sphere -100 C Marble Diamond -101 U Meteor Golem -102 C Mind Stone -103 C Sky Diamond -104 U Sol Ring -105 U Swiftfoot Boots -106 U Azorius Chancery -107 C Azorius Guildgate -108 C Command Tower -109 U Cryptic Caves -110 U Foul Orchard -111 C Golgari Guildgate -112 U Golgari Rot Farm -113 C Jungle Hollow -114 C Meandering River -115 U Myriad Landscape -116 C Opal Palace -117 C Path of Ancestry -118 U Sejiri Refuge -119 C Tranquil Cove +1 M Lathril, Blade of the Elves @Caroline Gariba +2 M Ranar the Ever-Watchful @Kieran Yanner +3 R Cosmic Intervention @Alexander Mokhov +4 R Hero of Bretagard @Heonhwa Choe +5 R Stoic Farmer @Svetlin Velinov +6 R Sage of the Beyond @Cristi Balanescu +7 R Spectral Deluge @Kieran Yanner +8 R Tales of the Ancestors @Colin Boyer +9 R Pact of the Serpent @Donato Giancola +10 R Ruthless Winnower @Zoltan Boros +11 R Serpent's Soul-Jar @Dan Scott +12 R Bounty of Skemfar @Colin Boyer +13 R Crown of Skemfar @Jason Felix +14 R Wolverine Riders @Jesper Ejsing +15 R Elderfang Venom @Alessandra Pisano +16 R Ethereal Valkyrie @Daarken +17 R Angel of Finality @Howard Lyon +18 M Angel of Serenity @Aleksi Briclot +19 U Banishing Light @Willian Murai +20 R Cleansing Nova @Noah Bradley +21 U Cloudgoat Ranger @Adam Rex +22 R Eerie Interlude @Svetlin Velinov +23 U Evangel of Heliod @Nils Hamm +24 U Flickerwisp @Jeremy Enecio +25 R Geist-Honored Monk @Clint Cearley +26 U Ghostly Prison @Daarken +27 U Goldnight Commander @Chris Rahn +28 C Kor Cartographer @Ryan Pancoast +29 R Marshal's Anthem @Matt Stewart +30 U Momentary Blink @Evan Shipard +31 R Restoration Angel @Jake Murray +32 U Return to Dust @Wayne Reynolds +33 R Storm Herd @Jim Nelson +34 M Sun Titan @Todd Lockwood +35 U Wall of Omens @James Paick +36 M Arcane Artisan @Tommy Arnold +37 R Curse of the Swine @James Ryman +38 R Day of the Dragons @Matthew D. Wilson +39 C Ghostly Flicker @Raymond Swanland +40 M Inspired Sphinx @Jesper Ejsing +41 C Mist Raven @John Avon +42 U Mulldrifter @Eric Fortune +43 C Sea Gate Oracle @Daniel Ljunggren +44 R Synthetic Destiny @Dave Kendall +45 U Whirler Rogue @Winona Nelson +46 U Windfall @Scott Murphy +47 U Ambition's Cost @Zezhou Chen +48 C Eyeblight Cullers @Randy Vargas +49 U Eyeblight Massacre @Igor Kieryluk +50 U Lys Alana Scarblade @Christopher Moeller +51 U Miara, Thorn of the Glade @Johannes Voss +52 U Pride of the Perfect @Lie Setiawan +53 U Prowess of the Fair @Jeremy Jarvis +54 R Beast Whisperer @Matt Stewart +55 R Cultivator of Blades @Bastien L. Deharme +56 R Dwynen, Gilt-Leaf Daen @Johannes Voss +57 R Elvish Archdruid @Raymond Swanland +58 C Elvish Mystic @Wesley Burt +59 U Elvish Promenade @Steve Ellis +60 C Elvish Rejuvenator @Winona Nelson +61 R End-Raze Forerunners @Mathias Kollros +62 C Farhaven Elf @Brandon Kitkouski +63 R Harvest Season @Shreya Shetty +64 R Imperious Perfect @Scott M. Fischer +65 U Jagged-Scar Archers @Paolo Parente +66 U Llanowar Tribe @Scott Murphy +67 C Lys Alana Huntmaster @Pete Venters +68 R Marwyn, the Nurturer @Chris Rahn +69 R Masked Admirers @Eric Fortune +70 U Nullmage Shepherd @Campbell White +71 U Numa, Joraga Chieftain @Kieran Yanner +72 U Reclamation Sage @Christopher Moeller +73 R Rhys the Exiled @Steve Prescott +74 C Springbloom Druid @Randy Gallegos +75 U Sylvan Messenger @PINDURSKI +76 C Timberwatch Elf @Yohann Schepacz +77 U Voice of Many @Greg Staples +78 R Voice of the Woods @Nestor Ossandon Leal +79 U Wirewood Channeler @Alan Pollack +80 C Wood Elves @Josh Hass +81 U Abomination of Llanowar @Vincent Proce +82 R Brago, King Eternal @Karla Ortiz +83 R Casualties of War @Tomasz Jedruszek +84 U Cloudblazer @Dan Scott +85 U Empyrean Eagle @Ryan Yee +86 U Golgari Findbroker @Bram Sels +87 U Migratory Route @Winona Nelson +88 U Mistmeadow Witch @Greg Staples +89 U Moldervine Reclamation @Antonio José Manzanedo +90 U Poison-Tip Archer @Dmitry Burmak +91 U Putrefy @Clint Cearley +92 U Shaman of the Pack @Dan Scott +93 U Soulherder @Seb McKinnon +94 U Thunderclap Wyvern @Jason Felix +95 U Twinblade Assassins @Campbell White +96 C Arcane Signet @Dan Scott +97 U Azorius Signet @Raoul Vitale +98 U Burnished Hart @Yeong-Hao Han +99 C Commander's Sphere @Ryan Alexander Lee +100 C Marble Diamond @Lindsey Look +101 U Meteor Golem @Lake Hurwitz +102 C Mind Stone @Adam Rex +103 C Sky Diamond @Lindsey Look +104 U Sol Ring @Mike Bierek +105 U Swiftfoot Boots @Svetlin Velinov +106 U Azorius Chancery @John Avon +107 C Azorius Guildgate @Drew Baker +108 C Command Tower @Evan Shipard +109 U Cryptic Caves @Sung Choi +110 U Foul Orchard @Yeong-Hao Han +111 C Golgari Guildgate @Eytan Zana +112 U Golgari Rot Farm @John Avon +113 C Jungle Hollow @Eytan Zana +114 C Meandering River @Cliff Childs +115 U Myriad Landscape @Richard Wright +116 C Opal Palace @Andreas Rocha +117 C Path of Ancestry @Alayna Danner +118 U Sejiri Refuge @Ryan Pancoast +119 C Tranquil Cove @John Avon [tokens] c_1_1_a_servo diff --git a/forge-gui/res/editions/Kaldheim.txt b/forge-gui/res/editions/Kaldheim.txt index cda99af13a1..34ac30035e0 100644 --- a/forge-gui/res/editions/Kaldheim.txt +++ b/forge-gui/res/editions/Kaldheim.txt @@ -13,423 +13,423 @@ FatPackExtraSlots=20 BasicLands, 20 BasicLands+ ScryfallCode=KHM [cards] -1 C Axgard Braggart -2 U Battershield Warrior -3 C Battlefield Raptor -4 C Beskir Shieldmate -5 C Bound in Gold -6 U Clarion Spirit -7 C Codespell Cleric -8 U Divine Gambit -9 R Doomskar -10 C Doomskar Oracle -11 C Giant Ox -12 R Glorious Protector -13 C Gods' Hall Guardian -14 C Goldmaw Champion -15 M Halvar, God of Battle -16 C Invoke the Divine -17 C Iron Verdict -18 U Kaya's Onslaught -19 C Master Skald -20 R Rally the Ranks -21 R Reidane, God of the Worthy -22 M Resplendent Marshal -23 C Revitalize -24 R Righteous Valkyrie -25 U Rune of Sustenance -26 R Runeforge Champion -27 R Search for Glory -28 U Shepherd of the Cosmos -29 R Sigrid, God-Favored -30 U Spectral Steel -31 C Stalwart Valkyrie -32 C Starnheim Courser -33 M Starnheim Unleashed -34 C Story Seeker -35 U Usher of the Fallen -36 U Valkyrie's Sword -37 C Valor of the Worthy -38 C Warhorn Blast -39 C Wings of the Cosmos -40 M Alrund, God of the Cosmos -41 M Alrund's Epiphany -42 C Annul -43 R Ascendant Spirit -44 C Augury Raven -45 U Avalanche Caller -46 C Behold the Multiverse -47 C Berg Strider -48 C Bind the Monster -49 C Brinebarrow Intruder -50 R Cosima, God of the Voyage -51 R Cosmos Charger -52 R Cyclone Summoner -53 C Depart the Realm -54 C Disdainful Stroke -55 C Draugr Thought-Thief -56 U Frost Augur -57 C Frostpeak Yeti -58 U Frostpyre Arcanist -59 U Giant's Amulet -60 U Glimpse the Cosmos -61 R Graven Lore -62 U Icebind Pillar -63 R Icebreaker Kraken -64 U Inga Rune-Eyes -65 C Karfell Harbinger -66 C Littjara Kinseekers -67 C Mists of Littjara -68 C Mistwalker -69 R Mystic Reflection -70 M Orvar, the All-Form -71 C Pilfering Hawk -72 C Ravenform -73 R Reflections of Littjara -74 C Run Ashore -75 U Rune of Flight -76 U Saw It Coming -77 C Strategic Planning -78 C Undersea Invader -79 R Blood on the Snow -80 U Bloodsky Berserker -81 M Burning-Rune Demon -82 R Crippling Fear -83 C Deathknell Berserker -84 C Demonic Gifts -85 C Dogged Pursuit -86 R Draugr Necromancer -87 C Draugr Recruiter -88 U Draugr's Helm -89 C Dread Rider -90 R Dream Devourer -91 C Duskwielder -92 R Egon, God of Death -93 C Elderfang Disciple -94 M Eradicator Valkyrie -95 C Feed the Serpent -96 C Grim Draugr -97 U Hailstorm Valkyrie -98 M Haunting Voyage -99 C Infernal Pet -100 C Jarl of the Forsaken -101 C Karfell Kennel-Master -102 C Koma's Faithful -103 U Poison the Cup -104 C Priest of the Haunted Edge -105 C Raise the Draugr -106 U Return Upon the Tide -107 R Rise of the Dread Marn -108 U Rune of Mortality -109 R Skemfar Avenger -110 U Skemfar Shadowsage -111 C Skull Raid -112 R Tergrid, God of Fright -113 U Tergrid's Shadow -114 M Valki, God of Lies -115 R Varragoth, Bloodsky Sire -116 U Vengeful Reaper -117 C Village Rites -118 C Weigh Down -119 C Withercrown -120 R Arni Brokenbrow -121 C Axgard Cavalry -122 U Basalt Ravager -123 R Birgi, God of Storytelling -124 C Breakneck Berserker -125 R Calamity Bearer -126 C Cinderheart Giant -127 C Craven Hulk -128 U Crush the Weak -129 C Demon Bolt -130 U Doomskar Titan -131 R Dragonkin Berserker -132 U Dual Strike -133 U Dwarven Hammer -134 C Dwarven Reinforcements -135 U Fearless Liberator -136 C Fearless Pup -137 U Frenzied Raider -138 C Frost Bite -139 M Goldspan Dragon -140 C Hagi Mob -141 C Immersturm Raider -142 R Magda, Brazen Outlaw -143 C Open the Omenpaths -144 U Provoke the Trolls -145 M Quakebringer -146 R Reckless Crew -147 C Run Amok -148 U Rune of Speed -149 C Seize the Spoils -150 C Shackles of Treachery -151 C Smashing Success -152 C Squash -153 R Tibalt's Trickery -154 M Toralf, God of Fury -155 C Tormentor's Helm -156 R Tundra Fumarole -157 C Tuskeri Firewalker -158 C Vault Robber -159 C Arachnoform -160 M Battle Mammoth -161 R Blessing of Frost -162 U Blizzard Brawl -163 U Boreal Outrider -164 C Broken Wings -165 C Elderleaf Mentor -166 U Elven Bow -167 R Elvish Warmaster -168 M Esika, God of the Tree -169 R Esika's Chariot -170 U Fynn, the Fangbearer -171 C Glittering Frost -172 C Gnottvold Recluse -173 C Grizzled Outrider -174 C Guardian Gladewalker -175 C Horizon Seeker -176 C Icehide Troll -177 R In Search of Greatness -178 C Jaspera Sentinel -179 R Jorn, God of Winter -180 C King Harald's Revenge -181 R Kolvori, God of Kinship -182 U Littjara Glade-Warden -183 C Mammoth Growth -184 C Masked Vandal -185 R Old-Growth Troll -186 U Path to the World Tree -187 C Ravenous Lindwurm -188 R Realmwalker -189 U Rootless Yew -190 C Roots of Wisdom -191 U Rune of Might -192 C Sarulf's Packmate -193 C Sculptor of Winter -194 C Snakeskin Veil -195 U Spirit of the Aldergard -196 C Struggle for Skemfar -197 R Toski, Bearer of Secrets -198 M Tyvar Kell -199 M Vorinclex, Monstrous Raider -200 U Aegar, the Freezing Flame -201 U Arni Slays the Troll -202 U Ascent of the Worthy -203 R Battle for Bretagard -204 R Battle of Frost and Fire -205 R The Bears of Littjara -206 U Binding the Old Gods -207 R The Bloodsky Massacre -208 U Fall of the Impostor -209 U Firja, Judge of Valor -210 R Firja's Retribution -211 U Forging the Tyrite Sword -212 U Harald, King of Skemfar -213 R Harald Unites the Elves -214 R Immersturm Predator -215 U Invasion of the Giants -216 U Kardur, Doomscourge -217 U Kardur's Vicious Return -218 M Kaya the Inexorable -219 R King Narfi's Betrayal -220 U Koll, the Forgemaster -221 M Koma, Cosmos Serpent -222 U Maja, Bretagard Protector -223 U Moritte of the Frost -224 U Narfi, Betrayer King -225 M Niko Aris -226 U Niko Defies Destiny -227 R The Raven's Warning -228 R Sarulf, Realm Eater -229 R Showdown of the Skalds -230 U Svella, Ice Shaper -231 U The Three Seasons -232 U The Trickster-God's Heist -233 U Vega, the Watcher -234 R Waking the Trolls -235 U Bloodline Pretender -236 U Colossal Plow -237 R Cosmos Elixir -238 C Funeral Longboat -239 C Goldvein Pick -240 R Maskwood Nexus -241 R Pyre of Heroes -242 C Raiders' Karve -243 C Raven Wings -244 U Replicating Ring -245 U Runed Crown -246 C Scorn Effigy -247 U Weathered Runestone -248 C Alpine Meadow -249 C Arctic Treeline -250 U Axgard Armory -251 R Barkchannel Pathway -252 R Blightstep Pathway -253 U Bretagard Stronghold -254 R Darkbore Pathway -255 R Faceless Haven -256 U Gates of Istfell -257 C Glacial Floodplain -258 U Gnottvold Slumbermound -259 U Great Hall of Starnheim -260 R Hengegate Pathway -261 C Highland Forest -262 C Ice Tunnel -263 U Immersturm Skullcairn -264 U Littjara Mirrorlake -265 U Port of Karfell -266 C Rimewood Falls -267 C Shimmerdrift Vale -268 U Skemfar Elderhall -269 C Snowfield Sinkhole -270 C Sulfurous Mire -271 U Surtland Frostpyre -272 R Tyrite Sanctum -273 C Volatile Fjord -274 C Woodland Chasm -275 R The World Tree -276 C Snow-Covered Plains -277 C Snow-Covered Plains -278 C Snow-Covered Island -279 C Snow-Covered Island -280 C Snow-Covered Swamp -281 C Snow-Covered Swamp -282 C Snow-Covered Mountain -283 C Snow-Covered Mountain -284 C Snow-Covered Forest -285 C Snow-Covered Forest +1 C Axgard Braggart @Svetlin Velinov +2 U Battershield Warrior @Colin Boyer +3 C Battlefield Raptor @Mike Bierek +4 C Beskir Shieldmate @Manuel Castañón +5 C Bound in Gold @Victor Adame Minguez +6 U Clarion Spirit @Anastasia Ovchinnikova +7 C Codespell Cleric @Manuel Castañón +8 U Divine Gambit @Joe Slucher +9 R Doomskar @Piotr Dura +10 C Doomskar Oracle @Taylor Ingvarsson +11 C Giant Ox @Joe Slucher +12 R Glorious Protector @PINDURSKI +13 C Gods' Hall Guardian @Sidharth Chaturvedi +14 C Goldmaw Champion @Slawomir Maniak +15 M Halvar, God of Battle @Lie Setiawan +16 C Invoke the Divine @Campbell White +17 C Iron Verdict @Bryan Sola +18 U Kaya's Onslaught @Daarken +19 C Master Skald @Svetlin Velinov +20 R Rally the Ranks @Lie Setiawan +21 R Reidane, God of the Worthy @Jason Rainville +22 M Resplendent Marshal @Ryan Pancoast +23 C Revitalize @Mathias Kollros +24 R Righteous Valkyrie @Chris Rahn +25 U Rune of Sustenance @Yeong-Hao Han +26 R Runeforge Champion @Andrey Kuzinskiy +27 R Search for Glory @Kieran Yanner +28 U Shepherd of the Cosmos @Johannes Voss +29 R Sigrid, God-Favored @Johannes Voss +30 U Spectral Steel @Johannes Voss +31 C Stalwart Valkyrie @Jason Rainville +32 C Starnheim Courser @Andrew Mar +33 M Starnheim Unleashed @Johannes Voss +34 C Story Seeker @Svetlin Velinov +35 U Usher of the Fallen @Anastasia Ovchinnikova +36 U Valkyrie's Sword @Aaron Miller +37 C Valor of the Worthy @Mathias Kollros +38 C Warhorn Blast @Bryan Sola +39 C Wings of the Cosmos @Ilse Gort +40 M Alrund, God of the Cosmos @Kieran Yanner +41 M Alrund's Epiphany @Kieran Yanner +42 C Annul @Caio Monteiro +43 R Ascendant Spirit @Lie Setiawan +44 C Augury Raven @Jesper Ejsing +45 U Avalanche Caller @Mathias Kollros +46 C Behold the Multiverse @Magali Villeneuve +47 C Berg Strider @Filip Burburan +48 C Bind the Monster @Tran Nguyen +49 C Brinebarrow Intruder @Scott Murphy +50 R Cosima, God of the Voyage @Micah Epstein +51 R Cosmos Charger @Nils Hamm +52 R Cyclone Summoner @Andrey Kuzinskiy +53 C Depart the Realm @Denman Rooke +54 C Disdainful Stroke @Campbell White +55 C Draugr Thought-Thief @Dan Scott +56 U Frost Augur @Cristi Balanescu +57 C Frostpeak Yeti @Chris Rahn +58 U Frostpyre Arcanist @Sam Rowan +59 U Giant's Amulet @Joseph Meehan +60 U Glimpse the Cosmos @Lorenzo Mastroianni +61 R Graven Lore @Svetlin Velinov +62 U Icebind Pillar @Wisnu Tan +63 R Icebreaker Kraken @Chris Cold +64 U Inga Rune-Eyes @Bram Sels +65 C Karfell Harbinger @Josh Hass +66 C Littjara Kinseekers @Tyler Walpole +67 C Mists of Littjara @Bastien L. Deharme +68 C Mistwalker @Steve Prescott +69 R Mystic Reflection @YW Tang +70 M Orvar, the All-Form @Chase Stone +71 C Pilfering Hawk @Dan Scott +72 C Ravenform @Anna Steinbauer +73 R Reflections of Littjara @Aaron Miller +74 C Run Ashore @Svetlin Velinov +75 U Rune of Flight @Yeong-Hao Han +76 U Saw It Coming @Randy Vargas +77 C Strategic Planning @Donato Giancola +78 C Undersea Invader @Lorenzo Mastroianni +79 R Blood on the Snow @Martina Fackova +80 U Bloodsky Berserker @Gabor Szikszai +81 M Burning-Rune Demon @Andrew Mar +82 R Crippling Fear @Nestor Ossandon Leal +83 C Deathknell Berserker @Zoltan Boros +84 C Demonic Gifts @Kekai Kotaki +85 C Dogged Pursuit @Jason Rainville +86 R Draugr Necromancer @David Rapoza +87 C Draugr Recruiter @Colin Boyer +88 U Draugr's Helm @Joe Slucher +89 C Dread Rider @Irina Nordsol +90 R Dream Devourer @David Rapoza +91 C Duskwielder @Daarken +92 R Egon, God of Death @Jason A. Engle +93 C Elderfang Disciple @Miranda Meeks +94 M Eradicator Valkyrie @Tyler Jacobson +95 C Feed the Serpent @Nicholas Gregory +96 C Grim Draugr @Grzegorz Rutkowski +97 U Hailstorm Valkyrie @Bram Sels +98 M Haunting Voyage @Ryan Yee +99 C Infernal Pet @YW Tang +100 C Jarl of the Forsaken @Chris Cold +101 C Karfell Kennel-Master @Izzy +102 C Koma's Faithful @Caroline Gariba +103 U Poison the Cup @Colin Boyer +104 C Priest of the Haunted Edge @Aaron Miller +105 C Raise the Draugr @Randy Vargas +106 U Return Upon the Tide @Martina Fackova +107 R Rise of the Dread Marn @Titus Lunter +108 U Rune of Mortality @Yeong-Hao Han +109 R Skemfar Avenger @Randy Vargas +110 U Skemfar Shadowsage @Matt Stewart +111 C Skull Raid @Igor Kieryluk +112 R Tergrid, God of Fright @Yongjae Choi +113 U Tergrid's Shadow @Yongjae Choi +114 M Valki, God of Lies @Yongjae Choi +115 R Varragoth, Bloodsky Sire @Tyler Jacobson +116 U Vengeful Reaper @Billy Christian +117 C Village Rites @Igor Kieryluk +118 C Weigh Down @John Di Giovanni +119 C Withercrown @Miranda Meeks +120 R Arni Brokenbrow @Dmitry Burmak +121 C Axgard Cavalry @Evyn Fong +122 U Basalt Ravager @Andrey Kuzinskiy +123 R Birgi, God of Storytelling @Eric Deschamps +124 C Breakneck Berserker @Scott Murphy +125 R Calamity Bearer @Simon Dominic +126 C Cinderheart Giant @Viktor Titov +127 C Craven Hulk @Nicholas Gregory +128 U Crush the Weak @Lucas Graciano +129 C Demon Bolt @Campbell White +130 U Doomskar Titan @Johann Bodin +131 R Dragonkin Berserker @Lie Setiawan +132 U Dual Strike @Nestor Ossandon Leal +133 U Dwarven Hammer @Raoul Vitale +134 C Dwarven Reinforcements @Andrey Kuzinskiy +135 U Fearless Liberator @Zezhou Chen +136 C Fearless Pup @Jehan Choo +137 U Frenzied Raider @Lius Lasahido +138 C Frost Bite @Caio Monteiro +139 M Goldspan Dragon @Andrew Mar +140 C Hagi Mob @Steve Prescott +141 C Immersturm Raider @Grzegorz Rutkowski +142 R Magda, Brazen Outlaw @Slawomir Maniak +143 C Open the Omenpaths @Eric Deschamps +144 U Provoke the Trolls @Deruchenko Alexander +145 M Quakebringer @Lucas Graciano +146 R Reckless Crew @Izzy +147 C Run Amok @Johann Bodin +148 U Rune of Speed @Yeong-Hao Han +149 C Seize the Spoils @Jesper Ejsing +150 C Shackles of Treachery @Dmitry Burmak +151 C Smashing Success @Slawomir Maniak +152 C Squash @Caio Monteiro +153 R Tibalt's Trickery @Anna Podedworna +154 M Toralf, God of Fury @Tyler Jacobson +155 C Tormentor's Helm @Zoltan Boros +156 R Tundra Fumarole @Simon Dominic +157 C Tuskeri Firewalker @Victor Adame Minguez +158 C Vault Robber @Slawomir Maniak +159 C Arachnoform @Ilse Gort +160 M Battle Mammoth @Jesper Ejsing +161 R Blessing of Frost @Mila Pesic +162 U Blizzard Brawl @Manuel Castañón +163 U Boreal Outrider @Alex Konstad +164 C Broken Wings @Lars Grant-West +165 C Elderleaf Mentor @Zoltan Boros +166 U Elven Bow @Dallas Williams +167 R Elvish Warmaster @Alexander Mokhov +168 M Esika, God of the Tree @Johannes Voss +169 R Esika's Chariot @Raoul Vitale +170 U Fynn, the Fangbearer @Lie Setiawan +171 C Glittering Frost @Lucas Graciano +172 C Gnottvold Recluse @Nicholas Gregory +173 C Grizzled Outrider @Cristi Balanescu +174 C Guardian Gladewalker @Mila Pesic +175 C Horizon Seeker @Matt Stewart +176 C Icehide Troll @Andrey Kuzinskiy +177 R In Search of Greatness @Ilse Gort +178 C Jaspera Sentinel @Raoul Vitale +179 R Jorn, God of Winter @Magali Villeneuve +180 C King Harald's Revenge @Lorenzo Mastroianni +181 R Kolvori, God of Kinship @Grzegorz Rutkowski +182 U Littjara Glade-Warden @Deruchenko Alexander +183 C Mammoth Growth @Ilse Gort +184 C Masked Vandal @Jason A. Engle +185 R Old-Growth Troll @Jesper Ejsing +186 U Path to the World Tree @Daniel Ljunggren +187 C Ravenous Lindwurm @Filip Burburan +188 R Realmwalker @Zack Stella +189 U Rootless Yew @Nicholas Gregory +190 C Roots of Wisdom @Sidharth Chaturvedi +191 U Rune of Might @Yeong-Hao Han +192 C Sarulf's Packmate @Ilse Gort +193 C Sculptor of Winter @PINDURSKI +194 C Snakeskin Veil @Matt Stewart +195 U Spirit of the Aldergard @Lars Grant-West +196 C Struggle for Skemfar @Bram Sels +197 R Toski, Bearer of Secrets @Jason Rainville +198 M Tyvar Kell @Chris Rallis +199 M Vorinclex, Monstrous Raider @Daarken +200 U Aegar, the Freezing Flame @Chris Rahn +201 U Arni Slays the Troll @Simon Dominic +202 U Ascent of the Worthy @James Arnold +203 R Battle for Bretagard @Igor Kieryluk +204 R Battle of Frost and Fire @Daniel Ljunggren +205 R The Bears of Littjara @Randy Gallegos +206 U Binding the Old Gods @Victor Adame Minguez +207 R The Bloodsky Massacre @Livia Prima +208 U Fall of the Impostor @Eric Deschamps +209 U Firja, Judge of Valor @Livia Prima +210 R Firja's Retribution @Anna Steinbauer +211 U Forging the Tyrite Sword @Kieran Yanner +212 U Harald, King of Skemfar @Grzegorz Rutkowski +213 R Harald Unites the Elves @Ryan Pancoast +214 R Immersturm Predator @Nicholas Gregory +215 U Invasion of the Giants @Jason Felix +216 U Kardur, Doomscourge @Chris Rahn +217 U Kardur's Vicious Return @Joseph Meehan +218 M Kaya the Inexorable @Tyler Jacobson +219 R King Narfi's Betrayal @Chase Stone +220 U Koll, the Forgemaster @Bram Sels +221 M Koma, Cosmos Serpent @Jesper Ejsing +222 U Maja, Bretagard Protector @Lie Setiawan +223 U Moritte of the Frost @Eric Deschamps +224 U Narfi, Betrayer King @Daarken +225 M Niko Aris @Winona Nelson +226 U Niko Defies Destiny @Bastien L. Deharme +227 R The Raven's Warning @Lie Setiawan +228 R Sarulf, Realm Eater @Chris Rahn +229 R Showdown of the Skalds @Steven Belledin +230 U Svella, Ice Shaper @Andrew Mar +231 U The Three Seasons @Adam Paquette +232 U The Trickster-God's Heist @Randy Vargas +233 U Vega, the Watcher @Paul Scott Canavan +234 R Waking the Trolls @Daniel Ljunggren +235 U Bloodline Pretender @Slawomir Maniak +236 U Colossal Plow @Joe Slucher +237 R Cosmos Elixir @Volkan Baǵa +238 C Funeral Longboat @Donato Giancola +239 C Goldvein Pick @Dan Scott +240 R Maskwood Nexus @Jason A. Engle +241 R Pyre of Heroes @Piotr Dura +242 C Raiders' Karve @Aaron Miller +243 C Raven Wings @Andrew Mar +244 U Replicating Ring @Olena Richards +245 U Runed Crown @Randy Gallegos +246 C Scorn Effigy @Wayne Reynolds +247 U Weathered Runestone @Dan Scott +248 C Alpine Meadow @Piotr Dura +249 C Arctic Treeline @Alayna Danner +250 U Axgard Armory @Cliff Childs +251 R Barkchannel Pathway @Daniel Ljunggren +252 R Blightstep Pathway @Ravenna Tran +253 U Bretagard Stronghold @Jung Park +254 R Darkbore Pathway @Johannes Voss +255 R Faceless Haven @Titus Lunter +256 U Gates of Istfell @Anastasia Ovchinnikova +257 C Glacial Floodplain @Sarah Finnigan +258 U Gnottvold Slumbermound @Simon Dominic +259 U Great Hall of Starnheim @Jonas De Ro +260 R Hengegate Pathway @Yeong-Hao Han +261 C Highland Forest @Alayna Danner +262 C Ice Tunnel @Johannes Voss +263 U Immersturm Skullcairn @Cliff Childs +264 U Littjara Mirrorlake @Jokubas Uogintas +265 U Port of Karfell @Mauricio Calle +266 C Rimewood Falls @Piotr Dura +267 C Shimmerdrift Vale @Titus Lunter +268 U Skemfar Elderhall @Johannes Voss +269 C Snowfield Sinkhole @Marta Nael +270 C Sulfurous Mire @Titus Lunter +271 U Surtland Frostpyre @Piotr Dura +272 R Tyrite Sanctum @Volkan Baǵa +273 C Volatile Fjord @Randy Vargas +274 C Woodland Chasm @Titus Lunter +275 R The World Tree @Anastasia Ovchinnikova +276 C Snow-Covered Plains @Sarah Finnigan +277 C Snow-Covered Plains @Adam Paquette +278 C Snow-Covered Island @Piotr Dura +279 C Snow-Covered Island @Adam Paquette +280 C Snow-Covered Swamp @Adam Paquette +281 C Snow-Covered Swamp @Jung Park +282 C Snow-Covered Mountain @Adam Paquette +283 C Snow-Covered Mountain @Jung Park +284 C Snow-Covered Forest @Adam Paquette +285 C Snow-Covered Forest @Omar Rayyan [borderless] -286 M Valki, God of Lies -287 M Tyvar Kell -288 M Kaya the Inexorable -289 M Niko Aris -290 R Barkchannel Pathway -291 R Blightstep Pathway -292 R Darkbore Pathway -293 R Hengegate Pathway -294 M Starnheim Unleashed -295 M Alrund's Epiphany -296 M Haunting Voyage -297 M Quakebringer -298 M Battle Mammoth +286 M Valki, God of Lies @Grzegorz Rutkowski +287 M Tyvar Kell @Johannes Voss +288 M Kaya the Inexorable @Livia Prima +289 M Niko Aris @Sara Winters +290 R Barkchannel Pathway @Grady Frederick +291 R Blightstep Pathway @Johannes Voss +292 R Darkbore Pathway @Alayna Danner +293 R Hengegate Pathway @Alayna Danner +294 M Starnheim Unleashed @Rudy Siswanto +295 M Alrund's Epiphany @Volkan Baǵa +296 M Haunting Voyage @Randy Vargas +297 M Quakebringer @Randy Vargas +298 M Battle Mammoth @Nicholas Gregory [showcase] -299 M Halvar, God of Battle -300 R Reidane, God of the Worthy -301 R Sigrid, God-Favored -302 M Alrund, God of the Cosmos -303 R Cosima, God of the Voyage -304 U Inga Rune-Eyes -305 M Orvar, the All-Form -306 R Egon, God of Death -307 R Tergrid, God of Fright -308 M Valki, God of Lies -309 R Varragoth, Bloodsky Sire -310 R Arni Brokenbrow -311 R Birgi, God of Storytelling -312 R Magda, Brazen Outlaw -313 M Toralf, God of Fury -314 M Esika, God of the Tree -315 R Esika's Chariot -316 U Fynn, the Fangbearer -317 R Jorn, God of Winter -318 R Kolvori, God of Kinship -319 R Toski, Bearer of Secrets -320 M Vorinclex, Monstrous Raider -321 U Aegar, the Freezing Flame -322 U Firja, Judge of Valor -323 U Harald, King of Skemfar -324 U Kardur, Doomscourge -325 U Koll, the Forgemaster -326 M Koma, Cosmos Serpent -327 U Maja, Bretagard Protector -328 U Moritte of the Frost -329 U Narfi, Betrayer King -330 R Sarulf, Realm Eater -331 U Svella, Ice Shaper -332 U Vega, the Watcher -333 M Vorinclex, Monstrous Raider +299 M Halvar, God of Battle @Milivoj Ćeran +300 R Reidane, God of the Worthy @Andy Brase +301 R Sigrid, God-Favored @Dibujante Nocturno +302 M Alrund, God of the Cosmos @Richard Luong +303 R Cosima, God of the Voyage @Andy Brase +304 U Inga Rune-Eyes @Nico Delort +305 M Orvar, the All-Form @DZO +306 R Egon, God of Death @Jeff Miracola +307 R Tergrid, God of Fright @Richard Luong +308 M Valki, God of Lies @Jeff Miracola +309 R Varragoth, Bloodsky Sire @Ian Miller +310 R Arni Brokenbrow @Milivoj Ćeran +311 R Birgi, God of Storytelling @Richard Luong +312 R Magda, Brazen Outlaw @DZO +313 M Toralf, God of Fury @Matt Stikker +314 M Esika, God of the Tree @Collin Estrada +315 R Esika's Chariot @WolfSkullJack +316 U Fynn, the Fangbearer @rishxxv +317 R Jorn, God of Winter @WolfSkullJack +318 R Kolvori, God of Kinship @Dibujante Nocturno +319 R Toski, Bearer of Secrets @Andy Brase +320 M Vorinclex, Monstrous Raider @Richard Luong +321 U Aegar, the Freezing Flame @WolfSkullJack +322 U Firja, Judge of Valor @GodMachine +323 U Harald, King of Skemfar @Collin Estrada +324 U Kardur, Doomscourge @Jeff Miracola +325 U Koll, the Forgemaster @Nico Delort +326 M Koma, Cosmos Serpent @rishxxv +327 U Maja, Bretagard Protector @Richard Luong +328 U Moritte of the Frost @Poison Project +329 U Narfi, Betrayer King @Christopher Lovell +330 R Sarulf, Realm Eater @Dibujante Nocturno +331 U Svella, Ice Shaper @DZO +332 U Vega, the Watcher @DZO +333 M Vorinclex, Monstrous Raider @Daarken [extended art] -334 R Doomskar -335 R Glorious Protector -336 R Rally the Ranks -337 M Resplendent Marshal -338 R Righteous Valkyrie -339 R Runeforge Champion -340 R Search for Glory -341 R Ascendant Spirit -342 R Cosmos Charger -343 R Cyclone Summoner -344 R Graven Lore -345 R Icebreaker Kraken -346 R Mystic Reflection -347 R Reflections of Littjara -348 R Blood on the Snow -349 M Burning-Rune Demon -350 R Crippling Fear -351 R Draugr Necromancer -352 R Dream Devourer -353 M Eradicator Valkyrie -354 R Rise of the Dread Marn -355 R Skemfar Avenger -356 R Calamity Bearer -357 R Dragonkin Berserker -358 M Goldspan Dragon -359 R Reckless Crew -360 R Tibalt's Trickery -361 R Tundra Fumarole -362 R Blessing of Frost -363 R Elvish Warmaster -364 R In Search of Greatness -365 R Old-Growth Troll -366 R Realmwalker -367 R Immersturm Predator -368 R Cosmos Elixir -369 R Maskwood Nexus -370 R Pyre of Heroes -371 R Faceless Haven -372 R Tyrite Sanctum -373 R The World Tree +334 R Doomskar @Piotr Dura +335 R Glorious Protector @PINDURSKI +336 R Rally the Ranks @Lie Setiawan +337 M Resplendent Marshal @Ryan Pancoast +338 R Righteous Valkyrie @Chris Rahn +339 R Runeforge Champion @Andrey Kuzinskiy +340 R Search for Glory @Kieran Yanner +341 R Ascendant Spirit @Lie Setiawan +342 R Cosmos Charger @Nils Hamm +343 R Cyclone Summoner @Andrey Kuzinskiy +344 R Graven Lore @Svetlin Velinov +345 R Icebreaker Kraken @Chris Cold +346 R Mystic Reflection @YW Tang +347 R Reflections of Littjara @Aaron Miller +348 R Blood on the Snow @Martina Fackova +349 M Burning-Rune Demon @Andrew Mar +350 R Crippling Fear @Nestor Ossandon Leal +351 R Draugr Necromancer @David Rapoza +352 R Dream Devourer @David Rapoza +353 M Eradicator Valkyrie @Tyler Jacobson +354 R Rise of the Dread Marn @Titus Lunter +355 R Skemfar Avenger @Randy Vargas +356 R Calamity Bearer @Simon Dominic +357 R Dragonkin Berserker @Lie Setiawan +358 M Goldspan Dragon @Andrew Mar +359 R Reckless Crew @Izzy +360 R Tibalt's Trickery @Anna Podedworna +361 R Tundra Fumarole @Simon Dominic +362 R Blessing of Frost @Mila Pesic +363 R Elvish Warmaster @Alexander Mokhov +364 R In Search of Greatness @Ilse Gort +365 R Old-Growth Troll @Jesper Ejsing +366 R Realmwalker @Zack Stella +367 R Immersturm Predator @Nicholas Gregory +368 R Cosmos Elixir @Volkan Baǵa +369 R Maskwood Nexus @Jason A. Engle +370 R Pyre of Heroes @Piotr Dura +371 R Faceless Haven @Titus Lunter +372 R Tyrite Sanctum @Volkan Baǵa +373 R The World Tree @Anastasia Ovchinnikova [precon product] -374 R Valkyrie Harbinger -375 R Surtland Elementalist -376 R Cleaving Reaper -377 R Surtland Flinger -378 R Canopy Tactician -379 U Armed and Armored -380 U Starnheim Aspirant -381 U Warchanter Skald -382 U Youthful Valkyrie -383 U Absorb Identity -384 U Giant's Grasp -385 U Elderfang Ritualist -386 U Renegade Reaper -387 U Thornmantle Striker -388 U Bearded Axe -389 U Fire Giant's Fury -390 U Gilded Assault Cart -391 U Elven Ambush -392 U Gladewalker Ritualist -393 U Rampage of the Valkyries -394 L Plains -395 L Island -396 L Swamp -397 L Mountain -398 L Forest +374 R Valkyrie Harbinger @Tran Nguyen +375 R Surtland Elementalist @Nicholas Gregory +376 R Cleaving Reaper @Victor Adame Minguez +377 R Surtland Flinger @Dmitry Burmak +378 R Canopy Tactician @Ekaterina Burmak +379 U Armed and Armored @Svetlin Velinov +380 U Starnheim Aspirant @Kieran Yanner +381 U Warchanter Skald @Daniel Zrom +382 U Youthful Valkyrie @Anna Steinbauer +383 U Absorb Identity @Matt Stewart +384 U Giant's Grasp @Ilse Gort +385 U Elderfang Ritualist @Wisnu Tan +386 U Renegade Reaper @Cynthia Sheppard +387 U Thornmantle Striker @Magali Villeneuve +388 U Bearded Axe @Ovidio Cartagena +389 U Fire Giant's Fury @Andrew Mar +390 U Gilded Assault Cart @Joseph Meehan +391 U Elven Ambush @Chris Seaman +392 U Gladewalker Ritualist @Irina Nordsol +393 U Rampage of the Valkyries @Billy Christian +394 L Plains @Piotr Dura +395 L Island @Johannes Voss +396 L Swamp @Piotr Dura +397 L Mountain @Sam Burley +398 L Forest @Sam Burley [buy a box] -399 R Realmwalker +399 R Realmwalker @Igor Kieryluk [promo] -400 R Reflections of Littjara -401 U Usher of the Fallen -402 C Strategic Planning -403 U Poison the Cup -404 C Frost Bite -405 C Masked Vandal +400 R Reflections of Littjara @Cristi Balanescu +401 U Usher of the Fallen @Anastasia Ovchinnikova +402 C Strategic Planning @Donato Giancola +403 U Poison the Cup @Colin Boyer +404 C Frost Bite @Caio Monteiro +405 C Masked Vandal @Jason A. Engle [Snow Lands] 5 Snow-Covered Plains|KHM|1 diff --git a/forge-gui/res/editions/Khans of Tarkir Promos.txt b/forge-gui/res/editions/Khans of Tarkir Promos.txt index 6dd8fa2dc64..5ec3cf438e1 100644 --- a/forge-gui/res/editions/Khans of Tarkir Promos.txt +++ b/forge-gui/res/editions/Khans of Tarkir Promos.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PKTK [cards] -134 U Heir of the Wilds -144 R Rattleclaw Mystic -164 R Ankle Shanker -166 R Avalanche Tusker -179 R Ivorytusk Fortress -193 R Rakshasa Vizier -195 R Sage of the Inward Eye -204 U Sultai Charm -210 R Utter End -219 R Dragon Throne of Tarkir +134 U Heir of the Wilds @David Palumbo +144 R Rattleclaw Mystic @Min Yum +164 R Ankle Shanker @Steven Belledin +166 R Avalanche Tusker @Eric Deschamps +179 R Ivorytusk Fortress @Matt Stewart +193 R Rakshasa Vizier @Peter Mohrbacher +195 R Sage of the Inward Eye @Anastasia Ovchinnikova +204 U Sultai Charm @Ryan Yee +210 R Utter End @Jack Wang +219 R Dragon Throne of Tarkir @Daarken diff --git a/forge-gui/res/editions/Khans of Tarkir.txt b/forge-gui/res/editions/Khans of Tarkir.txt index 651efbb3aee..939c668e416 100644 --- a/forge-gui/res/editions/Khans of Tarkir.txt +++ b/forge-gui/res/editions/Khans of Tarkir.txt @@ -13,275 +13,275 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=KTK [cards] -1 U Abzan Battle Priest -2 U Abzan Falconer -3 C Ainok Bond-Kin -4 C Alabaster Kirin -5 U Brave the Sands -6 U Dazzling Ramparts -7 C Defiant Strike -8 R End Hostilities -9 C Erase -10 C Feat of Resistance -11 C Firehoof Cavalry -12 R Herald of Anafenza -13 R High Sentinels of Arashin -14 C Jeskai Student -15 C Kill Shot -16 C Mardu Hateblade -17 C Mardu Hordechief -18 R Master of Pearls -19 C Rush of Battle -20 C Sage-Eye Harrier -21 C Salt Road Patrol -22 U Seeker of the Way -23 C Siegecraft -24 C Smite the Monstrous -25 U Suspension Field -26 U Take Up Arms -27 U Timely Hordemate -28 U Venerable Lammasu -29 C War Behemoth -30 U Watcher of the Roost -31 M Wingmate Roc -32 U Blinding Spray -33 C Cancel -34 M Clever Impersonator -35 C Crippling Chill -36 R Dig Through Time -37 C Disdainful Stroke -38 U Dragon's Eye Savants -39 C Embodiment of Spring -40 C Force Away -41 C Glacial Stalker -42 R Icy Blast -43 U Jeskai Elder -44 C Jeskai Windscout -45 R Kheru Spellsnatcher -46 U Mistfire Weaver -47 C Monastery Flock -48 C Mystic of the Hidden Way -49 M Pearl Lake Ancient -50 U Quiet Contemplation -51 U Riverwheel Aerialists -52 C Scaldkin -53 U Scion of Glaciers -54 U Set Adrift -55 C Singing Bell Strike -56 U Stubborn Denial -57 C Taigam's Scheming -58 R Thousand Winds -59 C Treasure Cruise -60 U Waterwhirl -61 C Weave Fate -62 C Wetland Sambar -63 C Whirlwind Adept -64 U Bellowing Saddlebrute -65 C Bitter Revelation -66 R Bloodsoaked Champion -67 U Dead Drop -68 C Debilitating Injury -69 U Despise -70 C Disowned Ancestor -71 C Dutiful Return -72 M Empty the Pits -73 R Grim Haruspex -74 U Gurmag Swiftwing -75 U Kheru Bloodsucker -76 C Kheru Dreadmaw -77 C Krumar Bond-Kin -78 C Mardu Skullhunter -79 U Mer-Ek Nightblade -80 C Molting Snakeskin -81 U Murderous Cut -82 R Necropolis Fiend -83 U Raiders' Spoils -84 C Rakshasa's Secret -85 R Retribution of the Ancients -86 C Rite of the Serpent -87 C Rotting Mastodon -88 U Ruthless Ripper -89 C Shambling Attendants -90 C Sidisi's Pet -91 C Sultai Scavenger -92 U Swarm of Bloodflies -93 C Throttle -94 C Unyielding Krumar -95 C Act of Treason -96 C Ainok Tracker -97 U Arc Lightning -98 C Arrow Storm -99 M Ashcloud Phoenix -100 C Barrage of Boulders -101 C Bloodfire Expert -102 C Bloodfire Mentor -103 C Bring Low -104 U Burn Away -105 C Canyon Lurkers -106 R Crater's Claws -107 U Dragon Grip -108 R Dragon-Style Twins -109 U Goblinslide -110 U Horde Ambusher -111 U Hordeling Outburst -112 R Howl of the Horde -113 R Jeering Instigator -114 C Leaping Master -115 U Mardu Blazebringer -116 U Mardu Heart-Piercer -117 C Mardu Warshrieker -118 U Monastery Swiftspear -119 M Sarkhan, the Dragonspeaker -120 C Shatter -121 C Summit Prowler -122 C Swift Kick -123 C Tormenting Voice -124 C Trumpet Blast -125 C Valley Dasher -126 U War-Name Aspirant -127 C Alpine Grizzly -128 C Archers' Parapet -129 C Awaken the Bear -130 U Become Immense -131 C Dragonscale Boon -132 C Feed the Clan -133 R Hardened Scales -134 U Heir of the Wilds -135 C Highland Game -136 M Hooded Hydra -137 C Hooting Mandrills -138 U Incremental Growth -139 C Kin-Tree Warden -140 C Longshot Squad -141 R Meandering Towershell -142 C Naturalize -143 U Pine Walker -144 R Rattleclaw Mystic -145 U Roar of Challenge -146 C Sagu Archer -147 C Savage Punch -148 C Scout the Borders -149 M See the Unwritten -150 U Seek the Horizon -151 C Smoke Teller -152 U Sultai Flayer -153 U Temur Charger -154 R Trail of Mystery -155 C Tusked Colossodon -156 U Tuskguard Captain -157 U Windstorm -158 C Woolly Loxodon -159 C Abomination of Gudul -160 R Abzan Ascendancy -161 U Abzan Charm -162 C Abzan Guide -163 M Anafenza, the Foremost -164 R Ankle Shanker -165 U Armament Corps -166 R Avalanche Tusker -167 U Bear's Companion -168 R Butcher of the Horde -169 U Chief of the Edge -170 U Chief of the Scale -171 R Crackling Doom -172 U Death Frenzy -173 R Deflecting Palm -174 R Duneblast -175 C Efreet Weaponmaster -176 R Flying Crane Technique -177 U Highspire Mantis -178 U Icefeather Aven -179 R Ivorytusk Fortress -180 R Jeskai Ascendancy -181 U Jeskai Charm -182 R Kheru Lich Lord -183 U Kin-Tree Invocation -184 R Mantis Rider -185 R Mardu Ascendancy -186 U Mardu Charm -187 U Mardu Roughrider -188 U Master the Way -189 R Mindswipe -190 M Narset, Enlightened Master -191 C Ponyback Brigade -192 R Rakshasa Deathdealer -193 R Rakshasa Vizier -194 U Ride Down -195 R Sage of the Inward Eye -196 R Sagu Mauler -197 R Savage Knuckleblade -198 U Secret Plans -199 M Sidisi, Brood Tyrant -200 R Siege Rhino -201 C Snowhorn Rider -202 M Sorin, Solemn Visitor -203 R Sultai Ascendancy -204 U Sultai Charm -205 U Sultai Soothsayer -206 M Surrak Dragonclaw -207 R Temur Ascendancy -208 U Temur Charm -209 R Trap Essence -210 R Utter End -211 R Villainous Wealth -212 U Warden of the Eye -213 U Winterflame -214 M Zurgo Helmsmasher -215 C Abzan Banner -216 R Altar of the Brood -217 U Briber's Purse -218 U Cranial Archive -219 R Dragon Throne of Tarkir -220 R Ghostfire Blade -221 U Heart-Piercer Bow -222 C Jeskai Banner -223 C Lens of Clarity -224 C Mardu Banner -225 C Sultai Banner -226 C Temur Banner -227 M Ugin's Nexus -228 U Witness of the Ages -229 C Bloodfell Caves -230 R Bloodstained Mire -231 C Blossoming Sands -232 C Dismal Backwater -233 R Flooded Strand -234 U Frontier Bivouac -235 C Jungle Hollow -236 U Mystic Monastery -237 U Nomad Outpost -238 U Opulent Palace -239 R Polluted Delta -240 C Rugged Highlands -241 U Sandsteppe Citadel -242 C Scoured Barrens -243 C Swiftwater Cliffs -244 C Thornwood Falls -245 U Tomb of the Spirit Dragon -246 C Tranquil Cove -247 C Wind-Scarred Crag -248 R Windswept Heath -249 R Wooded Foothills -250 L Plains -251 L Plains -252 L Plains -253 L Plains -254 L Island -255 L Island -256 L Island -257 L Island -258 L Swamp -259 L Swamp -260 L Swamp -261 L Swamp -262 L Mountain -263 L Mountain -264 L Mountain -265 L Mountain -266 L Forest -267 L Forest -268 L Forest -269 L Forest +1 U Abzan Battle Priest @Chris Rahn +2 U Abzan Falconer @Steven Belledin +3 C Ainok Bond-Kin @Chris Rahn +4 C Alabaster Kirin @Igor Kieryluk +5 U Brave the Sands @Dave Kendall +6 U Dazzling Ramparts @Jung Park +7 C Defiant Strike @Anastasia Ovchinnikova +8 R End Hostilities @Jason Rainville +9 C Erase @Zack Stella +10 C Feat of Resistance @David Gaillet +11 C Firehoof Cavalry @YW Tang +12 R Herald of Anafenza @Aaron Miller +13 R High Sentinels of Arashin @James Ryman +14 C Jeskai Student @David Gaillet +15 C Kill Shot @Michael C. Hayes +16 C Mardu Hateblade @Ryan Alexander Lee +17 C Mardu Hordechief @Torstein Nordstrand +18 R Master of Pearls @David Gaillet +19 C Rush of Battle @Dan Scott +20 C Sage-Eye Harrier @Chase Stone +21 C Salt Road Patrol @Scott Murphy +22 U Seeker of the Way @Craig J Spearing +23 C Siegecraft @Viktor Titov +24 C Smite the Monstrous @Greg Staples +25 U Suspension Field @Seb McKinnon +26 U Take Up Arms @Craig J Spearing +27 U Timely Hordemate @Steve Prescott +28 U Venerable Lammasu @YW Tang +29 C War Behemoth @Zoltan Boros +30 U Watcher of the Roost @Jack Wang +31 M Wingmate Roc @Mark Zug +32 U Blinding Spray @Wayne Reynolds +33 C Cancel @Slawomir Maniak +34 M Clever Impersonator @Slawomir Maniak +35 C Crippling Chill @Torstein Nordstrand +36 R Dig Through Time @Ryan Yee +37 C Disdainful Stroke @Svetlin Velinov +38 U Dragon's Eye Savants @Jason Rainville +39 C Embodiment of Spring @Wayne Reynolds +40 C Force Away @Mark Winters +41 C Glacial Stalker @Daarken +42 R Icy Blast @Eric Deschamps +43 U Jeskai Elder @Craig J Spearing +44 C Jeskai Windscout @Johann Bodin +45 R Kheru Spellsnatcher @Clint Cearley +46 U Mistfire Weaver @Chris Rahn +47 C Monastery Flock @John Avon +48 C Mystic of the Hidden Way @Ryan Alexander Lee +49 M Pearl Lake Ancient @Richard Wright +50 U Quiet Contemplation @Magali Villeneuve +51 U Riverwheel Aerialists @Jack Wang +52 C Scaldkin @Cliff Childs +53 U Scion of Glaciers @Titus Lunter +54 U Set Adrift @Karl Kopinski +55 C Singing Bell Strike @Chase Stone +56 U Stubborn Denial @James Ryman +57 C Taigam's Scheming @Svetlin Velinov +58 R Thousand Winds @Raymond Swanland +59 C Treasure Cruise @Cynthia Sheppard +60 U Waterwhirl @Clint Cearley +61 C Weave Fate @Zack Stella +62 C Wetland Sambar @James Zapata +63 C Whirlwind Adept @Steve Argyle +64 U Bellowing Saddlebrute @Torstein Nordstrand +65 C Bitter Revelation @Viktor Titov +66 R Bloodsoaked Champion @Aaron Miller +67 U Dead Drop @Greg Staples +68 C Debilitating Injury @Slawomir Maniak +69 U Despise @Todd Lockwood +70 C Disowned Ancestor @Zack Stella +71 C Dutiful Return @Seb McKinnon +72 M Empty the Pits @Ryan Alexander Lee +73 R Grim Haruspex @Seb McKinnon +74 U Gurmag Swiftwing @Jeff Simpson +75 U Kheru Bloodsucker @Daniel Ljunggren +76 C Kheru Dreadmaw @Ryan Yee +77 C Krumar Bond-Kin @Kev Walker +78 C Mardu Skullhunter @Jason Rainville +79 U Mer-Ek Nightblade @Lucas Graciano +80 C Molting Snakeskin @YW Tang +81 U Murderous Cut @Yohann Schepacz +82 R Necropolis Fiend @Seb McKinnon +83 U Raiders' Spoils @Wayne Reynolds +84 C Rakshasa's Secret @Magali Villeneuve +85 R Retribution of the Ancients @Svetlin Velinov +86 C Rite of the Serpent @Seb McKinnon +87 C Rotting Mastodon @Nils Hamm +88 U Ruthless Ripper @Clint Cearley +89 C Shambling Attendants @Daarken +90 C Sidisi's Pet @Evan Shipard +91 C Sultai Scavenger @Anthony Palumbo +92 U Swarm of Bloodflies @Marco Nelor +93 C Throttle @Wayne Reynolds +94 C Unyielding Krumar @Viktor Titov +95 C Act of Treason @Min Yum +96 C Ainok Tracker @Evan Shipard +97 U Arc Lightning @Seb McKinnon +98 C Arrow Storm @Steve Prescott +99 M Ashcloud Phoenix @Howard Lyon +100 C Barrage of Boulders @Zoltan Boros +101 C Bloodfire Expert @Raymond Swanland +102 C Bloodfire Mentor @Chase Stone +103 C Bring Low @Slawomir Maniak +104 U Burn Away @Vincent Proce +105 C Canyon Lurkers @Cynthia Sheppard +106 R Crater's Claws @Noah Bradley +107 U Dragon Grip @Jason Rainville +108 R Dragon-Style Twins @Wesley Burt +109 U Goblinslide @Kev Walker +110 U Horde Ambusher @Tyler Jacobson +111 U Hordeling Outburst @Zoltan Boros +112 R Howl of the Horde @Slawomir Maniak +113 R Jeering Instigator @Willian Murai +114 C Leaping Master @Anastasia Ovchinnikova +115 U Mardu Blazebringer @Peter Mohrbacher +116 U Mardu Heart-Piercer @Karl Kopinski +117 C Mardu Warshrieker @Yefim Kligerman +118 U Monastery Swiftspear @Steve Argyle +119 M Sarkhan, the Dragonspeaker @Daarken +120 C Shatter @Zoltan Boros +121 C Summit Prowler @Filip Burburan +122 C Swift Kick @Mathias Kollros +123 C Tormenting Voice @Volkan Baǵa +124 C Trumpet Blast @Steve Prescott +125 C Valley Dasher @Matt Stewart +126 U War-Name Aspirant @David Gaillet +127 C Alpine Grizzly @John Severin Brassell +128 C Archers' Parapet @Wayne Reynolds +129 C Awaken the Bear @Svetlin Velinov +130 U Become Immense @Jaime Jones +131 C Dragonscale Boon @Mark Winters +132 C Feed the Clan @Winona Nelson +133 R Hardened Scales @Mark Winters +134 U Heir of the Wilds @Winona Nelson +135 C Highland Game @John Severin Brassell +136 M Hooded Hydra @Chase Stone +137 C Hooting Mandrills @Mike Bierek +138 U Incremental Growth @Clint Cearley +139 C Kin-Tree Warden @Volkan Baǵa +140 C Longshot Squad @Wesley Burt +141 R Meandering Towershell @YW Tang +142 C Naturalize @James Paick +143 U Pine Walker @Dave Kendall +144 R Rattleclaw Mystic @Tyler Jacobson +145 U Roar of Challenge @Viktor Titov +146 C Sagu Archer @Steven Belledin +147 C Savage Punch @Wesley Burt +148 C Scout the Borders @James Paick +149 M See the Unwritten @Ryan Barger +150 U Seek the Horizon @Min Yum +151 C Smoke Teller @Min Yum +152 U Sultai Flayer @Izzy +153 U Temur Charger @Mark Zug +154 R Trail of Mystery @Raymond Swanland +155 C Tusked Colossodon @Yeong-Hao Han +156 U Tuskguard Captain @Aaron Miller +157 U Windstorm @Jonas De Ro +158 C Woolly Loxodon @Karla Ortiz +159 C Abomination of Gudul @Erica Yang +160 R Abzan Ascendancy @Mark Winters +161 U Abzan Charm @Mathias Kollros +162 C Abzan Guide @Steve Prescott +163 M Anafenza, the Foremost @James Ryman +164 R Ankle Shanker @Zoltan Boros +165 U Armament Corps @Steven Belledin +166 R Avalanche Tusker @Matt Stewart +167 U Bear's Companion @Winona Nelson +168 R Butcher of the Horde @Karl Kopinski +169 U Chief of the Edge @David Palumbo +170 U Chief of the Scale @David Palumbo +171 R Crackling Doom @Yohann Schepacz +172 U Death Frenzy @Steve Prescott +173 R Deflecting Palm @Eric Deschamps +174 R Duneblast @Ryan Alexander Lee +175 C Efreet Weaponmaster @Ryan Alexander Lee +176 R Flying Crane Technique @Jack Wang +177 U Highspire Mantis @Igor Kieryluk +178 U Icefeather Aven @Slawomir Maniak +179 R Ivorytusk Fortress @Jasper Sandner +180 R Jeskai Ascendancy @Dan Scott +181 U Jeskai Charm @Mathias Kollros +182 R Kheru Lich Lord @Karl Kopinski +183 U Kin-Tree Invocation @Ryan Alexander Lee +184 R Mantis Rider @Johann Bodin +185 R Mardu Ascendancy @Jason Chan +186 U Mardu Charm @Mathias Kollros +187 U Mardu Roughrider @Kev Walker +188 U Master the Way @Howard Lyon +189 R Mindswipe @Ryan Alexander Lee +190 M Narset, Enlightened Master @Magali Villeneuve +191 C Ponyback Brigade @Mark Zug +192 R Rakshasa Deathdealer @John Severin Brassell +193 R Rakshasa Vizier @Nils Hamm +194 U Ride Down @Daarken +195 R Sage of the Inward Eye @Chase Stone +196 R Sagu Mauler @Raymond Swanland +197 R Savage Knuckleblade @Chris Rahn +198 U Secret Plans @Daarken +199 M Sidisi, Brood Tyrant @Karl Kopinski +200 R Siege Rhino @Volkan Baǵa +201 C Snowhorn Rider @Tomasz Jedruszek +202 M Sorin, Solemn Visitor @Cynthia Sheppard +203 R Sultai Ascendancy @Karl Kopinski +204 U Sultai Charm @Mathias Kollros +205 U Sultai Soothsayer @Cynthia Sheppard +206 M Surrak Dragonclaw @Jaime Jones +207 R Temur Ascendancy @Jaime Jones +208 U Temur Charm @Mathias Kollros +209 R Trap Essence @Raymond Swanland +210 R Utter End @Mark Winters +211 R Villainous Wealth @Erica Yang +212 U Warden of the Eye @Howard Lyon +213 U Winterflame @Richard Wright +214 M Zurgo Helmsmasher @Aleksi Briclot +215 C Abzan Banner @Daniel Ljunggren +216 R Altar of the Brood @Erica Yang +217 U Briber's Purse @Steve Argyle +218 U Cranial Archive @Volkan Baǵa +219 R Dragon Throne of Tarkir @Daarken +220 R Ghostfire Blade @Cyril Van Der Haegen +221 U Heart-Piercer Bow @Franz Vohwinkel +222 C Jeskai Banner @Daniel Ljunggren +223 C Lens of Clarity @Raymond Swanland +224 C Mardu Banner @Daniel Ljunggren +225 C Sultai Banner @Daniel Ljunggren +226 C Temur Banner @Daniel Ljunggren +227 M Ugin's Nexus @Sam Burley +228 U Witness of the Ages @Izzy +229 C Bloodfell Caves @Adam Paquette +230 R Bloodstained Mire @Daarken +231 C Blossoming Sands @Sam Burley +232 C Dismal Backwater @Sam Burley +233 R Flooded Strand @Andreas Rocha +234 U Frontier Bivouac @Titus Lunter +235 C Jungle Hollow @Eytan Zana +236 U Mystic Monastery @Florian de Gesincourt +237 U Nomad Outpost @Noah Bradley +238 U Opulent Palace @Adam Paquette +239 R Polluted Delta @Vincent Proce +240 C Rugged Highlands @Eytan Zana +241 U Sandsteppe Citadel @Sam Burley +242 C Scoured Barrens @Eytan Zana +243 C Swiftwater Cliffs @Eytan Zana +244 C Thornwood Falls @Eytan Zana +245 U Tomb of the Spirit Dragon @Sam Burley +246 C Tranquil Cove @John Avon +247 C Wind-Scarred Crag @Eytan Zana +248 R Windswept Heath @Yeong-Hao Han +249 R Wooded Foothills @Jonas De Ro +250 L Plains @Noah Bradley +251 L Plains @Sam Burley +252 L Plains @Sam Burley +253 L Plains @Florian de Gesincourt +254 L Island @Florian de Gesincourt +255 L Island @Florian de Gesincourt +256 L Island @Titus Lunter +257 L Island @Adam Paquette +258 L Swamp @Noah Bradley +259 L Swamp @Sam Burley +260 L Swamp @Adam Paquette +261 L Swamp @Adam Paquette +262 L Mountain @Noah Bradley +263 L Mountain @Noah Bradley +264 L Mountain @Florian de Gesincourt +265 L Mountain @Titus Lunter +266 L Forest @Sam Burley +267 L Forest @Titus Lunter +268 L Forest @Titus Lunter +269 L Forest @Adam Paquette [tokens] w_3_4_bird_flying diff --git a/forge-gui/res/editions/Legacy Championship.txt b/forge-gui/res/editions/Legacy Championship.txt index 2e98d82bce0..d7df292e794 100644 --- a/forge-gui/res/editions/Legacy Championship.txt +++ b/forge-gui/res/editions/Legacy Championship.txt @@ -6,18 +6,18 @@ Type=Promo ScryfallCode=OLGC [cards] -2011 R Force of Will -2012 R Brainstorm -2013 U Wasteland -2014 M Gaea's Cradle -2015 M Tundra -2016 M Underground Sea -2017 M Badlands -2018 M Taiga -2019 M Savannah -2020 M Scrubland -2021 M Plateau -2022 M Volcanic Island -2023 M Tropical Island -2024 M Bayou -2025 M City of Traitors +2011 R Force of Will @Matt Stewart +2012 R Brainstorm @Chris Rahn +2013 U Wasteland @Steven Belledin +2014 M Gaea's Cradle @Filip Burburan +2015 M Tundra @Raoul Vitale +2016EU M Underground Sea @Filip Burburan +2016NA M Badlands @Filip Burburan +2017EU M Taiga @Mark Poole +2017NA M Savannah @Mark Poole +2018 M Scrubland @Mark Poole +2018A M Plateau @Mark Poole +2018NA M Volcanic Island @Mark Poole +2019 M Tropical Island @Mark Poole +2019A M Bayou @Raoul Vitale +2019NA M City of Traitors @Ralph Horsley diff --git a/forge-gui/res/editions/Legendary Cube.txt b/forge-gui/res/editions/Legendary Cube.txt index bea114d7977..5a928aa2177 100644 --- a/forge-gui/res/editions/Legendary Cube.txt +++ b/forge-gui/res/editions/Legendary Cube.txt @@ -8,155 +8,155 @@ Type=Online ScryfallCode=PZ1 [cards] -1 R Bastion Protector -2 R Containment Priest -3 R Dawnbreak Reclaimer -4 U Ghostly Prison -5 U Grasp of Fate -6 U Herald of the Host -7 R Kalemne's Captain -8 R Loyal Retainers -9 M Nahiri, the Lithomancer -10 U Oreskos Explorer -11 M Reya Dawnbringer -12 R Righteous Confluence -13 U Shielded by Faith -14 U Spirit Mantle -15 U Vow of Duty -16 U Wall of Omens -17 R Wrath of God -18 R Aethersnatch -19 U Brainstorm -20 U Broodbirth Viper -21 U Compulsive Research -22 U Deceiver Exarch -23 U Deep Analysis -24 R Desertion -25 U Fact or Fiction -26 R Flusterstorm -27 R Gigantoplasm -28 R Illusory Ambusher -29 R Mirror Match -30 R Mystic Confluence -31 U Propaganda -32 R Rhystic Study -33 R Synthetic Destiny -34 M Teferi, Temporal Archmage -35 M True-Name Nemesis -36 U Vow of Flight -37 U Wonder -38 M Abyssal Persecutor -39 U Banshee of the Dread Choir -40 R Corpse Augur -41 R Daxos's Torment -42 R Deadly Tempest -43 R Decree of Pain -44 R Dread Summons -45 M Ob Nixilis of the Black Oath -46 R Scourge of Nel Toth -47 R Thief of Blood -48 R Toxic Deluge -49 U Tragic Slip -50 U Viscera Seer -51 U Vow of Malice -52 R Wretched Confluence -53 U Anger -54 R Awaken the Sky Tyrant -55 R Chaos Warp -56 M Daretti, Scrap Savant -57 R Diaochan, Artful Beauty -58 R Dream Pillager -59 U Faithless Looting -60 R Fiery Confluence -61 U Flametongue Kavu -62 R Goblin Sharpshooter -63 R Magus of the Wheel -64 R Meteor Blast -65 R Mizzix's Mastery -66 U Punishing Fire -67 R Rite of the Raging Storm -68 U Vow of Lightning -69 U Warchief Giant -70 U Arachnogenesis -71 R Bloodspore Thrinax -72 U Brawn -73 U Caller of the Pack -74 R Centaur Vinecrasher -75 U Cultivate -76 U Eternal Witness -77 R Ezuri's Predation -78 M Freyalise, Llanowar's Fury -79 U Great Oak Guardian -80 U Harmonize -81 U Invigorate -82 U Krosan Grip -83 U Nest Invader -84 R Pathbreaker Ibex -85 U Rancor -86 U Sakura-Tribe Elder -87 U Skullwinder -88 R Sylvan Library -89 R Titania, Protector of Argoth -90 R Verdant Confluence -91 U Vow of Wildness -92 U Wall of Blossoms -93 M Animar, Soul of Elements -94 R Anya, Merciless Angel -95 R Arjun, the Shifting Flame -96 U Behemoth Sledge -97 M Dack Fayden -98 R Daxos the Returned -99 R Dragonlair Spider -100 R Edric, Spymaster of Trest -101 U Electrolyze -102 R Ezuri, Claw of Progress -103 U Firespout -104 M Ghave, Guru of Spores -105 U Hull Breach -106 M Kaalia of the Vast -107 R Kalemne, Disciple of Iroas -108 R Karlov of the Ghost Council -109 R Kaseto, Orochi Archmage -110 M Maelstrom Wanderer -111 M Marchesa, the Black Rose -112 R Mazirek, Kraul Death Priest -113 R Meren of Clan Nel Toth -114 M The Mimeoplasm -115 R Mirari's Wake -116 R Mizzix of the Izmagnus -117 R Shardless Agent -118 R Vela the Night-Clad -119 M Zedruu the Greathearted -120 U Basalt Monolith -121 U Blade of Selves -122 R Duplicant -123 U Lightning Greaves -124 R Mind's Eye -125 R Sandstone Oracle -126 R Scroll Rack -127 R Scytheclaw -128 U Seal of the Guildpact -129 U Sol Ring -130 U Swiftfoot Boots -131 U Thought Vessel -132 U Thran Dynamo -133 U Worn Powerstone -134 U Arcane Sanctum -135 U Bojuka Bog -136 U Command Beacon -137 U Command Tower -138 U Crumbling Necropolis -139 U Dreadship Reef -140 U Fungal Reaches -141 R Homeward Path -142 U Jungle Shrine -143 U Khalni Garden -144 U Krosan Verge -145 U Molten Slagheap -146 U Saltcrusted Steppe -147 U Savage Lands -148 U Seaside Citadel -149 R Temple of the False God +1 R Bastion Protector @Victor Adame Minguez +2 R Containment Priest @John Stanko +3 R Dawnbreak Reclaimer @Tyler Jacobson +4 U Ghostly Prison @Wayne England +5 U Grasp of Fate @Tomasz Jedruszek +6 U Herald of the Host @Nils Hamm +7 R Kalemne's Captain @Tomasz Jedruszek +8 R Loyal Retainers @Solomon Au Yeung +9 M Nahiri, the Lithomancer @Eric Deschamps +10 U Oreskos Explorer @Winona Nelson +11 M Reya Dawnbringer @Matthew D. Wilson +12 R Righteous Confluence @Kieran Yanner +13 U Shielded by Faith @David Palumbo +14 U Spirit Mantle @Izzy +15 U Vow of Duty @Wayne Reynolds +16 U Wall of Omens @James Paick +17 R Wrath of God @Kev Walker +18 R Aethersnatch @Aaron Miller +19 U Brainstorm @DiTerlizzi +20 U Broodbirth Viper @Mathias Kollros +21 U Compulsive Research @Michael Sutfin +22 U Deceiver Exarch @Izzy +23 U Deep Analysis @Daren Bader +24 R Desertion @Richard Kane Ferguson +25 U Fact or Fiction @Matt Cavotta +26 R Flusterstorm @Erica Yang +27 R Gigantoplasm @Kev Walker +28 R Illusory Ambusher @Steve Argyle +29 R Mirror Match @Steve Prescott +30 R Mystic Confluence @Kieran Yanner +31 U Propaganda @Jeff Miracola +32 R Rhystic Study @Terese Nielsen +33 R Synthetic Destiny @Dave Kendall +34 M Teferi, Temporal Archmage @Tyler Jacobson +35 M True-Name Nemesis @Zack Stella +36 U Vow of Flight @Erica Yang +37 U Wonder @Rebecca Guay +38 M Abyssal Persecutor @Chippy +39 U Banshee of the Dread Choir @Anthony Palumbo +40 R Corpse Augur @Scott M. Fischer +41 R Daxos's Torment @Jakub Kasper +42 R Deadly Tempest @Cliff Childs +43 R Decree of Pain @Mathias Kollros +44 R Dread Summons @Izzy +45 M Ob Nixilis of the Black Oath @Daarken +46 R Scourge of Nel Toth @Mark Winters +47 R Thief of Blood @Cynthia Sheppard +48 R Toxic Deluge @Svetlin Velinov +49 U Tragic Slip @Christopher Moeller +50 U Viscera Seer @John Stanko +51 U Vow of Malice @Jesper Ejsing +52 R Wretched Confluence @Kieran Yanner +53 U Anger @John Avon +54 R Awaken the Sky Tyrant @Adam Paquette +55 R Chaos Warp @Trevor Claxton +56 M Daretti, Scrap Savant @Dan Scott +57 R Diaochan, Artful Beauty @Miao Aili +58 R Dream Pillager @Min Yum +59 U Faithless Looting @Gabor Szikszai +60 R Fiery Confluence @Kieran Yanner +61 U Flametongue Kavu @Slawomir Maniak +62 R Goblin Sharpshooter @Wayne Reynolds +63 R Magus of the Wheel @Carl Frank +64 R Meteor Blast @Mike Sass +65 R Mizzix's Mastery @Dan Scott +66 U Punishing Fire @Christopher Moeller +67 R Rite of the Raging Storm @Svetlin Velinov +68 U Vow of Lightning @Svetlin Velinov +69 U Warchief Giant @Slawomir Maniak +70 U Arachnogenesis @Johannes Voss +71 R Bloodspore Thrinax @Ralph Horsley +72 U Brawn @Matt Cavotta +73 U Caller of the Pack @Ryan Yee +74 R Centaur Vinecrasher @Robbie Trevino +75 U Cultivate @Anthony Palumbo +76 U Eternal Witness @Terese Nielsen +77 R Ezuri's Predation @Svetlin Velinov +78 M Freyalise, Llanowar's Fury @Adam Paquette +79 U Great Oak Guardian @Steven Belledin +80 U Harmonize @Paul Lee +81 U Invigorate @Mark Zug +82 U Krosan Grip @Zoltan Boros & Gabor Szikszai +83 U Nest Invader @Trevor Claxton +84 R Pathbreaker Ibex @Christopher Moeller +85 U Rancor @Kev Walker +86 U Sakura-Tribe Elder @Carl Critchlow +87 U Skullwinder @James Paick +88 R Sylvan Library @Yeong-Hao Han +89 R Titania, Protector of Argoth @Magali Villeneuve +90 R Verdant Confluence @Kieran Yanner +91 U Vow of Wildness @Jim Pavelec +92 U Wall of Blossoms @Heather Hudson +93 M Animar, Soul of Elements @Peter Mohrbacher +94 R Anya, Merciless Angel @Alisa Lee +95 R Arjun, the Shifting Flame @Willian Murai +96 U Behemoth Sledge @Steve Prescott +97 M Dack Fayden @Eric Deschamps +98 R Daxos the Returned @Adam Paquette +99 R Dragonlair Spider @Carl Critchlow +100 R Edric, Spymaster of Trest @Volkan Baǵa +101 U Electrolyze @Zoltan Boros & Gabor Szikszai +102 R Ezuri, Claw of Progress @James Ryman +103 U Firespout @Jeff Miracola +104 M Ghave, Guru of Spores @James Paick +105 U Hull Breach @Brian Snõddy +106 M Kaalia of the Vast @Michael Komarck +107 R Kalemne, Disciple of Iroas @Jason Chan +108 R Karlov of the Ghost Council @Volkan Baǵa +109 R Kaseto, Orochi Archmage @Aaron Miller +110 M Maelstrom Wanderer @Thomas M. Baxa +111 M Marchesa, the Black Rose @Matt Stewart +112 R Mazirek, Kraul Death Priest @Mathias Kollros +113 R Meren of Clan Nel Toth @Mark Winters +114 M The Mimeoplasm @Svetlin Velinov +115 R Mirari's Wake @Volkan Baǵa +116 R Mizzix of the Izmagnus @Cliff Childs +117 R Shardless Agent @Izzy +118 R Vela the Night-Clad @Allen Williams +119 M Zedruu the Greathearted @Mark Zug +120 U Basalt Monolith @Yeong-Hao Han +121 U Blade of Selves @Alan Pollack +122 R Duplicant @Marco Nelor +123 U Lightning Greaves @Jeremy Jarvis +124 R Mind's Eye @Karl Kopinski +125 R Sandstone Oracle @Eric Deschamps +126 R Scroll Rack @Heather Hudson +127 R Scytheclaw @James Paick +128 U Seal of the Guildpact @Franz Vohwinkel +129 U Sol Ring @Mike Bierek +130 U Swiftfoot Boots @Svetlin Velinov +131 U Thought Vessel @rk post +132 U Thran Dynamo @Ron Spears +133 U Worn Powerstone @Henry G. Higginbotham +134 U Arcane Sanctum @Anthony Francisco +135 U Bojuka Bog @Howard Lyon +136 U Command Beacon @Jonas De Ro +137 U Command Tower @Adam Paquette +138 U Crumbling Necropolis @Dave Kendall +139 U Dreadship Reef @Lars Grant-West +140 U Fungal Reaches @Martina Pilcerova +141 R Homeward Path @Tomasz Jedruszek +142 U Jungle Shrine @Wayne Reynolds +143 U Khalni Garden @Ryan Pancoast +144 U Krosan Verge @Tony Szczudlo +145 U Molten Slagheap @Daren Bader +146 U Saltcrusted Steppe @Greg Staples +147 U Savage Lands @Vance Kovacs +148 U Seaside Citadel @Volkan Baǵa +149 R Temple of the False God @Brian Snõddy [tokens] c_0_1_eldrazi_spawn_sac diff --git a/forge-gui/res/editions/Legends.txt b/forge-gui/res/editions/Legends.txt index 04fc5354407..0a024d6c53e 100644 --- a/forge-gui/res/editions/Legends.txt +++ b/forge-gui/res/editions/Legends.txt @@ -11,316 +11,316 @@ Foil=NotSupported ScryfallCode=LEG [cards] -131 U AErathi Berserker -87 U Abomination -44 R Acid Rain -130 C Active Volcano -216 R Adun Oakenshield -300 U Adventurers' Guildhouse -173 C Aisling Leprechaun -1 R Akron Legionnaire -271 R Al-abara's Carpet -2 C Alabaster Potion -272 R Alchor's Tomb -88 R All Hallow's Eve -3 C Amrou Kithkin -4 R Angelic Voices -217 R Angus Mackenzie -45 C Anti-Magic Aura -174 U Arboria -218 R Arcades Sabboth -273 R Arena of the Ancients -175 C Avoid Fate -219 R Axelrod Gunnarson -220 R Ayesha Tanaka -46 U Azure Drake -132 U Backdraft -47 U Backfire -176 C Barbary Apes -221 U Barktooth Warbeard -222 R Bartel Runeaxe -133 U Beasts of Bogardan -274 U Black Mana Battery -134 C Blazing Effigy -89 U Blight -135 U Blood Lust -275 U Blue Mana Battery -48 C Boomerang -223 R Boris Devilboon -49 U Brine Hag -276 R Bronze Horse -90 R Carrion Ants -177 C Cat Warriors -301 U Cathedral of Serra -136 R Caverns of Despair -137 C Chain Lightning -91 R Chains of Mephistopheles -224 R Chromium -5 R Cleanse -6 C Clergy of the Holy Nimbus -178 U Cocoon -179 R Concordant Crossroads -92 R Cosmic Horror -180 U Craw Giant -138 U Crevasse -139 C Crimson Kobolds -140 R Crimson Manticore -141 C Crookshank Kobolds -93 C Cyclopean Mummy -7 C D'Avenant Archer -225 R Dakkon Blackblade -94 C Darkness -181 U Deadfall -95 U Demonic Torment -50 C Devouring Deep -142 R Disharmony -8 R Divine Intervention -9 C Divine Offering -10 R Divine Transformation -51 U Dream Coat -182 C Durkwood Boars -143 U Dwarven Song -11 R Elder Land Wurm -52 R Elder Spawn -183 R Elven Riders -184 C Emerald Dragonfly -12 C Enchanted Being -53 C Enchantment Alteration -54 C Energy Tap -13 C Equinox -144 U Eternal Warrior -185 R Eureka -96 U Evil Eye of Orms-by-Gore -97 U Fallen Angel -145 R Falling Star -146 C Feint -55 R Field of Dreams -186 C Fire Sprites -147 R Firestorm Phoenix -56 C Flash Counter -57 C Flash Flood -187 U Floral Spuzzem -58 C Force Spike -277 R Forethought Amulet -14 U Fortified Area -148 U Frost Giant -226 R Gabriel Angelfire -59 C Gaseous Form -278 R Gauntlets of Chaos -98 C Ghosts of the Damned -99 C Giant Slug -149 C Giant Strength -188 C Giant Turtle -60 C Glyph of Delusion -150 C Glyph of Destruction -100 C Glyph of Doom -15 C Glyph of Life -189 C Glyph of Reincarnation -227 R Gosta Dirk -151 R Gravity Sphere -16 U Great Defender -17 U Great Wall -18 U Greater Realm of Preservation -101 R Greed -279 U Green Mana Battery -228 R Gwendlyn Di Corci -229 R Halfdane -302 U Hammerheim -230 R Hazezon Tamar -102 C Headless Horseman -19 U Heaven's Gate -103 C Hell Swarm -104 R Hell's Caretaker -105 R Hellfire -20 C Holy Day -280 R Horn of Deafening -190 C Hornet Cobra -106 U Horror of Horrors -231 U Hunding Gjornersen -152 U Hyperion Blacksmith -191 U Ichneumon Druid -153 C Immolation -107 R Imprison -61 R In the Eye of Chaos -21 C Indestructible Aura -108 U Infernal Medusa -22 R Infinite Authority -62 R Invoke Prejudice -23 U Ivory Guardians -232 R Jacques le Vert -233 U Jasmine Boreal -234 U Jedit Ojanen -235 U Jerrard of the Closed Fist -236 R Johan -109 R Jovial Evil -63 R Juxtapose -303 U Karakas -237 U Kasimir the Lone Wolf -24 C Keepers of the Faith -238 R Kei Takahashi -192 R Killer Bees -25 U Kismet -281 R Knowledge Vault -154 U Kobold Drill Sergeant -155 R Kobold Overlord -156 U Kobold Taskmaster -157 C Kobolds of Kher Keep -282 U Kry Shield -239 R Lady Caleria -240 R Lady Evangela -241 U Lady Orca -64 R Land Equilibrium -26 U Land Tax -158 R Land's Edge -110 U Lesser Werewolf -283 U Life Chisel -284 R Life Matrix -27 R Lifeblood -193 R Living Plane -242 R Livonya Silone -243 U Lord Magnus -111 C Lost Soul -65 U Mana Drain -285 R Mana Matrix -286 U Marble Priest -244 U Marhault Elsdragon -194 R Master of the Hunt -287 R Mirror Universe -28 R Moat -112 R Mold Demon -195 C Moss Monster -304 U Mountain Stronghold -159 U Mountain Yeti -245 R Nebuchadnezzar -113 R Nether Void -246 R Nicol Bolas -288 R North Star -289 R Nova Pentacle -29 C Osai Vultures -247 R Palladia-Mors -66 U Part Water -248 U Pavel Maliki -305 U Pendelhaven -30 R Petra Sphinx -114 C Pit Scorpion -196 R Pixie Queen -290 R Planar Gate -197 U Pradesh Gypsies -31 U Presence of the Master -160 U Primordial Ooze -249 U Princess Lucrezia -67 R Psionic Entity -68 C Psychic Purge -69 U Puppet Master -161 C Pyrotechnics -115 U Quagmire -162 R Quarum Trench Gnomes -198 U Rabid Wombat -199 U Radjan Spirit -163 C Raging Bull -250 R Ragnar -251 U Ramirez DePietro -252 R Ramses Overdark -32 R Rapid Fire -253 R Rasputin Dreamweaver -200 R Rebirth -70 R Recall -291 U Red Mana Battery -201 U Reincarnation -292 U Relic Barrier -71 U Relic Bind -33 C Remove Enchantments -72 C Remove Soul -73 U Reset -202 R Revelation -74 R Reverberation -34 U Righteous Avengers -293 R Ring of Immortals -254 U Riven Turnbull -255 R Rohgahh of Kher Keep -256 R Rubinia Soulsinger -203 C Rust -75 U Sea Kings' Blessing -306 U Seafarer's Quay -35 U Seeker -76 U Segovian Leviathan -294 R Sentinel -295 R Serpent Generator -204 C Shelkin Brownie -36 U Shield Wall -116 U Shimian Night Stalker -77 U Silhouette -257 U Sir Shandlar of Eberyn -258 U Sivitri Scarzam -259 R Sol'kanar the Swamp King -78 U Spectral Cloak -164 R Spinal Villain -37 U Spirit Link -117 C Spirit Shackle -38 R Spiritual Sanctuary -260 R Stangg -205 U Storm Seeker -165 R Storm World -206 C Subdue -261 U Sunastian Falconer -296 R Sword of the Ages -207 U Sylvan Library -208 U Sylvan Paradise -118 C Syphon Soul -119 U Takklemaggot -79 R Telekinesis -80 R Teleport -166 R Tempest Efreet -262 R Tetsuo Umezawa -120 R The Abyss -167 C The Brute -263 U The Lady of the Mountain -307 R The Tabernacle at Pendrell Vale -121 R The Wretched -39 R Thunder Spirit -81 R Time Elemental -264 U Tobias Andrion -308 U Tolaria -265 U Tor Wauki -266 U Torsten Von Ursus -122 U Touch of Darkness -123 C Transmutation -297 R Triassic Egg -267 R Tuknir Deathlock -40 C Tundra Wolves -209 R Typhoon -82 U Undertow -124 U Underworld Dreams -309 U Unholy Citadel -210 U Untamed Wilds -268 R Ur-Drago -310 U Urborg -269 R Vaevictis Asmadi -125 C Vampire Bats -83 C Venarian Gold -41 U Visions -298 R Voodoo Doll -126 C Walking Dead -42 C Wall of Caltrops -168 U Wall of Dust -169 C Wall of Earth -170 C Wall of Heat -43 U Wall of Light -171 R Wall of Opposition -127 U Wall of Putrid Flesh -128 C Wall of Shadows -129 U Wall of Tombstones -84 C Wall of Vapor -85 U Wall of Wonder -211 U Whirling Dervish -299 U White Mana Battery -212 R Willow Satyr -172 U Winds of Change -213 R Winter Blast -214 C Wolverine Pack -215 R Wood Elemental -270 R Xira Arien -86 C Zephyr Falcon +131 U Aerathi Berserker @Melissa A. Benson +87 U Abomination @Mark Tedin +44 R Acid Rain @NéNé Thomas +130 C Active Volcano @Justin Hampton +216 R Adun Oakenshield @Jeff A. Menges +300 U Adventurers' Guildhouse @Tom Wänerstrand +173 C Aisling Leprechaun @Quinton Hoover +1 R Akron Legionnaire @Mark Poole +271 R Al-abara's Carpet @Kaja Foglio +2 C Alabaster Potion @Harold McNeill +272 R Alchor's Tomb @Jesper Myrfors +88 R All Hallow's Eve @Christopher Rush +3 C Amrou Kithkin @Quinton Hoover +4 R Angelic Voices @Julie Baroh +217 R Angus Mackenzie @Bryon Wackwitz +45 C Anti-Magic Aura @Douglas Shuler +174 U Arboria @Daniel Gelon +218 R Arcades Sabboth @Edward P. Beard, Jr. +273 R Arena of the Ancients @Tom Wänerstrand +175 C Avoid Fate @Phil Foglio +219 R Axelrod Gunnarson @Scott Kirschner +220 R Ayesha Tanaka @Bryon Wackwitz +46 U Azure Drake @Dan Frazier +132 U Backdraft @Brian Snõddy +47 U Backfire @Brian Snõddy +176 C Barbary Apes @Bryon Wackwitz +221 U Barktooth Warbeard @Andi Rusu +222 R Bartel Runeaxe @Andi Rusu +133 U Beasts of Bogardan @Daniel Gelon +274 U Black Mana Battery @Anson Maddocks +134 C Blazing Effigy @Susan Van Camp +89 U Blight @Pete Venters +135 U Blood Lust @Anson Maddocks +275 U Blue Mana Battery @Amy Weber +48 C Boomerang @Brian Snõddy +223 R Boris Devilboon @Jesper Myrfors +49 U Brine Hag @Quinton Hoover +276 R Bronze Horse @Mark Poole +90 R Carrion Ants @Richard Thomas +177 C Cat Warriors @Melissa A. Benson +301 U Cathedral of Serra @Mark Poole +136 R Caverns of Despair @Harold McNeill +137 C Chain Lightning @Sandra Everingham +91 R Chains of Mephistopheles @Heather Hudson +224 R Chromium @Edward P. Beard, Jr. +5 R Cleanse @Phil Foglio +6 C Clergy of the Holy Nimbus @Daniel Gelon +178 U Cocoon @Mark Tedin +179 R Concordant Crossroads @Amy Weber +92 R Cosmic Horror @Jesper Myrfors +180 U Craw Giant @Christopher Rush +138 U Crevasse @Rob Alexander +139 C Crimson Kobolds @Anson Maddocks +140 R Crimson Manticore @Daniel Gelon +141 C Crookshank Kobolds @Christopher Rush +93 C Cyclopean Mummy @Edward P. Beard, Jr. +7 C D'Avenant Archer @Douglas Shuler +225 R Dakkon Blackblade @Richard Kane Ferguson +94 C Darkness @Harold McNeill +181 U Deadfall @NéNé Thomas +95 U Demonic Torment @Anson Maddocks +50 C Devouring Deep @Liz Danforth +142 R Disharmony @Bryon Wackwitz +8 R Divine Intervention @Amy Weber +9 C Divine Offering @Jeff A. Menges +10 R Divine Transformation @NéNé Thomas +51 U Dream Coat @Anthony S. Waters +182 C Durkwood Boars @Mike Kimble +143 U Dwarven Song @Dan Frazier +11 R Elder Land Wurm @Quinton Hoover +52 R Elder Spawn @Jesper Myrfors +183 R Elven Riders @Melissa A. Benson +184 C Emerald Dragonfly @Quinton Hoover +12 C Enchanted Being @Douglas Shuler +53 C Enchantment Alteration @Brian Snõddy +54 C Energy Tap @Daniel Gelon +13 C Equinox @Susan Van Camp +144 U Eternal Warrior @Anson Maddocks +185 R Eureka @Kaja Foglio +96 U Evil Eye of Orms-by-Gore @Jesper Myrfors +97 U Fallen Angel @Anson Maddocks +145 R Falling Star @Douglas Shuler +146 C Feint @Brian Snõddy +55 R Field of Dreams @Kaja Foglio +186 C Fire Sprites @Julie Baroh +147 R Firestorm Phoenix @Jeff A. Menges +56 C Flash Counter @Harold McNeill +57 C Flash Flood @Tom Wänerstrand +187 U Floral Spuzzem @Rob Alexander +58 C Force Spike @Bryon Wackwitz +277 R Forethought Amulet @Melissa A. Benson +14 U Fortified Area @Randy Asplund-Faith +148 U Frost Giant @Daniel Gelon +226 R Gabriel Angelfire @Daniel Gelon +59 C Gaseous Form @Phil Foglio +278 R Gauntlets of Chaos @Dan Frazier +98 C Ghosts of the Damned @Edward P. Beard, Jr. +99 C Giant Slug @Anson Maddocks +149 C Giant Strength @Justin Hampton +188 C Giant Turtle @Jeff A. Menges +60 C Glyph of Delusion @Susan Van Camp +150 C Glyph of Destruction @Susan Van Camp +100 C Glyph of Doom @Susan Van Camp +15 C Glyph of Life @Susan Van Camp +189 C Glyph of Reincarnation @Susan Van Camp +227 R Gosta Dirk @Richard Thomas +151 R Gravity Sphere @Brian Snõddy +16 U Great Defender @Mark Poole +17 U Great Wall @Sandra Everingham +18 U Greater Realm of Preservation @NéNé Thomas +101 R Greed @Phil Foglio +279 U Green Mana Battery @Christopher Rush +228 R Gwendlyn Di Corci @Julie Baroh +229 R Halfdane @Melissa A. Benson +302 U Hammerheim @Bryon Wackwitz +230 R Hazezon Tamar @Richard Kane Ferguson +102 C Headless Horseman @Quinton Hoover +19 U Heaven's Gate @Douglas Shuler +103 C Hell Swarm @Christopher Rush +104 R Hell's Caretaker @Sandra Everingham +105 R Hellfire @Pete Venters +20 C Holy Day @Justin Hampton +280 R Horn of Deafening @Dan Frazier +190 C Hornet Cobra @Sandra Everingham +106 U Horror of Horrors @Mark Tedin +231 U Hunding Gjornersen @Richard Thomas +152 U Hyperion Blacksmith @Dan Frazier +191 U Ichneumon Druid @Melissa A. Benson +153 C Immolation @Scott Kirschner +107 R Imprison @Christopher Rush +61 R In the Eye of Chaos @Brian Snõddy +21 C Indestructible Aura @Mark Poole +108 U Infernal Medusa @Anson Maddocks +22 R Infinite Authority @Douglas Shuler +62 R Invoke Prejudice @Harold McNeill +23 U Ivory Guardians @Melissa A. Benson +232 R Jacques le Vert @Andi Rusu +233 U Jasmine Boreal @Richard Kane Ferguson +234 U Jedit Ojanen @Mark Poole +235 U Jerrard of the Closed Fist @Andi Rusu +236 R Johan @Mark Tedin +109 R Jovial Evil @Christopher Rush +63 R Juxtapose @Justin Hampton +303 U Karakas @Nicola Leonard +237 U Kasimir the Lone Wolf @Richard Kane Ferguson +24 C Keepers of the Faith @Daniel Gelon +238 R Kei Takahashi @Scott Kirschner +192 R Killer Bees @Phil Foglio +25 U Kismet @Kaja Foglio +281 R Knowledge Vault @Amy Weber +154 U Kobold Drill Sergeant @Julie Baroh +155 R Kobold Overlord @Julie Baroh +156 U Kobold Taskmaster @Randy Asplund-Faith +157 C Kobolds of Kher Keep @Julie Baroh +282 U Kry Shield @Richard Thomas +239 R Lady Caleria @Bryon Wackwitz +240 R Lady Evangela @Mark Poole +241 U Lady Orca @Sandra Everingham +64 R Land Equilibrium @Jesper Myrfors +26 U Land Tax @Brian Snõddy +158 R Land's Edge @Brian Snõddy +110 U Lesser Werewolf @Quinton Hoover +283 U Life Chisel @Anthony S. Waters +284 R Life Matrix @Amy Weber +27 R Lifeblood @Mark Tedin +193 R Living Plane @Bryon Wackwitz +242 R Livonya Silone @Richard Kane Ferguson +243 U Lord Magnus @Mark Tedin +111 C Lost Soul @Randy Asplund-Faith +65 U Mana Drain @Mark Tedin +285 R Mana Matrix @Mark Tedin +286 U Marble Priest @Melissa A. Benson +244 U Marhault Elsdragon @Mark Poole +194 R Master of the Hunt @Jeff A. Menges +287 R Mirror Universe @Phil Foglio +28 R Moat @Jeff A. Menges +112 R Mold Demon @Jesper Myrfors +195 C Moss Monster @Jesper Myrfors +304 U Mountain Stronghold @Tom Wänerstrand +159 U Mountain Yeti @Dan Frazier +245 R Nebuchadnezzar @Richard Kane Ferguson +113 R Nether Void @Harold McNeill +246 R Nicol Bolas @Edward P. Beard, Jr. +288 R North Star @Kaja Foglio +289 R Nova Pentacle @Richard Thomas +29 C Osai Vultures @Dan Frazier +247 R Palladia-Mors @Edward P. Beard, Jr. +66 U Part Water @NéNé Thomas +248 U Pavel Maliki @Andi Rusu +305 U Pendelhaven @Bryon Wackwitz +30 R Petra Sphinx @Sandra Everingham +114 C Pit Scorpion @Scott Kirschner +196 R Pixie Queen @Quinton Hoover +290 R Planar Gate @Melissa A. Benson +197 U Pradesh Gypsies @Quinton Hoover +31 U Presence of the Master @Phil Foglio +160 U Primordial Ooze @Sandra Everingham +249 U Princess Lucrezia @Edward P. Beard, Jr. +67 R Psionic Entity @Justin Hampton +68 C Psychic Purge @Susan Van Camp +69 U Puppet Master @Sandra Everingham +161 C Pyrotechnics @Anson Maddocks +115 U Quagmire @Dan Frazier +162 R Quarum Trench Gnomes @Dan Frazier +198 U Rabid Wombat @Kaja Foglio +199 U Radjan Spirit @Christopher Rush +163 C Raging Bull @Randy Asplund-Faith +250 R Ragnar @Melissa A. Benson +251 U Ramirez DePietro @Phil Foglio +252 R Ramses Overdark @Richard Kane Ferguson +32 R Rapid Fire @Justin Hampton +253 R Rasputin Dreamweaver @Andi Rusu +200 R Rebirth @Mark Tedin +70 R Recall @Brian Snõddy +291 U Red Mana Battery @Mark Tedin +201 U Reincarnation @Edward P. Beard, Jr. +292 U Relic Barrier @Harold McNeill +71 U Relic Bind @Christopher Rush +33 C Remove Enchantments @Brian Snõddy +72 C Remove Soul @Brian Snõddy +73 U Reset @Nicola Leonard +202 R Revelation @Kaja Foglio +74 R Reverberation @Justin Hampton +34 U Righteous Avengers @Heather Hudson +293 R Ring of Immortals @Melissa A. Benson +254 U Riven Turnbull @Richard Kane Ferguson +255 R Rohgahh of Kher Keep @Edward P. Beard, Jr. +256 R Rubinia Soulsinger @Rob Alexander +203 C Rust @Liz Danforth +75 U Sea Kings' Blessing @Randy Asplund-Faith +306 U Seafarer's Quay @Tom Wänerstrand +35 U Seeker @Mark Poole +76 U Segovian Leviathan @Melissa A. Benson +294 R Sentinel @Randy Asplund-Faith +295 R Serpent Generator @Mark Tedin +204 C Shelkin Brownie @Douglas Shuler +36 U Shield Wall @Douglas Shuler +116 U Shimian Night Stalker @Jesper Myrfors +77 U Silhouette @Kaja Foglio +257 U Sir Shandlar of Eberyn @Andi Rusu +258 U Sivitri Scarzam @NéNé Thomas +259 R Sol'kanar the Swamp King @Richard Kane Ferguson +78 U Spectral Cloak @Rob Alexander +164 R Spinal Villain @Anson Maddocks +37 U Spirit Link @Kaja Foglio +117 C Spirit Shackle @Edward P. Beard, Jr. +38 R Spiritual Sanctuary @Amy Weber +260 R Stangg @Mark Poole +205 U Storm Seeker @Mark Poole +165 R Storm World @Christopher Rush +206 C Subdue @Brian Snõddy +261 U Sunastian Falconer @Christopher Rush +296 R Sword of the Ages @Dan Frazier +207 U Sylvan Library @Harold McNeill +208 U Sylvan Paradise @Randy Asplund-Faith +118 C Syphon Soul @Melissa A. Benson +119 U Takklemaggot @Daniel Gelon +79 R Telekinesis @Daniel Gelon +80 R Teleport @Douglas Shuler +166 R Tempest Efreet @NéNé Thomas +262 R Tetsuo Umezawa @Julie Baroh +120 R The Abyss @Pete Venters +167 C The Brute @Mark Poole +263 U The Lady of the Mountain @Richard Kane Ferguson +307 R The Tabernacle at Pendrell Vale @Nicola Leonard +121 R The Wretched @Christopher Rush +39 R Thunder Spirit @Randy Asplund-Faith +81 R Time Elemental @Amy Weber +264 U Tobias Andrion @Andi Rusu +308 U Tolaria @Nicola Leonard +265 U Tor Wauki @Randy Asplund-Faith +266 U Torsten Von Ursus @Mark Poole +122 U Touch of Darkness @Pete Venters +123 C Transmutation @Susan Van Camp +297 R Triassic Egg @Dan Frazier +267 R Tuknir Deathlock @Liz Danforth +40 C Tundra Wolves @Quinton Hoover +209 R Typhoon @Anson Maddocks +82 U Undertow @Randy Asplund-Faith +124 U Underworld Dreams @Julie Baroh +309 U Unholy Citadel @Mark Poole +210 U Untamed Wilds @NéNé Thomas +268 R Ur-Drago @Christopher Rush +310 U Urborg @Bryon Wackwitz +269 R Vaevictis Asmadi @Andi Rusu +125 C Vampire Bats @Anson Maddocks +83 C Venarian Gold @Daniel Gelon +41 U Visions @NéNé Thomas +298 R Voodoo Doll @Sandra Everingham +126 C Walking Dead @Dan Frazier +42 C Wall of Caltrops @Brian Snõddy +168 U Wall of Dust @Richard Thomas +169 C Wall of Earth @Richard Thomas +170 C Wall of Heat @Richard Thomas +43 U Wall of Light @Richard Thomas +171 R Wall of Opposition @Harold McNeill +127 U Wall of Putrid Flesh @Richard Thomas +128 C Wall of Shadows @Pete Venters +129 U Wall of Tombstones @Dan Frazier +84 C Wall of Vapor @Richard Thomas +85 U Wall of Wonder @Richard Thomas +211 U Whirling Dervish @Susan Van Camp +299 U White Mana Battery @Anthony S. Waters +212 R Willow Satyr @Jeff A. Menges +172 U Winds of Change @Justin Hampton +213 R Winter Blast @Kaja Foglio +214 C Wolverine Pack @Jeff A. Menges +215 R Wood Elemental @Brian Snõddy +270 R Xira Arien @Melissa A. Benson +86 C Zephyr Falcon @Heather Hudson [tokens] wasp diff --git a/forge-gui/res/editions/Legions Promos.txt b/forge-gui/res/editions/Legions Promos.txt index 1f73e620bac..59addb6c967 100644 --- a/forge-gui/res/editions/Legions Promos.txt +++ b/forge-gui/res/editions/Legions Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PLGN [cards] -126 R Feral Throwback +126 R Feral Throwback @Carl Critchlow diff --git a/forge-gui/res/editions/Legions.txt b/forge-gui/res/editions/Legions.txt index 9a43deddaf0..e4064ab0d4f 100644 --- a/forge-gui/res/editions/Legions.txt +++ b/forge-gui/res/editions/Legions.txt @@ -13,151 +13,151 @@ FoilAlwaysInCommonSlot=False ScryfallCode=LGN [cards] -2 U Akroma's Devoted -1 R Akroma, Angel of Wrath -59 U Aphetto Exterminator -30 C Aven Envoy -3 C Aven Redeemer -4 U Aven Warhawk -60 R Bane of the Living -5 R Beacon of Destiny -117 C Berserk Murlodont -88 U Blade Sliver -61 C Blood Celebrant -89 C Bloodstoke Howler -118 U Branchsnap Lorian -119 U Brontotherium -120 R Brood Sliver -121 R Caller of the Claw -122 U Canopy Crawler -6 R Celestial Gatekeeper -31 C Cephalid Pathmage -32 R Chromeshell Crab -90 R Clickslither -7 U Cloudreach Cavalry -62 U Corpse Harvester -33 C Covert Operative -91 C Crested Craghorn -34 U Crookclaw Elder -63 C Crypt Sliver -64 U Dark Supplicant -8 U Daru Mender -9 C Daru Sanctifier -10 C Daru Stinger -65 U Deathmark Prelate -11 R Defender of the Order -123 C Defiant Elf -12 C Deftblade Elite -35 R Dermoplasm -36 R Dreamborn Muse -66 R Drinker of Sorrow -67 C Dripping Dead -68 U Earthblighter -37 C Echo Tracer -124 R Elvish Soultiller -69 C Embalmed Brawler -125 U Enormous Baloth -13 R Essence Sliver -126 R Feral Throwback -92 C Flamewave Invoker -93 U Frenetic Raptor -38 C Fugitive Wizard -14 C Gempalm Avenger -94 U Gempalm Incinerator -70 C Gempalm Polluter -39 U Gempalm Sorcerer -127 U Gempalm Strider -71 R Ghastly Remains -40 C Glintwing Invoker -128 C Glowering Rogon -15 R Glowrider -95 U Goblin Assassin -96 U Goblin Clearcutter -97 U Goblin Dynamo -98 C Goblin Firebug -99 R Goblin Goon -100 C Goblin Grappler -101 C Goblin Lookout -72 C Goblin Turncoat -73 R Graveborn Muse -74 R Havoc Demon -75 R Hollow Specter -129 C Hundroog -102 C Hunter Sliver -103 R Imperial Hellkite -76 C Infernal Caretaker -41 C Keeneye Aven -42 R Keeper of the Nine Gales -104 R Kilnmouth Dragon -130 R Krosan Cloudscraper -131 C Krosan Vorine -105 R Lavaborn Muse -16 U Liege of the Axe -17 C Lowland Tracker -106 C Macetail Hystrodon -107 R Magma Sliver -43 U Master of the Veil -44 C Merchant of Secrets -45 C Mistform Seaswift -46 C Mistform Sliver -47 R Mistform Ultimus -48 U Mistform Wakecaster -132 C Nantuko Vigilante -133 C Needleshot Gourna -77 U Noxious Ghoul -134 C Patron of the Wild -78 R Phage the Untouchable -18 R Planar Guide -19 C Plated Sliver -135 R Primal Whisperer -49 U Primoc Escapee -136 C Quick Sliver -108 U Ridgetop Raptor -50 R Riptide Director -51 R Riptide Mangler -109 R Rockshard Elemental -137 U Root Sliver -79 R Scion of Darkness -138 R Seedborn Muse -110 C Shaleskin Plower -52 U Shifting Sliver -80 C Skinthinner -111 R Skirk Alarmist -112 U Skirk Drill Sergeant -113 C Skirk Marauder -114 C Skirk Outrider -81 C Smokespew Invoker -82 C Sootfeather Flock -83 U Spectral Sliver -20 C Starlight Invoker -21 U Stoic Champion -139 C Stonewood Invoker -22 R Sunstrike Legionnaire -23 U Swooping Talon -53 R Synapse Sliver -140 C Timberwatch Elf -141 U Totem Speaker -84 R Toxin Sliver -142 R Tribal Forcemage -115 R Unstable Hulk -143 R Vexing Beetle -85 C Vile Deacon -54 C Voidmage Apprentice -55 U Wall of Deceit -24 C Wall of Hope -116 U Warbreak Trumpeter -25 U Ward Sliver -56 U Warped Researcher -57 R Weaver of Lies -26 C Whipgrass Entangler -27 U White Knight -58 U Willbender -28 R Windborn Muse -29 C Wingbeat Warrior -144 U Wirewood Channeler -145 U Wirewood Hivemaster -86 U Withered Wretch -87 U Zombie Brute +2 U Akroma's Devoted @Dave Dorman +1 R Akroma, Angel of Wrath @Ron Spears +59 U Aphetto Exterminator @Scott M. Fischer +30 C Aven Envoy @Alex Horley-Orlandelli +3 C Aven Redeemer @Tim Hildebrandt +4 U Aven Warhawk @Glen Angus +60 R Bane of the Living @Justin Sweet +5 R Beacon of Destiny @Tim Hildebrandt +117 C Berserk Murlodont @Arnie Swekel +88 U Blade Sliver @David Martin +61 C Blood Celebrant @Ben Thompson +89 C Bloodstoke Howler @Christopher Moeller +118 U Branchsnap Lorian @Heather Hudson +119 U Brontotherium @Carl Critchlow +120 R Brood Sliver @Ron Spears +121 R Caller of the Claw @Matt Cavotta +122 U Canopy Crawler @Anthony S. Waters +6 R Celestial Gatekeeper @Christopher Moeller +31 C Cephalid Pathmage @Alex Horley-Orlandelli +32 R Chromeshell Crab @Ron Spencer +90 R Clickslither @Kev Walker +7 U Cloudreach Cavalry @Kev Walker +62 U Corpse Harvester @Mark Tedin +33 C Covert Operative @Kev Walker +91 C Crested Craghorn @Matt Cavotta +34 U Crookclaw Elder @Ron Spencer +63 C Crypt Sliver @Edward P. Beard, Jr. +64 U Dark Supplicant @Mark Zug +8 U Daru Mender @Ben Thompson +9 C Daru Sanctifier @Tony Szczudlo +10 C Daru Stinger @Greg Staples +65 U Deathmark Prelate @Tony Szczudlo +11 R Defender of the Order @Darrell Riche +123 C Defiant Elf @Pete Venters +12 C Deftblade Elite @Alan Pollack +35 R Dermoplasm @John Avon +36 R Dreamborn Muse @Kev Walker +66 R Drinker of Sorrow @Carl Critchlow +67 C Dripping Dead @Thomas M. Baxa +68 U Earthblighter @Alex Horley-Orlandelli +37 C Echo Tracer @Scott M. Fischer +124 R Elvish Soultiller @Ron Spears +69 C Embalmed Brawler @Justin Sweet +125 U Enormous Baloth @Mark Tedin +13 R Essence Sliver @Glen Angus +126 R Feral Throwback @Carl Critchlow +92 C Flamewave Invoker @Dave Dorman +93 U Frenetic Raptor @Daren Bader +38 C Fugitive Wizard @Jim Nelson +14 C Gempalm Avenger @Tim Hildebrandt +94 U Gempalm Incinerator @Luca Zontini +70 C Gempalm Polluter @Dany Orizio +39 U Gempalm Sorcerer @Greg Hildebrandt +127 U Gempalm Strider @Tim Hildebrandt +71 R Ghastly Remains @Edward P. Beard, Jr. +40 C Glintwing Invoker @Jim Nelson +128 C Glowering Rogon @Kev Walker +15 R Glowrider @Scott M. Fischer +95 U Goblin Assassin @Dave Dorman +96 U Goblin Clearcutter @Eric Peterson +97 U Goblin Dynamo @Ron Spencer +98 C Goblin Firebug @Christopher Moeller +99 R Goblin Goon @Greg Staples +100 C Goblin Grappler @Christopher Moeller +101 C Goblin Lookout @Jim Nelson +72 C Goblin Turncoat @Jim Nelson +73 R Graveborn Muse @Kev Walker +74 R Havoc Demon @Thomas M. Baxa +75 R Hollow Specter @rk post +129 C Hundroog @Wayne England +102 C Hunter Sliver @Kev Walker +103 R Imperial Hellkite @Matt Cavotta +76 C Infernal Caretaker @Christopher Moeller +41 C Keeneye Aven @Greg Hildebrandt +42 R Keeper of the Nine Gales @Jim Nelson +104 R Kilnmouth Dragon @Carl Critchlow +130 R Krosan Cloudscraper @Ron Spears +131 C Krosan Vorine @Carl Critchlow +105 R Lavaborn Muse @Brian Snõddy +16 U Liege of the Axe @Christopher Moeller +17 C Lowland Tracker @Brian Snõddy +106 C Macetail Hystrodon @Daren Bader +107 R Magma Sliver @Wayne England +43 U Master of the Veil @Ron Spears +44 C Merchant of Secrets @Greg Hildebrandt +45 C Mistform Seaswift @Dany Orizio +46 C Mistform Sliver @Ben Thompson +47 R Mistform Ultimus @Anthony S. Waters +48 U Mistform Wakecaster @Glen Angus +132 C Nantuko Vigilante @Alex Horley-Orlandelli +133 C Needleshot Gourna @Edward P. Beard, Jr. +77 U Noxious Ghoul @Luca Zontini +134 C Patron of the Wild @Dave Dorman +78 R Phage the Untouchable @Ron Spears +18 R Planar Guide @Eric Peterson +19 C Plated Sliver @Greg Staples +135 R Primal Whisperer @Greg Staples +49 U Primoc Escapee @Tony Szczudlo +136 C Quick Sliver @John Avon +108 U Ridgetop Raptor @Daren Bader +50 R Riptide Director @Scott M. Fischer +51 R Riptide Mangler @Arnie Swekel +109 R Rockshard Elemental @Anthony S. Waters +137 U Root Sliver @Matt Thompson +79 R Scion of Darkness @Mark Zug +138 R Seedborn Muse @Adam Rex +110 C Shaleskin Plower @Daren Bader +52 U Shifting Sliver @Darrell Riche +80 C Skinthinner @Dany Orizio +111 R Skirk Alarmist @Justin Sweet +112 U Skirk Drill Sergeant @Alex Horley-Orlandelli +113 C Skirk Marauder @Pete Venters +114 C Skirk Outrider @Greg Staples +81 C Smokespew Invoker @Thomas M. Baxa +82 C Sootfeather Flock @David Martin +83 U Spectral Sliver @Pete Venters +20 C Starlight Invoker @Glen Angus +21 U Stoic Champion @Greg Hildebrandt +139 C Stonewood Invoker @Eric Peterson +22 R Sunstrike Legionnaire @Mark Zug +23 U Swooping Talon @Mark Zug +53 R Synapse Sliver @Thomas M. Baxa +140 C Timberwatch Elf @Dave Dorman +141 U Totem Speaker @Darrell Riche +84 R Toxin Sliver @Lars Grant-West +142 R Tribal Forcemage @Greg Staples +115 R Unstable Hulk @Ron Spencer +143 R Vexing Beetle @Matt Thompson +85 C Vile Deacon @Matthew D. Wilson +54 C Voidmage Apprentice @Jim Nelson +55 U Wall of Deceit @John Avon +24 C Wall of Hope @David Martin +116 U Warbreak Trumpeter @Dany Orizio +25 U Ward Sliver @Pete Venters +56 U Warped Researcher @rk post +57 R Weaver of Lies @Luca Zontini +26 C Whipgrass Entangler @Ben Thompson +27 U White Knight @Edward P. Beard, Jr. +58 U Willbender @Eric Peterson +28 R Windborn Muse @Adam Rex +29 C Wingbeat Warrior @Kev Walker +144 U Wirewood Channeler @Alan Pollack +145 U Wirewood Hivemaster @Darrell Riche +86 U Withered Wretch @Tim Hildebrandt +87 U Zombie Brute @Greg Hildebrandt [tokens] c_1_1_sliver diff --git a/forge-gui/res/editions/Limited Edition Alpha.txt b/forge-gui/res/editions/Limited Edition Alpha.txt index 3d54ec9e0d1..35fe19ddf66 100644 --- a/forge-gui/res/editions/Limited Edition Alpha.txt +++ b/forge-gui/res/editions/Limited Edition Alpha.txt @@ -11,301 +11,301 @@ Foil=NotSupported ScryfallCode=LEA [cards] -46 U Air Elemental -47 R Ancestral Recall -48 U Animate Artifact -92 U Animate Dead -1 R Animate Wall -230 R Ankh of Mishra -2 R Armageddon -184 R Aspect of Wolf -93 R Bad Moon -277 R Badlands -3 R Balance -231 U Basalt Monolith -278 R Bayou -4 C Benalish Hero -185 U Berserk -186 R Birds of Paradise -94 U Black Knight -232 R Black Lotus -233 U Black Vise -5 U Black Ward -6 R Blaze of Glory -7 R Blessing -49 C Blue Elemental Blast -8 U Blue Ward -95 U Bog Wraith -50 R Braingeyser -138 U Burrowing -187 U Camouflage -9 U Castle -234 U Celestial Prism -188 U Channel -235 R Chaos Orb -139 R Chaoslace -10 C Circle of Protection: Blue -11 C Circle of Protection: Green -12 C Circle of Protection: Red -13 C Circle of Protection: White -236 R Clockwork Beast -51 U Clone -189 R Cockatrice -14 U Consecrate Land -237 U Conservator -96 R Contract from Below -52 U Control Magic -15 U Conversion -238 U Copper Tablet -53 R Copy Artifact -54 U Counterspell -190 C Craw Wurm -55 C Creature Bond -16 R Crusade -239 U Crystal Rod -97 U Cursed Land -240 R Cyclopean Tomb -98 C Dark Ritual -99 R Darkpact -17 C Death Ward -100 U Deathgrip -101 R Deathlace -102 R Demonic Attorney -103 R Demonic Hordes -104 U Demonic Tutor -241 R Dingus Egg -18 C Disenchant -140 C Disintegrate -242 R Disrupting Scepter -141 U Dragon Whelp -105 C Drain Life -56 R Drain Power -106 C Drudge Skeletons -142 U Dwarven Demolition Team -143 C Dwarven Warriors -144 U Earth Elemental -145 C Earthbind -146 R Earthquake -191 R Elvish Archers -107 U Evil Presence -147 C False Orders -19 R Farmstead -192 R Fastbond -108 C Fear -57 U Feedback -148 U Fire Elemental -149 C Fireball -150 C Firebreathing -151 U Flashfires -58 C Flight -193 C Fog -194 R Force of Nature -243 R Forcefield -294 L Forest -295 L Forest -152 R Fork -109 C Frozen Shade -195 R Fungusaur -196 R Gaea's Liege -244 R Gauntlet of Might -197 C Giant Growth -198 C Giant Spider -245 U Glasses of Urza -110 U Gloom -153 U Goblin Balloon Brigade -154 R Goblin King -155 R Granite Gargoyle -156 C Gray Ogre -20 U Green Ward -199 C Grizzly Bears -21 C Guardian Angel -22 C Healing Salve -246 R Helm of Chatzuk -157 C Hill Giant -23 C Holy Armor -24 C Holy Strength -111 C Howl from Beyond -247 R Howling Mine -158 C Hurloon Minotaur -200 U Hurricane -112 U Hypnotic Specter -201 U Ice Storm -248 U Icy Manipulator -249 R Illusionary Mask -202 U Instill Energy -59 C Invisibility -250 U Iron Star -159 C Ironclaw Orcs -203 C Ironroot Treefolk -288 L Island -289 L Island -25 R Island Sanctuary -251 U Ivory Cup -252 R Jade Monolith -253 U Jade Statue -254 R Jayemdae Tome -255 U Juggernaut -60 C Jump -26 U Karma -160 U Keldon Warlord -256 R Kormus Bell -204 R Kudzu -27 U Lance -205 U Ley Druid -257 U Library of Leng -113 R Lich -206 U Lifeforce -207 R Lifelace -61 U Lifetap -161 C Lightning Bolt -208 R Living Artifact -209 R Living Lands -258 U Living Wall -210 C Llanowar Elves -62 R Lord of Atlantis -114 R Lord of the Pit -211 U Lure -63 R Magical Hack -64 R Mahamoti Djinn -162 R Mana Flare -65 R Mana Short -259 R Mana Vault -163 R Manabarbs -260 R Meekstone -66 C Merfolk of the Pearl Trident -28 C Mesa Pegasus -115 R Mind Twist -164 C Mons's Goblin Raiders -292 L Mountain -293 L Mountain -261 R Mox Emerald -262 R Mox Jet -263 R Mox Pearl -264 R Mox Ruby -265 R Mox Sapphire -212 R Natural Selection -116 R Nether Shadow -117 U Nettling Imp -266 R Nevinyrral's Disk -118 R Nightmare -29 R Northern Paladin -267 U Obsianus Golem -165 U Orcish Artillery -166 U Orcish Oriflamme -119 C Paralyze -30 C Pearled Unicorn -31 R Personal Incarnation -120 C Pestilence -67 U Phantasmal Forces -68 C Phantasmal Terrain -69 U Phantom Monster -70 R Pirate Ship -121 C Plague Rats -286 L Plains -287 L Plains -279 R Plateau -71 C Power Leak -72 C Power Sink -167 R Power Surge -73 C Prodigal Sorcerer -74 U Psionic Blast -75 C Psychic Venom -32 R Purelace -168 R Raging River -122 C Raise Dead -169 C Red Elemental Blast -33 U Red Ward -213 C Regeneration -214 U Regrowth -34 U Resurrection -35 R Reverse Damage -36 R Righteousness -170 R Roc of Kher Ridges -171 R Rock Hydra -268 U Rod of Ruin -123 R Royal Assassin -124 U Sacrifice -37 C Samite Healer -280 R Savannah -38 R Savannah Lions -125 C Scathe Zombies -126 U Scavenging Ghoul -281 R Scrubland -215 C Scryb Sprites -76 C Sea Serpent -172 R Sedge Troll -127 U Sengir Vampire -39 U Serra Angel -216 C Shanodin Dryads -173 C Shatter -174 R Shivan Dragon -128 U Simulacrum -129 C Sinkhole -77 U Siren's Call -78 R Sleight of Mind -175 R Smoke -269 U Sol Ring -270 U Soul Net -79 C Spell Blast -80 R Stasis -81 U Steal Artifact -176 U Stone Giant -177 C Stone Rain -217 C Stream of Life -271 R Sunglasses of Urza -290 L Swamp -291 L Swamp -40 U Swords to Plowshares -282 R Taiga -130 C Terror -272 R The Hive -218 U Thicket Basilisk -82 R Thoughtlace -273 U Throne of Bone -219 R Timber Wolves -274 R Time Vault -83 R Time Walk -84 R Timetwister -220 C Tranquility -283 R Tropical Island -221 U Tsunami -284 R Tundra -178 U Tunnel -85 C Twiddle -179 R Two-Headed Giant of Foriys -285 R Underground Sea -131 C Unholy Strength -86 C Unsummon -180 U Uthden Troll -222 R Verduran Enchantress -87 R Vesuvan Doppelganger -41 R Veteran Bodyguard -88 R Volcanic Eruption -89 U Wall of Air -132 U Wall of Bone -223 U Wall of Brambles -181 U Wall of Fire -224 U Wall of Ice -182 U Wall of Stone -42 U Wall of Swords -90 U Wall of Water -225 C Wall of Wood -226 U Wanderlust -227 C War Mammoth -133 R Warp Artifact -91 U Water Elemental -134 C Weakness -228 R Web -183 R Wheel of Fortune -43 U White Knight -44 U White Ward -229 C Wild Growth -135 R Will-o'-the-Wisp -275 R Winter Orb -276 U Wooden Sphere -136 R Word of Command -45 R Wrath of God -137 R Zombie Master +46 U Air Elemental @Richard Thomas +47 R Ancestral Recall @Mark Poole +48 U Animate Artifact @Douglas Shuler +92 U Animate Dead @Anson Maddocks +1 R Animate Wall @Dan Frazier +230 R Ankh of Mishra @Amy Weber +2 R Armageddon @Jesper Myrfors +184 R Aspect of Wolf @Jeff A. Menges +93 R Bad Moon @Jesper Myrfors +277 R Badlands @Rob Alexander +3 R Balance @Mark Poole +231 U Basalt Monolith @Jesper Myrfors +278 R Bayou @Jesper Myrfors +4 C Benalish Hero @Douglas Shuler +185 U Berserk @Dan Frazier +186 R Birds of Paradise @Mark Poole +94 U Black Knight @Jeff A. Menges +232 R Black Lotus @Christopher Rush +233 U Black Vise @Richard Thomas +5 U Black Ward @Dan Frazier +6 R Blaze of Glory @Richard Thomas +7 R Blessing @Julie Baroh +49 C Blue Elemental Blast @Richard Thomas +8 U Blue Ward @Dan Frazier +95 U Bog Wraith @Jeff A. Menges +50 R Braingeyser @Mark Tedin +138 U Burrowing @Mark Poole +187 U Camouflage @Jesper Myrfors +9 U Castle @Dameon Willich +234 U Celestial Prism @Amy Weber +188 U Channel @Richard Thomas +235 R Chaos Orb @Mark Tedin +139 R Chaoslace @Dameon Willich +10 C Circle of Protection: Blue @Dameon Willich +11 C Circle of Protection: Green @Sandra Everingham +12 C Circle of Protection: Red @Mark Tedin +13 C Circle of Protection: White @Douglas Shuler +236 R Clockwork Beast @Drew Tucker +51 U Clone @Julie Baroh +189 R Cockatrice @Dan Frazier +14 U Consecrate Land @Jeff A. Menges +237 U Conservator @Amy Weber +96 R Contract from Below @Douglas Shuler +52 U Control Magic @Dameon Willich +15 U Conversion @Jesper Myrfors +238 U Copper Tablet @Amy Weber +53 R Copy Artifact @Amy Weber +54 U Counterspell @Mark Poole +190 C Craw Wurm @Daniel Gelon +55 C Creature Bond @Anson Maddocks +16 R Crusade @Mark Poole +239 U Crystal Rod @Amy Weber +97 U Cursed Land @Jesper Myrfors +240 R Cyclopean Tomb @Anson Maddocks +98 C Dark Ritual @Sandra Everingham +99 R Darkpact @Quinton Hoover +17 C Death Ward @Mark Poole +100 U Deathgrip @Anson Maddocks +101 R Deathlace @Sandra Everingham +102 R Demonic Attorney @Daniel Gelon +103 R Demonic Hordes @Jesper Myrfors +104 U Demonic Tutor @Douglas Shuler +241 R Dingus Egg @Dan Frazier +18 C Disenchant @Amy Weber +140 C Disintegrate @Anson Maddocks +242 R Disrupting Scepter @Dan Frazier +141 U Dragon Whelp @Amy Weber +105 C Drain Life @Douglas Shuler +56 R Drain Power @Douglas Shuler +106 C Drudge Skeletons @Sandra Everingham +142 U Dwarven Demolition Team @Kev Brockschmidt +143 C Dwarven Warriors @Douglas Shuler +144 U Earth Elemental @Dan Frazier +145 C Earthbind @Quinton Hoover +146 R Earthquake @Dan Frazier +191 R Elvish Archers @Anson Maddocks +107 U Evil Presence @Sandra Everingham +147 C False Orders @Anson Maddocks +19 R Farmstead @Mark Poole +192 R Fastbond @Mark Poole +108 C Fear @Mark Poole +57 U Feedback @Quinton Hoover +148 U Fire Elemental @Melissa A. Benson +149 C Fireball @Mark Tedin +150 C Firebreathing @Dan Frazier +151 U Flashfires @Dameon Willich +58 C Flight @Anson Maddocks +193 C Fog @Jesper Myrfors +194 R Force of Nature @Douglas Shuler +243 R Forcefield @Dan Frazier +294 L Forest @Christopher Rush +295 L Forest @Christopher Rush +152 R Fork @Amy Weber +109 C Frozen Shade @Douglas Shuler +195 R Fungusaur @Daniel Gelon +196 R Gaea's Liege @Dameon Willich +244 R Gauntlet of Might @Christopher Rush +197 C Giant Growth @Sandra Everingham +198 C Giant Spider @Sandra Everingham +245 U Glasses of Urza @Douglas Shuler +110 U Gloom @Dan Frazier +153 U Goblin Balloon Brigade @Andi Rusu +154 R Goblin King @Jesper Myrfors +155 R Granite Gargoyle @Christopher Rush +156 C Gray Ogre @Dan Frazier +20 U Green Ward @Dan Frazier +199 C Grizzly Bears @Jeff A. Menges +21 C Guardian Angel @Anson Maddocks +22 C Healing Salve @Dan Frazier +246 R Helm of Chatzuk @Mark Tedin +157 C Hill Giant @Dan Frazier +23 C Holy Armor @Melissa A. Benson +24 C Holy Strength @Anson Maddocks +111 C Howl from Beyond @Mark Poole +247 R Howling Mine @Mark Poole +158 C Hurloon Minotaur @Anson Maddocks +200 U Hurricane @Dameon Willich +112 U Hypnotic Specter @Douglas Shuler +201 U Ice Storm @Dan Frazier +248 U Icy Manipulator @Douglas Shuler +249 R Illusionary Mask @Amy Weber +202 U Instill Energy @Dameon Willich +59 C Invisibility @Anson Maddocks +250 U Iron Star @Dan Frazier +159 C Ironclaw Orcs @Anson Maddocks +203 C Ironroot Treefolk @Jesper Myrfors +288 L Island @Mark Poole +289 L Island @Mark Poole +25 R Island Sanctuary @Mark Poole +251 U Ivory Cup @Anson Maddocks +252 R Jade Monolith @Anson Maddocks +253 U Jade Statue @Dan Frazier +254 R Jayemdae Tome @Mark Tedin +255 U Juggernaut @Dan Frazier +60 C Jump @Mark Poole +26 U Karma @Richard Thomas +160 U Keldon Warlord @Kev Brockschmidt +256 R Kormus Bell @Christopher Rush +204 R Kudzu @Mark Poole +27 U Lance @Rob Alexander +205 U Ley Druid @Sandra Everingham +257 U Library of Leng @Daniel Gelon +113 R Lich @Daniel Gelon +206 U Lifeforce @Dameon Willich +207 R Lifelace @Amy Weber +61 U Lifetap @Anson Maddocks +161 C Lightning Bolt @Christopher Rush +208 R Living Artifact @Anson Maddocks +209 R Living Lands @Jesper Myrfors +258 U Living Wall @Anson Maddocks +210 C Llanowar Elves @Anson Maddocks +62 R Lord of Atlantis @Melissa A. Benson +114 R Lord of the Pit @Mark Tedin +211 U Lure @Anson Maddocks +63 R Magical Hack @Julie Baroh +64 R Mahamoti Djinn @Dan Frazier +162 R Mana Flare @Christopher Rush +65 R Mana Short @Dameon Willich +259 R Mana Vault @Mark Tedin +163 R Manabarbs @Christopher Rush +260 R Meekstone @Quinton Hoover +66 C Merfolk of the Pearl Trident @Jeff A. Menges +28 C Mesa Pegasus @Melissa A. Benson +115 R Mind Twist @Julie Baroh +164 C Mons's Goblin Raiders @Jeff A. Menges +292 L Mountain @Douglas Shuler +293 L Mountain @Douglas Shuler +261 R Mox Emerald @Dan Frazier +262 R Mox Jet @Dan Frazier +263 R Mox Pearl @Dan Frazier +264 R Mox Ruby @Dan Frazier +265 R Mox Sapphire @Dan Frazier +212 R Natural Selection @Mark Poole +116 R Nether Shadow @Christopher Rush +117 U Nettling Imp @Quinton Hoover +266 R Nevinyrral's Disk @Mark Tedin +118 R Nightmare @Melissa A. Benson +29 R Northern Paladin @Douglas Shuler +267 U Obsianus Golem @Jesper Myrfors +165 U Orcish Artillery @Anson Maddocks +166 U Orcish Oriflamme @Dan Frazier +119 C Paralyze @Anson Maddocks +30 C Pearled Unicorn @Cornelius Brudi +31 R Personal Incarnation @Kev Brockschmidt +120 C Pestilence @Jesper Myrfors +67 U Phantasmal Forces @Mark Poole +68 C Phantasmal Terrain @Dameon Willich +69 U Phantom Monster @Jesper Myrfors +70 R Pirate Ship @Tom Wänerstrand +121 C Plague Rats @Anson Maddocks +286 L Plains @Jesper Myrfors +287 L Plains @Jesper Myrfors +279 R Plateau @Drew Tucker +71 C Power Leak @Drew Tucker +72 C Power Sink @Richard Thomas +167 R Power Surge @Douglas Shuler +73 C Prodigal Sorcerer @Douglas Shuler +74 U Psionic Blast @Douglas Shuler +75 C Psychic Venom @Brian Snõddy +32 R Purelace @Sandra Everingham +168 R Raging River @Sandra Everingham +122 C Raise Dead @Jeff A. Menges +169 C Red Elemental Blast @Richard Thomas +33 U Red Ward @Dan Frazier +213 C Regeneration @Quinton Hoover +214 U Regrowth @Dameon Willich +34 U Resurrection @Dan Frazier +35 R Reverse Damage @Dameon Willich +36 R Righteousness @Douglas Shuler +170 R Roc of Kher Ridges @Andi Rusu +171 R Rock Hydra @Jeff A. Menges +268 U Rod of Ruin @Christopher Rush +123 R Royal Assassin @Tom Wänerstrand +124 U Sacrifice @Dan Frazier +37 C Samite Healer @Tom Wänerstrand +280 R Savannah @Rob Alexander +38 R Savannah Lions @Daniel Gelon +125 C Scathe Zombies @Jesper Myrfors +126 U Scavenging Ghoul @Jeff A. Menges +281 R Scrubland @Jesper Myrfors +215 C Scryb Sprites @Amy Weber +76 C Sea Serpent @Jeff A. Menges +172 R Sedge Troll @Dan Frazier +127 U Sengir Vampire @Anson Maddocks +39 U Serra Angel @Douglas Shuler +216 C Shanodin Dryads @Anson Maddocks +173 C Shatter @Amy Weber +174 R Shivan Dragon @Melissa A. Benson +128 U Simulacrum @Mark Poole +129 C Sinkhole @Sandra Everingham +77 U Siren's Call @Anson Maddocks +78 R Sleight of Mind @Mark Poole +175 R Smoke @Jesper Myrfors +269 U Sol Ring @Mark Tedin +270 U Soul Net @Dameon Willich +79 C Spell Blast @Brian Snõddy +80 R Stasis @Fay Jones +81 U Steal Artifact @Amy Weber +176 U Stone Giant @Dameon Willich +177 C Stone Rain @Daniel Gelon +217 C Stream of Life @Mark Poole +271 R Sunglasses of Urza @Dan Frazier +290 L Swamp @Dan Frazier +291 L Swamp @Dan Frazier +40 U Swords to Plowshares @Jeff A. Menges +282 R Taiga @Rob Alexander +130 C Terror @Ron Spencer +272 R The Hive @Sandra Everingham +218 U Thicket Basilisk @Dan Frazier +82 R Thoughtlace @Mark Poole +273 U Throne of Bone @Anson Maddocks +219 R Timber Wolves @Melissa A. Benson +274 R Time Vault @Mark Tedin +83 R Time Walk @Amy Weber +84 R Timetwister @Mark Tedin +220 C Tranquility @Douglas Shuler +283 R Tropical Island @Jesper Myrfors +221 U Tsunami @Richard Thomas +284 R Tundra @Jesper Myrfors +178 U Tunnel @Dan Frazier +85 C Twiddle @Rob Alexander +179 R Two-Headed Giant of Foriys @Anson Maddocks +285 R Underground Sea @Rob Alexander +131 C Unholy Strength @Douglas Shuler +86 C Unsummon @Douglas Shuler +180 U Uthden Troll @Douglas Shuler +222 R Verduran Enchantress @Kev Brockschmidt +87 R Vesuvan Doppelganger @Quinton Hoover +41 R Veteran Bodyguard @Douglas Shuler +88 R Volcanic Eruption @Douglas Shuler +89 U Wall of Air @Richard Thomas +132 U Wall of Bone @Anson Maddocks +223 U Wall of Brambles @Anson Maddocks +181 U Wall of Fire @Richard Thomas +224 U Wall of Ice @Richard Thomas +182 U Wall of Stone @Dan Frazier +42 U Wall of Swords @Mark Tedin +90 U Wall of Water @Richard Thomas +225 C Wall of Wood @Mark Tedin +226 U Wanderlust @Cornelius Brudi +227 C War Mammoth @Jeff A. Menges +133 R Warp Artifact @Amy Weber +91 U Water Elemental @Jeff A. Menges +134 C Weakness @Douglas Shuler +228 R Web @Rob Alexander +183 R Wheel of Fortune @Daniel Gelon +43 U White Knight @Daniel Gelon +44 U White Ward @Dan Frazier +229 C Wild Growth @Mark Poole +135 R Will-o'-the-Wisp @Jesper Myrfors +275 R Winter Orb @Mark Tedin +276 U Wooden Sphere @Mark Tedin +136 R Word of Command @Jesper Myrfors +45 R Wrath of God @Quinton Hoover +137 R Zombie Master @Jeff A. Menges [tokens] wasp diff --git a/forge-gui/res/editions/Limited Edition Beta.txt b/forge-gui/res/editions/Limited Edition Beta.txt index 73f989bcc2c..29b3d7d398c 100644 --- a/forge-gui/res/editions/Limited Edition Beta.txt +++ b/forge-gui/res/editions/Limited Edition Beta.txt @@ -12,308 +12,308 @@ ChaosDraftThemes=CORE_SET ScryfallCode=LEB [cards] -47 U Air Elemental -48 R Ancestral Recall -49 U Animate Artifact -93 U Animate Dead -1 R Animate Wall -231 R Ankh of Mishra -2 R Armageddon -185 R Aspect of Wolf -94 R Bad Moon -278 R Badlands -3 R Balance -232 U Basalt Monolith -279 R Bayou -4 C Benalish Hero -186 U Berserk -187 R Birds of Paradise -95 U Black Knight -233 R Black Lotus -234 U Black Vise -5 U Black Ward -6 R Blaze of Glory -7 R Blessing -50 C Blue Elemental Blast -8 U Blue Ward -96 U Bog Wraith -51 R Braingeyser -139 U Burrowing -188 U Camouflage -9 U Castle -235 U Celestial Prism -189 U Channel -236 R Chaos Orb -140 R Chaoslace -10 C Circle of Protection: Black -11 C Circle of Protection: Blue -12 C Circle of Protection: Green -13 C Circle of Protection: Red -14 C Circle of Protection: White -237 R Clockwork Beast -52 U Clone -190 R Cockatrice -15 U Consecrate Land -238 U Conservator -97 R Contract from Below -53 U Control Magic -16 U Conversion -239 U Copper Tablet -54 R Copy Artifact -55 U Counterspell -191 C Craw Wurm -56 C Creature Bond -17 R Crusade -240 U Crystal Rod -98 U Cursed Land -241 R Cyclopean Tomb -99 C Dark Ritual -100 R Darkpact -18 C Death Ward -101 U Deathgrip -102 R Deathlace -103 R Demonic Attorney -104 R Demonic Hordes -105 U Demonic Tutor -242 R Dingus Egg -19 C Disenchant -141 C Disintegrate -243 R Disrupting Scepter -142 U Dragon Whelp -106 C Drain Life -57 R Drain Power -107 C Drudge Skeletons -143 U Dwarven Demolition Team -144 C Dwarven Warriors -145 U Earth Elemental -146 C Earthbind -147 R Earthquake -192 R Elvish Archers -108 U Evil Presence -148 C False Orders -20 R Farmstead -193 R Fastbond -109 C Fear -58 U Feedback -149 U Fire Elemental -150 C Fireball -151 C Firebreathing -152 U Flashfires -59 C Flight -194 C Fog -195 R Force of Nature -244 R Forcefield -300 L Forest -301 L Forest -302 L Forest -153 R Fork -110 C Frozen Shade -196 R Fungusaur -197 R Gaea's Liege -245 R Gauntlet of Might -198 C Giant Growth -199 C Giant Spider -246 U Glasses of Urza -111 U Gloom -154 U Goblin Balloon Brigade -155 R Goblin King -156 R Granite Gargoyle -157 C Gray Ogre -21 U Green Ward -200 C Grizzly Bears -22 C Guardian Angel -23 C Healing Salve -247 R Helm of Chatzuk -158 C Hill Giant -24 C Holy Armor -25 C Holy Strength -112 C Howl from Beyond -248 R Howling Mine -159 C Hurloon Minotaur -201 U Hurricane -113 U Hypnotic Specter -202 U Ice Storm -249 U Icy Manipulator -250 R Illusionary Mask -203 U Instill Energy -60 C Invisibility -251 U Iron Star -160 C Ironclaw Orcs -204 C Ironroot Treefolk -291 L Island -292 L Island -293 L Island -26 R Island Sanctuary -252 U Ivory Cup -253 R Jade Monolith -254 U Jade Statue -255 R Jayemdae Tome -256 U Juggernaut -61 C Jump -27 U Karma -161 U Keldon Warlord -257 R Kormus Bell -205 R Kudzu -28 U Lance -206 U Ley Druid -258 U Library of Leng -114 R Lich -207 U Lifeforce -208 R Lifelace -62 U Lifetap -162 C Lightning Bolt -209 R Living Artifact -210 R Living Lands -259 U Living Wall -211 C Llanowar Elves -63 R Lord of Atlantis -115 R Lord of the Pit -212 U Lure -64 R Magical Hack -65 R Mahamoti Djinn -163 R Mana Flare -66 R Mana Short -260 R Mana Vault -164 R Manabarbs -261 R Meekstone -67 C Merfolk of the Pearl Trident -29 C Mesa Pegasus -116 R Mind Twist -165 C Mons's Goblin Raiders -297 L Mountain -298 L Mountain -299 L Mountain -262 R Mox Emerald -263 R Mox Jet -264 R Mox Pearl -265 R Mox Ruby -266 R Mox Sapphire -213 R Natural Selection -117 R Nether Shadow -118 U Nettling Imp -267 R Nevinyrral's Disk -119 R Nightmare -30 R Northern Paladin -268 U Obsianus Golem -166 U Orcish Artillery -167 U Orcish Oriflamme -120 C Paralyze -31 C Pearled Unicorn -32 R Personal Incarnation -121 C Pestilence -68 U Phantasmal Forces -69 C Phantasmal Terrain -70 U Phantom Monster -71 R Pirate Ship -122 C Plague Rats -288 L Plains -289 L Plains -290 L Plains -280 R Plateau -72 C Power Leak -73 C Power Sink -168 R Power Surge -74 C Prodigal Sorcerer -75 U Psionic Blast -76 C Psychic Venom -33 R Purelace -169 R Raging River -123 C Raise Dead -170 C Red Elemental Blast -34 U Red Ward -214 C Regeneration -215 U Regrowth -35 U Resurrection -36 R Reverse Damage -37 R Righteousness -171 R Roc of Kher Ridges -172 R Rock Hydra -269 U Rod of Ruin -124 R Royal Assassin -125 U Sacrifice -38 C Samite Healer -281 R Savannah -39 R Savannah Lions -126 C Scathe Zombies -127 U Scavenging Ghoul -282 R Scrubland -216 C Scryb Sprites -77 C Sea Serpent -173 R Sedge Troll -128 U Sengir Vampire -40 U Serra Angel -217 C Shanodin Dryads -174 C Shatter -175 R Shivan Dragon -129 U Simulacrum -130 C Sinkhole -78 U Siren's Call -79 R Sleight of Mind -176 R Smoke -270 U Sol Ring -271 U Soul Net -80 C Spell Blast -81 R Stasis -82 U Steal Artifact -177 U Stone Giant -178 C Stone Rain -218 C Stream of Life -272 R Sunglasses of Urza -294 L Swamp -295 L Swamp -296 L Swamp -41 U Swords to Plowshares -283 R Taiga -131 C Terror -273 R The Hive -219 U Thicket Basilisk -83 R Thoughtlace -274 U Throne of Bone -220 R Timber Wolves -275 R Time Vault -84 R Time Walk -85 R Timetwister -221 C Tranquility -284 R Tropical Island -222 U Tsunami -285 R Tundra -179 U Tunnel -86 C Twiddle -180 R Two-Headed Giant of Foriys -286 R Underground Sea -132 C Unholy Strength -87 C Unsummon -181 U Uthden Troll -223 R Verduran Enchantress -88 R Vesuvan Doppelganger -42 R Veteran Bodyguard -89 R Volcanic Eruption -287 R Volcanic Island -90 U Wall of Air -133 U Wall of Bone -224 U Wall of Brambles -182 U Wall of Fire -225 U Wall of Ice -183 U Wall of Stone -43 U Wall of Swords -91 U Wall of Water -226 C Wall of Wood -227 U Wanderlust -228 C War Mammoth -134 R Warp Artifact -92 U Water Elemental -135 C Weakness -229 R Web -184 R Wheel of Fortune -44 U White Knight -45 U White Ward -230 C Wild Growth -136 R Will-o'-the-Wisp -276 R Winter Orb -277 U Wooden Sphere -137 R Word of Command -46 R Wrath of God -138 R Zombie Master +47 U Air Elemental @Richard Thomas +48 R Ancestral Recall @Mark Poole +49 U Animate Artifact @Douglas Shuler +93 U Animate Dead @Anson Maddocks +1 R Animate Wall @Dan Frazier +231 R Ankh of Mishra @Amy Weber +2 R Armageddon @Jesper Myrfors +185 R Aspect of Wolf @Jeff A. Menges +94 R Bad Moon @Jesper Myrfors +278 R Badlands @Rob Alexander +3 R Balance @Mark Poole +232 U Basalt Monolith @Jesper Myrfors +279 R Bayou @Jesper Myrfors +4 C Benalish Hero @Douglas Shuler +186 U Berserk @Dan Frazier +187 R Birds of Paradise @Mark Poole +95 U Black Knight @Jeff A. Menges +233 R Black Lotus @Christopher Rush +234 U Black Vise @Richard Thomas +5 U Black Ward @Dan Frazier +6 R Blaze of Glory @Richard Thomas +7 R Blessing @Julie Baroh +50 C Blue Elemental Blast @Richard Thomas +8 U Blue Ward @Dan Frazier +96 U Bog Wraith @Jeff A. Menges +51 R Braingeyser @Mark Tedin +139 U Burrowing @Mark Poole +188 U Camouflage @Jesper Myrfors +9 U Castle @Dameon Willich +235 U Celestial Prism @Amy Weber +189 U Channel @Richard Thomas +236 R Chaos Orb @Mark Tedin +140 R Chaoslace @Dameon Willich +10 C Circle of Protection: Black @Jesper Myrfors +11 C Circle of Protection: Blue @Dameon Willich +12 C Circle of Protection: Green @Sandra Everingham +13 C Circle of Protection: Red @Mark Tedin +14 C Circle of Protection: White @Douglas Shuler +237 R Clockwork Beast @Drew Tucker +52 U Clone @Julie Baroh +190 R Cockatrice @Dan Frazier +15 U Consecrate Land @Jeff A. Menges +238 U Conservator @Amy Weber +97 R Contract from Below @Douglas Shuler +53 U Control Magic @Dameon Willich +16 U Conversion @Jesper Myrfors +239 U Copper Tablet @Amy Weber +54 R Copy Artifact @Amy Weber +55 U Counterspell @Mark Poole +191 C Craw Wurm @Daniel Gelon +56 C Creature Bond @Anson Maddocks +17 R Crusade @Mark Poole +240 U Crystal Rod @Amy Weber +98 U Cursed Land @Jesper Myrfors +241 R Cyclopean Tomb @Anson Maddocks +99 C Dark Ritual @Sandra Everingham +100 R Darkpact @Quinton Hoover +18 C Death Ward @Mark Poole +101 U Deathgrip @Anson Maddocks +102 R Deathlace @Sandra Everingham +103 R Demonic Attorney @Daniel Gelon +104 R Demonic Hordes @Jesper Myrfors +105 U Demonic Tutor @Douglas Shuler +242 R Dingus Egg @Dan Frazier +19 C Disenchant @Amy Weber +141 C Disintegrate @Anson Maddocks +243 R Disrupting Scepter @Dan Frazier +142 U Dragon Whelp @Amy Weber +106 C Drain Life @Douglas Shuler +57 R Drain Power @Douglas Shuler +107 C Drudge Skeletons @Sandra Everingham +143 U Dwarven Demolition Team @Kev Brockschmidt +144 C Dwarven Warriors @Douglas Shuler +145 U Earth Elemental @Dan Frazier +146 C Earthbind @Quinton Hoover +147 R Earthquake @Dan Frazier +192 R Elvish Archers @Anson Maddocks +108 U Evil Presence @Sandra Everingham +148 C False Orders @Anson Maddocks +20 R Farmstead @Mark Poole +193 R Fastbond @Mark Poole +109 C Fear @Mark Poole +58 U Feedback @Quinton Hoover +149 U Fire Elemental @Melissa A. Benson +150 C Fireball @Mark Tedin +151 C Firebreathing @Dan Frazier +152 U Flashfires @Dameon Willich +59 C Flight @Anson Maddocks +194 C Fog @Jesper Myrfors +195 R Force of Nature @Douglas Shuler +244 R Forcefield @Dan Frazier +300 L Forest @Christopher Rush +301 L Forest @Christopher Rush +302 L Forest @Christopher Rush +153 R Fork @Amy Weber +110 C Frozen Shade @Douglas Shuler +196 R Fungusaur @Daniel Gelon +197 R Gaea's Liege @Dameon Willich +245 R Gauntlet of Might @Christopher Rush +198 C Giant Growth @Sandra Everingham +199 C Giant Spider @Sandra Everingham +246 U Glasses of Urza @Douglas Shuler +111 U Gloom @Dan Frazier +154 U Goblin Balloon Brigade @Andi Rusu +155 R Goblin King @Jesper Myrfors +156 R Granite Gargoyle @Christopher Rush +157 C Gray Ogre @Dan Frazier +21 U Green Ward @Dan Frazier +200 C Grizzly Bears @Jeff A. Menges +22 C Guardian Angel @Anson Maddocks +23 C Healing Salve @Dan Frazier +247 R Helm of Chatzuk @Mark Tedin +158 C Hill Giant @Dan Frazier +24 C Holy Armor @Melissa A. Benson +25 C Holy Strength @Anson Maddocks +112 C Howl from Beyond @Mark Poole +248 R Howling Mine @Mark Poole +159 C Hurloon Minotaur @Anson Maddocks +201 U Hurricane @Dameon Willich +113 U Hypnotic Specter @Douglas Shuler +202 U Ice Storm @Dan Frazier +249 U Icy Manipulator @Douglas Shuler +250 R Illusionary Mask @Amy Weber +203 U Instill Energy @Dameon Willich +60 C Invisibility @Anson Maddocks +251 U Iron Star @Dan Frazier +160 C Ironclaw Orcs @Anson Maddocks +204 C Ironroot Treefolk @Jesper Myrfors +291 L Island @Mark Poole +292 L Island @Mark Poole +293 L Island @Mark Poole +26 R Island Sanctuary @Mark Poole +252 U Ivory Cup @Anson Maddocks +253 R Jade Monolith @Anson Maddocks +254 U Jade Statue @Dan Frazier +255 R Jayemdae Tome @Mark Tedin +256 U Juggernaut @Dan Frazier +61 C Jump @Mark Poole +27 U Karma @Richard Thomas +161 U Keldon Warlord @Kev Brockschmidt +257 R Kormus Bell @Christopher Rush +205 R Kudzu @Mark Poole +28 U Lance @Rob Alexander +206 U Ley Druid @Sandra Everingham +258 U Library of Leng @Daniel Gelon +114 R Lich @Daniel Gelon +207 U Lifeforce @Dameon Willich +208 R Lifelace @Amy Weber +62 U Lifetap @Anson Maddocks +162 C Lightning Bolt @Christopher Rush +209 R Living Artifact @Anson Maddocks +210 R Living Lands @Jesper Myrfors +259 U Living Wall @Anson Maddocks +211 C Llanowar Elves @Anson Maddocks +63 R Lord of Atlantis @Melissa A. Benson +115 R Lord of the Pit @Mark Tedin +212 U Lure @Anson Maddocks +64 R Magical Hack @Julie Baroh +65 R Mahamoti Djinn @Dan Frazier +163 R Mana Flare @Christopher Rush +66 R Mana Short @Dameon Willich +260 R Mana Vault @Mark Tedin +164 R Manabarbs @Christopher Rush +261 R Meekstone @Quinton Hoover +67 C Merfolk of the Pearl Trident @Jeff A. Menges +29 C Mesa Pegasus @Melissa A. Benson +116 R Mind Twist @Julie Baroh +165 C Mons's Goblin Raiders @Jeff A. Menges +297 L Mountain @Douglas Shuler +298 L Mountain @Douglas Shuler +299 L Mountain @Douglas Shuler +262 R Mox Emerald @Dan Frazier +263 R Mox Jet @Dan Frazier +264 R Mox Pearl @Dan Frazier +265 R Mox Ruby @Dan Frazier +266 R Mox Sapphire @Dan Frazier +213 R Natural Selection @Mark Poole +117 R Nether Shadow @Christopher Rush +118 U Nettling Imp @Quinton Hoover +267 R Nevinyrral's Disk @Mark Tedin +119 R Nightmare @Melissa A. Benson +30 R Northern Paladin @Douglas Shuler +268 U Obsianus Golem @Jesper Myrfors +166 U Orcish Artillery @Anson Maddocks +167 U Orcish Oriflamme @Dan Frazier +120 C Paralyze @Anson Maddocks +31 C Pearled Unicorn @Cornelius Brudi +32 R Personal Incarnation @Kev Brockschmidt +121 C Pestilence @Jesper Myrfors +68 U Phantasmal Forces @Mark Poole +69 C Phantasmal Terrain @Dameon Willich +70 U Phantom Monster @Jesper Myrfors +71 R Pirate Ship @Tom Wänerstrand +122 C Plague Rats @Anson Maddocks +288 L Plains @Jesper Myrfors +289 L Plains @Jesper Myrfors +290 L Plains @Jesper Myrfors +280 R Plateau @Drew Tucker +72 C Power Leak @Drew Tucker +73 C Power Sink @Richard Thomas +168 R Power Surge @Douglas Shuler +74 C Prodigal Sorcerer @Douglas Shuler +75 U Psionic Blast @Douglas Shuler +76 C Psychic Venom @Brian Snõddy +33 R Purelace @Sandra Everingham +169 R Raging River @Sandra Everingham +123 C Raise Dead @Jeff A. Menges +170 C Red Elemental Blast @Richard Thomas +34 U Red Ward @Dan Frazier +214 C Regeneration @Quinton Hoover +215 U Regrowth @Dameon Willich +35 U Resurrection @Dan Frazier +36 R Reverse Damage @Dameon Willich +37 R Righteousness @Douglas Shuler +171 R Roc of Kher Ridges @Andi Rusu +172 R Rock Hydra @Jeff A. Menges +269 U Rod of Ruin @Christopher Rush +124 R Royal Assassin @Tom Wänerstrand +125 U Sacrifice @Dan Frazier +38 C Samite Healer @Tom Wänerstrand +281 R Savannah @Rob Alexander +39 R Savannah Lions @Daniel Gelon +126 C Scathe Zombies @Jesper Myrfors +127 U Scavenging Ghoul @Jeff A. Menges +282 R Scrubland @Jesper Myrfors +216 C Scryb Sprites @Amy Weber +77 C Sea Serpent @Jeff A. Menges +173 R Sedge Troll @Dan Frazier +128 U Sengir Vampire @Anson Maddocks +40 U Serra Angel @Douglas Shuler +217 C Shanodin Dryads @Anson Maddocks +174 C Shatter @Amy Weber +175 R Shivan Dragon @Melissa A. Benson +129 U Simulacrum @Mark Poole +130 C Sinkhole @Sandra Everingham +78 U Siren's Call @Anson Maddocks +79 R Sleight of Mind @Mark Poole +176 R Smoke @Jesper Myrfors +270 U Sol Ring @Mark Tedin +271 U Soul Net @Dameon Willich +80 C Spell Blast @Brian Snõddy +81 R Stasis @Fay Jones +82 U Steal Artifact @Amy Weber +177 U Stone Giant @Dameon Willich +178 C Stone Rain @Daniel Gelon +218 C Stream of Life @Mark Poole +272 R Sunglasses of Urza @Dan Frazier +294 L Swamp @Dan Frazier +295 L Swamp @Dan Frazier +296 L Swamp @Dan Frazier +41 U Swords to Plowshares @Jeff A. Menges +283 R Taiga @Rob Alexander +131 C Terror @Ron Spencer +273 R The Hive @Sandra Everingham +219 U Thicket Basilisk @Dan Frazier +83 R Thoughtlace @Mark Poole +274 U Throne of Bone @Anson Maddocks +220 R Timber Wolves @Melissa A. Benson +275 R Time Vault @Mark Tedin +84 R Time Walk @Amy Weber +85 R Timetwister @Mark Tedin +221 C Tranquility @Douglas Shuler +284 R Tropical Island @Jesper Myrfors +222 U Tsunami @Richard Thomas +285 R Tundra @Jesper Myrfors +179 U Tunnel @Dan Frazier +86 C Twiddle @Rob Alexander +180 R Two-Headed Giant of Foriys @Anson Maddocks +286 R Underground Sea @Rob Alexander +132 C Unholy Strength @Douglas Shuler +87 C Unsummon @Douglas Shuler +181 U Uthden Troll @Douglas Shuler +223 R Verduran Enchantress @Kev Brockschmidt +88 R Vesuvan Doppelganger @Quinton Hoover +42 R Veteran Bodyguard @Douglas Shuler +89 R Volcanic Eruption @Douglas Shuler +287 R Volcanic Island @Brian Snõddy +90 U Wall of Air @Richard Thomas +133 U Wall of Bone @Anson Maddocks +224 U Wall of Brambles @Anson Maddocks +182 U Wall of Fire @Richard Thomas +225 U Wall of Ice @Richard Thomas +183 U Wall of Stone @Dan Frazier +43 U Wall of Swords @Mark Tedin +91 U Wall of Water @Richard Thomas +226 C Wall of Wood @Mark Tedin +227 U Wanderlust @Cornelius Brudi +228 C War Mammoth @Jeff A. Menges +134 R Warp Artifact @Amy Weber +92 U Water Elemental @Jeff A. Menges +135 C Weakness @Douglas Shuler +229 R Web @Rob Alexander +184 R Wheel of Fortune @Daniel Gelon +44 U White Knight @Daniel Gelon +45 U White Ward @Dan Frazier +230 C Wild Growth @Mark Poole +136 R Will-o'-the-Wisp @Jesper Myrfors +276 R Winter Orb @Mark Tedin +277 U Wooden Sphere @Mark Tedin +137 R Word of Command @Jesper Myrfors +46 R Wrath of God @Quinton Hoover +138 R Zombie Master @Jeff A. Menges [tokens] wasp diff --git a/forge-gui/res/editions/Lorwyn Promos.txt b/forge-gui/res/editions/Lorwyn Promos.txt index e73af823402..6a90af3a9a4 100644 --- a/forge-gui/res/editions/Lorwyn Promos.txt +++ b/forge-gui/res/editions/Lorwyn Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PLRW [cards] -139★ R Shriekmaw -244★ R Wren's Run Packmaster +139★ R Shriekmaw @Steve Prescott +244★ R Wren's Run Packmaster @Steve Prescott diff --git a/forge-gui/res/editions/Lorwyn.txt b/forge-gui/res/editions/Lorwyn.txt index 22643848b31..08eaec54efc 100644 --- a/forge-gui/res/editions/Lorwyn.txt +++ b/forge-gui/res/editions/Lorwyn.txt @@ -12,307 +12,307 @@ FatPackExtraSlots=40 BasicLands ScryfallCode=LRW [cards] -50 C AEthersnipe -148 C Adder-Staff Boggart -1 R Ajani Goldmane -51 C Amoeboid Changeling -266 R Ancient Amphitheater -52 C Aquitect's Will -2 R Arbiter of Knollridge -149 R Ashling the Pilgrim -150 R Ashling's Prerogative -267 R Auntie's Hovel -3 R Austere Command -4 C Avian Changeling -151 C Axegrinder Giant -5 U Battle Mastery -197 C Battlewand Oak -53 U Benthicore -99 C Black Poplar Shaman -152 C Blades of Velis Vel -153 C Blind-Spot Giant -100 C Bog Hoodlums -198 C Bog-Strider Ash -101 C Boggart Birth Rite -154 C Boggart Forager -102 U Boggart Harbinger -103 C Boggart Loggers -104 R Boggart Mob -155 U Boggart Shenanigans -156 C Boggart Sprite-Chaser -199 U Briarhorn -6 R Brigid, Hero of Kinsbaile -246 R Brion Stoutarm -54 C Broken Ambitions -7 U Burrenton Forge-Tender -105 R Cairn Wanderer -55 U Captivating Glance -157 C Caterwauling Boggart -158 U Ceaseless Searblades -8 C Cenn's Heir -159 R Chandra Nalaar -160 U Changeling Berserker -9 U Changeling Hero -200 U Changeling Titan -201 C Cloudcrown Oak -10 U Cloudgoat Ranger -202 R Cloudthresher -106 R Colfenor's Plans -254 R Colfenor's Urn -161 C Consuming Bonfire -11 U Crib Swap -162 U Crush Underfoot -56 R Cryptic Command -203 R Dauntless Dourbark -12 C Dawnfluke -255 R Deathrender -57 C Deeptread Merrow -256 R Dolmen Gate -247 R Doran, the Siege Tower -107 R Dread -108 C Dreamspoiler Witches -58 U Drowner of Secrets -59 U Ego Erasure -204 C Elvish Branchbender -205 C Elvish Eulogist -206 C Elvish Handservant -207 U Elvish Harbinger -208 U Elvish Promenade -13 U Entangling Trap -209 R Epic Proportions -60 U Ethereal Whiskergill -109 C Exiled Boggart -110 C Eyeblight's Ending -210 R Eyes of the Wisent -111 C Facevaulter -61 U Faerie Harbinger -112 U Faerie Tauntings -62 C Faerie Trickery -63 U Fallowsage -64 U Familiar's Ruse -65 R Fathom Trawl -163 C Faultgrinder -14 R Favor of the Mighty -211 C Fertile Ground -113 U Final Revels -164 C Fire-Belly Changeling -212 C Fistful of Force -165 U Flamekin Bladewhirl -166 C Flamekin Brawler -167 U Flamekin Harbinger -168 U Flamekin Spitfire -114 U Fodder Launch -115 C Footbottom Feast -66 R Forced Fruition -298 L Forest -298 L Forest -298 L Forest -298 L Forest -248 R Gaddock Teeg -15 R Galepowder Mage -213 R Garruk Wildspeaker -116 U Ghostly Changeling -169 U Giant Harbinger -170 C Giant's Ire -214 C Gilt-Leaf Ambush -268 R Gilt-Leaf Palace -215 C Gilt-Leaf Seer -171 U Glarewielder -67 U Glen Elendra Pranksters -68 C Glimmerdust Nap -172 U Goatnapper -16 C Goldmeadow Dodger -17 C Goldmeadow Harrier -18 U Goldmeadow Stalwart -216 U Guardian of Cloverdell -69 R Guile -173 R Hamletback Goliath -19 U Harpoon Sniper -217 C Heal the Scars -174 U Hearthcage Giant -175 R Heat Shimmer -257 C Herbal Poultice -20 C Hillcomber Giant -117 U Hoarder's Greed -21 R Hoofprints of the Stag -249 R Horde of Notions -118 C Hornet Harasser -176 R Hostility -269 R Howltooth Hollow -218 C Hunt Down -119 U Hunter of Eyeblights -177 C Hurly-Burly -219 R Immaculate Magistrate -220 U Imperious Perfect -178 R Incandescent Soulstoke -179 R Incendiary Command -221 U Incremental Growth -180 C Ingot Chewer -70 C Inkfathom Divers -181 C Inner-Flame Acolyte -182 U Inner-Flame Igniter -289 L Island -289 L Island -289 L Island -289 L Island -71 R Jace Beleren -222 U Jagged-Scar Archers -22 C Judge of Currents -23 C Kinsbaile Balloonist -24 C Kinsbaile Skirmisher -223 C Kithkin Daggerdare -25 C Kithkin Greatheart -26 U Kithkin Harbinger -27 C Kithkin Healer -224 U Kithkin Mourncaller -28 U Knight of Meadowgrain -120 R Knucklebone Witch -225 C Lace with Moonglove -29 C Lairwatch Giant -226 U Lammastide Weave -183 C Lash Out -227 C Leaf Gilder -228 C Lignify -121 R Liliana Vess -184 C Lowland Oaf -229 C Lys Alana Huntmaster -122 U Lys Alana Scarblade -123 R Mad Auntie -124 U Makeshift Mannequin -125 U Marsh Flitter -230 R Masked Admirers -72 U Merrow Commerce -73 U Merrow Harbinger -74 U Merrow Reejerey -30 R Militia's Pride -31 R Mirror Entity -75 R Mistbind Clique -258 C Moonglove Extract -126 C Moonglove Winnower -270 R Mosswort Bridge -296 L Mountain -296 L Mountain -296 L Mountain -296 L Mountain -127 C Mournwhelk -185 C Mudbutton Torchrunner -76 C Mulldrifter -128 C Nameless Inversion -250 R Nath of the Gilt-Leaf -129 C Nath's Buffoon -231 C Nath's Elite -32 C Neck Snap -130 U Nectar Faerie -186 C Needle Drop -131 R Nettlevine Blight -132 C Nightshade Stinger -187 R Nova Chaser -33 C Oaken Brawler -232 C Oakgnarl Warrior -34 C Oblivion Ring -133 R Oona's Prowler -77 C Paperfin Rascal -134 C Peppersmoke -78 C Pestermite -282 L Plains -282 L Plains -282 L Plains -282 L Plains -35 C Plover Knights -36 U Pollen Lullaby -79 C Ponder -233 R Primal Command -135 R Profane Command -80 C Protective Bubble -136 U Prowess of the Fair -37 R Purity -137 C Quill-Slinger Boggart -188 U Rebellion of the Flamekin -259 R Rings of Brighthearth -81 C Ringskipper -234 C Rootgrapple -260 C Runed Stalactite -138 C Scarred Vinebreeder -82 U Scattering Stroke -83 R Scion of Oona -271 R Secluded Glen -235 U Seedguide Ash -84 C Sentinels of Glen Elendra -38 U Sentry Oak -85 R Shapesharer -272 R Shelldock Isle -39 C Shields of Velis Vel -273 C Shimmering Grotto -139 U Shriekmaw -86 U Silvergill Adept -87 C Silvergill Douser -140 C Skeletal Changeling -189 C Smokebraider -40 C Soaring Hope -190 C Soulbright Flamekin -88 R Sower of Temptation -89 C Spellstutter Sprite -141 C Spiderwig Boggart -274 R Spinerock Knoll -236 C Spring Cleaning -41 C Springjack Knight -261 C Springleaf Drum -142 U Squeaking Pie Sneak -191 C Stinkdrinker Daredevil -90 C Stonybrook Angler -91 C Streambed Aquitects -42 U Summon the School -192 R Sunrise Sovereign -43 C Surge of Thoughtweft -92 R Surgespanner -293 L Swamp -293 L Swamp -293 L Swamp -293 L Swamp -251 R Sygg, River Guide -237 U Sylvan Echoes -193 U Tar Pitcher -194 C Tarfire -143 C Thieving Sprite -262 R Thorn of Amethyst -144 U Thorntooth Witch -145 R Thoughtseize -44 R Thoughtweft Trio -263 R Thousand-Year Elixir -195 U Thundercloud Shaman -93 C Tideshaper Mystic -238 R Timber Protector -239 U Treefolk Harbinger -45 C Triclopean Sight -94 U Turtleshell Changeling -264 R Twinning Glass -46 U Veteran of the Depths -240 R Vigor -275 U Vivid Crag -276 U Vivid Creek -277 U Vivid Grove -278 U Vivid Marsh -279 U Vivid Meadow -265 C Wanderer's Twig -280 R Wanderwine Hub -95 R Wanderwine Prophets -146 C Warren Pilferers -241 C Warren-Scourge Elf -147 C Weed Strangle -47 C Wellgabber Apothecary -96 C Whirlpool Whelm -196 R Wild Ricochet -281 R Windbrisk Heights -97 C Wings of Velis Vel -48 C Wispmare -49 U Wizened Cenn -242 C Woodland Changeling -243 U Woodland Guidance -252 R Wort, Boggart Auntie -244 R Wren's Run Packmaster -245 U Wren's Run Vanquisher -253 R Wydwen, the Biting Gale -98 C Zephyr Net +50 C Aethersnipe @Zoltan Boros & Gabor Szikszai +148 C Adder-Staff Boggart @Jeff Miracola +1 R Ajani Goldmane @Aleksi Briclot +51 C Amoeboid Changeling @Nils Hamm +266 R Ancient Amphitheater @Rob Alexander +52 C Aquitect's Will @Jeff Easley +2 R Arbiter of Knollridge @Brandon Dorman +149 R Ashling the Pilgrim @Wayne Reynolds +150 R Ashling's Prerogative @Warren Mahy +267 R Auntie's Hovel @Wayne Reynolds +3 R Austere Command @Wayne England +4 C Avian Changeling @Heather Hudson +151 C Axegrinder Giant @Warren Mahy +5 U Battle Mastery @Zoltan Boros & Gabor Szikszai +197 C Battlewand Oak @Steve Prescott +53 U Benthicore @Jim Nelson +99 C Black Poplar Shaman @Mark Poole +152 C Blades of Velis Vel @Ron Spencer +153 C Blind-Spot Giant @Jim Murray +100 C Bog Hoodlums @Brandon Dorman +198 C Bog-Strider Ash @Steven Belledin +101 C Boggart Birth Rite @Ralph Horsley +154 C Boggart Forager @Ron Spencer +102 U Boggart Harbinger @Steve Prescott +103 C Boggart Loggers @Jesper Ejsing +104 R Boggart Mob @Thomas Denmark +155 U Boggart Shenanigans @Warren Mahy +156 C Boggart Sprite-Chaser @Mark Poole +199 U Briarhorn @Nils Hamm +6 R Brigid, Hero of Kinsbaile @Steve Prescott +246 R Brion Stoutarm @Zoltan Boros & Gabor Szikszai +54 C Broken Ambitions @Franz Vohwinkel +7 U Burrenton Forge-Tender @Chuck Lukacs +105 R Cairn Wanderer @Nils Hamm +55 U Captivating Glance @Dan Dos Santos +157 C Caterwauling Boggart @Steven Belledin +158 U Ceaseless Searblades @Jim Murray +8 C Cenn's Heir @Steven Belledin +159 R Chandra Nalaar @Aleksi Briclot +160 U Changeling Berserker @Warren Mahy +9 U Changeling Hero @Jeff Miracola +200 U Changeling Titan @Jesper Ejsing +201 C Cloudcrown Oak @Rebecca Guay +10 U Cloudgoat Ranger @Adam Rex +202 R Cloudthresher @Christopher Moeller +106 R Colfenor's Plans @Darrell Riche +254 R Colfenor's Urn @Jim Pavelec +161 C Consuming Bonfire @Randy Gallegos +11 U Crib Swap @Brandon Dorman +162 U Crush Underfoot @Steven Belledin +56 R Cryptic Command @Wayne England +203 R Dauntless Dourbark @Jeremy Jarvis +12 C Dawnfluke @Mark Zug +255 R Deathrender @Martina Pilcerova +57 C Deeptread Merrow @Terese Nielsen & Philip Tan +256 R Dolmen Gate @Richard Sardinha +247 R Doran, the Siege Tower @Mark Zug +107 R Dread @Matt Cavotta +108 C Dreamspoiler Witches @Jeff Easley +58 U Drowner of Secrets @Rebecca Guay +59 U Ego Erasure @Steven Belledin +204 C Elvish Branchbender @Ralph Horsley +205 C Elvish Eulogist @Ben Thompson +206 C Elvish Handservant @Steve Prescott +207 U Elvish Harbinger @Larry MacDougall +208 U Elvish Promenade @Steve Ellis +13 U Entangling Trap @Warren Mahy +209 R Epic Proportions @Jesper Ejsing +60 U Ethereal Whiskergill @Howard Lyon +109 C Exiled Boggart @Pete Venters +110 C Eyeblight's Ending @Ron Spears +210 R Eyes of the Wisent @Aleksi Briclot +111 C Facevaulter @Wayne Reynolds +61 U Faerie Harbinger @Larry MacDougall +112 U Faerie Tauntings @Michael Sutfin +62 C Faerie Trickery @Terese Nielsen +63 U Fallowsage @Paolo Parente +64 U Familiar's Ruse @Eric Fortune +65 R Fathom Trawl @Paul Chadwick +163 C Faultgrinder @Anthony S. Waters +14 R Favor of the Mighty @Larry MacDougall +211 C Fertile Ground @Mark Tedin +113 U Final Revels @Omar Rayyan +164 C Fire-Belly Changeling @Randy Gallegos +212 C Fistful of Force @Ralph Horsley +165 U Flamekin Bladewhirl @Mark Zug +166 C Flamekin Brawler @Daren Bader +167 U Flamekin Harbinger @Steve Prescott +168 U Flamekin Spitfire @Zoltan Boros & Gabor Szikszai +114 U Fodder Launch @Nils Hamm +115 C Footbottom Feast @Jim Nelson +66 R Forced Fruition @William O'Connor +298 L Forest @Omar Rayyan +299 L Forest @Rob Alexander +300 L Forest @Steve Prescott +301 L Forest @Darrell Riche +248 R Gaddock Teeg @Greg Staples +15 R Galepowder Mage @Jeremy Jarvis +213 R Garruk Wildspeaker @Aleksi Briclot +116 U Ghostly Changeling @Chuck Lukacs +169 U Giant Harbinger @Steve Prescott +170 C Giant's Ire @Alex Horley-Orlandelli +214 C Gilt-Leaf Ambush @Steve Prescott +268 R Gilt-Leaf Palace @Christopher Moeller +215 C Gilt-Leaf Seer @Darrell Riche +171 U Glarewielder @Nils Hamm +67 U Glen Elendra Pranksters @Omar Rayyan +68 C Glimmerdust Nap @Greg Staples +172 U Goatnapper @Ron Spencer +16 C Goldmeadow Dodger @Omar Rayyan +17 C Goldmeadow Harrier @Steve Prescott +18 U Goldmeadow Stalwart @Wayne Reynolds +216 U Guardian of Cloverdell @Jesper Ejsing +69 R Guile @Zoltan Boros & Gabor Szikszai +173 R Hamletback Goliath @Paolo Parente & Brian Snõddy +19 U Harpoon Sniper @Dominick Domingo +217 C Heal the Scars @Carl Frank +174 U Hearthcage Giant @Zoltan Boros & Gabor Szikszai +175 R Heat Shimmer @Franz Vohwinkel +257 C Herbal Poultice @Scott Hampton +20 C Hillcomber Giant @Ralph Horsley +117 U Hoarder's Greed @Pete Venters +21 R Hoofprints of the Stag @Anthony S. Waters +249 R Horde of Notions @Adam Rex +118 C Hornet Harasser @Nils Hamm +176 R Hostility @Omar Rayyan +269 R Howltooth Hollow @John Howe (Lorywn) +218 C Hunt Down @Christopher Moeller +119 U Hunter of Eyeblights @Jesper Ejsing +177 C Hurly-Burly @Steve Prescott +219 R Immaculate Magistrate @Jim Nelson +220 U Imperious Perfect @Scott M. Fischer +178 R Incandescent Soulstoke @Todd Lockwood +179 R Incendiary Command @Wayne England +221 U Incremental Growth @Chuck Lukacs +180 C Ingot Chewer @Kev Walker +70 C Inkfathom Divers @Steven Belledin +181 C Inner-Flame Acolyte @Ron Spears +182 U Inner-Flame Igniter @Scott Hampton +286 L Island @Warren Mahy +287 L Island @Ron Spears +288 L Island @Martina Pilcerova +289 L Island @Rob Alexander +71 R Jace Beleren @Aleksi Briclot +222 U Jagged-Scar Archers @Paolo Parente +22 C Judge of Currents @Dan Scott +23 C Kinsbaile Balloonist @Zoltan Boros & Gabor Szikszai +24 C Kinsbaile Skirmisher @Thomas Denmark +223 C Kithkin Daggerdare @Christopher Moeller +25 C Kithkin Greatheart @Greg Staples +26 U Kithkin Harbinger @Steve Prescott +27 C Kithkin Healer @Rebecca Guay +224 U Kithkin Mourncaller @Dominick Domingo +28 U Knight of Meadowgrain @Larry MacDougall +120 R Knucklebone Witch @Jim Pavelec +225 C Lace with Moonglove @Rebecca Guay +29 C Lairwatch Giant @Warren Mahy +226 U Lammastide Weave @Howard Lyon +183 C Lash Out @Scott Hampton +227 C Leaf Gilder @Quinton Hoover +228 C Lignify @Jesper Ejsing +121 R Liliana Vess @Aleksi Briclot +184 C Lowland Oaf @Jeff Easley +229 C Lys Alana Huntmaster @Pete Venters +122 U Lys Alana Scarblade @Christopher Moeller +123 R Mad Auntie @Wayne Reynolds +124 U Makeshift Mannequin @Darrell Riche +125 U Marsh Flitter @Wayne Reynolds +230 R Masked Admirers @Eric Fortune +72 U Merrow Commerce @Steve Ellis +73 U Merrow Harbinger @Steve Prescott +74 U Merrow Reejerey @Greg Staples +30 R Militia's Pride @Larry MacDougall +31 R Mirror Entity @Zoltan Boros & Gabor Szikszai +75 R Mistbind Clique @Ben Thompson +258 C Moonglove Extract @Terese Nielsen +126 C Moonglove Winnower @William O'Connor +270 R Mosswort Bridge @Jeremy Jarvis +294 L Mountain @Larry MacDougall +295 L Mountain @Martina Pilcerova +296 L Mountain @Wayne Reynolds +297 L Mountain @Darrell Riche +127 C Mournwhelk @Jeremy Jarvis +185 C Mudbutton Torchrunner @Steve Ellis +76 C Mulldrifter @Eric Fortune +128 C Nameless Inversion @Jeff Miracola +250 R Nath of the Gilt-Leaf @Kev Walker +129 C Nath's Buffoon @Thomas Denmark +231 C Nath's Elite @Wayne Reynolds +32 C Neck Snap @Dominick Domingo +130 U Nectar Faerie @Thomas Denmark +186 C Needle Drop @Greg Staples +131 R Nettlevine Blight @Michael Sutfin +132 C Nightshade Stinger @Mark Poole +187 R Nova Chaser @Dan Scott +33 C Oaken Brawler @Jim Murray +232 C Oakgnarl Warrior @Jim Nelson +34 C Oblivion Ring @Wayne England +133 R Oona's Prowler @Wayne Reynolds +77 C Paperfin Rascal @Zoltan Boros & Gabor Szikszai +134 C Peppersmoke @Rebecca Guay +78 C Pestermite @Christopher Moeller +282 L Plains @Warren Mahy +283 L Plains @Fred Fields +284 L Plains @Larry MacDougall +285 L Plains @Omar Rayyan +35 C Plover Knights @Quinton Hoover +36 U Pollen Lullaby @Warren Mahy +79 C Ponder @Mark Tedin +233 R Primal Command @Wayne England +135 R Profane Command @Wayne England +80 C Protective Bubble @Steve Ellis +136 U Prowess of the Fair @Jeremy Jarvis +37 R Purity @Warren Mahy +137 C Quill-Slinger Boggart @Warren Mahy +188 U Rebellion of the Flamekin @Dan Dos Santos +259 R Rings of Brighthearth @Howard Lyon +81 C Ringskipper @Heather Hudson +234 C Rootgrapple @Alan Pollack +260 C Runed Stalactite @Jim Pavelec +138 C Scarred Vinebreeder @Alex Horley-Orlandelli +82 U Scattering Stroke @Franz Vohwinkel +83 R Scion of Oona @Eric Fortune +271 R Secluded Glen @Terese Nielsen +235 U Seedguide Ash @John Avon +84 C Sentinels of Glen Elendra @Howard Lyon +38 U Sentry Oak @Warren Mahy +85 R Shapesharer @Alan Pollack +272 R Shelldock Isle @Mark Tedin +39 C Shields of Velis Vel @Ralph Horsley +273 C Shimmering Grotto @Alan Pollack +139 U Shriekmaw @Steve Prescott +86 U Silvergill Adept @Matt Cavotta +87 C Silvergill Douser @Daren Bader +140 C Skeletal Changeling @Alan Pollack +189 C Smokebraider @Anthony S. Waters +40 C Soaring Hope @Martina Pilcerova +190 C Soulbright Flamekin @Kev Walker +88 R Sower of Temptation @Christopher Moeller +89 C Spellstutter Sprite @Rebecca Guay +141 C Spiderwig Boggart @Larry MacDougall +274 R Spinerock Knoll @Steve Prescott +236 C Spring Cleaning @Michael Sutfin +41 C Springjack Knight @Steven Belledin +261 C Springleaf Drum @Cyril Van Der Haegen +142 U Squeaking Pie Sneak @Jeff Miracola +191 C Stinkdrinker Daredevil @Pete Venters +90 C Stonybrook Angler @Larry MacDougall +91 C Streambed Aquitects @William O'Connor +42 U Summon the School @Dave Dorman +192 R Sunrise Sovereign @William O'Connor +43 C Surge of Thoughtweft @Randy Gallegos +92 R Surgespanner @Warren Mahy +290 L Swamp @Fred Fields +291 L Swamp @Ron Spears +292 L Swamp @Wayne Reynolds +293 L Swamp @Steve Prescott +251 R Sygg, River Guide @Larry MacDougall +237 U Sylvan Echoes @Rebecca Guay +193 U Tar Pitcher @Omar Rayyan +194 C Tarfire @Omar Rayyan +143 C Thieving Sprite @Dan Scott +262 R Thorn of Amethyst @Chuck Lukacs +144 U Thorntooth Witch @William O'Connor +145 R Thoughtseize @Aleksi Briclot +44 R Thoughtweft Trio @Wayne Reynolds +263 R Thousand-Year Elixir @Richard Sardinha +195 U Thundercloud Shaman @Greg Staples +93 C Tideshaper Mystic @Mark Tedin +238 R Timber Protector @Terese Nielsen & Philip Tan +239 U Treefolk Harbinger @Larry MacDougall +45 C Triclopean Sight @Scott Hampton +94 U Turtleshell Changeling @Ron Spencer +264 R Twinning Glass @Franz Vohwinkel +46 U Veteran of the Depths @Daren Bader +240 R Vigor @Jim Murray +275 U Vivid Crag @Martina Pilcerova +276 U Vivid Creek @Fred Fields +277 U Vivid Grove @Howard Lyon +278 U Vivid Marsh @John Avon +279 U Vivid Meadow @Rob Alexander +265 C Wanderer's Twig @Dave Dorman +280 R Wanderwine Hub @Warren Mahy +95 R Wanderwine Prophets @Alex Horley-Orlandelli +146 C Warren Pilferers @Wayne Reynolds +241 C Warren-Scourge Elf @Christopher Moeller +147 C Weed Strangle @Jesper Ejsing +47 C Wellgabber Apothecary @Brandon Dorman +96 C Whirlpool Whelm @Cyril Van Der Haegen +196 R Wild Ricochet @Dan Scott +281 R Windbrisk Heights @Omar Rayyan +97 C Wings of Velis Vel @Jim Pavelec +48 C Wispmare @Eric Fortune +49 U Wizened Cenn @Kev Walker +242 C Woodland Changeling @Franz Vohwinkel +243 U Woodland Guidance @Richard Sardinha +252 R Wort, Boggart Auntie @Larry MacDougall +244 R Wren's Run Packmaster @Mark Zug +245 U Wren's Run Vanquisher @Paolo Parente +253 R Wydwen, the Biting Gale @Matt Cavotta +98 C Zephyr Net @Heather Hudson [tokens] c_1_1_shapeshifter_changeling diff --git a/forge-gui/res/editions/Love Your LGS 2020.txt b/forge-gui/res/editions/Love Your LGS 2020.txt index 95731c2dc2a..0b2f29dcf78 100644 --- a/forge-gui/res/editions/Love Your LGS 2020.txt +++ b/forge-gui/res/editions/Love Your LGS 2020.txt @@ -8,5 +8,5 @@ Type=Promo ScryfallCode=PLG20 [cards] -1 R Reliquary Tower -2 R Hangarback Walker +1 R Reliquary Tower @Daniel Ljunggren +2 R Hangarback Walker @Nicholas Gregory diff --git a/forge-gui/res/editions/Love Your LGS 2021.txt b/forge-gui/res/editions/Love Your LGS 2021.txt index 0e4be5a0da4..58a1f8da99f 100644 --- a/forge-gui/res/editions/Love Your LGS 2021.txt +++ b/forge-gui/res/editions/Love Your LGS 2021.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PLG21 [cards] -1 R Aven Mindcensor -J1 R Orb of Dragonkind -2 R Dig Through Time -J2 R Orb of Dragonkind -3 R Bolas's Citadel -J3 R Orb of Dragonkind -4 R Goblin Guide -5 R Scavenging Ooze +1 R Aven Mindcensor @Rebecca Guay +J1 R Orb of Dragonkind @Kawasumi +2 R Dig Through Time @Ryan Yee +J2 R Orb of Dragonkind @Kawasumi +3 R Bolas's Citadel @Jonas De Ro +J3 R Orb of Dragonkind @Kawasumi +4 R Goblin Guide @Warren Mahy +5 R Scavenging Ooze @Austin Hsu diff --git a/forge-gui/res/editions/M15_Prerelease_Challenge.txt b/forge-gui/res/editions/M15_Prerelease_Challenge.txt index d69125bdb0e..d93301831a0 100644 --- a/forge-gui/res/editions/M15_Prerelease_Challenge.txt +++ b/forge-gui/res/editions/M15_Prerelease_Challenge.txt @@ -8,7 +8,7 @@ Type=Promo ScryfallCode=PPC1 [cards] -1 C Garruk the Slayer +1 C Garruk the Slayer @Brad Rigney [tokens] g_2_2_wolf diff --git a/forge-gui/res/editions/M19 Gift Pack.txt b/forge-gui/res/editions/M19 Gift Pack.txt index 7fca1cfe0d4..9068400f4fe 100644 --- a/forge-gui/res/editions/M19 Gift Pack.txt +++ b/forge-gui/res/editions/M19 Gift Pack.txt @@ -8,8 +8,8 @@ Type=Promo ScryfallCode=g18 [cards] -GP1 S Angelic Guardian -GP2 S Angler Turtle -GP3 S Vengeant Vampire -GP4 S Immortal Phoenix -GP5 S Rampaging Brontodon +GP1 S Angelic Guardian @Sara Winters +GP2 S Angler Turtle @Alex Konstad +GP3 S Vengeant Vampire @Mitchell Malloy +GP4 S Immortal Phoenix @Daarken +GP5 S Rampaging Brontodon @Lars Grant-West diff --git a/forge-gui/res/editions/M19 Standard Showdown.txt b/forge-gui/res/editions/M19 Standard Showdown.txt index 6fe41577bd9..73ebd1cb441 100644 --- a/forge-gui/res/editions/M19 Standard Showdown.txt +++ b/forge-gui/res/editions/M19 Standard Showdown.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PSS3 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @Alayna Danner +2 R Island @Alayna Danner +3 R Swamp @Alayna Danner +4 R Mountain @Alayna Danner +5 R Forest @Alayna Danner diff --git a/forge-gui/res/editions/M20 Promo Packs.txt b/forge-gui/res/editions/M20 Promo Packs.txt index 6196bf7fd05..a9a6c9baf67 100644 --- a/forge-gui/res/editions/M20 Promo Packs.txt +++ b/forge-gui/res/editions/M20 Promo Packs.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PPP1 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @Daniel Ljunggren +2 R Island @Piotr Dura +3 R Swamp @Alexander Forssberg +4 R Mountain @Piotr Dura +5 R Forest @Alayna Danner diff --git a/forge-gui/res/editions/Magazine Inserts.txt b/forge-gui/res/editions/Magazine Inserts.txt index 67cd4b02c7d..525aa5b3e94 100644 --- a/forge-gui/res/editions/Magazine Inserts.txt +++ b/forge-gui/res/editions/Magazine Inserts.txt @@ -6,42 +6,42 @@ Type=Promo ScryfallCode=PMEI [cards] -4 C Fireball -5 C Blue Elemental Blast -8 C Jamuraan Lion -9 C Scent of Cinder -10 C Lightning Hounds -11 C Spined Wurm -12 U Warmonger -13 C Silver Drake -14 C Phyrexian Rager -15 R Shivan Dragon -16 R Darksteel Juggernaut -17 U Cunning Sparkmage -18 C Chandra's Outrage -19 U Chandra's Spitfire -20 R Kuldotha Phoenix -21 U Phantasmal Dragon -22 C Sandbar Crocodile -23 C Zhalfirin Knight -24 C Shrieking Drake -25 C Stream of Life -26 R Thorn Elemental -27 C Parallax Dementia -28 R Ascendant Evincar -29 R Archangel -30 U Cast Down -31 R Diabolic Edict -32 R Shock -33 U Lava Coil -34 R Duress -35 R Voltaic Key -36 U Daxos, Blessed by the Sun -37 R Staggering Insight -38 C Dark Ritual -39 R Sprite Dragon -40 R Hypnotic Sprite -41 R Heliod's Pilgrim -42 R Crop Rotation -43 R Tangled Florahedron -44 R Counterspell +4 C Fireball @Mark Tedin +5 C Blue Elemental Blast @Richard Thomas +9 C Scent of Cinder @Carl Critchlow +10 C Lightning Hounds @Andrew Robinson +10* C Jamuraan Lion @Stuart Griffin +11 C Spined Wurm @Keith Parkinson +12 U Warmonger @Heather Hudson +13 C Silver Drake @Alan Pollack +14 C Phyrexian Rager @Mark Tedin +15 R Shivan Dragon @Donato Giancola +16 R Darksteel Juggernaut @Randis Albion +17 U Cunning Sparkmage @Wayne Reynolds +18 C Chandra's Outrage @Christopher Moeller +19 U Chandra's Spitfire @Justin Sweet +20 R Kuldotha Phoenix @Mike Bierek +21 U Phantasmal Dragon @Wayne Reynolds +22 C Sandbar Crocodile @Una Fricker +23 C Zhalfirin Knight @John Bolton +24 C Shrieking Drake @Ian Miller +25 C Stream of Life @Terese Nielsen +26 R Thorn Elemental @rk post +27 C Parallax Dementia @Eric Peterson +28 R Ascendant Evincar @Mark Zug +29 R Archangel @Donato Giancola +30 U Cast Down @Ittoku +31 R Diabolic Edict @Ron Spencer +32 R Shock @Randy Gallegos +33 U Lava Coil @Wesley Burt & コーヘー +34 R Duress @Lawrence Snelly +35 R Voltaic Key @Henry G. Higginbotham +36 U Daxos, Blessed by the Sun @Lius Lasahido +37 R Staggering Insight @Dmitry Burmak +38 C Dark Ritual @Tom Fleming +39 R Sprite Dragon @Gabor Szikszai +40 R Hypnotic Sprite @Irina Nordsol +41 R Heliod's Pilgrim @Micah Epstein +42 R Crop Rotation @DiTerlizzi +43 R Tangled Florahedron @Randy Vargas +44 R Counterspell @Hannibal King diff --git a/forge-gui/res/editions/Magic 2010 Promos.txt b/forge-gui/res/editions/Magic 2010 Promos.txt index dfe62743d2c..ccc032510bf 100644 --- a/forge-gui/res/editions/Magic 2010 Promos.txt +++ b/forge-gui/res/editions/Magic 2010 Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PM10 [cards] -16★ R Honor of the Pure -28 R Mycoid Shepherd -29 R Naya Sojourners -118★ M Vampire Nocturnus -166★ R Ant Queen +16★ R Honor of the Pure @Ralph Horsley +28 R Mycoid Shepherd @Jarreau Wimberly +29 R Naya Sojourners @Michael Bruinsma +118★ M Vampire Nocturnus @Andrew Robinson +166★ R Ant Queen @Ron Spencer diff --git a/forge-gui/res/editions/Magic 2010.txt b/forge-gui/res/editions/Magic 2010.txt index afbf99887ec..ed1f8017ab6 100644 --- a/forge-gui/res/editions/Magic 2010.txt +++ b/forge-gui/res/editions/Magic 2010.txt @@ -13,255 +13,255 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M10 [cards] -165 U Acidic Slime -83 C Acolyte of Xathrid -124 U Act of Treason -42 U Air Elemental -1 M Ajani Goldmane -43 U Alluring Siren -206 U Angel's Feather -2 C Angel's Mercy -166 R Ant Queen -3 U Armored Ascension -84 C Assassinate -167 U Awakener Druid -125 R Ball Lightning -4 M Baneslayer Angel -126 C Berserkers of Blood Ridge -168 R Birds of Paradise -85 U Black Knight -5 C Blinding Mage -86 U Bog Wraith -127 M Bogardan Hellkite -169 C Borderland Ranger -170 C Bountiful Harvest -171 C Bramble Creeper -128 C Burning Inquiry -129 C Burst of Speed -44 C Cancel -130 C Canyon Minotaur -131 R Capricious Efreet -6 R Captain of the Watch -7 U Celestial Purge -87 R Cemetery Reaper -172 C Centaur Courser -132 M Chandra Nalaar -88 C Child of Night -45 R Clone -207 R Coat of Arms -89 U Consume Spirit -46 C Convincing Mirage -47 C Coral Merfolk -173 C Craw Wurm -174 U Cudgel Troll -208 M Darksteel Colossus -175 C Deadly Recluse -90 U Deathmark -209 U Demon's Horn -91 U Diabolic Tutor -92 C Disentomb -48 C Disorient -49 C Divination -8 C Divine Verdict -50 R Djinn of Wishes -93 C Doom Blade -133 U Dragon Whelp -210 U Dragon's Claw -223 R Dragonskull Summit -94 C Dread Warlock -224 R Drowned Catacomb -95 C Drudge Skeletons -96 C Duress -134 R Earthquake -9 U Elite Vanguard -176 R Elvish Archdruid -177 R Elvish Piper -178 C Elvish Visionary -179 C Emerald Oryx -180 U Enormous Baloth -181 C Entangling Vines -51 C Essence Scatter -10 C Excommunicate -52 U Fabricate -135 C Fiery Hellhound -136 U Fireball -137 C Firebreathing -53 U Flashfreeze -182 C Fog -246 L Forest -246 L Forest -246 L Forest -246 L Forest -225 R Gargoyle Castle -183 M Garruk Wildspeaker -184 C Giant Growth -185 C Giant Spider -226 R Glacial Fortress -11 C Glorious Charge -138 U Goblin Artillery -139 R Goblin Chieftain -140 C Goblin Piker -211 U Gorgon Flail -97 C Gravedigger -186 R Great Sable Stag -12 C Griffin Sentinel -13 R Guardian Seraph -14 U Harm's Way -98 R Haunting Echoes -54 R Hive Mind -15 C Holy Strength -16 R Honor of the Pure -55 C Horned Turtle -187 U Howl of the Night Pack -99 U Howling Banshee -212 R Howling Mine -100 R Hypnotic Specter -56 C Ice Cage -141 U Ignite Disorder -57 C Illusionary Servant -17 R Indestructibility -142 U Inferno Elemental -237 L Island -237 L Island -237 L Island -237 L Island -58 M Jace Beleren -143 C Jackal Familiar -59 C Jump -188 R Kalonian Behemoth -101 C Kelinore Bat -144 C Kindled Fury -213 U Kraken's Eye -145 C Lava Axe -60 U Levitation -18 C Lifelink -146 C Lightning Bolt -147 C Lightning Elemental -19 R Lightwielder Paladin -102 M Liliana Vess -189 C Llanowar Elves -103 C Looming Shade -190 R Lurking Predators -214 R Magebane Armor -148 R Magma Phoenix -149 R Manabarbs -191 M Master of the Wild Hunt -104 U Megrim -61 C Merfolk Looter -62 R Merfolk Sovereign -20 R Mesa Enchantress -192 R Might of Oaks -63 U Mind Control -105 C Mind Rot -106 R Mind Shatter -64 R Mind Spring -215 R Mirror of Fate -193 C Mist Leopard -194 U Mold Adder -242 L Mountain -242 L Mountain -242 L Mountain -242 L Mountain -195 C Naturalize -196 U Nature's Spiral -65 C Negate -107 R Nightmare -197 C Oakenform -21 R Open the Vaults -216 U Ornithopter -198 U Overrun -22 C Pacifism -23 C Palace Guard -150 C Panic Attack -66 U Phantom Warrior -217 R Pithing Needle -233 L Plains -233 L Plains -233 L Plains -233 L Plains -24 R Planar Cleansing -218 M Platinum Angel -67 R Polymorph -68 C Ponder -199 U Prized Unicorn -151 U Prodigal Pyromancer -200 M Protean Hydra -152 U Pyroclasm -153 C Raging Goblin -201 C Rampant Growth -25 C Razorfoot Griffin -202 C Regenerate -108 U Relentless Rats -26 U Rhox Pikemaster -27 U Righteousness -109 U Rise from the Grave -219 U Rod of Ruin -227 R Rootbound Crag -110 R Royal Assassin -203 C Runeclaw Bear -28 C Safe Passage -69 C Sage Owl -111 R Sanguine Bond -154 C Seismic Strike -70 C Serpent of the Endless Sea -29 U Serra Angel -155 C Shatter -156 R Shivan Dragon -30 C Siege Mastodon -157 R Siege-Gang Commander -112 C Sign in Blood -31 R Silence -32 C Silvercoat Lion -71 U Sleep -72 C Snapping Drake -33 C Solemn Offering -113 C Soul Bleed -34 C Soul Warden -158 C Sparkmage Apprentice -220 U Spellbook -73 M Sphinx Ambassador -204 C Stampeding Rhino -159 U Stone Giant -35 C Stormfront Pegasus -228 R Sunpetal Grove -241 L Swamp -241 L Swamp -241 L Swamp -241 L Swamp -74 U Telepathy -36 U Tempest of Light -114 C Tendrils of Corruption -229 C Terramorphic Expanse -75 M Time Warp -76 C Tome Scour -77 R Traumatize -160 C Trumpet Blast -78 R Twincast -37 U Undead Slayer -115 R Underworld Dreams -116 C Unholy Strength -79 C Unsummon -117 C Vampire Aristocrat -118 M Vampire Nocturnus -38 C Veteran Armorsmith -39 C Veteran Swordsmith -161 C Viashino Spearhunter -119 U Wall of Bone -40 C Wall of Faith -162 U Wall of Fire -80 U Wall of Frost -163 R Warp World -120 C Warpath Ghoul -121 C Weakness -221 U Whispersilk Cloak -41 U White Knight -81 C Wind Drake -205 U Windstorm -222 U Wurm's Tooth -122 M Xathrid Demon -164 C Yawning Fissure -82 C Zephyr Sprite -123 C Zombie Goliath +165 U Acidic Slime @Karl Kopinski +83 C Acolyte of Xathrid @Chris Rahn +124 U Act of Treason @Eric Deschamps +42 U Air Elemental @Kev Walker +1 M Ajani Goldmane @Aleksi Briclot +43 U Alluring Siren @Chippy +206 U Angel's Feather @Alan Pollack +2 C Angel's Mercy @Andrew Robinson +166 R Ant Queen @Trevor Claxton +3 U Armored Ascension @Jesper Ejsing +84 C Assassinate @Kev Walker +167 U Awakener Druid @Jason Chan +125 R Ball Lightning @Trevor Claxton +4 M Baneslayer Angel @Greg Staples +126 C Berserkers of Blood Ridge @Karl Kopinski +168 R Birds of Paradise @Marcelo Vignali +85 U Black Knight @Christopher Moeller +5 C Blinding Mage @Eric Deschamps +86 U Bog Wraith @Daarken +127 M Bogardan Hellkite @Scott M. Fischer +169 C Borderland Ranger @Jesper Ejsing +170 C Bountiful Harvest @Jason Chan +171 C Bramble Creeper @Carl Critchlow +128 C Burning Inquiry @Zoltan Boros & Gabor Szikszai +129 C Burst of Speed @Zoltan Boros & Gabor Szikszai +44 C Cancel @David Palumbo +130 C Canyon Minotaur @Steve Prescott +131 R Capricious Efreet @Justin Sweet +6 R Captain of the Watch @Greg Staples +7 U Celestial Purge @David Palumbo +87 R Cemetery Reaper @Dave Allsop +172 C Centaur Courser @Vance Kovacs +132 M Chandra Nalaar @Aleksi Briclot +88 C Child of Night @Ash Wood +45 R Clone @Kev Walker +207 R Coat of Arms @Scott M. Fischer +89 U Consume Spirit @Justin Sweet +46 C Convincing Mirage @Ryan Pancoast +47 C Coral Merfolk @rk post +173 C Craw Wurm @Richard Sardinha +174 U Cudgel Troll @Jesper Ejsing +208 M Darksteel Colossus @Carl Critchlow +175 C Deadly Recluse @Warren Mahy +90 U Deathmark @Steven Belledin +209 U Demon's Horn @Alan Pollack +91 U Diabolic Tutor @Greg Staples +92 C Disentomb @Alex Horley-Orlandelli +48 C Disorient @John Matson +49 C Divination @Howard Lyon +8 C Divine Verdict @Kev Walker +50 R Djinn of Wishes @Kev Walker +93 C Doom Blade @Chippy +133 U Dragon Whelp @Steven Belledin +210 U Dragon's Claw @Alan Pollack +223 R Dragonskull Summit @Jon Foster +94 C Dread Warlock @Daarken +224 R Drowned Catacomb @Dave Kendall +95 C Drudge Skeletons @Daarken +96 C Duress @Steven Belledin +134 R Earthquake @Adrian Smith +9 U Elite Vanguard @Mark Tedin +176 R Elvish Archdruid @Karl Kopinski +177 R Elvish Piper @Rebecca Guay +178 C Elvish Visionary @D. Alexander Gregory +179 C Emerald Oryx @Daren Bader +180 U Enormous Baloth @Mark Tedin +181 C Entangling Vines @Thomas M. Baxa +51 C Essence Scatter @Jon Foster +10 C Excommunicate @Matt Stewart +52 U Fabricate @Warren Mahy +135 C Fiery Hellhound @Ted Galaday +136 U Fireball @Dave Dorman +137 C Firebreathing @Aleksi Briclot +53 U Flashfreeze @Brian Despain +182 C Fog @John Avon +246 L Forest @Glen Angus +247 L Forest @John Avon +248 L Forest @Steven Belledin +249 L Forest @Jim Nelson +225 R Gargoyle Castle @Paul Bonner +183 M Garruk Wildspeaker @Aleksi Briclot +184 C Giant Growth @Matt Cavotta +185 C Giant Spider @Randy Gallegos +226 R Glacial Fortress @Franz Vohwinkel +11 C Glorious Charge @Izzy +138 U Goblin Artillery @Alex Horley-Orlandelli +139 R Goblin Chieftain @Sam Wood +140 C Goblin Piker @DiTerlizzi +211 U Gorgon Flail @Lars Grant-West +97 C Gravedigger @Dermot Power +186 R Great Sable Stag @Matt Cavotta +12 C Griffin Sentinel @Warren Mahy +13 R Guardian Seraph @Paul Bonner +14 U Harm's Way @Dan Scott +98 R Haunting Echoes @Nils Hamm +54 R Hive Mind @Steve Argyle +15 C Holy Strength @Terese Nielsen +16 R Honor of the Pure @Greg Staples +55 C Horned Turtle @DiTerlizzi +187 U Howl of the Night Pack @Lars Grant-West +99 U Howling Banshee @Andrew Robinson +212 R Howling Mine @Ralph Horsley +100 R Hypnotic Specter @Greg Staples +56 C Ice Cage @Mike Bierek +141 U Ignite Disorder @Zoltan Boros & Gabor Szikszai +57 C Illusionary Servant @Dave Kendall +17 R Indestructibility @Darrell Riche +142 U Inferno Elemental @Zoltan Boros & Gabor Szikszai +234 L Island @Rob Alexander +235 L Island @John Avon +236 L Island @Scott Bailey +237 L Island @Fred Fields +58 M Jace Beleren @Aleksi Briclot +143 C Jackal Familiar @Alex Horley-Orlandelli +59 C Jump @Eric Deschamps +188 R Kalonian Behemoth @Daarken +101 C Kelinore Bat @Dave Kendall +144 C Kindled Fury @Wayne Reynolds +213 U Kraken's Eye @Alan Pollack +145 C Lava Axe @Brian Snõddy +60 U Levitation @Jim Murray +18 C Lifelink @Terese Nielsen +146 C Lightning Bolt @Christopher Moeller +147 C Lightning Elemental @Kev Walker +19 R Lightwielder Paladin @D. Alexander Gregory +102 M Liliana Vess @Aleksi Briclot +189 C Llanowar Elves @Kev Walker +103 C Looming Shade @Kev Walker +190 R Lurking Predators @Mike Bierek +214 R Magebane Armor @Izzy +148 R Magma Phoenix @Raymond Swanland +149 R Manabarbs @Jeff Miracola +191 M Master of the Wild Hunt @Kev Walker +104 U Megrim @Nick Percival +61 C Merfolk Looter @Austin Hsu +62 R Merfolk Sovereign @Jesper Ejsing +20 R Mesa Enchantress @Randy Gallegos +192 R Might of Oaks @Jeremy Jarvis +63 U Mind Control @Mark Tedin +105 C Mind Rot @Steve Luke +106 R Mind Shatter @Michael Sutfin +64 R Mind Spring @Mark Zug +215 R Mirror of Fate @Alan Pollack +193 C Mist Leopard @John Matson +194 U Mold Adder @Matt Cavotta +242 L Mountain @Rob Alexander +243 L Mountain @Nils Hamm +244 L Mountain @Karl Kopinski +245 L Mountain @Sam Wood +195 C Naturalize @Tim Hildebrandt +196 U Nature's Spiral @Terese Nielsen +65 C Negate @Jeremy Jarvis +107 R Nightmare @Carl Critchlow +197 C Oakenform @Wayne Reynolds +21 R Open the Vaults @Brian Despain +216 U Ornithopter @Franz Vohwinkel +198 U Overrun @Carl Critchlow +22 C Pacifism @Robert Bliss +23 C Palace Guard @Volkan Baǵa +150 C Panic Attack @Izzy +66 U Phantom Warrior @Greg Staples +217 R Pithing Needle @Pete Venters +230 L Plains @Rob Alexander +231 L Plains @John Avon +232 L Plains @Don Hazeltine +233 L Plains @Ryan Pancoast +24 R Planar Cleansing @Michael Komarck +218 M Platinum Angel @Brom +67 R Polymorph @Robert Bliss +68 C Ponder @Dan Scott +199 U Prized Unicorn @Sam Wood +151 U Prodigal Pyromancer @Jeremy Jarvis +200 M Protean Hydra @Jim Murray +152 U Pyroclasm @John Avon +153 C Raging Goblin @Jeff Miracola +201 C Rampant Growth @Steven Belledin +25 C Razorfoot Griffin @Ben Thompson +202 C Regenerate @Rebecca Guay +108 U Relentless Rats @Thomas M. Baxa +26 U Rhox Pikemaster @Steve Prescott +27 U Righteousness @Wayne England +109 U Rise from the Grave @Vance Kovacs +219 U Rod of Ruin @Mark Zug +227 R Rootbound Crag @Matt Stewart +110 R Royal Assassin @Mark Zug +203 C Runeclaw Bear @Jesper Ejsing +28 C Safe Passage @Christopher Moeller +69 C Sage Owl @Cyril Van Der Haegen +111 R Sanguine Bond @Jaime Jones +154 C Seismic Strike @Christopher Moeller +70 C Serpent of the Endless Sea @Kieran Yanner +29 U Serra Angel @Greg Staples +155 C Shatter @Tim Hildebrandt +156 R Shivan Dragon @Donato Giancola +30 C Siege Mastodon @Matt Cavotta +157 R Siege-Gang Commander @Christopher Moeller +112 C Sign in Blood @Howard Lyon +31 R Silence @Wayne Reynolds +32 C Silvercoat Lion @Terese Nielsen +71 U Sleep @Chris Rahn +72 C Snapping Drake @Todd Lockwood +33 C Solemn Offering @Sam Wood +113 C Soul Bleed @Zoltan Boros & Gabor Szikszai +34 C Soul Warden @Randy Gallegos +158 C Sparkmage Apprentice @Jaime Jones +220 U Spellbook @Andrew Goldhawk +73 M Sphinx Ambassador @Jim Murray +204 C Stampeding Rhino @Steven Belledin +159 U Stone Giant @Warren Mahy +35 C Stormfront Pegasus @rk post +228 R Sunpetal Grove @Jason Chan +238 L Swamp @Dan Frazier +239 L Swamp @Alex Horley-Orlandelli +240 L Swamp @Jim Pavelec +241 L Swamp @Alan Pollack +74 U Telepathy @Matthew D. Wilson +36 U Tempest of Light @Wayne England +114 C Tendrils of Corruption @Vance Kovacs +229 C Terramorphic Expanse @Dan Scott +75 M Time Warp @Jon Foster +76 C Tome Scour @Steven Belledin +77 R Traumatize @Greg Staples +160 C Trumpet Blast @Carl Critchlow +78 R Twincast @Christopher Moeller +37 U Undead Slayer @Eric Fortune +115 R Underworld Dreams @Carl Critchlow +116 C Unholy Strength @Terese Nielsen +79 C Unsummon @Izzy +117 C Vampire Aristocrat @Austin Hsu +118 M Vampire Nocturnus @Raymond Swanland +38 C Veteran Armorsmith @Michael Komarck +39 C Veteran Swordsmith @Michael Komarck +161 C Viashino Spearhunter @Carl Critchlow +119 U Wall of Bone @Jaime Jones +40 C Wall of Faith @Martina Pilcerova +162 U Wall of Fire @Dan Dos Santos +80 U Wall of Frost @Mike Bierek +163 R Warp World @Ron Spencer +120 C Warpath Ghoul @rk post +121 C Weakness @Kev Walker +221 U Whispersilk Cloak @Daren Bader +41 U White Knight @Christopher Moeller +81 C Wind Drake @Steve Prescott +205 U Windstorm @Rob Alexander +222 U Wurm's Tooth @Alan Pollack +122 M Xathrid Demon @Wayne Reynolds +164 C Yawning Fissure @Véronique Meignaud +82 C Zephyr Sprite @Kev Walker +123 C Zombie Goliath @E. M. Gist [tokens] w_x_x_avatar_life_total diff --git a/forge-gui/res/editions/Magic 2011 Promos.txt b/forge-gui/res/editions/Magic 2011 Promos.txt index 9ff5d0b2961..32a853c85a6 100644 --- a/forge-gui/res/editions/Magic 2011 Promos.txt +++ b/forge-gui/res/editions/Magic 2011 Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PM11 [cards] -35★ M Sun Titan -53 R Mitotic Slime -104 C Liliana's Specter -122★ R Ancient Hellkite -165★ R Birds of Paradise +35★ M Sun Titan @Chris Rahn +53 R Mitotic Slime @Ron Spencer +104 C Liliana's Specter @Jaime Jones +122★ R Ancient Hellkite @Wayne Reynolds +165★ R Birds of Paradise @Terese Nielsen diff --git a/forge-gui/res/editions/Magic 2011.txt b/forge-gui/res/editions/Magic 2011.txt index 76da5a8bd65..87ef22eceeb 100644 --- a/forge-gui/res/editions/Magic 2011.txt +++ b/forge-gui/res/editions/Magic 2011.txt @@ -13,255 +13,255 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M11 [cards] -41 C AEther Adept -161 U Acidic Slime -121 C Act of Treason -42 U Air Servant -1 M Ajani Goldmane -2 C Ajani's Mantra -3 U Ajani's Pridemate -43 U Alluring Siren -122 R Ancient Hellkite -201 U Angel's Feather -4 R Angelic Arbiter -123 C Arc Runner -5 U Armored Ascension -44 C Armored Cancrix -81 C Assassinate -6 C Assault Griffin -45 C Augury Owl -162 U Autumn's Veil -163 U Awakener Druid -46 C Azure Drake -164 U Back to Nature -7 M Baneslayer Angel -82 C Barony Vampire -124 C Berserkers of Blood Ridge -165 R Birds of Paradise -83 U Black Knight -8 C Blinding Mage -84 C Blood Tithe -125 C Bloodcrazed Goblin -85 C Bloodthrone Vampire -86 C Bog Raiders -166 C Brindle Boar -202 R Brittle Effigy -47 U Call to Mind -48 C Cancel -126 C Canyon Minotaur -87 R Captivating Vampire -9 U Celestial Purge -127 M Chandra Nalaar -128 C Chandra's Outrage -129 U Chandra's Spitfire -88 C Child of Night -49 R Clone -10 C Cloud Crusader -50 C Cloud Elemental -130 U Combust -11 U Condemn -51 R Conundrum Sphinx -89 U Corrupt -203 U Crystal Ball -167 U Cudgel Troll -168 C Cultivate -131 R Cyclops Gladiator -90 R Dark Tutelage -12 R Day of Judgment -91 U Deathmark -132 C Demolish -92 M Demon of Death's Gate -204 U Demon's Horn -133 R Destructive Force -93 U Diabolic Tutor -52 C Diminish -94 C Disentomb -95 C Doom Blade -205 U Dragon's Claw -223 R Dragonskull Summit -224 R Drowned Catacomb -169 C Dryad's Favor -96 C Duress -170 U Duskdale Wurm -134 U Earth Servant -13 U Elite Vanguard -206 U Elixir of Immortality -171 R Elvish Archdruid -135 U Ember Hauler -14 C Excommunicate -172 R Fauna Shaman -136 C Fiery Hellhound -137 U Fire Servant -138 U Fireball -53 U Flashfreeze -139 C Fling -173 C Fog -54 C Foresee -248 L Forest -248 L Forest -248 L Forest -248 L Forest -55 M Frost Titan -174 M Gaea's Revenge -207 U Gargoyle Sentinel -175 M Garruk Wildspeaker -176 C Garruk's Companion -177 U Garruk's Packleader -178 C Giant Growth -179 C Giant Spider -225 R Glacial Fortress -140 C Goblin Balloon Brigade -141 R Goblin Chieftain -142 C Goblin Piker -143 C Goblin Tunneler -15 C Goldenglow Moth -97 M Grave Titan -98 C Gravedigger -180 C Greater Basilisk -56 C Harbor Serpent -99 R Haunting Echoes -144 R Hoarding Dragon -16 C Holy Strength -17 R Honor of the Pure -181 C Hornet Sting -100 U Howling Banshee -182 C Hunters' Feast -57 C Ice Cage -145 C Incite -18 C Infantry Veteran -146 M Inferno Titan -19 C Inspired Charge -237 L Island -237 L Island -237 L Island -237 L Island -58 M Jace Beleren -59 C Jace's Erasure -60 U Jace's Ingenuity -208 R Jinxed Idol -209 U Juggernaut -20 R Knight Exemplar -210 U Kraken's Eye -147 C Lava Axe -61 R Leyline of Anticipation -148 R Leyline of Punishment -21 R Leyline of Sanctity -183 R Leyline of Vitality -101 R Leyline of the Void -149 C Lightning Bolt -102 M Liliana Vess -103 U Liliana's Caress -104 C Liliana's Specter -184 C Llanowar Elves -150 R Magma Phoenix -62 C Mana Leak -151 C Manic Vandal -63 C Maritime Guard -64 R Mass Polymorph -65 R Merfolk Sovereign -66 C Merfolk Spy -22 C Mighty Leap -67 U Mind Control -105 C Mind Rot -185 R Mitotic Slime -245 L Mountain -245 L Mountain -245 L Mountain -245 L Mountain -226 R Mystifying Maze -106 R Nantuko Shade -186 C Naturalize -187 U Nature's Spiral -107 R Necrotic Plague -68 C Negate -108 C Nether Horror -109 C Nightwing Shade -188 R Obstinate Baloth -211 U Ornithopter -189 R Overwhelming Stampede -23 C Pacifism -24 C Palace Guard -69 C Phantom Beast -110 R Phylactery Lich -231 L Plains -231 L Plains -231 L Plains -231 L Plains -212 M Platinum Angel -190 C Plummet -70 C Preordain -191 C Primal Cocoon -192 M Primeval Titan -193 U Prized Unicorn -152 U Prodigal Pyromancer -194 R Protean Hydra -153 C Pyretic Ritual -154 U Pyroclasm -111 C Quag Sickness -112 U Reassembling Skeleton -71 R Redirect -113 U Relentless Rats -155 R Reverberate -114 U Rise from the Grave -25 U Roc Egg -227 R Rootbound Crag -115 C Rotting Legion -116 R Royal Assassin -195 C Runeclaw Bear -196 C Sacred Wolf -26 C Safe Passage -72 C Scroll Thief -27 U Serra Angel -28 R Serra Ascendant -156 U Shiv's Embrace -29 C Siege Mastodon -117 C Sign in Blood -30 R Silence -31 C Silvercoat Lion -73 U Sleep -32 C Solemn Offering -213 U Sorcerer's Strongbox -197 C Spined Wurm -33 C Squadron Hawk -118 C Stabbing Pain -214 R Steel Overseer -215 U Stone Golem -34 C Stormfront Pegasus -74 R Stormtide Leviathan -35 M Sun Titan -228 R Sunpetal Grove -241 L Swamp -241 L Swamp -241 L Swamp -241 L Swamp -216 R Sword of Vengeance -198 C Sylvan Ranger -217 R Temple Bell -229 C Terramorphic Expanse -157 C Thunder Strike -75 M Time Reversal -36 C Tireless Missionaries -76 C Tome Scour -77 R Traumatize -218 R Triskelion -119 C Unholy Strength -78 C Unsummon -37 R Vengeful Archon -120 C Viscera Seer -158 C Volcanic Strength -219 U Voltaic Key -159 C Vulshok Berserker -79 U Wall of Frost -199 C Wall of Vines -38 U War Priest of Thune -220 U Warlord's Axe -80 U Water Servant -221 U Whispersilk Cloak -39 U White Knight -160 R Wild Evocation -40 C Wild Griffin -222 U Wurm's Tooth -200 C Yavimaya Wurm +41 C Aether Adept @Eric Deschamps +161 U Acidic Slime @Karl Kopinski +121 C Act of Treason @Eric Deschamps +42 U Air Servant @Lars Grant-West +1 M Ajani Goldmane @Aleksi Briclot +2 C Ajani's Mantra @James Paick +3 U Ajani's Pridemate @Svetlin Velinov +43 U Alluring Siren @Chippy +122 R Ancient Hellkite @Jason Chan +201 U Angel's Feather @Alan Pollack +4 R Angelic Arbiter @Steve Argyle +123 C Arc Runner @Nils Hamm +5 U Armored Ascension @Jesper Ejsing +44 C Armored Cancrix @Tomasz Jedruszek +81 C Assassinate @Kev Walker +6 C Assault Griffin @Jesper Ejsing +45 C Augury Owl @Jim Nelson +162 U Autumn's Veil @Kekai Kotaki +163 U Awakener Druid @Jason Chan +46 C Azure Drake @Janine Johnston +164 U Back to Nature @Howard Lyon +7 M Baneslayer Angel @Greg Staples +82 C Barony Vampire @Daarken +124 C Berserkers of Blood Ridge @Karl Kopinski +165 R Birds of Paradise @Marcelo Vignali +83 U Black Knight @Christopher Moeller +8 C Blinding Mage @Eric Deschamps +84 C Blood Tithe @Robh Ruppel +125 C Bloodcrazed Goblin @Steve Prescott +85 C Bloodthrone Vampire @Steve Argyle +86 C Bog Raiders @Carl Critchlow +166 C Brindle Boar @Dave Allsop +202 R Brittle Effigy @John Avon +47 U Call to Mind @Terese Nielsen +48 C Cancel @David Palumbo +126 C Canyon Minotaur @Steve Prescott +87 R Captivating Vampire @Eric Deschamps +9 U Celestial Purge @David Palumbo +127 M Chandra Nalaar @Aleksi Briclot +128 C Chandra's Outrage @Christopher Moeller +129 U Chandra's Spitfire @Justin Sweet +88 C Child of Night @Ash Wood +49 R Clone @Kev Walker +10 C Cloud Crusader @Aleksi Briclot +50 C Cloud Elemental @Michael Sutfin +130 U Combust @Jaime Jones +11 U Condemn @Daren Bader +51 R Conundrum Sphinx @Michael Komarck +89 U Corrupt @Dave Allsop +203 U Crystal Ball @Ron Spencer +167 U Cudgel Troll @Jesper Ejsing +168 C Cultivate @Anthony Palumbo +131 R Cyclops Gladiator @Kev Walker +90 R Dark Tutelage @James Ryman +12 R Day of Judgment @Vincent Proce +91 U Deathmark @Steven Belledin +132 C Demolish @John Avon +92 M Demon of Death's Gate @Vance Kovacs +204 U Demon's Horn @Alan Pollack +133 R Destructive Force @Jung Park +93 U Diabolic Tutor @Greg Staples +52 C Diminish @Eric Deschamps +94 C Disentomb @Alex Horley-Orlandelli +95 C Doom Blade @Chippy +205 U Dragon's Claw @Alan Pollack +223 R Dragonskull Summit @Jon Foster +224 R Drowned Catacomb @Dave Kendall +169 C Dryad's Favor @Jesper Ejsing +96 C Duress @Steven Belledin +170 U Duskdale Wurm @Dan Dos Santos +134 U Earth Servant @Lucas Graciano +13 U Elite Vanguard @Mark Tedin +206 U Elixir of Immortality @Zoltan Boros & Gabor Szikszai +171 R Elvish Archdruid @Karl Kopinski +135 U Ember Hauler @Steve Prescott +14 C Excommunicate @Matt Stewart +172 R Fauna Shaman @Steve Prescott +136 C Fiery Hellhound @Ted Galaday +137 U Fire Servant @Ryan Yee +138 U Fireball @Dave Dorman +53 U Flashfreeze @Brian Despain +139 C Fling @Paolo Parente +173 C Fog @John Avon +54 C Foresee @Ron Spears +246 L Forest @Rob Alexander +247 L Forest @John Avon +248 L Forest @Steven Belledin +249 L Forest @Jim Nelson +55 M Frost Titan @Mike Bierek +174 M Gaea's Revenge @Kekai Kotaki +207 U Gargoyle Sentinel @Drew Baker +175 M Garruk Wildspeaker @Aleksi Briclot +176 C Garruk's Companion @Efrem Palacios +177 U Garruk's Packleader @Nils Hamm +178 C Giant Growth @Matt Cavotta +179 C Giant Spider @Randy Gallegos +225 R Glacial Fortress @Franz Vohwinkel +140 C Goblin Balloon Brigade @Lars Grant-West +141 R Goblin Chieftain @Sam Wood +142 C Goblin Piker @DiTerlizzi +143 C Goblin Tunneler @Jesper Ejsing +15 C Goldenglow Moth @Howard Lyon +97 M Grave Titan @Nils Hamm +98 C Gravedigger @Dermot Power +180 C Greater Basilisk @James Ryman +56 C Harbor Serpent @Daarken +99 R Haunting Echoes @Nils Hamm +144 R Hoarding Dragon @Matt Cavotta +16 C Holy Strength @Terese Nielsen +17 R Honor of the Pure @Greg Staples +181 C Hornet Sting @Matt Stewart +100 U Howling Banshee @Andrew Robinson +182 C Hunters' Feast @Matt Stewart +57 C Ice Cage @Mike Bierek +145 C Incite @Scott Chou +18 C Infantry Veteran @Christopher Rush +146 M Inferno Titan @Kev Walker +19 C Inspired Charge @Wayne Reynolds +234 L Island @Rob Alexander +235 L Island @John Avon +236 L Island @Fred Fields +237 L Island @Eric Peterson +58 M Jace Beleren @Aleksi Briclot +59 C Jace's Erasure @Jason Chan +60 U Jace's Ingenuity @Igor Kieryluk +208 R Jinxed Idol @jD +209 U Juggernaut @Mark Hyzer +20 R Knight Exemplar @Jason Chan +210 U Kraken's Eye @Alan Pollack +147 C Lava Axe @Brian Snõddy +61 R Leyline of Anticipation @Charles Urbach +148 R Leyline of Punishment @Charles Urbach +21 R Leyline of Sanctity @Ryan Pancoast +183 R Leyline of Vitality @Jim Nelson +101 R Leyline of the Void @Rob Alexander +149 C Lightning Bolt @Christopher Moeller +102 M Liliana Vess @Aleksi Briclot +103 U Liliana's Caress @Steve Argyle +104 C Liliana's Specter @Vance Kovacs +184 C Llanowar Elves @Kev Walker +150 R Magma Phoenix @Raymond Swanland +62 C Mana Leak @Howard Lyon +151 C Manic Vandal @Christopher Moeller +63 C Maritime Guard @Allen Williams +64 R Mass Polymorph @Christopher Moeller +65 R Merfolk Sovereign @Jesper Ejsing +66 C Merfolk Spy @Matt Cavotta & Richard Whitters +22 C Mighty Leap @rk post +67 U Mind Control @Ryan Pancoast +105 C Mind Rot @Steve Luke +185 R Mitotic Slime @Raymond Swanland +242 L Mountain @Rob Alexander +243 L Mountain @John Avon +244 L Mountain @Nils Hamm +245 L Mountain @Karl Kopinski +226 R Mystifying Maze @Robh Ruppel +106 R Nantuko Shade @Brian Snõddy +186 C Naturalize @Tim Hildebrandt +187 U Nature's Spiral @Terese Nielsen +107 R Necrotic Plague @Jaime Jones +68 C Negate @Jeremy Jarvis +108 C Nether Horror @Allen Williams +109 C Nightwing Shade @Lucas Graciano +188 R Obstinate Baloth @Chris Rahn +211 U Ornithopter @Franz Vohwinkel +189 R Overwhelming Stampede @Steven Belledin +23 C Pacifism @Robert Bliss +24 C Palace Guard @Volkan Baǵa +69 C Phantom Beast @Ryan Yee +110 R Phylactery Lich @Michael Komarck +230 L Plains @John Avon +231 L Plains @John Avon +232 L Plains @D. J. Cleland-Hura +233 L Plains @Ryan Pancoast +212 M Platinum Angel @Brom +190 C Plummet @Pete Venters +70 C Preordain @Svetlin Velinov +191 C Primal Cocoon @Daniel Ljunggren +192 M Primeval Titan @Aleksi Briclot +193 U Prized Unicorn @Sam Wood +152 U Prodigal Pyromancer @Jeremy Jarvis +194 R Protean Hydra @Jim Murray +153 C Pyretic Ritual @James Paick +154 U Pyroclasm @John Avon +111 C Quag Sickness @Martina Pilcerova +112 U Reassembling Skeleton @Austin Hsu +71 R Redirect @Izzy +113 U Relentless Rats @Thomas M. Baxa +155 R Reverberate @jD +114 U Rise from the Grave @Vance Kovacs +25 U Roc Egg @Paul Bonner +227 R Rootbound Crag @Matt Stewart +115 C Rotting Legion @Carl Critchlow +116 R Royal Assassin @Mark Zug +195 C Runeclaw Bear @Jesper Ejsing +196 C Sacred Wolf @Matt Stewart +26 C Safe Passage @Christopher Moeller +72 C Scroll Thief @Alex Horley-Orlandelli +27 U Serra Angel @Greg Staples +28 R Serra Ascendant @Anthony Palumbo +156 U Shiv's Embrace @Dave Kendall +29 C Siege Mastodon @Matt Cavotta +117 C Sign in Blood @Howard Lyon +30 R Silence @Wayne Reynolds +31 C Silvercoat Lion @Terese Nielsen +73 U Sleep @Chris Rahn +32 C Solemn Offering @Sam Wood +213 U Sorcerer's Strongbox @Chuck Lukacs +197 C Spined Wurm @Carl Critchlow +33 C Squadron Hawk @Rob Alexander +118 C Stabbing Pain @Zoltan Boros & Gabor Szikszai +214 R Steel Overseer @Chris Rahn +215 U Stone Golem @Martina Pilcerova +34 C Stormfront Pegasus @rk post +74 R Stormtide Leviathan @Karl Kopinski +35 M Sun Titan @Todd Lockwood +228 R Sunpetal Grove @Jason Chan +238 L Swamp @John Avon +239 L Swamp @Larry Elmore +240 L Swamp @Alex Horley-Orlandelli +241 L Swamp @Jim Pavelec +216 R Sword of Vengeance @Dan Scott +198 C Sylvan Ranger @Christopher Moeller +217 R Temple Bell @Mark Tedin +229 C Terramorphic Expanse @Dan Scott +157 C Thunder Strike @Wayne Reynolds +75 M Time Reversal @Howard Lyon +36 C Tireless Missionaries @Dave Kendall +76 C Tome Scour @Steven Belledin +77 R Traumatize @Greg Staples +218 R Triskelion @Christopher Moeller +119 C Unholy Strength @Terese Nielsen +78 C Unsummon @Izzy +37 R Vengeful Archon @Greg Staples +120 C Viscera Seer @John Stanko +158 C Volcanic Strength @Izzy +219 U Voltaic Key @Franz Vohwinkel +159 C Vulshok Berserker @Pete Venters +79 U Wall of Frost @Mike Bierek +199 C Wall of Vines @John Stanko +38 U War Priest of Thune @Izzy +220 U Warlord's Axe @Franz Vohwinkel +80 U Water Servant @Igor Kieryluk +221 U Whispersilk Cloak @Daren Bader +39 U White Knight @Christopher Moeller +160 R Wild Evocation @Chippy +40 C Wild Griffin @Matt Cavotta +222 U Wurm's Tooth @Alan Pollack +200 C Yavimaya Wurm @Steven Belledin [tokens] w_x_x_avatar_life_total diff --git a/forge-gui/res/editions/Magic 2012 Promos.txt b/forge-gui/res/editions/Magic 2012 Promos.txt index 37a55ce4136..9ce59a1f031 100644 --- a/forge-gui/res/editions/Magic 2012 Promos.txt +++ b/forge-gui/res/editions/Magic 2012 Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PM12 [cards] -82★ M Bloodlord of Vaasgoth -126★ R Chandra's Phoenix -156 U Stormblood Berserker -171 R Dungrove Elder -176★ R Garruk's Horde +82★ M Bloodlord of Vaasgoth @Min Yum +126★ R Chandra's Phoenix @Steve Argyle +156 U Stormblood Berserker @Greg Staples +171 R Dungrove Elder @Scott Chou +176★ R Garruk's Horde @Kev Walker diff --git a/forge-gui/res/editions/Magic 2012.txt b/forge-gui/res/editions/Magic 2012.txt index cebff00d67d..4dc90aab96a 100644 --- a/forge-gui/res/editions/Magic 2012.txt +++ b/forge-gui/res/editions/Magic 2012.txt @@ -13,255 +13,255 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M12 [cards] -41 C AEther Adept -161 U Acidic Slime -121 C Act of Treason -201 R Adaptive Automaton -1 R Aegis Angel -2 U Alabaster Mage -42 U Alluring Siren -43 C Amphin Cutthroat -202 U Angel's Feather -4 C Angel's Mercy -3 M Angelic Destiny -162 R Arachnus Spinner -163 C Arachnus Web -5 U Arbalest Elite -6 R Archon of Justice -7 C Armored Warhorse -8 C Assault Griffin -9 C Auramancer -164 U Autumn's Veil -44 C Aven Fleetwing -45 U Azure Mage -46 U Belltower Sphinx -10 C Benalish Veteran -165 R Birds of Paradise -122 C Blood Ogre -81 C Blood Seeker -82 M Bloodlord of Vaasgoth -83 C Bloodrage Vampire -123 C Bonebreaker Giant -166 C Bountiful Harvest -167 C Brindle Boar -84 C Brink of Disaster -224 U Buried Ruin -85 R Call to the Grave -47 C Cancel -168 U Carnage Wurm -11 U Celestial Purge -86 R Cemetery Reaper -125 C Chandra's Outrage -126 R Chandra's Phoenix -124 M Chandra, the Firebrand -48 C Chasm Drake -87 C Child of Night -127 U Circle of Flame -128 U Combust -88 U Consume Spirit -49 C Coral Merfolk -129 U Crimson Mage -203 U Crown of Empires -204 U Crumbling Colossus -169 U Cudgel Troll -89 C Dark Favor -12 R Day of Judgment -90 U Deathmark -205 U Demon's Horn -13 C Demystify -91 C Devouring Swarm -92 U Diabolic Tutor -93 C Disentomb -94 C Distress -50 C Divination -14 C Divine Favor -51 R Djinn of Wishes -95 C Doom Blade -170 R Doubling Chant -206 U Dragon's Claw -225 R Dragonskull Summit -96 C Drifting Shade -226 R Drowned Catacomb -207 R Druidic Satchel -171 R Dungrove Elder -97 C Duskhunter Bat -15 U Elite Vanguard -208 U Elixir of Immortality -172 R Elvish Archdruid -130 C Fiery Hellhound -131 U Fireball -132 C Firebreathing -133 R Flameblast Dragon -52 U Flashfreeze -53 C Flight -134 C Fling -173 C Fog -248 L Forest -248 L Forest -248 L Forest -248 L Forest -54 C Frost Breath -55 M Frost Titan -135 M Furyborn Hellkite -175 C Garruk's Companion -176 R Garruk's Horde -174 M Garruk, Primal Hunter -177 C Giant Spider -16 M Gideon Jura -17 R Gideon's Avenger -18 C Gideon's Lawkeeper -227 R Glacial Fortress -178 C Gladecover Scout -136 C Goblin Arsonist -137 U Goblin Bangchuckers -138 R Goblin Chieftain -139 C Goblin Fireslinger -140 U Goblin Grenade -141 C Goblin Piker -142 C Goblin Tunneler -143 C Goblin War Paint -144 C Gorehorn Minotaurs -19 R Grand Abolisher -98 M Grave Titan -99 C Gravedigger -179 C Greater Basilisk -209 U Greatsword -20 C Griffin Rider -21 C Griffin Sentinel -145 R Grim Lavamancer -22 C Guardians' Pledge -56 C Harbor Serpent -100 C Hideous Visage -23 R Honor of the Pure -180 U Hunter's Insight -57 C Ice Cage -146 C Incinerate -147 M Inferno Titan -234 L Island -234 L Island -234 L Island -234 L Island -59 R Jace's Archivist -60 C Jace's Erasure -58 M Jace, Memory Adept -181 U Jade Mage -210 U Kite Shield -211 U Kraken's Eye -148 C Lava Axe -61 U Levitation -24 C Lifelink -149 C Lightning Elemental -182 C Llanowar Elves -62 R Lord of the Unreal -183 U Lure -184 C Lurking Crocodile -63 C Mana Leak -150 R Manabarbs -212 C Manalith -151 C Manic Vandal -64 U Master Thief -65 C Merfolk Looter -66 C Merfolk Mesmerist -25 R Mesa Enchantress -26 C Mighty Leap -67 U Mind Control -101 C Mind Rot -68 R Mind Unbound -102 R Monomania -245 L Mountain -245 L Mountain -245 L Mountain -245 L Mountain -185 C Naturalize -69 C Negate -27 U Oblivion Ring -103 U Onyx Mage -186 U Overrun -28 C Pacifism -213 R Pentavus -29 C Peregrine Griffin -30 R Personal Sanctuary -70 C Phantasmal Bear -71 U Phantasmal Dragon -72 R Phantasmal Image -233 L Plains -233 L Plains -233 L Plains -233 L Plains -187 C Plummet -73 C Ponder -31 C Pride Guardian -188 M Primeval Titan -189 M Primordial Hydra -214 R Quicksilver Amulet -190 C Rampant Growth -104 U Reassembling Skeleton -191 C Reclaim -74 R Redirect -152 R Reverberate -192 R Rites of Flourishing -32 U Roc Egg -228 R Rootbound Crag -105 R Royal Assassin -106 R Rune-Scarred Demon -193 C Runeclaw Bear -215 U Rusted Sentinel -194 C Sacred Wolf -216 U Scepter of Empires -153 R Scrambleverse -107 U Sengir Vampire -33 U Serra Angel -154 C Shock -34 C Siege Mastodon -195 R Skinshifter -75 C Skywinder Drake -155 C Slaughter Cry -108 U Smallpox -217 R Solemn Simulacrum -109 M Sorin Markov -110 C Sorin's Thirst -111 R Sorin's Vengeance -76 R Sphinx of Uthuun -35 U Spirit Mantle -196 C Stampeding Rhino -36 C Stave Off -197 U Stingerfling Spider -37 C Stonehorn Dignitary -156 U Stormblood Berserker -38 C Stormfront Pegasus -39 M Sun Titan -218 R Sundial of the Infinite -229 R Sunpetal Grove -112 R Sutured Ghoul -241 L Swamp -241 L Swamp -241 L Swamp -241 L Swamp -219 U Swiftfoot Boots -113 C Taste of Blood -157 U Tectonic Rift -220 U Thran Golem -221 R Throne of Empires -77 M Time Reversal -40 U Timely Reinforcements -198 C Titanic Growth -114 C Tormented Soul -199 C Trollhide -78 U Turn to Frog -79 C Unsummon -115 U Vampire Outcasts -200 C Vastwood Gorger -116 R Vengeful Pharaoh -80 R Visions of Beyond -158 U Volcanic Dragon -159 C Wall of Torches -117 C Warpath Ghoul -160 R Warstorm Surge -222 R Worldslayer -118 C Wring Flesh -223 U Wurm's Tooth -119 C Zombie Goliath -120 U Zombie Infestation +41 C Aether Adept @Eric Deschamps +161 U Acidic Slime @Karl Kopinski +121 C Act of Treason @Eric Deschamps +201 R Adaptive Automaton @Igor Kieryluk +1 R Aegis Angel @Aleksi Briclot +2 U Alabaster Mage @Izzy +42 U Alluring Siren @Chippy +43 C Amphin Cutthroat @Howard Lyon +202 U Angel's Feather @Alan Pollack +4 C Angel's Mercy @Andrew Robinson +3 M Angelic Destiny @Jana Schirmer & Johannes Voss +162 R Arachnus Spinner @Karl Kopinski +163 C Arachnus Web @Karl Kopinski +5 U Arbalest Elite @Chris Rahn +6 R Archon of Justice @Jason Chan +7 C Armored Warhorse @rk post +8 C Assault Griffin @Jesper Ejsing +9 C Auramancer @Rebecca Guay +164 U Autumn's Veil @Kekai Kotaki +44 C Aven Fleetwing @Wayne Reynolds +45 U Azure Mage @Izzy +46 U Belltower Sphinx @Jim Nelson +10 C Benalish Veteran @Steven Belledin +165 R Birds of Paradise @Marcelo Vignali +122 C Blood Ogre @Christopher Moeller +81 C Blood Seeker @Greg Staples +82 M Bloodlord of Vaasgoth @Greg Staples +83 C Bloodrage Vampire @Steve Prescott +123 C Bonebreaker Giant @Kev Walker +166 C Bountiful Harvest @Jason Chan +167 C Brindle Boar @Dave Allsop +84 C Brink of Disaster @Alex Horley-Orlandelli +224 U Buried Ruin @Franz Vohwinkel +85 R Call to the Grave @Daarken +47 C Cancel @David Palumbo +168 U Carnage Wurm @Dave Kendall +11 U Celestial Purge @David Palumbo +86 R Cemetery Reaper @Dave Allsop +125 C Chandra's Outrage @Christopher Moeller +126 R Chandra's Phoenix @Aleksi Briclot +124 M Chandra, the Firebrand @D. Alexander Gregory +48 C Chasm Drake @Anthony Francisco +87 C Child of Night @Ash Wood +127 U Circle of Flame @Jaime Jones +128 U Combust @Jaime Jones +88 U Consume Spirit @Justin Sweet +49 C Coral Merfolk @rk post +129 U Crimson Mage @Izzy +203 U Crown of Empires @John Avon +204 U Crumbling Colossus @Michael C. Hayes +169 U Cudgel Troll @Jesper Ejsing +89 C Dark Favor @Allen Williams +12 R Day of Judgment @Vincent Proce +90 U Deathmark @Steven Belledin +205 U Demon's Horn @Alan Pollack +13 C Demystify @Véronique Meignaud +91 C Devouring Swarm @Wayne England +92 U Diabolic Tutor @Greg Staples +93 C Disentomb @Alex Horley-Orlandelli +94 C Distress @Michael C. Hayes +50 C Divination @Howard Lyon +14 C Divine Favor @Allen Williams +51 R Djinn of Wishes @Kev Walker +95 C Doom Blade @Chippy +170 R Doubling Chant @Wayne England +206 U Dragon's Claw @Alan Pollack +225 R Dragonskull Summit @Jon Foster +96 C Drifting Shade @Tomasz Jedruszek +226 R Drowned Catacomb @Dave Kendall +207 R Druidic Satchel @Matt Stewart +171 R Dungrove Elder @Matt Stewart +97 C Duskhunter Bat @Jesper Ejsing +15 U Elite Vanguard @Mark Tedin +208 U Elixir of Immortality @Zoltan Boros & Gabor Szikszai +172 R Elvish Archdruid @Karl Kopinski +130 C Fiery Hellhound @Ted Galaday +131 U Fireball @Dave Dorman +132 C Firebreathing @Aleksi Briclot +133 R Flameblast Dragon @Jaime Jones +52 U Flashfreeze @Brian Despain +53 C Flight @Mark Zug +134 C Fling @Paolo Parente +173 C Fog @Jaime Jones +246 L Forest @Glen Angus +247 L Forest @Volkan Baǵa +248 L Forest @Jim Nelson +249 L Forest @Ryan Pancoast +54 C Frost Breath @Mike Bierek +55 M Frost Titan @Mike Bierek +135 M Furyborn Hellkite @Brad Rigney +175 C Garruk's Companion @Efrem Palacios +176 R Garruk's Horde @Steve Prescott +174 M Garruk, Primal Hunter @D. Alexander Gregory +177 C Giant Spider @Randy Gallegos +16 M Gideon Jura @Aleksi Briclot +17 R Gideon's Avenger @Randy Gallegos +18 C Gideon's Lawkeeper @Steve Prescott +227 R Glacial Fortress @Franz Vohwinkel +178 C Gladecover Scout @Allen Williams +136 C Goblin Arsonist @Wayne Reynolds +137 U Goblin Bangchuckers @Wayne Reynolds +138 R Goblin Chieftain @Sam Wood +139 C Goblin Fireslinger @Pete Venters +140 U Goblin Grenade @Kev Walker +141 C Goblin Piker @DiTerlizzi +142 C Goblin Tunneler @Jesper Ejsing +143 C Goblin War Paint @Austin Hsu +144 C Gorehorn Minotaurs @Wayne Reynolds +19 R Grand Abolisher @Eric Deschamps +98 M Grave Titan @Nils Hamm +99 C Gravedigger @Dermot Power +179 C Greater Basilisk @James Ryman +209 U Greatsword @Nic Klein +20 C Griffin Rider @Steve Prescott +21 C Griffin Sentinel @Warren Mahy +145 R Grim Lavamancer @Michael Sutfin +22 C Guardians' Pledge @Christopher Moeller +56 C Harbor Serpent @Daarken +100 C Hideous Visage @Nils Hamm +23 R Honor of the Pure @Greg Staples +180 U Hunter's Insight @Terese Nielsen +57 C Ice Cage @Mike Bierek +146 C Incinerate @Zoltan Boros & Gabor Szikszai +147 M Inferno Titan @Kev Walker +234 L Island @Rob Alexander +235 L Island @Cliff Childs +236 L Island @Michael Komarck +237 L Island @Peter Mohrbacher +59 R Jace's Archivist @James Ryman +60 C Jace's Erasure @Jason Chan +58 M Jace, Memory Adept @D. Alexander Gregory +181 U Jade Mage @Izzy +210 U Kite Shield @Jim Pavelec +211 U Kraken's Eye @Alan Pollack +148 C Lava Axe @Brian Snõddy +61 U Levitation @Jim Murray +24 C Lifelink @Terese Nielsen +149 C Lightning Elemental @Kev Walker +182 C Llanowar Elves @Kev Walker +62 R Lord of the Unreal @Jason Chan +183 U Lure @D. Alexander Gregory +184 C Lurking Crocodile @Donato Giancola +63 C Mana Leak @Howard Lyon +150 R Manabarbs @Jeff Miracola +212 C Manalith @Charles Urbach +151 C Manic Vandal @Christopher Moeller +64 U Master Thief @Christopher Moeller +65 C Merfolk Looter @Austin Hsu +66 C Merfolk Mesmerist @Jana Schirmer & Johannes Voss +25 R Mesa Enchantress @Randy Gallegos +26 C Mighty Leap @rk post +67 U Mind Control @Ryan Pancoast +101 C Mind Rot @Steve Luke +68 R Mind Unbound @Jason Felix +102 R Monomania @James Ryman +242 L Mountain @Cliff Childs +243 L Mountain @Karl Kopinski +244 L Mountain @Robh Ruppel +245 L Mountain @Sam Wood +185 C Naturalize @Tim Hildebrandt +69 C Negate @Jeremy Jarvis +27 U Oblivion Ring @Franz Vohwinkel +103 U Onyx Mage @Izzy +186 U Overrun @Carl Critchlow +28 C Pacifism @Robert Bliss +213 R Pentavus @Greg Staples +29 C Peregrine Griffin @Steve Prescott +30 R Personal Sanctuary @Howard Lyon +70 C Phantasmal Bear @Ryan Yee +71 U Phantasmal Dragon @Wayne Reynolds +72 R Phantasmal Image @Nils Hamm +230 L Plains @Rob Alexander +231 L Plains @D. J. Cleland-Hura +232 L Plains @Howard Lyon +233 L Plains @Charles Urbach +187 C Plummet @Pete Venters +73 C Ponder @Dan Scott +31 C Pride Guardian @Chris Rahn +188 M Primeval Titan @Aleksi Briclot +189 M Primordial Hydra @Aleksi Briclot +214 R Quicksilver Amulet @Brad Rigney +190 C Rampant Growth @Steven Belledin +104 U Reassembling Skeleton @Austin Hsu +191 C Reclaim @Andrew Robinson +74 R Redirect @Izzy +152 R Reverberate @jD +192 R Rites of Flourishing @Brandon Kitkouski +32 U Roc Egg @Paul Bonner +228 R Rootbound Crag @Matt Stewart +105 R Royal Assassin @Mark Zug +106 R Rune-Scarred Demon @Michael Komarck +193 C Runeclaw Bear @Jesper Ejsing +215 U Rusted Sentinel @Jason Felix +194 C Sacred Wolf @Matt Stewart +216 U Scepter of Empires @John Avon +153 R Scrambleverse @Dan Scott +107 U Sengir Vampire @Kev Walker +33 U Serra Angel @Greg Staples +154 C Shock @Jon Foster +34 C Siege Mastodon @Matt Cavotta +195 R Skinshifter @Matt Stewart +75 C Skywinder Drake @Dan Scott +155 C Slaughter Cry @Matt Cavotta +108 U Smallpox @Ryan Pancoast +217 R Solemn Simulacrum @Dan Scott +109 M Sorin Markov @Michael Komarck +110 C Sorin's Thirst @Karl Kopinski +111 R Sorin's Vengeance @Jana Schirmer & Johannes Voss +76 R Sphinx of Uthuun @Kekai Kotaki +35 U Spirit Mantle @Izzy +196 C Stampeding Rhino @Steven Belledin +36 C Stave Off @Mark Zug +197 U Stingerfling Spider @Dave Allsop +37 C Stonehorn Dignitary @Dave Kendall +156 U Stormblood Berserker @Min Yum +38 C Stormfront Pegasus @rk post +39 M Sun Titan @Todd Lockwood +218 R Sundial of the Infinite @Vincent Proce +229 R Sunpetal Grove @Jason Chan +112 R Sutured Ghoul @Carl Critchlow +238 L Swamp @Cliff Childs +239 L Swamp @Chippy +240 L Swamp @Jung Park +241 L Swamp @Alan Pollack +219 U Swiftfoot Boots @Svetlin Velinov +113 C Taste of Blood @Howard Lyon +157 U Tectonic Rift @John Avon +220 U Thran Golem @Ron Spears +221 R Throne of Empires @John Avon +77 M Time Reversal @Howard Lyon +40 U Timely Reinforcements @Tomasz Jedruszek +198 C Titanic Growth @Ryan Pancoast +114 C Tormented Soul @Karl Kopinski +199 C Trollhide @Steven Belledin +78 U Turn to Frog @Warren Mahy +79 C Unsummon @Izzy +115 U Vampire Outcasts @Clint Cearley +200 C Vastwood Gorger @Kieran Yanner +116 R Vengeful Pharaoh @Igor Kieryluk +80 R Visions of Beyond @Terese Nielsen +158 U Volcanic Dragon @Chris Rahn +159 C Wall of Torches @Mike Bierek +117 C Warpath Ghoul @rk post +160 R Warstorm Surge @Raymond Swanland +222 R Worldslayer @Greg Staples +118 C Wring Flesh @Izzy +223 U Wurm's Tooth @Alan Pollack +119 C Zombie Goliath @E. M. Gist +120 U Zombie Infestation @Thomas M. Baxa [tokens] w_3_3_bird_flying diff --git a/forge-gui/res/editions/Magic 2013 Promos.txt b/forge-gui/res/editions/Magic 2013 Promos.txt index 067cb6c709a..d922c5b64e5 100644 --- a/forge-gui/res/editions/Magic 2013 Promos.txt +++ b/forge-gui/res/editions/Magic 2013 Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PM13 [cards] -118★ R Xathrid Gorgon -140★ R Magmaquake -177★ U Mwonvuli Beast Tracker -217★ R Staff of Nin -221★ R Cathedral of War +118★ R Xathrid Gorgon @Wesley Burt +140★ R Magmaquake @Sam Burley +177★ U Mwonvuli Beast Tracker @Jason A. Engle +217★ R Staff of Nin @Brad Rigney +221★ R Cathedral of War @Franz Vohwinkel diff --git a/forge-gui/res/editions/Magic 2013.txt b/forge-gui/res/editions/Magic 2013.txt index 3e7178d1498..304f24423ba 100644 --- a/forge-gui/res/editions/Magic 2013.txt +++ b/forge-gui/res/editions/Magic 2013.txt @@ -13,255 +13,255 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M13 [cards] -159 U Acidic Slime -2 C Ajani's Sunstriker -1 M Ajani, Caller of the Pride -200 M Akroma's Memorial -3 C Angel's Mercy -4 U Angelic Benediction -160 C Arbor Elf -41 C Archaeomancer -42 U Arctic Aven -120 U Arms Dealer -5 C Attended Knight -43 U Augur of Bolas -6 C Aven Squire -44 R Battle of Wits -7 C Battleflight Eagle -121 C Bladetusk Boar -81 U Blood Reckoning -82 C Bloodhunter Bat -83 C Bloodthrone Vampire -161 C Bond Beetle -162 R Boundless Realms -163 C Bountiful Harvest -122 C Canyon Minotaur -8 R Captain of the Watch -9 C Captain's Call -221 R Cathedral of War -164 C Centaur Courser -124 C Chandra's Fury -123 M Chandra, the Firebrand -201 U Chronomaton -125 U Cleaver Riot -202 U Clock of Omens -45 R Clone -46 U Courtly Provocateur -84 U Cower in Fear -126 C Craterize -127 U Crimson Muckwader -85 C Crippling Blight -10 U Crusader of Odric -86 C Dark Favor -165 C Deadly Recluse -87 R Diabolic Revelation -88 R Disciple of Bolas -89 C Disentomb -47 C Divination -11 C Divine Favor -12 C Divine Verdict -203 R Door to Nothingness -48 C Downpour -128 C Dragon Hatchling -222 R Dragonskull Summit -223 R Drowned Catacomb -90 C Duress -166 U Duskdale Wurm -91 U Duskmantle Prowler -92 C Duty-Bound Dead -167 M Elderscale Wurm -204 U Elixir of Immortality -168 R Elvish Archdruid -169 C Elvish Visionary -49 C Encrust -13 C Erase -93 C Essence Drain -50 C Essence Scatter -224 C Evolving Wilds -51 C Faerie Invaders -14 R Faith's Reward -170 C Farseek -129 R Fervor -130 C Fire Elemental -131 R Firewing Phoenix -132 U Flames of the Firebrand -171 U Flinthoof Boar -172 C Fog -52 U Fog Bank -249 L Forest -249 L Forest -249 L Forest -249 L Forest -173 U Fungal Sprouting -133 U Furnace Whelp -175 U Garruk's Packleader -174 M Garruk, Primal Hunter -205 U Gem of Becoming -94 C Giant Scorpion -206 R Gilded Lotus -225 R Glacial Fortress -15 C Glorious Charge -134 C Goblin Arsonist -135 C Goblin Battle Jester -16 C Griffin Protector -176 R Ground Seal -17 C Guardian Lions -18 C Guardians of Akrasa -136 R Hamletback Goliath -95 U Harbor Bandit -53 C Harbor Serpent -19 U Healer of the Pride -226 R Hellion Crucible -54 C Hydrosurge -55 C Index -20 R Intrepid Hero -237 L Island -237 L Island -237 L Island -237 L Island -57 U Jace's Phantasm -56 M Jace, Memory Adept -207 U Jayemdae Tome -137 C Kindled Fury -208 U Kitesail -21 U Knight of Glory -96 U Knight of Infamy -58 C Kraken Hatchling -139 C Krenko's Command -138 R Krenko, Mob Boss -97 M Liliana of the Dark Realms -98 C Liliana's Shade -140 R Magmaquake -141 U Mark of Mutiny -99 C Mark of the Vampire -59 R Master of the Pearl Trident -60 C Merfolk of the Pearl Trident -100 C Mind Rot -61 C Mind Sculpt -142 U Mindclaw Shaman -143 C Mogg Flunkies -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -101 C Murder -102 R Mutilate -177 U Mwonvuli Beast Tracker -178 C Naturalize -103 R Nefarox, Overlord of Grixis -62 C Negate -199 M Nicol Bolas, Planeswalker -22 U Oblivion Ring -23 R Odric, Master Tactician -63 M Omniscience -24 C Pacifism -104 R Phylactery Lich -209 U Phyrexian Hulk -25 C Pillarfield Ox -232 L Plains -232 L Plains -232 L Plains -232 L Plains -26 R Planar Cleansing -179 C Plummet -180 R Predatory Rampage -181 C Prey Upon -210 U Primal Clay -182 C Primal Huntbeast -183 M Primordial Hydra -27 U Prized Elephant -105 U Public Execution -184 R Quirion Dryad -28 U Rain of Blades -185 U Rancor -186 C Ranger's Path -106 C Ravenous Rats -144 C Reckless Brute -64 R Redirect -227 U Reliquary Tower -145 R Reverberate -187 U Revive -65 U Rewind -29 R Rhox Faithmender -211 U Ring of Evos Isle -212 U Ring of Kalonia -213 U Ring of Thune -214 U Ring of Valkas -215 U Ring of Xathrid -107 U Rise from the Grave -188 U Roaring Primadox -228 R Rootbound Crag -146 C Rummaging Goblin -30 C Safe Passage -216 R Sands of Delirium -66 C Scroll Thief -147 C Searing Spear -189 C Sentinel Spider -190 C Serpent's Gift -31 U Serra Angel -32 M Serra Avatar -33 R Serra Avenger -108 C Servant of Nefarox -109 R Shimian Specter -34 C Show of Valor -110 C Sign in Blood -191 R Silklash Spider -35 C Silvercoat Lion -67 U Sleep -148 R Slumbering Dragon -149 C Smelt -68 R Spelltwine -69 R Sphinx of Uthuun -192 C Spiked Baloth -217 R Staff of Nin -70 R Stormtide Leviathan -218 R Stuffy Doll -36 M Sublime Archangel -229 R Sunpetal Grove -239 L Swamp -239 L Swamp -239 L Swamp -239 L Swamp -71 U Switcheroo -73 U Talrand's Invocation -72 R Talrand, Sky Summoner -193 R Thragtusk -150 M Thundermaw Hellkite -194 C Timberpack Wolf -195 C Titanic Growth -151 U Torch Fiend -111 C Tormented Soul -219 U Tormod's Crypt -37 R Touch of the Eternal -220 R Trading Post -74 C Tricks of the Trade -152 C Trumpet Blast -153 C Turn to Slag -75 C Unsummon -112 U Vampire Nighthawk -113 M Vampire Nocturnus -196 C Vastwood Gorger -76 C Vedalken Entrancer -114 U Veilborn Ghoul -115 C Vile Rebirth -77 R Void Stalker -154 U Volcanic Geyser -155 C Volcanic Strength -116 C Walking Corpse -156 C Wall of Fire -38 C War Falcon -39 U War Priest of Thune -40 C Warclamp Mastiff -78 C Watercourser -79 C Welkin Tern -157 C Wild Guess -80 C Wind Drake -117 R Wit's End -158 M Worldfire -118 R Xathrid Gorgon -198 C Yeva's Forcemage -197 R Yeva, Nature's Herald -119 C Zombie Goliath +159 U Acidic Slime @Karl Kopinski +2 C Ajani's Sunstriker @Matt Stewart +1 M Ajani, Caller of the Pride @D. Alexander Gregory +200 M Akroma's Memorial @Dan Scott +3 C Angel's Mercy @Andrew Robinson +4 U Angelic Benediction @Michael Komarck +160 C Arbor Elf @rk post +41 C Archaeomancer @Zoltan Boros +42 U Arctic Aven @Igor Kieryluk +120 U Arms Dealer @Wayne Reynolds +5 C Attended Knight @Seb McKinnon +43 U Augur of Bolas @Slawomir Maniak +6 C Aven Squire @David Palumbo +44 R Battle of Wits @Jason Chan +7 C Battleflight Eagle @Kev Walker +121 C Bladetusk Boar @Paul Bonner +81 U Blood Reckoning @Wayne Reynolds +82 C Bloodhunter Bat @Tomasz Jedruszek +83 C Bloodthrone Vampire @Steve Argyle +161 C Bond Beetle @John Avon +162 R Boundless Realms @Cliff Childs +163 C Bountiful Harvest @Jason Chan +122 C Canyon Minotaur @Steve Prescott +8 R Captain of the Watch @Greg Staples +9 C Captain's Call @Greg Staples +221 R Cathedral of War @Kekai Kotaki +164 C Centaur Courser @Vance Kovacs +124 C Chandra's Fury @Volkan Baǵa +123 M Chandra, the Firebrand @D. Alexander Gregory +201 U Chronomaton @Vincent Proce +125 U Cleaver Riot @Dave Kendall +202 U Clock of Omens @Ryan Yee +45 R Clone @Kev Walker +46 U Courtly Provocateur @James Ryman +84 U Cower in Fear @Nils Hamm +126 C Craterize @Eytan Zana +127 U Crimson Muckwader @Steven Belledin +85 C Crippling Blight @Lucas Graciano +10 U Crusader of Odric @Michael Komarck +86 C Dark Favor @Allen Williams +165 C Deadly Recluse @Warren Mahy +87 R Diabolic Revelation @Raymond Swanland +88 R Disciple of Bolas @Slawomir Maniak +89 C Disentomb @Alex Horley-Orlandelli +47 C Divination @Howard Lyon +11 C Divine Favor @Allen Williams +12 C Divine Verdict @Kev Walker +203 R Door to Nothingness @Svetlin Velinov +48 C Downpour @Eytan Zana +128 C Dragon Hatchling @David Palumbo +222 R Dragonskull Summit @Jon Foster +223 R Drowned Catacomb @Dave Kendall +90 C Duress @Steven Belledin +166 U Duskdale Wurm @Dan Dos Santos +91 U Duskmantle Prowler @Johannes Voss +92 C Duty-Bound Dead @Johannes Voss +167 M Elderscale Wurm @Richard Wright +204 U Elixir of Immortality @Zoltan Boros & Gabor Szikszai +168 R Elvish Archdruid @Karl Kopinski +169 C Elvish Visionary @D. Alexander Gregory +49 C Encrust @Jason Felix +13 C Erase @Richard Wright +93 C Essence Drain @Jim Nelson +50 C Essence Scatter @Jon Foster +224 C Evolving Wilds @Steven Belledin +51 C Faerie Invaders @Ryan Pancoast +14 R Faith's Reward @Raymond Swanland +170 C Farseek @Martina Pilcerova +129 R Fervor @Wayne England +130 C Fire Elemental @Slawomir Maniak +131 R Firewing Phoenix @James Paick +132 U Flames of the Firebrand @Steve Argyle +171 U Flinthoof Boar @Erica Yang +172 C Fog @Jaime Jones +52 U Fog Bank @Howard Lyon +246 L Forest @Volkan Baǵa +247 L Forest @Steven Belledin +248 L Forest @Noah Bradley +249 L Forest @Jim Nelson +173 U Fungal Sprouting @Brad Rigney +133 U Furnace Whelp @Matt Cavotta +175 U Garruk's Packleader @Nils Hamm +174 M Garruk, Primal Hunter @D. Alexander Gregory +205 U Gem of Becoming @Jack Wang +94 C Giant Scorpion @Raymond Swanland +206 R Gilded Lotus @Martina Pilcerova +225 R Glacial Fortress @Franz Vohwinkel +15 C Glorious Charge @Izzy +134 C Goblin Arsonist @Wayne Reynolds +135 C Goblin Battle Jester @Steve Prescott +16 C Griffin Protector @Christopher Moeller +176 R Ground Seal @Charles Urbach +17 C Guardian Lions @Johannes Voss +18 C Guardians of Akrasa @Alan Pollack +136 R Hamletback Goliath @Paolo Parente & Brian Snõddy +95 U Harbor Bandit @Jesper Ejsing +53 C Harbor Serpent @Daarken +19 U Healer of the Pride @Christopher Moeller +226 R Hellion Crucible @Trevor Claxton +54 C Hydrosurge @Steve Prescott +55 C Index @Kev Walker +20 R Intrepid Hero @Greg Hildebrandt +234 L Island @Rob Alexander +235 L Island @Noah Bradley +236 L Island @Cliff Childs +237 L Island @Peter Mohrbacher +57 U Jace's Phantasm @Johann Bodin +56 M Jace, Memory Adept @D. Alexander Gregory +207 U Jayemdae Tome @Donato Giancola +137 C Kindled Fury @Wayne Reynolds +208 U Kitesail @Cyril Van Der Haegen +21 U Knight of Glory @Peter Mohrbacher +96 U Knight of Infamy @Peter Mohrbacher +58 C Kraken Hatchling @Jason Felix +139 C Krenko's Command @Karl Kopinski +138 R Krenko, Mob Boss @Karl Kopinski +97 M Liliana of the Dark Realms @D. Alexander Gregory +98 C Liliana's Shade @Eric Deschamps +140 R Magmaquake @Gabor Szikszai +141 U Mark of Mutiny @Mike Bierek +99 C Mark of the Vampire @Winona Nelson +59 R Master of the Pearl Trident @Ryan Pancoast +60 C Merfolk of the Pearl Trident @Ray Lago +100 C Mind Rot @Steve Luke +61 C Mind Sculpt @Michael C. Hayes +142 U Mindclaw Shaman @Slawomir Maniak +143 C Mogg Flunkies @Brom +242 L Mountain @Cliff Childs +243 L Mountain @Nils Hamm +244 L Mountain @Karl Kopinski +245 L Mountain @Robh Ruppel +101 C Murder @Allen Williams +102 R Mutilate @Tyler Jacobson +177 U Mwonvuli Beast Tracker @Zoltan Boros +178 C Naturalize @Scott Chou +103 R Nefarox, Overlord of Grixis @Aleksi Briclot +62 C Negate @Jeremy Jarvis +199 M Nicol Bolas, Planeswalker @D. Alexander Gregory +22 U Oblivion Ring @Franz Vohwinkel +23 R Odric, Master Tactician @Michael Komarck +63 M Omniscience @Jason Chan +24 C Pacifism @Robert Bliss +104 R Phylactery Lich @Michael Komarck +209 U Phyrexian Hulk @Steven Belledin +25 C Pillarfield Ox @Andrew Robinson +230 L Plains @John Avon +231 L Plains @Noah Bradley +232 L Plains @Nils Hamm +233 L Plains @Charles Urbach +26 R Planar Cleansing @Michael Komarck +179 C Plummet @Pete Venters +180 R Predatory Rampage @Wayne England +181 C Prey Upon @Dave Kendall +210 U Primal Clay @Lucas Graciano +182 C Primal Huntbeast @Chris Rahn +183 M Primordial Hydra @Aleksi Briclot +27 U Prized Elephant @Ioan Dumitrescu +105 U Public Execution @Anthony Palumbo +184 R Quirion Dryad @Todd Lockwood +28 U Rain of Blades @Rob Alexander +185 U Rancor @Kev Walker +186 C Ranger's Path @Tomasz Jedruszek +106 C Ravenous Rats @Carl Critchlow +144 C Reckless Brute @Johann Bodin +64 R Redirect @Izzy +227 U Reliquary Tower @Jesper Ejsing +145 R Reverberate @jD +187 U Revive @Matthew D. Wilson +65 U Rewind @Dermot Power +29 R Rhox Faithmender @Wesley Burt +211 U Ring of Evos Isle @Erica Yang +212 U Ring of Kalonia @Erica Yang +213 U Ring of Thune @Erica Yang +214 U Ring of Valkas @Erica Yang +215 U Ring of Xathrid @Erica Yang +107 U Rise from the Grave @Vance Kovacs +188 U Roaring Primadox @James Ryman +228 R Rootbound Crag @Matt Stewart +146 C Rummaging Goblin @Karl Kopinski +30 C Safe Passage @Christopher Moeller +216 R Sands of Delirium @Charles Urbach +66 C Scroll Thief @Alex Horley-Orlandelli +147 C Searing Spear @Chris Rahn +189 C Sentinel Spider @Vincent Proce +190 C Serpent's Gift @Steve Argyle +31 U Serra Angel @Greg Staples +32 M Serra Avatar @Dermot Power +33 R Serra Avenger @Scott M. Fischer +108 C Servant of Nefarox @Igor Kieryluk +109 R Shimian Specter @Anthony S. Waters +34 C Show of Valor @Anthony Palumbo +110 C Sign in Blood @Howard Lyon +191 R Silklash Spider @Iain McCaig +35 C Silvercoat Lion @Terese Nielsen +67 U Sleep @Chris Rahn +148 R Slumbering Dragon @Chris Rahn +149 C Smelt @Zoltan Boros +68 R Spelltwine @Noah Bradley +69 R Sphinx of Uthuun @Kekai Kotaki +192 C Spiked Baloth @Daarken +217 R Staff of Nin @Dan Scott +70 R Stormtide Leviathan @Karl Kopinski +218 R Stuffy Doll @David Rapoza +36 M Sublime Archangel @Cynthia Sheppard +229 R Sunpetal Grove @Jason Chan +238 L Swamp @Mike Bierek +239 L Swamp @Mike Bierek +240 L Swamp @Cliff Childs +241 L Swamp @Jung Park +71 U Switcheroo @Kev Walker +73 U Talrand's Invocation @Svetlin Velinov +72 R Talrand, Sky Summoner @Svetlin Velinov +193 R Thragtusk @Nils Hamm +150 M Thundermaw Hellkite @Svetlin Velinov +194 C Timberpack Wolf @John Avon +195 C Titanic Growth @Ryan Pancoast +151 U Torch Fiend @Winona Nelson +111 C Tormented Soul @Karl Kopinski +219 U Tormod's Crypt @Lars Grant-West +37 R Touch of the Eternal @Christopher Moeller +220 R Trading Post @Adam Paquette +74 C Tricks of the Trade @Steven Belledin +152 C Trumpet Blast @Carl Critchlow +153 C Turn to Slag @Zoltan Boros & Gabor Szikszai +75 C Unsummon @Izzy +112 U Vampire Nighthawk @Jason Chan +113 M Vampire Nocturnus @Raymond Swanland +196 C Vastwood Gorger @Kieran Yanner +76 C Vedalken Entrancer @Dan Scott +114 U Veilborn Ghoul @Dan Scott +115 C Vile Rebirth @Erica Yang +77 R Void Stalker @Marco Nelor +154 U Volcanic Geyser @Clint Cearley +155 C Volcanic Strength @Izzy +116 C Walking Corpse @Igor Kieryluk +156 C Wall of Fire @Dan Dos Santos +38 C War Falcon @Volkan Baǵa +39 U War Priest of Thune @Izzy +40 C Warclamp Mastiff @David Palumbo +78 C Watercourser @Mathias Kollros +79 C Welkin Tern @Austin Hsu +157 C Wild Guess @Lucas Graciano +80 C Wind Drake @Steve Prescott +117 R Wit's End @Chris Rahn +158 M Worldfire @Izzy +118 R Xathrid Gorgon @Chase Stone +198 C Yeva's Forcemage @Eric Deschamps +197 R Yeva, Nature's Herald @Eric Deschamps +119 C Zombie Goliath @E. M. Gist [tokens] w_2_2_cat diff --git a/forge-gui/res/editions/Magic 2014 Promos.txt b/forge-gui/res/editions/Magic 2014 Promos.txt index 449316e9041..8d911f99269 100644 --- a/forge-gui/res/editions/Magic 2014 Promos.txt +++ b/forge-gui/res/editions/Magic 2014 Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PM14 [cards] -21★ C Hive Stirrings -48★ R Colossal Whale -141★ R Goblin Diplomats -185★ R Megantic Sliver -215★ R Ratchet Bomb +21★ C Hive Stirrings @Johann Bodin +48★ R Colossal Whale @Erica Yang +141★ R Goblin Diplomats @Jesper Ejsing +185★ R Megantic Sliver @Lucas Graciano +215★ R Ratchet Bomb @Dan Scott diff --git a/forge-gui/res/editions/Magic 2014.txt b/forge-gui/res/editions/Magic 2014.txt index 418459bb40b..7d20f3f4a91 100644 --- a/forge-gui/res/editions/Magic 2014.txt +++ b/forge-gui/res/editions/Magic 2014.txt @@ -13,255 +13,255 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M14 [cards] -1 M Ajani, Caller of the Pride -2 R Ajani's Chosen -3 U Angelic Accord -4 C Angelic Wall -5 M Archangel of Thune -6 C Auramancer -7 U Banisher Priest -8 U Blessing -9 R Bonescythe Sliver -10 U Brave the Elements -11 C Capashen Knight -12 C Celestial Flare -13 C Charging Griffin -14 U Congregate -15 C Dawnstrike Paladin -16 M Devout Invocation -17 C Divine Favor -18 R Fiendslayer Paladin -19 C Fortify -20 C Griffin Sentinel -21 C Hive Stirrings -22 R Imposing Sovereign -23 R Indestructibility -24 C Master of Diversion -25 C Pacifism -26 R Path of Bravery -27 C Pay No Heed -28 C Pillarfield Ox -29 R Planar Cleansing -30 C Sentinel Sliver -31 R Seraph of the Sword -32 U Serra Angel -33 C Show of Valor -34 C Siege Mastodon -35 R Silence -36 C Solemn Offering -37 C Soulmender -38 U Steelform Sliver -39 U Stonehorn Chanter -40 C Suntail Hawk -41 U Wall of Swords -42 U Air Servant -43 C Archaeomancer -44 C Armored Cancrix -45 C Cancel -46 C Claustrophobia -47 R Clone -48 R Colossal Whale -49 C Coral Merfolk -50 R Dismiss into Dream -51 C Disperse -52 C Divination -53 R Domestication -54 R Elite Arcanist -55 C Essence Scatter -56 C Frost Breath -57 R Galerider Sliver -58 U Glimpse the Future -59 U Illusionary Armor -60 M Jace, Memory Adept -61 R Jace's Mindseeker -62 C Merfolk Spy -63 C Messenger Drake -64 C Negate -65 C Nephalia Seakite -66 U Opportunity -67 U Phantom Warrior -68 R Quicken -69 C Scroll Thief -70 C Seacoast Drake -71 C Sensory Deprivation -72 U Spell Blast -73 R Tidebinder Mage -74 C Time Ebb -75 C Tome Scour -76 C Trained Condor -77 R Traumatize -78 U Wall of Frost -79 U Warden of Evos Isle -80 U Water Servant -81 M Windreader Sphinx -82 C Zephyr Charge -83 C Accursed Spirit -84 C Altar's Reap -85 U Artificer's Hex -86 U Blightcaster -87 C Blood Bairn -88 R Bogbrew Witch -89 C Child of Night -90 C Corpse Hauler -91 U Corrupt -92 C Dark Favor -93 R Dark Prophecy -94 C Deathgaze Cockatrice -95 U Diabolic Tutor -96 U Doom Blade -97 C Duress -98 C Festering Newt -99 U Gnawing Zombie -100 R Grim Return -101 R Lifebane Zombie -102 M Liliana of the Dark Realms -103 R Liliana's Reaver -104 C Liturgy of Blood -105 C Mark of the Vampire -106 C Mind Rot -107 C Minotaur Abomination -108 R Nightmare -109 C Nightwing Shade -110 C Quag Sickness -111 M Rise of the Dark Realms -112 R Sanguine Bond -113 U Sengir Vampire -114 C Shadowborn Apostle -115 M Shadowborn Demon -116 C Shrivel -117 R Syphon Sliver -118 U Tenacious Dead -119 C Undead Minotaur -120 U Vampire Warlord -121 C Vile Rebirth -122 C Wring Flesh -123 R Xathrid Necromancer -124 C Academy Raider -125 C Act of Treason -126 R Awaken the Ancient -127 U Barrage of Expendables -128 U Battle Sliver -129 C Blur Sliver -130 R Burning Earth -131 C Canyon Minotaur -132 M Chandra, Pyromaster -133 C Chandra's Outrage -134 R Chandra's Phoenix -135 C Cyclops Tyrant -136 C Demolish -137 U Dragon Egg -138 C Dragon Hatchling -139 U Flames of the Firebrand -140 U Fleshpulper Giant -141 R Goblin Diplomats -142 C Goblin Shortcutter -143 C Lava Axe -144 C Lightning Talons -145 C Marauding Maulhorn -146 R Mindsparker -147 U Molten Birth -148 R Ogre Battledriver -149 C Pitchburn Devils -150 C Regathan Firecat -151 M Scourge of Valkas -152 C Seismic Stomp -153 U Shiv's Embrace -154 R Shivan Dragon -155 C Shock -156 C Smelt -157 C Striking Sliver -158 R Thorncaster Sliver -159 C Thunder Strike -160 U Volcanic Geyser -161 C Wild Guess -162 R Wild Ricochet -163 U Young Pyromancer -164 C Advocate of the Beast -165 U Bramblecrush -166 U Briarpack Alpha -167 C Brindle Boar -168 C Deadly Recluse -169 C Elvish Mystic -170 U Enlarge -171 C Fog -172 M Garruk, Caller of Beasts -173 R Garruk's Horde -174 C Giant Growth -175 C Giant Spider -176 C Gladecover Scout -177 C Groundshaker Sliver -178 U Howl of the Night Pack -179 C Hunt the Weak -180 R Into the Wilds -181 M Kalonian Hydra -182 U Kalonian Tusker -183 C Lay of the Land -184 U Manaweft Sliver -185 R Megantic Sliver -186 C Naturalize -187 R Oath of the Ancient Wood -188 C Plummet -189 C Predatory Sliver -190 M Primeval Bounty -191 C Ranger's Guile -192 C Rootwalla -193 C Rumbling Baloth -194 R Savage Summoning -195 R Scavenging Ooze -196 C Sporemound -197 C Trollhide -198 R Vastwood Hydra -199 C Verdant Haven -200 U Voracious Wurm -201 U Windstorm -202 R Witchstalker -203 U Woodborn Behemoth -204 U Accorder's Shield -205 U Bubbling Cauldron -206 M Darksteel Forge -207 U Darksteel Ingot -208 R Door of Destinies -209 U Elixir of Immortality -210 U Fireshrieker -211 R Guardian of the Ages -212 R Haunted Plate Mail -213 U Millstone -214 R Pyromancer's Gauntlet -215 R Ratchet Bomb -216 M Ring of Three Wishes -217 U Rod of Ruin -218 C Sliver Construct -219 U Staff of the Death Magus -220 U Staff of the Flame Magus -221 U Staff of the Mind Magus -222 U Staff of the Sun Magus -223 U Staff of the Wild Magus -224 R Strionic Resonator -225 R Trading Post -226 U Vial of Poison -227 U Encroaching Wastes -228 R Mutavault -229 U Shimmering Grotto -230 L Plains -231 L Plains -232 L Plains -233 L Plains -234 L Island -235 L Island -236 L Island -237 L Island -238 L Swamp -239 L Swamp -240 L Swamp -241 L Swamp -242 L Mountain -243 L Mountain -244 L Mountain -245 L Mountain -246 L Forest -247 L Forest -248 L Forest -249 L Forest +1 M Ajani, Caller of the Pride @D. Alexander Gregory +2 R Ajani's Chosen @Wayne Reynolds +3 U Angelic Accord @Michael C. Hayes +4 C Angelic Wall @Allen Williams +5 M Archangel of Thune @James Ryman +6 C Auramancer @Rebecca Guay +7 U Banisher Priest @Willian Murai +8 U Blessing @Jason A. Engle +9 R Bonescythe Sliver @Trevor Claxton +10 U Brave the Elements @Goran Josic +11 C Capashen Knight @Jasper Sandner +12 C Celestial Flare @Clint Cearley +13 C Charging Griffin @Erica Yang +14 U Congregate @Mark Zug +15 C Dawnstrike Paladin @Tyler Jacobson +16 M Devout Invocation @David Palumbo +17 C Divine Favor @Allen Williams +18 R Fiendslayer Paladin @Wesley Burt +19 C Fortify @Christopher Moeller +20 C Griffin Sentinel @Warren Mahy +21 C Hive Stirrings @Maciej Kuciara +22 R Imposing Sovereign @Scott M. Fischer +23 R Indestructibility @Darrell Riche +24 C Master of Diversion @Michael Komarck +25 C Pacifism @Robert Bliss +26 R Path of Bravery @Chris Rahn +27 C Pay No Heed @Adam Rex +28 C Pillarfield Ox @Andrew Robinson +29 R Planar Cleansing @Michael Komarck +30 C Sentinel Sliver @Maciej Kuciara +31 R Seraph of the Sword @Jaime Jones +32 U Serra Angel @Greg Staples +33 C Show of Valor @Anthony Palumbo +34 C Siege Mastodon @Matt Cavotta +35 R Silence @Wayne Reynolds +36 C Solemn Offering @Sam Wood +37 C Soulmender @James Ryman +38 U Steelform Sliver @Chase Stone +39 U Stonehorn Chanter @Raymond Swanland +40 C Suntail Hawk @Heather Hudson +41 U Wall of Swords @Zoltan Boros & Gabor Szikszai +42 U Air Servant @Lars Grant-West +43 C Archaeomancer @Zoltan Boros +44 C Armored Cancrix @Tomasz Jedruszek +45 C Cancel @David Palumbo +46 C Claustrophobia @Ryan Pancoast +47 R Clone @Kev Walker +48 R Colossal Whale @Adam Paquette +49 C Coral Merfolk @rk post +50 R Dismiss into Dream @Sam Wolfe Connelly +51 C Disperse @Steve Ellis +52 C Divination @Howard Lyon +53 R Domestication @Jesper Ejsing +54 R Elite Arcanist @James Zapata +55 C Essence Scatter @Jon Foster +56 C Frost Breath @Mike Bierek +57 R Galerider Sliver @James Zapata +58 U Glimpse the Future @Andrew Robinson +59 U Illusionary Armor @Mathias Kollros +60 M Jace, Memory Adept @D. Alexander Gregory +61 R Jace's Mindseeker @Greg Staples +62 C Merfolk Spy @Matt Cavotta & Richard Whitters +63 C Messenger Drake @Yeong-Hao Han +64 C Negate @Jeremy Jarvis +65 C Nephalia Seakite @Wayne England +66 U Opportunity @Allen Williams +67 U Phantom Warrior @Greg Staples +68 R Quicken @Aleksi Briclot +69 C Scroll Thief @Alex Horley-Orlandelli +70 C Seacoast Drake @Scott Chou +71 C Sensory Deprivation @Steven Belledin +72 U Spell Blast @Jaime Jones +73 R Tidebinder Mage @John Severin Brassell +74 C Time Ebb @Alan Rabinowitz +75 C Tome Scour @Steven Belledin +76 C Trained Condor @Alex Horley-Orlandelli +77 R Traumatize @Greg Staples +78 U Wall of Frost @Mike Bierek +79 U Warden of Evos Isle @Nils Hamm +80 U Water Servant @Igor Kieryluk +81 M Windreader Sphinx @Min Yum +82 C Zephyr Charge @Steve Prescott +83 C Accursed Spirit @Kev Walker +84 C Altar's Reap @Donato Giancola +85 U Artificer's Hex @Franz Vohwinkel +86 U Blightcaster @Winona Nelson +87 C Blood Bairn @Ryan Yee +88 R Bogbrew Witch @Eric Deschamps +89 C Child of Night @Ash Wood +90 C Corpse Hauler @Jesper Ejsing +91 U Corrupt @Dave Allsop +92 C Dark Favor @Allen Williams +93 R Dark Prophecy @Scott Chou +94 C Deathgaze Cockatrice @Kev Walker +95 U Diabolic Tutor @Greg Staples +96 U Doom Blade @Chippy +97 C Duress @Steven Belledin +98 C Festering Newt @Eric Deschamps +99 U Gnawing Zombie @Greg Staples +100 R Grim Return @Seb McKinnon +101 R Lifebane Zombie @Min Yum +102 M Liliana of the Dark Realms @D. Alexander Gregory +103 R Liliana's Reaver @Karl Kopinski +104 C Liturgy of Blood @Zack Stella +105 C Mark of the Vampire @Winona Nelson +106 C Mind Rot @Steve Luke +107 C Minotaur Abomination @Karl Kopinski +108 R Nightmare @Vance Kovacs +109 C Nightwing Shade @Lucas Graciano +110 C Quag Sickness @Martina Pilcerova +111 M Rise of the Dark Realms @Michael Komarck +112 R Sanguine Bond @Jaime Jones +113 U Sengir Vampire @Kev Walker +114 C Shadowborn Apostle @Lucas Graciano +115 M Shadowborn Demon @Lucas Graciano +116 C Shrivel @Jung Park +117 R Syphon Sliver @Tyler Jacobson +118 U Tenacious Dead @John Stanko +119 C Undead Minotaur @Karl Kopinski +120 U Vampire Warlord @Wesley Burt +121 C Vile Rebirth @Erica Yang +122 C Wring Flesh @Izzy +123 R Xathrid Necromancer @Maciej Kuciara +124 C Academy Raider @Karl Kopinski +125 C Act of Treason @Eric Deschamps +126 R Awaken the Ancient @Jaime Jones +127 U Barrage of Expendables @Trevor Claxton +128 U Battle Sliver @Slawomir Maniak +129 C Blur Sliver @Daarken +130 R Burning Earth @rk post +131 C Canyon Minotaur @Steve Prescott +132 M Chandra, Pyromaster @Winona Nelson +133 C Chandra's Outrage @Christopher Moeller +134 R Chandra's Phoenix @Aleksi Briclot +135 C Cyclops Tyrant @Zack Stella +136 C Demolish @John Avon +137 U Dragon Egg @Jack Wang +138 C Dragon Hatchling @David Palumbo +139 U Flames of the Firebrand @Steve Argyle +140 U Fleshpulper Giant @Alex Horley-Orlandelli +141 R Goblin Diplomats @Izzy +142 C Goblin Shortcutter @Jesper Ejsing +143 C Lava Axe @Brian Snõddy +144 C Lightning Talons @Johann Bodin +145 C Marauding Maulhorn @Jesper Ejsing +146 R Mindsparker @Wayne Reynolds +147 U Molten Birth @Jaime Jones +148 R Ogre Battledriver @Greg Staples +149 C Pitchburn Devils @Johann Bodin +150 C Regathan Firecat @Eric Velhagen +151 M Scourge of Valkas @Lucas Graciano +152 C Seismic Stomp @Chase Stone +153 U Shiv's Embrace @Dave Kendall +154 R Shivan Dragon @Donato Giancola +155 C Shock @Jon Foster +156 C Smelt @Zoltan Boros +157 C Striking Sliver @Maciej Kuciara +158 R Thorncaster Sliver @Trevor Claxton +159 C Thunder Strike @Wayne Reynolds +160 U Volcanic Geyser @Clint Cearley +161 C Wild Guess @Lucas Graciano +162 R Wild Ricochet @Dan Scott +163 U Young Pyromancer @Cynthia Sheppard +164 C Advocate of the Beast @Jesper Ejsing +165 U Bramblecrush @Drew Baker +166 U Briarpack Alpha @Daarken +167 C Brindle Boar @Dave Allsop +168 C Deadly Recluse @Warren Mahy +169 C Elvish Mystic @Wesley Burt +170 U Enlarge @Michael Komarck +171 C Fog @Jaime Jones +172 M Garruk, Caller of Beasts @Karl Kopinski +173 R Garruk's Horde @Steve Prescott +174 C Giant Growth @Matt Cavotta +175 C Giant Spider @Randy Gallegos +176 C Gladecover Scout @Allen Williams +177 C Groundshaker Sliver @Chase Stone +178 U Howl of the Night Pack @Lars Grant-West +179 C Hunt the Weak @Raoul Vitale +180 R Into the Wilds @Véronique Meignaud +181 M Kalonian Hydra @Chris Rahn +182 U Kalonian Tusker @Svetlin Velinov +183 C Lay of the Land @Chuck Lukacs +184 U Manaweft Sliver @Trevor Claxton +185 R Megantic Sliver @Ryan Barger +186 C Naturalize @Tim Hildebrandt +187 R Oath of the Ancient Wood @Dan Scott +188 C Plummet @Pete Venters +189 C Predatory Sliver @Mathias Kollros +190 M Primeval Bounty @Christine Choi +191 C Ranger's Guile @Steve Prescott +192 C Rootwalla @Roger Raupp +193 C Rumbling Baloth @Jesper Ejsing +194 R Savage Summoning @Johann Bodin +195 R Scavenging Ooze @Austin Hsu +196 C Sporemound @Svetlin Velinov +197 C Trollhide @Steven Belledin +198 R Vastwood Hydra @Slawomir Maniak +199 C Verdant Haven @Daniel Ljunggren +200 U Voracious Wurm @Igor Kieryluk +201 U Windstorm @Rob Alexander +202 R Witchstalker @Christopher Moeller +203 U Woodborn Behemoth @Matt Stewart +204 U Accorder's Shield @Alan Pollack +205 U Bubbling Cauldron @Eric Deschamps +206 M Darksteel Forge @Martina Pilcerova +207 U Darksteel Ingot @Martina Pilcerova +208 R Door of Destinies @Larry MacDougall +209 U Elixir of Immortality @Zoltan Boros & Gabor Szikszai +210 U Fireshrieker @Christopher Moeller +211 R Guardian of the Ages @Ryan Pancoast +212 R Haunted Plate Mail @Izzy +213 U Millstone @Yeong-Hao Han +214 R Pyromancer's Gauntlet @Christine Choi +215 R Ratchet Bomb @Austin Hsu +216 M Ring of Three Wishes @Mark Winters +217 U Rod of Ruin @Mark Zug +218 C Sliver Construct @Mathias Kollros +219 U Staff of the Death Magus @Daniel Ljunggren +220 U Staff of the Flame Magus @Daniel Ljunggren +221 U Staff of the Mind Magus @Daniel Ljunggren +222 U Staff of the Sun Magus @Daniel Ljunggren +223 U Staff of the Wild Magus @Daniel Ljunggren +224 R Strionic Resonator @Noah Bradley +225 R Trading Post @Adam Paquette +226 U Vial of Poison @Franz Vohwinkel +227 U Encroaching Wastes @Noah Bradley +228 R Mutavault @Fred Fields +229 U Shimmering Grotto @Cliff Childs +230 L Plains @John Avon +231 L Plains @Jonas De Ro +232 L Plains @Nils Hamm +233 L Plains @Andreas Rocha +234 L Island @Noah Bradley +235 L Island @Cliff Childs +236 L Island @Jonas De Ro +237 L Island @Andreas Rocha +238 L Swamp @Cliff Childs +239 L Swamp @Jonas De Ro +240 L Swamp @Jung Park +241 L Swamp @Andreas Rocha +242 L Mountain @Cliff Childs +243 L Mountain @Jonas De Ro +244 L Mountain @Karl Kopinski +245 L Mountain @Andreas Rocha +246 L Forest @Volkan Baǵa +247 L Forest @Steven Belledin +248 L Forest @Jonas De Ro +249 L Forest @Andreas Rocha [tokens] c_1_1_sliver diff --git a/forge-gui/res/editions/Magic 2015 Clash Pack.txt b/forge-gui/res/editions/Magic 2015 Clash Pack.txt index 7405441792f..ed0b4fb06ff 100644 --- a/forge-gui/res/editions/Magic 2015 Clash Pack.txt +++ b/forge-gui/res/editions/Magic 2015 Clash Pack.txt @@ -6,9 +6,9 @@ Type=Starter ScryfallCode=CP1 [cards] -1 R Prognostic Sphinx -2 R Fated Intervention -3 R Font of Fertility -4 R Hydra Broodmaster -5 R Prophet of Kruphix -6 R Temple of Mystery +1 R Prognostic Sphinx @Jesper Ejsing +2 R Fated Intervention @Eric Deschamps +3 R Font of Fertility @Jung Park +4 R Hydra Broodmaster @Vincent Proce +5 R Prophet of Kruphix @Anastasia Ovchinnikova +6 R Temple of Mystery @Adam Paquette diff --git a/forge-gui/res/editions/Magic 2015 Promos.txt b/forge-gui/res/editions/Magic 2015 Promos.txt index 1104ea6719a..116ef83afb6 100644 --- a/forge-gui/res/editions/Magic 2015 Promos.txt +++ b/forge-gui/res/editions/Magic 2015 Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PM15 [cards] -28 R Resolute Archangel -47 R Chief Engineer -68 R Mercurial Pretender -100 R In Garruk's Wake -101 R Indulgent Tormentor -145 R Goblin Rabblemaster -162 R Siege Dragon -191 R Phytotitan -194 U Reclamation Sage +28 R Resolute Archangel @Winona Nelson +47 R Chief Engineer @Ryan Barger +68 R Mercurial Pretender @Karla Ortiz +100 R In Garruk's Wake @Brad Rigney +101 R Indulgent Tormentor @Karl Kopinski +145 R Goblin Rabblemaster @Zoltan Boros +162 R Siege Dragon @Steve Prescott +191 R Phytotitan @Marco Nelor +194 U Reclamation Sage @Clint Cearley diff --git a/forge-gui/res/editions/Magic 2015.txt b/forge-gui/res/editions/Magic 2015.txt index 79ba1cc069d..86e9a15bfe1 100644 --- a/forge-gui/res/editions/Magic 2015.txt +++ b/forge-gui/res/editions/Magic 2015.txt @@ -13,290 +13,290 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M15 [cards] -1 M Ajani Steadfast -2 U Ajani's Pridemate -3 R Avacyn, Guardian Angel -4 U Battle Mastery -5 U Boonweaver Giant -6 U Congregate -7 U Constricting Sliver -8 U Dauntless River Marshal -9 U Devouring Light -10 C Divine Favor -11 C Ephemeral Shields -12 U First Response -13 U Geist of the Moors -14 C Heliod's Pilgrim -15 R Hushwing Gryff -16 C Kinsbaile Skirmisher -17 C Marked by Honor -18 R Mass Calcify -19 C Meditation Puzzle -20 C Midnight Guard -21 C Oppressive Rays -22 C Oreskos Swiftclaw -23 U Paragon of New Dawns -24 C Pillar of Light -25 R Preeminent Captain -26 C Raise the Alarm -27 C Razorfoot Griffin -28 R Resolute Archangel -29 R Return to the Ranks -30 C Sanctified Charge -31 C Selfless Cathar -32 U Seraph of the Masses -33 C Solemn Offering -34 M Soul of Theros -35 C Soulmender -36 R Spectra Ward -37 R Spirit Bonds -38 C Sungrace Pegasus -39 C Tireless Missionaries -40 C Triplicate Spirits -41 U Wall of Essence -42 U Warden of the Beyond -43 C Aeronaut Tinkerer -44 R AEtherspouts -45 C Amphin Pathmage -46 R Chasm Skulker -47 R Chief Engineer -48 C Chronostutter -49 C Coral Barrier -50 U Diffusion Sliver -51 U Dissipate -52 C Divination -53 C Encrust -54 U Ensoul Artifact -55 C Frost Lynx -56 C Fugitive Wizard -57 C Glacial Crasher -58 C Hydrosurge -59 U Illusory Angel -60 U Into the Void -61 C Invisibility -62 M Jace, the Living Guildpact -63 U Jace's Ingenuity -64 R Jalira, Master Polymorphist -65 U Jorubai Murk Lurker -66 U Kapsho Kitefins -67 R Master of Predicaments -68 R Mercurial Pretender -69 U Military Intelligence -70 C Mind Sculpt -71 C Negate -72 C Nimbus of the Isles -73 U Paragon of Gathering Mists -74 C Peel from Reality -75 R Polymorphist's Jest -76 U Quickling -77 C Research Assistant -78 M Soul of Ravnica -79 C Statute of Denial -80 R Stormtide Leviathan -81 U Turn to Frog -82 C Void Snare -83 U Wall of Frost -84 C Welkin Tern -85 C Accursed Spirit -86 C Black Cat -87 U Blood Host -88 C Carrion Crow -89 U Caustic Tar -90 C Child of Night -91 C Covenant of Blood -92 C Crippling Blight -93 R Cruel Sadist -94 U Endless Obedience -95 C Eternal Thirst -96 U Feast on the Fallen -97 C Festergloom -98 C Flesh to Dust -99 U Gravedigger -100 R In Garruk's Wake -101 R Indulgent Tormentor -102 U Leeching Sliver -103 M Liliana Vess -104 C Mind Rot -105 C Necrobite -106 U Necrogen Scudder -107 C Necromancer's Assistant -108 R Necromancer's Stockpile -109 U Nightfire Giant -110 R Ob Nixilis, Unshackled -111 U Paragon of Open Graves -112 C Rotfeaster Maggot -113 C Shadowcloak Vampire -114 C Sign in Blood -115 M Soul of Innistrad -116 U Stab Wound -117 R Stain the Mind -118 C Typhoid Rats -119 U Ulcerate -120 C Unmake the Graves -121 U Wall of Limbs -122 R Waste Not -123 C Witch's Familiar -124 U Xathrid Slyblade -125 C Zof Shade -126 U Act on Impulse -127 R Aggressive Mining -128 U Altac Bloodseeker -129 U Belligerent Sliver -130 C Blastfire Bolt -131 C Borderland Marauder -132 U Brood Keeper -133 R Burning Anger -134 M Chandra, Pyromaster -135 U Circle of Flame -136 C Clear a Path -137 U Cone of Flame -138 C Crowd's Favor -139 R Crucible of Fire -140 C Forge Devil -141 C Foundry Street Denizen -142 U Frenzied Goblin -143 C Generator Servant -144 R Goblin Kaboomist -145 R Goblin Rabblemaster -146 C Goblin Roughrider -147 C Hammerhand -148 U Heat Ray -149 R Hoarding Dragon -150 C Inferno Fist -151 U Kird Chieftain -152 C Krenko's Enforcer -153 R Kurkesh, Onakke Ancient -154 C Lava Axe -155 C Lightning Strike -156 U Might Makes Right -157 C Miner's Bane -158 U Paragon of Fierce Defiance -159 C Rummaging Goblin -160 C Scrapyard Mongrel -161 U Shrapnel Blast -162 R Siege Dragon -163 M Soul of Shandalar -164 U Stoke the Flames -165 C Thundering Giant -166 C Torch Fiend -167 C Wall of Fire -168 U Ancient Silverback -169 U Back to Nature -170 C Carnivorous Moss-Beast -171 C Charging Rhino -172 R Chord of Calling -173 C Elvish Mystic -174 U Feral Incarnation -175 U Gather Courage -176 R Genesis Hydra -177 R Hornet Nest -178 R Hornet Queen -179 C Hunt the Weak -180 C Hunter's Ambush -181 C Invasive Species -182 R Kalonian Twingrove -183 R Life's Legacy -184 C Living Totem -185 C Naturalize -186 C Netcaster Spider -187 M Nissa, Worldwaker -188 U Nissa's Expedition -189 U Overwhelm -190 U Paragon of Eternal Wilds -191 R Phytotitan -192 C Plummet -193 C Ranger's Guile -194 U Reclamation Sage -195 U Restock -196 U Roaring Primadox -197 C Runeclaw Bear -198 C Satyr Wayfinder -199 C Shaman of Spring -200 C Siege Wurm -201 M Soul of Zendikar -202 U Sunblade Elf -203 C Titanic Growth -204 C Undergrowth Scavenger -205 U Venom Sliver -206 C Verdant Haven -207 C Vineweft -208 U Wall of Mulch -209 R Yisan, the Wanderer Bard -210 M Garruk, Apex Predator -211 M Sliver Hivelord -212 R Avarice Amulet -213 U Brawler's Plate -214 C Bronze Sable -215 M The Chain Veil -216 U Gargoyle Sentinel -217 R Grindclock -218 R Haunted Plate Mail -219 U Hot Soup -220 U Juggernaut -221 U Meteorite -222 R Obelisk of Urd -223 C Ornithopter -224 M Perilous Vault -225 R Phyrexian Revoker -226 U Profane Memento -227 U Rogue's Gloves -228 U Sacred Armory -229 R Scuttling Doom Engine -230 R Shield of the Avatar -231 M Soul of New Phyrexia -232 U Staff of the Death Magus -233 U Staff of the Flame Magus -234 U Staff of the Mind Magus -235 U Staff of the Sun Magus -236 U Staff of the Wild Magus -237 U Tormod's Crypt -238 C Tyrant's Machine -239 C Will-Forged Golem -240 R Battlefield Forge -241 R Caves of Koilos -242 U Darksteel Citadel -243 C Evolving Wilds -244 R Llanowar Wastes -245 C Radiant Fountain -246 R Shivan Reef -247 R Sliver Hive -248 R Urborg, Tomb of Yawgmoth -249 R Yavimaya Coast -250 L Plains -251 L Plains -252 L Plains -253 L Plains -254 L Island -255 L Island -256 L Island -257 L Island -258 L Swamp -259 L Swamp -260 L Swamp -261 L Swamp -262 L Mountain -263 L Mountain -264 L Mountain -265 L Mountain -266 L Forest -267 L Forest -268 L Forest -269 L Forest -270 R Aegis Angel -271 C Divine Verdict -272 C Inspired Charge -273 U Serra Angel -274 C Cancel -275 R Mahamoti Djinn -276 R Nightmare -277 U Sengir Vampire -278 C Walking Corpse -279 U Furnace Whelp -280 C Seismic Strike -281 R Shivan Dragon -282 C Centaur Courser -283 U Garruk's Packleader -284 R Terra Stomper +1 M Ajani Steadfast @Chris Rahn +2 U Ajani's Pridemate @Svetlin Velinov +3 R Avacyn, Guardian Angel @Winona Nelson +4 U Battle Mastery @Zoltan Boros & Gabor Szikszai +5 U Boonweaver Giant @Adam Paquette +6 U Congregate @Mark Zug +7 U Constricting Sliver @Karl Kopinski +8 U Dauntless River Marshal @Mark Winters +9 U Devouring Light @Slawomir Maniak +10 C Divine Favor @Allen Williams +11 C Ephemeral Shields @Yohann Schepacz +12 U First Response @Slawomir Maniak +13 U Geist of the Moors @Aaron Miller +14 C Heliod's Pilgrim @Izzy +15 R Hushwing Gryff @John Severin Brassell +16 C Kinsbaile Skirmisher @Thomas Denmark +17 C Marked by Honor @David Palumbo +18 R Mass Calcify @Brandon Kitkouski +19 C Meditation Puzzle @Mark Winters +20 C Midnight Guard @Jason A. Engle +21 C Oppressive Rays @Mark Zug +22 C Oreskos Swiftclaw @James Ryman +23 U Paragon of New Dawns @John Stanko +24 C Pillar of Light @Erica Yang +25 R Preeminent Captain @Greg Staples +26 C Raise the Alarm @Zoltan Boros +27 C Razorfoot Griffin @Ben Thompson +28 R Resolute Archangel @Anthony Palumbo +29 R Return to the Ranks @Michael Komarck +30 C Sanctified Charge @Dave Kendall +31 C Selfless Cathar @Slawomir Maniak +32 U Seraph of the Masses @Zoltan Boros +33 C Solemn Offering @Sam Wood +34 M Soul of Theros @Zack Stella +35 C Soulmender @James Ryman +36 R Spectra Ward @Ryan Alexander Lee +37 R Spirit Bonds @Willian Murai +38 C Sungrace Pegasus @Phill Simmer +39 C Tireless Missionaries @Dave Kendall +40 C Triplicate Spirits @Izzy +41 U Wall of Essence @Adam Rex +42 U Warden of the Beyond @Raymond Swanland +43 C Aeronaut Tinkerer @Willian Murai +44 R Aetherspouts @Dan Scott +45 C Amphin Pathmage @Mark Winters +46 R Chasm Skulker @Jack Wang +47 R Chief Engineer @Steven Belledin +48 C Chronostutter @Seb McKinnon +49 C Coral Barrier @Florian de Gesincourt +50 U Diffusion Sliver @Trevor Claxton +51 U Dissipate @Tomasz Jedruszek +52 C Divination @Howard Lyon +53 C Encrust @Jason Felix +54 U Ensoul Artifact @Jasper Sandner +55 C Frost Lynx @Izzy +56 C Fugitive Wizard @Mark Zug +57 C Glacial Crasher @Mark Winters +58 C Hydrosurge @Steve Prescott +59 U Illusory Angel @Allen Williams +60 U Into the Void @Daarken +61 C Invisibility @Pete Venters +62 M Jace, the Living Guildpact @Chase Stone +63 U Jace's Ingenuity @Igor Kieryluk +64 R Jalira, Master Polymorphist @Steve Prescott +65 U Jorubai Murk Lurker @Clint Cearley +66 U Kapsho Kitefins @Ryan Yee +67 R Master of Predicaments @Matt Stewart +68 R Mercurial Pretender @Izzy +69 U Military Intelligence @Craig J Spearing +70 C Mind Sculpt @Michael C. Hayes +71 C Negate @Jeremy Jarvis +72 C Nimbus of the Isles @Cliff Childs +73 U Paragon of Gathering Mists @Michael C. Hayes +74 C Peel from Reality @Jason Felix +75 R Polymorphist's Jest @Craig J Spearing +76 U Quickling @Clint Cearley +77 C Research Assistant @Svetlin Velinov +78 M Soul of Ravnica @Stephan Martiniere +79 C Statute of Denial @Zoltan Boros +80 R Stormtide Leviathan @Karl Kopinski +81 U Turn to Frog @Warren Mahy +82 C Void Snare @Zack Stella +83 U Wall of Frost @Mike Bierek +84 C Welkin Tern @Austin Hsu +85 C Accursed Spirit @Kev Walker +86 C Black Cat @David Palumbo +87 U Blood Host @Cynthia Sheppard +88 C Carrion Crow @Aaron Miller +89 U Caustic Tar @Jung Park +90 C Child of Night @Ash Wood +91 C Covenant of Blood @Seb McKinnon +92 C Crippling Blight @Lucas Graciano +93 R Cruel Sadist @Min Yum +94 U Endless Obedience @Karl Kopinski +95 C Eternal Thirst @Clint Cearley +96 U Feast on the Fallen @Dave Kendall +97 C Festergloom @Mathias Kollros +98 C Flesh to Dust @Julie Dillon +99 U Gravedigger @Dermot Power +100 R In Garruk's Wake @Chase Stone +101 R Indulgent Tormentor @Wesley Burt +102 U Leeching Sliver @Svetlin Velinov +103 M Liliana Vess @Aleksi Briclot +104 C Mind Rot @Steve Luke +105 C Necrobite @Nils Hamm +106 U Necrogen Scudder @Raymond Swanland +107 C Necromancer's Assistant @Svetlin Velinov +108 R Necromancer's Stockpile @Seb McKinnon +109 U Nightfire Giant @Dave Kendall +110 R Ob Nixilis, Unshackled @Karl Kopinski +111 U Paragon of Open Graves @Min Yum +112 C Rotfeaster Maggot @Yeong-Hao Han +113 C Shadowcloak Vampire @Cynthia Sheppard +114 C Sign in Blood @Howard Lyon +115 M Soul of Innistrad @Adam Paquette +116 U Stab Wound @Scott Chou +117 R Stain the Mind @Jason Rainville +118 C Typhoid Rats @Kev Walker +119 U Ulcerate @Johann Bodin +120 C Unmake the Graves @Aaron Miller +121 U Wall of Limbs @Yeong-Hao Han +122 R Waste Not @Matt Stewart +123 C Witch's Familiar @Jack Wang +124 U Xathrid Slyblade @Steve Prescott +125 C Zof Shade @Jason A. Engle +126 U Act on Impulse @Brad Rigney +127 R Aggressive Mining @Franz Vohwinkel +128 U Altac Bloodseeker @Cynthia Sheppard +129 U Belligerent Sliver @Raymond Swanland +130 C Blastfire Bolt @Phill Simmer +131 C Borderland Marauder @Scott M. Fischer +132 U Brood Keeper @Scott Murphy +133 R Burning Anger @Anthony Palumbo +134 M Chandra, Pyromaster @Winona Nelson +135 U Circle of Flame @Jaime Jones +136 C Clear a Path @Karl Kopinski +137 U Cone of Flame @Chippy +138 C Crowd's Favor @Slawomir Maniak +139 R Crucible of Fire @Dominick Domingo +140 C Forge Devil @Austin Hsu +141 C Foundry Street Denizen @Raoul Vitale +142 U Frenzied Goblin @Carl Critchlow +143 C Generator Servant @Mathias Kollros +144 R Goblin Kaboomist @Kev Walker +145 R Goblin Rabblemaster @Svetlin Velinov +146 C Goblin Roughrider @Jesper Ejsing +147 C Hammerhand @Tomasz Jedruszek +148 U Heat Ray @Austin Hsu +149 R Hoarding Dragon @Matt Cavotta +150 C Inferno Fist @James Ryman +151 U Kird Chieftain @Lars Grant-West +152 C Krenko's Enforcer @Karl Kopinski +153 R Kurkesh, Onakke Ancient @Slawomir Maniak +154 C Lava Axe @Brian Snõddy +155 C Lightning Strike @Adam Paquette +156 U Might Makes Right @Mark Winters +157 C Miner's Bane @Adam Paquette +158 U Paragon of Fierce Defiance @Slawomir Maniak +159 C Rummaging Goblin @Karl Kopinski +160 C Scrapyard Mongrel @Svetlin Velinov +161 U Shrapnel Blast @Hideaki Takamura +162 R Siege Dragon @Karl Kopinski +163 M Soul of Shandalar @Raymond Swanland +164 U Stoke the Flames @Ryan Barger +165 C Thundering Giant @Mark Zug +166 C Torch Fiend @Winona Nelson +167 C Wall of Fire @Dan Dos Santos +168 U Ancient Silverback @Scott M. Fischer +169 U Back to Nature @Howard Lyon +170 C Carnivorous Moss-Beast @Filip Burburan +171 C Charging Rhino @Daren Bader +172 R Chord of Calling @Karl Kopinski +173 C Elvish Mystic @Wesley Burt +174 U Feral Incarnation @Eytan Zana +175 U Gather Courage @Brian Despain +176 R Genesis Hydra @Peter Mohrbacher +177 R Hornet Nest @Adam Paquette +178 R Hornet Queen @Martina Pilcerova +179 C Hunt the Weak @Raoul Vitale +180 C Hunter's Ambush @David Palumbo +181 C Invasive Species @Christopher Moeller +182 R Kalonian Twingrove @Todd Lockwood +183 R Life's Legacy @Howard Lyon +184 C Living Totem @Svetlin Velinov +185 C Naturalize @Tim Hildebrandt +186 C Netcaster Spider @Yohann Schepacz +187 M Nissa, Worldwaker @Peter Mohrbacher +188 U Nissa's Expedition @Dan Scott +189 U Overwhelm @Wayne Reynolds +190 U Paragon of Eternal Wilds @Winona Nelson +191 R Phytotitan @Marco Nelor +192 C Plummet @Pete Venters +193 C Ranger's Guile @Steve Prescott +194 U Reclamation Sage @Christopher Moeller +195 U Restock @Daren Bader +196 U Roaring Primadox @James Ryman +197 C Runeclaw Bear @Jesper Ejsing +198 C Satyr Wayfinder @Steve Prescott +199 C Shaman of Spring @Johannes Voss +200 C Siege Wurm @Carl Critchlow +201 M Soul of Zendikar @Vincent Proce +202 U Sunblade Elf @Lucas Graciano +203 C Titanic Growth @Ryan Pancoast +204 C Undergrowth Scavenger @Nils Hamm +205 U Venom Sliver @Dave Kendall +206 C Verdant Haven @Daniel Ljunggren +207 C Vineweft @Lucas Graciano +208 U Wall of Mulch @Anthony S. Waters +209 R Yisan, the Wanderer Bard @Chase Stone +210 M Garruk, Apex Predator @Tyler Jacobson +211 M Sliver Hivelord @Aleksi Briclot +212 R Avarice Amulet @Steven Belledin +213 U Brawler's Plate @Jung Park +214 C Bronze Sable @Jasper Sandner +215 M The Chain Veil @Volkan Baǵa +216 U Gargoyle Sentinel @Drew Baker +217 R Grindclock @Nils Hamm +218 R Haunted Plate Mail @Izzy +219 U Hot Soup @David Palumbo +220 U Juggernaut @Kev Walker +221 U Meteorite @Scott Murphy +222 R Obelisk of Urd @John Severin Brassell +223 C Ornithopter @Franz Vohwinkel +224 M Perilous Vault @Sam Burley +225 R Phyrexian Revoker @Kev Walker +226 U Profane Memento @Franz Vohwinkel +227 U Rogue's Gloves @Cyril Van Der Haegen +228 U Sacred Armory @Yeong-Hao Han +229 R Scuttling Doom Engine @Filip Burburan +230 R Shield of the Avatar @Volkan Baǵa +231 M Soul of New Phyrexia @Daarken +232 U Staff of the Death Magus @Daniel Ljunggren +233 U Staff of the Flame Magus @Daniel Ljunggren +234 U Staff of the Mind Magus @Daniel Ljunggren +235 U Staff of the Sun Magus @Daniel Ljunggren +236 U Staff of the Wild Magus @Daniel Ljunggren +237 U Tormod's Crypt @Lars Grant-West +238 C Tyrant's Machine @Yeong-Hao Han +239 C Will-Forged Golem @Jason Felix +240 R Battlefield Forge @Darrell Riche +241 R Caves of Koilos @Jim Nelson +242 U Darksteel Citadel @John Avon +243 C Evolving Wilds @Steven Belledin +244 R Llanowar Wastes @Rob Alexander +245 C Radiant Fountain @Adam Paquette +246 R Shivan Reef @Rob Alexander +247 R Sliver Hive @Igor Kieryluk +248 R Urborg, Tomb of Yawgmoth @John Avon +249 R Yavimaya Coast @Anthony S. Waters +250 L Plains @John Avon +251 L Plains @Nils Hamm +252 L Plains @Howard Lyon +253 L Plains @Andreas Rocha +254 L Island @Cliff Childs +255 L Island @Florian de Gesincourt +256 L Island @Peter Mohrbacher +257 L Island @Andreas Rocha +258 L Swamp @John Avon +259 L Swamp @Cliff Childs +260 L Swamp @Jonas De Ro +261 L Swamp @Jung Park +262 L Mountain @Cliff Childs +263 L Mountain @Florian de Gesincourt +264 L Mountain @Nils Hamm +265 L Mountain @Karl Kopinski +266 L Forest @John Avon +267 L Forest @Steven Belledin +268 L Forest @Noah Bradley +269 L Forest @Jonas De Ro +270 R Aegis Angel @Aleksi Briclot +271 C Divine Verdict @Kev Walker +272 C Inspired Charge @Wayne Reynolds +273 U Serra Angel @Greg Staples +274 C Cancel @David Palumbo +275 R Mahamoti Djinn @Greg Staples +276 R Nightmare @Vance Kovacs +277 U Sengir Vampire @Kev Walker +278 C Walking Corpse @Igor Kieryluk +279 U Furnace Whelp @Matt Cavotta +280 C Seismic Strike @Christopher Moeller +281 R Shivan Dragon @Donato Giancola +282 C Centaur Courser @Vance Kovacs +283 U Garruk's Packleader @Nils Hamm +284 R Terra Stomper @Goran Josic [tokens] land_mine diff --git a/forge-gui/res/editions/Magic 2019.txt b/forge-gui/res/editions/Magic 2019.txt index 41b6c34052e..2ea98c67279 100644 --- a/forge-gui/res/editions/Magic 2019.txt +++ b/forge-gui/res/editions/Magic 2019.txt @@ -13,320 +13,320 @@ FatPackExtraSlots=80 BasicLands ScryfallCode=M19 [cards] -1 U Aegis of the Heavens -2 U Aethershield Artificer -3 M Ajani, Adversary of Tyrants -4 R Ajani's Last Stand -5 U Ajani's Pridemate -6 U Ajani's Welcome -7 C Angel of the Dawn -8 C Cavalry Drillmaster -9 R Cleansing Nova -10 C Daybreak Chaplain -11 C Dwarven Priest -12 C Gallant Cavalry -13 U Herald of Faith -14 U Hieromancer's Cage -15 C Inspired Charge -16 C Invoke the Divine -17 R Isolate -18 C Knight of the Tusk -19 C Knight's Pledge -20 U Knightly Valor -21 R Lena, Selfless Champion -22 U Leonin Vanguard -23 R Leonin Warleader -24 C Loxodon Line Breaker -25 C Luminous Bonds -26 U Make a Stand -27 R Mentor of the Meek -28 C Mighty Leap -29 U Militia Bugler -30 U Novice Knight -31 C Oreskos Swiftclaw -32 C Pegasus Courser -33 R Remorseful Cleric -34 M Resplendent Angel -35 C Revitalize -36 C Rustwing Falcon -37 U Shield Mare -38 C Star-Crowned Stag -39 R Suncleanser -40 C Take Vengeance -41 C Trusty Packbeast -42 R Valiant Knight -43 U Aether Tunnel -44 C Anticipate -45 C Aven Wind Mage -46 C Aviation Pioneer -47 U Bone to Ash -48 C Cancel -49 U Departed Deckhand -50 C Disperse -51 C Divination -52 R Djinn of Wishes -53 C Dwindle -54 C Essence Scatter -55 U Exclusion Mage -56 C Frilled Sea Serpent -57 C Gearsmith Prodigy -58 C Ghostform -59 U Horizon Scholar -60 R Metamorphic Alteration -61 U Mirror Image -62 R Mistcaller -63 R Mystic Archaeologist -64 C Omenspeaker -65 M Omniscience -66 R One with the Machine -67 R Patient Rebuilding -68 U Psychic Corrosion -69 R Sai, Master Thopterist -70 C Salvager of Secrets -71 C Scholar of Stars -72 U Sift -73 U Skilled Animator -74 U Sleep -75 C Snapping Drake -76 R Supreme Phantom -77 U Surge Mare -78 U Switcheroo -79 M Tezzeret, Artifice Master -80 C Tolarian Scholar -81 C Totally Lost -82 C Uncomfortable Chill -83 C Wall of Mist -84 R Windreader Sphinx -85 C Abnormal Endurance -86 U Blood Divination -87 C Bogstomper -88 M Bone Dragon -89 C Child of Night -90 R Death Baron -91 R Demon of Catastrophes -92 U Diregraf Ghoul -93 C Doomed Dissenter -94 C Duress -95 C Epicure of Blood -96 U Fell Specter -97 R Fraying Omnipotence -98 U Gravedigger -99 R Graveyard Marshal -100 C Hired Blade -101 C Infectious Horror -102 R Infernal Reckoning -103 C Infernal Scarring -104 R Isareth the Awakener -105 C Lich's Caress -106 M Liliana, Untouched by Death -107 R Liliana's Contract -108 C Macabre Waltz -109 C Mind Rot -110 U Murder -111 U Nightmare's Thirst -112 R Open the Graves -113 R Phylactery Lich -114 U Plague Mare -115 U Ravenous Harpy -116 U Reassembling Skeleton -117 U Rise from the Grave -118 C Skeleton Archer -119 C Skymarch Bloodletter -120 C Sovereign's Bite -121 U Stitcher's Supplier -122 C Strangling Spores -123 C Two-Headed Zombie -124 C Vampire Neonate -125 U Vampire Sovereign -126 C Walking Corpse -127 C Act of Treason -128 R Alpine Moon -129 M Apex of Power -130 R Banefire -131 C Boggart Brute -132 C Catalyst Elemental -133 C Crash Through -134 R Dark-Dweller Oracle -135 R Demanding Dragon -136 R Dismissive Pyromancer -137 U Doublecast -138 U Dragon Egg -139 C Electrify -140 U Fiery Finish -141 C Fire Elemental -142 C Goblin Instigator -143 C Goblin Motivator -144 R Goblin Trashmaster -145 U Guttersnipe -146 C Havoc Devils -147 C Hostile Minotaur -148 U Inferno Hellion -149 R Lathliss, Dragon Queen -150 C Lava Axe -151 U Lightning Mare -152 U Lightning Strike -153 C Onakke Ogre -154 M Sarkhan, Fireblood -155 R Sarkhan's Unsealing -156 C Shock -157 U Siegebreaker Giant -158 C Smelt -159 C Sparktongue Dragon -160 R Spit Flame -161 C Sure Strike -162 U Tectonic Rift -163 U Thud -164 C Tormenting Voice -165 C Trumpet Blast -166 C Viashino Pyromancer -167 U Volcanic Dragon -168 U Volley Veteran -169 U Blanchwood Armor -170 C Bristling Boar -171 C Centaur Courser -172 C Colossal Dreadmaw -173 U Colossal Majesty -174 C Daggerback Basilisk -175 U Declare Dominance -176 U Druid of Horns -177 C Druid of the Cowl -178 U Dryad Greenseeker -179 R Elvish Clancaller -180 C Elvish Rejuvenator -181 U Ghastbark Twins -182 U Ghirapur Guide -183 C Giant Spider -184 U Gift of Paradise -185 R Gigantosaurus -186 R Goreclaw, Terror of Qal Sisma -187 C Greenwood Sentinel -188 C Highland Game -189 R Hungering Hydra -190 C Naturalize -191 C Oakenform -192 R Pelakka Wurm -193 C Plummet -194 R Prodigious Growth -195 C Rabid Bite -196 U Reclamation Sage -197 U Recollect -198 C Rhox Oracle -199 C Root Snare -200 R Runic Armasaur -201 M Scapeshift -202 C Talons of Wildwood -203 R Thorn Lieutenant -204 C Thornhide Wolves -205 C Titanic Growth -206 U Vigilant Baloth -207 U Vine Mare -208 M Vivien Reid -209 R Vivien's Invocation -210 C Wall of Vines -211 U Aerial Engineer -212 M Arcades, the Strategist -213 U Brawl-Bash Ogre -214 M Chromium, the Mutable -215 U Draconic Disciple -216 U Enigma Drake -217 U Heroic Reinforcements -218 M Nicol Bolas, the Ravager -219 M Palladia-Mors, the Ruiner -220 U Poison-Tip Archer -221 U Psychic Symbiont -222 U Regal Bloodlord -223 U Satyr Enchanter -224 U Skyrider Patrol -225 M Vaevictis Asmadi, the Dire -226 R Amulet of Safekeeping -227 U Arcane Encyclopedia -228 R Chaos Wand -229 M Crucible of Worlds -230 R Desecrated Tomb -231 U Diamond Mare -232 R Dragon's Hoard -233 C Explosive Apparatus -234 C Field Creeper -235 U Fountain of Renewal -236 U Gargoyle Sentinel -237 C Gearsmith Guardian -238 R Magistrate's Scepter -239 C Manalith -240 C Marauder's Axe -241 U Meteor Golem -242 U Millstone -243 U Rogue's Gloves -244 R Sigiled Sword of Valeron -245 C Skyscanner -246 U Suspicious Bookcase -247 R Transmogrifying Wand -248 C Cinder Barrens -249 R Detection Tower -250 C Forsaken Sanctuary -251 C Foul Orchard -252 C Highland Lake -253 C Meandering River -254 U Reliquary Tower -255 U Rupture Spire -256 C Stone Quarry -257 C Submerged Boneyard -258 C Timber Gorge -259 C Tranquil Expanse -260 C Woodland Stream -261 L Plains -262 L Plains -263 L Plains -264 L Plains -265 L Island -266 L Island -267 L Island -268 L Island -269 L Swamp -270 L Swamp -271 L Swamp -272 L Swamp -273 L Mountain -274 L Mountain -275 L Mountain -276 L Mountain -277 L Forest -278 L Forest -279 L Forest -280 L Forest -281 M Ajani, Wise Counselor -282 R Ajani's Influence -283 U Court Cleric -284 R Serra's Guardian -285 C Silverbeak Griffin -286 M Tezzeret, Cruel Machinist -287 R Riddlemaster Sphinx -288 C Pendulum of Patterns -289 R Tezzeret's Gatebreaker -290 U Tezzeret's Strider -291 M Liliana, the Necromancer -292 U Arisen Gorgon -293 R Gravewaker -294 R Liliana's Spoils -295 C Tattered Mummy -296 M Sarkhan, Dragonsoul -297 C Kargan Dragonrider -298 R Sarkhan's Dragonfire -299 U Sarkhan's Whelp -300 R Shivan Dragon -301 M Vivien of the Arkbow -302 R Aggressive Mammoth -303 R Skalla Wolf -304 C Ursine Champion -305 U Vivien's Jaguar -306 M Nexus of Fate -307 C Sun Sentinel -308 U Air Elemental -309 C Befuddle -310 C Mist-Cloaked Herald -311 C Waterknot -312 C Grasping Scoundrel -313 C Radiating Lightning -314 C Llanowar Elves +1 U Aegis of the Heavens @Anthony Palumbo +2 U Aethershield Artificer @Izzy +3 M Ajani, Adversary of Tyrants @Victor Adame Minguez +4 R Ajani's Last Stand @Slawomir Maniak +5 U Ajani's Pridemate @Svetlin Velinov +6 U Ajani's Welcome @Eric Deschamps +7 C Angel of the Dawn @Livia Prima +8 C Cavalry Drillmaster @Slawomir Maniak +9 R Cleansing Nova @Noah Bradley +10 C Daybreak Chaplain @Volkan Baǵa +11 C Dwarven Priest @Even Amundsen +12 C Gallant Cavalry @Craig J Spearing +13 U Herald of Faith @Tommy Arnold +14 U Hieromancer's Cage @Jason Rainville +15 C Inspired Charge @Wayne Reynolds +16 C Invoke the Divine @Magali Villeneuve +17 R Isolate @Victor Adame Minguez +18 C Knight of the Tusk @Jesper Ejsing +19 C Knight's Pledge @Magali Villeneuve +20 U Knightly Valor @Matt Stewart +21 R Lena, Selfless Champion @Lucas Graciano +22 U Leonin Vanguard @Aaron Miller +23 R Leonin Warleader @Jakub Kasper +24 C Loxodon Line Breaker @Jesper Ejsing +25 C Luminous Bonds @Steve Argyle +26 U Make a Stand @Magali Villeneuve +27 R Mentor of the Meek @Jana Schirmer & Johannes Voss +28 C Mighty Leap @Sidharth Chaturvedi +29 U Militia Bugler @David Gaillet +30 U Novice Knight @Yongjae Choi +31 C Oreskos Swiftclaw @James Ryman +32 C Pegasus Courser @Mathias Kollros +33 R Remorseful Cleric @Grzegorz Rutkowski +34 M Resplendent Angel @Volkan Baǵa +35 C Revitalize @Matt Stewart +36 C Rustwing Falcon @Paul Scott Canavan +37 U Shield Mare @Lucas Graciano +38 C Star-Crowned Stag @Jonathan Kuo +39 R Suncleanser @Mark Zug +40 C Take Vengeance @Randy Vargas +41 C Trusty Packbeast @John Stanko +42 R Valiant Knight @Jakub Kasper +43 U Aether Tunnel @Lucas Graciano +44 C Anticipate @Tyler Jacobson +45 C Aven Wind Mage @Lius Lasahido +46 C Aviation Pioneer @Lake Hurwitz +47 U Bone to Ash @Clint Cearley +48 C Cancel @Mathias Kollros +49 U Departed Deckhand @Zoltan Boros +50 C Disperse @Ryan Yee +51 C Divination @Willian Murai +52 R Djinn of Wishes @Kev Walker +53 C Dwindle @Ryan Pancoast +54 C Essence Scatter @Josh Hass +55 U Exclusion Mage @Chris Seaman +56 C Frilled Sea Serpent @Steven Belledin +57 C Gearsmith Prodigy @Deruchenko Alexander +58 C Ghostform @Scott Chou +59 U Horizon Scholar @Karl Kopinski +60 R Metamorphic Alteration @Livia Prima +61 U Mirror Image @Randy Vargas +62 R Mistcaller @Ryan Yee +63 R Mystic Archaeologist @Eric Deschamps +64 C Omenspeaker @Dallas Williams +65 M Omniscience @Jason Chan +66 R One with the Machine @Chase Stone +67 R Patient Rebuilding @Magali Villeneuve +68 U Psychic Corrosion @Bastien L. Deharme +69 R Sai, Master Thopterist @Adam Paquette +70 C Salvager of Secrets @Lars Grant-West +71 C Scholar of Stars @Tommy Arnold +72 U Sift @Jeremy Jarvis +73 U Skilled Animator @Jason A. Engle +74 U Sleep @Chris Rahn +75 C Snapping Drake @Todd Lockwood +76 R Supreme Phantom @Robbie Trevino +77 U Surge Mare @Sam Rowan +78 U Switcheroo @Kev Walker +79 M Tezzeret, Artifice Master @Josh Hass +80 C Tolarian Scholar @Sara Winters +81 C Totally Lost @David Palumbo +82 C Uncomfortable Chill @Izzy +83 C Wall of Mist @Dimitar Marinski +84 R Windreader Sphinx @Min Yum +85 C Abnormal Endurance @Tomasz Jedruszek +86 U Blood Divination @Filip Burburan +87 C Bogstomper @Jason Felix +88 M Bone Dragon @Jason A. Engle +89 C Child of Night @Ash Wood +90 R Death Baron @Nils Hamm +91 R Demon of Catastrophes @Sidharth Chaturvedi +92 U Diregraf Ghoul @Dave Kendall +93 C Doomed Dissenter @Tony Foti +94 C Duress @Steven Belledin +95 C Epicure of Blood @Anna Steinbauer +96 U Fell Specter @Dimitar Marinski +97 R Fraying Omnipotence @Svetlin Velinov +98 U Gravedigger @Dermot Power +99 R Graveyard Marshal @Mark Behm +100 C Hired Blade @Mark Behm +101 C Infectious Horror @Pete Venters +102 R Infernal Reckoning @Bram Sels +103 C Infernal Scarring @Mike Bierek +104 R Isareth the Awakener @Jason Rainville +105 C Lich's Caress @Josh Hass +106 M Liliana, Untouched by Death @Bastien L. Deharme +107 R Liliana's Contract @Bastien L. Deharme +108 C Macabre Waltz @Willian Murai +109 C Mind Rot @Seb McKinnon +110 U Murder @Tyler Jacobson +111 U Nightmare's Thirst @Igor Kieryluk +112 R Open the Graves @Vincent Proce +113 R Phylactery Lich @Michael Komarck +114 U Plague Mare @G-host Lee +115 U Ravenous Harpy @Sam Rowan +116 U Reassembling Skeleton @Austin Hsu +117 U Rise from the Grave @Kieran Yanner +118 C Skeleton Archer @Randy Vargas +119 C Skymarch Bloodletter @Tomasz Jedruszek +120 C Sovereign's Bite @Volkan Baǵa +121 U Stitcher's Supplier @Chris Seaman +122 C Strangling Spores @Jason A. Engle +123 C Two-Headed Zombie @Josh Hass +124 C Vampire Neonate @Daarken +125 U Vampire Sovereign @Volkan Baǵa +126 C Walking Corpse @Igor Kieryluk +127 C Act of Treason @Eric Deschamps +128 R Alpine Moon @Alayna Danner +129 M Apex of Power @Svetlin Velinov +130 R Banefire @Raymond Swanland +131 C Boggart Brute @Igor Kieryluk +132 C Catalyst Elemental @Deruchenko Alexander +133 C Crash Through @Izzy +134 R Dark-Dweller Oracle @Deruchenko Alexander +135 R Demanding Dragon @Chris Rahn +136 R Dismissive Pyromancer @Bram Sels +137 U Doublecast @Even Amundsen +138 U Dragon Egg @Jack Wang +139 C Electrify @Craig J Spearing +140 U Fiery Finish @Joe Slucher +141 C Fire Elemental @Slawomir Maniak +142 C Goblin Instigator @Filip Burburan +143 C Goblin Motivator @Johann Bodin +144 R Goblin Trashmaster @Jakub Kasper +145 U Guttersnipe @Mathias Kollros +146 C Havoc Devils @Viktor Titov +147 C Hostile Minotaur @Joe Slucher +148 U Inferno Hellion @Jason A. Engle +149 R Lathliss, Dragon Queen @Alex Konstad +150 C Lava Axe @Brian Snõddy +151 U Lightning Mare @Lucas Graciano +152 U Lightning Strike @Adam Paquette +153 C Onakke Ogre @Mathias Kollros +154 M Sarkhan, Fireblood @Grzegorz Rutkowski +155 R Sarkhan's Unsealing @Daarken +156 C Shock @Jason Rainville +157 U Siegebreaker Giant @Even Amundsen +158 C Smelt @Zoltan Boros +159 C Sparktongue Dragon @Daarken +160 R Spit Flame @Chris Rahn +161 C Sure Strike @Jakub Kasper +162 U Tectonic Rift @John Avon +163 U Thud @Kev Walker +164 C Tormenting Voice @Volkan Baǵa +165 C Trumpet Blast @Steve Prescott +166 C Viashino Pyromancer @Jesper Ejsing +167 U Volcanic Dragon @Chris Rahn +168 U Volley Veteran @Craig J Spearing +169 U Blanchwood Armor @Paolo Parente +170 C Bristling Boar @Svetlin Velinov +171 C Centaur Courser @Vance Kovacs +172 C Colossal Dreadmaw @Jesper Ejsing +173 U Colossal Majesty @Randy Vargas +174 C Daggerback Basilisk @Jesper Ejsing +175 U Declare Dominance @Simon Dominic +176 U Druid of Horns @Nils Hamm +177 C Druid of the Cowl @Magali Villeneuve +178 U Dryad Greenseeker @Greg Opalinski +179 R Elvish Clancaller @Matt Stewart +180 C Elvish Rejuvenator @Winona Nelson +181 U Ghastbark Twins @Zack Stella +182 U Ghirapur Guide @Scott Murphy +183 C Giant Spider @Randy Gallegos +184 U Gift of Paradise @Ryan Pancoast +185 R Gigantosaurus @Jonathan Kuo +186 R Goreclaw, Terror of Qal Sisma @Svetlin Velinov +187 C Greenwood Sentinel @Johann Bodin +188 C Highland Game @John Severin Brassell +189 R Hungering Hydra @Daarken +190 C Naturalize @Daniel Ljunggren +191 C Oakenform @Wayne Reynolds +192 R Pelakka Wurm @Daniel Ljunggren +193 C Plummet @Pete Venters +194 R Prodigious Growth @Svetlin Velinov +195 C Rabid Bite @Karl Kopinski +196 U Reclamation Sage @Christopher Moeller +197 U Recollect @Pete Venters +198 C Rhox Oracle @Dan Scott +199 C Root Snare @Mitchell Malloy +200 R Runic Armasaur @Randy Vargas +201 M Scapeshift @Daniel Ljunggren +202 C Talons of Wildwood @Uriah Voth +203 R Thorn Lieutenant @Uriah Voth +204 C Thornhide Wolves @Scott Murphy +205 C Titanic Growth @Ryan Pancoast +206 U Vigilant Baloth @Uriah Voth +207 U Vine Mare @Alex Konstad +208 M Vivien Reid @Anna Steinbauer +209 R Vivien's Invocation @Johannes Voss +210 C Wall of Vines @John Stanko +211 U Aerial Engineer @Zoltan Boros +212 M Arcades, the Strategist @Even Amundsen +213 U Brawl-Bash Ogre @Even Amundsen +214 M Chromium, the Mutable @Chase Stone +215 U Draconic Disciple @Yongjae Choi +216 U Enigma Drake @Steve Argyle +217 U Heroic Reinforcements @Scott Murphy +218 M Nicol Bolas, the Ravager @Svetlin Velinov +219 M Palladia-Mors, the Ruiner @Svetlin Velinov +220 U Poison-Tip Archer @Dmitry Burmak +221 U Psychic Symbiont @Robbie Trevino +222 U Regal Bloodlord @Winona Nelson +223 U Satyr Enchanter @Sidharth Chaturvedi +224 U Skyrider Patrol @Mitchell Malloy +225 M Vaevictis Asmadi, the Dire @Steven Belledin +226 R Amulet of Safekeeping @Aaron Miller +227 U Arcane Encyclopedia @Nic Klein +228 R Chaos Wand @Kari Christensen +229 M Crucible of Worlds @Ron Spencer +230 R Desecrated Tomb @Dimitar Marinski +231 U Diamond Mare @Alayna Danner +232 R Dragon's Hoard @Adam Paquette +233 C Explosive Apparatus @Lindsey Look +234 C Field Creeper @Anthony Palumbo +235 U Fountain of Renewal @Adam Paquette +236 U Gargoyle Sentinel @Drew Baker +237 C Gearsmith Guardian @Deruchenko Alexander +238 R Magistrate's Scepter @Adam Rex +239 C Manalith @Ryan Yee +240 C Marauder's Axe @Mitchell Malloy +241 U Meteor Golem @Lake Hurwitz +242 U Millstone @Yeong-Hao Han +243 U Rogue's Gloves @Cyril Van Der Haegen +244 R Sigiled Sword of Valeron @John Stanko +245 C Skyscanner @Adam Paquette +246 U Suspicious Bookcase @Anastasia Ovchinnikova +247 R Transmogrifying Wand @Aaron Miller +248 C Cinder Barrens @Titus Lunter +249 R Detection Tower @Adam Paquette +250 C Forsaken Sanctuary @Vincent Proce +251 C Foul Orchard @Yeong-Hao Han +252 C Highland Lake @Noah Bradley +253 C Meandering River @Cliff Childs +254 U Reliquary Tower @Jesper Ejsing +255 U Rupture Spire @Jaime Jones +256 C Stone Quarry @Efflam Mercier +257 C Submerged Boneyard @Cliff Childs +258 C Timber Gorge @Cliff Childs +259 C Tranquil Expanse @Sam Burley +260 C Woodland Stream @Efflam Mercier +261 L Plains @John Avon +262 L Plains @Zoltan Boros & Gabor Szikszai +263 L Plains @Nils Hamm +264 L Plains @Andreas Rocha +265 L Island @Cliff Childs +266 L Island @Chippy +267 L Island @Jonas De Ro +268 L Island @Andreas Rocha +269 L Swamp @Mike Bierek +270 L Swamp @Cliff Childs +271 L Swamp @Christine Choi +272 L Swamp @Mark Poole +273 L Mountain @Noah Bradley +274 L Mountain @Cliff Childs +275 L Mountain @Jonas De Ro +276 L Mountain @Andreas Rocha +277 L Forest @Volkan Baǵa +278 L Forest @Steven Belledin +279 L Forest @Jonas De Ro +280 L Forest @Adam Paquette +281 M Ajani, Wise Counselor @Eric Deschamps +282 R Ajani's Influence @Sidharth Chaturvedi +283 U Court Cleric @Mark Behm +284 R Serra's Guardian @Magali Villeneuve +285 C Silverbeak Griffin @Viktor Titov +286 M Tezzeret, Cruel Machinist @Zack Stella +287 R Riddlemaster Sphinx @Ryan Yee +288 C Pendulum of Patterns @Raoul Vitale +289 R Tezzeret's Gatebreaker @Mathias Kollros +290 U Tezzeret's Strider @Zack Stella +291 M Liliana, the Necromancer @Livia Prima +292 U Arisen Gorgon @Livia Prima +293 R Gravewaker @Daniel Ljunggren +294 R Liliana's Spoils @Tyler Jacobson +295 C Tattered Mummy @Slawomir Maniak +296 M Sarkhan, Dragonsoul @Yongjae Choi +297 C Kargan Dragonrider @Greg Opalinski +298 R Sarkhan's Dragonfire @Daarken +299 U Sarkhan's Whelp @Craig J Spearing +300 R Shivan Dragon @Donato Giancola +301 M Vivien of the Arkbow @Magali Villeneuve +302 R Aggressive Mammoth @Filip Burburan +303 R Skalla Wolf @Lius Lasahido +304 C Ursine Champion @Alex Konstad +305 U Vivien's Jaguar @Magali Villeneuve +306 M Nexus of Fate @Mike Bierek +307 C Sun Sentinel @James Ryman +308 U Air Elemental @Tomasz Jedruszek +309 C Befuddle @Svetlin Velinov +310 C Mist-Cloaked Herald @Anthony Palumbo +311 C Waterknot @Wayne Reynolds +312 C Grasping Scoundrel @Steve Prescott +313 C Radiating Lightning @Suzanne Helmigh +314 C Llanowar Elves @Chris Rahn [tokens] w_4_4_angel_flying_vigilance diff --git a/forge-gui/res/editions/Magic 2020.txt b/forge-gui/res/editions/Magic 2020.txt index c977ee1c84e..cdc862e0b71 100644 --- a/forge-gui/res/editions/Magic 2020.txt +++ b/forge-gui/res/editions/Magic 2020.txt @@ -11,350 +11,350 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M20 [cards] -1 C Aerial Assault -2 M Ajani, Strength of the Pride -3 U Ancestral Blade -4 U Angel of Vitality -5 C Angelic Gift -6 U Apostle of Purifying Light -7 C Battalion Foot Soldier -8 R Bishop of Wings -9 R Brought Back -10 M Cavalier of Dawn -11 C Dawning Angel -12 C Daybreak Chaplain -13 U Devout Decree -14 C Disenchant -15 U Eternal Isolation -16 U Fencing Ace -17 U Gauntlets of Light -18 C Glaring Aegis -19 U Gods Willing -20 C Griffin Protector -21 C Griffin Sentinel -22 R Hanged Executioner -23 U Herald of the Sun -24 C Inspired Charge -25 C Inspiring Captain -26 R Leyline of Sanctity -27 R Loxodon Lifechanter -28 U Loyal Pegasus -29 U Master Splicer -30 C Moment of Heroism -31 C Moorland Inquisitor -32 C Pacifism -33 R Planar Cleansing -34 C Raise the Alarm -35 U Rule of Law -36 R Sephara, Sky's Blade -37 C Soulmender -38 C Squad Captain -39 R Starfield Mystic -40 C Steadfast Sentry -41 C Yoked Ox -42 U Aether Gust -43 R Agent of Treachery -44 U Air Elemental -45 C Anticipate -46 R Atemsis, All-Seeing -47 C Befuddle -48 C Bone to Ash -49 C Boreal Elemental -50 U Brineborn Cutthroat -51 U Captivating Gyre -52 M Cavalier of Gales -53 U Cerulean Drake -54 C Cloudkin Seer -55 C Convolute -56 R Drawn from Dreams -57 R Dungeon Geists -58 C Faerie Miscreant -59 R Flood of Tears -60 C Fortress Crab -61 C Frilled Sea Serpent -62 C Frost Lynx -63 U Hard Cover -64 R Leyline of Anticipation -65 R Masterful Replication -66 C Metropolis Sprite -67 C Moat Piranhas -68 M Mu Yanling, Sky Dancer -69 C Negate -70 C Octoprophet -71 U Portal of Sanctuary -72 U Renowned Weaponsmith -73 C Sage's Row Denizen -74 U Scholar of the Ages -75 C Sleep Paralysis -76 U Spectral Sailor -77 R Tale's End -78 C Unsummon -79 U Warden of Evos Isle -80 C Winged Words -81 U Yarok's Wavecrasher -82 C Zephyr Charge -83 C Agonizing Syphon -84 C Audacious Thief -85 C Barony Vampire -86 C Bladebrand -87 U Blightbeetle -88 C Blood Burglar -89 U Blood for Bones -90 U Bloodsoaked Altar -91 U Bloodthirsty Aerialist -92 C Bone Splinters -93 C Boneclad Necromancer -94 M Cavalier of Night -95 U Disfigure -96 R Dread Presence -97 C Duress -98 R Embodiment of Agonies -99 C Epicure of Blood -100 C Fathom Fleet Cutthroat -101 C Feral Abomination -102 C Gorging Vulture -103 U Gravedigger -104 U Gruesome Scourger -105 R Knight of the Ebon Legion -106 R Legion's End -107 R Leyline of the Void -108 C Mind Rot -109 C Murder -110 U Noxious Grasp -111 R Rotting Regisaur -112 C Sanitarium Skeleton -113 R Scheming Symmetry -114 C Sorcerer of the Fang -115 M Sorin, Imperious Bloodlord -116 C Soul Salvage -117 U Thought Distortion -118 C Undead Servant -119 C Unholy Indenture -120 U Vampire of the Dire Moon -121 U Vengeful Warchief -122 R Vilis, Broker of Blood -123 U Yarok's Fenlurker -124 C Act of Treason -125 M Cavalier of Flame -126 R Chandra, Acolyte of Flame -127 M Chandra, Awakened Inferno -128 U Chandra, Novice Pyromancer -129 C Chandra's Embercat -130 C Chandra's Outrage -131 R Chandra's Regulator -132 U Chandra's Spitfire -133 C Daggersail Aeronaut -134 C Destructive Digger -135 U Dragon Mage -136 R Drakuseth, Maw of Flames -137 U Ember Hauler -138 C Fire Elemental -139 U Flame Sweep -140 U Fry -141 R Glint-Horn Buccaneer -142 C Goblin Bird-Grabber -143 U Goblin Ringleader -144 C Goblin Smuggler -145 C Infuriate -146 C Keldon Raider -147 C Lavakin Brawler -148 R Leyline of Combustion -149 C Maniacal Rage -150 R Marauding Raptor -151 U Mask of Immolation -152 C Pack Mastiff -153 U Rapacious Dragon -154 C Reckless Air Strike -155 C Reduce to Ashes -156 R Repeated Reverberation -157 C Ripscale Predator -158 U Scampering Scorcher -159 C Scorch Spitter -160 C Shock -161 C Tectonic Rift -162 R Thunderkin Awakener -163 U Uncaged Fury -164 U Unchained Berserker -165 U Barkhide Troll -166 C Brightwood Tracker -167 M Cavalier of Thorns -168 C Centaur Courser -169 R Elvish Reclaimer -170 C Feral Invocation -171 C Ferocious Pup -172 R Gargos, Vicious Watcher -173 C Gift of Paradise -174 C Greenwood Sentinel -175 C Growth Cycle -176 C Healer of the Glade -177 U Howling Giant -178 C Leafkin Druid -179 R Leyline of Abundance -180 U Loaming Shaman -181 C Mammoth Spider -182 U Might of the Masses -183 C Natural End -184 C Netcaster Spider -185 R Nightpack Ambusher -186 U Overcome -187 U Overgrowth Elemental -188 C Plummet -189 U Pulse of Murasa -190 C Rabid Bite -191 U Season of Growth -192 C Sedge Scorpion -193 R Shared Summons -194 R Shifting Ceratops -195 C Silverback Shaman -196 C Thicket Crasher -197 U Thrashing Brontodon -198 U Veil of Summer -199 M Vivien, Arkbow Ranger -200 R Voracious Hydra -201 C Vorstclaw -202 R Wakeroot Elemental -203 C Wolfkin Bond -204 U Wolfrider's Saddle -205 U Woodland Champion -206 U Corpse Knight -207 U Creeping Trailblazer -208 U Empyrean Eagle -209 U Ironroot Warlord -210 M Kaalia, Zenith Seeker -211 M Kethis, the Hidden Hand -212 M Kykar, Wind's Fury -213 U Lightning Stormkin -214 U Moldervine Reclamation -215 U Ogre Siegebreaker -216 M Omnath, Locus of the Roil -217 U Risen Reef -218 U Skyknight Vanguard -219 U Tomebound Lich -220 M Yarok, the Desecrated -221 C Anvilwrought Raptor -222 R Bag of Holding -223 U Colossus Hammer -224 U Diamond Knight -225 U Diviner's Lockbox -226 R Golos, Tireless Pilgrim -227 R Grafdigger's Cage -228 C Heart-Piercer Bow -229 R Icon of Ancestry -230 U Manifold Key -231 C Marauder's Axe -232 U Meteor Golem -233 R Mystic Forge -234 U Pattern Matcher -235 C Prismite -236 U Retributive Wand -237 U Salvager of Ruin -238 U Scuttlemutt -239 R Steel Overseer -240 C Stone Golem -241 C Vial of Dragonfire -242 C Bloodfell Caves -243 C Blossoming Sands -244 U Cryptic Caves -245 C Dismal Backwater -246 C Evolving Wilds -247 R Field of the Dead -248 C Jungle Hollow -249 R Lotus Field -250 C Rugged Highlands -251 C Scoured Barrens -252 C Swiftwater Cliffs -253 R Temple of Epiphany -254 R Temple of Malady -255 R Temple of Mystery -256 R Temple of Silence -257 R Temple of Triumph -258 C Thornwood Falls -259 C Tranquil Cove -260 C Wind-Scarred Crag -261 L Plains -262 L Plains -263 L Plains -264 L Plains -265 L Island -266 L Island -267 L Island -268 L Island -269 L Swamp -270 L Swamp -271 L Swamp -272 L Swamp -273 L Mountain -274 L Mountain -275 L Mountain -276 L Mountain -277 L Forest -278 L Forest -279 L Forest -280 L Forest -281 M Rienne, Angel of Rebirth -282 M Ajani, Inspiring Leader -283 R Goldmane Griffin -284 C Savannah Sage -285 U Twinblade Paladin -286 M Mu Yanling, Celestial Wind -287 C Celestial Messenger -288 U Waterkin Shaman -289 R Yanling's Harbinger -290 M Sorin, Vampire Lord -291 C Savage Gorger -292 R Sorin's Guide -293 U Thirsting Bloodlord -294 M Chandra, Flame's Fury -295 R Chandra's Flame Wave -296 U Pyroclastic Elemental -297 C Wildfire Elemental -298 M Vivien, Nature's Avenger -299 R Ethereal Elk -300 U Gnarlback Rhino -301 C Vivien's Crocodile -302 R Angelic Guardian -303 C Bastion Enforcer -304 C Concordia Pegasus -305 C Haazda Officer -306 C Impassioned Orator -307 C Imperial Outrider -308 C Ironclad Krovod -309 C Prowling Caracal -310 R Serra's Guardian -311 C Show of Valor -312 C Siege Mastodon -313 C Take Vengeance -314 C Trusted Pegasus -315 C Coral Merfolk -316 C Phantom Warrior -317 R Riddlemaster Sphinx -318 C Snapping Drake -319 C Bartizan Bats -320 C Bogstomper -321 C Dark Remedy -322 C Disentomb -323 R Gravewaker -324 C Skeleton Archer -325 C Sorin's Thirst -326 C Vampire Opportunist -327 C Walking Corpse -328 C Engulfing Eruption -329 C Fearless Halberdier -330 C Goblin Assailant -331 C Hostile Minotaur -332 R Immortal Phoenix -333 C Nimble Birdsticker -334 C Rubblebelt Recluse -335 R Shivan Dragon -336 U Volcanic Dragon -337 R Aggressive Mammoth -338 C Bristling Boar -339 C Canopy Spider -340 C Frilled Sandwalla -341 C Oakenform -342 C Prized Unicorn -343 C Titanic Growth -344 C Woodland Mystic +1 C Aerial Assault @Dan Scott +2 M Ajani, Strength of the Pride @Chris Rallis +3 U Ancestral Blade @Scott Murphy +4 U Angel of Vitality @Johannes Voss +5 C Angelic Gift @Josu Hernaiz +6 U Apostle of Purifying Light @Bastien L. Deharme +7 C Battalion Foot Soldier @Cristi Balanescu +8 R Bishop of Wings @Matt Stewart +9 R Brought Back @Mitchell Malloy +10 M Cavalier of Dawn @Daarken +11 C Dawning Angel @Yongjae Choi +12 C Daybreak Chaplain @Volkan Baǵa +13 U Devout Decree @Zoltan Boros +14 C Disenchant @Victor Adame Minguez +15 U Eternal Isolation @Johan Grenier +16 U Fencing Ace @David Rapoza +17 U Gauntlets of Light @Ekaterina Burmak +18 C Glaring Aegis @Anthony Palumbo +19 U Gods Willing @Mark Winters +20 C Griffin Protector @Christopher Moeller +21 C Griffin Sentinel @Warren Mahy +22 R Hanged Executioner @Johann Bodin +23 U Herald of the Sun @Micah Epstein +24 C Inspired Charge @Wayne Reynolds +25 C Inspiring Captain @Ben Maier +26 R Leyline of Sanctity @Noah Bradley +27 R Loxodon Lifechanter @Nicholas Gregory +28 U Loyal Pegasus @John Severin Brassell +29 U Master Splicer @Chippy +30 C Moment of Heroism @Christopher Moeller +31 C Moorland Inquisitor @David Palumbo +32 C Pacifism @Jesper Ejsing +33 R Planar Cleansing @Michael Komarck +34 C Raise the Alarm @Zoltan Boros +35 U Rule of Law @Scott M. Fischer +36 R Sephara, Sky's Blade @Livia Prima +37 C Soulmender @James Ryman +38 C Squad Captain @Cristi Balanescu +39 R Starfield Mystic @Eric Deschamps +40 C Steadfast Sentry @Bram Sels +41 C Yoked Ox @Ryan Yee +42 U Aether Gust @Tomasz Jedruszek +43 R Agent of Treachery @Igor Kieryluk +44 U Air Elemental @Tomasz Jedruszek +45 C Anticipate @Tyler Jacobson +46 R Atemsis, All-Seeing @Ryan Pancoast +47 C Befuddle @Svetlin Velinov +48 C Bone to Ash @Clint Cearley +49 C Boreal Elemental @Victor Adame Minguez +50 U Brineborn Cutthroat @Caio Monteiro +51 U Captivating Gyre @Anthony Palumbo +52 M Cavalier of Gales @Viktor Titov +53 U Cerulean Drake @Daniel Ljunggren +54 C Cloudkin Seer @Anastasia Ovchinnikova +55 C Convolute @Viktor Titov +56 R Drawn from Dreams @Chris Seaman +57 R Dungeon Geists @Nils Hamm +58 C Faerie Miscreant @Steven Belledin +59 R Flood of Tears @Adam Paquette +60 C Fortress Crab @Vincent Proce +61 C Frilled Sea Serpent @Steven Belledin +62 C Frost Lynx @Izzy +63 U Hard Cover @PINDURSKI +64 R Leyline of Anticipation @Noah Bradley +65 R Masterful Replication @Victor Adame Minguez +66 C Metropolis Sprite @Scott Chou +67 C Moat Piranhas @Rudy Siswanto +68 M Mu Yanling, Sky Dancer @G-host Lee +69 C Negate @Magali Villeneuve +70 C Octoprophet @Grzegorz Rutkowski +71 U Portal of Sanctuary @Randy Vargas +72 U Renowned Weaponsmith @Eric Deschamps +73 C Sage's Row Denizen @Svetlin Velinov +74 U Scholar of the Ages @Micah Epstein +75 C Sleep Paralysis @Josu Hernaiz +76 U Spectral Sailor @Cristi Balanescu +77 R Tale's End @Randy Vargas +78 C Unsummon @Izzy +79 U Warden of Evos Isle @Nils Hamm +80 C Winged Words @Chris Seaman +81 U Yarok's Wavecrasher @Randy Vargas +82 C Zephyr Charge @Steve Prescott +83 C Agonizing Syphon @Seb McKinnon +84 C Audacious Thief @Dmitry Burmak +85 C Barony Vampire @Daarken +86 C Bladebrand @Winona Nelson +87 U Blightbeetle @Jason Kang +88 C Blood Burglar @Cristi Balanescu +89 U Blood for Bones @Seb McKinnon +90 U Bloodsoaked Altar @Sidharth Chaturvedi +91 U Bloodthirsty Aerialist @Igor Kieryluk +92 C Bone Splinters @Cole Eastburn +93 C Boneclad Necromancer @Robbie Trevino +94 M Cavalier of Night @Viktor Titov +95 U Disfigure @Justin Sweet +96 R Dread Presence @Anthony Palumbo +97 C Duress @Steven Belledin +98 R Embodiment of Agonies @Igor Kieryluk +99 C Epicure of Blood @Anna Steinbauer +100 C Fathom Fleet Cutthroat @Josu Hernaiz +101 C Feral Abomination @Darek Zabrocki +102 C Gorging Vulture @Caio Monteiro +103 U Gravedigger @Tony Foti +104 U Gruesome Scourger @Karl Kopinski +105 R Knight of the Ebon Legion @Alex Konstad +106 R Legion's End @David Palumbo +107 R Leyline of the Void @Noah Bradley +108 C Mind Rot @Seb McKinnon +109 C Murder @Allen Williams +110 U Noxious Grasp @Tomasz Jedruszek +111 R Rotting Regisaur @Randy Vargas +112 C Sanitarium Skeleton @Kev Walker +113 R Scheming Symmetry @Seb McKinnon +114 C Sorcerer of the Fang @Caio Monteiro +115 M Sorin, Imperious Bloodlord @Chase Stone +116 C Soul Salvage @Daarken +117 U Thought Distortion @David Palumbo +118 C Undead Servant @James Zapata +119 C Unholy Indenture @Seb McKinnon +120 U Vampire of the Dire Moon @Anna Podedworna +121 U Vengeful Warchief @Karl Kopinski +122 R Vilis, Broker of Blood @Tyler Jacobson +123 U Yarok's Fenlurker @Daarken +124 C Act of Treason @Eric Deschamps +125 M Cavalier of Flame @Wesley Burt +126 R Chandra, Acolyte of Flame @Anna Steinbauer +127 M Chandra, Awakened Inferno @Chris Rahn +128 U Chandra, Novice Pyromancer @Anna Steinbauer +129 C Chandra's Embercat @Johan Grenier +130 C Chandra's Outrage @Christopher Moeller +131 R Chandra's Regulator @Eric Deschamps +132 U Chandra's Spitfire @Chris Rallis +133 C Daggersail Aeronaut @Zoltan Boros +134 C Destructive Digger @Zoltan Boros +135 U Dragon Mage @Matthew D. Wilson +136 R Drakuseth, Maw of Flames @Grzegorz Rutkowski +137 U Ember Hauler @Steve Prescott +138 C Fire Elemental @Joe Slucher +139 U Flame Sweep @Viktor Titov +140 U Fry @Tomasz Jedruszek +141 R Glint-Horn Buccaneer @Zack Stella +142 C Goblin Bird-Grabber @Anna Podedworna +143 U Goblin Ringleader @Gabor Szikszai +144 C Goblin Smuggler @Dan Scott +145 C Infuriate @Caio Monteiro +146 C Keldon Raider @Chris Seaman +147 C Lavakin Brawler @Victor Adame Minguez +148 R Leyline of Combustion @Noah Bradley +149 C Maniacal Rage @Heonhwa Choe +150 R Marauding Raptor @Bayard Wu +151 U Mask of Immolation @Igor Kieryluk +152 C Pack Mastiff @Svetlin Velinov +153 U Rapacious Dragon @Johan Grenier +154 C Reckless Air Strike @Jakub Kasper +155 C Reduce to Ashes @Jason A. Engle +156 R Repeated Reverberation @Izzy +157 C Ripscale Predator @Volkan Baǵa +158 U Scampering Scorcher @Zoltan Boros +159 C Scorch Spitter @Johan Grenier +160 C Shock @Jason Rainville +161 C Tectonic Rift @John Avon +162 R Thunderkin Awakener @Yongjae Choi +163 U Uncaged Fury @Jason Kang +164 U Unchained Berserker @Bram Sels +165 U Barkhide Troll @Grzegorz Rutkowski +166 C Brightwood Tracker @Johannes Voss +167 M Cavalier of Thorns @Jehan Choo +168 C Centaur Courser @Vance Kovacs +169 R Elvish Reclaimer @Victor Adame Minguez +170 C Feral Invocation @Mathias Kollros +171 C Ferocious Pup @Rudy Siswanto +172 R Gargos, Vicious Watcher @Mathias Kollros +173 C Gift of Paradise @Ryan Pancoast +174 C Greenwood Sentinel @Johann Bodin +175 C Growth Cycle @Svetlin Velinov +176 C Healer of the Glade @Daarken +177 U Howling Giant @Grzegorz Rutkowski +178 C Leafkin Druid @Filip Burburan +179 R Leyline of Abundance @Noah Bradley +180 U Loaming Shaman @Carl Critchlow +181 C Mammoth Spider @Lars Grant-West +182 U Might of the Masses @Johann Bodin +183 C Natural End @Scott Chou +184 C Netcaster Spider @Yohann Schepacz +185 R Nightpack Ambusher @Dan Scott +186 U Overcome @Craig J Spearing +187 U Overgrowth Elemental @Mathias Kollros +188 C Plummet @Filip Burburan +189 U Pulse of Murasa @Matt Stewart +190 C Rabid Bite @Karl Kopinski +191 U Season of Growth @Randy Vargas +192 C Sedge Scorpion @John Stanko +193 R Shared Summons @Aaron Miller +194 R Shifting Ceratops @Izzy +195 C Silverback Shaman @Mathias Kollros +196 C Thicket Crasher @Mathias Kollros +197 U Thrashing Brontodon @Jakub Kasper +198 U Veil of Summer @Lake Hurwitz +199 M Vivien, Arkbow Ranger @Yongjae Choi +200 R Voracious Hydra @Wayne Reynolds +201 C Vorstclaw @Lucas Graciano +202 R Wakeroot Elemental @Filip Burburan +203 C Wolfkin Bond @Lindsey Look +204 U Wolfrider's Saddle @Raoul Vitale +205 U Woodland Champion @Randy Vargas +206 U Corpse Knight @Karl Kopinski +207 U Creeping Trailblazer @Johan Grenier +208 U Empyrean Eagle @Jason A. Engle +209 U Ironroot Warlord @Filip Burburan +210 M Kaalia, Zenith Seeker @Yongjae Choi +211 M Kethis, the Hidden Hand @Yongjae Choi +212 M Kykar, Wind's Fury @G-host Lee +213 U Lightning Stormkin @Rudy Siswanto +214 U Moldervine Reclamation @Antonio José Manzanedo +215 U Ogre Siegebreaker @Zoltan Boros +216 M Omnath, Locus of the Roil @Lius Lasahido +217 U Risen Reef @Johan Grenier +218 U Skyknight Vanguard @Bayard Wu +219 U Tomebound Lich @Cristi Balanescu +220 M Yarok, the Desecrated @Daarken +221 C Anvilwrought Raptor @James Zapata +222 R Bag of Holding @Dmitry Burmak +223 U Colossus Hammer @Dmitry Burmak +224 U Diamond Knight @Alayna Danner +225 U Diviner's Lockbox @Lake Hurwitz +226 R Golos, Tireless Pilgrim @Joseph Meehan +227 R Grafdigger's Cage @Daniel Ljunggren +228 C Heart-Piercer Bow @Franz Vohwinkel +229 R Icon of Ancestry @Chris Seaman +230 U Manifold Key @Lake Hurwitz +231 C Marauder's Axe @Mitchell Malloy +232 U Meteor Golem @Lake Hurwitz +233 R Mystic Forge @Titus Lunter +234 U Pattern Matcher @Jesper Ejsing +235 C Prismite @Alayna Danner +236 U Retributive Wand @Zezhou Chen +237 U Salvager of Ruin @James Paick +238 U Scuttlemutt @Jeremy Jarvis +239 R Steel Overseer @Chris Rahn +240 C Stone Golem @Martina Pilcerova +241 C Vial of Dragonfire @Franz Vohwinkel +242 C Bloodfell Caves @Adam Paquette +243 C Blossoming Sands @Sam Burley +244 U Cryptic Caves @Sung Choi +245 C Dismal Backwater @Sam Burley +246 C Evolving Wilds @Steven Belledin +247 R Field of the Dead @Kev Walker +248 C Jungle Hollow @Eytan Zana +249 R Lotus Field @John Avon +250 C Rugged Highlands @Eytan Zana +251 C Scoured Barrens @Eytan Zana +252 C Swiftwater Cliffs @Eytan Zana +253 R Temple of Epiphany @Adam Paquette +254 R Temple of Malady @Titus Lunter +255 R Temple of Mystery @Piotr Dura +256 R Temple of Silence @Adam Paquette +257 R Temple of Triumph @Piotr Dura +258 C Thornwood Falls @Eytan Zana +259 C Tranquil Cove @John Avon +260 C Wind-Scarred Crag @Eytan Zana +261 L Plains @John Avon +262 L Plains @Zoltan Boros & Gabor Szikszai +263 L Plains @Nils Hamm +264 L Plains @Andreas Rocha +265 L Island @John Avon +266 L Island @Babyson Chen & Uzhen Lin +267 L Island @Cliff Childs +268 L Island @Andreas Rocha +269 L Swamp @Mike Bierek +270 L Swamp @Cliff Childs +271 L Swamp @Jonas De Ro +272 L Swamp @Jonas De Ro +273 L Mountain @Sam Burley +274 L Mountain @Karl Kopinski +275 L Mountain @Adam Paquette +276 L Mountain @Andreas Rocha +277 L Forest @Volkan Baǵa +278 L Forest @Steven Belledin +279 L Forest @Jim Nelson +280 L Forest @Adam Paquette +281 M Rienne, Angel of Rebirth @Kieran Yanner +282 M Ajani, Inspiring Leader @Yongjae Choi +283 R Goldmane Griffin @Paul Scott Canavan +284 C Savannah Sage @Bayard Wu +285 U Twinblade Paladin @Jana Schirmer +286 M Mu Yanling, Celestial Wind @Yongjae Choi +287 C Celestial Messenger @Daniel Ljunggren +288 U Waterkin Shaman @Yeong-Hao Han +289 R Yanling's Harbinger @Zezhou Chen +290 M Sorin, Vampire Lord @Chris Rallis +291 C Savage Gorger @Antonio José Manzanedo +292 R Sorin's Guide @Jason Rainville +293 U Thirsting Bloodlord @Joseph Meehan +294 M Chandra, Flame's Fury @Magali Villeneuve +295 R Chandra's Flame Wave @Paul Scott Canavan +296 U Pyroclastic Elemental @Svetlin Velinov +297 C Wildfire Elemental @Svetlin Velinov +298 M Vivien, Nature's Avenger @Chris Rallis +299 R Ethereal Elk @Jason Felix +300 U Gnarlback Rhino @YW Tang +301 C Vivien's Crocodile @Bayard Wu +302 R Angelic Guardian @Sara Winters +303 C Bastion Enforcer @Matt Stewart +304 C Concordia Pegasus @Chris Rahn +305 C Haazda Officer @Aaron Miller +306 C Impassioned Orator @Mark Zug +307 C Imperial Outrider @Scott Murphy +308 C Ironclad Krovod @Sam Rowan +309 C Prowling Caracal @Jonathan Kuo +310 R Serra's Guardian @Magali Villeneuve +311 C Show of Valor @Micah Epstein +312 C Siege Mastodon @Matt Cavotta +313 C Take Vengeance @Randy Vargas +314 C Trusted Pegasus @Chris Rahn +315 C Coral Merfolk @Lie Setiawan +316 C Phantom Warrior @Anna Podedworna +317 R Riddlemaster Sphinx @Ryan Yee +318 C Snapping Drake @Todd Lockwood +319 C Bartizan Bats @Nils Hamm +320 C Bogstomper @Jason Felix +321 C Dark Remedy @Svetlin Velinov +322 C Disentomb @Johann Bodin +323 R Gravewaker @Daniel Ljunggren +324 C Skeleton Archer @Randy Vargas +325 C Sorin's Thirst @Karl Kopinski +326 C Vampire Opportunist @Jason Rainville +327 C Walking Corpse @Igor Kieryluk +328 C Engulfing Eruption @Sidharth Chaturvedi +329 C Fearless Halberdier @Suzanne Helmigh +330 C Goblin Assailant @Jesper Ejsing +331 C Hostile Minotaur @Joe Slucher +332 R Immortal Phoenix @Daarken +333 C Nimble Birdsticker @Anna Podedworna +334 C Rubblebelt Recluse @Zoltan Boros +335 R Shivan Dragon @Donato Giancola +336 U Volcanic Dragon @Chris Rahn +337 R Aggressive Mammoth @Filip Burburan +338 C Bristling Boar @Svetlin Velinov +339 C Canopy Spider @Christopher Rush +340 C Frilled Sandwalla @Zezhou Chen +341 C Oakenform @Wayne Reynolds +342 C Prized Unicorn @Rudy Siswanto +343 C Titanic Growth @Ryan Pancoast +344 C Woodland Mystic @Uriah Voth [tokens] ajanis_pridemate diff --git a/forge-gui/res/editions/Magic 2021.txt b/forge-gui/res/editions/Magic 2021.txt index 83c3f9dcc26..f31c0edb6ca 100644 --- a/forge-gui/res/editions/Magic 2021.txt +++ b/forge-gui/res/editions/Magic 2021.txt @@ -11,417 +11,417 @@ ChaosDraftThemes=CORE_SET ScryfallCode=M21 [cards] -1 M Ugin, the Spirit Dragon -2 C Alpine Watchdog -3 U Angelic Ascension -4 C Anointed Chorister -5 U Aven Gagglemaster -6 M Baneslayer Angel -7 M Basri Ket -8 C Basri's Acolyte -9 R Basri's Lieutenant -10 U Basri's Solidarity -11 C Celestial Enforcer -12 C Concordia Pegasus -13 R Containment Priest -14 C Daybreak Charger -15 C Defiant Strike -16 C Dub -17 U Faith's Fetters -18 U Falconer Adept -19 C Feat of Resistance -20 C Gale Swooper -21 R Glorious Anthem -22 U Griffin Aerie -23 R Idol of Endurance -24 C Legion's Judgment -25 U Light of Promise -26 C Makeshift Battalion -27 M Mangara, the Diplomat -28 R Nine Lives -29 R Pack Leader -30 C Rambunctious Mutt -31 C Revitalize -32 R Runed Halo -33 U Sanctum of Tranquil Light -34 U Seasoned Hallowblade -35 C Secure the Scene -36 U Selfless Savior -37 U Siege Striker -38 R Speaker of the Heavens -39 C Staunch Shieldmate -40 C Swift Response -41 U Tempered Veteran -42 C Valorous Steed -43 U Vryn Wingmare -44 C Warded Battlements -45 R Barrin, Tolarian Archmage -46 C Cancel -47 C Capture Sphere -48 M Discontinuity -49 U Enthralling Hold -50 C Frantic Inventory -51 C Frost Breath -52 R Ghostly Pilferer -53 U Jeskai Elder -54 C Keen Glidemaster -55 C Library Larcenist -56 C Lofty Denial -57 U Miscast -58 C Mistral Singer -59 C Opt -60 R Pursued Whale -61 U Rain of Revelation -62 C Read the Tides -63 U Rewind -64 U Riddleform -65 C Roaming Ghostlight -66 C Rookie Mistake -67 C Rousing Read -68 U Sanctum of Calm Waters -69 R See the Truth -70 R Shacklegeist -71 U Shipwreck Dowser -72 C Spined Megalodon -73 R Stormwing Entity -74 R Sublime Epiphany -75 M Teferi, Master of Time -76 R Teferi's Ageless Insight -77 C Teferi's Protege -78 U Teferi's Tutelage -79 U Tide Skimmer -80 U Tolarian Kraken -81 C Tome Anima -82 U Unsubstantiate -83 C Vodalian Arcanist -84 U Waker of Waves -85 C Wall of Runes -86 C Wishcoin Crab -87 C Alchemist's Gift -88 U Archfiend's Vessel -89 U Bad Deal -90 C Blood Glutton -91 C Caged Zombie -92 U Carrion Grub -93 C Crypt Lurker -94 C Deathbloom Thallid -95 R Demonic Embrace -96 C Duress -97 U Eliminate -98 C Fetid Imp -99 C Finishing Blow -100 C Gloom Sower -101 U Goremand -102 C Grasp of Darkness -103 M Grim Tutor -104 R Hooded Blightfang -105 C Infernal Scarring -106 R Kaervek, the Spiteful -107 U Kitesail Freebooter -108 M Liliana, Waker of the Dead -109 U Liliana's Devotee -110 R Liliana's Standard Bearer -111 C Liliana's Steward -112 U Malefic Scythe -113 C Masked Blackguard -114 M Massacre Wurm -115 C Mind Rot -116 R Necromentia -117 R Peer into the Abyss -118 U Pestilent Haze -119 C Rise Again -120 U Sanctum of Stone Fangs -121 C Sanguine Indulgence -122 U Silversmote Ghoul -123 C Skeleton Archer -124 U Tavern Swindler -125 R Thieves' Guild Enforcer -126 C Village Rites -127 R Vito, Thorn of the Dusk Rose -128 C Walking Corpse -129 U Witch's Cauldron -130 U Battle-Rattle Shaman -131 U Bolt Hound -132 C Bone Pit Brute -133 R Brash Taunter -134 C Burn Bright -135 M Chandra, Heart of Fire -136 R Chandra's Incinerator -137 C Chandra's Magmutt -138 U Chandra's Pyreling -139 R Conspicuous Snoop -140 C Crash Through -141 C Destructive Tampering -142 R Double Vision -143 M Fiery Emancipation -144 U Furious Rise -145 C Furor of the Bitten -146 R Gadrak, the Crown-Scourge -147 C Goblin Arsonist -148 C Goblin Wizardry -149 U Havoc Jester -150 U Heartfire Immolator -151 U Hellkite Punisher -152 C Hobblefiend -153 C Igneous Cur -154 U Kinetic Augur -155 C Onakke Ogre -156 C Pitchburn Devils -157 U Sanctum of Shattered Heights -158 C Scorching Dragonfire -159 C Shock -160 U Soul Sear -161 C Spellgorger Weird -162 R Subira, Tulzidi Caravanner -163 C Sure Strike -164 M Terror of the Peaks -165 C Thrill of Possibility -166 U Traitorous Greed -167 R Transmogrify -168 C Turn to Slag -169 C Turret Ogre -170 U Unleash Fury -171 U Volcanic Geyser -172 R Volcanic Salvo -173 R Azusa, Lost but Seeking -174 U Burlfist Oak -175 U Canopy Stalker -176 C Colossal Dreadmaw -177 U Cultivate -178 C Drowsing Tyrannodon -179 M Elder Gargaroth -180 R Feline Sovereign -181 U Fierce Empath -182 U Fungal Rebirth -183 M Garruk, Unleashed -184 C Garruk's Gorehorn -185 R Garruk's Harbinger -186 U Garruk's Uprising -187 C Gnarled Sage -188 R Heroic Intervention -189 C Hunter's Edge -190 U Invigorating Surge -191 R Jolrael, Mwonvuli Recluse -192 C Life Goes On -193 C Llanowar Visionary -194 C Ornery Dilophosaur -195 C Portcullis Vine -196 C Pridemalkin -197 R Primal Might -198 U Quirion Dryad -199 C Ranger's Guile -200 C Return to Nature -201 C Run Afoul -202 C Sabertooth Mauler -203 U Sanctum of Fruitful Harvest -204 R Scavenging Ooze -205 C Setessan Training -206 U Skyway Sniper -207 C Snarespinner -208 R Sporeweb Weaver -209 U Thrashing Brontodon -210 C Titanic Growth -211 C Track Down -212 C Trufflesnout -213 U Warden of the Woods -214 U Wildwood Scourge -215 U Alpine Houndmaster -216 U Conclave Mentor -217 U Dire Fleet Warmonger -218 U Experimental Overload -219 U Indulging Patrician -220 U Leafkin Avenger -221 U Lorescale Coatl -222 R Niambi, Esteemed Speaker -223 U Obsessive Stitcher -224 R Radha, Heart of Keld -225 R Sanctum of All -226 U Twinblade Assassins -227 U Watcher of the Spheres -228 M Chromatic Orrery -229 U Chrome Replicator -230 U Epitaph Golem -231 C Forgotten Sentinel -232 R Mazemind Tome -233 U Meteorite -234 U Palladium Myr -235 C Prismite -236 C Short Sword -237 C Silent Dart -238 C Skyscanner -239 R Solemn Simulacrum -240 R Sparkhunter Masticore -241 U Tormod's Crypt -242 R Animal Sanctuary -243 C Bloodfell Caves -244 C Blossoming Sands -245 C Dismal Backwater -246 R Fabled Passage -247 C Jungle Hollow -248 C Radiant Fountain -249 C Rugged Highlands -250 C Scoured Barrens -251 C Swiftwater Cliffs -252 R Temple of Epiphany -253 R Temple of Malady -254 R Temple of Mystery -255 R Temple of Silence -256 R Temple of Triumph -257 C Thornwood Falls -258 C Tranquil Cove -259 C Wind-Scarred Crag -260 L Plains -261 L Plains -262 L Plains -263 L Island -264 L Island -265 L Island -266 L Swamp -267 L Swamp -268 L Swamp -269 L Mountain -270 L Mountain -271 L Mountain -272 L Forest -273 L Forest -274 L Forest +1 M Ugin, the Spirit Dragon @Raymond Swanland +2 C Alpine Watchdog @Forrest Imel +3 U Angelic Ascension @Volkan Baǵa +4 C Anointed Chorister @Bastien L. Deharme +5 U Aven Gagglemaster @Mike Bierek +6 M Baneslayer Angel @Greg Staples +7 M Basri Ket @Kieran Yanner +8 C Basri's Acolyte @Leesha Hannigan +9 R Basri's Lieutenant @Matt Stewart +10 U Basri's Solidarity @Paul Scott Canavan +11 C Celestial Enforcer @Bastien L. Deharme +12 C Concordia Pegasus @Chris Rahn +13 R Containment Priest @John Stanko +14 C Daybreak Charger @Forrest Imel +15 C Defiant Strike @Gabor Szikszai +16 C Dub @Bastien L. Deharme +17 U Faith's Fetters @Kev Walker +18 U Falconer Adept @Billy Christian +19 C Feat of Resistance @David Gaillet +20 C Gale Swooper @Johann Bodin +21 R Glorious Anthem @Raymond Swanland +22 U Griffin Aerie @Milivoj Ćeran +23 R Idol of Endurance @Kim Sokol +24 C Legion's Judgment @Lucas Graciano +25 U Light of Promise @Cristi Balanescu +26 C Makeshift Battalion @Zoltan Boros +27 M Mangara, the Diplomat @Howard Lyon +28 R Nine Lives @Paul Scott Canavan +29 R Pack Leader @Rudy Siswanto +30 C Rambunctious Mutt @Campbell White +31 C Revitalize @Matt Stewart +32 R Runed Halo @Steve Prescott +33 U Sanctum of Tranquil Light @Johannes Voss +34 U Seasoned Hallowblade @Manuel Castañón +35 C Secure the Scene @Zoltan Boros +36 U Selfless Savior @Ralph Horsley +37 U Siege Striker @Zoltan Boros +38 R Speaker of the Heavens @Randy Vargas +39 C Staunch Shieldmate @Bartlomiej Gawel +40 C Swift Response @Deruchenko Alexander +41 U Tempered Veteran @Izzy +42 C Valorous Steed @Donato Giancola +43 U Vryn Wingmare @Seb McKinnon +44 C Warded Battlements @Titus Lunter +45 R Barrin, Tolarian Archmage @Ryan Pancoast +46 C Cancel @Mathias Kollros +47 C Capture Sphere @Mark Behm +48 M Discontinuity @Volkan Baǵa +49 U Enthralling Hold @Colin Boyer +50 C Frantic Inventory @Aaron Miller +51 C Frost Breath @Mike Bierek +52 R Ghostly Pilferer @Craig J Spearing +53 U Jeskai Elder @Craig J Spearing +54 C Keen Glidemaster @Caroline Gariba +55 C Library Larcenist @Mila Pesic +56 C Lofty Denial @Manuel Castañón +57 U Miscast @Steve Argyle +58 C Mistral Singer @Ryan Yee +59 C Opt @Tyler Jacobson +60 R Pursued Whale @Jonathan Kuo +61 U Rain of Revelation @Nils Hamm +62 C Read the Tides @Tommy Arnold +63 U Rewind @Dermot Power +64 U Riddleform @Steve Argyle +65 C Roaming Ghostlight @Zezhou Chen +66 C Rookie Mistake @Zoltan Boros +67 C Rousing Read @Campbell White +68 U Sanctum of Calm Waters @Johannes Voss +69 R See the Truth @Ekaterina Burmak +70 R Shacklegeist @Igor Kieryluk +71 U Shipwreck Dowser @Caroline Gariba +72 C Spined Megalodon @Daniel Ljunggren +73 R Stormwing Entity @Caroline Gariba +74 R Sublime Epiphany @Lindsey Look +75 M Teferi, Master of Time @Yongjae Choi +76 R Teferi's Ageless Insight @Kieran Yanner +77 C Teferi's Protege @Bram Sels +78 U Teferi's Tutelage @Ilse Gort +79 U Tide Skimmer @Joseph Meehan +80 U Tolarian Kraken @Svetlin Velinov +81 C Tome Anima @Johannes Voss +82 U Unsubstantiate @Victor Adame Minguez +83 C Vodalian Arcanist @Tyler Walpole +84 U Waker of Waves @Svetlin Velinov +85 C Wall of Runes @Zezhou Chen +86 C Wishcoin Crab @James Paick +87 C Alchemist's Gift @Cristi Balanescu +88 U Archfiend's Vessel @Jake Murray +89 U Bad Deal @Zoltan Boros +90 C Blood Glutton @Anna Podedworna +91 C Caged Zombie @Josh Hass +92 U Carrion Grub @Nicholas Gregory +93 C Crypt Lurker @Svetlin Velinov +94 C Deathbloom Thallid @Mike Burns +95 R Demonic Embrace @Sidharth Chaturvedi +96 C Duress @Steven Belledin +97 U Eliminate @Chris Cold +98 C Fetid Imp @Nils Hamm +99 C Finishing Blow @Wylie Beckert +100 C Gloom Sower @Chris Cold +101 U Goremand @Igor Kieryluk +102 C Grasp of Darkness @Daarken +103 M Grim Tutor @Igor Kieryluk +104 R Hooded Blightfang @Uriah Voth +105 C Infernal Scarring @Mike Bierek +106 R Kaervek, the Spiteful @Daarken +107 U Kitesail Freebooter @Dan Scott +108 M Liliana, Waker of the Dead @Anna Steinbauer +109 U Liliana's Devotee @Colin Boyer +110 R Liliana's Standard Bearer @Josh Hass +111 C Liliana's Steward @Jason A. Engle +112 U Malefic Scythe @Joe Slucher +113 C Masked Blackguard @Bryan Sola +114 M Massacre Wurm @Jason Chan +115 C Mind Rot @Seb McKinnon +116 R Necromentia @Mila Pesic +117 R Peer into the Abyss @Izzy +118 U Pestilent Haze @Sidharth Chaturvedi +119 C Rise Again @Sean Sevestre +120 U Sanctum of Stone Fangs @Johannes Voss +121 C Sanguine Indulgence @Andrey Kuzinskiy +122 U Silversmote Ghoul @Bryan Sola +123 C Skeleton Archer @Randy Vargas +124 U Tavern Swindler @Cynthia Sheppard +125 R Thieves' Guild Enforcer @Evyn Fong +126 C Village Rites @Bud Cook +127 R Vito, Thorn of the Dusk Rose @Lie Setiawan +128 C Walking Corpse @Igor Kieryluk +129 U Witch's Cauldron @Jason A. Engle +130 U Battle-Rattle Shaman @Warren Mahy +131 U Bolt Hound @Forrest Imel +132 C Bone Pit Brute @Victor Adame Minguez +133 R Brash Taunter @Svetlin Velinov +134 C Burn Bright @Scott Murphy +135 M Chandra, Heart of Fire @Josu Hernaiz +136 R Chandra's Incinerator @Craig J Spearing +137 C Chandra's Magmutt @Kimonas Theodossiou +138 U Chandra's Pyreling @Josu Hernaiz +139 R Conspicuous Snoop @Zoltan Boros +140 C Crash Through @Izzy +141 C Destructive Tampering @Titus Lunter +142 R Double Vision @Heonhwa Choe +143 M Fiery Emancipation @Alexander Forssberg +144 U Furious Rise @Chase Stone +145 C Furor of the Bitten @Randy Gallegos +146 R Gadrak, the Crown-Scourge @Daarken +147 C Goblin Arsonist @Wayne Reynolds +148 C Goblin Wizardry @Izzy +149 U Havoc Jester @Jason A. Engle +150 U Heartfire Immolator @Donato Giancola +151 U Hellkite Punisher @Andrey Kuzinskiy +152 C Hobblefiend @Nicholas Gregory +153 C Igneous Cur @Igor Kieryluk +154 U Kinetic Augur @Colin Boyer +155 C Onakke Ogre @Mathias Kollros +156 C Pitchburn Devils @Johann Bodin +157 U Sanctum of Shattered Heights @Johannes Voss +158 C Scorching Dragonfire @Eric Velhagen +159 C Shock @Jon Foster +160 U Soul Sear @Mathias Kollros +161 C Spellgorger Weird @James Paick +162 R Subira, Tulzidi Caravanner @Leesha Hannigan +163 C Sure Strike @Jakub Kasper +164 M Terror of the Peaks @Andrey Kuzinskiy +165 C Thrill of Possibility @Izzy +166 U Traitorous Greed @Svetlin Velinov +167 R Transmogrify @Craig J Spearing +168 C Turn to Slag @Zoltan Boros & Gabor Szikszai +169 C Turret Ogre @Johann Bodin +170 U Unleash Fury @Izzy +171 U Volcanic Geyser @Clint Cearley +172 R Volcanic Salvo @Torstein Nordstrand +173 R Azusa, Lost but Seeking @Winona Nelson +174 U Burlfist Oak @Milivoj Ćeran +175 U Canopy Stalker @Ilse Gort +176 C Colossal Dreadmaw @Jesper Ejsing +177 U Cultivate @Anthony Palumbo +178 C Drowsing Tyrannodon @Simon Dominic +179 M Elder Gargaroth @Nicholas Gregory +180 R Feline Sovereign @Dan Scott +181 U Fierce Empath @Johann Bodin +182 U Fungal Rebirth @Nicholas Gregory +183 M Garruk, Unleashed @Lie Setiawan +184 C Garruk's Gorehorn @Svetlin Velinov +185 R Garruk's Harbinger @Lie Setiawan +186 U Garruk's Uprising @Wisnu Tan +187 C Gnarled Sage @Raoul Vitale +188 R Heroic Intervention @James Ryman +189 C Hunter's Edge @Johann Bodin +190 U Invigorating Surge @Randy Vargas +191 R Jolrael, Mwonvuli Recluse @Izzy +192 C Life Goes On @Daarken +193 C Llanowar Visionary @Cristi Balanescu +194 C Ornery Dilophosaur @Jonathan Kuo +195 C Portcullis Vine @James Paick +196 C Pridemalkin @Karl Kopinski +197 R Primal Might @Randy Vargas +198 U Quirion Dryad @Todd Lockwood +199 C Ranger's Guile @Steve Prescott +200 C Return to Nature @Alayna Danner +201 C Run Afoul @Cristi Balanescu +202 C Sabertooth Mauler @Randy Vargas +203 U Sanctum of Fruitful Harvest @Johannes Voss +204 R Scavenging Ooze @Austin Hsu +205 C Setessan Training @Scott Murphy +206 U Skyway Sniper @Even Amundsen +207 C Snarespinner @Yeong-Hao Han +208 R Sporeweb Weaver @Slawomir Maniak +209 U Thrashing Brontodon @Jakub Kasper +210 C Titanic Growth @Ryan Pancoast +211 C Track Down @Scott Murphy +212 C Trufflesnout @Jason Kang +213 U Warden of the Woods @Svetlin Velinov +214 U Wildwood Scourge @Bryan Sola +215 U Alpine Houndmaster @Mark Behm +216 U Conclave Mentor @Raoul Vitale +217 U Dire Fleet Warmonger @Mathias Kollros +218 U Experimental Overload @Lie Setiawan +219 U Indulging Patrician @Miranda Meeks +220 U Leafkin Avenger @Filip Burburan +221 U Lorescale Coatl @Greg Staples +222 R Niambi, Esteemed Speaker @Eric Deschamps +223 U Obsessive Stitcher @Joe Slucher +224 R Radha, Heart of Keld @Chris Rahn +225 R Sanctum of All @Johannes Voss +226 U Twinblade Assassins @Campbell White +227 U Watcher of the Spheres @G-host Lee +228 M Chromatic Orrery @Volkan Baǵa +229 U Chrome Replicator @Daniel Ljunggren +230 U Epitaph Golem @Adam Paquette +231 C Forgotten Sentinel @Joe Slucher +232 R Mazemind Tome @Randy Gallegos +233 U Meteorite @Scott Murphy +234 U Palladium Myr @Alan Pollack +235 C Prismite @Alayna Danner +236 C Short Sword @John Severin Brassell +237 C Silent Dart @Yeong-Hao Han +238 C Skyscanner @Adam Paquette +239 R Solemn Simulacrum @Donato Giancola +240 R Sparkhunter Masticore @Randy Vargas +241 U Tormod's Crypt @Lars Grant-West +242 R Animal Sanctuary @Alayna Danner +243 C Bloodfell Caves @Adam Paquette +244 C Blossoming Sands @Sam Burley +245 C Dismal Backwater @Sam Burley +246 R Fabled Passage @Howard Lyon +247 C Jungle Hollow @Eytan Zana +248 C Radiant Fountain @Adam Paquette +249 C Rugged Highlands @Eytan Zana +250 C Scoured Barrens @Eytan Zana +251 C Swiftwater Cliffs @Eytan Zana +252 R Temple of Epiphany @Adam Paquette +253 R Temple of Malady @Titus Lunter +254 R Temple of Mystery @Piotr Dura +255 R Temple of Silence @Adam Paquette +256 R Temple of Triumph @Piotr Dura +257 C Thornwood Falls @Eytan Zana +258 C Tranquil Cove @John Avon +259 C Wind-Scarred Crag @Eytan Zana +260 L Plains @John Avon +261 L Plains @Nils Hamm +262 L Plains @Andreas Rocha +263 L Island @Cliff Childs +264 L Island @Jonas De Ro +265 L Island @Andreas Rocha +266 L Swamp @Mike Bierek +267 L Swamp @Cliff Childs +268 L Swamp @Christine Choi +269 L Mountain @Cliff Childs +270 L Mountain @Jonas De Ro +271 L Mountain @Andreas Rocha +272 L Forest @Volkan Baǵa +273 L Forest @Steven Belledin +274 L Forest @Jonas De Ro [alternate art] -275 M Teferi, Master of Time -276 M Teferi, Master of Time -277 M Teferi, Master of Time +275 M Teferi, Master of Time @Yongjae Choi +276 M Teferi, Master of Time @Yongjae Choi +277 M Teferi, Master of Time @Yongjae Choi [buy a box] -278 M Rin and Seri, Inseparable +278 M Rin and Seri, Inseparable @Leesha Hannigan [borderless] -279 M Ugin, the Spirit Dragon -280 M Basri Ket -281 M Teferi, Master of Time -282 M Liliana, Waker of the Dead -283 M Chandra, Heart of Fire -284 M Garruk, Unleashed +279 M Ugin, the Spirit Dragon @Ryan Pancoast +280 M Basri Ket @Jehan Choo +281 M Teferi, Master of Time @Chris Rallis +282 M Liliana, Waker of the Dead @Magali Villeneuve +283 M Chandra, Heart of Fire @Jason Rainville +284 M Garruk, Unleashed @Cristi Balanescu [showcase] -285 M Ugin, the Spirit Dragon -286 M Basri Ket -287 C Basri's Acolyte -288 R Basri's Lieutenant -289 U Basri's Solidarity -290 M Teferi, Master of Time -291 M Teferi, Master of Time -292 M Teferi, Master of Time -293 M Teferi, Master of Time -294 R Teferi's Ageless Insight -295 C Teferi's Protege -296 U Teferi's Tutelage -297 M Liliana, Waker of the Dead -298 U Liliana's Devotee -299 R Liliana's Standard Bearer -300 C Liliana's Steward -301 M Chandra, Heart of Fire -302 R Chandra's Incinerator -303 C Chandra's Magmutt -304 U Chandra's Pyreling -305 M Garruk, Unleashed -306 C Garruk's Gorehorn -307 R Garruk's Harbinger -308 U Garruk's Uprising -309 L Plains -310 L Island -311 L Swamp -312 L Mountain -313 L Forest -314 R Containment Priest -315 M Grim Tutor -316 M Massacre Wurm -317 R Cultivate -318 R Scavenging Ooze -319 R Solemn Simulacrum +285 M Ugin, the Spirit Dragon @Raymond Swanland +286 M Basri Ket @Kieran Yanner +287 C Basri's Acolyte @Leesha Hannigan +288 R Basri's Lieutenant @Matt Stewart +289 U Basri's Solidarity @Paul Scott Canavan +290 M Teferi, Master of Time @Yongjae Choi +291 M Teferi, Master of Time @Yongjae Choi +292 M Teferi, Master of Time @Yongjae Choi +293 M Teferi, Master of Time @Yongjae Choi +294 R Teferi's Ageless Insight @Kieran Yanner +295 C Teferi's Protege @Bram Sels +296 U Teferi's Tutelage @Ilse Gort +297 M Liliana, Waker of the Dead @Anna Steinbauer +298 U Liliana's Devotee @Colin Boyer +299 R Liliana's Standard Bearer @Josh Hass +300 C Liliana's Steward @Jason A. Engle +301 M Chandra, Heart of Fire @Josu Hernaiz +302 R Chandra's Incinerator @Craig J Spearing +303 C Chandra's Magmutt @Kimonas Theodossiou +304 U Chandra's Pyreling @Josu Hernaiz +305 M Garruk, Unleashed @Lie Setiawan +306 C Garruk's Gorehorn @Svetlin Velinov +307 R Garruk's Harbinger @Lie Setiawan +308 U Garruk's Uprising @Wisnu Tan +309 L Plains @Jonas De Ro +310 L Island @Jonas De Ro +311 L Swamp @Jonas De Ro +312 L Mountain @Jonas De Ro +313 L Forest @Jonas De Ro +314 R Containment Priest @Jesper Ejsing +315 M Grim Tutor @Antonio José Manzanedo +316 M Massacre Wurm @Kekai Kotaki +317 R Cultivate @Billy Christian +318 R Scavenging Ooze @Sam Rowan +319 R Solemn Simulacrum @Joseph Meehan [precon product] -320 M Basri, Devoted Paladin -321 C Adherent of Hope -322 R Basri's Aegis -323 U Sigiled Contender -324 M Teferi, Timeless Voyager -325 U Historian of Zhalfir -326 C Mystic Skyfish -327 R Teferi's Wavecaster -328 M Liliana, Death Mage -329 R Liliana's Scorn -330 U Liliana's Scrounger -331 C Spirit of Malevolence -332 M Chandra, Flame's Catalyst -333 R Chandra's Firemaw -334 U Keral Keep Disciples -335 C Storm Caller -336 M Garruk, Savage Herald -337 R Garruk's Warsteed -338 U Predatory Wurm -339 C Wildwood Patrol +320 M Basri, Devoted Paladin @Jason Rainville +321 C Adherent of Hope @Dan Scott +322 R Basri's Aegis @Paul Scott Canavan +323 U Sigiled Contender @Randy Vargas +324 M Teferi, Timeless Voyager @Jake Murray +325 U Historian of Zhalfir @Denman Rooke +326 C Mystic Skyfish @Alayna Danner +327 R Teferi's Wavecaster @Miranda Meeks +328 M Liliana, Death Mage @Kieran Yanner +329 R Liliana's Scorn @Josh Hass +330 U Liliana's Scrounger @Martina Fackova +331 C Spirit of Malevolence @Josu Hernaiz +332 M Chandra, Flame's Catalyst @Grzegorz Rutkowski +333 R Chandra's Firemaw @Bryan Sola +334 U Keral Keep Disciples @Leesha Hannigan +335 C Storm Caller @Manuel Castañón +336 M Garruk, Savage Herald @Eric Deschamps +337 R Garruk's Warsteed @Ilse Gort +338 U Predatory Wurm @Jason A. Engle +339 C Wildwood Patrol @Dan Scott [extended art] -340 M Baneslayer Angel -341 R Glorious Anthem -342 R Idol of Endurance -343 M Mangara, the Diplomat -344 R Nine Lives -345 R Pack Leader -346 R Runed Halo -347 R Speaker of the Heavens -348 R Barrin, Tolarian Archmage -349 M Discontinuity -350 R Ghostly Pilferer -351 R Pursued Whale -352 R See the Truth -353 R Shacklegeist -354 R Stormwing Entity -355 R Sublime Epiphany -356 R Demonic Embrace -357 R Hooded Blightfang -358 R Kaervek, the Spiteful -359 R Necromentia -360 R Peer into the Abyss -361 R Thieves' Guild Enforcer -362 R Vito, Thorn of the Dusk Rose -363 R Brash Taunter -364 R Conspicuous Snoop -365 R Double Vision -366 M Fiery Emancipation -367 R Gadrak, the Crown-Scourge -368 R Subira, Tulzidi Caravanner -369 M Terror of the Peaks -370 R Transmogrify -371 R Volcanic Salvo -372 R Azusa, Lost but Seeking -373 M Elder Gargaroth -374 R Feline Sovereign -375 R Heroic Intervention -376 R Jolrael, Mwonvuli Recluse -377 R Primal Might -378 R Sporeweb Weaver -379 R Niambi, Esteemed Speaker -380 R Radha, Heart of Keld -381 R Sanctum of All -382 M Chromatic Orrery -383 R Mazemind Tome -384 R Sparkhunter Masticore -385 R Animal Sanctuary -386 R Fabled Passage -387 R Temple of Epiphany -388 R Temple of Malady -389 R Temple of Mystery -390 R Temple of Silence -391 R Temple of Triumph +340 M Baneslayer Angel @Greg Staples +341 R Glorious Anthem @Raymond Swanland +342 R Idol of Endurance @Kim Sokol +343 M Mangara, the Diplomat @Howard Lyon +344 R Nine Lives @Paul Scott Canavan +345 R Pack Leader @Rudy Siswanto +346 R Runed Halo @Steve Prescott +347 R Speaker of the Heavens @Randy Vargas +348 R Barrin, Tolarian Archmage @Ryan Pancoast +349 M Discontinuity @Volkan Baǵa +350 R Ghostly Pilferer @Craig J Spearing +351 R Pursued Whale @Jonathan Kuo +352 R See the Truth @Ekaterina Burmak +353 R Shacklegeist @Igor Kieryluk +354 R Stormwing Entity @Caroline Gariba +355 R Sublime Epiphany @Lindsey Look +356 R Demonic Embrace @Sidharth Chaturvedi +357 R Hooded Blightfang @Uriah Voth +358 R Kaervek, the Spiteful @Daarken +359 R Necromentia @Mila Pesic +360 R Peer into the Abyss @Izzy +361 R Thieves' Guild Enforcer @Evyn Fong +362 R Vito, Thorn of the Dusk Rose @Lie Setiawan +363 R Brash Taunter @Svetlin Velinov +364 R Conspicuous Snoop @Zoltan Boros +365 R Double Vision @Heonhwa Choe +366 M Fiery Emancipation @Alexander Forssberg +367 R Gadrak, the Crown-Scourge @Daarken +368 R Subira, Tulzidi Caravanner @Leesha Hannigan +369 M Terror of the Peaks @Andrey Kuzinskiy +370 R Transmogrify @Craig J Spearing +371 R Volcanic Salvo @Torstein Nordstrand +372 R Azusa, Lost but Seeking @Winona Nelson +373 M Elder Gargaroth @Nicholas Gregory +374 R Feline Sovereign @Dan Scott +375 R Heroic Intervention @James Ryman +376 R Jolrael, Mwonvuli Recluse @Izzy +377 R Primal Might @Randy Vargas +378 R Sporeweb Weaver @Slawomir Maniak +379 R Niambi, Esteemed Speaker @Eric Deschamps +380 R Radha, Heart of Keld @Chris Rahn +381 R Sanctum of All @Johannes Voss +382 M Chromatic Orrery @Volkan Baǵa +383 R Mazemind Tome @Randy Gallegos +384 R Sparkhunter Masticore @Randy Vargas +385 R Animal Sanctuary @Alayna Danner +386 R Fabled Passage @Howard Lyon +387 R Temple of Epiphany @Adam Paquette +388 R Temple of Malady @Titus Lunter +389 R Temple of Mystery @Piotr Dura +390 R Temple of Silence @Adam Paquette +391 R Temple of Triumph @Piotr Dura [promo] -392 R Pack Leader -393 U Selfless Savior -394 C Frantic Inventory -395 U Eliminate -396 U Heartfire Immolator -397 C Llanowar Visionary +392 R Pack Leader @Ilse Gort +393 U Selfless Savior @Ralph Horsley +394 C Frantic Inventory @Aaron Miller +395 U Eliminate @Chris Cold +396 U Heartfire Immolator @Donato Giancola +397 C Llanowar Visionary @Cristi Balanescu [Lands] 6 Bloodfell Caves|M21 diff --git a/forge-gui/res/editions/Magic Online Deck Series.txt b/forge-gui/res/editions/Magic Online Deck Series.txt index 786bf255f70..36e19f54a2a 100644 --- a/forge-gui/res/editions/Magic Online Deck Series.txt +++ b/forge-gui/res/editions/Magic Online Deck Series.txt @@ -7,44 +7,44 @@ Type=Online ScryfallCode=td0 [cards] -B1 U Aura of Silence -B2 C Benevolent Bodyguard -B3 R Ethersworn Canonist -B4 U Flickerwisp -B5 U Jotun Grunt -B6 U Kor Firewalker -B7 R Mangara of Corondor -B8 C Oblivion Ring -B9 R Serra Avenger -B10 R Silence -B11 R Stoneforge Mystic -B12 U Swords to Plowshares -B13 R Weathered Wayfarer -B14 C Chain Lightning -B15 C Fireblast -B16 U Flames of the Blood Hand -B17 R Goblin Guide -B18 U Hellspark Elemental -B19 C Keldon Marauders -B20 C Lava Spike -B21 C Lightning Bolt -B22 U Magma Jet -B23 U Price of Progress -B24 C Pyroblast -B25 C Pyrostatic Pillar -B26 C Rift Bolt -B27 U Aether Vial -B28 C Bonesplitter -B29 U Relic of Progenitus -B30 R Umezawa's Jitte -B31 R Flagstones of Trokair -B32 R Karakas -B33 U Mishra's Factory -B34 L Plains -B35 L Plains -B36 L Plains -B37 L Plains -B38 L Mountain -B39 L Mountain -B40 L Mountain -B41 L Mountain +B1 U Aura of Silence @D. Alexander Gregory +B2 C Benevolent Bodyguard @Roger Raupp +B3 R Ethersworn Canonist @Izzy +B4 U Flickerwisp @Jeremy Enecio +B5 U Jotun Grunt @Franz Vohwinkel +B6 U Kor Firewalker @Matt Stewart +B7 R Mangara of Corondor @Zoltan Boros & Gabor Szikszai +B8 C Oblivion Ring @Wayne England +B9 R Serra Avenger @Scott M. Fischer +B10 R Silence @Wayne Reynolds +B11 R Stoneforge Mystic @Mike Bierek +B12 U Swords to Plowshares @Terese Nielsen +B13 R Weathered Wayfarer @Greg Hildebrandt & Tim Hildebrandt +B14 C Chain Lightning @Sandra Everingham +B15 C Fireblast @Michael Danza +B16 U Flames of the Blood Hand @Aleksi Briclot +B17 R Goblin Guide @Warren Mahy +B18 U Hellspark Elemental @Justin Sweet +B19 C Keldon Marauders @Alex Horley-Orlandelli +B20 C Lava Spike @Mark Tedin +B21 C Lightning Bolt @Christopher Moeller +B22 U Magma Jet @Justin Sweet +B23 U Price of Progress @Richard Kane Ferguson +B24 C Pyroblast @Kaja Foglio +B25 C Pyrostatic Pillar @Pete Venters +B26 C Rift Bolt @Michael Sutfin +B27 U Aether Vial @Greg Hildebrandt +B28 C Bonesplitter @Darrell Riche +B29 U Relic of Progenitus @Jean-Sébastien Rossbach +B30 R Umezawa's Jitte @Christopher Moeller +B31 R Flagstones of Trokair @Rob Alexander +B32 R Karakas @Nicola Leonard +B33 U Mishra's Factory @Scott Chou +B34 L Plains @John Avon +B35 L Plains @Ryan Pancoast +B36 L Plains @D. J. Cleland-Hura +B37 L Plains @Don Hazeltine +B38 L Mountain @Nils Hamm +B39 L Mountain @Karl Kopinski +B40 L Mountain @Rob Alexander +B41 L Mountain @Rob Alexander diff --git a/forge-gui/res/editions/Magic Origins Clash Pack.txt b/forge-gui/res/editions/Magic Origins Clash Pack.txt index d124b72537c..732d7fd37ae 100644 --- a/forge-gui/res/editions/Magic Origins Clash Pack.txt +++ b/forge-gui/res/editions/Magic Origins Clash Pack.txt @@ -6,9 +6,9 @@ Type=Starter ScryfallCode=CP3 [cards] -1 R Honored Hierarch -2 U Seeker of the Way -3 U Valorous Stance -4 R Dromoka, the Eternal -5 R Siege Rhino -6 U Sandsteppe Citadel +1 R Honored Hierarch @Magali Villeneuve +2 U Seeker of the Way @Magali Villeneuve +3 U Valorous Stance @Victor Adame Minguez +4 R Dromoka, the Eternal @Slawomir Maniak +5 R Siege Rhino @Kev Walker +6 U Sandsteppe Citadel @John Avon diff --git a/forge-gui/res/editions/Magic Origins Promos.txt b/forge-gui/res/editions/Magic Origins Promos.txt index ad87c33e1f8..0e34184e712 100644 --- a/forge-gui/res/editions/Magic Origins Promos.txt +++ b/forge-gui/res/editions/Magic Origins Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PORI [cards] -19 R Hixus, Prison Warden -29 R Relic Seeker -43 R Alhammarret, High Arbiter -64 R Mizzium Meddler -104 R Kothophed, Soul Hoarder -105 R Languish -157 R Pia and Kiran Nalaar -171 U Conclave Naturalists -172 R Dwynen, Gilt-Leaf Daen +19 R Hixus, Prison Warden @Magali Villeneuve +29 R Relic Seeker @Deruchenko Alexander +43 R Alhammarret, High Arbiter @Richard Wright +64 R Mizzium Meddler @Chris Rallis +104 R Kothophed, Soul Hoarder @Tianhua X +105 R Languish @Jeff Simpson +157 R Pia and Kiran Nalaar @Tyler Jacobson +171 U Conclave Naturalists @Howard Lyon +172 R Dwynen, Gilt-Leaf Daen @Steven Belledin diff --git a/forge-gui/res/editions/Magic Origins.txt b/forge-gui/res/editions/Magic Origins.txt index a5004b9b002..497d207b105 100644 --- a/forge-gui/res/editions/Magic Origins.txt +++ b/forge-gui/res/editions/Magic Origins.txt @@ -13,294 +13,294 @@ ChaosDraftThemes=CORE_SET ScryfallCode=ORI [cards] -1 C Akroan Jailer -2 C Ampryn Tactician -3 U Anointer of Champions -4 M Archangel of Tithes -5 C Auramancer -6 C Aven Battle Priest -7 U Blessed Spirits -8 C Celestial Flare -9 C Charging Griffin -10 C Cleric of the Forward Order -11 U Consul's Lieutenant -12 C Enlightened Ascetic -13 C Enshrouding Mist -14 R Gideon's Phalanx -15 C Grasp of the Hieromancer -16 R Hallowed Moonlight -17 C Healing Hands -18 C Heavy Infantry -19 R Hixus, Prison Warden -20 C Knight of the Pilgrim's Road -21 R Knight of the White Orchid -22 U Knightly Valor -23 M Kytheon, Hero of Akros -24 R Kytheon's Irregulars -25 C Kytheon's Tactics -26 C Mighty Leap -27 U Murder Investigation -28 U Patron of the Valiant -29 R Relic Seeker -30 U Sentinel of the Eternal Watch -31 R Sigil of the Empty Throne -32 C Stalwart Aven -33 M Starfield of Nyx -34 C Suppression Bonds -35 U Swift Reckoning -36 C Topan Freeblade -37 U Totem-Guide Hartebeest -38 R Tragic Arrogance -39 U Valor in Akros -40 R Vryn Wingmare -41 U War Oracle -42 C Yoked Ox -43 R Alhammarret, High Arbiter -44 U Anchor to the AEther -45 C Artificer's Epiphany -46 C Aspiring Aeronaut -47 C Bone to Ash -48 C Calculated Dismissal -49 U Clash of Wills -50 C Claustrophobia -51 M Day's Undoing -52 C Deep-Sea Terror -53 M Disciple of the Ring -54 C Disperse -55 R Displacement Wave -56 C Dreadwaters -57 C Faerie Miscreant -58 R Harbinger of the Tides -59 U Hydrolash -60 M Jace, Vryn's Prodigy -61 R Jace's Sanctum -62 U Jhessian Thief -63 C Maritime Guard -64 R Mizzium Meddler -65 C Negate -66 C Nivix Barrier -67 U Psychic Rebuttal -68 C Ringwarden Owl -69 C Scrapskin Drake -70 C Screeching Skaab -71 C Send to Sleep -72 C Separatist Voidmage -73 U Sigiled Starfish -74 U Skaab Goliath -75 R Soulblade Djinn -76 U Sphinx's Tutelage -77 C Stratus Walk -78 R Talent of the Telepath -79 R Thopter Spy Network -80 U Tower Geist -81 U Turn to Frog -82 C Watercourser -83 U Whirler Rogue -84 R Willbreaker -85 U Blightcaster -86 C Catacomb Slug -87 U Consecrated by Blood -88 U Cruel Revival -89 C Dark Dabbling -90 R Dark Petition -91 C Deadbridge Shaman -92 M Demonic Pact -93 R Despoiler of Souls -94 M Erebos's Titan -95 C Eyeblight Assassin -96 U Eyeblight Massacre -97 C Fetid Imp -98 U Fleshbag Marauder -99 R Gilt-Leaf Winnower -100 U Gnarlroot Trapper -101 R Graveblade Marauder -102 C Infernal Scarring -103 R Infinite Obliteration -104 R Kothophed, Soul Hoarder -105 R Languish -106 M Liliana, Heretical Healer -107 C Macabre Waltz -108 U Malakir Cullblade -109 C Nantuko Husk -110 U Necromantic Summons -111 C Nightsnare -112 R Priest of the Blood Rite -113 C Rabid Bloodsucker -114 C Read the Bones -115 C Reave Soul -116 C Returned Centaur -117 U Revenant -118 U Shadows of the Past -119 C Shambling Ghoul -120 R Tainted Remedy -121 C Thornbow Archer -122 U Tormented Thoughts -123 C Touch of Moonglove -124 C Undead Servant -125 C Unholy Hunger -126 C Weight of the Underworld -127 R Abbot of Keral Keep -128 U Acolyte of the Inferno -129 C Act of Treason -130 C Akroan Sergeant -131 M Avaricious Dragon -132 C Bellows Lizard -133 C Boggart Brute -134 U Call of the Full Moon -135 M Chandra, Fire of Kaladesh -136 C Chandra's Fury -137 R Chandra's Ignition -138 C Cobblebrute -139 C Demolish -140 C Dragon Fodder -141 R Embermaw Hellion -142 U Enthralling Victor -143 R Exquisite Firecraft -144 U Fiery Conclusion -145 C Fiery Impulse -146 C Firefiend Elemental -147 R Flameshadow Conjuring -148 U Ghirapur AEther Grid -149 C Ghirapur Gearcrafter -150 U Goblin Glory Chaser -151 R Goblin Piledriver -152 C Infectious Bloodlust -153 C Lightning Javelin -154 C Mage-Ring Bully -155 U Magmatic Insight -156 R Molten Vortex -157 R Pia and Kiran Nalaar -158 C Prickleboar -159 U Ravaging Blaze -160 R Scab-Clan Berserker -161 U Seismic Elemental -162 U Skyraker Giant -163 C Smash to Smithereens -164 C Subterranean Scout -165 U Thopter Engineer -166 C Titan's Strength -167 C Volcanic Rambler -168 C Aerial Volley -169 R Animist's Awakening -170 C Caustic Caterpillar -171 U Conclave Naturalists -172 R Dwynen, Gilt-Leaf Daen -173 U Dwynen's Elite -174 U Elemental Bond -175 C Elvish Visionary -176 R Evolutionary Leap -177 R Gaea's Revenge -178 U Gather the Pack -179 M The Great Aurora -180 R Herald of the Pantheon -181 C Hitchclaw Recluse -182 R Honored Hierarch -183 U Joraga Invocation -184 C Leaf Gilder -185 C Llanowar Empath -186 R Managorger Hydra -187 C Mantle of Webs -188 C Might of the Masses -189 M Nissa, Vastwood Seer -190 C Nissa's Pilgrimage -191 R Nissa's Revelation -192 C Orchard Spirit -193 R Outland Colossus -194 C Pharika's Disciple -195 C Reclaim -196 C Rhox Maulers -197 U Skysnare Spider -198 U Somberwald Alpha -199 U Sylvan Messenger -200 C Timberpack Wolf -201 C Titanic Growth -202 U Undercity Troll -203 U Valeron Wardens -204 C Vastwood Gorger -205 C Vine Snare -206 C Wild Instincts -207 M Woodland Bellower -208 C Yeva's Forcemage -209 U Zendikar's Roil -210 U Blazing Hellhound -211 U Blood-Cursed Knight -212 U Bounding Krasis -213 U Citadel Castellan -214 U Iroas's Champion -215 U Possessed Skaab -216 U Reclusive Artificer -217 U Shaman of the Pack -218 U Thunderclap Wyvern -219 U Zendikar Incarnate -220 C Alchemist's Vial -221 M Alhammarret's Archive -222 U Angel's Tomb -223 C Bonded Construct -224 U Brawler's Plate -225 U Chief of the Foundry -226 U Gold-Forged Sentinel -227 C Guardian Automaton -228 C Guardians of Meletis -229 R Hangarback Walker -230 R Helm of the Gods -231 U Jayemdae Tome -232 R Mage-Ring Responder -233 U Meteorite -234 R Orbs of Warding -235 U Prism Ring -236 M Pyromancer's Goggles -237 U Ramroller -238 U Runed Servitor -239 U Sigil of Valor -240 R Sword of the Animist -241 U Throwing Knife -242 C Veteran's Sidearm -243 U War Horn -244 R Battlefield Forge -245 R Caves of Koilos -246 C Evolving Wilds -247 U Foundry of the Consuls -248 R Llanowar Wastes -249 U Mage-Ring Network -250 U Rogue's Passage -251 R Shivan Reef -252 R Yavimaya Coast -254 L Plains -254 L Plains -254 L Plains -254 L Plains -260 L Island -260 L Island -260 L Island -260 L Island -262 L Swamp -262 L Swamp -262 L Swamp -262 L Swamp -265 L Mountain -265 L Mountain -265 L Mountain -265 L Mountain -271 L Forest -271 L Forest -271 L Forest -271 L Forest -273 R Aegis Angel -274 C Divine Verdict -275 C Eagle of the Watch -276 U Serra Angel -277 U Into the Void -278 R Mahamoti Djinn -279 C Weave Fate -280 C Flesh to Dust -281 C Mind Rot -282 R Nightmare -283 U Sengir Vampire -284 C Fiery Hellhound -285 R Shivan Dragon -286 C Plummet -287 U Prized Unicorn -288 R Terra Stomper +1 C Akroan Jailer @Anastasia Ovchinnikova +2 C Ampryn Tactician @Cynthia Sheppard +3 U Anointer of Champions @Anna Steinbauer +4 M Archangel of Tithes @Cynthia Sheppard +5 C Auramancer @Rebecca Guay +6 C Aven Battle Priest @John Severin Brassell +7 U Blessed Spirits @Anna Steinbauer +8 C Celestial Flare @Clint Cearley +9 C Charging Griffin @Erica Yang +10 C Cleric of the Forward Order @Chris Rallis +11 U Consul's Lieutenant @Daarken +12 C Enlightened Ascetic @James Zapata +13 C Enshrouding Mist @Howard Lyon +14 R Gideon's Phalanx @James Ryman +15 C Grasp of the Hieromancer @Igor Kieryluk +16 R Hallowed Moonlight @Mike Bierek +17 C Healing Hands @Josu Hernaiz +18 C Heavy Infantry @David Gaillet +19 R Hixus, Prison Warden @Chris Rallis +20 C Knight of the Pilgrim's Road @David Gaillet +21 R Knight of the White Orchid @Mark Zug +22 U Knightly Valor @Matt Stewart +23 M Kytheon, Hero of Akros @Willian Murai +24 R Kytheon's Irregulars @Mark Winters +25 C Kytheon's Tactics @Raymond Swanland +26 C Mighty Leap @rk post +27 U Murder Investigation @Igor Kieryluk +28 U Patron of the Valiant @Steve Argyle +29 R Relic Seeker @Volkan Baǵa +30 U Sentinel of the Eternal Watch @Bastien L. Deharme +31 R Sigil of the Empty Throne @Cyril Van Der Haegen +32 C Stalwart Aven @Scott Murphy +33 M Starfield of Nyx @Tyler Jacobson +34 C Suppression Bonds @Chris Rallis +35 U Swift Reckoning @Chris Rahn +36 C Topan Freeblade @Johannes Voss +37 U Totem-Guide Hartebeest @John Avon +38 R Tragic Arrogance @Winona Nelson +39 U Valor in Akros @Igor Kieryluk +40 R Vryn Wingmare @Seb McKinnon +41 U War Oracle @Steve Prescott +42 C Yoked Ox @Ryan Yee +43 R Alhammarret, High Arbiter @Richard Wright +44 U Anchor to the Aether @Zoltan Boros +45 C Artificer's Epiphany @Kieran Yanner +46 C Aspiring Aeronaut @Willian Murai +47 C Bone to Ash @Clint Cearley +48 C Calculated Dismissal @Karl Kopinski +49 U Clash of Wills @Yan Li +50 C Claustrophobia @Ryan Pancoast +51 M Day's Undoing @Jonas De Ro +52 C Deep-Sea Terror @Marco Nelor +53 M Disciple of the Ring @Clint Cearley +54 C Disperse @Ryan Yee +55 R Displacement Wave @Seb McKinnon +56 C Dreadwaters @Cliff Childs +57 C Faerie Miscreant @Steven Belledin +58 R Harbinger of the Tides @Svetlin Velinov +59 U Hydrolash @Clint Cearley +60 M Jace, Vryn's Prodigy @Jaime Jones +61 R Jace's Sanctum @Adam Paquette +62 U Jhessian Thief @Miles Johnston +63 C Maritime Guard @Allen Williams +64 R Mizzium Meddler @Johann Bodin +65 C Negate @Jeremy Jarvis +66 C Nivix Barrier @Mathias Kollros +67 U Psychic Rebuttal @Todd Lockwood +68 C Ringwarden Owl @Titus Lunter +69 C Scrapskin Drake @Kev Walker +70 C Screeching Skaab @Clint Cearley +71 C Send to Sleep @Cynthia Sheppard +72 C Separatist Voidmage @Jason Rainville +73 U Sigiled Starfish @Nils Hamm +74 U Skaab Goliath @Volkan Baǵa +75 R Soulblade Djinn @Viktor Titov +76 U Sphinx's Tutelage @Slawomir Maniak +77 C Stratus Walk @Aaron Miller +78 R Talent of the Telepath @Peter Mohrbacher +79 R Thopter Spy Network @Jung Park +80 U Tower Geist @Izzy +81 U Turn to Frog @Warren Mahy +82 C Watercourser @Mathias Kollros +83 U Whirler Rogue @Winona Nelson +84 R Willbreaker @Dan Scott +85 U Blightcaster @Winona Nelson +86 C Catacomb Slug @Nils Hamm +87 U Consecrated by Blood @John Stanko +88 U Cruel Revival @Miles Johnston +89 C Dark Dabbling @Bastien L. Deharme +90 R Dark Petition @Igor Kieryluk +91 C Deadbridge Shaman @Nils Hamm +92 M Demonic Pact @Aleksi Briclot +93 R Despoiler of Souls @Greg Staples +94 M Erebos's Titan @Peter Mohrbacher +95 C Eyeblight Assassin @Dan Scott +96 U Eyeblight Massacre @Igor Kieryluk +97 C Fetid Imp @Nils Hamm +98 U Fleshbag Marauder @Mark Zug +99 R Gilt-Leaf Winnower @Viktor Titov +100 U Gnarlroot Trapper @Christopher Moeller +101 R Graveblade Marauder @Jason Rainville +102 C Infernal Scarring @Mike Bierek +103 R Infinite Obliteration @Yeong-Hao Han +104 R Kothophed, Soul Hoarder @Jakub Kasper +105 R Languish @Jeff Simpson +106 M Liliana, Heretical Healer @Karla Ortiz +107 C Macabre Waltz @Jim Murray +108 U Malakir Cullblade @Igor Kieryluk +109 C Nantuko Husk @Carl Critchlow +110 U Necromantic Summons @Ryan Yee +111 C Nightsnare @Min Yum +112 R Priest of the Blood Rite @David Palumbo +113 C Rabid Bloodsucker @Seb McKinnon +114 C Read the Bones @Lars Grant-West +115 C Reave Soul @David Palumbo +116 C Returned Centaur @Lucas Graciano +117 U Revenant @Terese Nielsen +118 U Shadows of the Past @Ryan Yee +119 C Shambling Ghoul @Joseph Meehan +120 R Tainted Remedy @Izzy +121 C Thornbow Archer @Kev Walker +122 U Tormented Thoughts @Allen Williams +123 C Touch of Moonglove @Scott Murphy +124 C Undead Servant @James Zapata +125 C Unholy Hunger @Lius Lasahido +126 C Weight of the Underworld @Wesley Burt +127 R Abbot of Keral Keep @Deruchenko Alexander +128 U Acolyte of the Inferno @Joseph Meehan +129 C Act of Treason @Eric Deschamps +130 C Akroan Sergeant @Zack Stella +131 M Avaricious Dragon @Chris Rahn +132 C Bellows Lizard @Jack Wang +133 C Boggart Brute @Igor Kieryluk +134 U Call of the Full Moon @Nils Hamm +135 M Chandra, Fire of Kaladesh @Eric Deschamps +136 C Chandra's Fury @Volkan Baǵa +137 R Chandra's Ignition @Eric Deschamps +138 C Cobblebrute @Eytan Zana +139 C Demolish @John Avon +140 C Dragon Fodder @Jaime Jones +141 R Embermaw Hellion @James Paick +142 U Enthralling Victor @Winona Nelson +143 R Exquisite Firecraft @Chase Stone +144 U Fiery Conclusion @Paolo Parente +145 C Fiery Impulse @Daarken +146 C Firefiend Elemental @Torstein Nordstrand +147 R Flameshadow Conjuring @Seb McKinnon +148 U Ghirapur Aether Grid @Cynthia Sheppard +149 C Ghirapur Gearcrafter @Victor Adame Minguez +150 U Goblin Glory Chaser @Greg Staples +151 R Goblin Piledriver @Matt Cavotta +152 C Infectious Bloodlust @Zoltan Boros +153 C Lightning Javelin @Seb McKinnon +154 C Mage-Ring Bully @Karl Kopinski +155 U Magmatic Insight @Ryan Barger +156 R Molten Vortex @Philip Straub +157 R Pia and Kiran Nalaar @Eric Deschamps +158 C Prickleboar @Jesper Ejsing +159 U Ravaging Blaze @Aleksi Briclot +160 R Scab-Clan Berserker @Dave Kendall +161 U Seismic Elemental @Jasper Sandner +162 U Skyraker Giant @Anastasia Ovchinnikova +163 C Smash to Smithereens @Pete Venters +164 C Subterranean Scout @Lucas Graciano +165 U Thopter Engineer @Steve Prescott +166 C Titan's Strength @Karl Kopinski +167 C Volcanic Rambler @Vincent Proce +168 C Aerial Volley @Lake Hurwitz +169 R Animist's Awakening @Chris Rahn +170 C Caustic Caterpillar @Jack Wang +171 U Conclave Naturalists @Howard Lyon +172 R Dwynen, Gilt-Leaf Daen @Johannes Voss +173 U Dwynen's Elite @Lius Lasahido +174 U Elemental Bond @David Gaillet +175 C Elvish Visionary @D. Alexander Gregory +176 R Evolutionary Leap @Chris Rahn +177 R Gaea's Revenge @Kekai Kotaki +178 U Gather the Pack @Igor Kieryluk +179 M The Great Aurora @Sam Burley +180 R Herald of the Pantheon @Jason A. Engle +181 C Hitchclaw Recluse @Jeff Simpson +182 R Honored Hierarch @Matt Stewart +183 U Joraga Invocation @Kieran Yanner +184 C Leaf Gilder @Quinton Hoover +185 C Llanowar Empath @Warren Mahy +186 R Managorger Hydra @Lucas Graciano +187 C Mantle of Webs @Mathias Kollros +188 C Might of the Masses @Johann Bodin +189 M Nissa, Vastwood Seer @Wesley Burt +190 C Nissa's Pilgrimage @Matt Stewart +191 R Nissa's Revelation @Izzy +192 C Orchard Spirit @Howard Lyon +193 R Outland Colossus @Ryan Pancoast +194 C Pharika's Disciple @Karl Kopinski +195 C Reclaim @Andrew Robinson +196 C Rhox Maulers @Zoltan Boros +197 U Skysnare Spider @Filip Burburan +198 U Somberwald Alpha @Filip Burburan +199 U Sylvan Messenger @Anthony Palumbo +200 C Timberpack Wolf @John Avon +201 C Titanic Growth @Ryan Pancoast +202 U Undercity Troll @Jason Felix +203 U Valeron Wardens @Howard Lyon +204 C Vastwood Gorger @Kieran Yanner +205 C Vine Snare @Igor Kieryluk +206 C Wild Instincts @Igor Kieryluk +207 M Woodland Bellower @Jasper Sandner +208 C Yeva's Forcemage @Eric Deschamps +209 U Zendikar's Roil @Sam Burley +210 U Blazing Hellhound @Eric Velhagen +211 U Blood-Cursed Knight @Winona Nelson +212 U Bounding Krasis @Jack Wang +213 U Citadel Castellan @Anastasia Ovchinnikova +214 U Iroas's Champion @Marco Nelor +215 U Possessed Skaab @John Stanko +216 U Reclusive Artificer @Cynthia Sheppard +217 U Shaman of the Pack @Dan Scott +218 U Thunderclap Wyvern @Jason Felix +219 U Zendikar Incarnate @Lucas Graciano +220 C Alchemist's Vial @Lindsey Look +221 M Alhammarret's Archive @Richard Wright +222 U Angel's Tomb @Dan Scott +223 C Bonded Construct @Craig J Spearing +224 U Brawler's Plate @Jung Park +225 U Chief of the Foundry @Daniel Ljunggren +226 U Gold-Forged Sentinel @James Zapata +227 C Guardian Automaton @Vincent Proce +228 C Guardians of Meletis @Magali Villeneuve +229 R Hangarback Walker @Daarken +230 R Helm of the Gods @Anthony Palumbo +231 U Jayemdae Tome @Donato Giancola +232 R Mage-Ring Responder @Adam Paquette +233 U Meteorite @Scott Murphy +234 R Orbs of Warding @Johann Bodin +235 U Prism Ring @Daniel Ljunggren +236 M Pyromancer's Goggles @James Paick +237 U Ramroller @Craig J Spearing +238 U Runed Servitor @Mike Bierek +239 U Sigil of Valor @Dan Scott +240 R Sword of the Animist @Daniel Ljunggren +241 U Throwing Knife @Mathias Kollros +242 C Veteran's Sidearm @Aaron Miller +243 U War Horn @Lars Grant-West +244 R Battlefield Forge @Darrell Riche +245 R Caves of Koilos @Jim Nelson +246 C Evolving Wilds @Steven Belledin +247 U Foundry of the Consuls @Sam Burley +248 R Llanowar Wastes @Rob Alexander +249 U Mage-Ring Network @Jung Park +250 U Rogue's Passage @Christine Choi +251 R Shivan Reef @Rob Alexander +252 R Yavimaya Coast @Anthony S. Waters +253 L Plains @Michael Komarck +254 L Plains @Michael Komarck +255 L Plains @Adam Paquette +256 L Plains @Raoul Vitale +257 L Island @Jung Park +258 L Island @Jung Park +259 L Island @Richard Wright +260 L Island @Richard Wright +261 L Swamp @Larry Elmore +262 L Swamp @Dan Frazier +263 L Swamp @James Paick +264 L Swamp @Jung Park +265 L Mountain @Noah Bradley +266 L Mountain @Noah Bradley +267 L Mountain @Sam Burley +268 L Mountain @Sam Burley +269 L Forest @John Avon +270 L Forest @Jonas De Ro +271 L Forest @Jonas De Ro +272 L Forest @Vincent Proce +273 R Aegis Angel @Aleksi Briclot +274 C Divine Verdict @Kev Walker +275 C Eagle of the Watch @Scott Murphy +276 U Serra Angel @Greg Staples +277 U Into the Void @Daarken +278 R Mahamoti Djinn @Greg Staples +279 C Weave Fate @Zack Stella +280 C Flesh to Dust @Julie Dillon +281 C Mind Rot @Steve Luke +282 R Nightmare @Vance Kovacs +283 U Sengir Vampire @Kev Walker +284 C Fiery Hellhound @Ted Galaday +285 R Shivan Dragon @Donato Giancola +286 C Plummet @Pete Venters +287 U Prized Unicorn @Sam Wood +288 R Terra Stomper @Goran Josic [tokens] ashaya_the_awoken_world diff --git a/forge-gui/res/editions/Magic Player Rewards 2001.txt b/forge-gui/res/editions/Magic Player Rewards 2001.txt index 57d5915cce9..c210102a896 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2001.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2001.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=MPR [cards] -1 R Wasteland +1 R Wasteland @Una Fricker [tokens] g_1_1_saproling diff --git a/forge-gui/res/editions/Magic Player Rewards 2003.txt b/forge-gui/res/editions/Magic Player Rewards 2003.txt index 59afe2992d3..302bcfb6932 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2003.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2003.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=P03 [cards] -1 R Voidmage Prodigy +1 R Voidmage Prodigy @Christopher Moeller [tokens] g_1_1_insect diff --git a/forge-gui/res/editions/Magic Player Rewards 2004.txt b/forge-gui/res/editions/Magic Player Rewards 2004.txt index 89bebd4f85e..251c34a762f 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2004.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2004.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=P04 [cards] -1 R Powder Keg +1 R Powder Keg @Dan Frazier [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Magic Player Rewards 2005.txt b/forge-gui/res/editions/Magic Player Rewards 2005.txt index 795e0ff6540..d4170e74cce 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2005.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2005.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=P05 [cards] -1 R Psychatog -2 R Terror -3 R Fireball -4 R Oxidize -5 R Mana Leak -6 R Reciprocate +1 R Psychatog @Edward P. Beard, Jr. +2 R Terror @Ron Spencer +3 R Fireball @Mark Tedin +4 R Oxidize @Scott M. Fischer +5 R Mana Leak @Christopher Rush +6 R Reciprocate @Jim Murray diff --git a/forge-gui/res/editions/Magic Player Rewards 2006.txt b/forge-gui/res/editions/Magic Player Rewards 2006.txt index 013cd393b46..49a1fe4a1d5 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2006.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2006.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=P06 [cards] -1 R Hypnotic Specter -2 R Hinder -3 R Pyroclasm -4 R Giant Growth -5 R Putrefy -6 R Zombify -7 R lightning Helix +1 R Hypnotic Specter @Douglas Shuler +2 R Hinder @Anthony S. Waters +3 R Pyroclasm @Dave Dorman +4 R Giant Growth @Joel Thomas +5 R Putrefy @Richard Sardinha +6 R Zombify @Alan Pollack +7 R Lightning Helix @Kev Walker diff --git a/forge-gui/res/editions/Magic Player Rewards 2007.txt b/forge-gui/res/editions/Magic Player Rewards 2007.txt index 61c86f67c1d..8cc9129bf2d 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2007.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2007.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=P07 [cards] -1 R Wrath of God -2 R Condemn -3 R Mortify -4 R Psionic Blast -5 R Cruel Edict -6 R Disenchant -7 R Recollect +1 R Wrath of God @Ron Spencer +2 R Condemn @Kev Walker +3 R Mortify @Brian Snõddy +4 R Psionic Blast @Aleksi Briclot +5 R Cruel Edict @Steve Ellis +6 R Disenchant @Heather Hudson +7 R Recollect @Michael Sutfin diff --git a/forge-gui/res/editions/Magic Player Rewards 2008.txt b/forge-gui/res/editions/Magic Player Rewards 2008.txt index c98780d88d1..0dd41dd5309 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2008.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2008.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=P08 [cards] -1 R Damnation -2 R Tidings -3 R Incinerate -4 R Mana Tithe -5 R Harmonize -6 R Ponder -7 R Corrupt +1 R Damnation @Ron Spencer +2 R Tidings @Michael Komarck +3 R Incinerate @Zoltan Boros & Gabor Szikszai +4 R Mana Tithe @Donato Giancola +5 R Harmonize @Vance Kovacs +6 R Ponder @Steve Argyle +7 R Corrupt @Philip Straub diff --git a/forge-gui/res/editions/Magic Player Rewards 2009.txt b/forge-gui/res/editions/Magic Player Rewards 2009.txt index b5c986ff4de..08521dc2184 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2009.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2009.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=P09 [cards] -1 R Cryptic Command -2 R Flame Javelin -3 R Unmake -4 R Nameless Inversion -5 R Remove Soul -6 R Blightning -7 R Rampant Growth -8 R Negate -9 R Terminate +1 R Cryptic Command @Wayne England +2 R Flame Javelin @Zoltan Boros & Gabor Szikszai +3 R Unmake @Chris Rahn +4 R Nameless Inversion @Jesper Ejsing +5 R Remove Soul @Mike Dringenberg +6 R Blightning @Jim Pavelec +7 R Rampant Growth @Terese Nielsen +8 R Negate @Ralph Horsley +9 R Terminate @Thomas M. Baxa diff --git a/forge-gui/res/editions/Magic Player Rewards 2010.txt b/forge-gui/res/editions/Magic Player Rewards 2010.txt index aaed31c7e81..9e99706f4db 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2010.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2010.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=P10 [cards] -1 R Lightning Bolt -2 R Cancel -3 R Sign in Blood -4 R Infest -5 R Volcanic Fallout -6 R Celestial Purge -7 R Bituminous Blast -8 R Burst Lightning -9 R Harrow +1 R Lightning Bolt @Véronique Meignaud +2 R Cancel @Izzy +3 R Sign in Blood @Alan Pollack +4 R Infest @Pete Venters +5 R Volcanic Fallout @Jim Pavelec +6 R Celestial Purge @Nils Hamm +7 R Bituminous Blast @Aleksi Briclot +8 R Burst Lightning @Jung Park +9 R Harrow @Lars Grant-West diff --git a/forge-gui/res/editions/Magic Player Rewards 2011.txt b/forge-gui/res/editions/Magic Player Rewards 2011.txt index c6d034b48ca..c5749c91537 100644 --- a/forge-gui/res/editions/Magic Player Rewards 2011.txt +++ b/forge-gui/res/editions/Magic Player Rewards 2011.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=P11 [cards] -1 R Day of Judgment -2 R Brave the Elements -3 R Doom Blade -4 R Treasure Hunt -5 R Searing Blaze +1 R Day of Judgment @Svetlin Velinov +2 R Brave the Elements @Kekai Kotaki +3 R Doom Blade @Carl Critchlow +4 R Treasure Hunt @Steve Prescott +5 R Searing Blaze @Jaime Jones diff --git a/forge-gui/res/editions/Magic Premiere Shop 2005.txt b/forge-gui/res/editions/Magic Premiere Shop 2005.txt index 39593e4aa67..b2cfaf8301d 100644 --- a/forge-gui/res/editions/Magic Premiere Shop 2005.txt +++ b/forge-gui/res/editions/Magic Premiere Shop 2005.txt @@ -7,23 +7,23 @@ CardLang=ja ScryfallCode=PMPS [cards] -287 C Plains -288 C Plains -289 C Plains -290 C Plains -291 C Island -292 C Island -293 C Island -294 C Island -295 C Swamp -296 C Swamp -297 C Swamp -298 C Swamp -299 C Mountain -300 C Mountain -301 C Mountain -302 C Mountain -303 C Forest -304 C Forest -305 C Forest -306 C Forest +287 C Plains @Stephan Martiniere +288 C Plains @Christopher Moeller +289 C Plains @Anthony S. Waters +290 C Plains @Richard Wright +291 C Island @Stephan Martiniere +292 C Island @Christopher Moeller +293 C Island @Anthony S. Waters +294 C Island @Richard Wright +295 C Swamp @Stephan Martiniere +296 C Swamp @Christopher Moeller +297 C Swamp @Anthony S. Waters +298 C Swamp @Richard Wright +299 C Mountain @Stephan Martiniere +300 C Mountain @Christopher Moeller +301 C Mountain @Anthony S. Waters +302 C Mountain @Richard Wright +303 C Forest @Stephan Martiniere +304 C Forest @Christopher Moeller +305 C Forest @Anthony S. Waters +306 C Forest @Richard Wright diff --git a/forge-gui/res/editions/Magic Premiere Shop 2006.txt b/forge-gui/res/editions/Magic Premiere Shop 2006.txt index 37ccca9417e..e71c5e19208 100644 --- a/forge-gui/res/editions/Magic Premiere Shop 2006.txt +++ b/forge-gui/res/editions/Magic Premiere Shop 2006.txt @@ -7,8 +7,8 @@ CardLang=ja ScryfallCode=PMPS06 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @Daren Bader +2 R Island @John Avon +3 R Swamp @Puddnhead +4 R Mountain @Kev Walker +5 R Forest @Martina Pilcerova diff --git a/forge-gui/res/editions/Magic Premiere Shop 2007.txt b/forge-gui/res/editions/Magic Premiere Shop 2007.txt index 6335c56470e..0ea82f80032 100644 --- a/forge-gui/res/editions/Magic Premiere Shop 2007.txt +++ b/forge-gui/res/editions/Magic Premiere Shop 2007.txt @@ -7,8 +7,8 @@ CardLang=ja ScryfallCode=PMPS07 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @John Avon +2 R Island @John Avon +3 R Swamp @John Avon +4 R Mountain @John Avon +5 R Forest @John Avon diff --git a/forge-gui/res/editions/Magic Premiere Shop 2008.txt b/forge-gui/res/editions/Magic Premiere Shop 2008.txt index d19af92356a..63b990b169a 100644 --- a/forge-gui/res/editions/Magic Premiere Shop 2008.txt +++ b/forge-gui/res/editions/Magic Premiere Shop 2008.txt @@ -7,9 +7,9 @@ CardLang=ja ScryfallCode=PMPS08 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest -6 R Jaya Ballard, Task Mage +1 R Plains @John Avon +2 R Island @John Avon +3 R Swamp @John Avon +4 R Mountain @John Avon +5 R Forest @John Avon +a1%202007 R Jaya Ballard, Task Mage @Matt Cavotta diff --git a/forge-gui/res/editions/Magic Premiere Shop 2009.txt b/forge-gui/res/editions/Magic Premiere Shop 2009.txt index d95f8c0b634..3a5d074d0bf 100644 --- a/forge-gui/res/editions/Magic Premiere Shop 2009.txt +++ b/forge-gui/res/editions/Magic Premiere Shop 2009.txt @@ -7,8 +7,8 @@ CardLang=ja ScryfallCode=PMPS09 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @Rob Alexander +2 R Island @Rob Alexander +3 R Swamp @Rob Alexander +4 R Mountain @Rob Alexander +5 R Forest @Rob Alexander diff --git a/forge-gui/res/editions/Magic Premiere Shop 2010.txt b/forge-gui/res/editions/Magic Premiere Shop 2010.txt index c1acb3efb9e..d08ebfa84df 100644 --- a/forge-gui/res/editions/Magic Premiere Shop 2010.txt +++ b/forge-gui/res/editions/Magic Premiere Shop 2010.txt @@ -7,8 +7,8 @@ CardLang=ja ScryfallCode=PMPS10 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @John Avon +2 R Island @John Avon +3 R Swamp @John Avon +4 R Mountain @John Avon +5 R Forest @John Avon diff --git a/forge-gui/res/editions/Magic Premiere Shop 2011.txt b/forge-gui/res/editions/Magic Premiere Shop 2011.txt index 23c0bf87a7e..99fa2a801f3 100644 --- a/forge-gui/res/editions/Magic Premiere Shop 2011.txt +++ b/forge-gui/res/editions/Magic Premiere Shop 2011.txt @@ -7,8 +7,8 @@ CardLang=ja ScryfallCode=PMPS11 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @Adam Paquette +2 R Island @Adam Paquette +3 R Swamp @Adam Paquette +4 R Mountain @Adam Paquette +5 R Forest @Adam Paquette diff --git a/forge-gui/res/editions/MagicFest 2019.txt b/forge-gui/res/editions/MagicFest 2019.txt index b008b0cf01f..1e017ef5335 100644 --- a/forge-gui/res/editions/MagicFest 2019.txt +++ b/forge-gui/res/editions/MagicFest 2019.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=PF19 [cards] -1 R Lightning Bolt -2 R Plains -3 R Island -4 R Swamp -5 R Mountain -6 R Forest -7 R Sol Ring +1 R Lightning Bolt @Kekai Kotaki +2 R Plains @Sam Burley +3 R Island @Sam Burley +4 R Swamp @Sam Burley +5 R Mountain @Sam Burley +6 R Forest @Sam Burley +7 R Sol Ring @Mark Tedin diff --git a/forge-gui/res/editions/MagicFest 2020.txt b/forge-gui/res/editions/MagicFest 2020.txt index af9a5a3716b..7e966a6067d 100644 --- a/forge-gui/res/editions/MagicFest 2020.txt +++ b/forge-gui/res/editions/MagicFest 2020.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PF20 [cards] -1 R Path to Exile -2 R Plains -3 R Island -4 R Swamp -5 R Mountain -6 R Forest +1 R Path to Exile @Chris Seaman +2 R Plains @Jonas De Ro +3 R Island @Jonas De Ro +4 R Swamp @Jonas De Ro +5 R Mountain @Jonas De Ro +6 R Forest @Jonas De Ro diff --git a/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt b/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt index 33a9194d6fb..d7dc6c261f8 100644 --- a/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt +++ b/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt @@ -7,60 +7,60 @@ Type=Collector_Edition ScryfallCode=mp2 [cards] -1 M Austere Command -2 M Aven Mindcensor -3 M Containment Priest -4 M Loyal Retainers -5 M Oketra the True -6 M Worship -7 M Wrath of God -8 M Consecrated Sphinx -9 M Counterbalance -10 M Counterspell -11 M Cryptic Command -12 M Daze -13 M Divert -14 M Force of Will -15 M Kefnet the Mindful -16 M Pact of Negation -17 M Spell Pierce -18 M Stifle -19 M Attrition -20 M Bontu the Glorified -21 M Dark Ritual -22 M Diabolic Intent -23 M Entomb -24 M Mind Twist -25 M Aggravated Assault -26 M Chain Lightning -27 M Hazoret the Fervent -28 M Rhonas the Indomitable -29 M Maelstrom Pulse -30 M Vindicate -31 M Armageddon -32 M Capsize -33 M Forbid -34 M Omniscience -35 M Opposition -36 M Sunder -37 M Threads of Disloyalty -38 M Avatar of Woe -39 M Damnation -40 M Desolation Angel -41 M Diabolic Edict -42 M Doomsday -43 M No Mercy -44 M Slaughter Pact -45 M Thoughtseize -46 M Blood Moon -47 M Boil -48 M Shatterstorm -49 M Through the Breach -50 M Choke -51 M The Locust God -52 M Lord of Extinction -53 M The Scarab God -54 M The Scorpion God +1 M Austere Command @Richard Wright +2 M Aven Mindcensor @Jose Cabrera +3 M Containment Priest @Igor Kieryluk +4 M Loyal Retainers @Bastien L. Deharme +5 M Oketra the True @Bastien L. Deharme +6 M Worship @Cliff Childs +7 M Wrath of God @Titus Lunter +8 M Consecrated Sphinx @Lius Lasahido +9 M Counterbalance @Joseph Meehan +10 M Counterspell @Chase Stone +11 M Cryptic Command @Richard Wright +12 M Daze @Richard Wright +13 M Divert @Igor Kieryluk +14 M Force of Will @Jaime Jones +15 M Kefnet the Mindful @Jose Cabrera +16 M Pact of Negation @Titus Lunter +17 M Spell Pierce @Joseph Meehan +18 M Stifle @Cliff Childs +19 M Attrition @Jose Cabrera +20 M Bontu the Glorified @Daniel Ljunggren +21 M Dark Ritual @Richard Wright +22 M Diabolic Intent @Joseph Meehan +23 M Entomb @Eytan Zana +24 M Mind Twist @Igor Kieryluk +25 M Aggravated Assault @Greg Opalinski +26 M Chain Lightning @Igor Kieryluk +27 M Hazoret the Fervent @Joseph Meehan +28 M Rhonas the Indomitable @Jack Wang +29 M Maelstrom Pulse @Igor Kieryluk +30 M Vindicate @Igor Kieryluk +31 M Armageddon @Florian de Gesincourt +32 M Capsize @Cliff Childs +33 M Forbid @Richard Wright +34 M Omniscience @Josh Hass +35 M Opposition @Svetlin Velinov +36 M Sunder @Titus Lunter +37 M Threads of Disloyalty @Yongjae Choi +38 M Avatar of Woe @Igor Kieryluk +39 M Damnation @Zack Stella +40 M Desolation Angel @Bastien L. Deharme +41 M Diabolic Edict @Daarken +42 M Doomsday @Jaime Jones +43 M No Mercy @Jonas De Ro +44 M Slaughter Pact @Josh Hass +45 M Thoughtseize @James Ryman +46 M Blood Moon @Christine Choi +47 M Boil @Philip Straub +48 M Shatterstorm @Johann Bodin +49 M Through the Breach @Darek Zabrocki +50 M Choke @Florian de Gesincourt +51 M The Locust God @Grzegorz Rutkowski +52 M Lord of Extinction @Jason A. Engle +53 M The Scarab God @Grzegorz Rutkowski +54 M The Scorpion God @Grzegorz Rutkowski [tokens] w_1_1_warrior_vigilance diff --git a/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt b/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt index d3098af8eed..5f8bc0d85ce 100644 --- a/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt +++ b/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt @@ -8,60 +8,60 @@ Type=Collector_Edition ScryfallCode=mps [cards] -1 M Cataclysmic Gearhulk -2 M Torrential Gearhulk -3 M Noxious Gearhulk -4 M Combustible Gearhulk -5 M Verdurous Gearhulk -6 M AEther Vial -7 M Champion's Helm -8 M Chromatic Lantern -9 M Chrome Mox -10 M Cloudstone Curio -11 M Crucible of Worlds -12 M Gauntlet of Power -13 M Hangarback Walker -14 M Lightning Greaves -15 M Lotus Petal -16 M Mana Crypt -17 M Mana Vault -18 M Mind's Eye -19 M Mox Opal -20 M Painter's Servant -21 M Rings of Brighthearth -22 M Scroll Rack -23 M Sculpting Steel -24 M Sol Ring -25 M Solemn Simulacrum -26 M Static Orb -27 M Steel Overseer -28 M Sword of Feast and Famine -29 M Sword of Fire and Ice -30 M Sword of Light and Shadow -31 M Arcbound Ravager -32 M Black Vise -33 M Chalice of the Void -34 M Defense Grid -35 M Duplicant -36 M Engineered Explosives -37 M Ensnaring Bridge -38 M Extraplanar Lens -39 M Grindstone -40 M Meekstone -41 M Oblivion Stone -42 M Ornithopter -43 M Paradox Engine -44 M Pithing Needle -45 M Planar Bridge -46 M Platinum Angel -47 M Sphere of Resistance -48 M Staff of Domination -49 M Sundering Titan -50 M Sword of Body and Mind -51 M Sword of War and Peace -52 M Trinisphere -53 M Vedalken Shackles -54 M Wurmcoil Engine +1 M Cataclysmic Gearhulk @Jason Rainville +2 M Torrential Gearhulk @Jakub Kasper +3 M Noxious Gearhulk @Vincent Proce +4 M Combustible Gearhulk @Greg Opalinski +5 M Verdurous Gearhulk @Zack Stella +6 M Aether Vial @Raoul Vitale +7 M Champion's Helm @Lindsey Look +8 M Chromatic Lantern @Yeong-Hao Han +9 M Chrome Mox @Kieran Yanner +10 M Cloudstone Curio @Noah Bradley +11 M Crucible of Worlds @Chris Rahn +12 M Gauntlet of Power @John Severin Brassell +13 M Hangarback Walker @Adam Paquette +14 M Lightning Greaves @Slawomir Maniak +15 M Lotus Petal @Slawomir Maniak +16 M Mana Crypt @Volkan Baǵa +17 M Mana Vault @Kirsten Zirngibl +18 M Mind's Eye @David Gaillet +19 M Mox Opal @Chris Rahn +20 M Painter's Servant @Magali Villeneuve +21 M Rings of Brighthearth @Yeong-Hao Han +22 M Scroll Rack @Jason A. Engle +23 M Sculpting Steel @Magali Villeneuve +24 M Sol Ring @Volkan Baǵa +25 M Solemn Simulacrum @Daarken +26 M Static Orb @Tommy Arnold +27 M Steel Overseer @Adam Paquette +28 M Sword of Feast and Famine @Steven Belledin +29 M Sword of Fire and Ice @Volkan Baǵa +30 M Sword of Light and Shadow @Matt Stewart +31 M Arcbound Ravager @Daarken +32 M Black Vise @Igor Kieryluk +33 M Chalice of the Void @Kieran Yanner +34 M Defense Grid @Jonas De Ro +35 M Duplicant @Slawomir Maniak +36 M Engineered Explosives @James Paick +37 M Ensnaring Bridge @Florian de Gesincourt +38 M Extraplanar Lens @Noah Bradley +39 M Grindstone @Johann Bodin +40 M Meekstone @Steve Argyle +41 M Oblivion Stone @Yeong-Hao Han +42 M Ornithopter @Howard Lyon +43 M Paradox Engine @Vincent Proce +44 M Pithing Needle @Joseph Meehan +45 M Planar Bridge @Raymond Swanland +46 M Platinum Angel @Victor Adame Minguez +47 M Sphere of Resistance @Richard Wright +48 M Staff of Domination @Zezhou Chen +49 M Sundering Titan @Lius Lasahido +50 M Sword of Body and Mind @Mark Zug +51 M Sword of War and Peace @Filip Burburan +52 M Trinisphere @Daniel Ljunggren +53 M Vedalken Shackles @Svetlin Velinov +54 M Wurmcoil Engine @Aleksi Briclot [tokens] g_2_2_wolf diff --git a/forge-gui/res/editions/Masters 25.txt b/forge-gui/res/editions/Masters 25.txt index 55013a668c8..64d128d24ea 100644 --- a/forge-gui/res/editions/Masters 25.txt +++ b/forge-gui/res/editions/Masters 25.txt @@ -12,255 +12,255 @@ ChaosDraftThemes=MASTERS_SET ScryfallCode=A25 [cards] -1 C Act of Heroism -2 M Akroma, Angel of Wrath -3 R Akroma's Vengeance -4 U Angelic Page -5 M Armageddon -6 C Auramancer -7 C Cloudshift -8 C Congregate -9 R Darien, King of Kjeldor -10 C Dauntless Cathar -11 R Decree of Justice -12 C Disenchant -13 C Fencing Ace -14 U Fiend Hunter -15 C Geist of the Moors -16 C Gods Willing -17 C Griffin Protector -18 U Karona's Zealot -19 C Knight of the Skyward Eye -20 U Kongming, "Sleeping Dragon" -21 U Kor Firewalker -22 C Loyal Sentry -23 R Luminarch Ascension -24 C Lunarch Mantle -25 C Noble Templar -26 U Nyx-Fleece Ram -27 U Ordeal of Heliod -28 C Pacifism -29 C Path of Peace -30 U Promise of Bunrei -31 C Renewed Faith -32 R Rest in Peace -33 C Savannah Lions -34 C Squadron Hawk -35 U Swords to Plowshares -36 R Thalia, Guardian of Thraben -37 U Urbis Protector -38 U Valor in Akros -39 C Whitemane Lion -40 C Accumulated Knowledge -41 C Arcane Denial -42 R Bident of Thassa -43 U Blue Elemental Blast -44 R Blue Sun's Zenith -45 C Borrowing 100,000 Arrows -46 C Brainstorm -47 U Brine Elemental -48 C Choking Tethers -49 C Coralhelm Guide -50 C Counterspell -51 C Court Hussar -52 U Curiosity -53 U Cursecatcher -54 C Dragon's Eye Savants -55 U Exclude -56 C Fathom Seer -57 R Flash -58 U Freed from the Real -59 U Genju of the Falls -60 C Ghost Ship -61 C Horseshoe Crab -62 M Jace, the Mind Sculptor -63 U Jalira, Master Polymorphist -64 C Man-o'-War -65 U Merfolk Looter -66 U Murder of Crows -67 C Mystic of the Hidden Way -68 R Pact of Negation -69 C Phantasmal Bear -70 R Reef Worm -71 C Retraction Helix -72 C Shoreline Ranger -73 C Sift -74 C Totally Lost -75 U Twisted Image -76 M Vendilion Clique -77 R Vesuvan Shapeshifter -78 U Willbender -79 U Ancient Craving -80 C Bloodhunter Bat -81 U Caustic Tar -82 C Dark Ritual -83 U Deadly Designs -84 C Death's-Head Buzzard -85 C Diabolic Edict -86 C Dirge of Dread -87 C Disfigure -88 M Doomsday -89 C Dusk Legion Zealot -90 C Erg Raiders -91 U Fallen Angel -92 R Hell's Caretaker -93 C Horror of the Broken Lands -94 U Ihsan's Shade -95 R Laquatus's Champion -96 R Living Death -97 U Mesmeric Fiend -98 C Murder -99 C Nezumi Cutthroat -100 C Phyrexian Ghoul -101 M Phyrexian Obliterator -102 R Plague Wind -103 R Ratcatcher -104 U Ravenous Chupacabra -105 C Relentless Rats -106 C Returned Phalanx -107 C Ruthless Ripper -108 U Street Wraith -109 C Supernatural Stamina -110 R Triskaidekaphobia -111 C Twisted Abomination -112 U Undead Gladiator -113 C Unearth -114 C Vampire Lacerator -115 U Will-o'-the-Wisp -116 U Zombify -117 U Zulaport Cutthroat -118 C Act of Treason -119 M Akroma, Angel of Fury -120 C Balduvian Horde -121 R Ball Lightning -122 R Blood Moon -123 U Browbeat -124 C Chandra's Outrage -125 C Chartooth Cougar -126 C Cinder Storm -127 C Crimson Mage -128 R Eidolon of the Great Revel -129 U Enthralling Victor -130 R Fortune Thief -131 C Frenzied Goblin -132 U Genju of the Spires -133 U Goblin War Drums -134 C Hordeling Outburst -135 U Humble Defector -136 M Imperial Recruiter -137 U Ire Shaman -138 R Izzet Chemister -139 C Jackal Pup -140 C Kindle -141 U Lightning Bolt -142 R Magus of the Wheel -143 C Mogg Flunkies -144 C Pillage -145 C Pyre Hound -146 U Pyroclasm -147 U Red Elemental Blast -148 U Simian Spirit Guide -149 C Skeletonize -150 C Skirk Commando -151 C Soulbright Flamekin -152 U Spikeshot Goblin -153 C Thresher Lizard -154 C Trumpet Blast -155 C Uncaged fury -156 U Zada, Hedron Grinder -157 C Ainok Survivalist -158 C Ambassador Oak -159 U Ancient Stirrings -160 C Arbor Elf -161 R Azusa, Lost but Seeking -162 U Broodhatch Nantuko -163 C Colossal Dreadmaw -164 R Courser of Kruphix -165 C Cultivate -166 C Echoing Courage -167 C Elvish Aberration -168 R Elvish Piper -169 C Ember Weaver -170 C Epic Confrontation -171 U Fierce Empath -172 C Giant Growth -173 U Invigorate -174 U Iwamori of the Open Fist -175 C Kavu Climber -176 U Kavu Predator -177 U Krosan Colossus -178 U Krosan Tusker -179 R Living Wish -180 C Lull -181 M Master of the Wild Hunt -182 C Nettle Sentinel -183 C Plummet -184 C Presence of Gond -185 R Protean Hulk -186 U Rancor -187 U Regrowth -188 U Stampede Driver -189 R Summoner's Pact -190 C Timberpack Wolf -191 M Tree of Redemption -192 U Utopia Sprawl -193 C Vessel of Nascency -194 C Wildheart Invoker -195 C Woolly Loxodon -196 M Animar, Soul of Elements -197 U Baloth Null -198 U Blightning -199 U Boros Charm -200 R Brion Stoutarm -201 U Cloudblazer -202 M Conflux -203 R Eladamri's Call -204 M Gisela, Blade of Goldnight -205 R Grenzo, Dungeon Warden -206 R Hanna, Ship's Navigator -207 U Lorescale Coatl -208 R Mystic Snake -209 R Nicol Bolas -210 R Niv-Mizzet, the Firemind -211 R Notion Thief -212 R Pernicious Deed -213 U Pillory of the Sleepless -214 M Prossh, Skyraider of Kher -215 U Quicksilver Dagger -216 R Ruric Thar, the Unbowed -217 U Shadowmage Infiltrator -218 U Stangg -219 R Vindicate -220 U Watchwolf -221 C Assembly-Worker -222 M Chalice of the Void -223 R Coalition Relic -224 M Ensnaring Bridge -225 U Heavy Arbalest -226 C Nihil Spellbomb -227 U Perilous Myr -228 C Primal Clay -229 C Prophetic Prism -230 U Sai of the Shinobi -231 C Self-Assembler -232 R Strionic Resonator -233 R Sundering Titan -234 U Swiftfoot Boots -235 U Treasure Keeper -236 R Rishadan Port -237 R Fetid Heath -238 R Twilight Mire -239 R Cascade Bluffs -240 R Rugged Prairie -241 R Flooded Grove -242 R Mikokoro, Center of the Sea -243 R Pendelhaven -244 U Ash Barrens -245 U Mishra's Factory -246 C Haunted Fengraf -247 U Myriad Landscape -248 U Quicksand -249 U Zoetic Cavern +1 C Act of Heroism @Magali Villeneuve +2 M Akroma, Angel of Wrath @Terese Nielsen +3 R Akroma's Vengeance @Aleksi Briclot +4 U Angelic Page @Chris Rahn +5 M Armageddon @Chris Rahn +6 C Auramancer @Rebecca Guay +7 C Cloudshift @Howard Lyon +8 C Congregate @Mark Zug +9 R Darien, King of Kjeldor @Michael Phillippi +10 C Dauntless Cathar @Zack Stella +11 R Decree of Justice @Adam Rex +12 C Disenchant @Heather Hudson +13 C Fencing Ace @David Rapoza +14 U Fiend Hunter @Wayne Reynolds +15 C Geist of the Moors @Aaron Miller +16 C Gods Willing @Mark Winters +17 C Griffin Protector @Christopher Moeller +18 U Karona's Zealot @Alan Pollack +19 C Knight of the Skyward Eye @Matt Stewart +20 U Kongming, "Sleeping Dragon" @Gao Yan +21 U Kor Firewalker @Matt Stewart +22 C Loyal Sentry @Sara Winters +23 R Luminarch Ascension @Michael Komarck +24 C Lunarch Mantle @Anastasia Ovchinnikova +25 C Noble Templar @Alex Horley-Orlandelli +26 U Nyx-Fleece Ram @Terese Nielsen +27 U Ordeal of Heliod @Lucas Graciano +28 C Pacifism @Robert Bliss +29 C Path of Peace @Nils Hamm +30 U Promise of Bunrei @Stephen Tappin +31 C Renewed Faith @Steve Argyle +32 R Rest in Peace @Terese Nielsen +33 C Savannah Lions @Winona Nelson +34 C Squadron Hawk @Martina Pilcerova +35 U Swords to Plowshares @Terese Nielsen +36 R Thalia, Guardian of Thraben @Jana Schirmer & Johannes Voss +37 U Urbis Protector @Magali Villeneuve +38 U Valor in Akros @Chris Rallis +39 C Whitemane Lion @Zoltan Boros & Gabor Szikszai +40 C Accumulated Knowledge @Randy Gallegos +41 C Arcane Denial @Xi Zhang +42 R Bident of Thassa @Yeong-Hao Han +43 U Blue Elemental Blast @Izzy +44 R Blue Sun's Zenith @Izzy +45 C Borrowing 100,000 Arrows @Song Shikai +46 C Brainstorm @Chris Rahn +47 U Brine Elemental @Stephen Tappin +48 C Choking Tethers @Carl Critchlow +49 C Coralhelm Guide @Viktor Titov +50 C Counterspell @Zack Stella +51 C Court Hussar @Ron Spears +52 U Curiosity @Val Mayerik +53 U Cursecatcher @Warren Mahy +54 C Dragon's Eye Savants @Jason Rainville +55 U Exclude @Jehan Choo +56 C Fathom Seer @Ralph Horsley +57 R Flash @Naomi Baker +58 U Freed from the Real @Scott M. Fischer +59 U Genju of the Falls @Glen Angus +60 C Ghost Ship @Bastien L. Deharme +61 C Horseshoe Crab @Scott Kirschner +62 M Jace, the Mind Sculptor @Jason Chan +63 U Jalira, Master Polymorphist @Steve Prescott +64 C Man-o'-War @Jon J Muth +65 U Merfolk Looter @Tristan Elwell +66 U Murder of Crows @Drew Baker +67 C Mystic of the Hidden Way @Ryan Alexander Lee +68 R Pact of Negation @Jason Chan +69 C Phantasmal Bear @Ryan Yee +70 R Reef Worm @Dan Scott +71 C Retraction Helix @Phill Simmer +72 C Shoreline Ranger @Magali Villeneuve +73 C Sift @Pete Venters +74 C Totally Lost @David Palumbo +75 U Twisted Image @Izzy +76 M Vendilion Clique @Willian Murai +77 R Vesuvan Shapeshifter @Quinton Hoover +78 U Willbender @Svetlin Velinov +79 U Ancient Craving @Rob Alexander +80 C Bloodhunter Bat @Tomasz Jedruszek +81 U Caustic Tar @Jung Park +82 C Dark Ritual @Clint Langley +83 U Deadly Designs @Jama Jurabaev +84 C Death's-Head Buzzard @Marcelo Vignali +85 C Diabolic Edict @Franz Vohwinkel +86 C Dirge of Dread @Seb McKinnon +87 C Disfigure @Justin Sweet +88 M Doomsday @Noah Bradley +89 C Dusk Legion Zealot @Winona Nelson +90 C Erg Raiders @Kev Walker +91 U Fallen Angel @Matthew D. Wilson +92 R Hell's Caretaker @Greg Staples +93 C Horror of the Broken Lands @Daarken +94 U Ihsan's Shade @Daarken +95 R Laquatus's Champion @Greg Staples +96 R Living Death @Mark Winters +97 U Mesmeric Fiend @Dana Knutson +98 C Murder @Allen Williams +99 C Nezumi Cutthroat @Carl Critchlow +100 C Phyrexian Ghoul @Pete Venters +101 M Phyrexian Obliterator @Todd Lockwood +102 R Plague Wind @Alan Pollack +103 R Ratcatcher @Dan Scott +104 U Ravenous Chupacabra @Daarken +105 C Relentless Rats @Johann Bodin +106 C Returned Phalanx @Seb McKinnon +107 C Ruthless Ripper @Clint Cearley +108 U Street Wraith @Cyril Van Der Haegen +109 C Supernatural Stamina @Christopher Moeller +110 R Triskaidekaphobia @Willian Murai +111 C Twisted Abomination @Daren Bader +112 U Undead Gladiator @Slawomir Maniak +113 C Unearth @Jehan Choo +114 C Vampire Lacerator @Steve Argyle +115 U Will-o'-the-Wisp @Rob Alexander +116 U Zombify @Jason A. Engle +117 U Zulaport Cutthroat @Jason Rainville +118 C Act of Treason @Eric Deschamps +119 M Akroma, Angel of Fury @Terese Nielsen +120 C Balduvian Horde @Daarken +121 R Ball Lightning @Trevor Claxton +122 R Blood Moon @Franz Vohwinkel +123 U Browbeat @Mark Tedin +124 C Chandra's Outrage @Christopher Moeller +125 C Chartooth Cougar @Chase Stone +126 C Cinder Storm @Mark Tedin +127 C Crimson Mage @Izzy +128 R Eidolon of the Great Revel @Cyril Van Der Haegen +129 U Enthralling Victor @Winona Nelson +130 R Fortune Thief @Christopher Moeller +131 C Frenzied Goblin @Randy Vargas +132 U Genju of the Spires @Joel Thomas +133 U Goblin War Drums @Wayne Reynolds +134 C Hordeling Outburst @Zoltan Boros +135 U Humble Defector @Slawomir Maniak +136 M Imperial Recruiter @Zack Stella +137 U Ire Shaman @Jack Wang +138 R Izzet Chemister @Svetlin Velinov +139 C Jackal Pup @Kev Walker +140 C Kindle @Donato Giancola +141 U Lightning Bolt @Christopher Moeller +142 R Magus of the Wheel @Carl Frank +143 C Mogg Flunkies @Brom +144 C Pillage @Jesper Ejsing +145 C Pyre Hound @Jama Jurabaev +146 U Pyroclasm @John Avon +147 U Red Elemental Blast @Izzy +148 U Simian Spirit Guide @Dave DeVries +149 C Skeletonize @Karl Kopinski +150 C Skirk Commando @Slawomir Maniak +151 C Soulbright Flamekin @Kev Walker +152 U Spikeshot Goblin @Jason Kang +153 C Thresher Lizard @Craig J Spearing +154 C Trumpet Blast @Carl Critchlow +155 C Uncaged Fury @Jason Kang +156 U Zada, Hedron Grinder @Chris Rallis +157 C Ainok Survivalist @Craig J Spearing +158 C Ambassador Oak @Steve Prescott +159 U Ancient Stirrings @Vincent Proce +160 C Arbor Elf @rk post +161 R Azusa, Lost but Seeking @Winona Nelson +162 U Broodhatch Nantuko @James Paick +163 C Colossal Dreadmaw @Jesper Ejsing +164 R Courser of Kruphix @Eric Deschamps +165 C Cultivate @Anthony Palumbo +166 C Echoing Courage @Greg Staples +167 C Elvish Aberration @Johann Bodin +168 R Elvish Piper @Rebecca Guay +169 C Ember Weaver @Steve Prescott +170 C Epic Confrontation @Wayne Reynolds +171 U Fierce Empath @Johann Bodin +172 C Giant Growth @Matt Cavotta +173 U Invigorate @Mark Zug +174 U Iwamori of the Open Fist @Paolo Parente +175 C Kavu Climber @Jonathan Kuo +176 U Kavu Predator @Dan Scott +177 U Krosan Colossus @Kev Walker +178 U Krosan Tusker @Kev Walker +179 R Living Wish @Hideaki Takamura +180 C Lull @Terese Nielsen +181 M Master of the Wild Hunt @Kev Walker +182 C Nettle Sentinel @Kev Walker +183 C Plummet @Pete Venters +184 C Presence of Gond @Brandon Kitkouski +185 R Protean Hulk @Matt Cavotta +186 U Rancor @Kev Walker +187 U Regrowth @Dan Scott +188 U Stampede Driver @Ron Spears +189 R Summoner's Pact @Chippy +190 C Timberpack Wolf @John Avon +191 M Tree of Redemption @Vincent Proce +192 U Utopia Sprawl @Ron Spears +193 C Vessel of Nascency @Kieran Yanner +194 C Wildheart Invoker @Erica Yang +195 C Woolly Loxodon @Karla Ortiz +196 M Animar, Soul of Elements @Peter Mohrbacher +197 U Baloth Null @Jakub Kasper +198 U Blightning @Thomas M. Baxa +199 U Boros Charm @Zoltan Boros +200 R Brion Stoutarm @Zoltan Boros & Gabor Szikszai +201 U Cloudblazer @Dan Scott +202 M Conflux @Karl Kopinski +203 R Eladamri's Call @Kev Walker +204 M Gisela, Blade of Goldnight @Jason Chan +205 R Grenzo, Dungeon Warden @Lucas Graciano +206 R Hanna, Ship's Navigator @Terese Nielsen +207 U Lorescale Coatl @Greg Staples +208 R Mystic Snake @Daren Bader +209 R Nicol Bolas @D. Alexander Gregory +210 R Niv-Mizzet, the Firemind @Todd Lockwood +211 R Notion Thief @Clint Cearley +212 R Pernicious Deed @Christopher Moeller +213 U Pillory of the Sleepless @Marc Simonetti +214 M Prossh, Skyraider of Kher @Todd Lockwood +215 U Quicksilver Dagger @Alex Horley-Orlandelli +216 R Ruric Thar, the Unbowed @Tyler Jacobson +217 U Shadowmage Infiltrator @Tomasz Jedruszek +218 U Stangg @Izzy +219 R Vindicate @Brian Snõddy +220 U Watchwolf @Dave Kendall +221 C Assembly-Worker @Chippy +222 M Chalice of the Void @Mark Zug +223 R Coalition Relic @Jason Felix +224 M Ensnaring Bridge @Titus Lunter +225 U Heavy Arbalest @David Rapoza +226 C Nihil Spellbomb @Franz Vohwinkel +227 U Perilous Myr @Jason Felix +228 C Primal Clay @Lucas Graciano +229 C Prophetic Prism @John Avon +230 U Sai of the Shinobi @Brian Snõddy +231 C Self-Assembler @Noah Bradley +232 R Strionic Resonator @Noah Bradley +233 R Sundering Titan @Grzegorz Rutkowski +234 U Swiftfoot Boots @Svetlin Velinov +235 U Treasure Keeper @James Paick +236 U Ash Barrens @Jonas De Ro +237 R Cascade Bluffs @Brandon Kitkouski +238 R Fetid Heath @Daarken +239 R Flooded Grove @Dave Kendall +240 C Haunted Fengraf @Adam Paquette +241 R Mikokoro, Center of the Sea @John Avon +242 U Mishra's Factory @Scott Chou +243 U Myriad Landscape @Richard Wright +244 R Pendelhaven @Philip Straub +245 U Quicksand @Roger Raupp +246 R Rishadan Port @Jonas De Ro +247 R Rugged Prairie @Fred Fields +248 R Twilight Mire @Rob Alexander +249 U Zoetic Cavern @Lars Grant-West [tokens] kobolds_of_kher_keep diff --git a/forge-gui/res/editions/Masters Edition II.txt b/forge-gui/res/editions/Masters Edition II.txt index e31c9b9dea2..dfc6a929ecd 100644 --- a/forge-gui/res/editions/Masters Edition II.txt +++ b/forge-gui/res/editions/Masters Edition II.txt @@ -9,251 +9,251 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand ScryfallCode=ME2 [cards] -1 U Abbey Gargoyles -201 C Adarkar Sentinel -202 C Aeolipile -39 U Aether Storm -115 C Ambush Party -116 R Anarchy -2 R Angel of Fury -3 U Angel of Light -117 R An-Zerrin Ruins -4 C Armor of Faith -77 C Armor Thrull -5 C Armored Griffin -78 U Ashen Ghoul -203 R Ashnod's Cylix -153 C Aurochs -6 C Aysen Bureaucrats -7 U Aysen Crusader -225 R Badlands -40 C Balduvian Conjurer -79 U Balduvian Dead -118 R Balduvian Hydra -226 R Balduvian Trading Post -204 C Barbed Sextant -41 R Binding Grasp -154 R Bounty of the Hunt -42 C Brainstorm -119 C Brassclaw Orcs -120 R Brimstone Dragon -80 C Brine Shaman -81 U Broken Visage -43 U Browse -121 U Burnout -155 C Carapace -8 R Caribou Range -82 C Cloak of Confusion -205 U Clockwork Steed -9 C Combat Medic -122 U Conquer -44 U Counterspell -83 U Dance of the Dead -84 C Dark Banishing -123 C Death Spark -45 R Deep Spawn -85 U Demonic Consultation -206 R Despotic Scepter -191 U Diabolic Vision -10 C Disenchant -46 R Dreams of the Dead -86 C Drift of the Dead -87 C Dry Spell -227 U Dwarven Ruins -88 R Dystopia -192 R Earthlink -89 R Ebon Praetor -228 U Ebon Stronghold -193 R Elemental Augury -207 R Elkin Bottle -208 C Elven Lyre -156 R Elvish Farmer -157 C Elvish Hunter -158 C Elvish Ranger -159 U Elvish Spirit Guide -11 R Energy Storm -47 C Enervate -12 U Errand of Duty -124 C Errantry -160 U Essence Filter -48 C Essence Flare -13 U Farrel's Mantle -14 U Farrel's Zealot -161 C Feral Thallid -125 R Fire Dragon -126 U Flame Spirit -162 C Folk of the Pines -163 U Forbidden Lore -164 U Forgotten Lore -90 C Foul Familiar -194 U Fumarole -91 C Funeral March -165 R Fungal Bloom -166 R Fyndhorn Pollen -92 C Gangrenous Zombies -167 C Giant Growth -195 U Giant Trap Door Spider -229 R Glacial Chasm -127 R Glacial Crevasses -128 C Goblin Ski Patrol -129 U Gorilla Shaman -93 R Grandmother Sengir -209 R Gustha's Scepter -230 U Havenwood Battleground -231 R Heart of Yavimaya -210 R Helm of Obedience -15 C Icatian Javelineers -16 C Icatian Phalanx -17 C Icatian Scout -232 U Ice Floe -49 U Iceberg -94 C Icequake -50 C Icy Prison -95 R Ihsan's Shade -130 R Imperial Recruiter -96 R Imperial Seal -131 C Incinerate -97 R Infernal Darkness -18 U Inheritance -132 C Ironclaw Orcs -19 R Ivory Gargoyle -211 R Jester's Mask -212 U Jeweled Amulet -168 U Johtull Wurm -169 U Joven's Ferrets -20 U Juniper Order Advocate -133 U Karplusan Giant -170 R Kaysa -98 C Kjeldoran Dead -21 C Kjeldoran Elite Guard -22 U Kjeldoran Home Guard -233 R Kjeldoran Outpost -23 C Kjeldoran Skycaptain -99 U Knight of Stromgald -100 C Krovikan Fetish -101 R Krovikan Horror -51 C Krovikan Sorcerer -102 U Krovikan Vampire -52 C Lat-Nam's Legacy -134 U Lava Burst -171 C Leaping Lizard -103 U Lim-Dul's High Guard -213 R Lodestone Bauble -24 R Lost Order of Jarkeld -53 R Magus of the Unseen -214 R Mana Crypt -54 R Marjhan -55 R Mesmeric Trance -135 C Meteor Shower -104 R Minion of Leshrac -215 U Mishra's Groundbreaker -105 U Misinformation -136 R Mudslide -56 R Musician -57 U Narwhal -196 U Nature's Blessing -172 R Nature's Wrath -106 C Necrite -107 R Necropotence -173 U Night Soil -137 U Orc General -138 U Orcish Cannoneers -139 U Orcish Captain -140 C Orcish Conscripts -141 C Orcish Farmer -142 C Orcish Lumberjack -143 R Orcish Squatters -144 C Orcish Veteran -25 R Order of the Sacred Torch -26 U Order of the White Shield -145 C Panic -58 U Personal Tutor -108 C Phantasmal Fiend -59 C Phantasmal Mount -216 U Phyrexian Devourer -217 R Phyrexian Portal -146 U Pillage -60 C Portent -147 R Pyrokinesis -27 R Ravages of War -61 U Ray of Command -62 C Red Cliffs Armada -28 C Reinforcements -29 C Reprisal -148 U Retribution -30 R Righteous Fury -174 R Ritual of Subdual -109 R Ritual of the Machine -149 R Rogue Skycaptain -218 C Roterothopter -31 R Royal Decree -32 C Royal Trooper -234 U Ruins of Trokair -33 U Sacred Boon -235 R Savannah -34 R Scars of the Veteran -63 C Screeching Drake -64 R Sea Drake -65 U Sea Spirit -35 C Shield Bearer -175 C Shrink -66 C Shyft -67 R Sibilant Spirit -197 R Skeleton Ship -219 U Skull Catapult -220 U Snow Fortress -245 L Snow-Covered Forest -242 L Snow-Covered Island -244 L Snow-Covered Mountain -241 L Snow-Covered Plains -243 L Snow-Covered Swamp -221 U Soldevi Digger -236 R Soldevi Excavations -222 U Soldevi Simulacrum -110 C Songs of the Damned -111 U Soul Exchange -112 U Soul Kiss -176 U Spore Cloud -177 U Spore Flower -178 U Stampede -150 U Stone Spirit -151 C Stonehands -68 U Storm Elemental -198 R Storm Spirit -113 R Stromgald Cabal -179 R Stunted Growth -36 R Sustaining Spirit -237 U Svyelunite Temple -37 U Swords to Plowshares -238 R Taiga -69 R Temporal Manipulation -180 C Thallid -181 C Thallid Devourer -182 R Thelonite Druid -183 C Thermokarst -70 R Thought Lash -71 U Thunder Wall -223 R Time Bomb -184 C Tinder Wall -239 R Tundra -240 R Underground Sea -152 C Varchild's Crusader -72 C Viscerid Armor -73 U Viscerid Drone -74 C Wall of Kelp -38 C Warning -224 U Whirling Catapult -185 C Whiteout -186 R Wiitigo -75 U Wind Spirit -199 U Wings of Aesthir -200 R Winter's Night -114 U Withering Wisps -187 R Wolf Pack -188 C Woolly Mammoths -189 U Woolly Spider -190 U Yavimaya Ancients -76 C Zuran Spellcaster +1 U Abbey Gargoyles @Christopher Rush +201 C Adarkar Sentinel @Melissa A. Benson +202 C Aeolipile @Heather Hudson +39 U Aether Storm @Mark Tedin +115 C Ambush Party @Charles Gillespie +116 R Anarchy @Phil Foglio +2 R Angel of Fury @Keith Parkinson +3 U Angel of Light @Todd Lockwood +117 R An-Zerrin Ruins @Dennis Detwiller +4 C Armor of Faith @Anson Maddocks +77 C Armor Thrull @Pete Venters +5 C Armored Griffin @Bradley Williams +78 U Ashen Ghoul @Ron Spencer +203 R Ashnod's Cylix @Nicola Leonard +153 C Aurochs @Ken Meyer, Jr. +6 C Aysen Bureaucrats @Alan Rabinowitz +7 U Aysen Crusader @NéNé Thomas +225 R Badlands @Rob Alexander +40 C Balduvian Conjurer @Mark Tedin +79 U Balduvian Dead @Mike Kimble +118 R Balduvian Hydra @Melissa A. Benson +226 R Balduvian Trading Post @Tom Wänerstrand +204 C Barbed Sextant @Amy Weber +41 R Binding Grasp @Ruth Thompson +154 R Bounty of the Hunt @Jeff A. Menges +42 C Brainstorm @Christopher Rush +119 C Brassclaw Orcs @Rob Alexander +120 R Brimstone Dragon @David A. Cherry +80 C Brine Shaman @Cornelius Brudi +81 U Broken Visage @Mike Kimble +43 U Browse @Phil Foglio +121 U Burnout @Mike Raabe +155 C Carapace @Anson Maddocks +8 R Caribou Range @Ruth Thompson +82 C Cloak of Confusion @Margaret Organ-Kean +205 U Clockwork Steed @Terese Nielsen +9 C Combat Medic @Anson Maddocks +122 U Conquer @Randy Gallegos +44 U Counterspell @Allen Williams +83 U Dance of the Dead @Randy Gallegos +84 C Dark Banishing @Drew Tucker +123 C Death Spark @Mark Tedin +45 R Deep Spawn @Mark Tedin +85 U Demonic Consultation @Rob Alexander +206 R Despotic Scepter @Richard Thomas +191 U Diabolic Vision @Anthony S. Waters +10 C Disenchant @Brian Snõddy +46 R Dreams of the Dead @Heather Hudson +86 C Drift of the Dead @Brian Snõddy +87 C Dry Spell @Brian Snõddy +227 U Dwarven Ruins @Mark Poole +88 R Dystopia @Ruth Thompson +192 R Earthlink @Richard Kane Ferguson +89 R Ebon Praetor @Randy Asplund-Faith +228 U Ebon Stronghold @Mark Poole +193 R Elemental Augury @Anthony S. Waters +207 R Elkin Bottle @Quinton Hoover +208 C Elven Lyre @Kaja Foglio +156 R Elvish Farmer @Richard Kane Ferguson +157 C Elvish Hunter @Anson Maddocks +158 C Elvish Ranger @Terese Nielsen +159 U Elvish Spirit Guide @Julie Baroh +11 R Energy Storm @Sandra Everingham +47 C Enervate @Allen Williams +12 U Errand of Duty @Julie Baroh +124 C Errantry @Scott Kirschner +160 U Essence Filter @Rick Emond +48 C Essence Flare @Richard Kane Ferguson +13 U Farrel's Mantle @Anthony S. Waters +14 U Farrel's Zealot @Richard Kane Ferguson +161 C Feral Thallid @Rob Alexander +125 R Fire Dragon @William Simpson +126 U Flame Spirit @Justin Hampton +162 C Folk of the Pines @NéNé Thomas & Catherine Buck +163 U Forbidden Lore @Christopher Rush +164 U Forgotten Lore @Harold McNeill +90 C Foul Familiar @Anson Maddocks +194 U Fumarole @Drew Tucker +91 C Funeral March @John Coulthart +165 R Fungal Bloom @Daniel Gelon +166 R Fyndhorn Pollen @Phil Foglio +92 C Gangrenous Zombies @Brian Snõddy +167 C Giant Growth @Allen Williams +195 U Giant Trap Door Spider @Heather Hudson +229 R Glacial Chasm @Liz Danforth +127 R Glacial Crevasses @Mike Raabe +128 C Goblin Ski Patrol @Mark Poole +129 U Gorilla Shaman @Anthony S. Waters +93 R Grandmother Sengir @Pete Venters +209 R Gustha's Scepter @Sandra Everingham +230 U Havenwood Battleground @Mark Poole +231 R Heart of Yavimaya @Pete Venters +210 R Helm of Obedience @Brian Snõddy +15 C Icatian Javelineers @Melissa A. Benson +16 C Icatian Phalanx @Kaja Foglio +17 C Icatian Scout @Richard Kane Ferguson +232 U Ice Floe @Jeff A. Menges +49 U Iceberg @Jeff A. Menges +94 C Icequake @Richard Kane Ferguson +50 C Icy Prison @Anson Maddocks +95 R Ihsan's Shade @Christopher Rush +130 R Imperial Recruiter @Mitsuaki Sagiri +96 R Imperial Seal @Li Tie +131 C Incinerate @Mark Poole +97 R Infernal Darkness @Phil Foglio +18 U Inheritance @Kaja Foglio +132 C Ironclaw Orcs @Anson Maddocks +19 R Ivory Gargoyle @Quinton Hoover +211 R Jester's Mask @Dan Frazier +212 U Jeweled Amulet @Dan Frazier +168 U Johtull Wurm @Daniel Gelon +169 U Joven's Ferrets @Amy Weber +20 U Juniper Order Advocate @Douglas Shuler +133 U Karplusan Giant @Daniel Gelon +170 R Kaysa @Rebecca Guay +98 C Kjeldoran Dead @Melissa A. Benson +21 C Kjeldoran Elite Guard @Melissa A. Benson +22 U Kjeldoran Home Guard @Andi Rusu +233 R Kjeldoran Outpost @Jeff A. Menges +23 C Kjeldoran Skycaptain @Mark Poole +99 U Knight of Stromgald @Mark Poole +100 C Krovikan Fetish @Heather Hudson +101 R Krovikan Horror @Christopher Rush +51 C Krovikan Sorcerer @Pat Morrissey +102 U Krovikan Vampire @Quinton Hoover +52 C Lat-Nam's Legacy @Tom Wänerstrand +134 U Lava Burst @Tom Wänerstrand +171 C Leaping Lizard @Amy Weber +103 U Lim-Dul's High Guard @Anson Maddocks +213 R Lodestone Bauble @Douglas Shuler +24 R Lost Order of Jarkeld @Andi Rusu +53 R Magus of the Unseen @Kaja Foglio +214 R Mana Crypt @Mark Tedin +54 R Marjhan @Daniel Gelon +55 R Mesmeric Trance @Dan Frazier +135 C Meteor Shower @Rick Emond +104 R Minion of Leshrac @Allen Williams +215 U Mishra's Groundbreaker @Randy Gallegos +105 U Misinformation @Richard Kane Ferguson +136 R Mudslide @Brian Snõddy +56 R Musician @Drew Tucker +57 U Narwhal @David A. Cherry +196 U Nature's Blessing @Sandra Everingham +172 R Nature's Wrath @Liz Danforth +106 C Necrite @Ron Spencer +107 R Necropotence @Mark Tedin +173 U Night Soil @Heather Hudson +137 U Orc General @Jesper Myrfors +138 U Orcish Cannoneers @Dan Frazier +139 U Orcish Captain @Mark Tedin +140 C Orcish Conscripts @Douglas Shuler +141 C Orcish Farmer @Dan Frazier +142 C Orcish Lumberjack @Dan Frazier +143 R Orcish Squatters @Richard Kane Ferguson +144 C Orcish Veteran @Quinton Hoover +25 R Order of the Sacred Torch @Ruth Thompson +26 U Order of the White Shield @Ruth Thompson +145 C Panic @Mike Kimble +58 U Personal Tutor @D. Alexander Gregory +108 C Phantasmal Fiend @Scott Kirschner +59 C Phantasmal Mount @Melissa A. Benson +216 U Phyrexian Devourer @Mark Tedin +217 R Phyrexian Portal @Pete Venters +146 U Pillage @Richard Kane Ferguson +60 C Portent @Liz Danforth +147 R Pyrokinesis @Ron Spencer +27 R Ravages of War @Fang Yue +61 U Ray of Command @Harold McNeill +62 C Red Cliffs Armada @Zhang Jiazhen +28 C Reinforcements @Diana Vick +29 C Reprisal @Randy Asplund-Faith +148 U Retribution @Mark Tedin +30 R Righteous Fury @Edward P. Beard, Jr. +174 R Ritual of Subdual @Justin Hampton +109 R Ritual of the Machine @Anson Maddocks +149 R Rogue Skycaptain @Randy Asplund-Faith +218 C Roterothopter @Amy Weber +31 R Royal Decree @Pete Venters +32 C Royal Trooper @Scott M. Fischer +234 U Ruins of Trokair @Mark Poole +33 U Sacred Boon @Mike Raabe +235 R Savannah @Rob Alexander +34 R Scars of the Veteran @Dan Frazier +63 C Screeching Drake @Anson Maddocks +64 R Sea Drake @Rebecca Guay +65 U Sea Spirit @Rob Alexander +35 C Shield Bearer @Dan Frazier +175 C Shrink @Liz Danforth +66 C Shyft @Richard Thomas +67 R Sibilant Spirit @Ron Spencer +197 R Skeleton Ship @Amy Weber & Tom Wänerstrand +219 U Skull Catapult @Bryon Wackwitz +220 U Snow Fortress @Jeff A. Menges +245 L Snow-Covered Forest @Pat Morrissey +242 L Snow-Covered Island @Anson Maddocks +244 L Snow-Covered Mountain @Tom Wänerstrand +241 L Snow-Covered Plains @Christopher Rush +243 L Snow-Covered Swamp @Douglas Shuler +221 U Soldevi Digger @Amy Weber +236 R Soldevi Excavations @Liz Danforth +222 U Soldevi Simulacrum @Dan Frazier +110 C Songs of the Damned @Pete Venters +111 U Soul Exchange @Anthony S. Waters +112 U Soul Kiss @Nicola Leonard +176 U Spore Cloud @Susan Van Camp +177 U Spore Flower @Margaret Organ-Kean +178 U Stampede @Jeff A. Menges +150 U Stone Spirit @James Allen +151 C Stonehands @Dan Frazier +68 U Storm Elemental @John Matson +198 R Storm Spirit @Pete Venters +113 R Stromgald Cabal @Anson Maddocks +179 R Stunted Growth @NéNé Thomas +36 R Sustaining Spirit @Rebecca Guay +237 U Svyelunite Temple @Mark Poole +37 U Swords to Plowshares @Kaja Foglio +238 R Taiga @Rob Alexander +69 R Temporal Manipulation @Anson Maddocks +180 C Thallid @Jesper Myrfors +181 C Thallid Devourer @Ron Spencer +182 R Thelonite Druid @Margaret Organ-Kean +183 C Thermokarst @Ken Meyer, Jr. +70 R Thought Lash @Mark Tedin +71 U Thunder Wall @Richard Thomas +223 R Time Bomb @Amy Weber +184 C Tinder Wall @Rick Emond +239 R Tundra @Jesper Myrfors +240 R Underground Sea @Rob Alexander +152 C Varchild's Crusader @Mark Poole +72 C Viscerid Armor @Heather Hudson +73 U Viscerid Drone @Heather Hudson +74 C Wall of Kelp @Alan Rabinowitz +38 C Warning @Pat Morrissey +224 U Whirling Catapult @Dan Frazier +185 C Whiteout @NéNé Thomas +186 R Wiitigo @Melissa A. Benson +75 U Wind Spirit @Kaja Foglio +199 U Wings of Aesthir @Edward P. Beard, Jr. +200 R Winter's Night @Rob Alexander +114 U Withering Wisps @NéNé Thomas +187 R Wolf Pack @Yang Jun Kwon +188 C Woolly Mammoths @Dan Frazier +189 U Woolly Spider @Daniel Gelon +190 U Yavimaya Ancients @Quinton Hoover +76 C Zuran Spellcaster @Edward P. Beard, Jr. [tokens] kelp diff --git a/forge-gui/res/editions/Masters Edition III.txt b/forge-gui/res/editions/Masters Edition III.txt index 83a7ff95e28..4abd823ee16 100644 --- a/forge-gui/res/editions/Masters Edition III.txt +++ b/forge-gui/res/editions/Masters Edition III.txt @@ -9,236 +9,236 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand ScryfallCode=ME3 [cards] -85 U Active Volcano -1 R Akron Legionnaire -2 U Alabaster Potion -57 R All Hallow's Eve -3 C Amrou Kithkin -86 C Anaba Ancestor -87 C Anaba Spirit Crafter -141 R Angus Mackenzie -113 R Arboria -142 R Arcades Sabboth -188 R Arena of the Ancients -58 U Ashes to Ashes -189 C Astrolabe -143 U Axelrod Gunnarson -59 U Banshee -144 C Barktooth Warbeard -190 R Barl's Cage -145 U Bartel Runeaxe -204 R Bayou -205 R Bazaar of Baghdad -29 C Benthic Explorers -191 R Black Vise -88 C Blood Lust -192 C Bone Flute -30 C Boomerang -146 U Boris Devilboon -31 U Borrowing 100,000 Arrows -32 C Brilliant Plan -89 R Burning of Xinye -4 U Call to Arms -33 R Capture of Jingzhou -60 U Carrion Ants -90 C Chain Lightning -147 R Chromium -91 U Cinder Storm -206 R City of Shadows -5 R Cleanse -193 C Coal Golem -114 R Concordant Crossroads -92 U Corrupt Eunuchs -61 R Cosmic Horror -93 C Crimson Kobolds -94 U Crimson Manticore -34 U Dance of Many -6 C D'Avenant Archer -62 C Demonic Torment -115 U Desert Twister -63 C Desperate Charge -194 U Didgeridoo -7 C Disenchant -95 U Disharmony -8 R Divine Intervention -96 R Dong Zhou, the Tyrant -9 U Eightfold Maze -116 C Elves of Deep Shadow -64 C Evil Presence -10 U Exorcist -117 U Faerie Noble -11 U False Defeat -65 U Famine -195 C Fellwar Stone -66 C Fevered Strength -97 C Fire Ambush -98 C Fire Drake -118 C Fire Sprites -99 R Firestorm Phoenix -35 U Flash Flood -36 C Force Spike -37 C Forced Retreat -228 L Forest -229 L Forest -230 L Forest -100 U Forked Lightning -119 R Freyalise's Winds -101 U Frost Giant -148 R Gabriel Angelfire -120 U Gaea's Touch -196 R Gauntlets of Chaos -67 C Ghostly Visit -68 C Ghosts of the Damned -121 C Giant Growth -69 R Grim Tutor -12 U Guan Yu, Sainted Warrior -13 R Guan Yu's 1,000-Li March -149 R Gwendlyn Di Corci -150 R Halfdane -207 U Hammerheim -151 R Hazezon Tamar -14 C Heal -122 C Heavy Fog -70 R Hellfire -123 R Hua Tuo, Honored Physician -152 U Hunding Gjornersen -124 C Hunting Cheetah -102 C Hurloon Minotaur -197 R Illusionary Mask -103 C Immolation -38 C Infuse -219 L Island -220 L Island -221 L Island -15 U Ivory Guardians -153 C Jedit Ojanen -154 C Jerrard of the Closed Fist -125 C Jungle Lion -208 R Karakas -155 U Kei Takahashi -126 U Killer Bees -156 U Kjeldoran Frostbeast -198 U Knowledge Vault -104 U Kobold Drill Sergeant -105 U Kobold Overlord -106 C Kobold Taskmaster -107 C Kobolds of Kher Keep -16 R Kongming, "Sleeping Dragon" -39 C Labyrinth Minotaur -157 U Lady Caleria -158 U Lady Evangela -159 C Lady Orca -40 R Land Equilibrium -17 R Land Tax -71 C Lesser Werewolf -199 R Life Chisel -18 C Lightning Blow -19 R Liu Bei, Lord of Shu -127 R Living Plane -160 U Livonya Silone -20 U Loyal Retainers -108 R Lu Bu, Master-at-Arms -41 U Lu Meng, Wu General -42 U Lu Xun, Scholar General -43 R Mana Drain -44 R Mana Vortex -161 U Marhault Elsdragon -128 R Meng Huo, Barbarian King -129 C Meng Huo's Horde -72 R Mind Twist -21 C Misfortune's Gain -225 L Mountain -226 L Mountain -227 L Mountain -162 U Nebuchadnezzar -73 R Nether Void -163 R Nicol Bolas -200 R Nova Pentacle -45 R Old Man of the Sea -164 R Palladia-Mors -165 U Pavel Maliki -22 C Peach Garden Oath -216 L Plains -217 L Plains -218 L Plains -209 R Plateau -166 U Princess Lucrezia -109 C Raging Minotaur -167 U Ragnar -168 C Ramirez DePietro -169 U Ramses Overdark -170 R Rasputin Dreamweaver -46 U Recall -130 U Reincarnation -47 C Remove Soul -48 R Reset -49 U Reveka, Wizard Savant -131 U Riding the Dilu Horse -171 U Riven Turnbull -172 R Rohgahh of Kher Keep -110 R Rolling Earthquake -173 R Rubinia Soulsinger -210 R Scrubland -132 C Scryb Sprites -23 C Shu Cavalry -24 C Shu Elite Companions -25 C Shu General -26 C Shu Soldier-Farmers -174 C Sir Shandlar of Eberyn -175 C Sivitri Scarzam -133 C Slashing Tiger -201 C Sol Grail -211 R Sorrow's Path -176 U Spectral Shield -50 U Spiny Starfish -74 C Spirit Shackle -134 C Spoils of Victory -177 U Stangg -75 U Stolen Grain -111 R Storm World -51 C Strategic Planning -52 U Sun Ce, Young Conquerer -53 R Sun Quan, Lord of Wu -178 U Sunastian Falconer -222 L Swamp -223 L Swamp -224 L Swamp -202 R Sword of the Ages -76 U Takklemaggot -179 R Tetsuo Umezawa -77 R The Abyss -180 C The Lady of the Mountain -212 R The Tabernacle at Pendrell Vale -78 U The Wretched -135 C Three Visits -181 C Tobias Andrion -182 U Tor Wauki -183 C Torsten Von Ursus -136 U Tracker -137 C Trip Wire -213 R Tropical Island -184 U Tuknir Deathlock -214 U Urborg -185 R Vaevictis Asmadi -215 R Volcanic Island -203 R Voodoo Doll -27 C Wall of Light -186 R Wandering Mage -79 C Wei Elite Companions -80 C Wei Infantry -81 U Wei Night Raiders -82 C Wei Strike Force -138 U Willow Priestess -139 R Willow Satyr -140 U Wormwood Treefolk -54 C Wu Elite Cavalry -55 C Wu Longbowman -56 C Wu Warship -83 U Xiahou Dun, the One-Eyed -187 R Xira Arien -84 C Young Wei Recruits -28 U Zhang Fei, Fierce Warrior -112 R Zodiac Dragon +85 U Active Volcano @Justin Hampton +1 R Akron Legionnaire @Mark Poole +2 U Alabaster Potion @Harold McNeill +57 R All Hallow's Eve @Christopher Rush +3 C Amrou Kithkin @Quinton Hoover +86 C Anaba Ancestor @Anson Maddocks +87 C Anaba Spirit Crafter @Anson Maddocks +141 R Angus Mackenzie @Bryon Wackwitz +113 R Arboria @Daniel Gelon +142 R Arcades Sabboth @Edward P. Beard, Jr. +188 R Arena of the Ancients @Tom Wänerstrand +58 U Ashes to Ashes @Drew Tucker +189 C Astrolabe @Amy Weber +143 U Axelrod Gunnarson @Scott Kirschner +59 U Banshee @Jesper Myrfors +144 C Barktooth Warbeard @Andi Rusu +190 R Barl's Cage @Tom Wänerstrand +145 U Bartel Runeaxe @Andi Rusu +204 R Bayou @Jesper Myrfors +205 R Bazaar of Baghdad @Jeff A. Menges +29 C Benthic Explorers @Greg Simanson +191 R Black Vise @Richard Thomas +88 C Blood Lust @Anson Maddocks +192 C Bone Flute @Christopher Rush +30 C Boomerang @Brian Snõddy +146 U Boris Devilboon @Jesper Myrfors +31 U Borrowing 100,000 Arrows @Song Shikai +32 C Brilliant Plan @Song Shikai +89 R Burning of Xinye @Yang Hong +4 U Call to Arms @Randy Gallegos +33 R Capture of Jingzhou @Jack Wei +60 U Carrion Ants @Richard Thomas +90 C Chain Lightning @Sandra Everingham +147 R Chromium @Edward P. Beard, Jr. +91 U Cinder Storm @Mark Tedin +206 R City of Shadows @Tom Wänerstrand +5 R Cleanse @Phil Foglio +193 C Coal Golem @Christopher Rush +114 R Concordant Crossroads @Amy Weber +92 U Corrupt Eunuchs @Li Yousong +61 R Cosmic Horror @Jesper Myrfors +93 C Crimson Kobolds @Anson Maddocks +94 U Crimson Manticore @Daniel Gelon +34 U Dance of Many @Sandra Everingham +6 C D'Avenant Archer @Douglas Shuler +62 C Demonic Torment @Anson Maddocks +115 U Desert Twister @Susan Van Camp +63 C Desperate Charge @Chen Weidong +194 U Didgeridoo @Melissa A. Benson +7 C Disenchant @Amy Weber +95 U Disharmony @Bryon Wackwitz +8 R Divine Intervention @Amy Weber +96 R Dong Zhou, the Tyrant @Inoue Junichi +9 U Eightfold Maze @Shang Huitong +116 C Elves of Deep Shadow @Jesper Myrfors +64 C Evil Presence @Sandra Everingham +10 U Exorcist @Drew Tucker +117 U Faerie Noble @Susan Van Camp +11 U False Defeat @Li Wang +65 U Famine @Sun Nan +195 C Fellwar Stone @Quinton Hoover +66 C Fevered Strength @Brian Snõddy +97 C Fire Ambush @Tang Xiaogu +98 C Fire Drake @Christopher Rush +118 C Fire Sprites @Julie Baroh +99 R Firestorm Phoenix @Jeff A. Menges +35 U Flash Flood @Tom Wänerstrand +36 C Force Spike @Bryon Wackwitz +37 C Forced Retreat @Huang Qishi +228 L Forest @Ji Yong +229 L Forest @Ji Yong +230 L Forest @Ji Yong +100 U Forked Lightning @Ted Naifeh +119 R Freyalise's Winds @Mark Tedin +101 U Frost Giant @Daniel Gelon +148 R Gabriel Angelfire @Daniel Gelon +120 U Gaea's Touch @Mark Poole +196 R Gauntlets of Chaos @Dan Frazier +67 C Ghostly Visit @Kang Yu +68 C Ghosts of the Damned @Edward P. Beard, Jr. +121 C Giant Growth @DiTerlizzi +69 R Grim Tutor @Mark Tedin +12 U Guan Yu, Sainted Warrior @Qiao Dafu +13 R Guan Yu's 1,000-Li March @Yang Guangmai +149 R Gwendlyn Di Corci @Julie Baroh +150 R Halfdane @Melissa A. Benson +207 U Hammerheim @Bryon Wackwitz +151 R Hazezon Tamar @Richard Kane Ferguson +14 C Heal @Mark Tedin +122 C Heavy Fog @Liu Shangying +70 R Hellfire @Pete Venters +123 R Hua Tuo, Honored Physician @Gao Jianzhang +152 U Hunding Gjornersen @Richard Thomas +124 C Hunting Cheetah @Fang Yue +102 C Hurloon Minotaur @Anson Maddocks +197 R Illusionary Mask @Amy Weber +103 C Immolation @Scott Kirschner +38 C Infuse @Randy Gallegos +219 L Island @Ku Xueming +220 L Island @Ku Xueming +221 L Island @Ku Xueming +15 U Ivory Guardians @Melissa A. Benson +153 C Jedit Ojanen @Mark Poole +154 C Jerrard of the Closed Fist @Andi Rusu +125 C Jungle Lion @Janine Johnston +208 R Karakas @Nicola Leonard +155 U Kei Takahashi @Scott Kirschner +126 U Killer Bees @Phil Foglio +156 U Kjeldoran Frostbeast @Mark Poole +198 U Knowledge Vault @Amy Weber +104 U Kobold Drill Sergeant @Julie Baroh +105 U Kobold Overlord @Julie Baroh +106 C Kobold Taskmaster @Randy Asplund-Faith +107 C Kobolds of Kher Keep @Julie Baroh +16 R Kongming, "Sleeping Dragon" @Gao Yan +39 C Labyrinth Minotaur @Anson Maddocks +157 U Lady Caleria @Bryon Wackwitz +158 U Lady Evangela @Mark Poole +159 C Lady Orca @Sandra Everingham +40 R Land Equilibrium @Jesper Myrfors +17 R Land Tax @Brian Snõddy +71 C Lesser Werewolf @Quinton Hoover +199 R Life Chisel @Anthony S. Waters +18 C Lightning Blow @Harold McNeill +19 R Liu Bei, Lord of Shu @Qiao Dafu +127 R Living Plane @Bryon Wackwitz +160 U Livonya Silone @Richard Kane Ferguson +20 U Loyal Retainers @Solomon Au Yeung +108 R Lu Bu, Master-at-Arms @Gao Jianzhang +41 U Lu Meng, Wu General @Gao Yan +42 U Lu Xun, Scholar General @Xu Xiaoming +43 R Mana Drain @Mark Tedin +44 R Mana Vortex @Douglas Shuler +161 U Marhault Elsdragon @Mark Poole +128 R Meng Huo, Barbarian King @Yang Guangmai +129 C Meng Huo's Horde @Li Tie +72 R Mind Twist @Julie Baroh +21 C Misfortune's Gain @Jiaming +225 L Mountain @Qin Jun +226 L Mountain @Qin Jun +227 L Mountain @Qin Jun +162 U Nebuchadnezzar @Richard Kane Ferguson +73 R Nether Void @Harold McNeill +163 R Nicol Bolas @Edward P. Beard, Jr. +200 R Nova Pentacle @Richard Thomas +45 R Old Man of the Sea @Susan Van Camp +164 R Palladia-Mors @Edward P. Beard, Jr. +165 U Pavel Maliki @Andi Rusu +22 C Peach Garden Oath @Qiao Dafu +216 L Plains @He Jiancheng +217 L Plains @He Jiancheng +218 L Plains @He Jiancheng +209 R Plateau @Cornelius Brudi +166 U Princess Lucrezia @Edward P. Beard, Jr. +109 C Raging Minotaur @Scott M. Fischer +167 U Ragnar @Melissa A. Benson +168 C Ramirez DePietro @Phil Foglio +169 U Ramses Overdark @Richard Kane Ferguson +170 R Rasputin Dreamweaver @Andi Rusu +46 U Recall @Brian Snõddy +130 U Reincarnation @Edward P. Beard, Jr. +47 C Remove Soul @Brian Snõddy +48 R Reset @Nicola Leonard +49 U Reveka, Wizard Savant @Susan Van Camp +131 U Riding the Dilu Horse @Hong Yan +171 U Riven Turnbull @Richard Kane Ferguson +172 R Rohgahh of Kher Keep @Edward P. Beard, Jr. +110 R Rolling Earthquake @Yang Hong +173 R Rubinia Soulsinger @Rob Alexander +210 R Scrubland @Jesper Myrfors +132 C Scryb Sprites @Amy Weber +23 C Shu Cavalry @Li Xiaohua +24 C Shu Elite Companions @Qiao Dafu +25 C Shu General @Li Xiaohua +26 C Shu Soldier-Farmers @Li Xiaohua +174 C Sir Shandlar of Eberyn @Andi Rusu +175 C Sivitri Scarzam @NéNé Thomas +133 C Slashing Tiger @Yang Jun Kwon +201 C Sol Grail @Christopher Rush +211 R Sorrow's Path @Randy Asplund-Faith +176 U Spectral Shield @Margaret Organ-Kean +50 U Spiny Starfish @Alan Rabinowitz +74 C Spirit Shackle @Edward P. Beard, Jr. +134 C Spoils of Victory @Sun Nan +177 U Stangg @Mark Poole +75 U Stolen Grain @LHQ +111 R Storm World @Christopher Rush +51 C Strategic Planning @Zhang Jiazhen +52 U Sun Ce, Young Conquerer @Yang Guangmai +53 R Sun Quan, Lord of Wu @Xu Xiaoming +178 U Sunastian Falconer @Christopher Rush +222 L Swamp @Wang Chuxiong +223 L Swamp @Wang Chuxiong +224 L Swamp @Wang Chuxiong +202 R Sword of the Ages @Dan Frazier +76 U Takklemaggot @Daniel Gelon +179 R Tetsuo Umezawa @Julie Baroh +77 R The Abyss @Pete Venters +180 C The Lady of the Mountain @Richard Kane Ferguson +212 R The Tabernacle at Pendrell Vale @Nicola Leonard +78 U The Wretched @Christopher Rush +135 C Three Visits @Qu Xin +181 C Tobias Andrion @Andi Rusu +182 U Tor Wauki @Randy Asplund-Faith +183 C Torsten Von Ursus @Mark Poole +136 U Tracker @Jeff A. Menges +137 C Trip Wire @Hong Yan +213 R Tropical Island @Jesper Myrfors +184 U Tuknir Deathlock @Liz Danforth +214 U Urborg @Bryon Wackwitz +185 R Vaevictis Asmadi @Andi Rusu +215 R Volcanic Island @Brian Snõddy +203 R Voodoo Doll @Sandra Everingham +27 C Wall of Light @Richard Thomas +186 R Wandering Mage @Pete Venters +79 C Wei Elite Companions @Li Youliang +80 C Wei Infantry @LHQ +81 U Wei Night Raiders @Wang Feng +82 C Wei Strike Force @Tang Xiaogu +138 U Willow Priestess @Susan Van Camp +139 R Willow Satyr @Jeff A. Menges +140 U Wormwood Treefolk @Jesper Myrfors +54 C Wu Elite Cavalry @Li Wang +55 C Wu Longbowman @Xu Tan +56 C Wu Warship @Jiang Zhuqing +83 U Xiahou Dun, the One-Eyed @Junko Taguchi +187 R Xira Arien @Melissa A. Benson +84 C Young Wei Recruits @Li Youliang +28 U Zhang Fei, Fierce Warrior @Qiao Dafu +112 R Zodiac Dragon @Qi Baocheng [tokens] minor_demon diff --git a/forge-gui/res/editions/Masters Edition IV.txt b/forge-gui/res/editions/Masters Edition IV.txt index c77fa6104ed..159b24d43c7 100644 --- a/forge-gui/res/editions/Masters Edition IV.txt +++ b/forge-gui/res/editions/Masters Edition IV.txt @@ -9,280 +9,289 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 fromSheet("ME4 UrzaLands") ScryfallCode=ME4 [cards] -36 R Acid Rain -176 C Aesthir Glider -37 U Air Elemental -177 R Al-abara's Carpet -1 C Alaborn Musketeer -2 C Alaborn Trooper -106 R Aladdin -178 R Alchor's Tomb -107 R Ali from Cairo -141 C Alluring Scent -179 C Amulet of Kroog -3 U Angelic Voices -38 U Animate Artifact -4 U Argivian Blacksmith -142 C Argothian Pixies -143 U Argothian Treefolk -5 R Armageddon -180 R Armageddon Clock -108 C Artifact Blast -181 R Ashnod's Altar -109 C Atog -241 R Badlands -6 R Balance -182 U Basalt Monolith -242 R Bayou -144 U Bee Sting -110 C Bird Maiden -71 U Black Knight -7 U Blaze of Glory -39 U Blue Elemental Blast -183 U Book of Rass -184 R Bottle of Suleiman -40 R Braingeyser -185 C Brass Man -186 U Bronze Horse -187 R Candelabra of Tawnos -188 U Celestial Sword -8 R Champion Lancer -145 R Channel -146 C Citanul Druid -243 R City of Brass -189 U Clay Statue -190 U Clockwork Avian -191 U Clockwork Gnomes -192 C Clockwork Swarm -41 R Cloud Dragon -42 C Cloud Spirit -193 R Colossus of Sardia -43 R Control Magic -9 R Conversion -44 R Copy Artifact -194 U Coral Helm -45 C Counterspell -147 C Crumble -148 R Cyclone -72 C Cyclopean Mummy -195 R Cyclopean Tomb -73 U Dakmor Plague -74 C Dark Ritual -149 R Deathcoil Wurm -75 R Deathgrip -76 R Demonic Hordes -77 R Demonic Tutor -111 U Detonate -112 R Devastation -196 U Diabolic Machine -10 C Divine Offering -197 C Dragon Engine -46 R Drain Power -78 R Dread Reaper -79 U Dread Wight -150 R Drop of Honey -47 C Drowned -11 U Dust to Dust -80 R Ebon Dragon -198 C Ebony Horse -199 C Ebony Rhino -244 U Elephant Graveyard -151 C Elite Cat Warrior -48 U Energy Flux -12 R Eye for an Eye -49 C False Summoning -152 R Fastbond -113 U Fire Imp -114 R Fire Tempest -115 U Fireball -200 R Floodwater Dam -201 C Flying Carpet -153 C Fog -154 R Force of Nature -116 R Fork -81 C Foul Spirit -155 U Gaea's Avenger -82 U Gate to Phyrexia -202 R Gauntlet of Might -156 C Giant Growth -50 C Giant Tortoise -203 C Glasses of Urza -83 R Gloom -117 C Goblin Bully -118 C Goblin Cavaliers -119 C Goblin Caves -120 C Goblin Firestarter -121 U Goblin General -122 C Goblin Shrine -123 U Goblin Warrens -124 C Gorilla War Cry -204 U Grapeshot Catapult -84 C Gravebind -85 R Guardian Beast -13 R Harsh Justice -86 C Hasran Ogress -14 C Healing Salve -205 U Horn of Deafening -87 C Howl from Beyond -206 R Ice Cauldron -207 U Icy Manipulator -51 R In the Eye of Chaos -157 U Instill Energy -158 C Ironhoof Ox -15 R Island Sanctuary -208 R Jade Monolith -209 U Juggernaut -88 U Junun Efreet -16 C Just Fate -17 R Kismet -210 R Kormus Bell -159 U Kudzu -125 R Last Chance -126 C Lava Flow -18 R Leeches -245 R Library of Alexandria -211 C Library of Leng -89 R Lich -160 R Lifeforce -90 C Lim-Dul's Cohort -161 R Living Lands -212 U Living Wall -52 R Mahamoti Djinn -213 R Mana Matrix -214 R Mana Vault -19 R Martyr's Cry -20 U Martyrs of Korlis -246 R Maze of Ith -215 C Mightstone -127 R Mijae Djinn -91 R Minion of Tevesh Szat -247 R Mishra's Workshop -53 U Mystic Decree -216 R Naked Singularity -248 C Oasis -217 R Obelisk of Undoing -218 C Obsianus Golem -128 C Ogre Taskmaster -219 C Onulet -129 U Orcish Mechanics -21 C Osai Vultures -92 R Overwhelming Forces -54 C Owl Familiar -220 U Pentagram of the Ages -22 R Personal Incarnation -55 C Phantasmal Forces -56 C Phantasmal Terrain -221 U Planar Gate -249 R Plateau -57 R Power Artifact -222 C Primal Clay -130 U Primitive Justice -58 U Prodigal Sorcerer -93 C Prowling Nightstalker -162 U Radjan Spirit -94 R Rain of Daggers -223 R Rakalite -59 C Reconstruction -131 U Red Elemental Blast -163 R Regrowth -23 C Righteous Charge -224 R Ring of Renewal -132 U Roc of Kher Ridges -133 R Rock Hydra -134 C Rockslide Ambush -164 C Sandstorm -250 R Savannah -24 U Savannah Lions -225 U Scarecrow -165 R Scarwood Bandits -166 C Scavenger Folk -95 U Scavenging Ghoul -251 R Scrubland -60 C Sea Serpent -135 R Sedge Troll -96 U Sengir Vampire -61 R Serendib Djinn -25 U Serra Angel -26 U Serra Aviary -27 C Serra Bestiary -226 U Shapeshifter -136 R Shivan Dragon -97 R Sinkhole -62 C Sleight of Hand -137 R Smoke -227 R Sol Ring -228 U Soldevi Golem -63 U Soldevi Machinist -98 C Soul Shred -167 C Southern Elephant -28 C Spotted Griffin -168 U Squall -229 C Staff of Zegon -64 R Stasis -29 R Steam Catapult -252 R Strip Mine -30 U Swords to Plowshares -169 U Sylvan Tutor -65 C Symbol of Unsummoning -230 C Tablet of Epityr -253 R Taiga -66 U Talas Researcher -231 C Tawnos's Wand -232 U Tawnos's Weaponry -31 C Temple Acolyte -99 C Terror -233 R Tetravus -67 U Theft of Dreams -68 R Thing from the Deep -138 R Thunder Dragon -234 R Time Vault -170 R Titania's Song -69 R Transmute Artifact -235 R Triassic Egg -254 R Tropical Island -171 R Tsunami -255 R Tundra -139 U Two-Headed Giant of Foriys -256 R Underground Sea -236 C Urza's Chalice -257 L Urza's Mine -257 L Urza's Mine -257 L Urza's Mine -257 L Urza's Mine -237 R Urza's Miter -258 L Urza's Power Plant -258 L Urza's Power Plant -258 L Urza's Power Plant -258 L Urza's Power Plant -259 L Urza's Tower -259 L Urza's Tower -259 L Urza's Tower -259 L Urza's Tower -32 R Veteran Bodyguard -238 R Vibrating Sphere -260 R Volcanic Island -172 C War Mammoth -100 C Warp Artifact -70 U Water Elemental -101 C Weakness -239 U Weakstone -140 R Wheel of Fortune -173 U Whiptail Wurm -33 U White Knight -102 U Wicked Pact -34 C Wild Aesthir -35 C Wild Griffin -174 U Wild Ox -175 R Wood Elemental -103 R Word of Command -104 U Xenic Poltergeist -240 C Yotian Soldier -105 U Zombie Master +36 R Acid Rain @NéNé Thomas +176 C Aesthir Glider @Ruth Thompson +37 U Air Elemental @Richard Thomas +177 R Al-abara's Carpet @Kaja Foglio +1 C Alaborn Musketeer @Heather Hudson +2 C Alaborn Trooper @Lubov +106 R Aladdin @Julie Baroh +178 R Alchor's Tomb @Jesper Myrfors +107 R Ali from Cairo @Mark Poole +141 C Alluring Scent @Melissa A. Benson +179 C Amulet of Kroog @Margaret Organ-Kean +3 U Angelic Voices @Julie Baroh +38 U Animate Artifact @Douglas Shuler +4 U Argivian Blacksmith @Kerstin Kaman +142 C Argothian Pixies @Amy Weber +143 U Argothian Treefolk @Amy Weber +5 R Armageddon @John Avon +180 R Armageddon Clock @Amy Weber +108 C Artifact Blast @Mark Poole +181 R Ashnod's Altar @Anson Maddocks +109 C Atog @Jesper Myrfors +241 R Badlands @Rob Alexander +6 R Balance @Mark Poole +182 U Basalt Monolith @Jesper Myrfors +242 R Bayou @Jesper Myrfors +144 U Bee Sting @Cris Dornaus +110 C Bird Maiden @Kaja Foglio +71 U Black Knight @Jeff A. Menges +7 U Blaze of Glory @Richard Thomas +39 U Blue Elemental Blast @Richard Thomas +183 U Book of Rass @Sandra Everingham +184 R Bottle of Suleiman @Jesper Myrfors +40 R Braingeyser @Mark Tedin +185 C Brass Man @Christopher Rush +186 U Bronze Horse @Mark Poole +187 R Candelabra of Tawnos @Douglas Shuler +188 U Celestial Sword @Amy Weber +8 R Champion Lancer @Chippy +145 R Channel @Richard Thomas +146 C Citanul Druid @Jeff A. Menges +243 R City of Brass @Mark Tedin +189 U Clay Statue @Jesper Myrfors +190 U Clockwork Avian @Randy Asplund-Faith +191 U Clockwork Gnomes @Douglas Shuler +192 C Clockwork Swarm @Amy Weber +41 R Cloud Dragon @John Avon +42 C Cloud Spirit @DiTerlizzi +193 R Colossus of Sardia @Jesper Myrfors +43 R Control Magic @Dameon Willich +9 R Conversion @Jesper Myrfors +44 R Copy Artifact @Amy Weber +194 U Coral Helm @Amy Weber +45 C Counterspell @Mark Poole +147 C Crumble @Jesper Myrfors +148 R Cyclone @Mark Tedin +72 C Cyclopean Mummy @Edward P. Beard, Jr. +195 R Cyclopean Tomb @Anson Maddocks +73 U Dakmor Plague @Jeff Miracola +74 C Dark Ritual @Sandra Everingham +149 R Deathcoil Wurm @Rebecca Guay +75 R Deathgrip @Anson Maddocks +76 R Demonic Hordes @Jesper Myrfors +77 R Demonic Tutor @Douglas Shuler +111 U Detonate @Randy Asplund-Faith +112 R Devastation @Steve Luke +196 U Diabolic Machine @Anson Maddocks +10 C Divine Offering @Jeff A. Menges +197 C Dragon Engine @Anson Maddocks +46 R Drain Power @Douglas Shuler +78 R Dread Reaper @Christopher Rush +79 U Dread Wight @Daniel Gelon +150 R Drop of Honey @Anson Maddocks +47 C Drowned @Quinton Hoover +11 U Dust to Dust @Drew Tucker +80 R Ebon Dragon @Donato Giancola +198 C Ebony Horse @Dameon Willich +199 C Ebony Rhino @Amy Weber +244 U Elephant Graveyard @Rob Alexander +151 C Elite Cat Warrior @Eric Peterson +48 U Energy Flux @Kaja Foglio +12 R Eye for an Eye @Mark Poole +49 C False Summoning @DiTerlizzi +152 R Fastbond @Mark Poole +113 U Fire Imp @DiTerlizzi +114 R Fire Tempest @Mike Dringenberg +115 U Fireball @Mark Tedin +200 R Floodwater Dam @Randy Gallegos +201 C Flying Carpet @Mark Tedin +153 C Fog @Jesper Myrfors +154 R Force of Nature @Douglas Shuler +116 R Fork @Amy Weber +81 C Foul Spirit @rk post +155 U Gaea's Avenger @Pete Venters +82 U Gate to Phyrexia @Sandra Everingham +202 R Gauntlet of Might @Christopher Rush +156 C Giant Growth @Sandra Everingham +50 C Giant Tortoise @Kaja Foglio +203 C Glasses of Urza @Douglas Shuler +83 R Gloom @Dan Frazier +117 C Goblin Bully @Pete Venters +118 C Goblin Cavaliers @DiTerlizzi +119 C Goblin Caves @Drew Tucker +120 C Goblin Firestarter @Keith Parkinson +121 U Goblin General @Keith Parkinson +122 C Goblin Shrine @Ron Spencer +123 U Goblin Warrens @Dan Frazier +124 C Gorilla War Cry @Bryon Wackwitz +204 U Grapeshot Catapult @Dan Frazier +84 C Gravebind @Drew Tucker +85 R Guardian Beast @Ken Meyer, Jr. +13 R Harsh Justice @John Coulthart +86 C Hasran Ogress @Dan Frazier +14 C Healing Salve @Dan Frazier +205 U Horn of Deafening @Dan Frazier +87 C Howl from Beyond @Mark Poole +206 R Ice Cauldron @Dan Frazier +207 U Icy Manipulator @Douglas Shuler +51 R In the Eye of Chaos @Brian Snõddy +157 U Instill Energy @Dameon Willich +158 C Ironhoof Ox @Una Fricker +15 R Island Sanctuary @Mark Poole +208 R Jade Monolith @Anson Maddocks +209 U Juggernaut @Dan Frazier +88 U Junun Efreet @Christopher Rush +16 C Just Fate @Bradley Williams +17 R Kismet @Kaja Foglio +210 R Kormus Bell @Christopher Rush +159 U Kudzu @Mark Poole +125 R Last Chance @Hannibal King +126 C Lava Flow @Mike Dringenberg +18 R Leeches @Alan Rabinowitz +245 R Library of Alexandria @Mark Poole +211 C Library of Leng @Daniel Gelon +89 R Lich @Daniel Gelon +160 R Lifeforce @Dameon Willich +90 C Lim-Dul's Cohort @Douglas Shuler +161 R Living Lands @Jesper Myrfors +212 U Living Wall @Anson Maddocks +52 R Mahamoti Djinn @Dan Frazier +213 R Mana Matrix @Mark Tedin +214 R Mana Vault @Mark Tedin +19 R Martyr's Cry @Jeff A. Menges +20 U Martyrs of Korlis @Margaret Organ-Kean +246 R Maze of Ith @Anson Maddocks +215 C Mightstone @Pete Venters +127 R Mijae Djinn @Susan Van Camp +91 R Minion of Tevesh Szat @Julie Baroh +247 R Mishra's Workshop @Kaja Foglio +53 U Mystic Decree @Liz Danforth +216 R Naked Singularity @Mark Tedin +248 C Oasis @Brian Snõddy +217 R Obelisk of Undoing @Tom Wänerstrand +218 C Obsianus Golem @Jesper Myrfors +128 C Ogre Taskmaster @Dan Frazier +219 C Onulet @Anson Maddocks +129 U Orcish Mechanics @Pete Venters +21 C Osai Vultures @Dan Frazier +92 R Overwhelming Forces @Gao Yan +54 C Owl Familiar @Janine Johnston +220 U Pentagram of the Ages @Douglas Shuler +22 R Personal Incarnation @Kev Brockschmidt +55 C Phantasmal Forces @Mark Poole +56 C Phantasmal Terrain @Dameon Willich +221 U Planar Gate @Melissa A. Benson +249 R Plateau @Cornelius Brudi +57 R Power Artifact @Douglas Shuler +222 C Primal Clay @Kaja Foglio +130 U Primitive Justice @Anthony S. Waters +58 U Prodigal Sorcerer @Douglas Shuler +93 C Prowling Nightstalker @Keith Parkinson +162 U Radjan Spirit @Christopher Rush +94 R Rain of Daggers @Melissa A. Benson +223 R Rakalite @Christopher Rush +59 C Reconstruction @Anson Maddocks +131 U Red Elemental Blast @Richard Thomas +163 R Regrowth @Dameon Willich +23 C Righteous Charge @Jeffrey R. Busch +224 R Ring of Renewal @Douglas Shuler +132 U Roc of Kher Ridges @Andi Rusu +133 R Rock Hydra @Jeff A. Menges +134 C Rockslide Ambush @Inoue Junichi +164 C Sandstorm @Brian Snõddy +250 R Savannah @Rob Alexander +24 U Savannah Lions @Daniel Gelon +225 U Scarecrow @Anson Maddocks +165 R Scarwood Bandits @Mark Poole +166 C Scavenger Folk @Dennis Detwiller +95 U Scavenging Ghoul @Jeff A. Menges +251 R Scrubland @Jesper Myrfors +60 C Sea Serpent @Jeff A. Menges +135 R Sedge Troll @Dan Frazier +96 U Sengir Vampire @Anson Maddocks +61 R Serendib Djinn @Anson Maddocks +25 U Serra Angel @Douglas Shuler +26 U Serra Aviary @Nicola Leonard +27 C Serra Bestiary @Steve Luke +226 U Shapeshifter @Dan Frazier +136 R Shivan Dragon @Melissa A. Benson +97 R Sinkhole @Sandra Everingham +62 C Sleight of Hand @Phil Foglio +137 R Smoke @Jesper Myrfors +227 R Sol Ring @Mark Tedin +228 U Soldevi Golem @Anson Maddocks +63 U Soldevi Machinist @Jeff A. Menges +98 C Soul Shred @Alan Rabinowitz +167 C Southern Elephant @Wang Yuqun +28 C Spotted Griffin @William Simpson +168 U Squall @Carl Critchlow +229 C Staff of Zegon @Mark Poole +64 R Stasis @Fay Jones +29 R Steam Catapult @Mark Tedin +252 R Strip Mine @Daniel Gelon +30 U Swords to Plowshares @Jeff A. Menges +169 U Sylvan Tutor @Kaja Foglio +65 C Symbol of Unsummoning @Adam Rex +230 C Tablet of Epityr @Christopher Rush +253 R Taiga @Rob Alexander +66 U Talas Researcher @Kaja Foglio +231 C Tawnos's Wand @Douglas Shuler +232 U Tawnos's Weaponry @Dan Frazier +31 C Temple Acolyte @Lubov +99 C Terror @Ron Spencer +233 R Tetravus @Mark Tedin +67 U Theft of Dreams @Adam Rex +68 R Thing from the Deep @Paolo Parente +138 R Thunder Dragon @Dana Knutson +234 R Time Vault @Mark Tedin +170 R Titania's Song @Kerstin Kaman +69 R Transmute Artifact @Anson Maddocks +235 R Triassic Egg @Dan Frazier +254 R Tropical Island @Jesper Myrfors +171 R Tsunami @Richard Thomas +255 R Tundra @Jesper Myrfors +139 U Two-Headed Giant of Foriys @Anson Maddocks +256 R Underground Sea @Rob Alexander +236 C Urza's Chalice @Jeff A. Menges +257a L Urza's Mine @Anson Maddocks +257b L Urza's Mine @Anson Maddocks +257c L Urza's Mine @Anson Maddocks +257d L Urza's Mine @Anson Maddocks +237 R Urza's Miter @Randy Asplund-Faith +258a L Urza's Power Plant @Mark Tedin +258b L Urza's Power Plant @Mark Tedin +258c L Urza's Power Plant @Mark Tedin +258d L Urza's Power Plant @Mark Tedin +259a L Urza's Tower @Mark Poole +259b L Urza's Tower @Mark Poole +259c L Urza's Tower @Mark Poole +259d L Urza's Tower @Mark Poole +32 R Veteran Bodyguard @Douglas Shuler +238 R Vibrating Sphere @Richard Thomas +260 R Volcanic Island @Brian Snõddy +172 C War Mammoth @Jeff A. Menges +100 C Warp Artifact @Amy Weber +70 U Water Elemental @Jeff A. Menges +101 C Weakness @Douglas Shuler +239 U Weakstone @Justin Hampton +140 R Wheel of Fortune @Daniel Gelon +173 U Whiptail Wurm @Una Fricker +33 U White Knight @Daniel Gelon +102 U Wicked Pact @Adam Rex +34 C Wild Aesthir @Greg Simanson +35 C Wild Griffin @Jeff Miracola +174 U Wild Ox @Jeffrey R. Busch +175 R Wood Elemental @Brian Snõddy +103 R Word of Command @Jesper Myrfors +104 U Xenic Poltergeist @Dan Frazier +240 C Yotian Soldier @Christopher Rush +105 U Zombie Master @Jeff A. Menges [UrzaLands] -1 Urza's Tower|ME4 -1 Urza's Mine|ME4 -1 Urza's Power Plant|ME4 +1 Urza's Tower|ME4|1 +1 Urza's Tower|ME4|2 +1 Urza's Tower|ME4|3 +1 Urza's Tower|ME4|4 +1 Urza's Mine|ME4|1 +1 Urza's Mine|ME4|2 +1 Urza's Mine|ME4|3 +1 Urza's Mine|ME4|4 +1 Urza's Power Plant|ME4|1 +1 Urza's Power Plant|ME4|2 +1 Urza's Power Plant|ME4|3 +1 Urza's Power Plant|ME4|4 [tokens] r_1_1_goblin diff --git a/forge-gui/res/editions/Masters Edition.txt b/forge-gui/res/editions/Masters Edition.txt index 53e43072f5b..93c8c7de3d2 100644 --- a/forge-gui/res/editions/Masters Edition.txt +++ b/forge-gui/res/editions/Masters Edition.txt @@ -9,201 +9,201 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand ScryfallCode=ME1 [cards] -141 R Adun Oakenshield -29 R Amnesia -1 U Angry Mob -57 U Animate Dead -2 U Animate Wall -151 R Ankh of Mishra -30 C Apprentice Wizard -31 C Arcane Denial -3 R Argivian Archaeologist -4 R Armageddon -85 C Artifact Blast -152 C Ashnod's Transmogrant -113 R Autumn Willow -86 R Balduvian Horde -87 R Ball Lightning -58 R Baron Sengir -59 C Basal Thrull -5 C Benalish Hero -114 R Berserk -88 C Bestial Fury -60 U Black Knight -61 U Blight -62 U Breeding Pit -89 C Brothers of Fire -115 U Carnivorous Plant -142 U Centaur Archer -63 R Chains of Mephistopheles -116 C Chub Toad -153 U Clockwork Beast -64 R Contagion -154 U Copper Tablet -90 C Crookshank Kobolds -6 R Crusade -65 C Cuombajj Witches -155 U Cursed Rack -143 R Dakkon Blackblade -7 C Death Speakers -8 C Death Ward -66 U Derelor -175 R Diamond Valley -32 R Diminishing Returns -9 U Divine Transformation -156 C Dragon Engine -10 C Dust to Dust -91 U Dwarven Catapult -92 C Dwarven Soldier -67 U Eater of the Dead -11 U Elder Land Wurm -144 U Energy Arc -68 C Erg Raiders -117 R Eureka -12 C Exile -70 C Feast or Famine -145 U Fire Covenant -93 C Fissure -33 R Force of Will -157 R Forcefield -193 L Forest -194 L Forest -195 L Forest -118 C Fyndhorn Elves -119 R Gargantuan Gorilla -120 C Ghazban Ogre -34 C Giant Tortoise -94 C Goblin Chirurgeon -95 U Goblin Grenade -96 U Goblin Mutant -97 R Goblin Wizard -98 C Goblins of the Flarg -99 U Granite Gargoyle -13 U Greater Realm of Preservation -14 U Hallowed Ground -15 R Hand of Justice -71 R Hecatomb -35 U High Tide -16 C Holy Light -36 U Homarid Spawning Bed -121 C Hungry Mist -72 C Hyalopterous Lemure -37 C Hydroblast -146 U Hymn of Rebirth -73 U Hymn to Tourach -17 C Icatian Lieutenant -18 U Icatian Town -122 U Ice Storm -123 R Ifh-Biff Efreet -38 U Illusionary Forces -39 C Illusionary Wall -40 R Illusions of Grandeur -184 L Island -185 L Island -186 L Island -176 R Island of Wak-Wak -158 R Ivory Tower -147 R Jacques le Vert -100 R Jokulhaups -41 U Juxtapose -74 R Juzam Djinn -101 U Keldon Warlord -75 R Khabal Ghoul -19 C Knights of Thorn -177 R Lake of the Dead -102 C Lightning Bolt -148 U Lim-Dul's Vault -149 R Lord of Tresserhorn -103 R Mana Flare -104 R Marton Stromgald -20 C Mesa Pegasus -76 C Mindstab Thrull -159 R Mirror Universe -178 U Mishra's Factory -21 R Moat -190 L Mountain -191 L Mountain -192 L Mountain -105 C Mountain Yeti -42 U Mystic Remora -124 C Nature's Lore -77 U Nether Shadow -160 R Nevinyrral's Disk -161 C Onulet -106 U Orcish Mechanics -22 C Order of Leitbur -78 C Order of the Ebon Hand -79 C Oubliette -80 C Paralyze -23 R Petra Sphinx -43 C Phantom Monster -150 R Phelddagrif -81 C Phyrexian Boon -162 U Phyrexian War Beast -181 L Plains -182 L Plains -183 L Plains -44 R Polar Kraken -82 R Pox -24 R Preacher -125 R Primal Order -45 U Psychic Purge -46 C Psychic Venom -107 C Pyroblast -126 U Rabid Wombat -179 R Rainbow Vale -25 C Righteous Avengers -163 R Ring of Ma'ruf -47 C River Merfolk -127 C Roots -128 C Scryb Sprites -48 C Sea Sprite -49 U Seasinger -26 R Seraph -50 R Serendib Efreet -164 R Serpent Generator -129 C Shambling Strider -165 U Shield of the Ages -166 C Shield Sphere -130 U Singing Tree -131 U Spectral Bears -108 U Spinal Villain -167 U Stone Calendar -109 U Stone Giant -132 U Storm Seeker -168 R Su-Chi -51 U Sunken City -187 L Swamp -188 L Swamp -189 L Swamp -133 R Sylvan Library -169 R Tawnos's Coffin -52 C Telekinesis -180 R Thawing Glaciers -69 U The Fallen -134 U Thicket Basilisk -135 C Thorn Thallid -83 R Thrull Champion -84 C Thrull Retainer -27 U Thunder Spirit -53 R Time Elemental -28 U Tivadar's Crusade -136 R Tornado -170 U Urza's Bauble -171 C Urza's Chalice -110 R Varchild's War-Riders -54 R Vesuvan Doppelganger -55 U Vodalian Knights -172 U Walking Wall -137 C Wanderlust -111 U Winds of Change -138 U Winter Blast -173 R Winter Orb -56 C Word of Undoing -139 C Wyluli Wolf -140 U Yavimaya Ants -112 R Ydwen Efreet -174 U Zuran Orb +141 R Adun Oakenshield @Jeff A. Menges +29 R Amnesia @Mark Poole +1 U Angry Mob @Drew Tucker +57 U Animate Dead @Anson Maddocks +2 U Animate Wall @Dan Frazier +151 R Ankh of Mishra @Amy Weber +30 C Apprentice Wizard @Dan Frazier +31 C Arcane Denial @Richard Kane Ferguson +3 R Argivian Archaeologist @Amy Weber +4 R Armageddon @Jesper Myrfors +85 C Artifact Blast @Mark Poole +152 C Ashnod's Transmogrant @Mark Tedin +113 R Autumn Willow @Margaret Organ-Kean +86 R Balduvian Horde @Brian Snõddy +87 R Ball Lightning @Quinton Hoover +58 R Baron Sengir @Pete Venters +59 C Basal Thrull @Kaja Foglio +5 C Benalish Hero @Douglas Shuler +114 R Berserk @Dan Frazier +88 C Bestial Fury @Mike Raabe +60 U Black Knight @Jeff A. Menges +61 U Blight @Pete Venters +62 U Breeding Pit @Anson Maddocks +89 C Brothers of Fire @Mark Tedin +115 U Carnivorous Plant @Quinton Hoover +142 U Centaur Archer @Melissa A. Benson +63 R Chains of Mephistopheles @Heather Hudson +116 C Chub Toad @Daniel Gelon +153 U Clockwork Beast @Drew Tucker +64 R Contagion @Mike Raabe +154 U Copper Tablet @Amy Weber +90 C Crookshank Kobolds @Christopher Rush +6 R Crusade @Mark Poole +65 C Cuombajj Witches @Kaja Foglio +155 U Cursed Rack @Richard Thomas +143 R Dakkon Blackblade @Richard Kane Ferguson +7 C Death Speakers @Douglas Shuler +8 C Death Ward @Mark Poole +66 U Derelor @Anson Maddocks +175 R Diamond Valley @Brian Snõddy +32 R Diminishing Returns @Allen Williams +9 U Divine Transformation @NéNé Thomas +156 C Dragon Engine @Anson Maddocks +10 C Dust to Dust @Drew Tucker +91 U Dwarven Catapult @Jeff A. Menges +92 C Dwarven Soldier @Rob Alexander +67 U Eater of the Dead @Jesper Myrfors +11 U Elder Land Wurm @Quinton Hoover +144 U Energy Arc @Terese Nielsen +68 C Erg Raiders @Dameon Willich +117 R Eureka @Kaja Foglio +12 C Exile @Rob Alexander +70 C Feast or Famine @Pete Venters +145 U Fire Covenant @Dan Frazier +93 C Fissure @Douglas Shuler +33 R Force of Will @Terese Nielsen +157 R Forcefield @Dan Frazier +193 L Forest @Christopher Rush +194 L Forest @Christopher Rush +195 L Forest @Christopher Rush +118 C Fyndhorn Elves @Justin Hampton +119 R Gargantuan Gorilla @Greg Simanson +120 C Ghazban Ogre @Jesper Myrfors +34 C Giant Tortoise @Kaja Foglio +94 C Goblin Chirurgeon @Dan Frazier +95 U Goblin Grenade @Ron Spencer +96 U Goblin Mutant @Daniel Gelon +97 R Goblin Wizard @Daniel Gelon +98 C Goblins of the Flarg @Tom Wänerstrand +99 U Granite Gargoyle @Christopher Rush +13 U Greater Realm of Preservation @NéNé Thomas +14 U Hallowed Ground @Douglas Shuler +15 R Hand of Justice @Melissa A. Benson +71 R Hecatomb @NéNé Thomas +35 U High Tide @Anson Maddocks +16 C Holy Light @Drew Tucker +36 U Homarid Spawning Bed @Douglas Shuler +121 C Hungry Mist @Heather Hudson +72 C Hyalopterous Lemure @Richard Thomas +37 C Hydroblast @Kaja Foglio +146 U Hymn of Rebirth @Richard Kane Ferguson +73 U Hymn to Tourach @Quinton Hoover +17 C Icatian Lieutenant @Pete Venters +18 U Icatian Town @Tom Wänerstrand +122 U Ice Storm @Dan Frazier +123 R Ifh-Biff Efreet @Jesper Myrfors +38 U Illusionary Forces @Justin Hampton +39 C Illusionary Wall @Mark Poole +40 R Illusions of Grandeur @Quinton Hoover +184 L Island @Mark Poole +185 L Island @Mark Poole +186 L Island @Mark Poole +176 R Island of Wak-Wak @Douglas Shuler +158 R Ivory Tower @Margaret Organ-Kean +147 R Jacques le Vert @Andi Rusu +100 R Jokulhaups @Richard Thomas +41 U Juxtapose @Justin Hampton +74 R Juzam Djinn @Mark Tedin +101 U Keldon Warlord @Kev Brockschmidt +75 R Khabal Ghoul @Douglas Shuler +19 C Knights of Thorn @Christopher Rush +177 R Lake of the Dead @Pete Venters +102 C Lightning Bolt @Christopher Rush +148 U Lim-Dul's Vault @Rob Alexander +149 R Lord of Tresserhorn @Anson Maddocks +103 R Mana Flare @Christopher Rush +104 R Marton Stromgald @Mark Poole +20 C Mesa Pegasus @Melissa A. Benson +76 C Mindstab Thrull @Mark Tedin +159 R Mirror Universe @Phil Foglio +178 U Mishra's Factory @Kaja Foglio & Phil Foglio +21 R Moat @Jeff A. Menges +190 L Mountain @Douglas Shuler +191 L Mountain @Douglas Shuler +192 L Mountain @Douglas Shuler +105 C Mountain Yeti @Dan Frazier +42 U Mystic Remora @Ken Meyer, Jr. +124 C Nature's Lore @Rick Emond +77 U Nether Shadow @Christopher Rush +160 R Nevinyrral's Disk @Mark Tedin +161 C Onulet @Anson Maddocks +106 U Orcish Mechanics @Pete Venters +22 C Order of Leitbur @Randy Asplund-Faith +78 C Order of the Ebon Hand @Ron Spencer +79 C Oubliette @Douglas Shuler +80 C Paralyze @Anson Maddocks +23 R Petra Sphinx @Sandra Everingham +43 C Phantom Monster @Jesper Myrfors +150 R Phelddagrif @Amy Weber +81 C Phyrexian Boon @Mark Tedin +162 U Phyrexian War Beast @Bill Sienkiewicz +181 L Plains @Jesper Myrfors +182 L Plains @Jesper Myrfors +183 L Plains @Jesper Myrfors +44 R Polar Kraken @Mark Tedin +82 R Pox @Cornelius Brudi +24 R Preacher @Quinton Hoover +125 R Primal Order @Rob Alexander +45 U Psychic Purge @Susan Van Camp +46 C Psychic Venom @Brian Snõddy +107 C Pyroblast @Kaja Foglio +126 U Rabid Wombat @Kaja Foglio +179 R Rainbow Vale @Kaja Foglio +25 C Righteous Avengers @Heather Hudson +163 R Ring of Ma'ruf @Dan Frazier +47 C River Merfolk @Douglas Shuler +127 C Roots @Nicola Leonard +128 C Scryb Sprites @Amy Weber +48 C Sea Sprite @Susan Van Camp +49 U Seasinger @Amy Weber +26 R Seraph @Christopher Rush +50 R Serendib Efreet @Anson Maddocks +164 R Serpent Generator @Mark Tedin +129 C Shambling Strider @Douglas Shuler +165 U Shield of the Ages @Anson Maddocks +166 C Shield Sphere @Alan Rabinowitz +130 U Singing Tree @Rob Alexander +131 U Spectral Bears @Pat Morrissey +108 U Spinal Villain @Anson Maddocks +167 U Stone Calendar @Amy Weber +109 U Stone Giant @Dameon Willich +132 U Storm Seeker @Mark Poole +168 R Su-Chi @Christopher Rush +51 U Sunken City @Jesper Myrfors +187 L Swamp @Dan Frazier +188 L Swamp @Dan Frazier +189 L Swamp @Dan Frazier +133 R Sylvan Library @Harold McNeill +169 R Tawnos's Coffin @Christopher Rush +52 C Telekinesis @Daniel Gelon +180 R Thawing Glaciers @Jeff A. Menges +69 U The Fallen @Jesper Myrfors +134 U Thicket Basilisk @Dan Frazier +135 C Thorn Thallid @Mark Tedin +83 R Thrull Champion @Daniel Gelon +84 C Thrull Retainer @Ron Spencer +27 U Thunder Spirit @Randy Asplund-Faith +53 R Time Elemental @Amy Weber +28 U Tivadar's Crusade @Dennis Detwiller +136 R Tornado @Susan Van Camp +170 U Urza's Bauble @Christopher Rush +171 C Urza's Chalice @Jeff A. Menges +110 R Varchild's War-Riders @Susan Van Camp +54 R Vesuvan Doppelganger @Quinton Hoover +55 U Vodalian Knights @Susan Van Camp +172 U Walking Wall @Anthony S. Waters +137 C Wanderlust @Cornelius Brudi +111 U Winds of Change @Justin Hampton +138 U Winter Blast @Kaja Foglio +173 R Winter Orb @Mark Tedin +56 C Word of Undoing @Christopher Rush +139 C Wyluli Wolf @Susan Van Camp +140 U Yavimaya Ants @Pat Morrissey +112 R Ydwen Efreet @Drew Tucker +174 U Zuran Orb @Sandra Everingham [tokens] w_1_1_citizen diff --git a/forge-gui/res/editions/Mercadian Masques Promos.txt b/forge-gui/res/editions/Mercadian Masques Promos.txt index 83e218aebd2..2459262c94b 100644 --- a/forge-gui/res/editions/Mercadian Masques Promos.txt +++ b/forge-gui/res/editions/Mercadian Masques Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PMMQ [cards] -89 R Overtaker +89 R Overtaker @Clyde Caldwell diff --git a/forge-gui/res/editions/Mercadian Masques.txt b/forge-gui/res/editions/Mercadian Masques.txt index 4a31e3e7d5b..397624ada54 100644 --- a/forge-gui/res/editions/Mercadian Masques.txt +++ b/forge-gui/res/editions/Mercadian Masques.txt @@ -14,356 +14,356 @@ Foil=OldStyle FoilAlwaysInCommonSlot=False [cards] -58 R Aerial Caravan -1 U Afterlife -2 C Alabaster Wall -115 C Alley Grifters -229 C Ancestral Mask -3 R Armistice -172 U Arms Dealer -4 U Arrest -286 R Assembly Hall -5 U Ballista Squad -59 C Balloon Peddler -287 U Barbed Wire -288 R Bargaining Table -173 C Battle Rampart -174 R Battle Squadron -230 R Bifurcate -116 R Black Market -175 C Blaster Mage -60 C Blockade Runner -176 R Blood Hound -177 R Blood Oath -231 U Boa Constrictor -117 C Bog Smugglers -118 C Bog Witch -61 C Brainstorm -178 R Brawl -232 U Briar Patch -62 R Bribery -63 C Buoyancy -119 U Cackling Witch -233 R Caller of the Hunt -120 C Cateran Brute -121 U Cateran Enforcer -122 U Cateran Kidnappers -123 R Cateran Overlord -124 C Cateran Persuader -125 R Cateran Slaver -126 U Cateran Summons -234 U Caustic Wasps -179 C Cave Sense -180 R Cave-In -181 C Cavern Crawler -182 C Ceremonial Guard -64 U Chambered Nautilus -65 U Chameleon Spirit -66 R Charisma -6 C Charm Peddler -7 U Charmed Griffin -8 R Cho-Arrim Alchemist -9 R Cho-Arrim Bruiser -10 U Cho-Arrim Legate -12 C Cho-Manno's Blessing -11 R Cho-Manno, Revolutionary -183 U Cinder Elemental -235 R Clear the Land -184 U Close Quarters -67 C Cloud Sprite -68 U Coastal Piracy -236 R Collective Unconscious -13 R Common Cause -127 R Conspiracy -14 R Cornered Market -128 R Corrupt Official -69 C Counterspell -70 R Cowardice -15 R Crackdown -185 R Crag Saurian -186 C Crash -289 U Credit Voucher -290 U Crenellated Wall -291 R Crooked Scales -16 C Crossbow Infantry -292 R Crumbling Sanctuary -71 U Customs Depot -129 C Dark Ritual -72 C Darting Merfolk -237 R Dawnstrider -238 C Deadly Insect -130 U Deathgazer -239 C Deepwood Drummer -240 R Deepwood Elder -131 C Deepwood Ghoul -132 U Deepwood Legate -241 U Deepwood Tantiv -242 C Deepwood Wolverine -73 C Dehydration -133 R Delraich -243 U Desert Twister -17 C Devout Witness -74 U Diplomatic Escort -75 C Diplomatic Immunity -18 C Disenchant -293 R Distorting Lens -76 C Drake Hatchling -316 R Dust Bowl -77 R Embargo -78 U Energy Flux -134 U Enslaved Horror -244 R Erithizon -135 R Extortion -79 R Extravagant Spirit -294 R Eye of Ramos -80 U False Demise -245 C Ferocity -187 R Flailing Manticore -188 U Flailing Ogre -189 C Flailing Soldier -190 C Flaming Sword -246 R Food Chain -136 R Forced March -350 L Forest -350 L Forest -350 L Forest -350 L Forest -247 R Foster -19 R Fountain Watch -317 U Fountain of Cho -20 C Fresh Volunteers -191 C Furious Assault -248 R Game Preserve -295 R General's Regalia -192 C Gerrard's Irregulars -137 U Ghoul's Feast -249 C Giant Caterpillar -81 U Glowing Anemone -250 U Groundskeeper -82 C Gush -193 U Hammer Mage -138 U Haunted Crossroads -296 R Heart of Ramos -297 U Henge Guardian -318 U Henge of Ramos -319 C Hickory Woodlot -320 R High Market -83 U High Seas -139 C Highway Robber -194 U Hired Giant -21 R Honor the Fallen -84 C Hoodwink -298 R Horn of Plenty -299 R Horn of Ramos -251 C Horned Troll -252 C Howling Wolf -253 U Hunted Wumpus -22 U Ignoble Soldier -85 U Indentured Djinn -140 R Instigator -141 C Insubordination -142 U Intimidation -254 C Invigorate -23 C Inviolability -300 U Iron Lance -337 L Island -337 L Island -337 L Island -337 L Island -24 R Ivory Mask -301 U Jeweled Torque -25 R Jhovall Queen -26 U Jhovall Rider -86 R Karn's Touch -195 C Kris Mage -302 R Kyren Archive -196 C Kyren Glider -197 U Kyren Legate -198 U Kyren Negotiations -199 C Kyren Sniper -303 R Kyren Toy -255 C Land Grant -143 U Larceny -27 U Last Breath -200 R Lava Runner -256 U Ley Line -144 R Liability -201 C Lightning Hounds -202 R Lithophage -257 U Lumbering Satyr -203 C Lunge -258 U Lure -145 C Maggot Therapy -304 R Magistrate's Scepter -204 U Magistrate's Veto -259 R Megatherium -205 U Mercadia's Downfall -305 R Mercadian Atlas -321 U Mercadian Bazaar -306 R Mercadian Lift -146 R Midnight Ritual -87 R Misdirection -147 C Misshapen Fiend -88 C Misstep -148 U Molting Harpy -28 C Moment of Silence -307 R Monkey Cage -29 U Moonlit Wake -343 L Mountain -343 L Mountain -343 L Mountain -343 L Mountain -30 C Muzzle -260 R Natural Affinity -149 R Nether Spirit -31 C Nightwind Glider -32 U Noble Purpose -150 R Notorious Assassin -206 U Ogre Taskmaster -33 C Orim's Cure -89 R Overtaker -308 U Panacea -261 R Pangosaur -322 C Peat Bog -34 C Pious Warrior -334 L Plains -334 L Plains -334 L Plains -334 L Plains -90 C Port Inspector -309 R Power Matrix -151 U Pretender's Claim -152 U Primeval Shambler -310 U Puffer Extract -207 R Pulverize -208 R Puppet's Verdict -153 U Putrefaction -154 U Quagmire Lamprey -155 U Rain of Tears -35 U Ramosian Captain -36 U Ramosian Commander -37 C Ramosian Lieutenant -38 C Ramosian Rally -39 C Ramosian Sergeant -40 R Ramosian Sky Marshal -156 C Rampart Crawler -41 R Rappelling Scouts -323 C Remote Farm -42 U Renounce -43 C Revered Elder -44 R Reverent Mantra -262 U Revive -45 U Righteous Aura -46 U Righteous Indignation -91 C Rishadan Airship -92 R Rishadan Brigand -93 C Rishadan Cutpurse -94 U Rishadan Footpad -311 R Rishadan Pawnshop -324 R Rishadan Port -209 U Robber Fly -210 U Rock Badger -157 C Rouse -263 C Rushwood Dryad -264 R Rushwood Elemental -325 U Rushwood Grove -265 C Rushwood Herbalist -266 U Rushwood Legate -267 U Saber Ants -268 C Sacred Prey -95 U Sailmonger -96 R Sand Squid -326 C Sandstone Needle -97 R Saprazzan Bailiff -98 U Saprazzan Breaker -327 U Saprazzan Cove -99 R Saprazzan Heir -100 U Saprazzan Legate -101 C Saprazzan Outrigger -102 C Saprazzan Raider -328 C Saprazzan Skerry -158 U Scandalmonger -47 R Security Detail -211 R Seismic Mage -159 C Sever Soul -212 C Shock Troops -103 U Shoving Match -160 R Silent Assassin -269 C Silverglade Elemental -270 U Silverglade Pathfinder -213 C Sizzle -161 C Skulking Fugitive -312 R Skull of Ramos -271 U Snake Pit -272 C Snorting Gahr -162 C Snuff Out -48 C Soothing Balm -104 U Soothsaying -163 C Soul Channeling -164 C Specter's Wail -273 C Spidersilk Armor -49 R Spiritual Focus -274 R Spontaneous Generation -275 C Squall -276 U Squallmonger -214 R Squee, Goblin Nabob -105 R Squeeze -277 U Stamina -106 R Statecraft -50 C Steadfast Guard -107 C Stinging Barrier -215 C Stone Rain -51 U Story Circle -165 U Strongarm Thug -329 U Subterranean Hangar -278 U Sustenance -341 L Swamp -341 L Swamp -341 L Swamp -341 L Swamp -52 C Task Force -216 R Tectonic Break -217 R Territorial Dispute -53 C Thermal Glider -218 R Thieves' Auction -166 R Thrashing Wumpus -219 C Thunderclap -108 U Thwart -109 C Tidal Bore -110 R Tidal Kraken -279 C Tiger Claws -111 U Timid Drake -54 U Tonic Peddler -313 R Tooth of Ramos -330 R Tower of the Magistrate -314 U Toymaker -112 R Trade Routes -280 C Tranquility -55 U Trap Runner -220 C Tremor -221 R Two-Headed Dragon -167 C Undertaker -168 R Unmask -169 R Unnatural Hunger -222 U Uphill Battle -170 C Vendetta -281 U Venomous Breath -282 C Venomous Dragonfly -283 R Vernal Equinox -284 R Vine Dryad -285 C Vine Trellis -223 U Volcanic Wind -171 C Wall of Distortion -224 U War Cadence -113 U War Tax -225 U Warmonger -226 U Warpath -114 C Waterfront Bouncer -56 R Wave of Reckoning -227 C Wild Jhovall -57 U Wishmonger -228 U Word of Blasting -315 R Worry Beads +58 R Aerial Caravan @DiTerlizzi +1 U Afterlife @Brian Snõddy +2 C Alabaster Wall @Randy Gallegos +115 C Alley Grifters @Paolo Parente +229 C Ancestral Mask @Massimilano Frezzato +3 R Armistice @Dan Frazier +172 U Arms Dealer @Luca Zontini +4 U Arrest @Dan Frazier +286 R Assembly Hall @Val Mayerik +5 U Ballista Squad @Matthew D. Wilson +59 C Balloon Peddler @Paolo Parente +287 U Barbed Wire @Ron Spencer +288 R Bargaining Table @Scott M. Fischer +173 C Battle Rampart @Ron Spencer +174 R Battle Squadron @Mark Tedin +230 R Bifurcate @John Matson +116 R Black Market @Jeff Easley +175 C Blaster Mage @George Pratt +60 C Blockade Runner @Carl Critchlow +176 R Blood Hound @Bradley Williams +177 R Blood Oath @Mike Ploog +231 U Boa Constrictor @Carl Critchlow +117 C Bog Smugglers @Mike Ploog +118 C Bog Witch @Gao Yan +61 C Brainstorm @DiTerlizzi +178 R Brawl @Edward P. Beard, Jr. +232 U Briar Patch @Rebecca Guay +62 R Bribery @Andrew Robinson +63 C Buoyancy @Jeff Miracola +119 U Cackling Witch @Brian Despain +233 R Caller of the Hunt @Clyde Caldwell +120 C Cateran Brute @Edward P. Beard, Jr. +121 U Cateran Enforcer @Mike Ploog +122 U Cateran Kidnappers @Carl Critchlow +123 R Cateran Overlord @Michael Sutfin +124 C Cateran Persuader @Carl Critchlow +125 R Cateran Slaver @Carl Critchlow +126 U Cateran Summons @Alan Pollack +234 U Caustic Wasps @Glen Angus +179 C Cave Sense @Mark Romanoski +180 R Cave-In @Mark Tedin +181 C Cavern Crawler @Pete Venters +182 C Ceremonial Guard @Daren Bader +64 U Chambered Nautilus @John Matson +65 U Chameleon Spirit @Bradley Williams +66 R Charisma @Terese Nielsen +6 C Charm Peddler @John Matson +7 U Charmed Griffin @Ray Lago +8 R Cho-Arrim Alchemist @Scott M. Fischer +9 R Cho-Arrim Bruiser @Paolo Parente +10 U Cho-Arrim Legate @rk post +12 C Cho-Manno's Blessing @John Matson +11 R Cho-Manno, Revolutionary @Greg Hildebrandt & Tim Hildebrandt +183 U Cinder Elemental @Greg Staples +235 R Clear the Land @Bradley Williams +184 U Close Quarters @Ron Spencer +67 C Cloud Sprite @Mark Zug +68 U Coastal Piracy @Matthew D. Wilson +236 R Collective Unconscious @Andrew Goldhawk +13 R Common Cause @John Matson +127 R Conspiracy @Jeff Easley +14 R Cornered Market @Edward P. Beard, Jr. +128 R Corrupt Official @Greg Hildebrandt & Tim Hildebrandt +69 C Counterspell @Gao Yan +70 R Cowardice @Scott M. Fischer +15 R Crackdown @Rebecca Guay +185 R Crag Saurian @Matthew D. Wilson +186 C Crash @Doug Chaffee +289 U Credit Voucher @D. Alexander Gregory +290 U Crenellated Wall @Arnie Swekel +291 R Crooked Scales @Ron Spears +16 C Crossbow Infantry @Greg Hildebrandt & Tim Hildebrandt +292 R Crumbling Sanctuary @Randy Gallegos +71 U Customs Depot @Scott M. Fischer +129 C Dark Ritual @Rebecca Guay +72 C Darting Merfolk @Sam Wood +237 R Dawnstrider @rk post +238 C Deadly Insect @Randy Gallegos +130 U Deathgazer @Donato Giancola +239 C Deepwood Drummer @Ron Spears +240 R Deepwood Elder @Greg Hildebrandt & Tim Hildebrandt +131 C Deepwood Ghoul @Alan Pollack +132 U Deepwood Legate @Pete Venters +241 U Deepwood Tantiv @Joel Biske +242 C Deepwood Wolverine @Ray Lago +73 C Dehydration @Val Mayerik +133 R Delraich @Todd Lockwood +243 U Desert Twister @Kevin Murphy +17 C Devout Witness @Don Hazeltine +74 U Diplomatic Escort @Rebecca Guay +75 C Diplomatic Immunity @Terese Nielsen +18 C Disenchant @Adam Rex +293 R Distorting Lens @Glen Angus +76 C Drake Hatchling @Bradley Williams +316 R Dust Bowl @Ben Thompson +77 R Embargo @Nelson DeCastro +78 U Energy Flux @Qiao Dafu +134 U Enslaved Horror @Mike Ploog +244 R Erithizon @Scott M. Fischer +135 R Extortion @Pete Venters +79 R Extravagant Spirit @Edward P. Beard, Jr. +294 R Eye of Ramos @David Martin +80 U False Demise @Pat Morrissey +245 C Ferocity @Pete Venters +187 R Flailing Manticore @Roger Raupp +188 U Flailing Ogre @Daniel R. Horne +189 C Flailing Soldier @Dany Orizio +190 C Flaming Sword @Randy Gallegos +246 R Food Chain @Val Mayerik +136 R Forced March @Greg Hildebrandt & Tim Hildebrandt +347 L Forest @Donato Giancola +348 L Forest @Rob Alexander +349 L Forest @Rob Alexander +350 L Forest @Terry Springer +247 R Foster @Carl Critchlow +19 R Fountain Watch @Jeff Miracola +317 U Fountain of Cho @Scott Hampton +20 C Fresh Volunteers @Jeff Miracola +191 C Furious Assault @Greg Staples +248 R Game Preserve @Luca Zontini +295 R General's Regalia @David Monette +192 C Gerrard's Irregulars @Eric Peterson +137 U Ghoul's Feast @Alan Pollack +249 C Giant Caterpillar @Arnie Swekel +81 U Glowing Anemone @Pete Venters +250 U Groundskeeper @Alan Rabinowitz +82 C Gush @Kev Walker +193 U Hammer Mage @Rebecca Guay +138 U Haunted Crossroads @Carl Critchlow +296 R Heart of Ramos @David Martin +297 U Henge Guardian @Chippy +318 U Henge of Ramos @Edward P. Beard, Jr. +319 C Hickory Woodlot @Sean McConnell +320 R High Market @Carl Critchlow +83 U High Seas @Massimilano Frezzato +139 C Highway Robber @Kev Walker +194 U Hired Giant @Ben Thompson +21 R Honor the Fallen @Terese Nielsen +84 C Hoodwink @Arnie Swekel +298 R Horn of Plenty @Brian Despain +299 R Horn of Ramos @David Martin +251 C Horned Troll @Heather Hudson +252 C Howling Wolf @Heather Hudson +253 U Hunted Wumpus @Brian Snõddy +22 U Ignoble Soldier @Mark Romanoski +85 U Indentured Djinn @Val Mayerik +140 R Instigator @Fred Fields +141 C Insubordination @Andrew Goldhawk +142 U Intimidation @Terese Nielsen +254 C Invigorate @Dan Frazier +23 C Inviolability @DiTerlizzi +300 U Iron Lance @Scott M. Fischer +335 L Island @Terry Springer +336 L Island @Scott Bailey +337 L Island @Scott Bailey +338 L Island @Tony Szczudlo +24 R Ivory Mask @Glen Angus +301 U Jeweled Torque @Mark Zug +25 R Jhovall Queen @Michael Sutfin +26 U Jhovall Rider @Scott M. Fischer +86 R Karn's Touch @Alan Pollack +195 C Kris Mage @Matthew D. Wilson +302 R Kyren Archive @Roger Raupp +196 C Kyren Glider @Daren Bader +197 U Kyren Legate @Dave Dorman +198 U Kyren Negotiations @Scott Hampton +199 C Kyren Sniper @Carl Critchlow +303 R Kyren Toy @Arnie Swekel +255 C Land Grant @D. Alexander Gregory +143 U Larceny @Dave Dorman +27 U Last Breath @DiTerlizzi +200 R Lava Runner @Donato Giancola +256 U Ley Line @Terese Nielsen +144 R Liability @Christopher Moeller +201 C Lightning Hounds @Andrew Robinson +202 R Lithophage @Mike Ploog +257 U Lumbering Satyr @Alan Pollack +203 C Lunge @Dan Frazier +258 U Lure @DiTerlizzi +145 C Maggot Therapy @Jeff Easley +304 R Magistrate's Scepter @Adam Rex +204 U Magistrate's Veto @Brian Snõddy +259 R Megatherium @Paolo Parente +205 U Mercadia's Downfall @Pete Venters +305 R Mercadian Atlas @Dan Frazier +321 U Mercadian Bazaar @Terese Nielsen +306 R Mercadian Lift @Gary Ruddell +146 R Midnight Ritual @Jeff Easley +87 R Misdirection @Paolo Parente +147 C Misshapen Fiend @Adam Rex +88 C Misstep @Kev Walker +148 U Molting Harpy @Jeff Laubenstein +28 C Moment of Silence @Christopher Moeller +307 R Monkey Cage @Carl Critchlow +29 U Moonlit Wake @Greg Hildebrandt & Tim Hildebrandt +343 L Mountain @Terry Springer +344 L Mountain @Scott Bailey +345 L Mountain @Dana Knutson +346 L Mountain @Rob Alexander +30 C Muzzle @Matt Cavotta +260 R Natural Affinity @Pete Venters +149 R Nether Spirit @Alan Pollack +31 C Nightwind Glider @Randy Gallegos +32 U Noble Purpose @Kev Walker +150 R Notorious Assassin @Heather Hudson +206 U Ogre Taskmaster @Dany Orizio +33 C Orim's Cure @Don Hazeltine +89 R Overtaker @Clyde Caldwell +308 U Panacea @Donato Giancola +261 R Pangosaur @Mark Tedin +322 C Peat Bog @Val Mayerik +34 C Pious Warrior @Jeff Miracola +331 L Plains @Terry Springer +332 L Plains @Scott Bailey +333 L Plains @Dana Knutson +334 L Plains @Edward P. Beard, Jr. +90 C Port Inspector @Dan Frazier +309 R Power Matrix @Alan Pollack +151 U Pretender's Claim @Greg Hildebrandt & Tim Hildebrandt +152 U Primeval Shambler @Chippy +310 U Puffer Extract @Heather Hudson +207 R Pulverize @Scott M. Fischer +208 R Puppet's Verdict @Edward P. Beard, Jr. +153 U Putrefaction @DiTerlizzi +154 U Quagmire Lamprey @Glen Angus +155 U Rain of Tears @Edward P. Beard, Jr. +35 U Ramosian Captain @Matthew D. Wilson +36 U Ramosian Commander @Scott Hampton +37 C Ramosian Lieutenant @Alan Pollack +38 C Ramosian Rally @Christopher Moeller +39 C Ramosian Sergeant @Don Hazeltine +40 R Ramosian Sky Marshal @Matt Cavotta +156 C Rampart Crawler @Pete Venters +41 R Rappelling Scouts @Nelson DeCastro +323 C Remote Farm @Rob Alexander +42 U Renounce @Carl Critchlow +43 C Revered Elder @Donato Giancola +44 R Reverent Mantra @Rebecca Guay +262 U Revive @Matthew D. Wilson +45 U Righteous Aura @Pete Venters +46 U Righteous Indignation @Val Mayerik +91 C Rishadan Airship @Kev Walker +92 R Rishadan Brigand @Scott Hampton +93 C Rishadan Cutpurse @Christopher Moeller +94 U Rishadan Footpad @Adam Rex +311 R Rishadan Pawnshop @Joel Biske +324 R Rishadan Port @Jerry Tiritilli +209 U Robber Fly @John Matson +210 U Rock Badger @Heather Hudson +157 C Rouse @Dave Dorman +263 C Rushwood Dryad @Todd Lockwood +264 R Rushwood Elemental @Hannibal King +325 U Rushwood Grove @George Pratt +265 C Rushwood Herbalist @Terese Nielsen +266 U Rushwood Legate @Mark Romanoski +267 U Saber Ants @Greg Staples +268 C Sacred Prey @Rebecca Guay +95 U Sailmonger @Michael Sutfin +96 R Sand Squid @Kev Walker +326 C Sandstone Needle @Alan Rabinowitz +97 R Saprazzan Bailiff @Ron Spencer +98 U Saprazzan Breaker @Pete Venters +327 U Saprazzan Cove @Rebecca Guay +99 R Saprazzan Heir @Terese Nielsen +100 U Saprazzan Legate @Andrew Goldhawk +101 C Saprazzan Outrigger @Doug Chaffee +102 C Saprazzan Raider @Jeff Miracola +328 C Saprazzan Skerry @Pat Morrissey +158 U Scandalmonger @Matt Cavotta +47 R Security Detail @Val Mayerik +211 R Seismic Mage @Pete Venters +159 C Sever Soul @Jeff Easley +212 C Shock Troops @Jeff Miracola +103 U Shoving Match @Dave Dorman +160 R Silent Assassin @rk post +269 C Silverglade Elemental @Chippy +270 U Silverglade Pathfinder @rk post +213 C Sizzle @Brian Snõddy +161 C Skulking Fugitive @Scott M. Fischer +312 R Skull of Ramos @David Martin +271 U Snake Pit @Carl Critchlow +272 C Snorting Gahr @Andrew Goldhawk +162 C Snuff Out @Mike Ploog +48 C Soothing Balm @Scott M. Fischer +104 U Soothsaying @Pat Morrissey +163 C Soul Channeling @DiTerlizzi +164 C Specter's Wail @Randy Gallegos +273 C Spidersilk Armor @Scott Hampton +49 R Spiritual Focus @Andrew Goldhawk +274 R Spontaneous Generation @Alan Pollack +275 C Squall @Val Mayerik +276 U Squallmonger @Heather Hudson +214 R Squee, Goblin Nabob @David Monette +105 R Squeeze @DiTerlizzi +277 U Stamina @Paolo Parente +106 R Statecraft @Mike Ploog +50 C Steadfast Guard @Adam Rex +107 C Stinging Barrier @Pat Morrissey +215 C Stone Rain @Ben Thompson +51 U Story Circle @Bradley Williams +165 U Strongarm Thug @Rebecca Guay +329 U Subterranean Hangar @Matt Cavotta +278 U Sustenance @Qiao Dafu +339 L Swamp @Jeff Easley +340 L Swamp @Rob Alexander +341 L Swamp @Rob Alexander +342 L Swamp @Terry Springer +52 C Task Force @Gary Ruddell +216 R Tectonic Break @Rebecca Guay +217 R Territorial Dispute @Mike Ploog +53 C Thermal Glider @Mark Zug +218 R Thieves' Auction @Kevin Murphy +166 R Thrashing Wumpus @Jeff Miracola +219 C Thunderclap @Tom Wänerstrand +108 U Thwart @Christopher Moeller +109 C Tidal Bore @Frank Kelly Freas +110 R Tidal Kraken @Christopher Moeller +279 C Tiger Claws @Adam Rex +111 U Timid Drake @Edward P. Beard, Jr. +54 U Tonic Peddler @Adam Rex +313 R Tooth of Ramos @David Martin +330 R Tower of the Magistrate @Thomas Gianni +314 U Toymaker @Frank Kelly Freas +112 R Trade Routes @Matt Cavotta +280 C Tranquility @Heather Hudson +55 U Trap Runner @Ron Spencer +220 C Tremor @Mark Romanoski +221 R Two-Headed Dragon @Sam Wood +167 C Undertaker @Jeff Easley +168 R Unmask @rk post +169 R Unnatural Hunger @Jeff Miracola +222 U Uphill Battle @Pete Venters +170 C Vendetta @Dan Frazier +281 U Venomous Breath @DiTerlizzi +282 C Venomous Dragonfly @Tom Wänerstrand +283 R Vernal Equinox @Rebecca Guay +284 R Vine Dryad @Jeff Laubenstein +285 C Vine Trellis @DiTerlizzi +223 U Volcanic Wind @Rebecca Guay +171 C Wall of Distortion @Mark Tedin +224 U War Cadence @John Matson +113 U War Tax @Greg Hildebrandt & Tim Hildebrandt +225 U Warmonger @Heather Hudson +226 U Warpath @Paolo Parente +114 C Waterfront Bouncer @Paolo Parente +56 R Wave of Reckoning @Bradley Williams +227 C Wild Jhovall @Daren Bader +57 U Wishmonger @Heather Hudson +228 U Word of Blasting @Eric Peterson +315 R Worry Beads @rk post [tokens] butterfly diff --git a/forge-gui/res/editions/Mirage.txt b/forge-gui/res/editions/Mirage.txt index 131f9fe278d..e0518db7577 100644 --- a/forge-gui/res/editions/Mirage.txt +++ b/forge-gui/res/editions/Mirage.txt @@ -11,356 +11,356 @@ Foil=NotSupported ScryfallCode=MIR [cards] -103 R Abyssal Hunter -291 R Acidic Dagger -205 R Afiya Grove -1 U Afterlife -154 C Agility -2 C Alarum -155 U Aleatory -292 R Amber Prison -293 R Amulet of Unmaking -52 R Ancestral Memories -206 C Armor of Thorns -156 C Armorer Guildmage -104 R Ashen Powder -256 R Asmira, Holy Avenger -3 R Auspicious Ancestor -53 C Azimaet Drake -324 U Bad River -207 U Barbed Foliage -105 U Barbed-Back Wurm -157 R Barreling Attack -294 U Basalt Golem -54 C Bay Falcon -55 R Bazaar of Wonders -4 C Benevolent Unicorn -257 R Benthic Djinn -106 C Binding Agony -107 U Blighted Shaman -158 U Blind Fury -5 U Blinding Light -159 C Blistering Barrier -108 C Bone Harvest -295 R Bone Mask -56 C Boomerang -109 C Breathstealer -208 R Brushwagg -160 C Builder's Bane -161 U Burning Palm Efreet -162 C Burning Shield Askari -258 R Cadaverous Bloom -110 C Cadaverous Knight -209 R Canopy Dragon -111 R Carrion -112 R Catacomb Dragon -6 R Celestial Dawn -57 U Cerulean Wyvern -163 C Chaos Charm -164 R Chaosphere -296 U Charcoal Diamond -297 U Chariot of the Sun -113 C Choking Sands -165 U Cinder Cloud -259 R Circle of Despair -7 C Civic Guildmage -58 C Cloak of Invisibility -166 U Consuming Ferocity -59 U Coral Fighters -210 C Crash of Rhinos -167 R Crimson Hellkite -168 U Crimson Roc -114 U Crypt Cobra -298 U Crystal Golem -325 U Crystal Vein -299 R Cursed Totem -211 R Cycle of Life -60 R Daring Apprentice -115 C Dark Banishing -116 C Dark Ritual -8 C Dazzling Beauty -212 U Decomposition -260 U Delirium -117 C Dirtwater Wraith -261 R Discordant Spirit -9 C Disempower -10 C Disenchant -61 U Dissipate -11 C Divine Offering -12 R Divine Retribution -118 C Drain Life -119 U Dread Specter -62 C Dream Cache -63 C Dream Fighter -169 U Dwarven Miner -170 C Dwarven Nomad -213 R Early Harvest -120 C Ebony Charm -171 C Ekundu Cyclops -13 C Ekundu Griffin -300 U Elixir of Vitality -262 R Emberwilde Caliph -172 R Emberwilde Djinn -263 R Energy Bolt -64 R Energy Vortex -121 C Enfeeblement -14 U Enlightened Tutor -301 U Ersatz Gnomes -65 U Ether Well -15 R Ethereal Champion -214 U Fallow Earth -16 U Favorable Destiny -215 U Femeref Archers -17 C Femeref Healer -18 C Femeref Knight -19 C Femeref Scouts -122 C Feral Shadow -123 C Fetid Horror -173 R Final Fortune -302 U Fire Diamond -174 C Firebreathing -175 U Flame Elemental -176 C Flare -66 R Flash -326 U Flood Plain -67 U Floodgate -216 C Fog -217 U Foratog -124 R Forbidden Crypt -347 L Forest -348 L Forest -349 L Forest -350 L Forest -125 R Forsaken Wastes -264 R Frenetic Efreet -218 C Giant Mantis -219 C Gibbering Hyenas -177 C Goblin Elite Infantry -178 U Goblin Scouts -179 U Goblin Soothsayer -180 C Goblin Tinkerer -220 C Granger Guildmage -327 U Grasslands -126 C Grave Servitude -127 C Gravebane Zombie -265 R Grim Feast -303 R Grinning Totem -68 R Hakim, Loreweaver -221 R Hall of Gemstone -181 R Hammer of Bogardan -128 R Harbinger of Night -266 U Harbor Guardian -69 U Harmattan Efreet -267 U Haunting Apparition -268 U Hazerider Drake -20 C Healing Salve -182 R Hivis of the Scale -304 U Horrible Hordes -305 U Igneous Golem -183 R Illicit Auction -21 U Illumination -184 C Incinerate -129 R Infernal Contract -22 U Iron Tusk Elephant -335 L Island -336 L Island -337 L Island -338 L Island -23 C Ivory Charm -24 R Jabari's Influence -222 C Jolrael's Centaur -70 C Jolt -223 R Jungle Patrol -269 U Jungle Troll -224 C Jungle Wurm -130 U Kaervek's Hex -270 U Kaervek's Purge -185 C Kaervek's Torch -225 U Karoo Meerkat -71 R Kukemssa Pirates -72 C Kukemssa Serpent -306 U Lead Golem -271 R Leering Gargoyle -186 C Lightning Reflexes -307 R Lion's Eye Diamond -226 U Locust Swarm -227 R Lure of Prey -272 R Malignant Growth -308 U Mana Prism -25 U Mangara's Blessing -26 U Mangara's Equity -309 R Mangara's Tome -310 U Marble Diamond -228 R Maro -73 U Meddle -27 U Melesse Spirit -74 C Memory Lapse -75 C Merfolk Raiders -76 C Merfolk Seer -77 U Mind Bend -78 U Mind Harness -229 R Mindbender Spores -131 U Mire Shade -311 R Misers' Cage -79 R Mist Dragon -312 U Moss Diamond -343 L Mountain -344 L Mountain -345 L Mountain -346 L Mountain -328 U Mountain Valley -28 U Mtenda Griffin -29 C Mtenda Herder -230 C Mtenda Lion -80 U Mystical Tutor -231 R Natural Balance -232 U Nettletooth Djinn -30 C Noble Elephant -132 U Nocturnal Raid -31 R Null Chamber -32 C Pacifism -133 U Painful Memories -313 U Patagia Golem -314 R Paupers' Cage -33 R Pearl Dragon -315 R Phyrexian Dreadnought -273 R Phyrexian Purge -134 R Phyrexian Tribute -316 U Phyrexian Vault -331 L Plains -332 L Plains -333 L Plains -334 L Plains -81 R Political Trickery -82 R Polymorph -83 C Power Sink -233 R Preferred Selection -274 U Prismatic Boon -34 C Prismatic Circle -84 R Prismatic Lace -85 R Psychic Transfer -275 R Purgatory -135 R Purraj of Urborg -187 C Pyric Salamander -234 C Quirion Elves -276 U Radiant Essence -188 C Raging Spirit -235 C Rampant Growth -35 R Rashida Scalebane -136 U Ravenous Vampire -86 C Ray of Command -317 R Razor Pendulum -87 C Reality Ripple -189 R Reckless Embermage -277 R Reflect Damage -236 C Regeneration -190 U Reign of Chaos -137 U Reign of Terror -278 R Reparations -138 C Restless Dead -36 C Ritual of Steel -279 R Rock Basilisk -329 U Rocky Tar Pit -237 U Roots of Life -238 C Sabertooth Cobra -37 R Sacred Mesa -318 U Sand Golem -88 C Sandbar Crocodile -239 C Sandstorm -89 C Sapphire Charm -280 U Savage Twister -281 R Sawback Manticore -90 C Sea Scryer -282 U Sealed Fate -191 C Searing Spear Askari -240 C Seedling Charm -241 R Seeds of Innocence -242 C Serene Heart -139 C Sewer Rats -140 C Shadow Guildmage -38 U Shadowbane -141 R Shallow Grave -91 C Shaper Guildmage -142 R Shauku, Endbringer -283 U Shauku's Minion -92 R Shimmer -39 R Sidar Jabari -192 U Sirocco -143 C Skulking Ghost -319 U Sky Diamond -93 C Soar -40 R Soul Echo -144 U Soul Rend -145 C Soulshriek -284 U Spatial Binding -41 R Spectral Guardian -146 R Spirit of the Night -193 C Spitting Earth -243 C Stalking Tiger -194 C Stone Rain -147 U Stupor -195 R Subterranean Spirit -42 R Sunweb -244 U Superior Numbers -94 U Suq'Ata Firewalker -339 L Swamp -340 L Swamp -341 L Swamp -342 L Swamp -148 R Tainted Specter -196 C Talruum Minotaur -95 R Taniwha -320 R Teeka's Dragon -96 C Teferi's Curse -97 C Teferi's Drake -98 R Teferi's Imp -330 R Teferi's Isle -197 R Telim'Tor -321 U Telim'Tor's Darts -198 R Telim'Tor's Edict -43 C Teremko Griffin -99 C Thirst -100 U Tidal Wave -149 R Tombstone Stairwell -199 R Torrent of Lava -245 C Tranquil Domain -246 U Tropical Storm -247 C Uktabi Faerie -248 R Uktabi Wildcats -322 U Unerring Sling -285 R Unfulfilled Desires -249 U Unseen Walker -250 U Unyaro Bee Sting -44 U Unyaro Griffin -150 C Urborg Panther -101 U Vaporous Djinn -323 R Ventifact Bottle -200 C Viashino Warrior -45 U Vigilant Martyr -251 C Village Elder -286 U Vitalizing Cascade -201 R Volcanic Dragon -202 U Volcanic Geyser -252 R Waiting in the Weeds -151 C Wall of Corpses -46 C Wall of Resistance -253 C Wall of Roots -47 C Ward of Lights -287 R Warping Wurm -102 U Wave Elemental -288 R Wellspring -254 C Wild Elephant -203 U Wildfire Emissary -289 U Windreaper Falcon -152 U Withering Boon -255 U Worldly Tutor -48 R Yare -290 U Zebra Unicorn -49 U Zhalfirin Commander -50 C Zhalfirin Knight -204 R Zirilan of the Claw -153 U Zombie Mob -51 R Zuberi, Golden Feather +103 R Abyssal Hunter @Steve Luke +291 R Acidic Dagger @Stuart Beel +205 R Afiya Grove @Stuart Griffin +1 U Afterlife @Pete Venters +154 C Agility @Drew Tucker +2 C Alarum @Andrew Robinson +155 U Aleatory @Kev Walker +292 R Amber Prison @Donato Giancola +293 R Amulet of Unmaking @Kaja Foglio +52 R Ancestral Memories @William Donohoe +206 C Armor of Thorns @Alan Rabinowitz +156 C Armorer Guildmage @Martin McKenna +104 R Ashen Powder @Geofrey Darrow +256 R Asmira, Holy Avenger @Rebecca Guay +3 R Auspicious Ancestor @Zina Saunders +53 C Azimaet Drake @Gerry Grace +324 U Bad River @Terese Nielsen +207 U Barbed Foliage @Mark Poole +105 U Barbed-Back Wurm @Gary Leach +157 R Barreling Attack @Ian Miller +294 U Basalt Golem @Scott Kirschner +54 C Bay Falcon @Una Fricker +55 R Bazaar of Wonders @Liz Danforth +4 C Benevolent Unicorn @David A. Cherry +257 R Benthic Djinn @Adam Rex +106 C Binding Agony @Robert Bliss +107 U Blighted Shaman @Ian Miller +158 U Blind Fury @John Coulthart +5 U Blinding Light @Hannibal King +159 C Blistering Barrier @David Ho +108 C Bone Harvest @Greg Simanson +295 R Bone Mask @D. Alexander Gregory +56 C Boomerang @Richard Kane Ferguson +109 C Breathstealer @Cliff Nielsen +208 R Brushwagg @Ian Miller +160 C Builder's Bane @Charles Gillespie +161 U Burning Palm Efreet @Dermot Power +162 C Burning Shield Askari @Dan Frazier +258 R Cadaverous Bloom @Alan Rabinowitz +110 C Cadaverous Knight @Dermot Power +209 R Canopy Dragon @Alan Rabinowitz +111 R Carrion @Geofrey Darrow +112 R Catacomb Dragon @David O'Connor +6 R Celestial Dawn @Liz Danforth +57 U Cerulean Wyvern @Gerry Grace +163 C Chaos Charm @Steve Luke +164 R Chaosphere @Steve Luke +296 U Charcoal Diamond @Drew Tucker +297 U Chariot of the Sun @Gerry Grace +113 C Choking Sands @Roger Raupp +165 U Cinder Cloud @Jock +259 R Circle of Despair @Scott M. Fischer +7 C Civic Guildmage @Andrew Robinson +58 C Cloak of Invisibility @John Coulthart +166 U Consuming Ferocity @Scott Kirschner +59 U Coral Fighters @Steve Luke +210 C Crash of Rhinos @Steve White +167 R Crimson Hellkite @Gerry Grace +168 U Crimson Roc @Ian Miller +114 U Crypt Cobra @Ron Spencer +298 U Crystal Golem @Mike Dringenberg +325 U Crystal Vein @Pat Morrissey +299 R Cursed Totem @D. Alexander Gregory +211 R Cycle of Life @Chippy +60 R Daring Apprentice @Kaja Foglio +115 C Dark Banishing @Dermot Power +116 C Dark Ritual @John Coulthart +8 C Dazzling Beauty @Harold McNeill +212 U Decomposition @Drew Tucker +260 U Delirium @Terese Nielsen +117 C Dirtwater Wraith @Steve Luke +261 R Discordant Spirit @Alan Rabinowitz +9 C Disempower @John Matson +10 C Disenchant @Charles Gillespie +61 U Dissipate @Richard Kane Ferguson +11 C Divine Offering @Terese Nielsen +12 R Divine Retribution @Charles Gillespie +118 C Drain Life @Richard Kane Ferguson +119 U Dread Specter @Kathryn Rathke +62 C Dream Cache @D. Alexander Gregory +63 C Dream Fighter @Drew Tucker +169 U Dwarven Miner @Jock +170 C Dwarven Nomad @Mike Kimble +213 R Early Harvest @Janine Johnston +120 C Ebony Charm @Gerry Grace +171 C Ekundu Cyclops @Robert Bliss +13 C Ekundu Griffin @David A. Cherry +300 U Elixir of Vitality @Douglas Shuler +262 R Emberwilde Caliph @Jennifer Law +172 R Emberwilde Djinn @Mike Dringenberg +263 R Energy Bolt @Scott Kirschner +64 R Energy Vortex @Tom Wänerstrand +121 C Enfeeblement @John Bolton +14 U Enlightened Tutor @Dan Frazier +301 U Ersatz Gnomes @Ron Spencer +65 U Ether Well @Charles Gillespie +15 R Ethereal Champion @Terese Nielsen +214 U Fallow Earth @Janine Johnston +16 U Favorable Destiny @Thomas Gianni +215 U Femeref Archers @William Donohoe +17 C Femeref Healer @Steve Luke +18 C Femeref Knight @Tony Roberts +19 C Femeref Scouts @Zak Plucinski +122 C Feral Shadow @Cliff Nielsen +123 C Fetid Horror @Gary Leach +173 R Final Fortune @D. Alexander Gregory +302 U Fire Diamond @Richard Thomas +174 C Firebreathing @Mike Kerr +175 U Flame Elemental @Richard Kane Ferguson +176 C Flare @Greg Simanson +66 R Flash @David Ho +326 U Flood Plain @Pat Morrissey +67 U Floodgate @Jeff Miracola +216 C Fog @Harold McNeill +217 U Foratog @Mark Poole +124 R Forbidden Crypt @D. Alexander Gregory +347 L Forest @Tony Roberts +348 L Forest @Tony Roberts +349 L Forest @Tony Roberts +350 L Forest @Tony Roberts +125 R Forsaken Wastes @Kev Walker +264 R Frenetic Efreet @Thomas Gianni +218 C Giant Mantis @Randy Gallegos +219 C Gibbering Hyenas @Una Fricker +177 C Goblin Elite Infantry @Robert Bliss +178 U Goblin Scouts @Geofrey Darrow +179 U Goblin Soothsayer @Robert Bliss +180 C Goblin Tinkerer @Hannibal King +220 C Granger Guildmage @Dan Frazier +327 U Grasslands @John Avon +126 C Grave Servitude @Adrian Smith +127 C Gravebane Zombie @Gary Leach +265 R Grim Feast @Mike Kimble +303 R Grinning Totem @Donato Giancola +68 R Hakim, Loreweaver @Alan Rabinowitz +221 R Hall of Gemstone @David A. Cherry +181 R Hammer of Bogardan @Ron Spencer +128 R Harbinger of Night @Tom Kyffin +266 U Harbor Guardian @Stuart Beel +69 U Harmattan Efreet @Drew Tucker +267 U Haunting Apparition @Chippy +268 U Hazerider Drake @Zina Saunders +20 C Healing Salve @Hannibal King +182 R Hivis of the Scale @Andrew Robinson +304 U Horrible Hordes @Ian Miller +305 U Igneous Golem @Adam Rex +183 R Illicit Auction @Scott Kirschner +21 U Illumination @David O'Connor +184 C Incinerate @Brian Snõddy +129 R Infernal Contract @Roger Raupp +22 U Iron Tusk Elephant @Tony Roberts +335 L Island @Douglas Shuler +336 L Island @Douglas Shuler +337 L Island @Douglas Shuler +338 L Island @Douglas Shuler +23 C Ivory Charm @Gerry Grace +24 R Jabari's Influence @Gerry Grace +222 C Jolrael's Centaur @Junior Tomlin +70 C Jolt @John Matson +223 R Jungle Patrol @Mark Poole +269 U Jungle Troll @John Bolton +224 C Jungle Wurm @Tom Kyffin +130 U Kaervek's Hex @Ian Miller +270 U Kaervek's Purge @Richard Kane Ferguson +185 C Kaervek's Torch @John Coulthart +225 U Karoo Meerkat @Janine Johnston +71 R Kukemssa Pirates @Jock +72 C Kukemssa Serpent @Ian Miller +306 U Lead Golem @Hannibal King +271 R Leering Gargoyle @Dermot Power +186 C Lightning Reflexes @Tom Kyffin +307 R Lion's Eye Diamond @Margaret Organ-Kean +226 U Locust Swarm @William Donohoe +227 R Lure of Prey @Andrew Robinson +272 R Malignant Growth @Scott M. Fischer +308 U Mana Prism @Margaret Organ-Kean +25 U Mangara's Blessing @David A. Cherry +26 U Mangara's Equity @Alan Rabinowitz +309 R Mangara's Tome @John Bolton +310 U Marble Diamond @Jeff Miracola +228 R Maro @Stuart Griffin +73 U Meddle @Brian Snõddy +27 U Melesse Spirit @Gerry Grace +74 C Memory Lapse @Rebecca Guay +75 C Merfolk Raiders @Steve Luke +76 C Merfolk Seer @Steve Luke +77 U Mind Bend @Mike Dringenberg +78 U Mind Harness @John Malloy +229 R Mindbender Spores @Ian Miller +131 U Mire Shade @Randy Gallegos +311 R Misers' Cage @Jeff Miracola +79 R Mist Dragon @Al Davidson +312 U Moss Diamond @Donato Giancola +343 L Mountain @John Avon +344 L Mountain @John Avon +345 L Mountain @John Avon +346 L Mountain @John Avon +328 U Mountain Valley @Kari Johnson +28 U Mtenda Griffin @Janine Johnston +29 C Mtenda Herder @Zina Saunders +230 C Mtenda Lion @Stuart Griffin +80 U Mystical Tutor @David O'Connor +231 R Natural Balance @John Malloy +232 U Nettletooth Djinn @Janine Johnston +30 C Noble Elephant @Tony Roberts +132 U Nocturnal Raid @John Matson +31 R Null Chamber @Douglas Shuler +32 C Pacifism @Robert Bliss +133 U Painful Memories @John Coulthart +313 U Patagia Golem @Scott Kirschner +314 R Paupers' Cage @Mike Kimble +33 R Pearl Dragon @Ian Miller +315 R Phyrexian Dreadnought @Pete Venters +273 R Phyrexian Purge @Robert Bliss +134 R Phyrexian Tribute @John Matson +316 U Phyrexian Vault @Hannibal King +331 L Plains @Tom Wänerstrand +332 L Plains @Tom Wänerstrand +333 L Plains @Tom Wänerstrand +334 L Plains @Tom Wänerstrand +81 R Political Trickery @Scott Kirschner +82 R Polymorph @Robert Bliss +83 C Power Sink @Charles Gillespie +233 R Preferred Selection @Kev Walker +274 U Prismatic Boon @Thomas Gianni +34 C Prismatic Circle @Pete Venters +84 R Prismatic Lace @David O'Connor +85 R Psychic Transfer @Dom! +275 R Purgatory @Mike Dringenberg +135 R Purraj of Urborg @John Matson +187 C Pyric Salamander @Tony Roberts +234 C Quirion Elves @Randy Gallegos +276 U Radiant Essence @Jennifer Law +188 C Raging Spirit @Scott M. Fischer +235 C Rampant Growth @Pat Morrissey +35 R Rashida Scalebane @Randy Gallegos +136 U Ravenous Vampire @John Bolton +86 C Ray of Command @Andrew Robinson +317 R Razor Pendulum @Zak Plucinski +87 C Reality Ripple @Alan Rabinowitz +189 R Reckless Embermage @Tom Kyffin +277 R Reflect Damage @Ron Spencer +236 C Regeneration @Charles Gillespie +190 U Reign of Chaos @Kathryn Rathke +137 U Reign of Terror @Gary Leach +278 R Reparations @Douglas Shuler +138 C Restless Dead @Ian Miller +36 C Ritual of Steel @Mark Poole +279 R Rock Basilisk @Ian Miller +329 U Rocky Tar Pit @Jeff Miracola +237 U Roots of Life @Tony Roberts +238 C Sabertooth Cobra @Andrew Robinson +37 R Sacred Mesa @Margaret Organ-Kean +318 U Sand Golem @John Matson +88 C Sandbar Crocodile @Una Fricker +239 C Sandstorm @Mike Kimble +89 C Sapphire Charm @Steve Luke +280 U Savage Twister @Bob Eggleton +281 R Sawback Manticore @Martin McKenna +90 C Sea Scryer @Martin McKenna +282 U Sealed Fate @Terese Nielsen +191 C Searing Spear Askari @Richard Kane Ferguson +240 C Seedling Charm @Stuart Griffin +241 R Seeds of Innocence @Junior Tomlin +242 C Serene Heart @D. Alexander Gregory +139 C Sewer Rats @Martin McKenna +140 C Shadow Guildmage @Mike Kimble +38 U Shadowbane @Douglas Shuler +141 R Shallow Grave @John Coulthart +91 C Shaper Guildmage @D. Alexander Gregory +142 R Shauku, Endbringer @Pete Venters +283 U Shauku's Minion @Greg Simanson +92 R Shimmer @David A. Cherry +39 R Sidar Jabari @Gerry Grace +192 U Sirocco @Alan Rabinowitz +143 C Skulking Ghost @Robert Bliss +319 U Sky Diamond @D. Alexander Gregory +93 C Soar @Tony Roberts +40 R Soul Echo @Ron Spencer +144 U Soul Rend @Jeff Miracola +145 C Soulshriek @John Bolton +284 U Spatial Binding @Dom! +41 R Spectral Guardian @Mike Dringenberg +146 R Spirit of the Night @Cliff Nielsen +193 C Spitting Earth @Brian Snõddy +243 C Stalking Tiger @Terese Nielsen +194 C Stone Rain @Tony Roberts +147 U Stupor @Mike Kimble +195 R Subterranean Spirit @John Bolton +42 R Sunweb @Dan Frazier +244 U Superior Numbers @Geofrey Darrow +94 U Suq'Ata Firewalker @David O'Connor +339 L Swamp @Bob Eggleton +340 L Swamp @Bob Eggleton +341 L Swamp @Bob Eggleton +342 L Swamp @Bob Eggleton +148 R Tainted Specter @Chippy +196 C Talruum Minotaur @Pete Venters +95 R Taniwha @Ian Miller +320 R Teeka's Dragon @Liz Danforth +96 C Teferi's Curse @Robert Bliss +97 C Teferi's Drake @Kari Johnson +98 R Teferi's Imp @Una Fricker +330 R Teferi's Isle @Gerry Grace +197 R Telim'Tor @Kev Walker +321 U Telim'Tor's Darts @Kev Walker +198 R Telim'Tor's Edict @Kev Walker +43 C Teremko Griffin @Martin McKenna +99 C Thirst @Roger Raupp +100 U Tidal Wave @Brian Snõddy +149 R Tombstone Stairwell @Dom! +199 R Torrent of Lava @Kathryn Rathke +245 C Tranquil Domain @D. Alexander Gregory +246 U Tropical Storm @Richard Kane Ferguson +247 C Uktabi Faerie @Junior Tomlin +248 R Uktabi Wildcats @John Matson +322 U Unerring Sling @Zak Plucinski +285 R Unfulfilled Desires @D. Alexander Gregory +249 U Unseen Walker @Alan Rabinowitz +250 U Unyaro Bee Sting @Pat Morrissey +44 U Unyaro Griffin @Al Davidson +150 C Urborg Panther @Cliff Nielsen +101 U Vaporous Djinn @Adam Rex +323 R Ventifact Bottle @Ron Spencer +200 C Viashino Warrior @Roger Raupp +45 U Vigilant Martyr @Rebecca Guay +251 C Village Elder @Donato Giancola +286 U Vitalizing Cascade @Rebecca Guay +201 R Volcanic Dragon @Janine Johnston +202 U Volcanic Geyser @David O'Connor +252 R Waiting in the Weeds @Susan Van Camp +151 C Wall of Corpses @Gary Leach +46 C Wall of Resistance @Harold McNeill +253 C Wall of Roots @John Matson +47 C Ward of Lights @Mike Dringenberg +287 R Warping Wurm @Scott M. Fischer +102 U Wave Elemental @Zak Plucinski +288 R Wellspring @Susan Van Camp +254 C Wild Elephant @Junior Tomlin +203 U Wildfire Emissary @Richard Kane Ferguson +289 U Windreaper Falcon @Tony Roberts +152 U Withering Boon @Robert Bliss +255 U Worldly Tutor @David O'Connor +48 R Yare @Ron Spencer +290 U Zebra Unicorn @Margaret Organ-Kean +49 U Zhalfirin Commander @Stuart Griffin +50 C Zhalfirin Knight @John Bolton +204 R Zirilan of the Claw @Andrew Robinson +153 U Zombie Mob @Terese Nielsen +51 R Zuberi, Golden Feather @Alan Rabinowitz [tokens] tombspawn diff --git a/forge-gui/res/editions/Mirrodin Besieged Promos.txt b/forge-gui/res/editions/Mirrodin Besieged Promos.txt index 2da64944622..fd54c47dc72 100644 --- a/forge-gui/res/editions/Mirrodin Besieged Promos.txt +++ b/forge-gui/res/editions/Mirrodin Besieged Promos.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PMBS [cards] -8★ M Hero of Bladehold -*14 R Mirran Crusader -34 U Treasure Mage -39 R Black Sun's Zenith -96★ M Glissa, the Traitor -140★ R Thopter Assembly +8★ M Hero of Bladehold @Scott Chou +*14 R Mirran Crusader @Karl Kopinski +34 U Treasure Mage @Greg Staples +39 R Black Sun's Zenith @James Paick +96★ M Glissa, the Traitor @Steve Argyle +140★ R Thopter Assembly @Volkan Baǵa diff --git a/forge-gui/res/editions/Mirrodin Besieged.txt b/forge-gui/res/editions/Mirrodin Besieged.txt index b4e6a8511ee..06bc3989290 100644 --- a/forge-gui/res/editions/Mirrodin Besieged.txt +++ b/forge-gui/res/editions/Mirrodin Besieged.txt @@ -13,161 +13,161 @@ ChaosDraftThemes=MIRRODIN ScryfallCode=MBS [cards] -1 U Accorder Paladin -2 C Ardent Recruit -3 C Banishment Decree -39 R Black Sun's Zenith -98 C Bladed Sentinel -99 M Blightsteel Colossus -77 C Blightwidow -58 C Blisterstick Shaman -20 R Blue Sun's Zenith -100 R Bonehoard -101 U Brass Squire -59 C Burn the Impure -40 C Caustic Hound -4 U Choking Fumes -60 C Concussive Bolt -21 M Consecrated Sphinx -144 R Contested War Zone -102 C Copper Carapace -103 U Core Prowler -22 U Corrupted Conscience -78 R Creeping Corrosion -61 C Crush -23 R Cryptoplasm -104 R Darksteel Plate -105 R Decimator Web -24 R Distant Memories -5 C Divine Offering -106 C Dross Ripper -79 C Fangren Marauder -107 C Flayer Husk -41 C Flensermite -42 U Flesh-Eater Imp -155 L Forest -155 L Forest -6 C Frantic Salvage -25 C Fuel for the Cause -62 R Galvanoth -80 C Glissa's Courier -96 M Glissa, the Traitor -63 C Gnathosaur -43 U Go for the Throat -64 U Goblin Wardriver -7 U Gore Vassal -81 R Green Sun's Zenith -44 U Gruesome Encore -108 C Gust-Skimmer -65 R Hellkite Igniter -8 M Hero of Bladehold -66 M Hero of Oxid Ridge -109 C Hexplate Golem -45 C Horrifying Revelation -110 C Ichor Wellspring -145 R Inkmoth Nexus -67 U Into the Core -149 L Island -149 L Island -9 U Kemba's Legion -111 R Knowledge Pool -68 C Koth's Courier -69 U Kuldotha Flamefiend -70 C Kuldotha Ringleader -82 U Lead the Stampede -10 U Leonin Relic-Warder -11 C Leonin Skyhunter -12 C Loxodon Partisan -112 U Lumengrid Gargoyle -113 R Magnetic Mine -46 M Massacre Wurm -13 C Master's Call -83 U Melira's Keepers -71 U Metallic Mastery -14 R Mirran Crusader -84 C Mirran Mettle -26 C Mirran Spy -114 R Mirrorworks -27 R Mitotic Manipulation -47 C Morbid Plunder -115 U Mortarpod -153 L Mountain -153 L Mountain -116 C Myr Sire -117 R Myr Turbine -118 R Myr Welder -48 U Nested Ghoul -28 U Neurok Commando -29 C Oculus -72 C Ogre Resister -119 U Peace Strider -49 C Phyresis -50 R Phyrexian Crusader -120 C Phyrexian Digester -85 R Phyrexian Hydra -121 U Phyrexian Juggernaut -51 C Phyrexian Rager -15 R Phyrexian Rebirth -122 R Phyrexian Revoker -52 R Phyrexian Vatmother -123 U Pierce Strider -124 U Piston Sledge -86 C Pistus Strike -125 U Plague Myr -87 U Plaguemaw Beast -147 L Plains -147 L Plains -88 M Praetor's Counsel -16 C Priests of Norn -126 R Psychosis Crawler -30 C Quicksilver Geyser -89 U Quilled Slagwurm -73 C Rally the Forces -127 C Razorfield Rhino -74 R Red Sun's Zenith -90 C Rot Wolf -128 C Rusted Slasher -53 R Sangromancer -54 C Scourge Servant -55 U Septic Rats -31 C Serum Raker -129 R Shimmer Myr -130 C Shriekhorn -131 U Signal Pest -132 U Silverskin Armor -133 U Skinwing -75 R Slagstorm -134 U Sphere of the Suns -135 C Spin Engine -136 R Spine of Ish Sah -76 U Spiraling Duelist -32 C Spire Serpent -56 C Spread the Sickness -33 C Steel Sabotage -137 U Strandwalker -150 L Swamp -150 L Swamp -138 M Sword of Feast and Famine -139 C Tangle Hulk -91 C Tangle Mantis -97 M Tezzeret, Agent of Bolas -140 R Thopter Assembly -92 M Thrun, the Last Troll -17 C Tine Shrike -141 R Titan Forge -142 C Training Drone -34 U Treasure Mage -35 C Turn the Tide -93 C Unnatural Predation -36 U Vedalken Anatomist -37 U Vedalken Infuser -18 R Victory's Herald -143 U Viridian Claw -94 U Viridian Corrupter -95 C Viridian Emissary -57 C Virulent Wound -38 C Vivisection -19 R White Sun's Zenith +1 U Accorder Paladin @Kekai Kotaki +2 C Ardent Recruit @Mike Bierek +3 C Banishment Decree @James Ryman +39 R Black Sun's Zenith @Daniel Ljunggren +98 C Bladed Sentinel @Tomasz Jedruszek +99 M Blightsteel Colossus @Chris Rahn +77 C Blightwidow @Daniel Ljunggren +58 C Blisterstick Shaman @Svetlin Velinov +20 R Blue Sun's Zenith @Izzy +100 R Bonehoard @Chippy +101 U Brass Squire @Ryan Pancoast +59 C Burn the Impure @Nic Klein +40 C Caustic Hound @Dave Allsop +4 U Choking Fumes @Scott Chou +60 C Concussive Bolt @Johann Bodin +21 M Consecrated Sphinx @Mark Zug +144 R Contested War Zone @Scott Chou +102 C Copper Carapace @Franz Vohwinkel +103 U Core Prowler @Dave Allsop +22 U Corrupted Conscience @Jason Chan +78 R Creeping Corrosion @Ryan Pancoast +61 C Crush @Matt Stewart +23 R Cryptoplasm @Eric Deschamps +104 R Darksteel Plate @Daniel Ljunggren +105 R Decimator Web @Daniel Ljunggren +24 R Distant Memories @Karl Kopinski +5 C Divine Offering @Terese Nielsen +106 C Dross Ripper @David Rapoza +79 C Fangren Marauder @James Ryman +107 C Flayer Husk @Igor Kieryluk +41 C Flensermite @Dave Allsop +42 U Flesh-Eater Imp @Johann Bodin +154 L Forest @Mark Tedin +155 L Forest @Mark Tedin +6 C Frantic Salvage @Scott Chou +25 C Fuel for the Cause @Steven Belledin +62 R Galvanoth @Kev Walker +80 C Glissa's Courier @Dave Kendall +96 M Glissa, the Traitor @Chris Rahn +63 C Gnathosaur @Jason Chan +43 U Go for the Throat @David Rapoza +64 U Goblin Wardriver @Chippy +7 U Gore Vassal @Matt Cavotta +81 R Green Sun's Zenith @David Rapoza +44 U Gruesome Encore @Adrian Smith +108 C Gust-Skimmer @Dan Scott +65 R Hellkite Igniter @Jason Chan +8 M Hero of Bladehold @Austin Hsu +66 M Hero of Oxid Ridge @Eric Deschamps +109 C Hexplate Golem @Matt Cavotta +45 C Horrifying Revelation @Shelly Wan +110 C Ichor Wellspring @Steven Belledin +145 R Inkmoth Nexus @Jung Park +67 U Into the Core @Whit Brachna +148 L Island @Jung Park +149 L Island @Jung Park +9 U Kemba's Legion @Anthony Francisco +111 R Knowledge Pool @Mike Bierek +68 C Koth's Courier @Wayne Reynolds +69 U Kuldotha Flamefiend @Raymond Swanland +70 C Kuldotha Ringleader @Greg Staples +82 U Lead the Stampede @Efrem Palacios +10 U Leonin Relic-Warder @Greg Staples +11 C Leonin Skyhunter @Jana Schirmer & Johannes Voss +12 C Loxodon Partisan @Matt Stewart +112 U Lumengrid Gargoyle @Randis Albion +113 R Magnetic Mine @David Rapoza +46 M Massacre Wurm @Jason Chan +13 C Master's Call @David Rapoza +83 U Melira's Keepers @Eric Deschamps +71 U Metallic Mastery @Erica Yang +14 R Mirran Crusader @Eric Deschamps +84 C Mirran Mettle @Karl Kopinski +26 C Mirran Spy @Dave Kendall +114 R Mirrorworks @John Avon +27 R Mitotic Manipulation @Dan Scott +47 C Morbid Plunder @Mike Bierek +115 U Mortarpod @Eric Deschamps +152 L Mountain @Tomasz Jedruszek +153 L Mountain @Tomasz Jedruszek +116 C Myr Sire @Jaime Jones +117 R Myr Turbine @Randis Albion +118 R Myr Welder @Austin Hsu +48 U Nested Ghoul @Dave Kendall +28 U Neurok Commando @Matt Stewart +29 C Oculus @Dan Scott +72 C Ogre Resister @Efrem Palacios +119 U Peace Strider @Igor Kieryluk +49 C Phyresis @Izzy +50 R Phyrexian Crusader @Eric Deschamps +120 C Phyrexian Digester @Dave Allsop +85 R Phyrexian Hydra @Mike Bierek +121 U Phyrexian Juggernaut @Kev Walker +51 C Phyrexian Rager @Stephan Martiniere +15 R Phyrexian Rebirth @Scott Chou +122 R Phyrexian Revoker @Kev Walker +52 R Phyrexian Vatmother @Stephan Martiniere +123 U Pierce Strider @Igor Kieryluk +124 U Piston Sledge @Pete Venters +86 C Pistus Strike @Jaime Jones +125 U Plague Myr @Efrem Palacios +87 U Plaguemaw Beast @Whit Brachna +146 L Plains @James Paick +147 L Plains @James Paick +88 M Praetor's Counsel @Daarken +16 C Priests of Norn @Igor Kieryluk +126 R Psychosis Crawler @Stephan Martiniere +30 C Quicksilver Geyser @Erica Yang +89 U Quilled Slagwurm @Matt Stewart +73 C Rally the Forces @Steven Belledin +127 C Razorfield Rhino @Kekai Kotaki +74 R Red Sun's Zenith @Svetlin Velinov +90 C Rot Wolf @Nils Hamm +128 C Rusted Slasher @Adrian Smith +53 R Sangromancer @Igor Kieryluk +54 C Scourge Servant @Daarken +55 U Septic Rats @Cos Koniotis +31 C Serum Raker @Austin Hsu +129 R Shimmer Myr @Jana Schirmer & Johannes Voss +130 C Shriekhorn @Erica Yang +131 U Signal Pest @Mark Zug +132 U Silverskin Armor @Terese Nielsen +133 U Skinwing @Igor Kieryluk +75 R Slagstorm @Dan Scott +134 U Sphere of the Suns @Jana Schirmer & Johannes Voss +135 C Spin Engine @Pete Venters +136 R Spine of Ish Sah @Daniel Ljunggren +76 U Spiraling Duelist @Karl Kopinski +32 C Spire Serpent @Johann Bodin +56 C Spread the Sickness @Jaime Jones +33 C Steel Sabotage @Daarken +137 U Strandwalker @Igor Kieryluk +150 L Swamp @Lars Grant-West +151 L Swamp @Lars Grant-West +138 M Sword of Feast and Famine @Chris Rahn +139 C Tangle Hulk @Mark Zug +91 C Tangle Mantis @Chris Rahn +97 M Tezzeret, Agent of Bolas @Aleksi Briclot +140 R Thopter Assembly @Volkan Baǵa +92 M Thrun, the Last Troll @Jason Chan +17 C Tine Shrike @Adrian Smith +141 R Titan Forge @Svetlin Velinov +142 C Training Drone @Matt Cavotta +34 U Treasure Mage @Ryan Pancoast +35 C Turn the Tide @Jason Felix +93 C Unnatural Predation @Shelly Wan +36 U Vedalken Anatomist @Greg Staples +37 U Vedalken Infuser @Ryan Pancoast +18 R Victory's Herald @rk post +143 U Viridian Claw @Marc Simonetti +94 U Viridian Corrupter @Matt Cavotta +95 C Viridian Emissary @Matt Stewart +57 C Virulent Wound @Whit Brachna +38 C Vivisection @Anthony Francisco +19 R White Sun's Zenith @Mike Bierek [tokens] w_2_2_cat diff --git a/forge-gui/res/editions/Mirrodin Promos.txt b/forge-gui/res/editions/Mirrodin Promos.txt index eb51b9fe8be..005e8db49ec 100644 --- a/forge-gui/res/editions/Mirrodin Promos.txt +++ b/forge-gui/res/editions/Mirrodin Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PMRD [cards] -251★ R Sword of Kaldra +251★ R Sword of Kaldra @Donato Giancola diff --git a/forge-gui/res/editions/Mirrodin.txt b/forge-gui/res/editions/Mirrodin.txt index d283efe4d6d..b852f5fbecb 100644 --- a/forge-gui/res/editions/Mirrodin.txt +++ b/forge-gui/res/editions/Mirrodin.txt @@ -13,312 +13,312 @@ ChaosDraftThemes=MIRRODIN ScryfallCode=MRD [cards] -141 C AEther Spellbomb -142 C Alpha Myr -143 R Altar of Shadows -1 U Altar's Light -278 C Ancient Den -29 C Annul -85 R Arc-Slogger -2 C Arrest -30 U Assert Authority -86 U Atog -3 U Auriok Bladewarden -4 R Auriok Steelshaper -5 C Auriok Transfixer -6 C Awe Strike -144 U Banshee's Blade -57 U Barter in Blood -113 C Battlegrowth -58 U Betrayal of Flesh -7 C Blinding Beam -145 R Blinkmoth Urn -279 U Blinkmoth Well -114 U Bloodscent -146 C Bonesplitter -147 R Bosh, Iron Golem -148 U Bottle Gnomes -31 R Broodstar -115 U Brown Ouphe -149 U Cathodion -150 R Chalice of the Void -59 C Chimney Imp -151 C Chromatic Sphere -152 R Chrome Mox -153 C Clockwork Beetle -154 C Clockwork Condor -155 R Clockwork Dragon -156 U Clockwork Vorrac -280 C Cloudpost -157 C Cobalt Golem -87 R Confusion in the Ranks -60 C Consume Spirit -61 C Contaminated Bond -158 C Copper Myr -116 R Copperhoof Vorrac -117 U Creeping Mold -159 U Crystal Shard -160 R Culling Scales -161 R Damping Matrix -162 U Dead-Iron Sledge -118 C Deconstruct -88 U Detonate -32 C Disarm -62 C Disciple of the Vault -33 U Domineer -163 U Dragon Blood -34 C Dream's Grip -63 R Dross Harvester -64 C Dross Prowler -164 C Dross Scorpion -165 R Duplicant -166 U Duskworker -89 C Electrostatic Bolt -167 C Elf Replica -168 R Empyrial Plate -169 R Extraplanar Lens -35 U Fabricate -119 C Fangren Hunter -170 U Farsight Mask -36 R Fatespinner -90 R Fiery Gambit -171 U Fireshrieker -91 C Fists of the Anvil -65 U Flayed Nim -305 L Forest -305 L Forest -305 L Forest -305 L Forest -92 U Forge Armor -93 U Fractured Loyalty -172 C Frogmite -173 C Galvanic Key -174 R Gate to the AEther -175 R Gilded Lotus -281 R Glimmervoid -120 R Glissa Sunseeker -176 R Goblin Charbelcher -177 U Goblin Dirigible -178 C Goblin Replica -94 C Goblin Striker -179 C Goblin War Wagon -180 C Gold Myr -181 U Golem-Skin Gauntlets -95 U Grab the Reins -182 U Granite Shard -282 C Great Furnace -183 R Grid Monitor -66 R Grim Reminder -121 C Groffskithur -184 U Heartwood Shard -185 C Hematite Golem -122 R Hum of the Radix -186 U Icy Manipulator -96 C Incite War -37 C Inertia Bubble -187 C Iron Myr -67 C Irradiate -291 L Island -291 L Island -291 L Island -291 L Island -188 U Isochron Scepter -189 R Jinxed Choker -123 C Journey of Discovery -190 R Krark's Thumb -97 C Krark-Clan Grunt -98 C Krark-Clan Shaman -191 C Leaden Myr -8 R Leonin Abunas -192 U Leonin Bladetrap -9 C Leonin Den-Guard -10 C Leonin Elder -193 C Leonin Scimitar -11 U Leonin Skyhunter -194 R Leonin Sun Standard -195 R Leveler -196 R Liar's Pendulum -197 C Lifespark Spellbomb -198 R Lightning Coils -199 U Lightning Greaves -124 R Living Hive -200 R Lodestone Myr -38 U Looming Hoverguard -12 C Loxodon Mender -13 R Loxodon Peacekeeper -14 R Loxodon Punisher -201 U Loxodon Warhammer -39 R Lumengrid Augur -40 U Lumengrid Sentinel -41 C Lumengrid Warden -15 R Luminous Angel -202 C Malachite Golem -42 R March of the Machines -203 U Mask of Memory -99 R Mass Hysteria -100 R Megatog -204 R Mesmeric Orb -205 R Mind's Eye -206 R Mindslaver -207 U Mindstorm Crown -208 U Mirror Golem -125 R Molder Slug -101 C Molten Rain -68 C Moriok Scavenger -300 L Mountain -300 L Mountain -300 L Mountain -300 L Mountain -209 U Mourner's Shield -210 C Myr Adapter -211 C Myr Enforcer -212 R Myr Incubator -213 U Myr Mindservant -214 U Myr Prototype -215 U Myr Retriever -69 R Necrogen Mists -216 C Necrogen Spellbomb -217 U Needlebug -43 C Neurok Familiar -218 C Neurok Hoversail -44 C Neurok Spy -219 R Nightmare Lash -70 R Nim Devourer -71 C Nim Lasher -220 C Nim Replica -72 U Nim Shambler -73 C Nim Shrieker -221 U Nuisance Engine -222 R Oblivion Stone -102 C Ogre Leadfoot -223 C Omega Myr -126 U One Dozen Eyes -224 U Ornithopter -45 C Override -225 U Pearl Shard -226 R Pentavus -227 C Pewter Golem -288 L Plains -288 L Plains -288 L Plains -288 L Plains -127 R Plated Slagwurm -228 R Platinum Angel -229 U Power Conduit -128 C Predator's Strike -74 R Promise of Power -230 R Proteus Staff -46 U Psychic Membrane -231 R Psychogenic Probe -232 C Pyrite Spellbomb -47 R Quicksilver Elemental -233 R Quicksilver Fountain -16 C Raise the Alarm -17 C Razor Barrier -48 C Regress -75 R Reiver Demon -76 U Relic Bane -18 U Roar of the Kha -19 R Rule of Law -234 U Rust Elemental -103 U Rustmouth Ogre -235 U Rustspore Ram -236 C Scale of Chiss-Goria -237 U Scrabbling Claws -238 R Sculpting Steel -239 R Scythe of the Wretched -283 C Seat of the Synod -20 R Second Sunrise -104 C Seething Song -240 U Serum Tank -49 R Shared Fate -105 C Shatter -106 U Shrapnel Blast -241 C Silver Myr -242 U Skeleton Shard -21 C Skyhunter Cub -22 C Skyhunter Patrol -243 C Slagwurm Armor -23 U Slith Ascendant -77 U Slith Bloodletter -107 U Slith Firewalker -129 U Slith Predator -50 U Slith Strider -24 R Solar Tide -244 C Soldier Replica -245 R Solemn Simulacrum -51 C Somber Hoverguard -246 R Soul Foundry -25 U Soul Nova -247 R Spellweaver Helix -26 C Sphere of Purity -108 C Spikeshot Goblin -78 R Spoils of the Vault -284 U Stalking Stones -248 C Steel Wall -249 U Sun Droplet -250 C Sunbeam Spellbomb -295 L Swamp -295 L Swamp -295 L Swamp -295 L Swamp -251 R Sword of Kaldra -130 U Sylvan Scrying -252 U Synod Sanctum -27 U Taj-Nar Swordsmith -253 U Talisman of Dominance -254 U Talisman of Impulse -255 U Talisman of Indulgence -256 U Talisman of Progress -257 U Talisman of Unity -258 C Tanglebloom -259 R Tangleroot -131 C Tel-Jilad Archers -132 C Tel-Jilad Chosen -133 C Tel-Jilad Exile -260 U Tel-Jilad Stylus -28 U Tempest of Light -52 R Temporal Cascade -79 C Terror -53 U Thirst for Knowledge -261 U Thought Prison -54 C Thoughtcast -262 R Timesifter -263 C Titanium Golem -134 R Tooth and Nail -264 C Tooth of Chiss-Goria -265 R Tower of Champions -266 R Tower of Eons -267 R Tower of Fortunes -268 R Tower of Murmurs -109 R Trash for Treasure -285 C Tree of Tales -269 R Triskelion -135 R Troll Ascetic -136 U Trolls of Tel-Jilad -137 C Turn to Dust -286 C Vault of Whispers -55 R Vedalken Archmage -80 R Vermiculos -138 C Viridian Joiner -270 C Viridian Longbow -139 U Viridian Shaman -271 C Vorrac Battlehorns -272 U Vulshok Battlegear -110 R Vulshok Battlemaster -111 C Vulshok Berserker -273 C Vulshok Gauntlets -81 C Wail of the Nim -82 U Wall of Blood -56 C Wanderguard Sentry -112 R War Elemental -274 C Welding Jar -275 C Wizard Replica -83 U Woebearer -276 R Worldslayer -84 C Wrench Mind -140 C Wurmskin Forger -277 C Yotian Soldier +141 C Aether Spellbomb @Jim Nelson +142 C Alpha Myr @Dany Orizio +143 R Altar of Shadows @Sam Wood +1 U Altar's Light @Daren Bader +278 C Ancient Den @Rob Alexander +29 C Annul @Brian Snõddy +85 R Arc-Slogger @Jeff Easley +2 C Arrest @Tim Hildebrandt +30 U Assert Authority @Greg Hildebrandt +86 U Atog @Puddnhead +3 U Auriok Bladewarden @Dave Dorman +4 R Auriok Steelshaper @Dany Orizio +5 C Auriok Transfixer @Stephen Tappin +6 C Awe Strike @Scott M. Fischer +144 U Banshee's Blade @Bradley Williams +57 U Barter in Blood @Paolo Parente +113 C Battlegrowth @John Matson +58 U Betrayal of Flesh @Wayne England +7 C Blinding Beam @Doug Chaffee +145 R Blinkmoth Urn @David Martin +279 U Blinkmoth Well @David Martin +114 U Bloodscent @Matt Cavotta +146 C Bonesplitter @Darrell Riche +147 R Bosh, Iron Golem @Brom +148 U Bottle Gnomes @Ben Thompson +31 R Broodstar @Glen Angus +115 U Brown Ouphe @Greg Hildebrandt +149 U Cathodion @Eric Peterson +150 R Chalice of the Void @Mark Zug +59 C Chimney Imp @Christopher Moeller +151 C Chromatic Sphere @Brian Snõddy +152 R Chrome Mox @Donato Giancola +153 C Clockwork Beetle @Arnie Swekel +154 C Clockwork Condor @Arnie Swekel +155 R Clockwork Dragon @Arnie Swekel +156 U Clockwork Vorrac @Arnie Swekel +280 C Cloudpost @Martina Pilcerova +157 C Cobalt Golem @Paolo Parente +87 R Confusion in the Ranks @Ron Spencer +60 C Consume Spirit @Matt Thompson +61 C Contaminated Bond @Thomas M. Baxa +158 C Copper Myr @Kev Walker +116 R Copperhoof Vorrac @Matt Cavotta +117 U Creeping Mold @Dany Orizio +159 U Crystal Shard @Doug Chaffee +160 R Culling Scales @Daren Bader +161 R Damping Matrix @Mike Dringenberg +162 U Dead-Iron Sledge @Ray Lago +118 C Deconstruct @D. Alexander Gregory +88 U Detonate @Dave Dorman +32 C Disarm @Alex Horley-Orlandelli +62 C Disciple of the Vault @Matt Thompson +33 U Domineer @Jon Foster +163 U Dragon Blood @Ron Spencer +34 C Dream's Grip @Jim Nelson +63 R Dross Harvester @Michael Sutfin +64 C Dross Prowler @Michael Sutfin +164 C Dross Scorpion @Jim Nelson +165 R Duplicant @Thomas M. Baxa +166 U Duskworker @Greg Staples +89 C Electrostatic Bolt @Randy Gallegos +167 C Elf Replica @Carl Critchlow +168 R Empyrial Plate @Paolo Parente +169 R Extraplanar Lens @Lars Grant-West +35 U Fabricate @Glen Angus +119 C Fangren Hunter @Darrell Riche +170 U Farsight Mask @Ben Thompson +36 R Fatespinner @rk post +90 R Fiery Gambit @Scott M. Fischer +171 U Fireshrieker @Christopher Moeller +91 C Fists of the Anvil @Pete Venters +65 U Flayed Nim @Trevor Hairsine +303 L Forest @Mark Tedin +304 L Forest @Rob Alexander +305 L Forest @Martina Pilcerova +306 L Forest @John Avon +92 U Forge Armor @Tony Szczudlo +93 U Fractured Loyalty @Greg Staples +172 C Frogmite @Terese Nielsen +173 C Galvanic Key @Tony Szczudlo +174 R Gate to the Aether @Pete Venters +175 R Gilded Lotus @Martina Pilcerova +281 R Glimmervoid @Lars Grant-West +120 R Glissa Sunseeker @Brom +176 R Goblin Charbelcher @Stephen Tappin +177 U Goblin Dirigible @Michael Sutfin +178 C Goblin Replica @Carl Critchlow +94 C Goblin Striker @Kevin Dobler +179 C Goblin War Wagon @Doug Chaffee +180 C Gold Myr @Kev Walker +181 U Golem-Skin Gauntlets @Alan Pollack +95 U Grab the Reins @Michael Sutfin +182 U Granite Shard @Doug Chaffee +282 C Great Furnace @Rob Alexander +183 R Grid Monitor @Arnie Swekel +66 R Grim Reminder @Wayne England +121 C Groffskithur @John Matson +184 U Heartwood Shard @Doug Chaffee +185 C Hematite Golem @Paolo Parente +122 R Hum of the Radix @John Avon +186 U Icy Manipulator @Mark Zug +96 C Incite War @Alex Horley-Orlandelli +37 C Inertia Bubble @Hugh Jamieson +187 C Iron Myr @Kev Walker +67 C Irradiate @Dave Dorman +291 L Island @Mark Tedin +292 L Island @Rob Alexander +293 L Island @Martina Pilcerova +294 L Island @John Avon +188 U Isochron Scepter @Mark Harrison +189 R Jinxed Choker @Mike Dringenberg +123 C Journey of Discovery @John Matson +190 R Krark's Thumb @Ron Spencer +97 C Krark-Clan Grunt @Thomas M. Baxa +98 C Krark-Clan Shaman @Thomas M. Baxa +191 C Leaden Myr @Kev Walker +8 R Leonin Abunas @Darrell Riche +192 U Leonin Bladetrap @Randy Gallegos +9 C Leonin Den-Guard @Todd Lockwood +10 C Leonin Elder @Todd Lockwood +193 C Leonin Scimitar @Doug Chaffee +11 U Leonin Skyhunter @Kev Walker +194 R Leonin Sun Standard @Jim Nelson +195 R Leveler @Carl Critchlow +196 R Liar's Pendulum @Christopher Moeller +197 C Lifespark Spellbomb @Jim Nelson +198 R Lightning Coils @Brian Snõddy +199 U Lightning Greaves @Jeremy Jarvis +124 R Living Hive @Anthony S. Waters +200 R Lodestone Myr @Greg Staples +38 U Looming Hoverguard @Scott M. Fischer +12 C Loxodon Mender @Heather Hudson +13 R Loxodon Peacekeeper @Michael Sutfin +14 R Loxodon Punisher @Terese Nielsen +201 U Loxodon Warhammer @Jeremy Jarvis +39 R Lumengrid Augur @rk post +40 U Lumengrid Sentinel @Scott M. Fischer +41 C Lumengrid Warden @Matt Thompson +15 R Luminous Angel @Matthew D. Wilson +202 C Malachite Golem @Paolo Parente +42 R March of the Machines @Ben Thompson +203 U Mask of Memory @Alan Pollack +99 R Mass Hysteria @Adam Rex +100 R Megatog @Pete Venters +204 R Mesmeric Orb @David Martin +205 R Mind's Eye @Edward P. Beard, Jr. +206 R Mindslaver @Glen Angus +207 U Mindstorm Crown @Ben Thompson +208 U Mirror Golem @Franz Vohwinkel +125 R Molder Slug @Heather Hudson +101 C Molten Rain @Hugh Jamieson +68 C Moriok Scavenger @Puddnhead +299 L Mountain @Mark Tedin +300 L Mountain @Rob Alexander +301 L Mountain @Martina Pilcerova +302 L Mountain @John Avon +209 U Mourner's Shield @Carl Critchlow +210 C Myr Adapter @Ben Thompson +211 C Myr Enforcer @Greg Staples +212 R Myr Incubator @Alex Horley-Orlandelli +213 U Myr Mindservant @Dave Dorman +214 U Myr Prototype @Dave Dorman +215 U Myr Retriever @Trevor Hairsine +69 R Necrogen Mists @Alex Horley-Orlandelli +216 C Necrogen Spellbomb @Jim Nelson +217 U Needlebug @Paolo Parente +43 C Neurok Familiar @Edward P. Beard, Jr. +218 C Neurok Hoversail @Alan Pollack +44 C Neurok Spy @Daren Bader +219 R Nightmare Lash @Puddnhead +70 R Nim Devourer @Adam Rex +71 C Nim Lasher @Adam Rex +220 C Nim Replica @Carl Critchlow +72 U Nim Shambler @Adam Rex +73 C Nim Shrieker @Adam Rex +221 U Nuisance Engine @Stephen Tappin +222 R Oblivion Stone @Sam Wood +102 C Ogre Leadfoot @Heather Hudson +223 C Omega Myr @Dany Orizio +126 U One Dozen Eyes @Darrell Riche +224 U Ornithopter @Dana Knutson +45 C Override @Hugh Jamieson +225 U Pearl Shard @Doug Chaffee +226 R Pentavus @Greg Staples +227 C Pewter Golem @Paolo Parente +287 L Plains @Mark Tedin +288 L Plains @Rob Alexander +289 L Plains @Martina Pilcerova +290 L Plains @John Avon +127 R Plated Slagwurm @Justin Sweet +228 R Platinum Angel @Brom +229 U Power Conduit @Todd Lockwood +128 C Predator's Strike @Tony Szczudlo +74 R Promise of Power @Kev Walker +230 R Proteus Staff @Trevor Hairsine +46 U Psychic Membrane @Tony Szczudlo +231 R Psychogenic Probe @Jeremy Jarvis +232 C Pyrite Spellbomb @Jim Nelson +47 R Quicksilver Elemental @Tony Szczudlo +233 R Quicksilver Fountain @Trevor Hairsine +16 C Raise the Alarm @John Matson +17 C Razor Barrier @Ron Spencer +48 C Regress @Randy Gallegos +75 R Reiver Demon @Brom +76 U Relic Bane @Eric Peterson +18 U Roar of the Kha @Matt Cavotta +19 R Rule of Law @Scott M. Fischer +234 U Rust Elemental @Arnie Swekel +103 U Rustmouth Ogre @Brian Snõddy +235 U Rustspore Ram @Arnie Swekel +236 C Scale of Chiss-Goria @Alan Pollack +237 U Scrabbling Claws @Thomas M. Baxa +238 R Sculpting Steel @Heather Hudson +239 R Scythe of the Wretched @Matt Cavotta +283 C Seat of the Synod @John Avon +20 R Second Sunrise @Greg Staples +104 C Seething Song @Martina Pilcerova +240 U Serum Tank @Corey D. Macourek +49 R Shared Fate @Matt Cavotta +105 C Shatter @Tim Hildebrandt +106 U Shrapnel Blast @Dave Dorman +241 C Silver Myr @Kev Walker +242 U Skeleton Shard @Doug Chaffee +21 C Skyhunter Cub @Pete Venters +22 C Skyhunter Patrol @Matt Cavotta +243 C Slagwurm Armor @Justin Sweet +23 U Slith Ascendant @Justin Sweet +77 U Slith Bloodletter @Justin Sweet +107 U Slith Firewalker @Justin Sweet +129 U Slith Predator @Justin Sweet +50 U Slith Strider @Justin Sweet +24 R Solar Tide @Dave Dorman +244 C Soldier Replica @Carl Critchlow +245 R Solemn Simulacrum @Greg Staples +51 C Somber Hoverguard @Adam Rex +246 R Soul Foundry @Arnie Swekel +25 U Soul Nova @Keith Garletts +247 R Spellweaver Helix @Luca Zontini +26 C Sphere of Purity @Thomas Gianni +108 C Spikeshot Goblin @Alan Pollack +78 R Spoils of the Vault @Thomas M. Baxa +284 U Stalking Stones @David Day +248 C Steel Wall @David Day +249 U Sun Droplet @Greg Hildebrandt +250 C Sunbeam Spellbomb @Jim Nelson +295 L Swamp @Mark Tedin +296 L Swamp @Rob Alexander +297 L Swamp @Martina Pilcerova +298 L Swamp @John Avon +251 R Sword of Kaldra @Donato Giancola +130 U Sylvan Scrying @Scott M. Fischer +252 U Synod Sanctum @Dana Knutson +27 U Taj-Nar Swordsmith @Todd Lockwood +253 U Talisman of Dominance @Mike Dringenberg +254 U Talisman of Impulse @Mike Dringenberg +255 U Talisman of Indulgence @Mike Dringenberg +256 U Talisman of Progress @Mike Dringenberg +257 U Talisman of Unity @Mike Dringenberg +258 C Tanglebloom @Val Mayerik +259 R Tangleroot @Dana Knutson +131 C Tel-Jilad Archers @Marcelo Vignali +132 C Tel-Jilad Chosen @Matthew D. Wilson +133 C Tel-Jilad Exile @Justin Sweet +260 U Tel-Jilad Stylus @Darrell Riche +28 U Tempest of Light @Wayne England +52 R Temporal Cascade @Puddnhead +79 C Terror @Puddnhead +53 U Thirst for Knowledge @Ben Thompson +261 U Thought Prison @Glen Angus +54 C Thoughtcast @Greg Hildebrandt +262 R Timesifter @Dany Orizio +263 C Titanium Golem @Paolo Parente +134 R Tooth and Nail @Greg Hildebrandt +264 C Tooth of Chiss-Goria @Alan Pollack +265 R Tower of Champions @Greg Staples +266 R Tower of Eons @John Avon +267 R Tower of Fortunes @Matt Cavotta +268 R Tower of Murmurs @Glen Angus +109 R Trash for Treasure @Lars Grant-West +285 C Tree of Tales @John Avon +269 R Triskelion @Christopher Moeller +135 R Troll Ascetic @Puddnhead +136 U Trolls of Tel-Jilad @Marcelo Vignali +137 C Turn to Dust @Wayne England +286 C Vault of Whispers @Rob Alexander +55 R Vedalken Archmage @Kev Walker +80 R Vermiculos @Daren Bader +138 C Viridian Joiner @Daren Bader +270 C Viridian Longbow @Jeremy Jarvis +139 U Viridian Shaman @Scott M. Fischer +271 C Vorrac Battlehorns @David Martin +272 U Vulshok Battlegear @Kevin Dobler +110 R Vulshok Battlemaster @Kev Walker +111 C Vulshok Berserker @Pete Venters +273 C Vulshok Gauntlets @Richard Sardinha +81 C Wail of the Nim @John Matson +82 U Wall of Blood @Tony Szczudlo +56 C Wanderguard Sentry @Luca Zontini +112 R War Elemental @Anthony S. Waters +274 C Welding Jar @Mark Brill +275 C Wizard Replica @Carl Critchlow +83 U Woebearer @Matt Thompson +276 R Worldslayer @Greg Staples +84 C Wrench Mind @Pete Venters +140 C Wurmskin Forger @Justin Sweet +277 C Yotian Soldier @Luca Zontini [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Miscellaneous Book Promos.txt b/forge-gui/res/editions/Miscellaneous Book Promos.txt index 29af5fb3bdd..eb92b1a5c51 100644 --- a/forge-gui/res/editions/Miscellaneous Book Promos.txt +++ b/forge-gui/res/editions/Miscellaneous Book Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PBOOK [cards] -1 M Jace Beleren +1 M Jace Beleren @Aleksi Briclot diff --git a/forge-gui/res/editions/Modern Event Deck.txt b/forge-gui/res/editions/Modern Event Deck.txt index 9168d68ebf1..efe0a711922 100644 --- a/forge-gui/res/editions/Modern Event Deck.txt +++ b/forge-gui/res/editions/Modern Event Deck.txt @@ -8,32 +8,32 @@ Type=Boxed_Set ScryfallCode=MD1 [cards] -1 C Soul Warden -2 U Tidehollow Sculler -3 U Path to Exile -4 U Inquisition of Kozilek -5 U Shrine of Loyal Legions -6 R Honor of the Pure -7 U Intangible Virtue -8 C Raise the Alarm -9 U Zealous Persecution -10 M Sword of Feast and Famine -11 U Lingering Souls -12 U Spectral Procession -13 M Elspeth, Knight-Errant -14 R Caves of Koilos -15 R City of Brass -16 R Isolated Chapel -17 R Vault of the Archangel -18 R Windbrisk Heights -19 L Plains -20 L Swamp -21 U Relic of Progenitus -22 U Burrenton Forge-Tender -23 C Duress -24 R Kataki, War's Wage -25 U Dismember -26 U Ghost Quarter +1 C Soul Warden @Randy Gallegos +2 U Tidehollow Sculler @rk post +3 U Path to Exile @Todd Lockwood +4 U Inquisition of Kozilek @Tomasz Jedruszek +5 U Shrine of Loyal Legions @Igor Kieryluk +6 R Honor of the Pure @Greg Staples +7 U Intangible Virtue @Clint Cearley +8 C Raise the Alarm @John Matson +9 U Zealous Persecution @Christopher Moeller +10 M Sword of Feast and Famine @Chris Rahn +11 U Lingering Souls @Bud Cook +12 U Spectral Procession @Tomasz Jedruszek +13 M Elspeth, Knight-Errant @Volkan Baǵa +14 R Caves of Koilos @Jim Nelson +15 R City of Brass @Jung Park +16 R Isolated Chapel @Cliff Childs +17 R Vault of the Archangel @John Avon +18 R Windbrisk Heights @Omar Rayyan +19 L Plains @Adam Paquette +20 L Swamp @Adam Paquette +21 U Relic of Progenitus @Jean-Sébastien Rossbach +22 U Burrenton Forge-Tender @Chuck Lukacs +23 C Duress @Steven Belledin +24 R Kataki, War's Wage @Matt Thompson +25 U Dismember @Terese Nielsen +26 U Ghost Quarter @Peter Mohrbacher [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Modern Horizons 1 Timeshifts.txt b/forge-gui/res/editions/Modern Horizons 1 Timeshifts.txt index 5e71120c22c..476fb9db59b 100644 --- a/forge-gui/res/editions/Modern Horizons 1 Timeshifts.txt +++ b/forge-gui/res/editions/Modern Horizons 1 Timeshifts.txt @@ -8,43 +8,43 @@ Type=Draft ScryfallCode=H1R [cards] -1 U Ephemerate -2 U Generous Gift -3 R Giver of Runes -4 U King of the Pride -5 M Ranger-Captain of Eos -6 R Sisay, Weatherlight Captain -7 R Archmage's Charm -8 U Faerie Seer -9 R Force of Negation -10 U Tribute Mage -11 M Urza, Lord High Artificer -12 U Changeling Outcast -13 U Defile -14 R Plague Engineer -15 U Undead Augur -16 R Goblin Engineer -17 U Magmatic Sinkhole -18 U Shenanigans -19 R Ayula, Queen Among Bears -20 R Deep Forest Hermit -21 R Force of Vigor -22 U Llanowar Tribe -23 U Scale Up -24 U Weather the Storm -25 U Etchings of the Chosen -26 M The First Sliver -27 R Ice-Fang Coatl -28 U Ingenious Infiltrator -29 U Lavabelly Sliver -30 U Soulherder -31 M Sword of Sinew and Steel -32 M Sword of Truth and Justice -33 U Talisman of Conviction -34 U Talisman of Creativity -35 U Talisman of Curiosity -36 U Talisman of Hierarchy -37 U Talisman of Resilience -38 U Universal Automaton -39 R Hall of Heliod's Generosity -40 R Prismatic Vista +1 U Ephemerate @Bastien L. Deharme +2 U Generous Gift @Kev Walker +3 R Giver of Runes @Seb McKinnon +4 U King of the Pride @Jonathan Kuo +5 M Ranger-Captain of Eos @Ryan Pancoast +6 R Sisay, Weatherlight Captain @Anna Steinbauer +7 R Archmage's Charm @Alayna Danner +8 U Faerie Seer @Colin Boyer +9 R Force of Negation @Paul Scott Canavan +10 U Tribute Mage @Scott Murphy +11 M Urza, Lord High Artificer @Grzegorz Rutkowski +12 U Changeling Outcast @Micah Epstein +13 U Defile @Joe Slucher +14 R Plague Engineer @Nicholas Gregory +15 U Undead Augur @Sara Winters +16 R Goblin Engineer @Jehan Choo +17 U Magmatic Sinkhole @Mark Behm +18 U Shenanigans @Lindsey Look +19 R Ayula, Queen Among Bears @Jesper Ejsing +20 R Deep Forest Hermit @Chris Seaman +21 R Force of Vigor @Randy Vargas +22 U Llanowar Tribe @Scott Murphy +23 U Scale Up @Suzanne Helmigh +24 U Weather the Storm @Magali Villeneuve +25 U Etchings of the Chosen @Chuck Lukacs +26 M The First Sliver @Svetlin Velinov +27 R Ice-Fang Coatl @Filip Burburan +28 U Ingenious Infiltrator @Jason Rainville +29 U Lavabelly Sliver @Mark Behm +30 U Soulherder @Seb McKinnon +31 M Sword of Sinew and Steel @Chris Rahn +32 M Sword of Truth and Justice @Chris Rahn +33 U Talisman of Conviction @Lindsey Look +34 U Talisman of Creativity @Lindsey Look +35 U Talisman of Curiosity @Lindsey Look +36 U Talisman of Hierarchy @Lindsey Look +37 U Talisman of Resilience @Lindsey Look +38 U Universal Automaton @Ben Maier +39 R Hall of Heliod's Generosity @Daniel Ljunggren +40 R Prismatic Vista @Sam Burley diff --git a/forge-gui/res/editions/Modern Horizons 2.txt b/forge-gui/res/editions/Modern Horizons 2.txt index 69cff16d639..4bbc7b682e3 100644 --- a/forge-gui/res/editions/Modern Horizons 2.txt +++ b/forge-gui/res/editions/Modern Horizons 2.txt @@ -13,514 +13,514 @@ ChaosDraftThemes=MASTERS_SET ScryfallCode=MH2 [cards] -1 U Abiding Grace -2 U Arcbound Javelineer -3 C Arcbound Mouser -4 C Arcbound Prototype -5 U Barbed Spike -6 C Blacksmith's Skill -7 U Blossoming Calm -8 C Break Ties -9 U Caprichrome -10 U Constable of the Realm -11 C Disciple of the Sun -12 R Esper Sentinel -13 C Fairgrounds Patrol -14 U Glorious Enforcer -15 C Guardian Kirin -16 U Healer's Flock -17 C Knighted Myr -18 C Landscaper Colos -19 C Late to Dinner -20 C Lens Flare -21 C Marble Gargoyle -22 R Nykthos Paragon -23 R Out of Time -24 C Piercing Rays -25 U Prismatic Ending -26 R Resurgent Belief -27 R Sanctifier en-Vec -28 U Scour the Desert -29 R Search the Premises -30 M Serra's Emissary -31 U Skyblade's Boon -32 M Solitude -33 C Soul of Migration -34 U Thraben Watcher -35 R Timeless Dragon -36 C Unbounded Potential -37 C Aeromoeba -38 C Burdened Aerialist -39 R Dress Down -40 C Etherium Spinner -41 U Filigree Attendant -42 C Floodhound -43 C Foul Watcher -44 R Fractured Sanity -45 U Ghost-Lit Drifter -46 C Hard Evidence -47 R Inevitable Betrayal -48 U Junk Winder -49 C Lose Focus -50 U Lucid Dreams -51 C Mental Journey -52 M Murktide Regent -53 U Mystic Redaction -54 C Parcel Myr -55 C Phantasmal Dreadmaw -56 U Raving Visionary -57 C Recalibrate -58 R Rise and Shine -59 R Rishadan Dockhand -60 U Said // Done -61 U Scuttletide -62 C Shattered Ego -63 C So Shiny -64 U Specimen Collector -65 C Steelfin Whale -66 C Step Through -67 M Subtlety -68 R Suspend -69 M Svyelun of Sea and Sky -70 U Sweep the Skies -71 R Thought Monitor -72 U Tide Shaper -73 U Vedalken Infiltrator -74 U Archfiend of Sorrows -75 M Archon of Cruelty -76 C Bone Shards -77 U Break the Ice -78 C Cabal Initiate -79 U Clattering Augur -80 R Damn -81 R Dauthi Voidwalker -82 C Discerning Taste -83 C Echoing Return -84 U Feast of Sanity -85 U Flay Essence -86 C Gilt-Blade Prowler -87 M Grief -88 C Hell Mongrel -89 C Kitchen Imp -90 U Legion Vanguard -91 C Loathsome Curator -92 R Magus of the Bridge -93 R Necrogoyf -94 U Necromancer's Familiar -95 C Nested Shambler -96 R Persist -97 R Profane Tutor -98 U Radiant Epicure -99 C Sinister Starfish -100 U Sudden Edict -101 C Tizerus Charger -102 M Tourach, Dread Cantor -103 C Tourach's Canticle -104 C Tragic Fall -105 U Underworld Hermit -106 R Unmarked Grave -107 C Vermin Gorger -108 U Vile Entomber -109 C World-Weary -110 U Young Necromancer -111 C Arcbound Slasher -112 C Arcbound Tracker -113 U Arcbound Whelp -114 C Battle Plan -115 U Blazing Rootwalla -116 R Bloodbraid Marauder -117 R Breya's Apprentice -118 R Calibrated Blast -119 U Captain Ripley Vance -120 R Chef's Kiss -121 U Dragon's Rage Channeler -122 C Faithless Salvaging -123 U Fast // Furious -124 U Flame Blitz -125 U Flametongue Yearling -126 M Fury -127 C Galvanic Relay -128 C Gargadon -129 R Glimpse of Tomorrow -130 U Goblin Traprunner -131 C Gouged Zealot -132 R Harmonic Prodigy -133 U Kaleidoscorch -134 C Lightning Spear -135 C Mine Collapse -136 C Mount Velus Manticore -137 R Obsidian Charmaw -138 M Ragavan, Nimble Pilferer -139 C Revolutionist -140 C Skophos Reaver -141 U Slag Strider -142 U Spreading Insurrection -143 U Strike It Rich -144 C Tavern Scoundrel -145 C Unholy Heat -146 C Viashino Lashclaw -147 C Abundant Harvest -148 R Aeve, Progenitor Ooze -149 C Bannerhide Krushok -150 U Blessed Respite -151 M Chatterfang, Squirrel General -152 C Chatterstorm -153 R Chitterspitter -154 C Crack Open -155 C Deepwood Denizen -156 C Duskshell Crawler -157 M Endurance -158 U Fae Offering -159 C Flourishing Strike -160 U Foundation Breaker -161 C Funnel-Web Recluse -162 R Gaea's Will -163 C Glimmer Bairn -164 U Glinting Creeper -165 U Herd Baloth -166 R Ignoble Hierarch -167 C Jade Avenger -168 C Jewel-Eyed Cobra -169 C Orchard Strider -170 C Rift Sower -171 R Sanctum Weaver -172 U Scurry Oak -173 C Smell Fear -174 U Squirrel Sanctuary -175 U Squirrel Sovereign -176 R Sylvan Anthem -177 U Terramorph -178 M Thrasta, Tempest's Roar -179 U Timeless Witness -180 U Tireless Provisioner -181 C Urban Daggertooth -182 R Verdant Command -183 U Wren's Run Hydra -184 U Arcbound Shikari -185 U Arcus Acolyte -186 R Asmoranomardicadaistinaculdacar -187 C Breathless Knight -188 C Captured by Lagacs -189 R Carth the Lion -190 C Chrome Courier -191 U Combine Chrysalis -192 M Dakkon, Shadow Slayer -193 C Dihada's Ploy -194 C Drey Keeper -195 U Ethersworn Sphinx -196 C Foundry Helix -197 M Garth One-Eye -198 R General Ferrous Rokiric -199 M Geyadrone Dihada -200 C Goblin Anarchomancer -201 U Graceful Restoration -202 M Grist, the Hunger Tide -203 U Lazotep Chancellor -204 R Lonis, Cryptozoologist -205 R Master of Death -206 R Moderation -207 R Piru, the Volatile -208 R Priest of Fell Rites -209 U Prophetic Titan -210 U Rakdos Headliner -211 U Ravenous Squirrel -212 U Road // Ruin -213 C Storm God's Oracle -214 R Sythis, Harvest's Hand -215 C Terminal Agony -216 R Territorial Kavu -217 C Wavesifter -218 R Yusri, Fortune's Flame -219 R Academy Manufactor -220 U Altar of the Goyf -221 U Batterbone -222 C Bottle Golems -223 U Brainstone -224 R Dermotaxi -225 R Diamond Lion -226 C Fodder Tosser -227 M Kaldra Compleat -228 U Liquimetal Torque -229 U Monoskelion -230 C Myr Scrapling -231 R Nettlecyst -232 C Ornithopter of Paradise -233 U Sanctuary Raptor -234 M Scion of Draco -235 C Sojourner's Companion -236 R Sol Talisman -237 U Steel Dromedary -238 M Sword of Hearth and Home -239 C Tormod's Cryptkeeper -240 U The Underworld Cookbook -241 U Vectis Gloves -242 R Void Mirror -243 R Zabaz, the Glimmerwasp +1 U Abiding Grace @Ravenna Tran +2 U Arcbound Javelineer @Eric Deschamps +3 C Arcbound Mouser @Campbell White +4 C Arcbound Prototype @Svetlin Velinov +5 U Barbed Spike @James Paick +6 C Blacksmith's Skill @Jason A. Engle +7 U Blossoming Calm @Michael C. Hayes +8 C Break Ties @Tyler Walpole +9 U Caprichrome @Drew Tucker +10 U Constable of the Realm @Alexander Mokhov +11 C Disciple of the Sun @Eric Deschamps +12 R Esper Sentinel @Eric Deschamps +13 C Fairgrounds Patrol @Sidharth Chaturvedi +14 U Glorious Enforcer @Eric Deschamps +15 C Guardian Kirin @Anastasia Ovchinnikova +16 U Healer's Flock @Joe Slucher +17 C Knighted Myr @Izzy +18 C Landscaper Colos @Josu Hernaiz +19 C Late to Dinner @Kev Walker +20 C Lens Flare @Josh Hass +21 C Marble Gargoyle @Drew Tucker +22 R Nykthos Paragon @Martina Pilcerova +23 R Out of Time @Tobias Kwan +24 C Piercing Rays @Bryan Sola +25 U Prismatic Ending @John Stanko +26 R Resurgent Belief @Cliff Childs +27 R Sanctifier en-Vec @Michael C. Hayes +28 U Scour the Desert @Tyler Walpole +29 R Search the Premises @Matt Stewart +30 M Serra's Emissary @Nils Hamm +31 U Skyblade's Boon @David Gaillet +32 M Solitude @Evan Shipard +33 C Soul of Migration @Kev Walker +34 U Thraben Watcher @Bastien L. Deharme +35 R Timeless Dragon @Anastasia Ovchinnikova +36 C Unbounded Potential @Iain McCaig +37 C Aeromoeba @Victor Adame Minguez +38 C Burdened Aerialist @Zoltan Boros +39 R Dress Down @Iain McCaig +40 C Etherium Spinner @Mark Behm +41 U Filigree Attendant @Igor Kieryluk +42 C Floodhound @Lius Lasahido +43 C Foul Watcher @Mila Pesic +44 R Fractured Sanity @Drew Tucker +45 U Ghost-Lit Drifter @Mila Pesic +46 C Hard Evidence @Yeong-Hao Han +47 R Inevitable Betrayal @Franz Vohwinkel +48 U Junk Winder @Campbell White +49 C Lose Focus @Martina Fackova +50 U Lucid Dreams @Nils Hamm +51 C Mental Journey @Jim Pavelec +52 M Murktide Regent @Lucas Graciano +53 U Mystic Redaction @Donato Giancola +54 C Parcel Myr @Wisnu Tan +55 C Phantasmal Dreadmaw @Jesper Ejsing +56 U Raving Visionary @Eric Deschamps +57 C Recalibrate @Volkan Baǵa +58 R Rise and Shine @Franz Vohwinkel +59 R Rishadan Dockhand @Manuel Castañón +60 U Said // Done @Dallas Williams +61 U Scuttletide @Yeong-Hao Han +62 C Shattered Ego @Chris Cold +63 C So Shiny @Drew Tucker +64 U Specimen Collector @Ravenna Tran +65 C Steelfin Whale @Milivoj Ćeran +66 C Step Through @Randy Gallegos +67 M Subtlety @Anastasia Ovchinnikova +68 R Suspend @Lake Hurwitz +69 M Svyelun of Sea and Sky @Seb McKinnon +70 U Sweep the Skies @Alayna Danner +71 R Thought Monitor @Martina Pilcerova +72 U Tide Shaper @Lie Setiawan +73 U Vedalken Infiltrator @Izzy +74 U Archfiend of Sorrows @David Rapoza +75 M Archon of Cruelty @Andrew Mar +76 C Bone Shards @Tommy Arnold +77 U Break the Ice @Nicholas Gregory +78 C Cabal Initiate @Bastien L. Deharme +79 U Clattering Augur @Josh Hass +80 R Damn @Lucas Graciano +81 R Dauthi Voidwalker @Sidharth Chaturvedi +82 C Discerning Taste @Aaron Miller +83 C Echoing Return @Matt Stewart +84 U Feast of Sanity @Jim Pavelec +85 U Flay Essence @Bastien L. Deharme +86 C Gilt-Blade Prowler @Evyn Fong +87 M Grief @Nicholas Gregory +88 C Hell Mongrel @Robbie Trevino +89 C Kitchen Imp @Evyn Fong +90 U Legion Vanguard @John Stanko +91 C Loathsome Curator @Mila Pesic +92 R Magus of the Bridge @Bryan Sola +93 R Necrogoyf @Nicholas Gregory +94 U Necromancer's Familiar @Paul Scott Canavan +95 C Nested Shambler @Nicholas Gregory +96 R Persist @Milivoj Ćeran +97 R Profane Tutor @Richard Kane Ferguson +98 U Radiant Epicure @Christina Davis +99 C Sinister Starfish @Nils Hamm +100 U Sudden Edict @Ryan Yee +101 C Tizerus Charger @Jason A. Engle +102 M Tourach, Dread Cantor @Greg Staples +103 C Tourach's Canticle @Bastien L. Deharme +104 C Tragic Fall @Bastien L. Deharme +105 U Underworld Hermit @Jason A. Engle +106 R Unmarked Grave @James Paick +107 C Vermin Gorger @Tobias Kwan +108 U Vile Entomber @Chris Cold +109 C World-Weary @Evan Shipard +110 U Young Necromancer @Paul Scott Canavan +111 C Arcbound Slasher @Campbell White +112 C Arcbound Tracker @Campbell White +113 U Arcbound Whelp @Craig J Spearing +114 C Battle Plan @Paul Scott Canavan +115 U Blazing Rootwalla @Jokubas Uogintas +116 R Bloodbraid Marauder @Kari Christensen +117 R Breya's Apprentice @Aleksi Briclot +118 R Calibrated Blast @Evan Shipard +119 U Captain Ripley Vance @Mathias Kollros +120 R Chef's Kiss @Iain McCaig +121 U Dragon's Rage Channeler @Martina Fackova +122 C Faithless Salvaging @Bud Cook +123 U Fast // Furious @Deruchenko Alexander +124 U Flame Blitz @Colin Boyer +125 U Flametongue Yearling @Milivoj Ćeran +126 M Fury @Raoul Vitale +127 C Galvanic Relay @Lucas Staniec +128 C Gargadon @Chris Seaman +129 R Glimpse of Tomorrow @Jokubas Uogintas +130 U Goblin Traprunner @Craig J Spearing +131 C Gouged Zealot @Nicholas Gregory +132 R Harmonic Prodigy @Paul Scott Canavan +133 U Kaleidoscorch @Andrew Mar +134 C Lightning Spear @Steven Belledin +135 C Mine Collapse @Bud Cook +136 C Mount Velus Manticore @Olena Richards +137 R Obsidian Charmaw @Lucas Graciano +138 M Ragavan, Nimble Pilferer @Simon Dominic +139 C Revolutionist @Scott Murphy +140 C Skophos Reaver @Andrew Mar +141 U Slag Strider @Yeong-Hao Han +142 U Spreading Insurrection @Johann Bodin +143 U Strike It Rich @Volkan Baǵa +144 C Tavern Scoundrel @Cynthia Sheppard +145 C Unholy Heat @Kari Christensen +146 C Viashino Lashclaw @Caio Monteiro +147 C Abundant Harvest @Iris Compiet +148 R Aeve, Progenitor Ooze @Andrew Mar +149 C Bannerhide Krushok @Joe Slucher +150 U Blessed Respite @Kim Sokol +151 M Chatterfang, Squirrel General @Jason A. Engle +152 C Chatterstorm @Milivoj Ćeran +153 R Chitterspitter @Jason Felix +154 C Crack Open @Yeong-Hao Han +155 C Deepwood Denizen @Josu Hernaiz +156 C Duskshell Crawler @Yeong-Hao Han +157 M Endurance @Anastasia Ovchinnikova +158 U Fae Offering @Lucas Graciano +159 C Flourishing Strike @Jim Pavelec +160 U Foundation Breaker @Yeong-Hao Han +161 C Funnel-Web Recluse @Milivoj Ćeran +162 R Gaea's Will @Lucas Graciano +163 C Glimmer Bairn @Nils Hamm +164 U Glinting Creeper @Joe Slucher +165 U Herd Baloth @Nicholas Gregory +166 R Ignoble Hierarch @Mark Zug +167 C Jade Avenger @Chris Seaman +168 C Jewel-Eyed Cobra @Josu Hernaiz +169 C Orchard Strider @Raoul Vitale +170 C Rift Sower @Cristi Balanescu +171 R Sanctum Weaver @Kimonas Theodossiou +172 U Scurry Oak @Mark Zug +173 C Smell Fear @Cristi Balanescu +174 U Squirrel Sanctuary @Steve Argyle +175 U Squirrel Sovereign @Ilse Gort +176 R Sylvan Anthem @Franz Vohwinkel +177 U Terramorph @Darrell Riche +178 M Thrasta, Tempest's Roar @Andrew Mar +179 U Timeless Witness @Deruchenko Alexander +180 U Tireless Provisioner @Josu Hernaiz +181 C Urban Daggertooth @Randy Vargas +182 R Verdant Command @Mark Poole +183 U Wren's Run Hydra @Filip Burburan +184 U Arcbound Shikari @Campbell White +185 U Arcus Acolyte @Volkan Baǵa +186 R Asmoranomardicadaistinaculdacar @Ryan Pancoast +187 C Breathless Knight @Yeong-Hao Han +188 C Captured by Lagacs @Andrew Mar +189 R Carth the Lion @Donato Giancola +190 C Chrome Courier @Hector Ortiz +191 U Combine Chrysalis @Hector Ortiz +192 M Dakkon, Shadow Slayer @Richard Kane Ferguson +193 C Dihada's Ploy @Jason A. Engle +194 C Drey Keeper @Kev Walker +195 U Ethersworn Sphinx @Irina Nordsol +196 C Foundry Helix @Zezhou Chen +197 M Garth One-Eye @Micah Epstein +198 R General Ferrous Rokiric @Matt Stewart +199 M Geyadrone Dihada @Ekaterina Burmak +200 C Goblin Anarchomancer @Joe Slucher +201 U Graceful Restoration @Robbie Trevino +202 M Grist, the Hunger Tide @Yongjae Choi +203 U Lazotep Chancellor @Josu Hernaiz +204 R Lonis, Cryptozoologist @Andrew Mar +205 R Master of Death @John Stanko +206 R Moderation @Randy Vargas +207 R Piru, the Volatile @Greg Staples +208 R Priest of Fell Rites @Pauline Voss +209 U Prophetic Titan @Slawomir Maniak +210 U Rakdos Headliner @Ekaterina Burmak +211 U Ravenous Squirrel @Dan Scott +212 U Road // Ruin @Johann Bodin +213 C Storm God's Oracle @Pauline Voss +214 R Sythis, Harvest's Hand @Ryan Yee +215 C Terminal Agony @Lucas Graciano +216 R Territorial Kavu @E. M. Gist +217 C Wavesifter @Nils Hamm +218 R Yusri, Fortune's Flame @Steven Belledin +219 R Academy Manufactor @Campbell White +220 U Altar of the Goyf @Yeong-Hao Han +221 U Batterbone @Nicholas Gregory +222 C Bottle Golems @Kev Walker +223 U Brainstone @Drew Tucker +224 R Dermotaxi @Mark Zug +225 R Diamond Lion @Howard Lyon +226 C Fodder Tosser @Gabor Szikszai +227 M Kaldra Compleat @Vincent Proce +228 U Liquimetal Torque @Brian Snõddy +229 U Monoskelion @Jason A. Engle +230 C Myr Scrapling @Svetlin Velinov +231 R Nettlecyst @Vincent Proce +232 C Ornithopter of Paradise @Raoul Vitale +233 U Sanctuary Raptor @Drew Baker +234 M Scion of Draco @Greg Staples +235 C Sojourner's Companion @Lius Lasahido +236 R Sol Talisman @Volkan Baǵa +237 U Steel Dromedary @Joe Slucher +238 M Sword of Hearth and Home @Chris Rahn +239 C Tormod's Cryptkeeper @Greg Staples +240 U The Underworld Cookbook @Joe Slucher +241 U Vectis Gloves @Joe Slucher +242 R Void Mirror @Colin Boyer +243 R Zabaz, the Glimmerwasp @Jason Felix [special slot] -244 R Arid Mesa -245 C Darkmoss Bridge -246 C Drossforge Bridge -247 C Goldmire Bridge -248 R Marsh Flats -249 C Mistvault Bridge -250 R Misty Rainforest -251 U Power Depot -252 C Razortide Bridge -253 C Rustvale Bridge -254 R Scalding Tarn -255 C Silverbluff Bridge -256 C Slagwoods Bridge -257 C Tanglepool Bridge -258 C Thornglint Bridge -259 R Urza's Saga -260 R Verdant Catacombs -261 R Yavimaya, Cradle of Growth -262 U Angelic Curator -263 R Karmic Guide -264 U Seal of Cleansing -265 R Solitary Confinement -266 U Soul Snare -267 U Counterspell -268 U Sea Drake -269 U Seal of Removal -270 R Upheaval -271 R Wonder -272 U Bone Shredder -273 R Braids, Cabal Minion -274 U Greed -275 R Patriarch's Bidding -276 U Skirge Familiar -277 R Chance Encounter -278 U Flame Rift -279 R Goblin Bombardment -280 U Gorilla Shaman -281 M Imperial Recruiter -282 U Mogg Salvage -283 R Enchantress's Presence -284 U Hunting Pack -285 U Quirion Ranger -286 R Squirrel Mob -287 M Titania, Protector of Argoth -288 U Yavimaya Elder -289 R Chainer, Nightmare Adept -290 R Fire // Ice -291 M Mirari's Wake -292 R Shardless Agent -293 R Sterling Grove -294 R Vindicate -295 R Cursed Totem -296 U Extruder -297 U Millikin -298 R Nevinyrral's Disk -299 U Patchwork Gnomes -300 U Zuran Orb -301 M Cabal Coffers -302 U Mishra's Factory -303 R Riptide Laboratory +244 R Arid Mesa @Raymond Swanland +245 C Darkmoss Bridge @Raoul Vitale +246 C Drossforge Bridge @Raoul Vitale +247 C Goldmire Bridge @Aaron Miller +248 R Marsh Flats @Izzy +249 C Mistvault Bridge @Mathias Kollros +250 R Misty Rainforest @Shelly Wan +251 U Power Depot @James Paick +252 C Razortide Bridge @Rob Alexander +253 C Rustvale Bridge @Craig J Spearing +254 R Scalding Tarn @Philip Straub +255 C Silverbluff Bridge @Joseph Meehan +256 C Slagwoods Bridge @Lucas Graciano +257 C Tanglepool Bridge @Randy Gallegos +258 C Thornglint Bridge @Randy Gallegos +259 R Urza's Saga @Titus Lunter +260 R Verdant Catacombs @Vance Kovacs +261 R Yavimaya, Cradle of Growth @Sarah Finnigan +262 U Angelic Curator @Greg Staples +263 R Karmic Guide @Allen Williams +264 U Seal of Cleansing @Christopher Moeller +265 R Solitary Confinement @Scott M. Fischer +266 U Soul Snare @Evyn Fong +267 U Counterspell @Zack Stella +268 U Sea Drake @Rebecca Guay +269 U Seal of Removal @Christopher Moeller +270 R Upheaval @Kev Walker +271 R Wonder @Volkan Baǵa +272 U Bone Shredder @Ron Spencer +273 R Braids, Cabal Minion @Eric Peterson +274 U Greed @Izzy +275 R Patriarch's Bidding @Ilse Gort +276 U Skirge Familiar @Uriah Voth +277 R Chance Encounter @Steven Belledin +278 U Flame Rift @Anastasia Ovchinnikova +279 R Goblin Bombardment @Dave Kendall +280 U Gorilla Shaman @Filip Burburan +281 M Imperial Recruiter @Zack Stella +282 U Mogg Salvage @Paolo Parente +283 R Enchantress's Presence @Rebecca Guay +284 U Hunting Pack @Lucas Graciano +285 U Quirion Ranger @Allen Williams +286 R Squirrel Mob @Carl Critchlow +287 M Titania, Protector of Argoth @Magali Villeneuve +288 U Yavimaya Elder @Matt Cavotta +289 R Chainer, Nightmare Adept @Steve Prescott +290 R Fire // Ice @Dan Scott +291 M Mirari's Wake @Volkan Baǵa +292 R Shardless Agent @Izzy +293 R Sterling Grove @Seb McKinnon +294 R Vindicate @Brian Snõddy +295 R Cursed Totem @Aaron Miller +296 U Extruder @Mark Tedin +297 U Millikin @Joe Slucher +298 R Nevinyrral's Disk @Steve Argyle +299 U Patchwork Gnomes @Filip Burburan +300 U Zuran Orb @Ryan Pancoast +301 M Cabal Coffers @Don Hazeltine +302 U Mishra's Factory @Scott Chou +303 R Riptide Laboratory @John Avon [alternate art] -304 M Dakkon, Shadow Slayer -305 M Geyadrone Dihada -306 M Grist, the Hunger Tide -307 M Solitude -308 R Counterspell -309 M Subtlety -310 M Svyelun of Sea and Sky -311 M Grief -312 M Tourach, Dread Cantor -313 M Fury -314 M Imperial Recruiter -315 M Ragavan, Nimble Pilferer -316 M Chatterfang, Squirrel General -317 M Endurance -318 M Thrasta, Tempest's Roar -319 M Titania, Protector of Argoth -320 M Mirari's Wake -321 R Shardless Agent -322 R Vindicate -323 M Scion of Draco -324 M Sword of Hearth and Home -325 M Cabal Coffers -326 R Mishra's Factory +304 M Dakkon, Shadow Slayer @Jake Murray +305 M Geyadrone Dihada @Aleksi Briclot +306 M Grist, the Hunger Tide @Victor Adame Minguez +307 M Solitude @Svetlin Velinov +308 R Counterspell @Ryan Yee +309 M Subtlety @Svetlin Velinov +310 M Svyelun of Sea and Sky @Howard Lyon +311 M Grief @Svetlin Velinov +312 M Tourach, Dread Cantor @Zezhou Chen +313 M Fury @Svetlin Velinov +314 M Imperial Recruiter @Howard Lyon +315 M Ragavan, Nimble Pilferer @Zoltan Boros +316 M Chatterfang, Squirrel General @Milivoj Ćeran +317 M Endurance @Svetlin Velinov +318 M Thrasta, Tempest's Roar @Randy Vargas +319 M Titania, Protector of Argoth @Iris Compiet +320 M Mirari's Wake @Donato Giancola +321 R Shardless Agent @Mila Pesic +322 R Vindicate @Livia Prima +323 M Scion of Draco @Andrew Mar +324 M Sword of Hearth and Home @Randy Gallegos +325 M Cabal Coffers @Anastasia Ovchinnikova +326 R Mishra's Factory @Mark Poole [showcase] -327 U Blossoming Calm -328 R Esper Sentinel -329 C Late to Dinner -330 C Lens Flare -331 R Nykthos Paragon -332 R Search the Premises -333 M Serra's Emissary -334 R Dress Down -335 C Floodhound -336 R Fractured Sanity -337 M Murktide Regent -338 U Mystic Redaction -339 C Phantasmal Dreadmaw -340 R Rise and Shine -341 R Thought Monitor -342 M Archon of Cruelty -343 C Kitchen Imp -344 R Magus of the Bridge -345 R Persist -346 U Sudden Edict -347 U Underworld Hermit -348 C World-Weary -349 C Faithless Salvaging -350 U Flametongue Yearling -351 C Gargadon -352 R Harmonic Prodigy -353 R Obsidian Charmaw -354 C Abundant Harvest -355 R Ignoble Hierarch -356 C Jade Avenger -357 R Sylvan Anthem -358 U Timeless Witness -359 R Verdant Command -360 U Arcbound Shikari -361 U Arcus Acolyte -362 U Combine Chrysalis -363 M Dakkon, Shadow Slayer -364 U Ethersworn Sphinx -365 M Garth One-Eye -366 R General Ferrous Rokiric -367 M Geyadrone Dihada -368 M Grist, the Hunger Tide -369 U Lazotep Chancellor -370 R Lonis, Cryptozoologist -371 R Moderation -372 R Priest of Fell Rites -373 U Prophetic Titan -374 U Rakdos Headliner -375 U Ravenous Squirrel -376 U Road // Ruin -377 R Sythis, Harvest's Hand -378 R Dermotaxi -379 M Kaldra Compleat -380 R Urza's Saga +327 U Blossoming Calm @Michael C. Hayes +328 R Esper Sentinel @Eric Deschamps +329 C Late to Dinner @Kev Walker +330 C Lens Flare @Josh Hass +331 R Nykthos Paragon @Martina Pilcerova +332 R Search the Premises @Matt Stewart +333 M Serra's Emissary @Nils Hamm +334 R Dress Down @Iain McCaig +335 C Floodhound @Lius Lasahido +336 R Fractured Sanity @Drew Tucker +337 M Murktide Regent @Lucas Graciano +338 U Mystic Redaction @Donato Giancola +339 C Phantasmal Dreadmaw @Jesper Ejsing +340 R Rise and Shine @Franz Vohwinkel +341 R Thought Monitor @Martina Pilcerova +342 M Archon of Cruelty @Andrew Mar +343 C Kitchen Imp @Evyn Fong +344 R Magus of the Bridge @Bryan Sola +345 R Persist @Milivoj Ćeran +346 U Sudden Edict @Ryan Yee +347 U Underworld Hermit @Jason A. Engle +348 C World-Weary @Evan Shipard +349 C Faithless Salvaging @Bud Cook +350 U Flametongue Yearling @Milivoj Ćeran +351 C Gargadon @Chris Seaman +352 R Harmonic Prodigy @Paul Scott Canavan +353 R Obsidian Charmaw @Lucas Graciano +354 C Abundant Harvest @Iris Compiet +355 R Ignoble Hierarch @Mark Zug +356 C Jade Avenger @Chris Seaman +357 R Sylvan Anthem @Franz Vohwinkel +358 U Timeless Witness @Deruchenko Alexander +359 R Verdant Command @Mark Poole +360 U Arcbound Shikari @Campbell White +361 U Arcus Acolyte @Volkan Baǵa +362 U Combine Chrysalis @Hector Ortiz +363 M Dakkon, Shadow Slayer @Richard Kane Ferguson +364 U Ethersworn Sphinx @Irina Nordsol +365 M Garth One-Eye @Micah Epstein +366 R General Ferrous Rokiric @Matt Stewart +367 M Geyadrone Dihada @Ekaterina Burmak +368 M Grist, the Hunger Tide @Yongjae Choi +369 U Lazotep Chancellor @Josu Hernaiz +370 R Lonis, Cryptozoologist @Andrew Mar +371 R Moderation @Randy Vargas +372 R Priest of Fell Rites @Pauline Voss +373 U Prophetic Titan @Slawomir Maniak +374 U Rakdos Headliner @Ekaterina Burmak +375 U Ravenous Squirrel @Dan Scott +376 U Road // Ruin @Johann Bodin +377 R Sythis, Harvest's Hand @Ryan Yee +378 R Dermotaxi @Mark Zug +379 M Kaldra Compleat @Vincent Proce +380 R Urza's Saga @Titus Lunter [alternate frame] -381 C Blacksmith's Skill -382 C Marble Gargoyle -383 R Out of Time -384 U Prismatic Ending -385 R Resurgent Belief -386 R Sanctifier en-Vec -387 U Soul Snare -388 R Timeless Dragon -389 C Aeromoeba -390 R Inevitable Betrayal -391 R Rishadan Dockhand -392 C Step Through -393 M Svyelun of Sea and Sky -394 U Tide Shaper -395 C Bone Shards -396 R Damn -397 R Dauthi Voidwalker -398 R Necrogoyf -399 C Nested Shambler -400 R Persist -401 R Profane Tutor -402 M Tourach, Dread Cantor -403 U Vile Entomber -404 U Blazing Rootwalla -405 R Calibrated Blast -406 C Galvanic Relay -407 R Glimpse of Tomorrow -408 C Mine Collapse -409 R Aeve, Progenitor Ooze -410 M Chatterfang, Squirrel General -411 C Chatterstorm -412 R Gaea's Will -413 C Glimmer Bairn -414 R Ignoble Hierarch -415 U Squirrel Sovereign -416 M Titania, Protector of Argoth -417 R Asmoranomardicadaistinaculdacar -418 R Carth the Lion -419 R Chainer, Nightmare Adept -420 M Garth One-Eye -421 C Goblin Anarchomancer -422 R Piru, the Volatile -423 R Shardless Agent -424 C Terminal Agony -425 R Territorial Kavu -426 U Brainstone -427 R Diamond Lion -428 U Liquimetal Torque -429 U Monoskelion -430 C Ornithopter of Paradise -431 M Scion of Draco -432 R Sol Talisman -433 M Sword of Hearth and Home -434 U The Underworld Cookbook -435 R Void Mirror -436 R Arid Mesa -437 R Marsh Flats -438 R Misty Rainforest -439 R Scalding Tarn -440 R Verdant Catacombs -441 R Yavimaya, Cradle of Growth +381 C Blacksmith's Skill @Jason A. Engle +382 C Marble Gargoyle @Drew Tucker +383 R Out of Time @Tobias Kwan +384 U Prismatic Ending @John Stanko +385 R Resurgent Belief @Cliff Childs +386 R Sanctifier en-Vec @Michael C. Hayes +387 U Soul Snare @Evyn Fong +388 R Timeless Dragon @Anastasia Ovchinnikova +389 C Aeromoeba @Victor Adame Minguez +390 R Inevitable Betrayal @Franz Vohwinkel +391 R Rishadan Dockhand @Manuel Castañón +392 C Step Through @Randy Gallegos +393 M Svyelun of Sea and Sky @Seb McKinnon +394 U Tide Shaper @Lie Setiawan +395 C Bone Shards @Tommy Arnold +396 R Damn @Lucas Graciano +397 R Dauthi Voidwalker @Sidharth Chaturvedi +398 R Necrogoyf @Nicholas Gregory +399 C Nested Shambler @Nicholas Gregory +400 R Persist @Milivoj Ćeran +401 R Profane Tutor @Richard Kane Ferguson +402 M Tourach, Dread Cantor @Greg Staples +403 U Vile Entomber @Chris Cold +404 U Blazing Rootwalla @Jokubas Uogintas +405 R Calibrated Blast @Evan Shipard +406 C Galvanic Relay @Lucas Staniec +407 R Glimpse of Tomorrow @Jokubas Uogintas +408 C Mine Collapse @Bud Cook +409 R Aeve, Progenitor Ooze @Andrew Mar +410 M Chatterfang, Squirrel General @Jason A. Engle +411 C Chatterstorm @Milivoj Ćeran +412 R Gaea's Will @Lucas Graciano +413 C Glimmer Bairn @Nils Hamm +414 R Ignoble Hierarch @Mark Zug +415 U Squirrel Sovereign @Ilse Gort +416 M Titania, Protector of Argoth @Magali Villeneuve +417 R Asmoranomardicadaistinaculdacar @Ryan Pancoast +418 R Carth the Lion @Donato Giancola +419 R Chainer, Nightmare Adept @Steve Prescott +420 M Garth One-Eye @Micah Epstein +421 C Goblin Anarchomancer @Joe Slucher +422 R Piru, the Volatile @Greg Staples +423 R Shardless Agent @Izzy +424 C Terminal Agony @Lucas Graciano +425 R Territorial Kavu @E. M. Gist +426 U Brainstone @Drew Tucker +427 R Diamond Lion @Howard Lyon +428 U Liquimetal Torque @Brian Snõddy +429 U Monoskelion @Jason A. Engle +430 C Ornithopter of Paradise @Raoul Vitale +431 M Scion of Draco @Greg Staples +432 R Sol Talisman @Volkan Baǵa +433 M Sword of Hearth and Home @Chris Rahn +434 U The Underworld Cookbook @Joe Slucher +435 R Void Mirror @Colin Boyer +436 R Arid Mesa @Raymond Swanland +437 R Marsh Flats @Izzy +438 R Misty Rainforest @Shelly Wan +439 R Scalding Tarn @Philip Straub +440 R Verdant Catacombs @Vance Kovacs +441 R Yavimaya, Cradle of Growth @Sarah Finnigan [extended art] -442 R Out of Time -443 R Resurgent Belief -444 R Sanctifier en-Vec -445 R Timeless Dragon -446 R Inevitable Betrayal -447 R Rishadan Dockhand -448 R Suspend -449 R Damn -450 R Dauthi Voidwalker -451 R Necrogoyf -452 R Profane Tutor -453 R Unmarked Grave -454 R Bloodbraid Marauder -455 R Breya's Apprentice -456 R Calibrated Blast -457 R Chef's Kiss -458 R Glimpse of Tomorrow -459 R Aeve, Progenitor Ooze -460 R Chitterspitter -461 R Gaea's Will -462 R Sanctum Weaver -463 R Asmoranomardicadaistinaculdacar -464 R Carth the Lion -465 R Master of Death -466 R Piru, the Volatile -467 R Territorial Kavu -468 R Yusri, Fortune's Flame -469 R Academy Manufactor -470 R Diamond Lion -471 R Nettlecyst -472 R Sol Talisman -473 R Void Mirror -474 R Zabaz, the Glimmerwasp -475 R Arid Mesa -476 R Marsh Flats -477 R Misty Rainforest -478 R Scalding Tarn -479 R Verdant Catacombs -480 R Yavimaya, Cradle of Growth +442 R Out of Time @Tobias Kwan +443 R Resurgent Belief @Cliff Childs +444 R Sanctifier en-Vec @Michael C. Hayes +445 R Timeless Dragon @Anastasia Ovchinnikova +446 R Inevitable Betrayal @Franz Vohwinkel +447 R Rishadan Dockhand @Manuel Castañón +448 R Suspend @Lake Hurwitz +449 R Damn @Lucas Graciano +450 R Dauthi Voidwalker @Sidharth Chaturvedi +451 R Necrogoyf @Nicholas Gregory +452 R Profane Tutor @Richard Kane Ferguson +453 R Unmarked Grave @James Paick +454 R Bloodbraid Marauder @Kari Christensen +455 R Breya's Apprentice @Aleksi Briclot +456 R Calibrated Blast @Evan Shipard +457 R Chef's Kiss @Iain McCaig +458 R Glimpse of Tomorrow @Jokubas Uogintas +459 R Aeve, Progenitor Ooze @Andrew Mar +460 R Chitterspitter @Jason Felix +461 R Gaea's Will @Lucas Graciano +462 R Sanctum Weaver @Kimonas Theodossiou +463 R Asmoranomardicadaistinaculdacar @Ryan Pancoast +464 R Carth the Lion @Donato Giancola +465 R Master of Death @John Stanko +466 R Piru, the Volatile @Greg Staples +467 R Territorial Kavu @E. M. Gist +468 R Yusri, Fortune's Flame @Steven Belledin +469 R Academy Manufactor @Campbell White +470 R Diamond Lion @Howard Lyon +471 R Nettlecyst @Vincent Proce +472 R Sol Talisman @Volkan Baǵa +473 R Void Mirror @Colin Boyer +474 R Zabaz, the Glimmerwasp @Jason Felix +475 R Arid Mesa @Raymond Swanland +476 R Marsh Flats @Izzy +477 R Misty Rainforest @Shelly Wan +478 R Scalding Tarn @Philip Straub +479 R Verdant Catacombs @Vance Kovacs +480 R Yavimaya, Cradle of Growth @Sarah Finnigan [promo] -481 L Plains -482 L Plains -483 L Island -484 L Island -485 L Swamp -486 L Swamp -487 L Mountain -488 L Mountain -489 L Forest -490 L Forest +481 L Plains @Eric Peterson +482 L Plains @Alan Pollack +483 L Island @Donato Giancola +484 L Island @Douglas Shuler +485 L Swamp @Jerry Tiritilli +486 L Swamp @Pete Venters +487 L Mountain @Heather Hudson +488 L Mountain @Tony Szczudlo +489 L Forest @Rob Alexander +490 L Forest @John Avon [buy a box] -491 M Sanctum Prelate +491 M Sanctum Prelate @Michael C. Hayes [bundle] -492 R Yusri, Fortune's Flame +492 R Yusri, Fortune's Flame @Evyn Fong [Lands] 19 Arid Mesa|MH2|1 diff --git a/forge-gui/res/editions/Modern Horizons Promos.txt b/forge-gui/res/editions/Modern Horizons Promos.txt index 2377daceb61..3775eeffe95 100644 --- a/forge-gui/res/editions/Modern Horizons Promos.txt +++ b/forge-gui/res/editions/Modern Horizons Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PMH1 [cards] -3 R Astral Drift +3 R Astral Drift @Svetlin Velinov diff --git a/forge-gui/res/editions/Modern Horizons.txt b/forge-gui/res/editions/Modern Horizons.txt index b69a833713c..6e1a455c51b 100644 --- a/forge-gui/res/editions/Modern Horizons.txt +++ b/forge-gui/res/editions/Modern Horizons.txt @@ -12,261 +12,261 @@ ChaosDraftThemes=MASTERS_SET;GRAVEYARD_MATTERS ScryfallCode=MH1 [cards] -1 M Morophon, the Boundless -2 C Answered Prayers -3 R Astral Drift -4 U Battle Screech -5 U Dismantling Blow -6 C Enduring Sliver -7 C Ephemerate -8 U Face of Divinity -9 U First Sliver's Chosen -10 R Force of Virtue -11 U Generous Gift -12 C Gilded Light -13 R Giver of Runes -14 C Impostor of the Sixth Pride -15 C Irregular Cohort -16 U King of the Pride -17 C Knight of Old Benalia -18 C Lancer Sliver -19 C Martyr's Soul -20 R On Thin Ice -21 M Ranger-Captain of Eos -22 C Recruit the Worthy -23 C Reprobation -24 C Rhox Veteran -25 C Segovian Angel -26 M Serra the Benevolent -27 C Settle Beyond Reality -28 C Shelter -29 R Sisay, Weatherlight Captain -30 C Soul-Strike Technique -31 U Splicer's Skill -32 C Stirring Address -33 C Trustworthy Scout -34 U Valiant Changeling -35 U Vesperlark -36 C Wall of One Thousand Cuts -37 R Winds of Abandon -38 U Wing Shards -39 U Zhalfirin Decoy -40 R Archmage's Charm -41 R Bazaar Trademage -42 U Blizzard Strix -43 C Chillerpillar -44 C Choking Tethers -45 U Cunning Evasion -46 M Echo of Eons -47 U Everdream -48 U Exclude -49 C Eyekite -50 U Fact or Fiction -51 C Faerie Seer -52 R Force of Negation -53 R Future Sight -54 C Iceberg Cancrix -55 C Man-o'-War -56 R Marit Lage's Slumber -57 R Mirrodin Besieged -58 R Mist-Syndicate Naga -59 C Moonblade Shinobi -60 U Oneirophage -61 C Phantasmal Form -62 C Phantom Ninja -63 C Pondering Mage -64 C Prohibit -65 C Rain of Revelation -66 U Rebuild -67 C Scour All Possibilities -68 U Scuttling Sliver -69 C Smoke Shroud -70 C Spell Snuff -71 C Stream of Thought -72 C String of Disappearances -73 U Tribute Mage -74 U Twisted Reflection -75 M Urza, Lord High Artificer -76 U Watcher for Tomorrow -77 C Windcaller Aven -78 C Winter's Rest -79 C Azra Smokeshaper -80 R Cabal Therapist -81 U Carrion Feeder -82 C Changeling Outcast -83 R Cordial Vampire -84 U Crypt Rats -85 R Dead of Winter -86 C Defile -87 C Diabolic Edict -88 U Dregscape Sliver -89 R Endling -90 U Feaster of Fools -91 C First-Sphere Gargantua -92 R Force of Despair -93 C Gluttonous Slug -94 U Graveshifter -95 C Headless Specter -96 C Mind Rake -97 C Mob -98 R Nether Spirit -99 C Ninja of the New Moon -100 R Plague Engineer -101 C Putrid Goblin -102 C Rank Officer -103 C Ransack the Lab -104 C Return from Extinction -105 U Sadistic Obsession -106 U Shatter Assumptions -107 C Silumgar Scavenger -108 U Sling-Gang Lieutenant -109 U Smiting Helix -110 U Throatseeker -111 C Umezawa's Charm -112 U Undead Augur -113 C Unearth -114 C Venomous Changeling -115 C Warteye Witch -116 M Yawgmoth, Thran Physician -117 U Alpine Guide -118 R Aria of Flame -119 C Bladeback Sliver -120 C Bogardan Dragonheart -121 C Cleaving Sliver -122 U Firebolt -123 C Fists of Flame -124 R Force of Rage -125 C Geomancer's Gambit -126 C Goatnap -127 C Goblin Champion -128 R Goblin Engineer -129 U Goblin Matron -130 U Goblin Oriflamme -131 C Goblin War Party -132 U Hollowhead Sliver -133 C Igneous Elemental -134 C Lava Dart -135 C Magmatic Sinkhole -136 C Orcish Hellraiser -137 U Ore-Scale Guardian -138 R Pashalik Mons -139 U Pillage -140 R Planebound Accomplice -141 C Pyrophobia -142 C Quakefoot Cyclops -143 U Ravenous Giant -144 C Reckless Charge -145 M Seasoned Pyromancer -146 C Shenanigans -147 C Spinehorn Minotaur -148 R Spiteful Sliver -149 R Tectonic Reformation -150 U Throes of Chaos -151 U Urza's Rage -152 U Vengeful Devil -153 C Viashino Sandsprinter -154 C Volatile Claws -155 R Ayula, Queen Among Bears -156 R Ayula's Influence -157 C Bellowing Elk -158 R Collector Ouphe -159 U Conifer Wurm -160 R Crashing Footfalls -161 R Deep Forest Hermit -162 C Elvish Fury -163 C Excavating Anurid -164 R Force of Vigor -165 C Frostwalla -166 R Genesis -167 U Glacial Revelation -168 M Hexdrinker -169 C Krosan Tusker -170 U Llanowar Tribe -171 C Mother Bear -172 C Murasa Behemoth -173 U Nantuko Cultivator -174 C Nimble Mongoose -175 U Regrowth -176 C Rime Tender -177 U Saddled Rimestag -178 C Savage Swipe -179 U Scale Up -180 C Spore Frog -181 C Springbloom Druid -182 U Squirrel Nest -183 U Tempered Sliver -184 C Thornado -185 C Treefolk Umbra -186 C Treetop Ambusher -187 C Trumpeting Herd -188 C Twin-Silk Spider -189 M Unbound Flourishing -190 U Wall of Blossoms -191 C Weather the Storm -192 U Webweaver Changeling -193 C Winding Way -194 U Abominable Treefolk -195 R Cloudshredder Sliver -196 R Collected Conjuring -197 R Eladamri's Call -198 U Etchings of the Chosen -199 R Fallen Shinobi -200 M The First Sliver -201 U Good-Fortune Unicorn -202 R Hogaak, Arisen Necropolis -203 R Ice-Fang Coatl -204 U Ingenious Infiltrator -205 R Kaya's Guile -206 M Kess, Dissident Mage -207 U Lavabelly Sliver -208 R Lightning Skelemental -209 U Munitions Expert -210 C Nature's Chant -211 R Reap the Past -212 U Rotwidow Pack -213 U Ruination Rioter -214 U Soulherder -215 U Thundering Djinn -216 R Unsettled Mariner -217 M Wrenn and Six -218 R Altar of Dementia -219 C Amorphous Axe -220 C Arcum's Astrolabe -221 U Birthing Boughs -222 U Farmstead Gleaner -223 C Fountain of Ichor -224 U Icehide Golem -225 U Lesser Masticore -226 M Mox Tantalite -227 R Scrapyard Recombiner -228 M Sword of Sinew and Steel -229 M Sword of Truth and Justice -230 U Talisman of Conviction -231 U Talisman of Creativity -232 U Talisman of Curiosity -233 U Talisman of Hierarchy -234 U Talisman of Resilience -235 C Universal Automaton -236 U Barren Moor -237 C Cave of Temptation -238 R Fiery Islet -239 U Forgotten Cave -240 U Frostwalk Bastion -241 R Hall of Heliod's Generosity -242 U Lonely Sandbar -243 R Nurturing Peatland -244 R Prismatic Vista -245 U Secluded Steppe -246 R Silent Clearing -247 R Sunbaked Canyon -248 U Tranquil Thicket -249 R Waterlogged Grove -250 L Snow-Covered Plains -251 L Snow-Covered Island -252 L Snow-Covered Swamp -253 L Snow-Covered Mountain -254 L Snow-Covered Forest -255 R Flusterstorm +1 M Morophon, the Boundless @Victor Adame Minguez +2 C Answered Prayers @Seb McKinnon +3 R Astral Drift @Anna Steinbauer +4 U Battle Screech @Anastasia Ovchinnikova +5 U Dismantling Blow @Tomasz Jedruszek +6 C Enduring Sliver @Josh Hass +7 C Ephemerate @Bastien L. Deharme +8 U Face of Divinity @Martina Pilcerova +9 U First Sliver's Chosen @Steven Belledin +10 R Force of Virtue @Livia Prima +11 U Generous Gift @Kev Walker +12 C Gilded Light @John Avon +13 R Giver of Runes @Seb McKinnon +14 C Impostor of the Sixth Pride @Chris Seaman +15 C Irregular Cohort @Steve Argyle +16 U King of the Pride @Jonathan Kuo +17 C Knight of Old Benalia @Dan Scott +18 C Lancer Sliver @Lucas Graciano +19 C Martyr's Soul @Mila Pesic +20 R On Thin Ice @Lucas Graciano +21 M Ranger-Captain of Eos @Ryan Pancoast +22 C Recruit the Worthy @Joe Slucher +23 C Reprobation @Igor Kieryluk +24 C Rhox Veteran @Milivoj Ćeran +25 C Segovian Angel @Simon Dominic +26 M Serra the Benevolent @Magali Villeneuve +27 C Settle Beyond Reality @Anthony Palumbo +28 C Shelter @Christopher Moeller +29 R Sisay, Weatherlight Captain @Anna Steinbauer +30 C Soul-Strike Technique @Joe Slucher +31 U Splicer's Skill @Jason Felix +32 C Stirring Address @Volkan Baǵa +33 C Trustworthy Scout @Joseph Meehan +34 U Valiant Changeling @Gabor Szikszai +35 U Vesperlark @Raoul Vitale +36 C Wall of One Thousand Cuts @Greg Staples +37 R Winds of Abandon @Noah Bradley +38 U Wing Shards @Daren Bader +39 U Zhalfirin Decoy @Paul Scott Canavan +40 R Archmage's Charm @Alayna Danner +41 R Bazaar Trademage @Christopher Moeller +42 U Blizzard Strix @Suzanne Helmigh +43 C Chillerpillar @Suzanne Helmigh +44 C Choking Tethers @Deruchenko Alexander +45 U Cunning Evasion @Steve Argyle +46 M Echo of Eons @Terese Nielsen +47 U Everdream @Nils Hamm +48 U Exclude @Jehan Choo +49 C Eyekite @Dan Scott +50 U Fact or Fiction @Matt Cavotta +51 C Faerie Seer @Colin Boyer +52 R Force of Negation @Paul Scott Canavan +53 R Future Sight @Dan Scott +54 C Iceberg Cancrix @Ravenna Tran +55 C Man-o'-War @Jon J Muth +56 R Marit Lage's Slumber @Randy Vargas +57 R Mirrodin Besieged @Bram Sels +58 R Mist-Syndicate Naga @Randy Vargas +59 C Moonblade Shinobi @Taylor Ingvarsson +60 U Oneirophage @Martina Pilcerova +61 C Phantasmal Form @Steve Argyle +62 C Phantom Ninja @Joe Slucher +63 C Pondering Mage @Tommy Arnold +64 C Prohibit @Adam Rex +65 C Rain of Revelation @Nils Hamm +66 U Rebuild @Lindsey Look +67 C Scour All Possibilities @Mitchell Malloy +68 U Scuttling Sliver @Mike Bierek +69 C Smoke Shroud @Micah Epstein +70 C Spell Snuff @Nic Klein +71 C Stream of Thought @Seb McKinnon +72 C String of Disappearances @Seb McKinnon +73 U Tribute Mage @Scott Murphy +74 U Twisted Reflection @Jason Felix +75 M Urza, Lord High Artificer @Grzegorz Rutkowski +76 U Watcher for Tomorrow @Tommy Arnold +77 C Windcaller Aven @Uriah Voth +78 C Winter's Rest @Mila Pesic +79 C Azra Smokeshaper @Aaron Miller +80 R Cabal Therapist @Mitchell Malloy +81 U Carrion Feeder @Svetlin Velinov +82 C Changeling Outcast @Micah Epstein +83 R Cordial Vampire @Winona Nelson +84 U Crypt Rats @Matt Cavotta +85 R Dead of Winter @Zack Stella +86 C Defile @Joe Slucher +87 C Diabolic Edict @Franz Vohwinkel +88 U Dregscape Sliver @Zack Stella +89 R Endling @Livia Prima +90 U Feaster of Fools @John Severin Brassell +91 C First-Sphere Gargantua @Randy Vargas +92 R Force of Despair @Seb McKinnon +93 C Gluttonous Slug @Greg Staples +94 U Graveshifter @Jakub Kasper +95 C Headless Specter @Anastasia Ovchinnikova +96 C Mind Rake @Jason Rainville +97 C Mob @Sidharth Chaturvedi +98 R Nether Spirit @Deruchenko Alexander +99 C Ninja of the New Moon @Greg Opalinski +100 R Plague Engineer @Nicholas Gregory +101 C Putrid Goblin @Winona Nelson +102 C Rank Officer @Nicholas Gregory +103 C Ransack the Lab @Chris Seaman +104 C Return from Extinction @Deruchenko Alexander +105 U Sadistic Obsession @Matt Stewart +106 U Shatter Assumptions @Chuck Lukacs +107 C Silumgar Scavenger @Greg Staples +108 U Sling-Gang Lieutenant @Craig J Spearing +109 U Smiting Helix @Evan Shipard +110 U Throatseeker @Dmitry Burmak +111 C Umezawa's Charm @Eric Deschamps +112 U Undead Augur @Sara Winters +113 C Unearth @Jehan Choo +114 C Venomous Changeling @Aaron Miller +115 C Warteye Witch @Steve Prescott +116 M Yawgmoth, Thran Physician @Mark Winters +117 U Alpine Guide @Wayne Reynolds +118 R Aria of Flame @Greg Staples +119 C Bladeback Sliver @Svetlin Velinov +120 C Bogardan Dragonheart @Randy Vargas +121 C Cleaving Sliver @David Gaillet +122 U Firebolt @Chris Rallis +123 C Fists of Flame @Steve Argyle +124 R Force of Rage @Clint Cearley +125 C Geomancer's Gambit @Adam Paquette +126 C Goatnap @Mark Zug +127 C Goblin Champion @Kev Walker +128 R Goblin Engineer @Jehan Choo +129 U Goblin Matron @Jesper Ejsing +130 U Goblin Oriflamme @David Palumbo +131 C Goblin War Party @Deruchenko Alexander +132 U Hollowhead Sliver @Johan Grenier +133 C Igneous Elemental @Anastasia Ovchinnikova +134 C Lava Dart @Tyler Walpole +135 C Magmatic Sinkhole @Mark Behm +136 C Orcish Hellraiser @Darren Tan +137 U Ore-Scale Guardian @Aaron Miller +138 R Pashalik Mons @Even Amundsen +139 U Pillage @Jesper Ejsing +140 R Planebound Accomplice @Paul Scott Canavan +141 C Pyrophobia @Izzy +142 C Quakefoot Cyclops @Mike Bierek +143 U Ravenous Giant @Milivoj Ćeran +144 C Reckless Charge @Steve Argyle +145 M Seasoned Pyromancer @Cynthia Sheppard +146 C Shenanigans @Lindsey Look +147 C Spinehorn Minotaur @Jesper Ejsing +148 R Spiteful Sliver @Johann Bodin +149 R Tectonic Reformation @James Paick +150 U Throes of Chaos @Igor Kieryluk +151 U Urza's Rage @Jim Murray +152 U Vengeful Devil @Jakub Kasper +153 C Viashino Sandsprinter @Jason A. Engle +154 C Volatile Claws @Paul Scott Canavan +155 R Ayula, Queen Among Bears @Jesper Ejsing +156 R Ayula's Influence @Kari Christensen +157 C Bellowing Elk @Lucas Graciano +158 R Collector Ouphe @Filip Burburan +159 U Conifer Wurm @Raoul Vitale +160 R Crashing Footfalls @Dan Scott +161 R Deep Forest Hermit @Chris Seaman +162 C Elvish Fury @Randy Vargas +163 C Excavating Anurid @Joe Slucher +164 R Force of Vigor @Randy Vargas +165 C Frostwalla @Lars Grant-West +166 R Genesis @Alayna Danner +167 U Glacial Revelation @Magali Villeneuve +168 M Hexdrinker @Forrest Imel +169 C Krosan Tusker @Kev Walker +170 U Llanowar Tribe @Scott Murphy +171 C Mother Bear @Winona Nelson +172 C Murasa Behemoth @Dave Kendall +173 U Nantuko Cultivator @Jehan Choo +174 C Nimble Mongoose @Kev Walker +175 U Regrowth @Dan Scott +176 C Rime Tender @Bastien L. Deharme +177 U Saddled Rimestag @Winona Nelson +178 C Savage Swipe @David Gaillet +179 U Scale Up @Suzanne Helmigh +180 C Spore Frog @Donato Giancola +181 C Springbloom Druid @Randy Gallegos +182 U Squirrel Nest @Daniel Ljunggren +183 U Tempered Sliver @Mitchell Malloy +184 C Thornado @Volkan Baǵa +185 C Treefolk Umbra @Zack Stella +186 C Treetop Ambusher @Randy Vargas +187 C Trumpeting Herd @Lars Grant-West +188 C Twin-Silk Spider @Ben Maier +189 M Unbound Flourishing @Tomasz Jedruszek +190 U Wall of Blossoms @Heather Hudson +191 C Weather the Storm @Magali Villeneuve +192 U Webweaver Changeling @Nicholas Gregory +193 C Winding Way @Adam Paquette +194 U Abominable Treefolk @Jonas De Ro +195 R Cloudshredder Sliver @Filip Burburan +196 R Collected Conjuring @Steve Argyle +197 R Eladamri's Call @Kev Walker +198 U Etchings of the Chosen @Chuck Lukacs +199 R Fallen Shinobi @Tomasz Jedruszek +200 M The First Sliver @Svetlin Velinov +201 U Good-Fortune Unicorn @Kee Lo +202 R Hogaak, Arisen Necropolis @Vincent Proce +203 R Ice-Fang Coatl @Filip Burburan +204 U Ingenious Infiltrator @Jason Rainville +205 R Kaya's Guile @Jason Rainville +206 M Kess, Dissident Mage @Izzy +207 U Lavabelly Sliver @Mark Behm +208 R Lightning Skelemental @Nicholas Gregory +209 U Munitions Expert @Jesper Ejsing +210 C Nature's Chant @Raoul Vitale +211 R Reap the Past @John Severin Brassell +212 U Rotwidow Pack @Kev Walker +213 U Ruination Rioter @Dmitry Burmak +214 U Soulherder @Seb McKinnon +215 U Thundering Djinn @Anastasia Ovchinnikova +216 R Unsettled Mariner @John Stanko +217 M Wrenn and Six @Chase Stone +218 R Altar of Dementia @Brom +219 C Amorphous Axe @Martina Pilcerova +220 C Arcum's Astrolabe @Igor Kieryluk +221 U Birthing Boughs @Mike Bierek +222 U Farmstead Gleaner @Josh Hass +223 C Fountain of Ichor @Grzegorz Rutkowski +224 U Icehide Golem @Paul Scott Canavan +225 U Lesser Masticore @Wisnu Tan +226 M Mox Tantalite @Ryan Pancoast +227 R Scrapyard Recombiner @Simon Dominic +228 M Sword of Sinew and Steel @Chris Rahn +229 M Sword of Truth and Justice @Chris Rahn +230 U Talisman of Conviction @Lindsey Look +231 U Talisman of Creativity @Lindsey Look +232 U Talisman of Curiosity @Lindsey Look +233 U Talisman of Hierarchy @Lindsey Look +234 U Talisman of Resilience @Lindsey Look +235 C Universal Automaton @Ben Maier +236 U Barren Moor @Noah Bradley +237 C Cave of Temptation @Winona Nelson +238 R Fiery Islet @Richard Wright +239 U Forgotten Cave @Noah Bradley +240 U Frostwalk Bastion @Jedd Chevrier +241 R Hall of Heliod's Generosity @Daniel Ljunggren +242 U Lonely Sandbar @Noah Bradley +243 R Nurturing Peatland @Noah Bradley +244 R Prismatic Vista @Sam Burley +245 U Secluded Steppe @Noah Bradley +246 R Silent Clearing @Seb McKinnon +247 R Sunbaked Canyon @Yeong-Hao Han +248 U Tranquil Thicket @Noah Bradley +249 R Waterlogged Grove @John Avon +250 L Snow-Covered Plains @Titus Lunter +251 L Snow-Covered Island @Titus Lunter +252 L Snow-Covered Swamp @Titus Lunter +253 L Snow-Covered Mountain @Titus Lunter +254 L Snow-Covered Forest @Titus Lunter +255 R Flusterstorm @Chris Rallis [tokens] b_2_2_zombie diff --git a/forge-gui/res/editions/Modern Masters 2015.txt b/forge-gui/res/editions/Modern Masters 2015.txt index d71b4201e85..5f152c4f799 100644 --- a/forge-gui/res/editions/Modern Masters 2015.txt +++ b/forge-gui/res/editions/Modern Masters 2015.txt @@ -12,255 +12,255 @@ ChaosDraftThemes=MASTERS_SET ScryfallCode=MM2 [cards] -1 R All Is Dust -2 U Artisan of Kozilek -3 M Emrakul, the Aeons Torn -4 M Karn Liberated -5 M Kozilek, Butcher of Truth -6 M Ulamog, the Infinite Gyre -7 C Ulamog's Crusher -8 C Apostle's Blessing -9 C Arrest -10 R Battlegrace Angel -11 U Celestial Purge -12 C Conclave Phalanx -13 C Court Homunculus -14 R Daybreak Coronet -15 U Dispatch -16 M Elesh Norn, Grand Cenobite -17 C Fortify -18 U Hikari, Twilight Guardian -19 R Indomitable Archangel -20 M Iona, Shield of Emeria -21 C Kami of Ancient Law -22 U Kor Duelist -23 R Leyline of Sanctity -24 C Mighty Leap -25 R Mirran Crusader -26 R Mirror Entity -27 C Moonlit Strider -28 U Myrsmith -29 U Oblivion Ring -30 C Otherworldly Journey -31 C Raise the Alarm -32 C Skyhunter Skirmisher -33 U Spectral Procession -34 C Sunlance -35 C Sunspear Shikari -36 U Taj-Nar Swordsmith -37 C Terashi's Grasp -38 C Waxmane Baku -39 C AEthersnipe -40 U Air Servant -41 R Argent Sphinx -42 C Cloud Elemental -43 R Cryptic Command -44 C Faerie Mechanist -45 U Flashfreeze -46 R Guile -47 C Helium Squirter -48 R Hurkyl's Recall -49 R Inexorable Tide -50 C Mana Leak -51 U Mulldrifter -52 C Narcolepsy -53 U Novijen Sages -54 U Qumulox -55 U Remand -56 C Repeal -57 C Somber Hoverguard -58 C Steady Progress -59 C Stoic Rebuttal -60 R Surrakar Spellblade -61 C Telling Time -62 M Tezzeret the Seeker -63 U Tezzeret's Gambit -64 C Thoughtcast -65 C Thrummingbird -66 C Vapor Snag -67 M Vendilion Clique -68 C Vigean Graftmage -69 U Water Servant -70 C Wings of Velis Vel -71 M Bitterblossom -72 C Bloodthrone Vampire -73 C Bone Splinters -74 U Daggerclaw Imp -75 M Dark Confidant -76 C Death Denied -77 U Deathmark -78 U Devouring Greed -79 U Dismember -80 C Dread Drone -81 C Duskhunter Bat -82 R Endrek Sahr, Master Breeder -83 C Ghostly Changeling -84 C Grim Affliction -85 C Instill Infection -86 R Midnight Banshee -87 C Nameless Inversion -88 R Necroskitter -89 C Plagued Rusalka -90 R Profane Command -91 R Puppeteer Clique -92 U Reassembling Skeleton -93 U Scavenger Drake -94 C Scuttling Death -95 C Shrivel -96 C Sickle Ripper -97 C Sign in Blood -98 U Spread the Sickness -99 R Surgical Extraction -100 C Thief of Hope -101 C Vampire Lacerator -102 U Vampire Outcasts -103 C Waking Nightmare -104 R Banefire -105 C Blades of Velis Vel -106 C Blood Ogre -107 U Bloodshot Trainee -108 C Brute Force -109 C Burst Lightning -110 U Combust -111 M Comet Storm -112 C Dragonsoul Knight -113 C Fiery Fall -114 C Goblin Fireslinger -115 C Goblin War Paint -116 C Gorehorn Minotaurs -117 C Gut Shot -118 R Hellkite Charger -119 U Incandescent Soulstoke -120 C Inner-Flame Igniter -121 M Kiki-Jiki, Mirror Breaker -122 U Lightning Bolt -123 U Skarrgan Firebird -124 C Smash to Smithereens -125 C Smokebraider -126 C Soulbright Flamekin -127 R Spikeshot Elder -128 U Spitebellows -129 R Splinter Twin -130 U Stormblood Berserker -131 R Thunderblust -132 C Tribal Flames -133 C Viashino Slaughtermaster -134 R Wildfire -135 U Worldheart Phoenix -136 C Wrap in Flames -137 U Algae Gharial -138 R All Suns' Dawn -139 R Ant Queen -140 C Aquastrand Spider -141 U Bestial Menace -142 C Commune with Nature -143 U Cytoplast Root-Kin -144 C Gnarlid Pack -145 U Karplusan Strider -146 C Kavu Primarch -147 C Kozilek's Predator -148 C Matca Rioters -149 U Mutagenic Growth -150 C Nest Invader -151 R Noble Hierarch -152 U Overwhelm -153 R Overwhelming Stampede -154 U Pelakka Wurm -155 C Plummet -156 M Primeval Titan -157 C Rampant Growth -158 U Root-Kin Ally -159 C Scatter the Seeds -160 C Scion of the Wild -161 R Scute Mob -162 C Simic Initiate -163 C Sundering Vitae -164 C Sylvan Bounty -165 M Tarmogoyf -166 C Thrive -167 C Tukatongue Thallid -168 C Vines of Vastwood -169 R Wolfbriar Elemental -170 U Agony Warp -171 R Apocalypse Hydra -172 U Boros Swiftblade -173 U Drooling Groodion -174 U Electrolyze -175 U Ethercaste Knight -176 R Ghost Council of Orzhova -177 U Glassdust Hulk -178 R Horde of Notions -179 U Lorescale Coatl -180 R Mystic Snake -181 U Necrogenesis -182 R Niv-Mizzet, the Firemind -183 U Pillory of the Sleepless -184 U Plaxcaster Frogling -185 U Savage Twister -186 R Shadowmage Infiltrator -187 U Sigil Blessing -188 U Vengeful Rebirth -189 U Wrecking Ball -190 U Ashenmoor Gouger -191 R Creakwood Liege -192 U Dimir Guildmage -193 R Fulminator Mage -194 U Hearthfire Hobgoblin -195 R Nobilis of War -196 U Restless Apparition -197 U Selesnya Guildmage -198 U Shrewd Hatchling -199 R Swans of Bryn Argoll -200 R Wilt-Leaf Liege -201 C Alloy Myr -202 C Blinding Souleater -203 C Cathodion -204 R Chimeric Mass -205 C Copper Carapace -206 U Cranial Plating -207 U Culling Dais -208 U Darksteel Axe -209 R Etched Champion -210 R Etched Monstrosity -211 U Etched Oracle -212 U Everflowing Chalice -213 U Expedition Map -214 C Flayer Husk -215 C Frogmite -216 C Glint Hawk Idol -217 C Gust-Skimmer -218 C Kitesail -219 R Lodestone Golem -220 R Lodestone Myr -221 R Long-Forgotten Gohei -222 U Mortarpod -223 M Mox Opal -224 C Myr Enforcer -225 R Precursor Golem -226 C Runed Servitor -227 C Rusted Relic -228 C Sickleslicer -229 C Skyreach Manta -230 R Spellskite -231 C Sphere of the Suns -232 R Sunforger -233 U Tumble Magnet -234 C Wayfarer's Bauble -235 U Azorius Chancery -236 R Blinkmoth Nexus -237 U Boros Garrison -238 C Darksteel Citadel -239 U Dimir Aqueduct -240 U Eldrazi Temple -241 C Evolving Wilds -242 R Eye of Ugin -243 U Golgari Rot Farm -244 U Gruul Turf -245 U Izzet Boilerworks -246 U Orzhov Basilica -247 U Rakdos Carnarium -248 U Selesnya Sanctuary -249 U Simic Growth Chamber +1 R All Is Dust @Jason Felix +2 U Artisan of Kozilek @Jason Felix +3 M Emrakul, the Aeons Torn @Mark Tedin +4 M Karn Liberated @Jason Chan +5 M Kozilek, Butcher of Truth @Michael Komarck +6 M Ulamog, the Infinite Gyre @Aleksi Briclot +7 C Ulamog's Crusher @Todd Lockwood +8 C Apostle's Blessing @Brad Rigney +9 C Arrest @Daarken +10 R Battlegrace Angel @Matt Stewart +11 U Celestial Purge @David Palumbo +12 C Conclave Phalanx @Wayne Reynolds +13 C Court Homunculus @Matt Cavotta +14 R Daybreak Coronet @Johannes Voss +15 U Dispatch @Erica Yang +16 M Elesh Norn, Grand Cenobite @Igor Kieryluk +17 C Fortify @Christopher Moeller +18 U Hikari, Twilight Guardian @Glen Angus +19 R Indomitable Archangel @Allen Williams +20 M Iona, Shield of Emeria @Jason Chan +21 C Kami of Ancient Law @Mark Tedin +22 U Kor Duelist @Izzy +23 R Leyline of Sanctity @Ryan Pancoast +24 C Mighty Leap @rk post +25 R Mirran Crusader @Eric Deschamps +26 R Mirror Entity @Zoltan Boros & Gabor Szikszai +27 C Moonlit Strider @John Avon +28 U Myrsmith @Eric Deschamps +29 U Oblivion Ring @Franz Vohwinkel +30 C Otherworldly Journey @Vance Kovacs +31 C Raise the Alarm @Zoltan Boros +32 C Skyhunter Skirmisher @Greg Staples +33 U Spectral Procession @Tomasz Jedruszek +34 C Sunlance @Volkan Baǵa +35 C Sunspear Shikari @Allen Williams +36 U Taj-Nar Swordsmith @Todd Lockwood +37 C Terashi's Grasp @Mark Tedin +38 C Waxmane Baku @Greg Hildebrandt +39 C Aethersnipe @Zoltan Boros & Gabor Szikszai +40 U Air Servant @Lars Grant-West +41 R Argent Sphinx @Chris Rahn +42 C Cloud Elemental @Michael Sutfin +43 R Cryptic Command @Wayne England +44 C Faerie Mechanist @Matt Cavotta +45 U Flashfreeze @Brian Despain +46 R Guile @Zoltan Boros & Gabor Szikszai +47 C Helium Squirter @Hideaki Takamura +48 R Hurkyl's Recall @Ralph Horsley +49 R Inexorable Tide @Dave Kendall +50 C Mana Leak @Howard Lyon +51 U Mulldrifter @Eric Fortune +52 C Narcolepsy @Johann Bodin +53 U Novijen Sages @Luca Zontini +54 U Qumulox @Carl Critchlow +55 U Remand @Zoltan Boros +56 C Repeal @Anthony Palumbo +57 C Somber Hoverguard @Adam Rex +58 C Steady Progress @Efrem Palacios +59 C Stoic Rebuttal @Chris Rahn +60 R Surrakar Spellblade @Dave Kendall +61 C Telling Time @Scott M. Fischer +62 M Tezzeret the Seeker @Anthony Francisco +63 U Tezzeret's Gambit @Karl Kopinski +64 C Thoughtcast @Greg Hildebrandt +65 C Thrummingbird @Efrem Palacios +66 C Vapor Snag @Raymond Swanland +67 M Vendilion Clique @Willian Murai +68 C Vigean Graftmage @Alan Pollack +69 U Water Servant @Igor Kieryluk +70 C Wings of Velis Vel @Jim Pavelec +71 M Bitterblossom @Rebecca Guay +72 C Bloodthrone Vampire @Steve Argyle +73 C Bone Splinters @Cole Eastburn +74 U Daggerclaw Imp @Pete Venters +75 M Dark Confidant @Scott M. Fischer +76 C Death Denied @James Paick +77 U Deathmark @Steven Belledin +78 U Devouring Greed @Vance Kovacs +79 U Dismember @Terese Nielsen +80 C Dread Drone @Raymond Swanland +81 C Duskhunter Bat @Jesper Ejsing +82 R Endrek Sahr, Master Breeder @Mark Tedin +83 C Ghostly Changeling @Chuck Lukacs +84 C Grim Affliction @Erica Yang +85 C Instill Infection @Chris Rahn +86 R Midnight Banshee @Daarken +87 C Nameless Inversion @Jeff Miracola +88 R Necroskitter @Jaime Jones +89 C Plagued Rusalka @Alex Horley-Orlandelli +90 R Profane Command @Wayne England +91 R Puppeteer Clique @Daren Bader +92 U Reassembling Skeleton @Austin Hsu +93 U Scavenger Drake @Trevor Claxton +94 C Scuttling Death @Thomas M. Baxa +95 C Shrivel @Jung Park +96 C Sickle Ripper @Dan Scott +97 C Sign in Blood @Howard Lyon +98 U Spread the Sickness @Jaime Jones +99 R Surgical Extraction @Steven Belledin +100 C Thief of Hope @Greg Hildebrandt +101 C Vampire Lacerator @Steve Argyle +102 U Vampire Outcasts @Clint Cearley +103 C Waking Nightmare @Mitch Cotie +104 R Banefire @Raymond Swanland +105 C Blades of Velis Vel @Ron Spencer +106 C Blood Ogre @Christopher Moeller +107 U Bloodshot Trainee @Matt Stewart +108 C Brute Force @Wayne Reynolds +109 C Burst Lightning @Vance Kovacs +110 U Combust @Jaime Jones +111 M Comet Storm @Jung Park +112 C Dragonsoul Knight @Justin Sweet +113 C Fiery Fall @Daarken +114 C Goblin Fireslinger @Pete Venters +115 C Goblin War Paint @Austin Hsu +116 C Gorehorn Minotaurs @Wayne Reynolds +117 C Gut Shot @Greg Staples +118 R Hellkite Charger @Jaime Jones +119 U Incandescent Soulstoke @Todd Lockwood +120 C Inner-Flame Igniter @Scott Hampton +121 M Kiki-Jiki, Mirror Breaker @Steven Belledin +122 U Lightning Bolt @Christopher Moeller +123 U Skarrgan Firebird @Kev Walker +124 C Smash to Smithereens @Pete Venters +125 C Smokebraider @Anthony S. Waters +126 C Soulbright Flamekin @Kev Walker +127 R Spikeshot Elder @Izzy +128 U Spitebellows @Larry MacDougall +129 R Splinter Twin @Goran Josic +130 U Stormblood Berserker @Min Yum +131 R Thunderblust @Dan Scott +132 C Tribal Flames @Zack Stella +133 C Viashino Slaughtermaster @Raymond Swanland +134 R Wildfire @Rob Alexander +135 U Worldheart Phoenix @Aleksi Briclot +136 C Wrap in Flames @Véronique Meignaud +137 U Algae Gharial @Michael Ryan +138 R All Suns' Dawn @Glen Angus +139 R Ant Queen @Trevor Claxton +140 C Aquastrand Spider @Dany Orizio +141 U Bestial Menace @Andrew Robinson +142 C Commune with Nature @Lars Grant-West +143 U Cytoplast Root-Kin @Thomas M. Baxa +144 C Gnarlid Pack @Johann Bodin +145 U Karplusan Strider @Dan Scott +146 C Kavu Primarch @Kev Walker +147 C Kozilek's Predator @Steve Argyle +148 C Matca Rioters @Steve Argyle +149 U Mutagenic Growth @Dave Kendall +150 C Nest Invader @Trevor Claxton +151 R Noble Hierarch @Mark Zug +152 U Overwhelm @Wayne Reynolds +153 R Overwhelming Stampede @Steven Belledin +154 U Pelakka Wurm @Daniel Ljunggren +155 C Plummet @Pete Venters +156 M Primeval Titan @Aleksi Briclot +157 C Rampant Growth @Steven Belledin +158 U Root-Kin Ally @Arnie Swekel +159 C Scatter the Seeds @Rob Alexander +160 C Scion of the Wild @Kev Walker +161 R Scute Mob @Zoltan Boros & Gabor Szikszai +162 C Simic Initiate @Dany Orizio +163 C Sundering Vitae @Shishizaru +164 C Sylvan Bounty @Chris Rahn +165 M Tarmogoyf @Ryan Barger +166 C Thrive @Daren Bader +167 C Tukatongue Thallid @Vance Kovacs +168 C Vines of Vastwood @Christopher Moeller +169 R Wolfbriar Elemental @Chippy +170 U Agony Warp @Dave Allsop +171 R Apocalypse Hydra @Jason Chan +172 U Boros Swiftblade @Doug Chaffee +173 U Drooling Groodion @Kev Walker +174 U Electrolyze @Zoltan Boros & Gabor Szikszai +175 U Ethercaste Knight @Steven Belledin +176 R Ghost Council of Orzhova @Greg Staples +177 U Glassdust Hulk @Franz Vohwinkel +178 R Horde of Notions @Adam Rex +179 U Lorescale Coatl @Greg Staples +180 R Mystic Snake @Daren Bader +181 U Necrogenesis @Trevor Claxton +182 R Niv-Mizzet, the Firemind @Todd Lockwood +183 U Pillory of the Sleepless @Marc Simonetti +184 U Plaxcaster Frogling @Greg Staples +185 U Savage Twister @John Avon +186 R Shadowmage Infiltrator @Tomasz Jedruszek +187 U Sigil Blessing @Matt Stewart +188 U Vengeful Rebirth @Vance Kovacs +189 U Wrecking Ball @Ron Spears +190 U Ashenmoor Gouger @Matt Cavotta +191 R Creakwood Liege @Cole Eastburn +192 U Dimir Guildmage @Adam Rex +193 R Fulminator Mage @rk post +194 U Hearthfire Hobgoblin @Steven Belledin +195 R Nobilis of War @Christopher Moeller +196 U Restless Apparition @Jeff Easley +197 U Selesnya Guildmage @Mark Zug +198 U Shrewd Hatchling @Carl Frank +199 R Swans of Bryn Argoll @Eric Fortune +200 R Wilt-Leaf Liege @Jason Chan +201 C Alloy Myr @Matt Cavotta +202 C Blinding Souleater @Igor Kieryluk +203 C Cathodion @Izzy +204 R Chimeric Mass @David Palumbo +205 C Copper Carapace @Franz Vohwinkel +206 U Cranial Plating @Adam Rex +207 U Culling Dais @Anthony Palumbo +208 U Darksteel Axe @Daniel Ljunggren +209 R Etched Champion @Igor Kieryluk +210 R Etched Monstrosity @Steven Belledin +211 U Etched Oracle @Matt Cavotta +212 U Everflowing Chalice @Steve Argyle +213 U Expedition Map @Franz Vohwinkel +214 C Flayer Husk @Igor Kieryluk +215 C Frogmite @Terese Nielsen +216 C Glint Hawk Idol @Dave Allsop +217 C Gust-Skimmer @Dan Scott +218 C Kitesail @Cyril Van Der Haegen +219 R Lodestone Golem @Chris Rahn +220 R Lodestone Myr @Greg Staples +221 R Long-Forgotten Gohei @Alan Pollack +222 U Mortarpod @Eric Deschamps +223 M Mox Opal @Volkan Baǵa +224 C Myr Enforcer @Jim Murray +225 R Precursor Golem @Chippy +226 C Runed Servitor @Mike Bierek +227 C Rusted Relic @Igor Kieryluk +228 C Sickleslicer @Jason Felix +229 C Skyreach Manta @Christopher Moeller +230 R Spellskite @Chippy +231 C Sphere of the Suns @Jana Schirmer & Johannes Voss +232 R Sunforger @Darrell Riche +233 U Tumble Magnet @Drew Baker +234 C Wayfarer's Bauble @Darrell Riche +235 U Azorius Chancery @John Avon +236 R Blinkmoth Nexus @Sam Burley +237 U Boros Garrison @John Avon +238 C Darksteel Citadel @John Avon +239 U Dimir Aqueduct @John Avon +240 U Eldrazi Temple @James Paick +241 C Evolving Wilds @Steven Belledin +242 R Eye of Ugin @James Paick +243 U Golgari Rot Farm @John Avon +244 U Gruul Turf @John Avon +245 U Izzet Boilerworks @John Avon +246 U Orzhov Basilica @John Avon +247 U Rakdos Carnarium @John Avon +248 U Selesnya Sanctuary @John Avon +249 U Simic Growth Chamber @John Avon [tokens] c_0_1_eldrazi_spawn_sac diff --git a/forge-gui/res/editions/Modern Masters 2017.txt b/forge-gui/res/editions/Modern Masters 2017.txt index 3b9da04d5ca..5f723d18429 100644 --- a/forge-gui/res/editions/Modern Masters 2017.txt +++ b/forge-gui/res/editions/Modern Masters 2017.txt @@ -12,255 +12,255 @@ ChaosDraftThemes=MASTERS_SET;GRAVEYARD_MATTERS ScryfallCode=MM3 [cards] -1 C Attended Knight -2 U Banishing Stroke -3 R Blade Splicer -4 M Entreat the Angels -5 C Eyes in the Skies -6 U Flickerwisp -7 C Gideon's Lawkeeper -8 C Graceful Reprieve -9 U Intangible Virtue -10 C Kor Hookmaster -11 C Kor Skyfisher -12 U Lingering Souls -13 M Linvala, Keeper of Silence -14 C Lone Missionary -15 U Master Splicer -16 C Momentary Blink -17 U Path to Exile -18 C Pitfall Trap -19 R Ranger of Eos -20 R Restoration Angel -21 C Rootborn Defenses -22 R Seance -23 C Sensor Splicer -24 C Soul Warden -25 R Stony Silence -26 R Terminus -27 U Urbis Protector -28 C Wake the Reflections -29 C Youthful Knight -30 C Augur of Bolas -31 U Azure Mage -32 R Cackling Counterpart -33 U Compulsive Research -34 C Crippling Chill -35 R Cyclonic Rift -36 R Deadeye Navigator -37 U Familiar's Ruse -38 C Forbidden Alchemy -39 C Ghostly Flicker -40 R Gifts Ungiven -41 C Grasp of Phantoms -42 C Kraken Hatchling -43 C Mist Raven -44 C Mystical Teachings -45 U Opportunity -46 R Phantasmal Image -47 C Rewind -48 C Sea Gate Oracle -49 U Serum Visions -50 M Snapcaster Mage -51 C Spell Pierce -52 C Spire Monitor -53 C Tandem Lookout -54 M Temporal Mastery -55 R Venser, Shaper Savant -56 U Wall of Frost -57 U Wing Splicer -58 C Wingcrafter -59 U Abyssal Specter -60 C Bone Splinters -61 U Corpse Connoisseur -62 C Cower in Fear -63 R Damnation -64 R Death's Shadow -65 C Delirium Skeins -66 R Desecration Demon -67 C Dregscape Zombie -68 U Entomber Exarch -69 R Extractor Demon -70 C Falkenrath Noble -71 C Gnawing Zombie -72 M Griselbrand -73 C Grisly Spectacle -74 C Grixis Slavedriver -75 U Inquisition of Kozilek -76 M Liliana of the Veil -77 R Mind Shatter -78 C Mortician Beetle -79 C Night Terrors -80 C Ogre Jailbreaker -81 C Pit Keeper -82 C Recover -83 U Seal of Doom -84 R Sever the Bloodline -85 U Unburial Rites -86 C Vampire Aristocrat -87 U Vampire Nighthawk -88 U Ancient Grudge -89 C Battle-Rattle Shaman -90 R Blood Moon -91 M Bonfire of the Damned -92 C Chandra's Outrage -93 C Dragon Fodder -94 C Dynacharge -95 U Goblin Assault -96 R Goblin Guide -97 C Hanweir Lancer -98 R Hellrider -99 C Madcap Skills -100 C Magma Jet -101 R Mizzium Mortars -102 C Mogg Flunkies -103 U Molten Rain -104 C Mudbutton Torchrunner -105 M Past in Flames -106 U Pyrewild Shaman -107 U Pyroclasm -108 R Pyromancer Ascension -109 C Rubblebelt Maaka -110 C Scorched Rusalka -111 C Scourge Devil -112 U Skirsdag Cultist -113 C Thunderous Wrath -114 C Traitorous Instinct -115 U Vithian Stinger -116 R Zealous Conscripts -117 U Arachnus Spinner -118 C Arachnus Web -119 C Avacyn's Pilgrim -120 U Baloth Cage Trap -121 R Call of the Herd -122 M Craterhoof Behemoth -123 C Death-Hood Cobra -124 C Druid's Deliverance -125 C Explore -126 C Fists of Ironwood -127 U Gaea's Anthem -128 U Harmonize -129 C Hungry Spriggan -130 U Might of Old Krosa -131 C Penumbra Spider -132 R Primal Command -133 C Revive -134 R Scavenging Ooze -135 C Seal of Primordium -136 C Slaughterhorn -137 C Slime Molding -138 C Strength in Numbers -139 R Summoning Trap -140 C Sylvan Ranger -141 M Tarmogoyf -142 U Thornscape Battlemage -143 R Thragtusk -144 R Ulvenwald Tracker -145 U Vital Splicer -146 R Abrupt Decay -147 R Advent of the Wurm -148 R Aethermage's Touch -149 U Agent of Masks -150 C Agony Warp -151 C Auger Spree -152 U Bronzebeak Moa -153 R Broodmate Dragon -154 C Call of the Conclave -155 U Carnage Gladiator -156 C Centaur Healer -157 C Coiling Oracle -158 R Cruel Ultimatum -159 C Deputy of Acquittals -160 C Dinrova Horror -161 M Domri Rade -162 R Evil Twin -163 R Falkenrath Aristocrat -164 R Fiery Justice -165 U Ghor-Clan Rampager -166 C Goblin Electromancer -167 U Golgari Germination -168 C Golgari Rotwurm -169 C Ground Assault -170 U Gruul War Chant -171 U Izzet Charm -172 C Kathari Bomber -173 U Moroii -174 U Mystic Genesis -175 R Niv-Mizzet, Dracogenius -176 R Obzedat, Ghost Council -177 M Olivia Voldaren -178 C Pilfered Plans -179 U Putrefy -180 U Rhox War Monk -181 U Sedraxis Specter -182 R Simic Sky Swallower -183 U Sin Collector -184 C Skyknight Legionnaire -185 U Soul Manipulation -186 U Soul Ransom -187 M Sphinx's Revelation -188 C Spike Jester -189 U Sprouting Thrinax -190 R Stoic Angel -191 U Sunhome Guildmage -192 C Talon Trooper -193 U Teleportal -194 U Terminate -195 U Thundersong Trumpeter -196 U Tower Gargoyle -197 U Unflinching Courage -198 U Urban Evolution -199 U Vanish into Memory -200 M Voice of Resurgence -201 U Wall of Denial -202 U Wayfaring Temple -203 U Woolly Thoctar -204 R Zur the Enchanter -205 C Aethertow -206 R Boros Reckoner -207 C Burning-Tree Emissary -208 C Giantbaiting -209 C Gift of Orzhova -210 U Mistmeadow Witch -211 C Sundering Growth -212 U Tattermunge Witch -213 U Torrent of Souls -214 R Wort, the Raidmother -215 U Azorius Signet -216 R Basilisk Collar -217 U Boros Signet -218 R Damping Matrix -219 U Dimir Signet -220 U Golgari Signet -221 R Grafdigger's Cage -222 U Gruul Signet -223 U Izzet Signet -224 U Orzhov Signet -225 U Rakdos Signet -226 U Selesnya Signet -227 U Simic Signet -228 U Arcane Sanctum -229 R Arid Mesa -230 C Azorius Guildgate -231 C Boros Guildgate -232 M Cavern of Souls -233 U Crumbling Necropolis -234 C Dimir Guildgate -235 C Golgari Guildgate -236 C Gruul Guildgate -237 C Izzet Guildgate -238 U Jungle Shrine -239 R Marsh Flats -240 R Misty Rainforest -241 C Orzhov Guildgate -242 C Rakdos Guildgate -243 U Savage Lands -244 R Scalding Tarn -245 U Seaside Citadel -246 C Selesnya Guildgate -247 C Shimmering Grotto -248 C Simic Guildgate -249 R Verdant Catacombs +1 C Attended Knight @Seb McKinnon +2 U Banishing Stroke @Igor Kieryluk +3 R Blade Splicer @Greg Staples +4 M Entreat the Angels @Todd Lockwood +5 C Eyes in the Skies @James Ryman +6 U Flickerwisp @Jeremy Enecio +7 C Gideon's Lawkeeper @Steve Prescott +8 C Graceful Reprieve @William O'Connor +9 U Intangible Virtue @Clint Cearley +10 C Kor Hookmaster @Wayne Reynolds +11 C Kor Skyfisher @Dan Scott +12 U Lingering Souls @John Stanko +13 M Linvala, Keeper of Silence @Igor Kieryluk +14 C Lone Missionary @Svetlin Velinov +15 U Master Splicer @Chippy +16 C Momentary Blink @Evan Shipard +17 U Path to Exile @Todd Lockwood +18 C Pitfall Trap @Franz Vohwinkel +19 R Ranger of Eos @Ryan Pancoast +20 R Restoration Angel @Johannes Voss +21 C Rootborn Defenses @Mark Zug +22 R Seance @David Rapoza +23 C Sensor Splicer @Izzy +24 C Soul Warden @Randy Gallegos +25 R Stony Silence @Mark Poole +26 R Terminus @James Paick +27 U Urbis Protector @Magali Villeneuve +28 C Wake the Reflections @Cynthia Sheppard +29 C Youthful Knight @Rebecca Guay +30 C Augur of Bolas @Slawomir Maniak +31 U Azure Mage @Izzy +32 R Cackling Counterpart @David Rapoza +33 U Compulsive Research @Sara Winters +34 C Crippling Chill @Svetlin Velinov +35 R Cyclonic Rift @Chris Rahn +36 R Deadeye Navigator @Tomasz Jedruszek +37 U Familiar's Ruse @Eric Fortune +38 C Forbidden Alchemy @David Rapoza +39 C Ghostly Flicker @Raymond Swanland +40 R Gifts Ungiven @D. Alexander Gregory +41 C Grasp of Phantoms @Izzy +42 C Kraken Hatchling @Jason Felix +43 C Mist Raven @John Avon +44 C Mystical Teachings @Ron Spears +45 U Opportunity @Allen Williams +46 R Phantasmal Image @Nils Hamm +47 C Rewind @Dermot Power +48 C Sea Gate Oracle @Daniel Ljunggren +49 U Serum Visions @Izzy +50 M Snapcaster Mage @Ryan Alexander Lee +51 C Spell Pierce @Vance Kovacs +52 C Spire Monitor @Daniel Ljunggren +53 C Tandem Lookout @Kev Walker +54 M Temporal Mastery @Franz Vohwinkel +55 R Venser, Shaper Savant @Eric Deschamps +56 U Wall of Frost @Mike Bierek +57 U Wing Splicer @Kev Walker +58 C Wingcrafter @Matt Stewart +59 U Abyssal Specter @Daarken +60 C Bone Splinters @Cole Eastburn +61 U Corpse Connoisseur @Mark Hyzer +62 C Cower in Fear @Nils Hamm +63 R Damnation @Kev Walker +64 R Death's Shadow @Howard Lyon +65 C Delirium Skeins @Aleksi Briclot +66 R Desecration Demon @Jason Chan +67 C Dregscape Zombie @Lars Grant-West +68 U Entomber Exarch @Svetlin Velinov +69 R Extractor Demon @Carl Critchlow +70 C Falkenrath Noble @Slawomir Maniak +71 C Gnawing Zombie @Greg Staples +72 M Griselbrand @Igor Kieryluk +73 C Grisly Spectacle @Zoltan Boros +74 C Grixis Slavedriver @Dave Kendall +75 U Inquisition of Kozilek @Volkan Baǵa +76 M Liliana of the Veil @Steve Argyle +77 R Mind Shatter @Michael Sutfin +78 C Mortician Beetle @Lars Grant-West +79 C Night Terrors @Christopher Moeller +80 C Ogre Jailbreaker @Karl Kopinski +81 C Pit Keeper @Anthony S. Waters +82 C Recover @Bastien L. Deharme +83 U Seal of Doom @Ralph Horsley +84 R Sever the Bloodline @Clint Cearley +85 U Unburial Rites @Ryan Pancoast +86 C Vampire Aristocrat @Austin Hsu +87 U Vampire Nighthawk @Jason Chan +88 U Ancient Grudge @Ryan Yee +89 C Battle-Rattle Shaman @Warren Mahy +90 R Blood Moon @Franz Vohwinkel +91 M Bonfire of the Damned @James Paick +92 C Chandra's Outrage @Christopher Moeller +93 C Dragon Fodder @Jaime Jones +94 C Dynacharge @Matt Stewart +95 U Goblin Assault @Jaime Jones +96 R Goblin Guide @Filip Burburan +97 C Hanweir Lancer @Steve Prescott +98 R Hellrider @Svetlin Velinov +99 C Madcap Skills @Anthony Palumbo +100 C Magma Jet @Maciej Kuciara +101 R Mizzium Mortars @Noah Bradley +102 C Mogg Flunkies @Brom +103 U Molten Rain @Sung Choi +104 C Mudbutton Torchrunner @Steve Ellis +105 M Past in Flames @Anna Steinbauer +106 U Pyrewild Shaman @Lucas Graciano +107 U Pyroclasm @John Avon +108 R Pyromancer Ascension @Kev Walker +109 C Rubblebelt Maaka @Eric Velhagen +110 C Scorched Rusalka @Luca Zontini +111 C Scourge Devil @Dave Kendall +112 U Skirsdag Cultist @Slawomir Maniak +113 C Thunderous Wrath @Adam Paquette +114 C Traitorous Instinct @Scott Chou +115 U Vithian Stinger @Dave Kendall +116 R Zealous Conscripts @Steve Prescott +117 U Arachnus Spinner @Karl Kopinski +118 C Arachnus Web @Karl Kopinski +119 C Avacyn's Pilgrim @Jana Schirmer & Johannes Voss +120 U Baloth Cage Trap @Austin Hsu +121 R Call of the Herd @Carl Critchlow +122 M Craterhoof Behemoth @Chris Rahn +123 C Death-Hood Cobra @Jason Felix +124 C Druid's Deliverance @Dan Scott +125 C Explore @John Avon +126 C Fists of Ironwood @Glen Angus +127 U Gaea's Anthem @Greg Staples +128 U Harmonize @Rob Alexander +129 C Hungry Spriggan @Drew Tucker +130 U Might of Old Krosa @Lars Grant-West +131 C Penumbra Spider @Jeff Easley +132 R Primal Command @Wayne England +133 C Revive @Matthew D. Wilson +134 R Scavenging Ooze @Austin Hsu +135 C Seal of Primordium @Christopher Moeller +136 C Slaughterhorn @Steve Prescott +137 C Slime Molding @Marco Nelor +138 C Strength in Numbers @Ron Spencer +139 R Summoning Trap @Kieran Yanner +140 C Sylvan Ranger @Christopher Moeller +141 M Tarmogoyf @Ryan Barger +142 U Thornscape Battlemage @Matt Cavotta +143 R Thragtusk @Nils Hamm +144 R Ulvenwald Tracker @Christopher Moeller +145 U Vital Splicer @Daarken +146 R Abrupt Decay @Svetlin Velinov +147 R Advent of the Wurm @Lucas Graciano +148 R Aethermage's Touch @Randy Gallegos +149 U Agent of Masks @Allen Williams +150 C Agony Warp @Dave Allsop +151 C Auger Spree @Raymond Swanland +152 U Bronzebeak Moa @James Ryman +153 R Broodmate Dragon @Vance Kovacs +154 C Call of the Conclave @Terese Nielsen +155 U Carnage Gladiator @Ryan Barger +156 C Centaur Healer @Mark Zug +157 C Coiling Oracle @Mark Zug +158 R Cruel Ultimatum @Todd Lockwood +159 C Deputy of Acquittals @James Ryman +160 C Dinrova Horror @Johann Bodin +161 M Domri Rade @Tyler Jacobson +162 R Evil Twin @Greg Staples +163 R Falkenrath Aristocrat @Igor Kieryluk +164 R Fiery Justice @Mathias Kollros +165 U Ghor-Clan Rampager @Charles Urbach +166 C Goblin Electromancer @Svetlin Velinov +167 U Golgari Germination @Svetlin Velinov +168 C Golgari Rotwurm @Wayne England +169 C Ground Assault @Karl Kopinski +170 U Gruul War Chant @Dave Kendall +171 U Izzet Charm @Zoltan Boros +172 C Kathari Bomber @Carl Critchlow +173 U Moroii @Dan Scott +174 U Mystic Genesis @Mike Bierek +175 R Niv-Mizzet, Dracogenius @Todd Lockwood +176 R Obzedat, Ghost Council @Svetlin Velinov +177 M Olivia Voldaren @Eric Deschamps +178 C Pilfered Plans @Michael C. Hayes +179 U Putrefy @Igor Kieryluk +180 U Rhox War Monk @Dan Dos Santos +181 U Sedraxis Specter @Cole Eastburn +182 R Simic Sky Swallower @rk post +183 U Sin Collector @Mike Bierek +184 C Skyknight Legionnaire @Jim Murray +185 U Soul Manipulation @Carl Critchlow +186 U Soul Ransom @Steve Argyle +187 M Sphinx's Revelation @Slawomir Maniak +188 C Spike Jester @Ryan Barger +189 U Sprouting Thrinax @Jarreau Wimberly +190 R Stoic Angel @Volkan Baǵa +191 U Sunhome Guildmage @Eric Deschamps +192 C Talon Trooper @Matt Stewart +193 U Teleportal @Scott M. Fischer +194 U Terminate @Lucas Graciano +195 U Thundersong Trumpeter @Michael Sutfin +196 U Tower Gargoyle @Matt Cavotta +197 U Unflinching Courage @Mike Bierek +198 U Urban Evolution @Eytan Zana +199 U Vanish into Memory @Rebekah Lynn +200 M Voice of Resurgence @Winona Nelson +201 U Wall of Denial @Howard Lyon +202 U Wayfaring Temple @Peter Mohrbacher +203 U Woolly Thoctar @Wayne Reynolds +204 R Zur the Enchanter @Pete Venters +205 C Aethertow @Warren Mahy +206 R Boros Reckoner @Howard Lyon +207 C Burning-Tree Emissary @Izzy +208 C Giantbaiting @Trevor Hairsine +209 C Gift of Orzhova @Johannes Voss +210 U Mistmeadow Witch @Greg Staples +211 C Sundering Growth @David Palumbo +212 U Tattermunge Witch @Warren Mahy +213 U Torrent of Souls @Ian Edward Ameling +214 R Wort, the Raidmother @Dave Allsop +215 U Azorius Signet @Raoul Vitale +216 R Basilisk Collar @Howard Lyon +217 U Boros Signet @Mike Sass +218 R Damping Matrix @Mike Dringenberg +219 U Dimir Signet @Raoul Vitale +220 U Golgari Signet @Raoul Vitale +221 R Grafdigger's Cage @Daniel Ljunggren +222 U Gruul Signet @Efrem Palacios +223 U Izzet Signet @Raoul Vitale +224 U Orzhov Signet @Martina Pilcerova +225 U Rakdos Signet @Martina Pilcerova +226 U Selesnya Signet @Raoul Vitale +227 U Simic Signet @Mike Sass +228 U Arcane Sanctum @Anthony Francisco +229 R Arid Mesa @Raymond Swanland +230 C Azorius Guildgate @Drew Baker +231 C Boros Guildgate @Noah Bradley +232 M Cavern of Souls @Richard Wright +233 U Crumbling Necropolis @Dave Kendall +234 C Dimir Guildgate @Cliff Childs +235 C Golgari Guildgate @Eytan Zana +236 C Gruul Guildgate @Randy Gallegos +237 C Izzet Guildgate @Noah Bradley +238 U Jungle Shrine @Wayne Reynolds +239 R Marsh Flats @Izzy +240 R Misty Rainforest @Shelly Wan +241 C Orzhov Guildgate @John Avon +242 C Rakdos Guildgate @Eytan Zana +243 U Savage Lands @Vance Kovacs +244 R Scalding Tarn @Philip Straub +245 U Seaside Citadel @Volkan Baǵa +246 C Selesnya Guildgate @Howard Lyon +247 C Shimmering Grotto @Cliff Childs +248 C Simic Guildgate @Svetlin Velinov +249 R Verdant Catacombs @Vance Kovacs [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Modern Masters.txt b/forge-gui/res/editions/Modern Masters.txt index f0b3a496e76..6429343e8cb 100644 --- a/forge-gui/res/editions/Modern Masters.txt +++ b/forge-gui/res/editions/Modern Masters.txt @@ -12,235 +12,235 @@ ChaosDraftThemes=MASTERS_SET ScryfallCode=MMA [cards] -1 R Adarkar Valkyrie -2 C Amrou Scout -3 C Amrou Seekers -4 R Angel's Grace -5 R Auriok Salvagers -6 C Avian Changeling -7 C Blinding Beam -8 C Bound in Silence -9 C Cenn's Enlistment -10 U Cloudgoat Ranger -11 C Court Homunculus -12 C Dispeller's Capsule -13 M Elspeth, Knight-Errant -14 R Ethersworn Canonist -15 U Feudkiller's Verdict -16 U Flickerwisp -17 C Gleam of Resistance -18 C Hillcomber Giant -19 C Ivory Giant -20 R Kataki, War's Wage -21 C Kithkin Greatheart -22 U Meadowboon -23 C Otherworldly Journey -24 C Pallid Mycoderm -25 U Path to Exile -26 R Reveillark -27 C Saltfield Recluse -28 C Sanctum Gargoyle -29 U Sandsower -30 U Stir the Pride -31 R Stonehewer Giant -32 U Terashi's Grasp -33 C Test of Faith -34 C Veteran Armorer -35 M Yosei, the Morning Star -36 C AEthersnipe -37 U Careful Consideration -38 R Cryptic Command -39 C Dampen Thought -40 C Echoing Truth -41 C Errant Ephemeron -42 C Erratic Mutation -43 U Esperzoa -44 C Etherium Sculptor -45 C Faerie Mechanist -46 R Gifts Ungiven -47 R Glen Elendra Archmage -48 M Keiga, the Tide Star -49 R Kira, Great Glass-Spinner -50 C Latchkey Faerie -51 C Logic Knot -52 R Meloku the Clouded Mirror -53 C Mothdust Changeling -54 U Mulldrifter -55 U Narcomoeba -56 R Pact of Negation -57 C Peer Through Depths -58 C Perilous Research -59 C Pestermite -60 C Petals of Insight -61 C Reach Through Mists -62 U Riftwing Cloudskate -63 R Scion of Oona -64 U Spell Snare -65 C Spellstutter Sprite -66 U Take Possession -67 U Thirst for Knowledge -68 C Traumatic Visions -69 C Vedalken Dismisser -70 M Vendilion Clique -71 C Absorb Vis -72 U Auntie's Snitch -73 C Blightspeaker -74 R Bridge from Below -75 M Dark Confidant -76 R Death Cloud -77 C Death Denied -78 U Death Rattle -79 C Deepcavern Imp -80 C Drag Down -81 C Dreamspoiler Witches -82 R Earwig Squad -83 U Executioner's Capsule -84 R Extirpate -85 C Facevaulter -86 C Faerie Macabre -87 C Festering Goblin -88 U Horobi's Whisper -89 M Kokusho, the Evening Star -90 U Mad Auntie -91 U Marsh Flitter -92 C Peppersmoke -93 U Phthisis -94 C Rathi Trapper -95 C Raven's Crime -96 R Skeletal Vampire -97 R Slaughter Pact -98 C Stinkweed Imp -99 C Street Wraith -100 C Syphon Life -101 C Thieving Sprite -102 R Tombstalker -103 C Warren Pilferers -104 C Warren Weirding -105 C Blind-Spot Giant -106 R Blood Moon -107 C Brute Force -108 R Countryside Crusher -109 C Crush Underfoot -110 U Desperate Ritual -111 R Dragonstorm -112 C Empty the Warrens -113 C Fiery Fall -114 C Fury Charm -115 C Glacial Ray -116 C Grapeshot -117 R Greater Gargadon -118 U Grinning Ignus -119 C Hammerheim Deadeye -120 M Kiki-Jiki, Mirror Breaker -121 C Lava Spike -122 C Mogg War Marshal -123 R Molten Disaster -124 U Pardic Dragon -125 R Pyromancer's Swath -126 C Rift Bolt -127 C Rift Elemental -128 M Ryusei, the Falling Star -129 U Shrapnel Blast -130 R Squee, Goblin Nabob -131 C Stingscourger -132 C Stinkdrinker Daredevil -133 U Sudden Shock -134 U Tar Pitcher -135 U Thundercloud Shaman -136 C Thundering Giant -137 C Torrent of Stone -138 U Tribal Flames -139 C War-Spike Changeling -140 C Citanul Woodreaders -141 R Doubling Season -142 C Durkwood Baloth -143 C Echoing Courage -144 U Eternal Witness -145 C Giant Dustwasp -146 C Greater Mossdog -147 C Hana Kami -148 C Imperiosaur -149 U Incremental Growth -150 M Jugan, the Rising Star -151 C Kodama's Reach -152 U Krosan Grip -153 R Life from the Loam -154 U Masked Admirers -155 C Moldervine Cloak -156 C Nantuko Shaman -157 C Penumbra Spider -158 U Reach of Branches -159 U Riftsweeper -160 R Rude Awakening -161 C Search for Tomorrow -162 U Sporesower Thallid -163 C Sporoloth Ancient -164 R Summoner's Pact -165 C Sylvan Bounty -166 M Tarmogoyf -167 C Thallid -168 C Thallid Germinator -169 C Thallid Shell-Dweller -170 R Tooth and Nail -171 U Tromp the Domains -172 R Verdeloth the Ancient -173 C Walker of the Grove -174 R Woodfall Primus -175 U Electrolyze -176 R Grand Arbiter Augustin IV -177 R Jhoira of the Ghitu -178 R Knight of the Reliquary -179 U Lightning Helix -180 R Maelstrom Pulse -181 U Mind Funeral -182 M Progenitus -183 M Sarkhan Vol -184 U Tidehollow Sculler -185 U Trygon Predator -186 R Cold-Eyed Selkie -187 R Demigod of Revenge -188 R Divinity of Pride -189 R Figure of Destiny -190 U Kitchen Finks -191 U Manamorphose -192 U Murderous Redcap -193 R Oona, Queen of the Fae -194 U Plumeveil -195 U Worm Harvest -196 C AEther Spellbomb -197 R AEther Vial -198 R Arcbound Ravager -199 C Arcbound Stinger -200 C Arcbound Wanderer -201 C Arcbound Worker -202 C Bonesplitter -203 R Chalice of the Void -204 R Engineered Explosives -205 U Epochrasite -206 U Etched Oracle -207 C Frogmite -208 R Lotus Bloom -209 C Myr Enforcer -210 U Myr Retriever -211 U Paradise Mantle -212 C Pyrite Spellbomb -213 U Relic of Progenitus -214 C Runed Stalactite -215 C Skyreach Manta -216 M Sword of Fire and Ice -217 M Sword of Light and Shadow -218 M Vedalken Shackles -219 R Academy Ruins -220 R Blinkmoth Nexus -221 R City of Brass -222 U Dakmor Salvage -223 R Glimmervoid -224 C Terramorphic Expanse -225 U Vivid Crag -226 U Vivid Creek -227 U Vivid Grove -228 U Vivid Marsh -229 U Vivid Meadow +1 R Adarkar Valkyrie @Jeremy Jarvis +2 C Amrou Scout @Quinton Hoover +3 C Amrou Seekers @Quinton Hoover +4 R Angel's Grace @Mark Zug +5 R Auriok Salvagers @Randy Gallegos +6 C Avian Changeling @Heather Hudson +7 C Blinding Beam @Doug Chaffee +8 C Bound in Silence @William Simpson +9 C Cenn's Enlistment @Matt Cavotta +10 U Cloudgoat Ranger @Adam Rex +11 C Court Homunculus @Matt Cavotta +12 C Dispeller's Capsule @Franz Vohwinkel +13 M Elspeth, Knight-Errant @Volkan Baǵa +14 R Ethersworn Canonist @Izzy +15 U Feudkiller's Verdict @Dan Scott +16 U Flickerwisp @Jeremy Enecio +17 C Gleam of Resistance @Matt Stewart +18 C Hillcomber Giant @Ralph Horsley +19 C Ivory Giant @Zack Stella +20 R Kataki, War's Wage @Matt Thompson +21 C Kithkin Greatheart @Greg Staples +22 U Meadowboon @Steven Belledin +23 C Otherworldly Journey @Vance Kovacs +24 C Pallid Mycoderm @Jim Nelson +25 U Path to Exile @Todd Lockwood +26 R Reveillark @Jim Murray +27 C Saltfield Recluse @Brian Despain +28 C Sanctum Gargoyle @Shelly Wan +29 U Sandsower @Kev Walker +30 U Stir the Pride @Matt Cavotta +31 R Stonehewer Giant @Steve Prescott +32 U Terashi's Grasp @Mark Tedin +33 C Test of Faith @Vance Kovacs +34 C Veteran Armorer @Kev Walker +35 M Yosei, the Morning Star @Hiro Izawa +36 C Aethersnipe @Zoltan Boros & Gabor Szikszai +37 U Careful Consideration @Janine Johnston +38 R Cryptic Command @Wayne England +39 C Dampen Thought @Arnie Swekel +40 C Echoing Truth @Greg Staples +41 C Errant Ephemeron @Luca Zontini +42 C Erratic Mutation @Zoltan Boros & Gabor Szikszai +43 U Esperzoa @Warren Mahy +44 C Etherium Sculptor @Steven Belledin +45 C Faerie Mechanist @Matt Cavotta +46 R Gifts Ungiven @D. Alexander Gregory +47 R Glen Elendra Archmage @Warren Mahy +48 M Keiga, the Tide Star @Ittoku +49 R Kira, Great Glass-Spinner @Kev Walker +50 C Latchkey Faerie @Warren Mahy +51 C Logic Knot @Glen Angus +52 R Meloku the Clouded Mirror @Scott M. Fischer +53 C Mothdust Changeling @Shelly Wan +54 U Mulldrifter @Eric Fortune +55 U Narcomoeba @Matt Stewart +56 R Pact of Negation @Jason Chan +57 C Peer Through Depths @Anthony S. Waters +58 C Perilous Research @Donato Giancola +59 C Pestermite @Christopher Moeller +60 C Petals of Insight @Anthony S. Waters +61 C Reach Through Mists @Anthony S. Waters +62 U Riftwing Cloudskate @Carl Critchlow +63 R Scion of Oona @Eric Fortune +64 U Spell Snare @Hideaki Takamura +65 C Spellstutter Sprite @Rebecca Guay +66 U Take Possession @Michael Phillippi +67 U Thirst for Knowledge @Anthony Francisco +68 C Traumatic Visions @Cyril Van Der Haegen +69 C Vedalken Dismisser @Dan Scott +70 M Vendilion Clique @Michael Sutfin +71 C Absorb Vis @Brandon Kitkouski +72 U Auntie's Snitch @Warren Mahy +73 C Blightspeaker @Ron Spears +74 R Bridge from Below @Daarken +75 M Dark Confidant @Scott M. Fischer +76 R Death Cloud @Stephen Tappin +77 C Death Denied @James Paick +78 U Death Rattle @Vance Kovacs +79 C Deepcavern Imp @Scott Altmann +80 C Drag Down @Trevor Claxton +81 C Dreamspoiler Witches @Jeff Easley +82 R Earwig Squad @Warren Mahy +83 U Executioner's Capsule @Warren Mahy +84 R Extirpate @Jon Foster +85 C Facevaulter @Wayne Reynolds +86 C Faerie Macabre @rk post +87 C Festering Goblin @Thomas M. Baxa +88 U Horobi's Whisper @Aleksi Briclot +89 M Kokusho, the Evening Star @Tsutomu Kawade +90 U Mad Auntie @Wayne Reynolds +91 U Marsh Flitter @Wayne Reynolds +92 C Peppersmoke @Rebecca Guay +93 U Phthisis @Carl Critchlow +94 C Rathi Trapper @Pete Venters +95 C Raven's Crime @Warren Mahy +96 R Skeletal Vampire @Wayne Reynolds +97 R Slaughter Pact @Kev Walker +98 C Stinkweed Imp @Nils Hamm +99 C Street Wraith @Cyril Van Der Haegen +100 C Syphon Life @Dan Seagrave +101 C Thieving Sprite @Dan Scott +102 R Tombstalker @Aleksi Briclot +103 C Warren Pilferers @Wayne Reynolds +104 C Warren Weirding @Matt Cavotta +105 C Blind-Spot Giant @Jim Murray +106 R Blood Moon @Franz Vohwinkel +107 C Brute Force @Wayne Reynolds +108 R Countryside Crusher @Volkan Baǵa +109 C Crush Underfoot @Steven Belledin +110 U Desperate Ritual @Darrell Riche +111 R Dragonstorm @Kev Walker +112 C Empty the Warrens @Jasper Sandner +113 C Fiery Fall @Daarken +114 C Fury Charm @John Avon +115 C Glacial Ray @Jim Murray +116 C Grapeshot @Clint Cearley +117 R Greater Gargadon @Rob Alexander +118 U Grinning Ignus @James Kei +119 C Hammerheim Deadeye @Carl Critchlow +120 M Kiki-Jiki, Mirror Breaker @Steven Belledin +121 C Lava Spike @Mark Tedin +122 C Mogg War Marshal @Wayne England +123 R Molten Disaster @Ittoku +124 U Pardic Dragon @Zoltan Boros & Gabor Szikszai +125 R Pyromancer's Swath @Hideaki Takamura +126 C Rift Bolt @Daniel Ljunggren +127 C Rift Elemental @Ron Spears +128 M Ryusei, the Falling Star @Nottsuo +129 U Shrapnel Blast @Hideaki Takamura +130 R Squee, Goblin Nabob @Greg Staples +131 C Stingscourger @Wayne Reynolds +132 C Stinkdrinker Daredevil @Pete Venters +133 U Sudden Shock @Vance Kovacs +134 U Tar Pitcher @Omar Rayyan +135 U Thundercloud Shaman @Greg Staples +136 C Thundering Giant @Mark Zug +137 C Torrent of Stone @Greg Staples +138 U Tribal Flames @Zack Stella +139 C War-Spike Changeling @Mark Poole +140 C Citanul Woodreaders @Steven Belledin +141 R Doubling Season @Chuck Lukacs +142 C Durkwood Baloth @Dan Frazier +143 C Echoing Courage @Greg Staples +144 U Eternal Witness @Terese Nielsen +145 C Giant Dustwasp @Greg Hildebrandt +146 C Greater Mossdog @Chippy +147 C Hana Kami @Rebecca Guay +148 C Imperiosaur @Lars Grant-West +149 U Incremental Growth @Chuck Lukacs +150 M Jugan, the Rising Star @Shishizaru +151 C Kodama's Reach @Heather Hudson +152 U Krosan Grip @Zoltan Boros & Gabor Szikszai +153 R Life from the Loam @Terese Nielsen +154 U Masked Admirers @Eric Fortune +155 C Moldervine Cloak @Wayne England +156 C Nantuko Shaman @Daren Bader +157 C Penumbra Spider @Jeff Easley +158 U Reach of Branches @Zack Stella +159 U Riftsweeper @Brian Despain +160 R Rude Awakening @Ittoku +161 C Search for Tomorrow @Randy Gallegos +162 U Sporesower Thallid @Ron Spencer +163 C Sporoloth Ancient @James Kei +164 R Summoner's Pact @Chippy +165 C Sylvan Bounty @Chris Rahn +166 M Tarmogoyf @Ryan Barger +167 C Thallid @Trevor Claxton +168 C Thallid Germinator @Marco Nelor +169 C Thallid Shell-Dweller @Carl Critchlow +170 R Tooth and Nail @Jesper Ejsing +171 U Tromp the Domains @Mike Dringenberg +172 R Verdeloth the Ancient @Daren Bader +173 C Walker of the Grove @Todd Lockwood +174 R Woodfall Primus @Adam Rex +175 U Electrolyze @Zoltan Boros & Gabor Szikszai +176 R Grand Arbiter Augustin IV @Zoltan Boros & Gabor Szikszai +177 R Jhoira of the Ghitu @Kev Walker +178 R Knight of the Reliquary @Michael Komarck +179 U Lightning Helix @Raymond Swanland +180 R Maelstrom Pulse @John Avon +181 U Mind Funeral @rk post +182 M Progenitus @Jaime Jones +183 M Sarkhan Vol @Daarken +184 U Tidehollow Sculler @rk post +185 U Trygon Predator @Jack Wang +186 R Cold-Eyed Selkie @Jaime Jones +187 R Demigod of Revenge @Jim Murray +188 R Divinity of Pride @Greg Staples +189 R Figure of Destiny @Scott M. Fischer +190 U Kitchen Finks @Kev Walker +191 U Manamorphose @Adam Paquette +192 U Murderous Redcap @Dave Allsop +193 R Oona, Queen of the Fae @Adam Rex +194 U Plumeveil @Nils Hamm +195 U Worm Harvest @Chuck Lukacs +196 C Aether Spellbomb @Jim Nelson +197 R Aether Vial @Karl Kopinski +198 R Arcbound Ravager @Kev Walker +199 C Arcbound Stinger @Darrell Riche +200 C Arcbound Wanderer @Christopher Moeller +201 C Arcbound Worker @Darrell Riche +202 C Bonesplitter @Darrell Riche +203 R Chalice of the Void @Mark Zug +204 R Engineered Explosives @Lars Grant-West +205 U Epochrasite @Michael Bruinsma +206 U Etched Oracle @Matt Cavotta +207 C Frogmite @Terese Nielsen +208 R Lotus Bloom @Mark Zug +209 C Myr Enforcer @Jim Murray +210 U Myr Retriever @Trevor Hairsine +211 U Paradise Mantle @Greg Hildebrandt +212 C Pyrite Spellbomb @Jim Nelson +213 U Relic of Progenitus @Jean-Sébastien Rossbach +214 C Runed Stalactite @Jim Pavelec +215 C Skyreach Manta @Christopher Moeller +216 M Sword of Fire and Ice @Chris Rahn +217 M Sword of Light and Shadow @Chris Rahn +218 M Vedalken Shackles @Svetlin Velinov +219 R Academy Ruins @Zoltan Boros & Gabor Szikszai +220 R Blinkmoth Nexus @Sam Burley +221 R City of Brass @Jung Park +222 U Dakmor Salvage @John Avon +223 R Glimmervoid @Lars Grant-West +224 C Terramorphic Expanse @Dan Scott +225 U Vivid Crag @Martina Pilcerova +226 U Vivid Creek @Fred Fields +227 U Vivid Grove @Howard Lyon +228 U Vivid Marsh @John Avon +229 U Vivid Meadow @Rob Alexander [tokens] w_5_5_giant_warrior diff --git a/forge-gui/res/editions/Morningtide Promos.txt b/forge-gui/res/editions/Morningtide Promos.txt index 2daeb69bb57..dd3864865ad 100644 --- a/forge-gui/res/editions/Morningtide Promos.txt +++ b/forge-gui/res/editions/Morningtide Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PMOR [cards] -60★ R Earwig Squad -143★ R Door of Destinies +60★ R Earwig Squad @Warren Mahy +143★ R Door of Destinies @Rob Alexander diff --git a/forge-gui/res/editions/Morningtide.txt b/forge-gui/res/editions/Morningtide.txt index aee5bc66ddf..345d12a9dd7 100644 --- a/forge-gui/res/editions/Morningtide.txt +++ b/forge-gui/res/editions/Morningtide.txt @@ -12,156 +12,156 @@ FatPackExtraSlots=40 BasicLands LRW ScryfallCode=MOR [cards] -113 C Ambassador Oak -57 R Auntie's Snitch -1 C Ballyrush Banneret -2 R Battletide Alchemist -58 R Bitterblossom -59 C Blightsoil Druid -85 R Boldwyr Heavyweights -86 U Boldwyr Intimidator -87 R Borderland Behemoth -114 C Bosk Banneret -115 U Bramblewood Paragon -88 C Brighthearth Banneret -3 C Burrenton Bombardier -4 C Burrenton Shield-Bearers -5 U Cenn's Tactician -116 R Chameleon Colossus -6 C Changeling Sentinel -141 U Cloak and Dagger -7 C Coordinated Barrage -89 R Countryside Crusher -117 R Cream of the Crop -8 U Daily Regimen -29 R Declaration of Naught -118 C Deglamer -30 C Dewdrop Spy -31 C Disperse -32 C Distant Melody -142 U Diviner's Wand -143 R Door of Destinies -119 C Earthbrawn -60 R Earwig Squad -120 C Elvish Warrior -121 C Everbark Shaman -33 C Fencer Clique -61 R Fendeep Summoner -122 C Fertilid -62 C Festercreep -9 R Feudkiller's Verdict -63 C Final-Sting Faerie -90 C Fire Juggler -34 C Floodchaser -10 C Forfend -64 C Frogtosser Banneret -123 C Game-Trail Changeling -124 R Gilt-Leaf Archdruid -11 U Graceful Reprieve -125 R Greatbow Doyen -35 R Grimoire Thief -126 U Heritage Druid -91 C Hostile Realm -127 U Hunting Triad -12 R Idyllic Tutor -13 R Indomitable Ancients -36 C Ink Dissolver -37 U Inspired Sprite -92 C Kindled Fury -14 R Kinsbaile Borderguard -15 R Kinsbaile Cavalier -16 C Kithkin Zephyrnaut -38 R Knowledge Exploitation -39 C Latchkey Faerie -128 R Leaf-Crowned Elder -93 R Lightning Crafter -129 C Luminescent Rain -94 C Lunk Errant -130 C Lys Alana Bowmaster -65 R Maralen of the Mornsong -17 U Meadowboon -40 C Merrow Witsniper -66 R Mind Shatter -41 R Mind Spring -67 C Moonglove Changeling -68 C Morsel Theft -18 C Mosquito Guard -42 C Mothdust Changeling -95 C Mudbutton Clanger -147 R Murmuring Bosk -148 R Mutavault -43 C Negate -44 U Nevermaker -69 U Nightshade Schemers -70 U Noggin Whack -45 R Notorious Throng -144 U Obsidian Battle-Axe -71 U Offalsnout -72 U Oona's Blackguard -131 U Orchard Warden -19 C Order of the Golden Cricket -73 C Pack's Disdain -20 R Preeminent Captain -74 C Prickly Boggart -149 R Primal Beyond -75 C Pulling Teeth -96 U Pyroclast Consul -97 U Rage Forger -132 R Reach of Branches -133 U Recross the Paths -21 U Redeem the Lost -134 C Reins of the Vinesteed -98 U Release the Ants -46 U Research the Deep -22 R Reveillark -76 U Revive the Fallen -135 R Rhys the Exiled -99 U Rivals' Duel -100 C Roar of the Crowd -150 R Rustic Clachan -47 U Sage of Fables -48 U Sage's Dousing -136 R Scapeshift -77 R Scarblade Elite -101 C Seething Pathblazer -102 R Sensation Gorger -103 C Shard Volley -104 R Shared Animosity -23 C Shinewend -49 R Sigil Tracer -50 R Slithermuse -105 U Spitebellows -78 C Squeaking Pie Grubfellows -79 R Stenchskipper -106 C Stingmoggie -80 U Stinkdrinker Bandit -107 U Stomping Slabs -24 R Stonehewer Giant -51 C Stonybrook Banneret -25 C Stonybrook Schoolmaster -52 C Stream of Unconsciousness -108 C Sunflare Shaman -53 R Supreme Exemplar -26 U Swell of Courage -109 R Taurean Mauler -54 U Thieves' Fortune -145 U Thornbite Staff -110 R Titan's Revenge -137 R Unstoppable Ash -55 R Vendilion Clique -111 R Vengeful Firebrand -146 U Veteran's Armaments -81 C Violet Pall -138 U Walker of the Grove -27 U Wandering Graybeard -112 C War-Spike Changeling -82 U Warren Weirding -56 U Waterspout Weavers -83 C Weed-Pruner Poplar -28 C Weight of Conscience -84 R Weirding Shaman -139 C Winnower Patrol -140 U Wolf-Skull Shaman +113 C Ambassador Oak @Steve Prescott +57 R Auntie's Snitch @Warren Mahy +1 C Ballyrush Banneret @Ralph Horsley +2 R Battletide Alchemist @Steve Prescott +58 R Bitterblossom @Rebecca Guay +59 C Blightsoil Druid @Nils Hamm +85 R Boldwyr Heavyweights @Wayne Reynolds +86 U Boldwyr Intimidator @Christopher Moeller +87 R Borderland Behemoth @Jesper Ejsing +114 C Bosk Banneret @Ralph Horsley +115 U Bramblewood Paragon @Jim Murray +88 C Brighthearth Banneret @Ralph Horsley +3 C Burrenton Bombardier @Ron Spencer +4 C Burrenton Shield-Bearers @Daren Bader +5 U Cenn's Tactician @Zoltan Boros & Gabor Szikszai +116 R Chameleon Colossus @Darrell Riche +6 C Changeling Sentinel @Chuck Lukacs +141 U Cloak and Dagger @Daren Bader +7 C Coordinated Barrage @Franz Vohwinkel +89 R Countryside Crusher @Brian Snõddy +117 R Cream of the Crop @Howard Lyon +8 U Daily Regimen @Warren Mahy +29 R Declaration of Naught @Rob Alexander +118 C Deglamer @Zoltan Boros & Gabor Szikszai +30 C Dewdrop Spy @Wayne England +31 C Disperse @Steve Ellis +32 C Distant Melody @Omar Rayyan +142 U Diviner's Wand @Wayne England +143 R Door of Destinies @Larry MacDougall +119 C Earthbrawn @Kev Walker +60 R Earwig Squad @Warren Mahy +120 C Elvish Warrior @Kev Walker +121 C Everbark Shaman @Larry MacDougall +33 C Fencer Clique @William O'Connor +61 R Fendeep Summoner @Jesper Ejsing +122 C Fertilid @Wayne Reynolds +62 C Festercreep @Jeff Easley +9 R Feudkiller's Verdict @Dan Scott +63 C Final-Sting Faerie @Wayne Reynolds +90 C Fire Juggler @Thomas Denmark +34 C Floodchaser @Eric Fortune +10 C Forfend @Franz Vohwinkel +64 C Frogtosser Banneret @Ralph Horsley +123 C Game-Trail Changeling @Martina Pilcerova +124 R Gilt-Leaf Archdruid @Steve Prescott +11 U Graceful Reprieve @William O'Connor +125 R Greatbow Doyen @Steven Belledin +35 R Grimoire Thief @Randy Gallegos +126 U Heritage Druid @Larry MacDougall +91 C Hostile Realm @John Avon +127 U Hunting Triad @Jim Nelson +12 R Idyllic Tutor @Howard Lyon +13 R Indomitable Ancients @Pete Venters +36 C Ink Dissolver @Brandon Dorman +37 U Inspired Sprite @Michael Sutfin +92 C Kindled Fury @Shelly Wan +14 R Kinsbaile Borderguard @Christopher Moeller +15 R Kinsbaile Cavalier @Wayne Reynolds +16 C Kithkin Zephyrnaut @Quinton Hoover & Val Mayerik +38 R Knowledge Exploitation @Darrell Riche +39 C Latchkey Faerie @Warren Mahy +128 R Leaf-Crowned Elder @Wayne Reynolds +93 R Lightning Crafter @Dan Scott +129 C Luminescent Rain @John Avon +94 C Lunk Errant @Warren Mahy +130 C Lys Alana Bowmaster @Dan Scott +65 R Maralen of the Mornsong @Mark Zug +17 U Meadowboon @Steven Belledin +40 C Merrow Witsniper @Steve Prescott +66 R Mind Shatter @Michael Sutfin +41 R Mind Spring @Mark Zug +67 C Moonglove Changeling @Wayne England +68 C Morsel Theft @Darrell Riche +18 C Mosquito Guard @Randy Gallegos +42 C Mothdust Changeling @Shelly Wan +95 C Mudbutton Clanger @Larry MacDougall +147 R Murmuring Bosk @John Avon +148 R Mutavault @Fred Fields +43 C Negate @Jeremy Jarvis +44 U Nevermaker @Chuck Lukacs +69 U Nightshade Schemers @Paolo Parente +70 U Noggin Whack @Alan Pollack +45 R Notorious Throng @Thomas Denmark +144 U Obsidian Battle-Axe @Jeff Easley +71 U Offalsnout @Alex Horley-Orlandelli +72 U Oona's Blackguard @Kev Walker +131 U Orchard Warden @Rebecca Guay +19 C Order of the Golden Cricket @Mark Zug +73 C Pack's Disdain @Pete Venters +20 R Preeminent Captain @Greg Staples +74 C Prickly Boggart @Jesper Ejsing +149 R Primal Beyond @Mark Tedin +75 C Pulling Teeth @Jim Pavelec +96 U Pyroclast Consul @Christopher Moeller +97 U Rage Forger @Dominick Domingo +132 R Reach of Branches @Scott Hampton +133 U Recross the Paths @Greg Hildebrandt +21 U Redeem the Lost @Scott M. Fischer +134 C Reins of the Vinesteed @Jim Pavelec +98 U Release the Ants @Ron Spencer +46 U Research the Deep @Eric Fortune +22 R Reveillark @Jim Murray +76 U Revive the Fallen @Steven Belledin +135 R Rhys the Exiled @Steve Prescott +99 U Rivals' Duel @Zoltan Boros & Gabor Szikszai +100 C Roar of the Crowd @Dave Dorman +150 R Rustic Clachan @Fred Fields +47 U Sage of Fables @Shelly Wan +48 U Sage's Dousing @Richard Sardinha +136 R Scapeshift @Fred Fields +77 R Scarblade Elite @Greg Staples +101 C Seething Pathblazer @Steve Prescott +102 R Sensation Gorger @Matt Cavotta +103 C Shard Volley @Franz Vohwinkel +104 R Shared Animosity @Chuck Lukacs +23 C Shinewend @Terese Nielsen +49 R Sigil Tracer @Dan Scott +50 R Slithermuse @Steven Belledin +105 U Spitebellows @Larry MacDougall +78 C Squeaking Pie Grubfellows @Jim Pavelec +79 R Stenchskipper @Howard Lyon +106 C Stingmoggie @Omar Rayyan +80 U Stinkdrinker Bandit @Brandon Dorman +107 U Stomping Slabs @Alex Horley-Orlandelli +24 R Stonehewer Giant @Steve Prescott +51 C Stonybrook Banneret @Ralph Horsley +25 C Stonybrook Schoolmaster @Quinton Hoover & Val Mayerik +52 C Stream of Unconsciousness @Rebecca Guay +108 C Sunflare Shaman @Dave Dorman +53 R Supreme Exemplar @Mark Tedin +26 U Swell of Courage @Jim Nelson +109 R Taurean Mauler @Dominick Domingo +54 U Thieves' Fortune @Zoltan Boros & Gabor Szikszai +145 U Thornbite Staff @Jesper Ejsing +110 R Titan's Revenge @Christopher Moeller +137 R Unstoppable Ash @Brian Snõddy +55 R Vendilion Clique @Michael Sutfin +111 R Vengeful Firebrand @William O'Connor +146 U Veteran's Armaments @Alan Pollack +81 C Violet Pall @Jeff Miracola +138 U Walker of the Grove @Todd Lockwood +27 U Wandering Graybeard @Nils Hamm +112 C War-Spike Changeling @Mark Poole +82 U Warren Weirding @Matt Cavotta +56 U Waterspout Weavers @Eric Fortune +83 C Weed-Pruner Poplar @Jeff Miracola +28 C Weight of Conscience @Heather Hudson +84 R Weirding Shaman @Matt Cavotta +139 C Winnower Patrol @Eric Fortune +140 U Wolf-Skull Shaman @Jim Murray [tokens] w_5_5_giant_warrior diff --git a/forge-gui/res/editions/Mystery Booster Playtest Cards.txt b/forge-gui/res/editions/Mystery Booster Playtest Cards.txt index 08cab9ba1b8..b276199a70f 100644 --- a/forge-gui/res/editions/Mystery Booster Playtest Cards.txt +++ b/forge-gui/res/editions/Mystery Booster Playtest Cards.txt @@ -8,124 +8,124 @@ Type=Funny ScryfallCode=CMB1 [cards] -1 R Ral's Vanguard -2 R Banding Sliver -3 R Baneslayer Aspirant -4 R Enroll in the Coalition -5 R Five Kids in a Trenchcoat -6 R Frontier Explorer -7 R Imaginary Friends -8 R Metagamer -9 R Priority Avenger -10 R Ruff, Underdog Champ -11 R Sarah's Wings -12 R Scaled Destruction -13 R Stack of Paperwork -14 R Wizened Arbiter -15 R You're in Command -16 R Animate Spell -17 R Biting Remark -18 R Command the Chaff -19 R Control Win Condition -20 R Do-Over -21 R Enchantmentize -22 R Form of the Mulldrifter -23 R Innocuous Insect -24 R Khod, Etlan Shiis Envoy -25 R Learned Learner -26 R Loopy Lobster -27 R Memory Bank -28 R Recycla-bird -29 R Squidnapper -30 R The Grand Tour -31 R Time Sidewalk -32 R Truth or Dare -33 R Visitor from Planet Q -34 R Blood Poet -35 R Bone Rattler -36 R Buried Ogre -37 R Celestine Cave Witch -38 R Chimney Goyf -39 R Corrupted Key -40 R Cyclopean Titan -41 R Everlasting Lich -42 R Frogkin Kidnapper -43 R Gunk Slug -44 R Largepox -45 R One with Death -46 R Spellmorph Raise Dead -47 R Sunimret -48 R Swarm of Locus -49 R Underdark Beholder -50 R Witty Demon -51 R Xyru Specter -52 R Yawgmoth's Testament -53 R Bombardment -54 R High Troller -55 R Impatient Iguana -56 R Lazier Goblin -57 R Lightning Colt -58 R Mana Abundance -59 R Planequake -60 R Problematic Volcano -61 R Queue of Beetles -62 R Red Herring -63 R Seasoned Weaponsmith -64 R Siege Elemental -65 R Throat Wolf -66 R Tibalt the Chaotic -67 R Transcantation -68 R Trial and Error -69 R Geometric Weird -70 R Whammy Burn -71 R Bear with Set's Mechanic -72 R Domesticated Mammoth -73 R Experiment Five -74 R Frenemy of the Guildpact -75 R Generated Horizons -76 R Gorilla Tactics -77 R Growth Charm -78 R Inspirational Antelope -79 R Interplanar Brushwagg -80 R Krosan Adaptation -81 R Maro's Gone Nuts -82 R Patient Turtle -83 R Plane-Merge Elf -84 R Soulmates -85 R Vazal, the Compleat -86 R A Good Thing -87 R Abian, Luvion Usurper -88 R Bind // Liberate -89 R Bucket List -90 R Evil Boros Charm -91 R Golgari Death Swarm -92 R Graveyard Dig -93 R How to Keep an Izzet Mage Busy -94 R Kaya, Ghost Haunter -95 R Louvaq, the Aberrant -96 R Personal Decoy -97 R Pick Your Poison -98 R Seek Bolas's Counsel -99 R Sliv-Mizzet, Hivemind -100 R Smelt // Herd // Saw -101 R Start // Fire -102 R Slivdrazi Monstrosity -103 R Wrath of Sod -104 R Zyym, Mesmeric Lord -105 R Chronobot -106 R Lantern of Undersight -107 R Mirrored Lotus -108 R Pithing Spyglass -109 R Puresteel Angel -110 R Unicycle -111 R Weaponized Scrap -112 R Aggressive Crag -113 L Barry's Land -114 R Domesticated Watercourse -115 R Enchanted Prairie -116 R Gold Mine -117 R Jasconian Isle -118 R Noxious Bayou -119 R Rift -120 R Taiga Stadium -121 R Waste Land +1 R Ral's Vanguard @David McDarby +2 R Banding Sliver @Alicia Mickes +3 R Baneslayer Aspirant @Taylor Ingvarsson +4 R Enroll in the Coalition @Chris Mooney +5 R Five Kids in a Trenchcoat @Emily Teng +6 R Frontier Explorer @Mary Josberger +7 R Imaginary Friends @Daniel Holt +8 R Metagamer @Francisco Martin +9 R Priority Avenger @Chris Haukap +10 R Ruff, Underdog Champ @Seth Conley +11 R Sarah's Wings @Sarah Keortge +12 R Scaled Destruction @Daniel Ketchum +13 R Stack of Paperwork @Hanspeter Ziegler +14 R Wizened Arbiter @Kelly Hamilton +15 R You're in Command @Cody Culp +16 R Animate Spell @Alli Steele +17 R Biting Remark @Josh Thomas +18 R Command the Chaff @George Fan +19 R Control Win Condition @Sean Mayovsky +20 R Do-Over @Madison Mosley +21 R Enchantmentize @Rebecca On +22 R Form of the Mulldrifter @George Fan +23 R Innocuous Insect @Jehan Choo +24 R Khod, Etlan Shiis Envoy @Dave Humpherys +25 R Learned Learner @Nick Southam +26 R Loopy Lobster @Rachel Turian +27 R Memory Bank @Pete White +28 R Recycla-bird @Kevin Yee +29 R Squidnapper @Jeff Carpenter +30 R The Grand Tour @Ethan Fleischer +31 R Time Sidewalk @Steve Sunu +32 R Truth or Dare @Mollie Harms +33 R Visitor from Planet Q @Lucy Meaden +34 R Blood Poet @Marsha Rivera +35 R Bone Rattler @Ira Humphrey +36 R Buried Ogre @Dave Geyer +37 R Celestine Cave Witch @Bonnie Gabriel +38 R Chimney Goyf @Glenn Jones +39 R Corrupted Key @Tom Wänerstrand +40 R Cyclopean Titan @Matt Smith +41 R Everlasting Lich @Aaron Forsythe +42 R Frogkin Kidnapper @Mark Heggen +43 R Gunk Slug @Casey Gustafson +44 R Largepox @Maxx Marshall +45 R One with Death @Robert J Schuster +46 R Spellmorph Raise Dead @Seth Conley +47 R Sunimret @Kelly McBride +48 R Swarm of Locus @Emily Maltby +49 R Underdark Beholder @Chris Tulach +50 R Witty Demon @Brittany Austin +51 R Xyru Specter @Jeff Stewart +52 R Yawgmoth's Testament @Eli Shiffrin +53 R Bombardment @James Arnold +54 R High Troller @Graeme Hopkins +55 R Impatient Iguana @Brandi Reece +56 R Lazier Goblin @Mark Price +57 R Lightning Colt @Christine Lee Risinger +58 R Mana Abundance @Ken Nagle +59 R Planequake @Chris Kiritz +60 R Problematic Volcano @Gavin Verhey +61 R Queue of Beetles @Brendan Sell +62 R Red Herring @Chris Mooney +63 R Seasoned Weaponsmith @Mark L. Gottlieb +64 R Siege Elemental @Levi Parker +65 R Throat Wolf @Sam Stoddard +66 R Tibalt the Chaotic @Zach Francks +67 R Transcantation @Ryan Printz +68 R Trial and Error @Chris Clay +69 R Geometric Weird @Matthew Gregory +70 R Whammy Burn @Melissa DeTora +71 R Bear with Set's Mechanic @Annie Sardelis +72 R Domesticated Mammoth @Jade Granger +73 R Experiment Five @Gavin Verhey +74 R Frenemy of the Guildpact @Jacob Nourigat +75 R Generated Horizons @Daniel Holt +76 R Gorilla Tactics @Jiachen Tao +77 R Growth Charm @Chris Bellach +78 R Inspirational Antelope @Mike Demaine +79 R Interplanar Brushwagg @John Penick +80 R Krosan Adaptation @Zach Francks +81 R Maro's Gone Nuts @Mark Rosewater +82 R Patient Turtle @Katie Allison +83 R Plane-Merge Elf @Nataly Anderson +84 R Soulmates @Victoria Caña +85 R Vazal, the Compleat @Damian Tedrow +86 R A Good Thing @Yoni Skolnik +87 R Abian, Luvion Usurper @James Kooi +88 R Bind // Liberate @Talia Armato-Helle +89 R Bucket List @Nathan Ian Greene +90 R Evil Boros Charm @Mark Purvis +91 R Golgari Death Swarm @Ovidio Cartagena +92 R Graveyard Dig @Sandra Everingham +93 R How to Keep an Izzet Mage Busy @Scott Van Essen +94 R Kaya, Ghost Haunter @Sydney Adams +95 R Louvaq, the Aberrant @Cynthia Sheppard +96 R Personal Decoy @Alison Luhrs +97 R Pick Your Poison @Corey Bowen +98 R Seek Bolas's Counsel @Matt Warren +99 R Sliv-Mizzet, Hivemind @Jeff Stewart +100 R Smelt // Herd // Saw @Alli Steele +101 R Start // Fire @Nelson Brown +102 R Slivdrazi Monstrosity @Justin Cornell +103 R Wrath of Sod @Chad Kanotz +104 R Zyym, Mesmeric Lord @Nick Bartoletti +105 R Chronobot @Stephanie Mitchell +106 R Lantern of Undersight @Trick Jarrett +107 R Mirrored Lotus @Meris Mullaley +108 R Pithing Spyglass @Melissa DeTora +109 R Puresteel Angel @Lukas Litzsinger +110 R Unicycle @Ari Nieh +111 R Weaponized Scrap @Tyler Wright +112 R Aggressive Crag @Demitrios Feredinos +113 L Barry's Land @Matt Tabak +114 R Domesticated Watercourse @Joe Torra +115 R Enchanted Prairie @James Arnold +116 R Gold Mine @Max McCall +117 R Jasconian Isle @Aaron Reed +118 R Noxious Bayou @James Rose +119 R Rift @Zach Francks +120 R Taiga Stadium @Tara Rueping +121 R Waste Land @Patrick Kuhlman diff --git a/forge-gui/res/editions/Mystery Booster Retail Edition Foils.txt b/forge-gui/res/editions/Mystery Booster Retail Edition Foils.txt index 699135f44b3..252ae544983 100644 --- a/forge-gui/res/editions/Mystery Booster Retail Edition Foils.txt +++ b/forge-gui/res/editions/Mystery Booster Retail Edition Foils.txt @@ -6,124 +6,124 @@ Type=Draft ScryfallCode=FMB1 [cards] -1 U Not of This World -2 R Celestial Dawn -3 R Celestial Kirin -4 U Changeling Hero -5 U Council Guardian -6 U Eidolon of Rhetoric -7 R Isamaru, Hound of Konda -8 C Lapse of Certainty -9 C Lumithread Field -10 R Norn's Annex -11 R Proclamation of Rebirth -12 U Pull from Eternity -13 R Rune-Tail, Kitsune Ascendant -14 C Sinew Sliver -15 C Soul's Attendant -16 R Spelltithe Enforcer -17 U Springjack Shepherd -18 U Wall of Shards -19 U White Knight -20 C Blighted Agent -21 U Delay -22 R Fatespinner -23 U Frozen Aether -24 R Grand Architect -25 R Intruder Alarm -26 M Misthollow Griffin -27 U Paradox Haze -28 R Patron of the Moon -29 R Puca's Mischief -30 R Spellweaver Volute -31 C Storm Crow -32 R Zur's Weirding -33 R Bringer of the Black Dawn -34 C Chimney Imp -35 R Conspiracy -36 C Echoing Decay -37 R Funeral Charm -38 R Herald of Leshrac -39 R Marrow-Gnawer -40 R Nezumi Shortfang -41 R One with Nothing -42 U Ravenous Trap -43 U Rescue from the Underworld -44 R Undead Warchief -45 C Viscera Seer -46 U Balduvian Rage -47 R Braid of Fire -48 C Burning Inquiry -49 R Fiery Gambit -50 U Flamekin Harbinger -51 R Form of the Dragon -52 C Goblin Bushwhacker -53 U Guerrilla Tactics -54 U Lightning Storm -55 R Norin the Wary -56 C Ogre Gatecrasher -57 C Pyretic Ritual -58 M Scourge of the Throne -59 R Stigma Lasher -60 U Treasonous Ogre -61 R Allosaurus Rider -62 U Archetype of Endurance -63 C Boreal Druid -64 R Boundless Realms -65 U Bramblewood Paragon -66 R Fungusaur -67 C Game-Trail Changeling -68 C Gleeful Sabotage -69 C Greater Mossdog -70 R Helix Pinnacle -71 C Hornet Sting -72 U Manaweft Sliver -73 R Maro -74 R Myojin of Life's Web -75 R Panglacial Wurm -76 R Reki, the History of Kamigawa -77 R Rhox -78 C Sakura-Tribe Scout -79 U Scryb Ranger -80 U Sheltering Ancient -81 U Sosuke, Son of Seshiro -82 R Spike Feeder -83 M Aurelia's Fury -84 U Drogskol Captain -85 R Glittering Wish -86 U Harmonic Sliver -87 M Karrthus, Tyrant of Jund -88 M Maelstrom Nexus -89 U Mind Funeral -90 M Sarkhan the Mad -91 M Sen Triplets -92 R Yore-Tiller Nephilim -93 R Balefire Liege -94 U Gilder Bairn -95 U Kulrath Knight -96 C Noggle Bandit -97 U Wear // Tear -98 R Amulet of Vigor -99 U Blasting Station -100 U Codex Shredder -101 U Geth's Grimoire -102 C Iron Myr -103 R Knowledge Pool -104 U Lantern of Insight -105 R Leveler -106 M Lich's Mirror -107 U Magewright's Stone -108 U Memnite -109 R Mindslaver -110 C Pili-Pala -111 R Reaper King -112 R Sundial of the Infinite -113 R Teferi's Puzzle Box -114 U Trailblazer's Boots -115 R Triskelion -116 R Witchbane Orb -117 R Alchemist's Refuge -118 R Minamo, School at Water's Edge -119 U Mirrodin's Core -120 R Shizo, Death's Storehouse -121 U Stalking Stones +1 U Not of This World @Izzy +2 R Celestial Dawn @Liz Danforth +3 R Celestial Kirin @Adam Rex +4 U Changeling Hero @Jeff Miracola +5 U Council Guardian @Volkan Baǵa +6 U Eidolon of Rhetoric @Ryan Yee +7 R Isamaru, Hound of Konda @Christopher Moeller +8 C Lapse of Certainty @Anthony Francisco +9 C Lumithread Field @Scott Altmann +10 R Norn's Annex @James Paick +11 R Proclamation of Rebirth @William Simpson +12 U Pull from Eternity @Ron Spears +13 R Rune-Tail, Kitsune Ascendant @Randy Gallegos +14 C Sinew Sliver @Steven Belledin +15 C Soul's Attendant @Steve Prescott +16 R Spelltithe Enforcer @Greg Staples +17 U Springjack Shepherd @Thomas Denmark +18 U Wall of Shards @Alex Horley-Orlandelli +19 U White Knight @Christopher Moeller +20 C Blighted Agent @Anthony Francisco +21 U Delay @Ron Spears +22 R Fatespinner @rk post +23 U Frozen Aether @Dan Dos Santos +24 R Grand Architect @Steven Belledin +25 R Intruder Alarm @Luca Zontini +26 M Misthollow Griffin @Jaime Jones +27 U Paradox Haze @Greg Staples +28 R Patron of the Moon @Scott M. Fischer +29 R Puca's Mischief @Scott Altmann +30 R Spellweaver Volute @Bud Cook +31 C Storm Crow @John Matson +32 R Zur's Weirding @Scott M. Fischer +33 R Bringer of the Black Dawn @Carl Critchlow +34 C Chimney Imp @Christopher Moeller +35 R Conspiracy @Jeff Easley +36 C Echoing Decay @Greg Staples +37 R Funeral Charm @Greg Spalenka +38 R Herald of Leshrac @Alex Horley-Orlandelli +39 R Marrow-Gnawer @Wayne Reynolds +40 R Nezumi Shortfang @Daren Bader +41 R One with Nothing @Jim Nelson +42 U Ravenous Trap @Cyril Van Der Haegen +43 U Rescue from the Underworld @Raymond Swanland +44 R Undead Warchief @Greg Hildebrandt +45 C Viscera Seer @John Stanko +46 U Balduvian Rage @John Matson +47 R Braid of Fire @Cyril Van Der Haegen +48 C Burning Inquiry @Zoltan Boros & Gabor Szikszai +49 R Fiery Gambit @Scott M. Fischer +50 U Flamekin Harbinger @Steve Prescott +51 R Form of the Dragon @Carl Critchlow +52 C Goblin Bushwhacker @Mark Tedin +53 U Guerrilla Tactics @Dave Dorman +54 U Lightning Storm @Luca Zontini +55 R Norin the Wary @Heather Hudson +56 C Ogre Gatecrasher @Daren Bader +57 C Pyretic Ritual @James Paick +58 M Scourge of the Throne @Michael Komarck +59 R Stigma Lasher @Aleksi Briclot +60 U Treasonous Ogre @Randy Gallegos +61 R Allosaurus Rider @Daren Bader +62 U Archetype of Endurance @Slawomir Maniak +63 C Boreal Druid @Dan Dos Santos +64 R Boundless Realms @Cliff Childs +65 U Bramblewood Paragon @Jim Murray +66 R Fungusaur @Heather Hudson +67 C Game-Trail Changeling @Martina Pilcerova +68 C Gleeful Sabotage @Todd Lockwood +69 C Greater Mossdog @Chippy +70 R Helix Pinnacle @Dan Scott +71 C Hornet Sting @Matt Stewart +72 U Manaweft Sliver @Trevor Claxton +73 R Maro @Stuart Griffin +74 R Myojin of Life's Web @Kev Walker +75 R Panglacial Wurm @Jim Pavelec +76 R Reki, the History of Kamigawa @Edward P. Beard, Jr. +77 R Rhox @Mark Zug +78 C Sakura-Tribe Scout @Darrell Riche +79 U Scryb Ranger @Rebecca Guay +80 U Sheltering Ancient @Pete Venters +81 U Sosuke, Son of Seshiro @Carl Critchlow +82 R Spike Feeder @Heather Hudson +83 M Aurelia's Fury @Tyler Jacobson +84 U Drogskol Captain @Peter Mohrbacher +85 R Glittering Wish @John Donahue +86 U Harmonic Sliver @Luca Zontini +87 M Karrthus, Tyrant of Jund @Dave Kendall +88 M Maelstrom Nexus @Steven Belledin +89 U Mind Funeral @rk post +90 M Sarkhan the Mad @Chippy +91 M Sen Triplets @Greg Staples +92 R Yore-Tiller Nephilim @Jeremy Jarvis +93 R Balefire Liege @Ralph Horsley +94 U Gilder Bairn @Nils Hamm +95 U Kulrath Knight @Daarken +96 C Noggle Bandit @Thomas Denmark +97 U Wear // Tear @Ryan Pancoast +98 R Amulet of Vigor @Warren Mahy +99 U Blasting Station @Stephen Tappin +100 U Codex Shredder @Jason Felix +101 U Geth's Grimoire @Heather Hudson +102 C Iron Myr @Alan Pollack +103 R Knowledge Pool @Mike Bierek +104 U Lantern of Insight @Tim Hildebrandt +105 R Leveler @Carl Critchlow +106 M Lich's Mirror @Ash Wood +107 U Magewright's Stone @Carl Critchlow +108 U Memnite @Svetlin Velinov +109 R Mindslaver @Glen Angus +110 C Pili-Pala @Ron Spencer +111 R Reaper King @Jim Murray +112 R Sundial of the Infinite @Vincent Proce +113 R Teferi's Puzzle Box @Donato Giancola +114 U Trailblazer's Boots @Zoltan Boros & Gabor Szikszai +115 R Triskelion @Christopher Moeller +116 R Witchbane Orb @John Avon +117 R Alchemist's Refuge @Dan Scott +118 R Minamo, School at Water's Edge @Jeremy Jarvis +119 U Mirrodin's Core @Greg Staples +120 R Shizo, Death's Storehouse @John Matson +121 U Stalking Stones @David Day diff --git a/forge-gui/res/editions/Mystery Booster.txt b/forge-gui/res/editions/Mystery Booster.txt index b478bd5e8b9..f90b9ab2340 100644 --- a/forge-gui/res/editions/Mystery Booster.txt +++ b/forge-gui/res/editions/Mystery Booster.txt @@ -10,1700 +10,1700 @@ BoosterBox=60 ScryfallCode=MB1 [cards] -1 R All Is Dust -2 U Artisan of Kozilek -3 U Breaker of Armies -4 R Desolation Twin -5 C Eldrazi Devastator -6 U Pathrazer of Ulamog -7 U Abzan Falconer -8 C Abzan Runemark -9 C Acrobatic Maneuver -10 U Adanto Vanguard -11 R Adorned Pouncer -12 C Affa Protector -13 C Ainok Bond-Kin -14 U Ajani's Pridemate -15 C Alley Evasion -16 M Angelic Destiny -17 C Angelic Gift -18 C Angelic Purge -19 C Angel of Mercy -20 U Angel of Renewal -21 R Angel of the Dire Hour -22 C Angelsong -23 C Apostle's Blessing -24 R Approach of the Second Sun -25 U Archangel -26 C Arrest -27 C Arrester's Zeal -28 C Artful Maneuver -29 U Aura of Silence -30 C Aven Battle Priest -31 C Aven Sentry -32 C Ballynock Cohort -33 C Bartered Cow -34 U Battle Mastery -35 R Beacon of Immortality -36 C Benevolent Ancestor -37 C Blade Instructor -38 U Blessed Spirits -39 C Bonds of Faith -40 C Borrowed Grace -41 C Built to Last -42 C Bulwark Giant -43 C Candlelight Vigil -44 C Caravan Escort -45 C Cartouche of Solidarity -46 U Cast Out -47 C Cathar's Companion -48 C Caught in the Brights -49 U Celestial Crusader -50 C Celestial Flare -51 C Center Soul -52 C Champion of Arashin -53 R Champion of the Parish -54 R Chancellor of the Annex -55 C Charge -56 C Cliffside Lookout -57 C Cloudshift -58 C Coalition Honor Guard -59 C Collar the Culprit -60 U Congregate -61 C Conviction -62 C Countless Gears Renegade -63 C Court Homunculus -64 C Court Street Denizen -65 U Crib Swap -66 U Danitha Capashen, Paragon -67 C Daring Skyjek -68 U Darksteel Mutation -69 C Dauntless Cathar -70 C Dawnglare Invoker -71 C Decommission -72 R Decree of Justice -73 C Defiant Strike -74 C Desperate Sentry -75 C Devilthorn Fox -76 R Dictate of Heliod -77 C Disenchant -78 U Dismantling Blow -79 C Disposal Mummy -80 C Divine Favor -81 C Djeru's Renunciation -82 C Djeru's Resolve -83 C Doomed Traveler -84 C Dragon Bell Monk -85 C Dragon's Eye Sentry -86 C Dragon's Presence -87 C Eddytrail Hawk -88 M Elesh Norn, Grand Cenobite -89 C Emerge Unscathed -90 C Empyrial Armor -91 C Encampment Keeper -92 U Encircling Fissure -93 C Enduring Victory -94 C Enlightened Ascetic -95 C Ephemeral Shields -96 C Ephemerate -97 R Evra, Halcyon Witness -98 C Excavation Elephant -99 C Excoriate -100 C Expedition Raptor -101 C Expose Evil -102 C Exultant Skymarcher -103 C Eyes in the Skies -104 C Faithbearer Paladin -105 C Faith's Fetters -106 C Feat of Resistance -107 U Felidar Guardian -108 R Felidar Sovereign -109 U Felidar Umbra -110 C Fencing Ace -111 U Fiend Hunter -112 C Firehoof Cavalry -113 C Forsake the Worldly -114 C Fortify -115 C Fragmentize -116 C Geist of the Moors -117 U Ghostblade Eidolon -118 M Gideon Jura -119 C Gideon's Lawkeeper -120 U Gift of Estates -121 C Glaring Aegis -122 C Gleam of Resistance -123 C Glint-Sleeve Artisan -124 C God-Pharaoh's Faithful -125 C Gods Willing -126 R Grasp of Fate -127 C Grasp of the Hieromancer -128 C Great-Horn Krushok -129 C Guided Strike -130 U Gustcloak Skirmisher -131 C Gust Walker -132 C Healer's Hawk -133 C Healing Grace -134 C Healing Hands -135 C Heavy Infantry -136 C Humble -137 C Hyena Umbra -138 C Infantry Veteran -139 C Inquisitor's Ox -140 C Inspired Charge -141 C Intrusive Packbeast -142 C Iona's Judgment -143 C Isolation Zone -144 U Jubilant Mascot -145 C Knight of Cliffhaven -146 U Knight of Dawn -147 C Knight of Old Benalia -148 C Knight of Sorrows -149 C Knight of the Skyward Eye -150 C Knight of the Tusk -151 U Kor Bladewhirl -152 C Kor Chant -153 U Kor Firewalker -154 C Kor Hookmaster -155 C Kor Sky Climber -156 C Kor Skyfisher -157 U Lashknife Barrier -158 U Leonin Relic-Warder -159 C Lieutenants of the Guard -160 U Lightform -161 C Lightwalker -162 U Lingering Souls -163 C Lone Missionary -164 C Lonesome Unicorn -165 C Looming Altisaur -166 C Lotus-Eye Mystics -167 C Loxodon Partisan -168 C Loyal Sentry -169 C Lunarch Mantle -170 R Magus of the Moat -171 C Mana Tithe -172 C Mardu Hordechief -173 C Marked by Honor -174 R Martyr's Bond -175 U Martyr's Cause -176 C Meditation Puzzle -177 C Midnight Guard -178 R Mirran Crusader -179 R Mirror Entity -180 C Momentary Blink -181 C Moonlit Strider -182 C Mortal's Ardor -183 U Mother of Runes -184 C Ninth Bridge Patrol -185 U Nyx-Fleece Ram -186 R Odric, Lunarch Marshal -187 C Ondu Greathorn -188 C Ondu War Cleric -189 C Oreskos Swiftclaw -190 U Oust -191 C Pacifism -192 U Palace Jailer -193 C Palace Sentinels -194 C Paladin of the Bloodstained -195 C Path of Peace -196 U Path to Exile -197 U Peace of Mind -198 C Pegasus Courser -199 C Pentarch Ward -200 C Pitfall Trap -201 C Pressure Point -202 U Promise of Bunrei -203 C Prowling Caracal -204 C Rally the Peasants -205 C Raptor Companion -206 R Recruiter of the Guard -207 U Refurbish -208 C Renewed Faith -209 C Resurrection -210 U Retreat to Emeria -211 C Reviving Dose -212 C Rhet-Crop Spearmaster -213 U Righteous Cause -214 C Rootborn Defenses -215 C Sacred Cat -216 C Sanctum Gargoyle -217 C Sandstorm Charger -218 C Savannah Lions -219 C Seal of Cleansing -220 C Searing Light -221 U Seeker of the Way -222 C Sensor Splicer -223 U Seraph of the Suns -224 C Serra Disciple -225 U Serra's Embrace -226 C Sheer Drop -227 C Shining Aerosaur -228 C Shining Armor -229 C Shoulder to Shoulder -230 C Siegecraft -231 C Silverchase Fox -232 C Skyhunter Skirmisher -233 U Skymarcher Aspirant -234 C Skyspear Cavalry -235 C Slash of Talons -236 C Snubhorn Sentry -237 C Soulmender -238 C Soul Parry -239 C Soul-Strike Technique -240 C Soul Summons -241 C Soul Warden -242 C Sparring Mummy -243 C Spectral Gateguards -244 C Stalwart Aven -245 C Star-Crowned Stag -246 C Stave Off -247 C Steadfast Sentinel -248 C Stone Haven Medic -249 C Sunlance -250 C Sunrise Seeker -251 C Suppression Bonds -252 C Survive the Night -253 U Swords to Plowshares -254 C Take Vengeance -255 C Tandem Tactics -256 R Teferi's Protection -257 C Terashi's Grasp -258 C Territorial Hammerskull -259 R Thalia's Lancers -260 C Thraben Inspector -261 C Thraben Standard Bearer -262 U Timely Reinforcements -263 C Topan Freeblade -264 C Unwavering Initiate -265 C Veteran Swordsmith -266 C Village Bell-Ringer -267 C Voice of the Provinces -268 U Volunteer Reserves -269 C Wake the Reflections -270 U Wall of Omens -271 C Wall of One Thousand Cuts -272 C Wandering Champion -273 C War Behemoth -274 R Weathered Wayfarer -275 C Wild Griffin -276 U Windborne Charge -277 C Winged Shepherd -278 U Wing Shards -279 C Youthful Knight -280 C Zealous Strike -281 C Academy Journeymage -282 C Aethersnipe -283 C Aether Tradewinds -284 C Amass the Components -285 R Aminatou's Augury -286 C Amphin Pathmage -287 C Anticipate -288 C Arcane Denial -289 C Archaeomancer -290 U Archetype of Imagination -291 C Artificer's Assistant -292 C Augur of Bolas -293 C Augury Owl -294 C Bastion Inventor -295 C Befuddle -296 C Benthic Giant -297 C Benthic Infiltrator -298 C Bewilder -299 U Blue Elemental Blast -300 C Borrowing 100,000 Arrows -301 C Brainstorm -302 C Brilliant Spectrum -303 U Brine Elemental -304 C Calculated Dismissal -305 C Caller of Gales -306 C Call to Heel -307 C Cancel -308 C Capture Sphere -309 C Cartouche of Knowledge -310 C Castaway's Despair -311 C Catalog -312 U Chart a Course -313 R Chasm Skulker -314 C Chillbringer -315 C Choking Tethers -316 C Chronostutter -317 U Circular Logic -318 U Citywatch Sphinx -319 C Claustrophobia -320 C Clear the Mind -321 C Cloak of Mists -322 C Cloud Elemental -323 C Cloudkin Seer -324 C Cloudreader Sphinx -325 C Clutch of Currents -326 C Compelling Argument -327 U Concentrate -328 U Condescend -329 C Containment Membrane -330 C Contingency Plan -331 C Contradict -332 C Convolute -333 C Coralhelm Guide -334 C Coral Trickster -335 U Corrupted Conscience -336 C Counterspell -337 C Court Hussar -338 C Crashing Tide -339 C Crush Dissent -340 U Curiosity -341 C Curio Vendor -342 C Daze -343 C Dazzling Lights -344 C Decision Paralysis -345 C Deep Analysis -346 C Deep Freeze -347 R Deepglow Skate -348 C Diminish -349 C Dirgur Nemesis -350 C Dispel -351 C Displace -352 U Distortion Strike -353 C Divination -354 R Djinn of Wishes -355 C Doorkeeper -356 U Dragon's Eye Savants -357 C Drag Under -358 C Dreadwaters -359 C Dream Cache -360 C Dream Twist -361 C Eel Umbra -362 C Embodiment of Spring -363 R Energy Field -364 C Enlightened Maniac -365 U Ensoul Artifact -366 C Errant Ephemeron -367 C Essence Scatter -368 U Everdream -369 U Exclude -370 M Expropriate -371 U Fact or Fiction -372 C Faerie Invaders -373 C Faerie Mechanist -374 C Failed Inspection -375 U Fascination -376 C Fathom Seer -377 R Fblthp, the Lost -378 U Flashfreeze -379 U Fledgling Mawcor -380 C Fleeting Distraction -381 U Floodgate -382 U Fog Bank -383 C Fogwalker -384 C Foil -385 C Forbidden Alchemy -386 C Frantic Search -387 C Frilled Sea Serpent -388 C Frost Lynx -389 C Gaseous Form -390 C Ghost Ship -391 C Glacial Crasher -392 C Glint -393 C Gone Missing -394 C Grasp of Phantoms -395 U Guard Gomazoa -396 C Gurmag Drowner -397 C Gush -398 U Hedron Crab -399 C Hieroglyphic Illumination -400 C Hightide Hermit -401 C Hinterland Drake -402 C Horseshoe Crab -403 C Humongulus -404 C Impulse -405 C Inkfathom Divers -406 C Invisibility -407 C Ior Ruin Expedition -408 C Jace's Phantasm -409 C Jeering Homunculus -410 C Jeskai Sage -411 R Jushi Apprentice -412 C Jwar Isle Avenger -413 C Kiora's Dambreaker -414 C Laboratory Brute -415 U Laboratory Maniac -416 U Labyrinth Guardian -417 U Lay Claim -418 C Leapfrog -419 U Mahamoti Djinn -420 C Mana Leak -421 C Man-o'-War -422 R Master Transmuter -423 C Maximize Altitude -424 R Memory Erosion -425 C Memory Lapse -426 U Merfolk Looter -427 C Messenger Jays -428 C Metallic Rebuke -429 C Mind Sculpt -430 R Mind Spring -431 R The Mirari Conjecture -432 R Misdirection -433 U Mistform Shrieker -434 C Mist Raven -435 C Mnemonic Wall -436 C Monastery Loremaster -437 C Mulldrifter -438 U Murder of Crows -439 C Mystical Teachings -440 R Mystic Confluence -441 C Mystic of the Hidden Way -442 C Nagging Thoughts -443 C Negate -444 C Niblis of Dusk -445 C Nine-Tail White Fox -446 C Ninja of the Deep Hours -447 C Ojutai Interceptor -448 C Ojutai's Breath -449 C Omenspeaker -450 U Opportunity -451 C Opt -452 C Peel from Reality -453 C Phantasmal Bear -454 U Phantasmal Dragon -455 U Phyrexian Ingester -456 R Phyrexian Metamorph -457 C Pondering Mage -458 C Portent -459 U Predict -460 C Preordain -461 U Prodigal Sorcerer -462 U Propaganda -463 C Prosperous Pirates -464 C Purple-Crystal Crab -465 C Refocus -466 C Repulse -467 C Retraction Helix -468 C Rhystic Study -469 U Riftwing Cloudskate -470 C Ringwarden Owl -471 U Rishadan Footpad -472 C River Darter -473 C River Serpent -474 C Riverwheel Aerialists -475 U Sage of Lat-Nam -476 C Sailor of Means -477 R Sakashima the Impostor -478 C Sapphire Charm -479 C Scroll Thief -480 C Sea Gate Oracle -481 U Sealock Monster -482 C Secrets of the Golden City -483 C Send to Sleep -484 R Serendib Efreet -485 C Shaper Parasite -486 C Shimmerscale Drake -487 C Shipwreck Looter -488 U Sigiled Starfish -489 C Silent Observer -490 U Silvergill Adept -491 C Singing Bell Strike -492 U Skaab Goliath -493 C Skitter Eel -494 C Skittering Crustacean -495 U Sleep -496 C Slipstream Eel -497 C Slither Blade -498 C Snap -499 C Snapping Drake -500 C Somber Hoverguard -501 U Soothsaying -502 U Sphinx's Tutelage -503 C Spire Monitor -504 C Steady Progress -505 C Stitched Drake -506 C Storm Sculptor -507 C Strategic Planning -508 C Stream of Thought -509 R Stunt Double -510 C Surrakar Banisher -511 C Syncopate -512 U Syr Elenora, the Discerning -513 R Talrand, Sky Summoner -514 C Tandem Lookout -515 M Teferi, Temporal Archmage -516 C Temporal Fissure -517 M Temporal Mastery -518 U Thieving Magpie -519 C Thornwind Faeries -520 C Thoughtcast -521 C Thought Collapse -522 C Thought Scour -523 U Thrummingbird -524 C Thunder Drake -525 C Tidal Warrior -526 C Tidal Wave -527 U Tinker -528 C Totally Lost -529 U Trail of Evidence -530 C Treasure Cruise -531 C Treasure Hunt -532 U Treasure Mage -533 C Trinket Mage -534 U Triton Tactics -535 C Turn Aside -536 C Uncomfortable Chill -537 C Vapor Snag -538 C Vigean Graftmage -539 U Wall of Frost -540 C Warden of Evos Isle -541 C Watercourser -542 C Wave-Wing Elemental -543 C Weldfast Wingsmith -544 C Welkin Tern -545 R Whelming Wave -546 C Whiplash Trap -547 R Whir of Invention -548 C Windcaller Aven -549 C Wind Drake -550 U Wind-Kin Raiders -551 C Windrider Eel -552 C Wind Strider -553 C Wishcoin Crab -554 C Wishful Merfolk -555 C Wretched Gryff -556 C Write into Being -557 U Youthful Scholar -558 C Absorb Vis -559 C Accursed Spirit -560 C Aid the Fallen -561 C Alesha's Vanguard -562 C Alley Strangler -563 C Altar's Reap -564 C Ambitious Aetherborn -565 C Ancestral Vengeance -566 U Animate Dead -567 U Annihilate -568 C Bala Ged Scorpion -569 U Baleful Ammit -570 C Balustrade Spy -571 C Bartizan Bats -572 C Bitter Revelation -573 C Black Cat -574 U Black Knight -575 R Black Market -576 C Bladebrand -577 C Blessing of Belzenlok -578 C Blighted Bat -579 C Blightsoil Druid -580 C Blistergrub -581 U Blood Artist -582 C Bloodrite Invoker -583 C Bone Splinters -584 C Boon of Emrakul -585 U Breeding Pit -586 C Butcher's Glee -587 U Cabal Therapy -588 C Cackling Imp -589 C Cadaver Imp -590 R Cairn Wanderer -591 C Caligo Skin-Witch -592 U Carrion Feeder -593 C Carrion Imp -594 C Catacomb Crocodile -595 C Catacomb Slug -596 U Caustic Tar -597 C Certain Death -598 C Child of Night -599 C Coat with Venom -600 R Collective Brutality -601 U Corpsehatch -602 C Costly Plunder -603 C Covenant of Blood -604 C Cower in Fear -605 C Crippling Blight -606 C Crow of Dark Tidings -607 C Cursed Minotaur -608 C Daring Demolition -609 U Darkblast -610 C Dark Dabbling -611 C Dark Ritual -612 C Dark Withering -613 U Dauthi Mindripper -614 C Deadbridge Shaman -615 C Deadeye Tormentor -616 R Deadly Tempest -617 C Dead Reveler -618 C Death Denied -619 C Defeat -620 U Demonic Tutor -621 C Demonic Vigor -622 C Demon's Grasp -623 C Desperate Castaways -624 C Diabolic Edict -625 R Dictate of Erebos -626 C Die Young -627 C Dinosaur Hunter -628 C Dirge of Dread -629 U Dismember -630 C Disowned Ancestor -631 C Doomed Dissenter -632 C Douse in Gloom -633 R Drana, Kalastria Bloodchief -634 C Dreadbringer Lampads -635 C Dread Drone -636 U Dread Return -637 C Dregscape Zombie -638 C Driver of the Dead -639 C Drudge Sentinel -640 C Dukhara Scavenger -641 C Dune Beetle -642 C Duress -643 C Dusk Charger -644 C Dusk Legion Zealot -645 U The Eldest Reborn -646 C Epicure of Blood -647 C Erg Raiders -648 C Eternal Thirst -649 C Evincar's Justice -650 C Executioner's Capsule -651 U Exsanguinate -652 C Eyeblight's Ending -653 U Fallen Angel -654 C Farbog Revenant -655 U Fatal Push -656 C Fen Hauler -657 C Feral Abomination -658 C Festercreep -659 C Festering Newt -660 C Fetid Imp -661 C Fill with Fright -662 C First-Sphere Gargantua -663 C Flesh to Dust -664 U Fretwork Colony -665 C Fungal Infection -666 U Genju of the Fens -667 C Ghostly Changeling -668 C Ghoulcaller's Accomplice -669 U Gifted Aetherborn -670 U Go for the Throat -671 R Gonti, Lord of Luxury -672 C Grasping Scoundrel -673 R Gravecrawler -674 C Gravedigger -675 C Gravepurge -676 M Grave Titan -677 C Gray Merchant of Asphodel -678 C Grim Affliction -679 C Grim Discovery -680 C Grixis Slavedriver -681 C Grotesque Mutation -682 C Gruesome Fate -683 C Gurmag Angler -684 R Haakon, Stromgald Scourge -685 C Hideous End -686 C Hired Blade -687 C Hound of the Farbogs -688 U Hunter of Eyeblights -689 R Hypnotic Specter -690 C Induce Despair -691 C Infernal Scarring -692 U Infest -693 C Innocent Blood -694 U Inquisition of Kozilek -695 C Instill Infection -696 C Kalastria Nightwatch -697 C Krumar Bond-Kin -698 C Lawless Broker -699 C Lazotep Behemoth -700 C Lethal Sting -701 M Liliana, Death's Majesty -702 R Living Death -703 U Lord of the Accursed -704 C Macabre Waltz -705 C Marauding Boneslasher -706 C March of the Drowned -707 C Mark of the Vampire -708 C Marsh Hulk -709 C Mephitic Vapors -710 C Merciless Resolve -711 C Miasmic Mummy -712 C Mind Rake -713 C Mind Rot -714 R Mind Shatter -715 C Mire's Malice -716 C Moment of Craving -717 C Murder -718 C Murderous Compulsion -719 C Nameless Inversion -720 C Nantuko Husk -721 C Never Happened -722 R Nighthowler -723 C Night's Whisper -724 C Nirkana Assassin -725 U Noxious Dragon -726 C Okiba-Gang Shinobi -727 C Painful Lesson -728 U Perish -729 C Pestilence -730 R Phyrexian Arena -731 R Phyrexian Plaguelord -732 C Phyrexian Rager -733 U Phyrexian Reclamation -734 C Pit Keeper -735 U Plaguecrafter -736 C Plagued Rusalka -737 C Plague Wight -738 C Prakhata Club Security -739 C Prowling Pangolin -740 C Queen's Agent -741 U Quest for the Gravelord -742 C Rabid Bloodsucker -743 C Rakdos Drake -744 C Rakshasa's Secret -745 U Ravenous Chupacabra -746 C Read the Bones -747 C Reaper of Night -748 U Reassembling Skeleton -749 C Reckless Imp -750 U Reckless Spite -751 C Recover -752 C Renegade Demon -753 C Renegade's Getaway -754 C Returned Centaur -755 R Revel in Riches -756 U Revenant -757 C Rite of the Serpent -758 C Rotfeaster Maggot -759 C Ruin Rat -760 R Rune-Scarred Demon -761 U Sadistic Hypnotist -762 C Scarab Feast -763 C Scrounger of Souls -764 C Scuttling Death -765 C Seal of Doom -766 U Sengir Vampire -767 R Sewer Nemesis -768 C Shadowcloak Vampire -769 C Shambling Attendants -770 C Shambling Goblin -771 U Shriekmaw -772 U Shrouded Lore -773 C Silumgar Butcher -774 U Skeletal Scrying -775 C Skeleton Archer -776 C Skulking Ghost -777 U Smiting Helix -778 M Sorin Markov -779 C Spreading Rot -780 U Stab Wound -781 C Stallion of Ashmouth -782 C Stinkweed Imp -783 U Street Wraith -784 C Stromkirk Patrol -785 C Subtle Strike -786 C Sultai Runemark -787 C Tar Snare -788 U Tavern Swindler -789 C Tendrils of Corruption -790 C Thallid Omnivore -791 C Thornbow Archer -792 C Thorn of the Black Rose -793 C Thraben Foulbloods -794 C Tidy Conclusion -795 R Torment of Hailfire -796 C Torment of Venom -797 C Touch of Moonglove -798 R Toxin Sliver -799 C Tragic Slip -800 C Trespasser's Curse -801 U Trial of Ambition -802 C Twins of Maurer Estate -803 C Typhoid Rats -804 C Unburden -805 C Undercity's Embrace -806 C Untamed Hunger -807 C Unyielding Krumar -808 C Urborg Uprising -809 C Vampire Champion -810 C Vampire Envoy -811 U Vampire Hexmage -812 C Vampire Lacerator -813 U Vampire Nighthawk -814 C Vessel of Malignity -815 C Virulent Swipe -816 C Voracious Null -817 C Vraska's Finisher -818 C Wake of Vultures -819 C Walking Corpse -820 U Walk the Plank -821 C Wander in Death -822 C Warteye Witch -823 C Weight of the Underworld -824 C Weirded Vampire -825 U Wight of Precinct Six -826 U Will-o'-the-Wisp -827 C Windgrace Acolyte -828 C Wrench Mind -829 U Yargle, Glutton of Urborg -830 C Zulaport Chainmage -831 C Act of Treason -832 U Act on Impulse -833 U Ahn-Crop Crasher -834 C Ainok Tracker -835 C Akroan Sergeant -836 C Alchemist's Greeting -837 R Alesha, Who Smiles at Death -838 U Ancient Grudge -839 U Anger -840 R Anger of the Gods -841 U Arc Trail -842 C Arrow Storm -843 C Atarka Efreet -844 U Avalanche Riders -845 C Avarax -846 C Azra Bladeseeker -847 C Balduvian Horde -848 C Barging Sergeant -849 C Barrage of Boulders -850 C Battle Rampart -851 C Battle-Rattle Shaman -852 U Beetleback Chief -853 C Bellows Lizard -854 C Blades of Velis Vel -855 C Blastfire Bolt -856 C Blazing Volley -857 C Blindblast -858 C Bloodfire Expert -859 C Bloodlust Inciter -860 C Bloodmad Vampire -861 C Blood Ogre -862 C Bloodstone Goblin -863 C Blow Your House Down -864 C Blur of Blades -865 C Boggart Brute -866 C Boiling Earth -867 C Bombard -868 C Bomber Corps -869 C Borrowed Hostility -870 C Boulder Salvo -871 C Brazen Buccaneers -872 C Brazen Wolves -873 R Brimstone Dragon -874 U Brimstone Mage -875 C Bring Low -876 U Browbeat -877 C Brute Strength -878 C Built to Smash -879 C Burst Lightning -880 C Canyon Lurkers -881 C Cartouche of Zeal -882 C Cathartic Reunion -883 C Chandra's Pyrohelix -884 C Chandra's Revolution -885 R Chaos Warp -886 U Charging Monstrosaur -887 C Chartooth Cougar -888 C Cinder Hellion -889 C Cleansing Screech -890 C Cobblebrute -891 C Cosmotronic Wave -892 R Cragganwick Cremator -893 C Crash Through -894 C Crowd's Favor -895 C Crown-Hunter Hireling -896 U Curse of Opulence -897 U Curse of the Nightly Hunt -898 M Daretti, Scrap Savant -899 U Death by Dragons -900 C Defiant Ogre -901 C Demolish -902 C Desert Cerodon -903 U Desperate Ravings -904 C Destructive Tampering -905 C Direct Current -906 C Distemper of the Blood -907 U Dragon Breath -908 C Dragon Egg -909 C Dragon Fodder -910 C Dragonsoul Knight -911 U Dragon Whelp -912 C Dual Shot -913 C Dynacharge -914 C Earth Elemental -915 C Emrakul's Hatcher -916 U Enthralling Victor -917 C Erratic Explosion -918 C Expedite -919 C Faithless Looting -920 C Falkenrath Reaver -921 C Fall of the Hammer -922 C Fervent Strike -923 C Fierce Invocation -924 C Fiery Hellhound -925 C Fiery Temper -926 U Fireball -927 C Firebolt -928 C Firebrand Archer -929 C Fire Elemental -930 U Flame Jab -931 U Flameshot -932 U Flametongue Kavu -933 U Flamewave Invoker -934 C Fling -935 C Forge Devil -936 C Foundry Street Denizen -937 C Frenzied Raptor -938 C Frilled Deathspitter -939 C Frontline Devastator -940 C Frontline Rebel -941 C Furnace Whelp -942 C Fury Charm -943 C Galvanic Blast -944 C Generator Servant -945 U Genju of the Spires -946 C Geomancer's Gambit -947 C Ghitu Lavarunner -948 U Ghitu War Cry -949 C Giant Spectacle -950 U Goblin Assault -951 C Goblin Balloon Brigade -952 U Goblin Bombardment -953 C Goblin Fireslinger -954 R Goblin Game -955 C Goblin Locksmith -956 U Goblin Matron -957 C Goblin Motivator -958 U Goblin Oriflamme -959 R Goblin Piledriver -960 C Goblin Roughrider -961 U Goblin Warchief -962 C Goblin War Paint -963 C Gorehorn Minotaurs -964 C Gore Swine -965 C Granitic Titan -966 C Grapeshot -967 C Gravitic Punch -968 R Greater Gargadon -969 C Gut Shot -970 U Guttersnipe -971 C Hammerhand -972 C Hanweir Lancer -973 C Hardened Berserker -974 C Hijack -975 C Hulking Devil -976 C Hyena Pack -977 C Ill-Tempered Cyclops -978 C Impact Tremors -979 R Impending Disaster -980 U Incorrigible Youths -981 C Inferno Fist -982 U Inferno Jet -983 C Ingot Chewer -984 C Insolent Neonate -985 C Jackal Pup -986 C Kaervek's Torch -987 M Kargan Dragonlord -988 C Keldon Halberdier -989 C Keldon Overseer -990 C Khenra Scrapper -991 M Kiki-Jiki, Mirror Breaker -992 C Kiln Fiend -993 C Kird Ape -994 R Knollspine Dragon -995 C Kolaghan Stormsinger -996 R Krenko, Mob Boss -997 C Krenko's Command -998 C Krenko's Enforcer -999 C Leaping Master -1000 C Leopard-Spotted Jiao -1001 U Lightning Bolt -1002 C Lightning Javelin -1003 C Lightning Shrieker -1004 C Lightning Talons -1005 C Madcap Skills -1006 C Magma Spray -1007 C Makindi Sliderunner -1008 C Mardu Warshrieker -1009 U Mark of Mutiny -1010 C Maximize Velocity -1011 C Miner's Bane -1012 R Mizzix's Mastery -1013 U Mogg Fanatic -1014 C Mogg Flunkies -1015 C Mogg War Marshal -1016 U Molten Rain -1017 U Monastery Swiftspear -1018 C Mutiny -1019 C Nimble-Blade Khenra -1020 C Ondu Champion -1021 C Orcish Cannonade -1022 C Orcish Oriflamme -1023 C Outnumber -1024 C Pillage -1025 R Preyseizer Dragon -1026 U Price of Progress -1027 C Prickleboar -1028 C Prophetic Ravings -1029 M Purphoros, God of the Forge -1030 U Pyrotechnics -1031 C Quakefoot Cyclops -1032 R Rage Reflection -1033 C Rampaging Cyclops -1034 R Reality Scramble -1035 C Reckless Fireweaver -1036 C Reckless Wurm -1037 U Recoup -1038 U Release the Ants -1039 R Release the Gremlins -1040 C Renegade Tactics -1041 U Rivals' Duel -1042 U Roast -1043 U Rolling Thunder -1044 C Rubblebelt Maaka -1045 C Ruinous Gremlin -1046 C Rummaging Goblin -1047 C Run Amok -1048 C Rush of Adrenaline -1049 C Salivating Gremlins -1050 C Samut's Sprint -1051 C Sarkhan's Rage -1052 C Screamreach Brawler -1053 C Seismic Shift -1054 C Seismic Stomp -1055 C Shatter -1056 U Shattering Spree -1057 C Shenanigans -1058 C Shock -1059 C Skirk Commando -1060 C Skirk Prospector -1061 C Smash to Smithereens -1062 C Smelt -1063 C Sparkmage Apprentice -1064 C Sparkspitter -1065 C Sparktongue Dragon -1066 U Spikeshot Goblin -1067 U Staggershock -1068 M Star of Extinction -1069 R Steamflogger Boss -1070 U Stormblood Berserker -1071 R Sudden Demise -1072 U Sulfurous Blast -1073 C Summit Prowler -1074 C Sun-Crowned Hunters -1075 C Swashbuckling -1076 C Sweatworks Brawler -1077 C Swift Kick -1078 C Tarfire -1079 R Taurean Mauler -1080 U Tectonic Rift -1081 C Temur Battle Rage -1082 C Thresher Lizard -1083 C Thrill of Possibility -1084 U Tibalt's Rager -1085 C Torch Courier -1086 R Two-Headed Giant -1087 C Uncaged Fury -1088 C Undying Rage -1089 R Urza's Rage -1090 C Valakut Invoker -1091 C Valakut Predator -1092 C Valley Dasher -1093 C Vandalize -1094 C Vent Sentinel -1095 C Vessel of Volatility -1096 U Viashino Sandstalker -1097 U Volcanic Dragon -1098 C Volcanic Rush -1099 C Voldaren Duelist -1100 C Wall of Fire -1101 C Wayward Giant -1102 R Wheel of Fate -1103 C Wildfire Emissary -1104 C Wojek Bodyguard -1105 U Young Pyromancer -1106 C Zada's Commando -1107 C Zealot of the God-Pharaoh -1108 C Abundant Growth -1109 U Acidic Slime -1110 C Adventurous Impulse -1111 C Aerie Bowmasters -1112 U Affectionate Indrik -1113 C Aggressive Instinct -1114 C Aggressive Urge -1115 U Ainok Survivalist -1116 C Alpine Grizzly -1117 C Ambassador Oak -1118 U Ana Sanctuary -1119 U Ancestral Mask -1120 C Ancient Brontodon -1121 U Ancient Stirrings -1122 C Arachnus Web -1123 C Arbor Armament -1124 C Arbor Elf -1125 R Asceticism -1126 C Aura Gnarlid -1127 C Avacyn's Pilgrim -1128 C Backwoods Survivalists -1129 C Baloth Gorger -1130 C Basking Rootwalla -1131 C Bear Cub -1132 U Beastbreaker of Bala Ged -1133 R Beastmaster Ascension -1134 U Beast Within -1135 U Become Immense -1136 C Beneath the Sands -1137 U Bestial Menace -1138 R Birds of Paradise -1139 C Bitterblade Warrior -1140 C Bitterbow Sharpshooters -1141 U Blanchwood Armor -1142 C Blastoderm -1143 R Bloom Tender -1144 C Blossom Dryad -1145 C Borderland Explorer -1146 C Borderland Ranger -1147 R Bow of Nylea -1148 U Briarhorn -1149 C Bristling Boar -1150 C Broken Bond -1151 C Broodhunter Wurm -1152 C Byway Courier -1153 C Call the Scions -1154 C Canopy Spider -1155 C Carnivorous Moss-Beast -1156 U Carpet of Flowers -1157 C Caustic Caterpillar -1158 C Centaur Courser -1159 U Centaur Glade -1160 C Charging Rhino -1161 C Chatter of the Squirrel -1162 C Citanul Woodreaders -1163 C Clip Wings -1164 C Colossal Dreadmaw -1165 C Combo Attack -1166 C Commune with Nature -1167 C Commune with the Gods -1168 C Conifer Strider -1169 R Courser of Kruphix -1170 U Creeping Mold -1171 C Crop Rotation -1172 C Crossroads Consecrator -1173 U The Crowd Goes Wild -1174 C Crowned Ceratok -1175 C Crushing Canopy -1176 C Cultivate -1177 C Daggerback Basilisk -1178 C Dawn's Reflection -1179 C Death-Hood Cobra -1180 R Defense of the Heart -1181 U Desert Twister -1182 U Destructor Dragon -1183 C Dissenter's Deliverance -1184 U Domesticated Hydra -1185 C Dragonscale Boon -1186 C Dragon-Scarred Bear -1187 R Dungrove Elder -1188 C Durkwood Baloth -1189 C Earthen Arms -1190 R Eldritch Evolution -1191 C Elemental Uprising -1192 C Elephant Guide -1193 C Elves of Deep Shadow -1194 C Elvish Fury -1195 C Elvish Visionary -1196 C Elvish Warrior -1197 C Ember Weaver -1198 C Epic Confrontation -1199 C Essence Warden -1200 U Eternal Witness -1201 U Experiment One -1202 C Explore -1203 U Explosive Vegetation -1204 C Ezuri's Archers -1205 C Fade into Antiquity -1206 C Farseek -1207 C Feed the Clan -1208 C Feral Krushok -1209 C Feral Prowler -1210 C Ferocious Zheng -1211 C Fertile Ground -1212 C Fierce Empath -1213 C Fog -1214 C Formless Nurturing -1215 C Frontier Mastodon -1216 U Gaea's Blessing -1217 C Gaea's Protector -1218 C Giant Growth -1219 C Giant Spider -1220 C Gift of Growth -1221 C Gift of Paradise -1222 C Glade Watcher -1223 C Gnarlid Pack -1224 C Grapple with the Past -1225 C Grazing Gladehart -1226 C Greater Basilisk -1227 C Greater Sandwurm -1228 R Greenbelt Rampager -1229 C Greenwood Sentinel -1230 C Groundswell -1231 C Guardian Shield-Bearer -1232 U Hamlet Captain -1233 C Hardy Veteran -1234 U Harmonize -1235 C Harrow -1236 C Hooded Brawler -1237 C Hooting Mandrills -1238 R Hornet Nest -1239 C Hunter's Ambush -1240 C Hunt the Weak -1241 R Hurricane -1242 U Imperious Perfect -1243 U Invigorate -1244 C Ivy Lane Denizen -1245 C Jungle Delver -1246 C Jungle Wayfinder -1247 C Kavu Climber -1248 C Kavu Primarch -1249 C Khalni Heart Expedition -1250 C Kin-Tree Warden -1251 C Kozilek's Predator -1252 C Kraul Foragers -1253 C Kraul Warrior -1254 C Krosan Druid -1255 C Krosan Tusker -1256 C Larger Than Life -1257 C Lay of the Land -1258 C Lead by Example -1259 C Lead the Stampede -1260 C Lifespring Druid -1261 C Lignify -1262 C Llanowar Elves -1263 C Llanowar Empath -1264 C Longshot Squad -1265 U Lure -1266 U Manglehorn -1267 C Mantle of Webs -1268 C Map the Wastes -1269 R Meandering Towershell -1270 C Might of the Masses -1271 C Mulch -1272 R Mycoloth -1273 C Natural Connection -1274 C Naturalize -1275 C Nature's Claim -1276 C Nature's Lore -1277 C Nest Invader -1278 C Nettle Sentinel -1279 C New Horizons -1280 C Nimble Mongoose -1281 M Nissa, Voice of Zendikar -1282 C Oakgnarl Warrior -1283 C Ondu Giant -1284 C Oran-Rief Invoker -1285 C Overgrown Armasaur -1286 U Overgrown Battlement -1287 U Overrun -1288 C Pack's Favor -1289 C Peema Outrider -1290 U Pelakka Wurm -1291 C Penumbra Spider -1292 U Phantom Centaur -1293 C Pierce the Sky -1294 C Pinion Feast -1295 C Plummet -1296 C Pouncing Cheetah -1297 C Prey's Vengeance -1298 C Prey Upon -1299 C Priest of Titania -1300 C Pulse of Murasa -1301 C Quiet Disrepair -1302 U Rain of Thorns -1303 C Rampant Growth -1304 U Rancor -1305 C Ranger's Guile -1306 C Ravenous Leucrocota -1307 C Reclaim -1308 C Reclaiming Vines -1309 U Regrowth -1310 C Relic Crush -1311 C Return to the Earth -1312 C Revive -1313 C Rhox Maulers -1314 C Riparian Tiger -1315 U River Boa -1316 U Roar of the Wurm -1317 C Root Out -1318 C Roots -1319 C Rosethorn Halberd -1320 C Runeclaw Bear -1321 C Sagu Archer -1322 C Sakura-Tribe Elder -1323 C Saproling Migration -1324 C Savage Punch -1325 C Scatter the Seeds -1326 C Seal of Strength -1327 C Search for Tomorrow -1328 U Seek the Horizon -1329 C Seek the Wilds -1330 M Selvala, Heart of the Wilds -1331 R Shamanic Revelation -1332 C Shape the Sands -1333 C Siege Wurm -1334 C Silhana Ledgewalker -1335 C Silkweaver Elite -1336 C Snake Umbra -1337 U Snapping Sailback -1338 R Spawning Grounds -1339 U Spider Spawning -1340 R Squirrel Wrangler -1341 C Stalking Tiger -1342 C Stoic Builder -1343 C Strength in Numbers -1344 C Sylvan Bounty -1345 U Sylvan Scrying -1346 C Tajuru Pathwarden -1347 U Tajuru Warcaller -1348 C Take Down -1349 C Talons of Wildwood -1350 R Tempt with Discovery -1351 C Terrain Elemental -1352 C Territorial Baloth -1353 C Thornhide Wolves -1354 U Thornscape Battlemage -1355 C Thornweald Archer -1356 U Thrashing Brontodon -1357 C Thrive -1358 M Thrun, the Last Troll -1359 U Timberwatch Elf -1360 C Time to Feed -1361 R Tireless Tracker -1362 C Titanic Growth -1363 U Triumph of the Hordes -1364 C Tukatongue Thallid -1365 U Turntimber Basilisk -1366 C Vastwood Gorger -1367 U Venom Sliver -1368 R Vigor -1369 C Watcher in the Web -1370 C Wellwisher -1371 C Wild Growth -1372 C Wild Mongrel -1373 C Wild Nacatl -1374 C Wildsize -1375 C Wolfkin Bond -1376 U Woodborn Behemoth -1377 C Woolly Loxodon -1378 U Wren's Run Vanquisher -1379 C Yavimaya Elder -1380 C Yavimaya Sapherd -1381 C Yeva's Forcemage -1382 U Zendikar's Roil -1383 U Abzan Charm -1384 C Abzan Guide -1385 C Agony Warp -1386 U Akroan Hoplite -1387 M Animar, Soul of Elements -1388 U Armadillo Cloak -1389 U Armament Corps -1390 R Assemble the Legion -1391 M Athreos, God of Passage -1392 U Aura Shards -1393 U Azorius Charm -1394 U Azra Oddsmaker -1395 U Baleful Strix -1396 U Baloth Null -1397 U Bear's Companion -1398 U Belligerent Brontodon -1399 U Bituminous Blast -1400 U Bladewing the Risen -1401 U Blightning -1402 U Bloodbraid Elf -1403 U Boros Challenger -1404 U Bounding Krasis -1405 U Call of the Nightwing -1406 U Campaign of Vengeance -1407 U Cauldron Dance -1408 U Citadel Castellan -1409 C Coiling Oracle -1410 U Contraband Kingpin -1411 U Corpsejack Menace -1412 U Crosis's Charm -1413 U Cunning Breezedancer -1414 U Deathreap Ritual -1415 C Deny Reality -1416 U Draconic Disciple -1417 M Dragon Broodmother -1418 M Dragonlord Ojutai -1419 U Drana's Emissary -1420 U Engineered Might -1421 U Esper Charm -1422 U Ethercaste Knight -1423 C Ethereal Ambush -1424 U Extract from Darkness -1425 U Fires of Yavimaya -1426 U Flame-Kin Zealot -1427 U Fusion Elemental -1428 U Gelectrode -1429 U Ghor-Clan Rampager -1430 M The Gitrog Monster -1431 C Goblin Deathraiders -1432 C Grim Contest -1433 R Guided Passage -1434 C Hammer Dropper -1435 U Hidden Stockpile -1436 U Highspire Mantis -1437 C Hypothesizzle -1438 U Iroas's Champion -1439 U Join Shields -1440 U Jungle Barrier -1441 U Kathari Remnant -1442 U Kin-Tree Invocation -1443 U Kiora's Follower -1444 U Kiss of the Amesha -1445 R Kolaghan's Command -1446 M Kruphix, God of Horizons -1447 C Lawmage's Binding -1448 U Lightning Helix -1449 M Maelstrom Archangel -1450 U Mardu Roughrider -1451 C Martial Glory -1452 U Maverick Thopterist -1453 R Meddling Mage -1454 U Mercurial Geists -1455 M Meren of Clan Nel Toth -1456 U Migratory Route -1457 U Mortify -1458 U Naya Charm -1459 R Nemesis of Reason -1460 R Nin, the Pain Artist -1461 U Obelisk Spider -1462 U Ochran Assassin -1463 U Pillory of the Sleepless -1464 U Plaxcaster Frogling -1465 U Pollenbright Wings -1466 U Putrefy -1467 C Qasali Pridemage -1468 M Queen Marchesa -1469 R Questing Phelddagrif -1470 U Raff Capashen, Ship's Mage -1471 U Raging Swordtooth -1472 U Reclusive Artificer -1473 U Reflector Mage -1474 U Rhox War Monk -1475 C Riptide Crab -1476 R Rith, the Awakener -1477 U River Hoopoe -1478 C Rosemane Centaur -1479 U Satyr Enchanter -1480 R Savage Knuckleblade -1481 U Savage Twister -1482 U Sedraxis Specter -1483 U Shambling Remains -1484 U Shardless Agent -1485 U Shipwreck Singer -1486 U Skyward Eye Prophets -1487 M Sliver Hivelord -1488 U Soul Manipulation -1489 U Sprouting Thrinax -1490 U Stormchaser Chimera -1491 U Sultai Charm -1492 U Sultai Soothsayer -1493 R Supreme Verdict -1494 U Tatyova, Benthic Druid -1495 C Terminate -1496 U Thought Erasure -1497 R Time Sieve -1498 C Tithe Drinker -1499 U Tower Gargoyle -1500 U Treacherous Terrain -1501 U Underworld Coinsmith -1502 U Unflinching Courage -1503 U Unlicensed Disintegration -1504 U Urban Evolution -1505 U Vengeful Rebirth -1506 R Violent Ultimatum -1507 U Warden of the Eye -1508 R Wargate -1509 U Wayfaring Temple -1510 U Weapons Trainer -1511 U Wee Dragonauts -1512 U Winding Constrictor -1513 U Woolly Thoctar -1514 R Yavimaya's Embrace -1515 R Yuriko, the Tiger's Shadow -1516 U Zealous Persecution -1517 C Zhur-Taa Druid -1518 R Boros Reckoner -1519 R Debtors' Knell -1520 R Dominus of Fealty -1521 R Doomgape -1522 R Enchanted Evening -1523 C Giantbaiting -1524 C Gift of Orzhova -1525 U Gwyllion Hedge-Mage -1526 C Manamorphose -1527 U Mistmeadow Witch -1528 U Nucklavee -1529 R Oracle of Nectars -1530 R Rhys the Redeemed -1531 U Rosheen Meanderer -1532 U Selesnya Guildmage -1533 U Shrewd Hatchling -1534 U Slave of Bolas -1535 U Thopter Foundry -1536 U Claim // Fame -1537 R Commit // Memory -1538 C Fire // Ice -1539 R Aetherflux Reservoir -1540 C Aether Spellbomb -1541 R Akroan Horse -1542 C Alchemist's Vial -1543 M Alhammarret's Archive -1544 C Alloy Myr -1545 C Armillary Sphere -1546 U Ashnod's Altar -1547 R Basilisk Collar -1548 R Belbe's Portal -1549 C Blinding Souleater -1550 U Bomat Bazaar Barge -1551 C Bone Saw -1552 C Bonesplitter -1553 R Boompile -1554 U Bottle Gnomes -1555 U Burnished Hart -1556 R Caged Sun -1557 U Cathodion -1558 R Cauldron of Souls -1559 R Chromatic Lantern -1560 C Chromatic Star -1561 R Coat of Arms -1562 U Coldsteel Heart -1563 U Consulate Dreadnought -1564 U Contagion Clasp -1565 C Copper Carapace -1566 R Coveted Jewel -1567 U Crenellated Wall -1568 U Crystal Ball -1569 U Crystal Chimes -1570 U Crystal Shard -1571 R Darksteel Garrison -1572 U Diamond Mare -1573 R Dolmen Gate -1574 R Draco -1575 U Dragon Mask -1576 R Eater of Days -1577 M Eldrazi Monument -1578 U Elixir of Immortality -1579 U Emmessi Tome -1580 U Etched Oracle -1581 U Farmstead Gleaner -1582 U Filigree Familiar -1583 C Flayer Husk -1584 R Font of Mythos -1585 U Foundry Inspector -1586 U Fountain of Renewal -1587 C Frogmite -1588 R Goblin Charbelcher -1589 C Gruul Signet -1590 C Guardians of Meletis -1591 U Heavy Arbalest -1592 U Helm of Awakening -1593 U Herald's Horn -1594 C Hexplate Golem -1595 U Hot Soup -1596 U Icy Manipulator -1597 C Implement of Malice -1598 C Irontread Crusher -1599 U Juggernaut -1600 U Lightning Greaves -1601 C Lotus Petal -1602 U Loxodon Warhammer -1603 M Mana Crypt -1604 U Mask of Memory -1605 U Meteorite -1606 U Millikin -1607 U Millstone -1608 R Mimic Vat -1609 C Mind Stone -1610 U Mishra's Bauble -1611 C Moonglove Extract -1612 U Mortarpod -1613 U Myr Retriever -1614 C Myr Sire -1615 C Ornithopter -1616 U Palladium Myr -1617 C Peace Strider -1618 U Perilous Myr -1619 R Phyrexian Soulgorger -1620 U Pilgrim's Eye -1621 R Precursor Golem -1622 C Prophetic Prism -1623 C Renegade Map -1624 U Rhonas's Monument -1625 U Sandstone Oracle -1626 C Serrated Arrows -1627 C Short Sword -1628 U Sigil of Valor -1629 C Simic Locket -1630 U Skullclamp -1631 C Skyscanner -1632 R Solemn Simulacrum -1633 U Sol Ring -1634 U Sorcerer's Broom -1635 U Spy Kit -1636 U Sunset Pyramid -1637 U Suspicious Bookcase -1638 R Sword of the Animist -1639 C Thought Vessel -1640 U Thran Dynamo -1641 U Thran Golem -1642 U Tormod's Crypt -1643 R Tower of Eons -1644 R Trading Post -1645 U Trepanation Blade -1646 U Umbral Mantle -1647 C Universal Automaton -1648 C Universal Solvent -1649 U Whispersilk Cloak -1650 U Aether Hub -1651 U Akoum Refuge -1652 C Ancient Den -1653 U Ancient Ziggurat -1654 U Arcane Sanctum -1655 R Arch of Orazca -1656 C Ash Barrens -1657 U Blasted Landscape -1658 U Blighted Fen -1659 C Blossoming Sands -1660 C Bojuka Bog -1661 U Crumbling Necropolis -1662 C Darksteel Citadel -1663 C Dismal Backwater -1664 U Dreadship Reef -1665 C Evolving Wilds -1666 U Faerie Conclave -1667 U Field of Ruin -1668 C Forgotten Cave -1669 U Frontier Bivouac -1670 C Gateway Plaza -1671 U Ghost Quarter -1672 R Gilt-Leaf Palace -1673 U Goblin Burrows -1674 U Graypelt Refuge -1675 C Great Furnace -1676 C Jungle Hollow -1677 U Jungle Shrine -1678 U Kazandu Refuge -1679 U Krosan Verge -1680 U Mishra's Factory -1681 U New Benalia -1682 C Orzhov Basilica -1683 U Reliquary Tower -1684 U Rogue's Passage -1685 U Sandsteppe Citadel -1686 C Scoured Barrens -1687 U Sejiri Refuge -1688 U Skarrg, the Rage Pits -1689 C Swiftwater Cliffs -1690 U Tectonic Edge -1691 U Temple of the False God -1692 C Thornwood Falls -1693 U Unclaimed Territory -1694 U Wirewood Lodge +1 R All Is Dust @Jason Felix +2 U Artisan of Kozilek @Jason Felix +3 U Breaker of Armies @Richard Wright +4 R Desolation Twin @Jack Wang +5 C Eldrazi Devastator @Joseph Meehan +6 U Pathrazer of Ulamog @Austin Hsu +7 U Abzan Falconer @Steven Belledin +8 C Abzan Runemark @James Ryman +9 C Acrobatic Maneuver @Winona Nelson +10 U Adanto Vanguard @Anna Steinbauer +11 R Adorned Pouncer @Slawomir Maniak +12 C Affa Protector @Izzy +13 C Ainok Bond-Kin @Chris Rahn +14 U Ajani's Pridemate @Sidharth Chaturvedi +15 C Alley Evasion @Scott Murphy +16 M Angelic Destiny @Jana Schirmer & Johannes Voss +17 C Angelic Gift @Josu Hernaiz +18 C Angelic Purge @Zezhou Chen +19 C Angel of Mercy @Volkan Baǵa +20 U Angel of Renewal @Todd Lockwood +21 R Angel of the Dire Hour @Jack Wang +22 C Angelsong @Sal Villagran +23 C Apostle's Blessing @Brad Rigney +24 R Approach of the Second Sun @Noah Bradley +25 U Archangel @Quinton Hoover +26 C Arrest @Daarken +27 C Arrester's Zeal @Izzy +28 C Artful Maneuver @Lars Grant-West +29 U Aura of Silence @D. Alexander Gregory +30 C Aven Battle Priest @John Severin Brassell +31 C Aven Sentry @Dan Scott +32 C Ballynock Cohort @Jesper Ejsing +33 C Bartered Cow @Deruchenko Alexander +34 U Battle Mastery @Viktor Titov +35 R Beacon of Immortality @Rob Alexander +36 C Benevolent Ancestor @Nick Percival +37 C Blade Instructor @Zoltan Boros +38 U Blessed Spirits @Anna Steinbauer +39 C Bonds of Faith @Steve Argyle +40 C Borrowed Grace @Volkan Baǵa +41 C Built to Last @Svetlin Velinov +42 C Bulwark Giant @Victor Adame Minguez +43 C Candlelight Vigil @Alexander Forssberg +44 C Caravan Escort @Goran Josic +45 C Cartouche of Solidarity @Kieran Yanner +46 U Cast Out @Magali Villeneuve +47 C Cathar's Companion @Svetlin Velinov +48 C Caught in the Brights @Kieran Yanner +49 U Celestial Crusader @Jim Murray +50 C Celestial Flare @Clint Cearley +51 C Center Soul @Igor Kieryluk +52 C Champion of Arashin @Joseph Meehan +53 R Champion of the Parish @Svetlin Velinov +54 R Chancellor of the Annex @Min Yum +55 C Charge @Zezhou Chen +56 C Cliffside Lookout @Eric Deschamps +57 C Cloudshift @Howard Lyon +58 C Coalition Honor Guard @Eric Peterson +59 C Collar the Culprit @Victor Adame Minguez +60 U Congregate @Mark Zug +61 C Conviction @John Stanko +62 C Countless Gears Renegade @Dan Scott +63 C Court Homunculus @Matt Cavotta +64 C Court Street Denizen @Volkan Baǵa +65 U Crib Swap @Brandon Dorman +66 U Danitha Capashen, Paragon @Chris Rallis +67 C Daring Skyjek @Jason Chan +68 U Darksteel Mutation @Daniel Ljunggren +69 C Dauntless Cathar @Zack Stella +70 C Dawnglare Invoker @Steve Argyle +71 C Decommission @Josh Hass +72 R Decree of Justice @Lius Lasahido +73 C Defiant Strike @Gabor Szikszai +74 C Desperate Sentry @Mathias Kollros +75 C Devilthorn Fox @Filip Burburan +76 R Dictate of Heliod @Terese Nielsen +77 C Disenchant @Victor Adame Minguez +78 U Dismantling Blow @Tomasz Jedruszek +79 C Disposal Mummy @Gabor Szikszai +80 C Divine Favor @Allen Williams +81 C Djeru's Renunciation @Kieran Yanner +82 C Djeru's Resolve @Kieran Yanner +83 C Doomed Traveler @Lars Grant-West +84 C Dragon Bell Monk @Lius Lasahido +85 C Dragon's Eye Sentry @Anastasia Ovchinnikova +86 C Dragon's Presence @Tan Yan Yao +87 C Eddytrail Hawk @James Paick +88 M Elesh Norn, Grand Cenobite @Igor Kieryluk +89 C Emerge Unscathed @Steve Argyle +90 C Empyrial Armor @D. Alexander Gregory +91 C Encampment Keeper @Craig J Spearing +92 U Encircling Fissure @Igor Kieryluk +93 C Enduring Victory @Mike Sass +94 C Enlightened Ascetic @James Zapata +95 C Ephemeral Shields @Yohann Schepacz +96 C Ephemerate @Bastien L. Deharme +97 R Evra, Halcyon Witness @Johannes Voss +98 C Excavation Elephant @Viktor Titov +99 C Excoriate @Johann Bodin +100 C Expedition Raptor @Johann Bodin +101 C Expose Evil @Jama Jurabaev +102 C Exultant Skymarcher @Ryan Yee +103 C Eyes in the Skies @James Ryman +104 C Faithbearer Paladin @Aaron Miller +105 C Faith's Fetters @Kev Walker +106 C Feat of Resistance @David Gaillet +107 U Felidar Guardian @Jakub Kasper +108 R Felidar Sovereign @Zoltan Boros & Gabor Szikszai +109 U Felidar Umbra @Christopher Moeller +110 C Fencing Ace @David Rapoza +111 U Fiend Hunter @Wayne Reynolds +112 C Firehoof Cavalry @YW Tang +113 C Forsake the Worldly @Steve Argyle +114 C Fortify @Christopher Moeller +115 C Fragmentize @Jason Felix +116 C Geist of the Moors @Aaron Miller +117 U Ghostblade Eidolon @Ryan Yee +118 M Gideon Jura @Chris Rahn +119 C Gideon's Lawkeeper @Steve Prescott +120 U Gift of Estates @Hugh Jamieson +121 C Glaring Aegis @Anthony Palumbo +122 C Gleam of Resistance @Matt Stewart +123 C Glint-Sleeve Artisan @Ryan Pancoast +124 C God-Pharaoh's Faithful @Bastien L. Deharme +125 C Gods Willing @Mark Winters +126 R Grasp of Fate @Tomasz Jedruszek +127 C Grasp of the Hieromancer @Igor Kieryluk +128 C Great-Horn Krushok @YW Tang +129 C Guided Strike @Dave Dorman +130 U Gustcloak Skirmisher @Dan Frazier +131 C Gust Walker @Jason Rainville +132 C Healer's Hawk @Milivoj Ćeran +133 C Healing Grace @Magali Villeneuve +134 C Healing Hands @Josu Hernaiz +135 C Heavy Infantry @David Gaillet +136 C Humble @Chris Rallis +137 C Hyena Umbra @Howard Lyon +138 C Infantry Veteran @Zoltan Boros +139 C Inquisitor's Ox @Vincent Proce +140 C Inspired Charge @Wayne Reynolds +141 C Intrusive Packbeast @Jason Felix +142 C Iona's Judgment @Mike Bierek +143 C Isolation Zone @Chris Rallis +144 U Jubilant Mascot @Filip Burburan +145 C Knight of Cliffhaven @Matt Cavotta +146 U Knight of Dawn @Ron Spencer +147 C Knight of Old Benalia @Dan Scott +148 C Knight of Sorrows @Zezhou Chen +149 C Knight of the Skyward Eye @Matt Stewart +150 C Knight of the Tusk @Jesper Ejsing +151 U Kor Bladewhirl @Steven Belledin +152 C Kor Chant @Yohann Schepacz +153 U Kor Firewalker @Matt Stewart +154 C Kor Hookmaster @Wayne Reynolds +155 C Kor Sky Climber @Victor Adame Minguez +156 C Kor Skyfisher @Dan Scott +157 U Lashknife Barrier @Paolo Parente +158 U Leonin Relic-Warder @Greg Staples +159 C Lieutenants of the Guard @Johannes Voss +160 U Lightform @Steve Prescott +161 C Lightwalker @Winona Nelson +162 U Lingering Souls @John Stanko +163 C Lone Missionary @Svetlin Velinov +164 C Lonesome Unicorn @Winona Nelson +165 C Looming Altisaur @Lars Grant-West +166 C Lotus-Eye Mystics @Dan Scott +167 C Loxodon Partisan @Matt Stewart +168 C Loyal Sentry @Sara Winters +169 C Lunarch Mantle @Anastasia Ovchinnikova +170 R Magus of the Moat @John Avon +171 C Mana Tithe @Martina Pilcerova +172 C Mardu Hordechief @Torstein Nordstrand +173 C Marked by Honor @David Palumbo +174 R Martyr's Bond @Ryan Pancoast +175 U Martyr's Cause @Jeff Laubenstein +176 C Meditation Puzzle @Mark Winters +177 C Midnight Guard @Jason A. Engle +178 R Mirran Crusader @Eric Deschamps +179 R Mirror Entity @Zoltan Boros & Gabor Szikszai +180 C Momentary Blink @Evan Shipard +181 C Moonlit Strider @John Avon +182 C Mortal's Ardor @Kev Walker +183 U Mother of Runes @Terese Nielsen +184 C Ninth Bridge Patrol @Ryan Alexander Lee +185 U Nyx-Fleece Ram @Terese Nielsen +186 R Odric, Lunarch Marshal @Chase Stone +187 C Ondu Greathorn @Aaron Miller +188 C Ondu War Cleric @Ben Maier +189 C Oreskos Swiftclaw @James Ryman +190 U Oust @Mike Bierek +191 C Pacifism @Jesper Ejsing +192 U Palace Jailer @David Palumbo +193 C Palace Sentinels @Aaron Miller +194 C Paladin of the Bloodstained @Bastien L. Deharme +195 C Path of Peace @Nils Hamm +196 U Path to Exile @Todd Lockwood +197 U Peace of Mind @Christopher Moeller +198 C Pegasus Courser @Mathias Kollros +199 C Pentarch Ward @Dany Orizio +200 C Pitfall Trap @Franz Vohwinkel +201 C Pressure Point @Chase Stone +202 U Promise of Bunrei @Stephen Tappin +203 C Prowling Caracal @Jonathan Kuo +204 C Rally the Peasants @Jaime Jones +205 C Raptor Companion @Slawomir Maniak +206 R Recruiter of the Guard @Jason Rainville +207 U Refurbish @Johann Bodin +208 C Renewed Faith @Steve Argyle +209 C Resurrection @Michael Komarck +210 U Retreat to Emeria @Kieran Yanner +211 C Reviving Dose @D. Alexander Gregory +212 C Rhet-Crop Spearmaster @Dan Scott +213 U Righteous Cause @Scott M. Fischer +214 C Rootborn Defenses @Mark Zug +215 C Sacred Cat @Zezhou Chen +216 C Sanctum Gargoyle @Shelly Wan +217 C Sandstorm Charger @Dave Kendall +218 C Savannah Lions @Winona Nelson +219 C Seal of Cleansing @Noah Bradley +220 C Searing Light @Marco Nelor +221 U Seeker of the Way @Craig J Spearing +222 C Sensor Splicer @Izzy +223 U Seraph of the Suns @Winona Nelson +224 C Serra Disciple @Victor Adame Minguez +225 U Serra's Embrace @Zoltan Boros & Gabor Szikszai +226 C Sheer Drop @Clint Cearley +227 C Shining Aerosaur @Dan Scott +228 C Shining Armor @Eric Deschamps +229 C Shoulder to Shoulder @Chris Rallis +230 C Siegecraft @Viktor Titov +231 C Silverchase Fox @Howard Lyon +232 C Skyhunter Skirmisher @Greg Staples +233 U Skymarcher Aspirant @Winona Nelson +234 C Skyspear Cavalry @Wayne Reynolds +235 C Slash of Talons @Magali Villeneuve +236 C Snubhorn Sentry @Aaron Miller +237 C Soulmender @James Ryman +238 C Soul Parry @Igor Kieryluk +239 C Soul-Strike Technique @Joe Slucher +240 C Soul Summons @Johann Bodin +241 C Soul Warden @Randy Gallegos +242 C Sparring Mummy @Ryan Pancoast +243 C Spectral Gateguards @Wayne England +244 C Stalwart Aven @Scott Murphy +245 C Star-Crowned Stag @Jonathan Kuo +246 C Stave Off @Mark Zug +247 C Steadfast Sentinel @Karl Kopinski +248 C Stone Haven Medic @Anna Steinbauer +249 C Sunlance @Volkan Baǵa +250 C Sunrise Seeker @Filip Burburan +251 C Suppression Bonds @Chris Rallis +252 C Survive the Night @Svetlin Velinov +253 U Swords to Plowshares @Terese Nielsen +254 C Take Vengeance @Randy Vargas +255 C Tandem Tactics @David Gaillet +256 R Teferi's Protection @Chase Stone +257 C Terashi's Grasp @Mark Tedin +258 C Territorial Hammerskull @Lars Grant-West +259 R Thalia's Lancers @David Palumbo +260 C Thraben Inspector @Matt Stewart +261 C Thraben Standard Bearer @Volkan Baǵa +262 U Timely Reinforcements @Tomasz Jedruszek +263 C Topan Freeblade @Johannes Voss +264 C Unwavering Initiate @Greg Opalinski +265 C Veteran Swordsmith @Michael Komarck +266 C Village Bell-Ringer @David Palumbo +267 C Voice of the Provinces @Igor Kieryluk +268 U Volunteer Reserves @Kev Walker +269 C Wake the Reflections @Cynthia Sheppard +270 U Wall of Omens @James Paick +271 C Wall of One Thousand Cuts @Greg Staples +272 C Wandering Champion @Willian Murai +273 C War Behemoth @Zoltan Boros +274 R Weathered Wayfarer @Greg Hildebrandt & Tim Hildebrandt +275 C Wild Griffin @Matt Cavotta +276 U Windborne Charge @Ryan Pancoast +277 C Winged Shepherd @Chris Rahn +278 U Wing Shards @Daren Bader +279 C Youthful Knight @Rebecca Guay +280 C Zealous Strike @Bud Cook +281 C Academy Journeymage @Magali Villeneuve +282 C Aethersnipe @Zoltan Boros & Gabor Szikszai +283 C Aether Tradewinds @Lius Lasahido +284 C Amass the Components @Matt Stewart +285 R Aminatou's Augury @Seb McKinnon +286 C Amphin Pathmage @Mark Winters +287 C Anticipate @Tyler Jacobson +288 C Arcane Denial @Mark Zug +289 C Archaeomancer @Zoltan Boros +290 U Archetype of Imagination @Robbie Trevino +291 C Artificer's Assistant @Chris Seaman +292 C Augur of Bolas @Slawomir Maniak +293 C Augury Owl @Jim Nelson +294 C Bastion Inventor @Tony Foti +295 C Befuddle @Svetlin Velinov +296 C Benthic Giant @Jaime Jones +297 C Benthic Infiltrator @Mathias Kollros +298 C Bewilder @Ralph Horsley +299 U Blue Elemental Blast @Izzy +300 C Borrowing 100,000 Arrows @Song Shikai +301 C Brainstorm @Chris Rahn +302 C Brilliant Spectrum @Winona Nelson +303 U Brine Elemental @Stephen Tappin +304 C Calculated Dismissal @Karl Kopinski +305 C Caller of Gales @Alex Horley-Orlandelli +306 C Call to Heel @Randy Gallegos +307 C Cancel @Slawomir Maniak +308 C Capture Sphere @Mark Behm +309 C Cartouche of Knowledge @Kieran Yanner +310 C Castaway's Despair @Chris Rahn +311 C Catalog @Johannes Voss +312 U Chart a Course @James Ryman +313 R Chasm Skulker @Jack Wang +314 C Chillbringer @Eytan Zana +315 C Choking Tethers @Carl Critchlow +316 C Chronostutter @Seb McKinnon +317 U Circular Logic @Anthony S. Waters +318 U Citywatch Sphinx @Magali Villeneuve +319 C Claustrophobia @Ryan Pancoast +320 C Clear the Mind @David Palumbo +321 C Cloak of Mists @Tingting Yeh +322 C Cloud Elemental @Michael Sutfin +323 C Cloudkin Seer @Anastasia Ovchinnikova +324 C Cloudreader Sphinx @Kev Walker +325 C Clutch of Currents @Igor Kieryluk +326 C Compelling Argument @Lucas Graciano +327 U Concentrate @rk post +328 U Condescend @Kieran Yanner +329 C Containment Membrane @Daarken +330 C Contingency Plan @Ryan Yee +331 C Contradict @Steve Prescott +332 C Convolute @Viktor Titov +333 C Coralhelm Guide @Viktor Titov +334 C Coral Trickster @D. Alexander Gregory +335 U Corrupted Conscience @Jason Chan +336 C Counterspell @Zack Stella +337 C Court Hussar @Ron Spears +338 C Crashing Tide @Carmen Sinek +339 C Crush Dissent @Mike Bierek +340 U Curiosity @Val Mayerik +341 C Curio Vendor @Igor Kieryluk +342 C Daze @Matthew D. Wilson +343 C Dazzling Lights @Robbie Trevino +344 C Decision Paralysis @Vincent Proce +345 C Deep Analysis @Jesper Ejsing +346 C Deep Freeze @Svetlin Velinov +347 R Deepglow Skate @Jason Kang +348 C Diminish @Eric Deschamps +349 C Dirgur Nemesis @Mathias Kollros +350 C Dispel @Chase Stone +351 C Displace @Clint Cearley +352 U Distortion Strike @Goran Josic +353 C Divination @Willian Murai +354 R Djinn of Wishes @Kev Walker +355 C Doorkeeper @Kev Walker +356 U Dragon's Eye Savants @Jason Rainville +357 C Drag Under @Tianhua X +358 C Dreadwaters @Cliff Childs +359 C Dream Cache @D. Alexander Gregory +360 C Dream Twist @Dan Scott +361 C Eel Umbra @Howard Lyon +362 C Embodiment of Spring @Wayne Reynolds +363 R Energy Field @John Matson +364 C Enlightened Maniac @Jaime Jones +365 U Ensoul Artifact @Jasper Sandner +366 C Errant Ephemeron @Luca Zontini +367 C Essence Scatter @Josh Hass +368 U Everdream @Nils Hamm +369 U Exclude @Jehan Choo +370 M Expropriate @Zack Stella +371 U Fact or Fiction @Matt Cavotta +372 C Faerie Invaders @Ryan Pancoast +373 C Faerie Mechanist @Matt Cavotta +374 C Failed Inspection @Matt Stewart +375 U Fascination @Svetlin Velinov +376 C Fathom Seer @Ralph Horsley +377 R Fblthp, the Lost @Jesper Ejsing +378 U Flashfreeze @Brian Despain +379 U Fledgling Mawcor @Kev Walker +380 C Fleeting Distraction @Ryan Yee +381 U Floodgate @Jeff Miracola +382 U Fog Bank @Howard Lyon +383 C Fogwalker @Seb McKinnon +384 C Foil @Donato Giancola +385 C Forbidden Alchemy @David Rapoza +386 C Frantic Search @Mitchell Malloy +387 C Frilled Sea Serpent @Steven Belledin +388 C Frost Lynx @Izzy +389 C Gaseous Form @Roger Raupp +390 C Ghost Ship @Bastien L. Deharme +391 C Glacial Crasher @Mark Winters +392 C Glint @Igor Kieryluk +393 C Gone Missing @James Paick +394 C Grasp of Phantoms @Izzy +395 U Guard Gomazoa @Rob Alexander +396 C Gurmag Drowner @Lake Hurwitz +397 C Gush @Kev Walker +398 U Hedron Crab @Jesper Ejsing +399 C Hieroglyphic Illumination @Raoul Vitale +400 C Hightide Hermit @Jason Kang +401 C Hinterland Drake @Lake Hurwitz +402 C Horseshoe Crab @Scott Kirschner +403 C Humongulus @Jesper Ejsing +404 C Impulse @Izzy +405 C Inkfathom Divers @Steven Belledin +406 C Invisibility @Pete Venters +407 C Ior Ruin Expedition @Chris Rahn +408 C Jace's Phantasm @Johann Bodin +409 C Jeering Homunculus @Steve Prescott +410 C Jeskai Sage @Craig J Spearing +411 R Jushi Apprentice @Glen Angus +412 C Jwar Isle Avenger @Ryan Pancoast +413 C Kiora's Dambreaker @Mathias Kollros +414 C Laboratory Brute @Yeong-Hao Han +415 U Laboratory Maniac @Jason Felix +416 U Labyrinth Guardian @Yeong-Hao Han +417 U Lay Claim @Chris Rallis +418 C Leapfrog @Aaron Miller +419 U Mahamoti Djinn @Greg Staples +420 C Mana Leak @Howard Lyon +421 C Man-o'-War @Jon J Muth +422 R Master Transmuter @Chippy +423 C Maximize Altitude @Mike Bierek +424 R Memory Erosion @Howard Lyon +425 C Memory Lapse @Greg Staples +426 U Merfolk Looter @Austin Hsu +427 C Messenger Jays @Lars Grant-West +428 C Metallic Rebuke @Eric Deschamps +429 C Mind Sculpt @Michael C. Hayes +430 R Mind Spring @Mark Zug +431 R The Mirari Conjecture @James Arnold +432 R Misdirection @Mathias Kollros +433 U Mistform Shrieker @Glen Angus +434 C Mist Raven @John Avon +435 C Mnemonic Wall @Trevor Claxton +436 C Monastery Loremaster @Ryan Alexander Lee +437 C Mulldrifter @Eric Fortune +438 U Murder of Crows @Drew Baker +439 C Mystical Teachings @Ron Spears +440 R Mystic Confluence @Kieran Yanner +441 C Mystic of the Hidden Way @Ryan Alexander Lee +442 C Nagging Thoughts @Seb McKinnon +443 C Negate @Magali Villeneuve +444 C Niblis of Dusk @Nils Hamm +445 C Nine-Tail White Fox @林玄泰 +446 C Ninja of the Deep Hours @Dan Scott +447 C Ojutai Interceptor @Johann Bodin +448 C Ojutai's Breath @Kev Walker +449 C Omenspeaker @Dallas Williams +450 U Opportunity @Allen Williams +451 C Opt @Tyler Jacobson +452 C Peel from Reality @Jason Felix +453 C Phantasmal Bear @Ryan Yee +454 U Phantasmal Dragon @Wayne Reynolds +455 U Phyrexian Ingester @Chris Rahn +456 R Phyrexian Metamorph @Jana Schirmer & Johannes Voss +457 C Pondering Mage @Tommy Arnold +458 C Portent @Christopher Burdett +459 U Predict @Rebecca Guay +460 C Preordain @Svetlin Velinov +461 U Prodigal Sorcerer @Eric Deschamps +462 U Propaganda @Clint Cearley +463 C Prosperous Pirates @Josh Hass +464 C Purple-Crystal Crab @Tan Yan Yao +465 C Refocus @Kev Walker +466 C Repulse @Aaron Boyd +467 C Retraction Helix @Phill Simmer +468 C Rhystic Study @Terese Nielsen +469 U Riftwing Cloudskate @Carl Critchlow +470 C Ringwarden Owl @Titus Lunter +471 U Rishadan Footpad @Adam Rex +472 C River Darter @Winona Nelson +473 C River Serpent @Christopher Moeller +474 C Riverwheel Aerialists @Jack Wang +475 U Sage of Lat-Nam @Matt Stewart +476 C Sailor of Means @Ryan Pancoast +477 R Sakashima the Impostor @rk post +478 C Sapphire Charm @Steve Luke +479 C Scroll Thief @Alex Horley-Orlandelli +480 C Sea Gate Oracle @Daniel Ljunggren +481 U Sealock Monster @Adam Paquette +482 C Secrets of the Golden City @Jason Felix +483 C Send to Sleep @Cynthia Sheppard +484 R Serendib Efreet @Matt Stewart +485 C Shaper Parasite @rk post +486 C Shimmerscale Drake @Tony Foti +487 C Shipwreck Looter @Wayne Reynolds +488 U Sigiled Starfish @Nils Hamm +489 C Silent Observer @Lake Hurwitz +490 U Silvergill Adept @Magali Villeneuve +491 C Singing Bell Strike @Chase Stone +492 U Skaab Goliath @Volkan Baǵa +493 C Skitter Eel @Mathias Kollros +494 C Skittering Crustacean @Jason Felix +495 U Sleep @Chris Rahn +496 C Slipstream Eel @Mark Tedin +497 C Slither Blade @Zezhou Chen +498 C Snap @Véronique Meignaud +499 C Snapping Drake @Todd Lockwood +500 C Somber Hoverguard @Adam Rex +501 U Soothsaying @Pat Lewis +502 U Sphinx's Tutelage @Slawomir Maniak +503 C Spire Monitor @Daniel Ljunggren +504 C Steady Progress @Efrem Palacios +505 C Stitched Drake @Chris Rahn +506 C Storm Sculptor @Sidharth Chaturvedi +507 C Strategic Planning @Matt Stewart +508 C Stream of Thought @Seb McKinnon +509 R Stunt Double @Joseph Meehan +510 C Surrakar Banisher @Matt Cavotta +511 C Syncopate @Tommy Arnold +512 U Syr Elenora, the Discerning @Mila Pesic +513 R Talrand, Sky Summoner @Svetlin Velinov +514 C Tandem Lookout @Kev Walker +515 M Teferi, Temporal Archmage @Tyler Jacobson +516 C Temporal Fissure @Seb McKinnon +517 M Temporal Mastery @Franz Vohwinkel +518 U Thieving Magpie @Una Fricker +519 C Thornwind Faeries @Rebecca Guay +520 C Thoughtcast @Greg Hildebrandt +521 C Thought Collapse @Sara Winters +522 C Thought Scour @David Rapoza +523 U Thrummingbird @Efrem Palacios +524 C Thunder Drake @Yeong-Hao Han +525 C Tidal Warrior @Daren Bader +526 C Tidal Wave @Brian Snõddy +527 U Tinker @Mike Raabe +528 C Totally Lost @David Palumbo +529 U Trail of Evidence @Daniel Ljunggren +530 C Treasure Cruise @Cynthia Sheppard +531 C Treasure Hunt @Daren Bader +532 U Treasure Mage @Ryan Pancoast +533 C Trinket Mage @Scott Chou +534 U Triton Tactics @Jack Wang +535 C Turn Aside @Jaime Jones +536 C Uncomfortable Chill @Izzy +537 C Vapor Snag @Raymond Swanland +538 C Vigean Graftmage @Alan Pollack +539 U Wall of Frost @Mike Bierek +540 C Warden of Evos Isle @Nils Hamm +541 C Watercourser @Mathias Kollros +542 C Wave-Wing Elemental @John Severin Brassell +543 C Weldfast Wingsmith @Dan Scott +544 C Welkin Tern @Yutaka Li +545 R Whelming Wave @Slawomir Maniak +546 C Whiplash Trap @Zoltan Boros & Gabor Szikszai +547 R Whir of Invention @Christine Choi +548 C Windcaller Aven @Uriah Voth +549 C Wind Drake @Todd Lockwood +550 U Wind-Kin Raiders @Shreya Shetty +551 C Windrider Eel @Austin Hsu +552 C Wind Strider @Magali Villeneuve +553 C Wishcoin Crab @James Paick +554 C Wishful Merfolk @Livia Prima +555 C Wretched Gryff @Darek Zabrocki +556 C Write into Being @Yeong-Hao Han +557 U Youthful Scholar @Cynthia Sheppard +558 C Absorb Vis @Brandon Kitkouski +559 C Accursed Spirit @Kev Walker +560 C Aid the Fallen @Sara Winters +561 C Alesha's Vanguard @Torstein Nordstrand +562 C Alley Strangler @Efflam Mercier +563 C Altar's Reap @Tyler Jacobson +564 C Ambitious Aetherborn @Josu Hernaiz +565 C Ancestral Vengeance @Yohann Schepacz +566 U Animate Dead @Bastien L. Deharme +567 U Annihilate @Kev Walker +568 C Bala Ged Scorpion @Daarken +569 U Baleful Ammit @Seb McKinnon +570 C Balustrade Spy @Jaime Jones +571 C Bartizan Bats @Nils Hamm +572 C Bitter Revelation @Viktor Titov +573 C Black Cat @David Palumbo +574 U Black Knight @Christopher Moeller +575 R Black Market @Jeff Easley +576 C Bladebrand @Winona Nelson +577 C Blessing of Belzenlok @Joe Slucher +578 C Blighted Bat @Nils Hamm +579 C Blightsoil Druid @Nils Hamm +580 C Blistergrub @Daarken +581 U Blood Artist @Johannes Voss +582 C Bloodrite Invoker @Svetlin Velinov +583 C Bone Splinters @Cole Eastburn +584 C Boon of Emrakul @Svetlin Velinov +585 U Breeding Pit @Adrian Smith +586 C Butcher's Glee @Jesper Ejsing +587 U Cabal Therapy @Raymond Swanland +588 C Cackling Imp @Matt Thompson +589 C Cadaver Imp @Dave Kendall +590 R Cairn Wanderer @Nils Hamm +591 C Caligo Skin-Witch @Daarken +592 U Carrion Feeder @Svetlin Velinov +593 C Carrion Imp @Kev Walker +594 C Catacomb Crocodile @Nils Hamm +595 C Catacomb Slug @Nils Hamm +596 U Caustic Tar @Jung Park +597 C Certain Death @Kev Walker +598 C Child of Night @Ash Wood +599 C Coat with Venom @Johann Bodin +600 R Collective Brutality @Johann Bodin +601 U Corpsehatch @Kekai Kotaki +602 C Costly Plunder @Ben Maier +603 C Covenant of Blood @Seb McKinnon +604 C Cower in Fear @Nils Hamm +605 C Crippling Blight @Lucas Graciano +606 C Crow of Dark Tidings @Tianhua X +607 C Cursed Minotaur @David Palumbo +608 C Daring Demolition @Svetlin Velinov +609 U Darkblast @Randy Gallegos +610 C Dark Dabbling @Bastien L. Deharme +611 C Dark Ritual @Clint Langley +612 C Dark Withering @Wayne Reynolds +613 U Dauthi Mindripper @Allen Williams +614 C Deadbridge Shaman @Nils Hamm +615 C Deadeye Tormentor @Eric Deschamps +616 R Deadly Tempest @Cliff Childs +617 C Dead Reveler @David Palumbo +618 C Death Denied @James Paick +619 C Defeat @Dave Kendall +620 U Demonic Tutor @Scott Chou +621 C Demonic Vigor @Zoltan Boros +622 C Demon's Grasp @David Gaillet +623 C Desperate Castaways @Zoltan Boros +624 C Diabolic Edict @Franz Vohwinkel +625 R Dictate of Erebos @Michael C. Hayes +626 C Die Young @Ryan Yee +627 C Dinosaur Hunter @Tianhua X +628 C Dirge of Dread @Seb McKinnon +629 U Dismember @Terese Nielsen +630 C Disowned Ancestor @Zack Stella +631 C Doomed Dissenter @Tony Foti +632 C Douse in Gloom @Ryan Yee +633 R Drana, Kalastria Bloodchief @Mike Bierek +634 C Dreadbringer Lampads @Willian Murai +635 C Dread Drone @Raymond Swanland +636 U Dread Return @Svetlin Velinov +637 C Dregscape Zombie @Lars Grant-West +638 C Driver of the Dead @James Ryman +639 C Drudge Sentinel @Sara Winters +640 C Dukhara Scavenger @Sidharth Chaturvedi +641 C Dune Beetle @Grzegorz Rutkowski +642 C Duress @Steven Belledin +643 C Dusk Charger @Lucas Graciano +644 C Dusk Legion Zealot @Winona Nelson +645 U The Eldest Reborn @Ravenna Tran +646 C Epicure of Blood @Anna Steinbauer +647 C Erg Raiders @Kev Walker +648 C Eternal Thirst @Clint Cearley +649 C Evincar's Justice @Hannibal King +650 C Executioner's Capsule @Warren Mahy +651 U Exsanguinate @Carl Critchlow +652 C Eyeblight's Ending @Ron Spears +653 U Fallen Angel @Matthew D. Wilson +654 C Farbog Revenant @Min Yum +655 U Fatal Push @Eric Deschamps +656 C Fen Hauler @Sidharth Chaturvedi +657 C Feral Abomination @Darek Zabrocki +658 C Festercreep @Jeff Easley +659 C Festering Newt @Eric Deschamps +660 C Fetid Imp @Nils Hamm +661 C Fill with Fright @Luca Zontini +662 C First-Sphere Gargantua @Randy Vargas +663 C Flesh to Dust @Julie Dillon +664 U Fretwork Colony @Christopher Burdett +665 C Fungal Infection @Filip Burburan +666 U Genju of the Fens @Tsutomu Kawade +667 C Ghostly Changeling @Chuck Lukacs +668 C Ghoulcaller's Accomplice @Dave Kendall +669 U Gifted Aetherborn @Ryan Yee +670 U Go for the Throat @David Rapoza +671 R Gonti, Lord of Luxury @Daarken +672 C Grasping Scoundrel @Steve Prescott +673 R Gravecrawler @Steven Belledin +674 C Gravedigger @Dermot Power +675 C Gravepurge @Nils Hamm +676 M Grave Titan @Nils Hamm +677 C Gray Merchant of Asphodel @Robbie Trevino +678 C Grim Affliction @Erica Yang +679 C Grim Discovery @Christopher Moeller +680 C Grixis Slavedriver @Dave Kendall +681 C Grotesque Mutation @Dan Scott +682 C Gruesome Fate @Even Amundsen +683 C Gurmag Angler @YW Tang +684 R Haakon, Stromgald Scourge @Mark Zug +685 C Hideous End @Zoltan Boros & Gabor Szikszai +686 C Hired Blade @Mark Behm +687 C Hound of the Farbogs @Christine Choi +688 U Hunter of Eyeblights @Jesper Ejsing +689 R Hypnotic Specter @Greg Staples +690 C Induce Despair @Igor Kieryluk +691 C Infernal Scarring @Mike Bierek +692 U Infest @Karl Kopinski +693 C Innocent Blood @Carl Critchlow +694 U Inquisition of Kozilek @Volkan Baǵa +695 C Instill Infection @Chris Rahn +696 C Kalastria Nightwatch @Jama Jurabaev +697 C Krumar Bond-Kin @Kev Walker +698 C Lawless Broker @Darek Zabrocki +699 C Lazotep Behemoth @Zezhou Chen +700 C Lethal Sting @Randy Vargas +701 M Liliana, Death's Majesty @Chris Rallis +702 R Living Death @Mark Winters +703 U Lord of the Accursed @Grzegorz Rutkowski +704 C Macabre Waltz @Willian Murai +705 C Marauding Boneslasher @Victor Adame Minguez +706 C March of the Drowned @Ben Wootten +707 C Mark of the Vampire @Winona Nelson +708 C Marsh Hulk @Raf Sarmento +709 C Mephitic Vapors @Darek Zabrocki +710 C Merciless Resolve @Chase Stone +711 C Miasmic Mummy @E. M. Gist +712 C Mind Rake @Jason Rainville +713 C Mind Rot @Steve Luke +714 R Mind Shatter @Michael Sutfin +715 C Mire's Malice @Jakub Kasper +716 C Moment of Craving @Steven Belledin +717 C Murder @Allen Williams +718 C Murderous Compulsion @David Palumbo +719 C Nameless Inversion @Jeff Miracola +720 C Nantuko Husk @Carl Critchlow +721 C Never Happened @Aaron Miller +722 R Nighthowler @Nils Hamm +723 C Night's Whisper @John Severin Brassell +724 C Nirkana Assassin @Viktor Titov +725 U Noxious Dragon @Svetlin Velinov +726 C Okiba-Gang Shinobi @Mark Zug +727 C Painful Lesson @Adrian Majkrzak +728 U Perish @Rebecca Guay +729 C Pestilence @Pete Venters +730 R Phyrexian Arena @Svetlin Velinov +731 R Phyrexian Plaguelord @Kev Walker +732 C Phyrexian Rager @Stephan Martiniere +733 U Phyrexian Reclamation @rk post +734 C Pit Keeper @Anthony S. Waters +735 U Plaguecrafter @Anna Steinbauer +736 C Plagued Rusalka @Alex Horley-Orlandelli +737 C Plague Wight @Tomasz Jedruszek +738 C Prakhata Club Security @Igor Kieryluk +739 C Prowling Pangolin @Tomasz Jedruszek +740 C Queen's Agent @Winona Nelson +741 U Quest for the Gravelord @Chris Rahn +742 C Rabid Bloodsucker @Seb McKinnon +743 C Rakdos Drake @Karl Kopinski +744 C Rakshasa's Secret @Magali Villeneuve +745 U Ravenous Chupacabra @Daarken +746 C Read the Bones @Lars Grant-West +747 C Reaper of Night @Jeff Simpson +748 U Reassembling Skeleton @Austin Hsu +749 C Reckless Imp @Torstein Nordstrand +750 U Reckless Spite @Karl Kopinski +751 C Recover @Bastien L. Deharme +752 C Renegade Demon @Tomasz Jedruszek +753 C Renegade's Getaway @Ryan Yee +754 C Returned Centaur @Lucas Graciano +755 R Revel in Riches @Eric Deschamps +756 U Revenant @Terese Nielsen +757 C Rite of the Serpent @Seb McKinnon +758 C Rotfeaster Maggot @Yeong-Hao Han +759 C Ruin Rat @Shreya Shetty +760 R Rune-Scarred Demon @Michael Komarck +761 U Sadistic Hypnotist @Paolo Parente +762 C Scarab Feast @Tony Foti +763 C Scrounger of Souls @Zezhou Chen +764 C Scuttling Death @Thomas M. Baxa +765 C Seal of Doom @Ralph Horsley +766 U Sengir Vampire @Kev Walker +767 R Sewer Nemesis @Nils Hamm +768 C Shadowcloak Vampire @Cynthia Sheppard +769 C Shambling Attendants @Daarken +770 C Shambling Goblin @Yeong-Hao Han +771 U Shriekmaw @Steve Prescott +772 U Shrouded Lore @Kev Walker +773 C Silumgar Butcher @Dave Kendall +774 U Skeletal Scrying @Bob Petillo +775 C Skeleton Archer @Randy Vargas +776 C Skulking Ghost @Robert Bliss +777 U Smiting Helix @Evan Shipard +778 M Sorin Markov @Michael Komarck +779 C Spreading Rot @Yeong-Hao Han +780 U Stab Wound @Scott Chou +781 C Stallion of Ashmouth @Chris Rahn +782 C Stinkweed Imp @Nils Hamm +783 U Street Wraith @Cyril Van Der Haegen +784 C Stromkirk Patrol @Karl Kopinski +785 C Subtle Strike @David Palumbo +786 C Sultai Runemark @Volkan Baǵa +787 C Tar Snare @Karl Kopinski +788 U Tavern Swindler @Cynthia Sheppard +789 C Tendrils of Corruption @Vance Kovacs +790 C Thallid Omnivore @Mathias Kollros +791 C Thornbow Archer @Kev Walker +792 C Thorn of the Black Rose @David Gaillet +793 C Thraben Foulbloods @Deruchenko Alexander +794 C Tidy Conclusion @Bastien L. Deharme +795 R Torment of Hailfire @Grzegorz Rutkowski +796 C Torment of Venom @Johann Bodin +797 C Touch of Moonglove @Scott Murphy +798 R Toxin Sliver @Lars Grant-West +799 C Tragic Slip @Christopher Moeller +800 C Trespasser's Curse @David Palumbo +801 U Trial of Ambition @Johann Bodin +802 C Twins of Maurer Estate @Darek Zabrocki +803 C Typhoid Rats @Kev Walker +804 C Unburden @Svetlin Velinov +805 C Undercity's Embrace @Tyler Walpole +806 C Untamed Hunger @Willian Murai +807 C Unyielding Krumar @Viktor Titov +808 C Urborg Uprising @Adam Rex +809 C Vampire Champion @Craig J Spearing +810 C Vampire Envoy @Johannes Voss +811 U Vampire Hexmage @Eric Deschamps +812 C Vampire Lacerator @Steve Argyle +813 U Vampire Nighthawk @Jason Chan +814 C Vessel of Malignity @Kieran Yanner +815 C Virulent Swipe @Raymond Swanland +816 C Voracious Null @Karl Kopinski +817 C Vraska's Finisher @Igor Kieryluk +818 C Wake of Vultures @Jeff Miracola +819 C Walking Corpse @Igor Kieryluk +820 U Walk the Plank @Kieran Yanner +821 C Wander in Death @Seb McKinnon +822 C Warteye Witch @Steve Prescott +823 C Weight of the Underworld @Wesley Burt +824 C Weirded Vampire @David Gaillet +825 U Wight of Precinct Six @Ryan Barger +826 U Will-o'-the-Wisp @Rob Alexander +827 C Windgrace Acolyte @Bayard Wu +828 C Wrench Mind @Pete Venters +829 U Yargle, Glutton of Urborg @Jehan Choo +830 C Zulaport Chainmage @Chris Rallis +831 C Act of Treason @Scott Murphy +832 U Act on Impulse @Brad Rigney +833 U Ahn-Crop Crasher @Seb McKinnon +834 C Ainok Tracker @Evan Shipard +835 C Akroan Sergeant @Zack Stella +836 C Alchemist's Greeting @Jakub Kasper +837 R Alesha, Who Smiles at Death @Anastasia Ovchinnikova +838 U Ancient Grudge @Ryan Yee +839 U Anger @Svetlin Velinov +840 R Anger of the Gods @Noah Bradley +841 U Arc Trail @Marc Simonetti +842 C Arrow Storm @Steve Prescott +843 C Atarka Efreet @Izzy +844 U Avalanche Riders @Edward P. Beard, Jr. +845 C Avarax @Greg Staples +846 C Azra Bladeseeker @Joe Slucher +847 C Balduvian Horde @Daarken +848 C Barging Sergeant @Filip Burburan +849 C Barrage of Boulders @Zoltan Boros +850 C Battle Rampart @Steve Prescott +851 C Battle-Rattle Shaman @Warren Mahy +852 U Beetleback Chief @Wayne England +853 C Bellows Lizard @Jack Wang +854 C Blades of Velis Vel @Ron Spencer +855 C Blastfire Bolt @Phill Simmer +856 C Blazing Volley @Zezhou Chen +857 C Blindblast @Sidharth Chaturvedi +858 C Bloodfire Expert @Raymond Swanland +859 C Bloodlust Inciter @Anthony Palumbo +860 C Bloodmad Vampire @Johannes Voss +861 C Blood Ogre @Christopher Moeller +862 C Bloodstone Goblin @Magali Villeneuve +863 C Blow Your House Down @Ravenna Tran +864 C Blur of Blades @Anna Steinbauer +865 C Boggart Brute @Igor Kieryluk +866 C Boiling Earth @Titus Lunter +867 C Bombard @Alex Konstad +868 C Bomber Corps @Chase Stone +869 C Borrowed Hostility @Volkan Baǵa +870 C Boulder Salvo @Vincent Proce +871 C Brazen Buccaneers @Joseph Meehan +872 C Brazen Wolves @Nils Hamm +873 R Brimstone Dragon @David A. Cherry +874 U Brimstone Mage @Volkan Baǵa +875 C Bring Low @Slawomir Maniak +876 U Browbeat @Mark Tedin +877 C Brute Strength @Wayne Reynolds +878 C Built to Smash @Svetlin Velinov +879 C Burst Lightning @Vance Kovacs +880 C Canyon Lurkers @Cynthia Sheppard +881 C Cartouche of Zeal @Kieran Yanner +882 C Cathartic Reunion @Howard Lyon +883 C Chandra's Pyrohelix @Aleksi Briclot +884 C Chandra's Revolution @Clint Cearley +885 R Chaos Warp @Trevor Claxton +886 U Charging Monstrosaur @Zack Stella +887 C Chartooth Cougar @Chase Stone +888 C Cinder Hellion @Jason Kang +889 C Cleansing Screech @Tingting Yeh +890 C Cobblebrute @Eytan Zana +891 C Cosmotronic Wave @Titus Lunter +892 R Cragganwick Cremator @Jeremy Enecio +893 C Crash Through @Izzy +894 C Crowd's Favor @Slawomir Maniak +895 C Crown-Hunter Hireling @Izzy +896 U Curse of Opulence @Kieran Yanner +897 U Curse of the Nightly Hunt @Daarken +898 M Daretti, Scrap Savant @Dan Scott +899 U Death by Dragons @Austin Hsu +900 C Defiant Ogre @Craig J Spearing +901 C Demolish @Jesper Ejsing +902 C Desert Cerodon @Igor Kieryluk +903 U Desperate Ravings @John Stanko +904 C Destructive Tampering @Titus Lunter +905 C Direct Current @Dan Scott +906 C Distemper of the Blood @Ben Maier +907 U Dragon Breath @Greg Staples +908 C Dragon Egg @Jack Wang +909 C Dragon Fodder @Jaime Jones +910 C Dragonsoul Knight @Justin Sweet +911 U Dragon Whelp @Steven Belledin +912 C Dual Shot @Joseph Meehan +913 C Dynacharge @Matt Stewart +914 C Earth Elemental @Anthony S. Waters +915 C Emrakul's Hatcher @Jaime Jones +916 U Enthralling Victor @Winona Nelson +917 C Erratic Explosion @Gary Ruddell +918 C Expedite @Kieran Yanner +919 C Faithless Looting @Gabor Szikszai +920 C Falkenrath Reaver @Daarken +921 C Fall of the Hammer @Adam Paquette +922 C Fervent Strike @Winona Nelson +923 C Fierce Invocation @Tyler Jacobson +924 C Fiery Hellhound @Ted Galaday +925 C Fiery Temper @Johannes Voss +926 U Fireball @Dave Dorman +927 C Firebolt @Chris Rallis +928 C Firebrand Archer @John Stanko +929 C Fire Elemental @Slawomir Maniak +930 U Flame Jab @rk post +931 U Flameshot @Mark Brill +932 U Flametongue Kavu @Slawomir Maniak +933 U Flamewave Invoker @Dave Dorman +934 C Fling @Lucas Graciano +935 C Forge Devil @Austin Hsu +936 C Foundry Street Denizen @Raoul Vitale +937 C Frenzied Raptor @Jesper Ejsing +938 C Frilled Deathspitter @Zoltan Boros +939 C Frontline Devastator @Tommy Arnold +940 C Frontline Rebel @Winona Nelson +941 C Furnace Whelp @Shreya Shetty +942 C Fury Charm @John Avon +943 C Galvanic Blast @Marc Simonetti +944 C Generator Servant @Mathias Kollros +945 U Genju of the Spires @Joel Thomas +946 C Geomancer's Gambit @Adam Paquette +947 C Ghitu Lavarunner @Jesper Ejsing +948 U Ghitu War Cry @Douglas Shuler +949 C Giant Spectacle @Johann Bodin +950 U Goblin Assault @Jaime Jones +951 C Goblin Balloon Brigade @Lars Grant-West +952 U Goblin Bombardment @Dave Kendall +953 C Goblin Fireslinger @Pete Venters +954 R Goblin Game @DiTerlizzi +955 C Goblin Locksmith @Mark Behm +956 U Goblin Matron @Jesper Ejsing +957 C Goblin Motivator @Johann Bodin +958 U Goblin Oriflamme @David Palumbo +959 R Goblin Piledriver @Matt Cavotta +960 C Goblin Roughrider @Jesper Ejsing +961 U Goblin Warchief @Karl Kopinski +962 C Goblin War Paint @Karl Kopinski +963 C Gorehorn Minotaurs @Wayne Reynolds +964 C Gore Swine @Jack Wang +965 C Granitic Titan @Yohann Schepacz +966 C Grapeshot @Clint Cearley +967 C Gravitic Punch @Randy Vargas +968 R Greater Gargadon @Rob Alexander +969 C Gut Shot @Greg Staples +970 U Guttersnipe @Mathias Kollros +971 C Hammerhand @Tomasz Jedruszek +972 C Hanweir Lancer @Steve Prescott +973 C Hardened Berserker @Viktor Titov +974 C Hijack @Svetlin Velinov +975 C Hulking Devil @Joseph Meehan +976 C Hyena Pack @Winona Nelson +977 C Ill-Tempered Cyclops @Peter Mohrbacher +978 C Impact Tremors @Lake Hurwitz +979 R Impending Disaster @Pete Venters +980 U Incorrigible Youths @Winona Nelson +981 C Inferno Fist @James Ryman +982 U Inferno Jet @Jakub Kasper +983 C Ingot Chewer @Kev Walker +984 C Insolent Neonate @Deruchenko Alexander +985 C Jackal Pup @Kev Walker +986 C Kaervek's Torch @John Coulthart +987 M Kargan Dragonlord @Jason Chan +988 C Keldon Halberdier @Paolo Parente +989 C Keldon Overseer @Jason A. Engle +990 C Khenra Scrapper @Jesper Ejsing +991 M Kiki-Jiki, Mirror Breaker @Steven Belledin +992 C Kiln Fiend @Adi Granov +993 C Kird Ape @Terese Nielsen +994 R Knollspine Dragon @Steve Prescott +995 C Kolaghan Stormsinger @Scott Murphy +996 R Krenko, Mob Boss @Karl Kopinski +997 C Krenko's Command @Karl Kopinski +998 C Krenko's Enforcer @Karl Kopinski +999 C Leaping Master @Anastasia Ovchinnikova +1000 C Leopard-Spotted Jiao @Shinchuen Chen +1001 U Lightning Bolt @Christopher Moeller +1002 C Lightning Javelin @Seb McKinnon +1003 C Lightning Shrieker @Slawomir Maniak +1004 C Lightning Talons @Johann Bodin +1005 C Madcap Skills @Anthony Palumbo +1006 C Magma Spray @Svetlin Velinov +1007 C Makindi Sliderunner @Matt Stewart +1008 C Mardu Warshrieker @Yefim Kligerman +1009 U Mark of Mutiny @Mike Bierek +1010 C Maximize Velocity @Svetlin Velinov +1011 C Miner's Bane @Adam Paquette +1012 R Mizzix's Mastery @Dan Scott +1013 U Mogg Fanatic @Brom +1014 C Mogg Flunkies @Brom +1015 C Mogg War Marshal @Jesper Ejsing +1016 U Molten Rain @Sung Choi +1017 U Monastery Swiftspear @Steve Argyle +1018 C Mutiny @Gabor Szikszai +1019 C Nimble-Blade Khenra @Tomasz Jedruszek +1020 C Ondu Champion @Volkan Baǵa +1021 C Orcish Cannonade @Pete Venters +1022 C Orcish Oriflamme @Ben Thompson +1023 C Outnumber @Tyler Jacobson +1024 C Pillage @Jesper Ejsing +1025 R Preyseizer Dragon @Daarken +1026 U Price of Progress @Yohann Schepacz +1027 C Prickleboar @Jesper Ejsing +1028 C Prophetic Ravings @Lucas Graciano +1029 M Purphoros, God of the Forge @Eric Deschamps +1030 U Pyrotechnics @Matt Stewart +1031 C Quakefoot Cyclops @Mike Bierek +1032 R Rage Reflection @Terese Nielsen & Ron Spencer +1033 C Rampaging Cyclops @Tomasz Jedruszek +1034 R Reality Scramble @Simon Dominic +1035 C Reckless Fireweaver @Deruchenko Alexander +1036 C Reckless Wurm @Greg Staples +1037 U Recoup @Dave Dorman +1038 U Release the Ants @Ron Spencer +1039 R Release the Gremlins @Izzy +1040 C Renegade Tactics @Yeong-Hao Han +1041 U Rivals' Duel @Zoltan Boros & Gabor Szikszai +1042 U Roast @Zoltan Boros +1043 U Rolling Thunder @Yohann Schepacz +1044 C Rubblebelt Maaka @Eric Velhagen +1045 C Ruinous Gremlin @Steve Prescott +1046 C Rummaging Goblin @Slawomir Maniak +1047 C Run Amok @Svetlin Velinov +1048 C Rush of Adrenaline @Chris Rallis +1049 C Salivating Gremlins @Christopher Burdett +1050 C Samut's Sprint @Aleksi Briclot +1051 C Sarkhan's Rage @Chris Rahn +1052 C Screamreach Brawler @Slawomir Maniak +1053 C Seismic Shift @James Paick +1054 C Seismic Stomp @Chase Stone +1055 C Shatter @Jonas De Ro +1056 U Shattering Spree @Pat Lee +1057 C Shenanigans @Lindsey Look +1058 C Shock @Jason Rainville +1059 C Skirk Commando @Slawomir Maniak +1060 C Skirk Prospector @Slawomir Maniak +1061 C Smash to Smithereens @Pete Venters +1062 C Smelt @Zoltan Boros +1063 C Sparkmage Apprentice @Jaime Jones +1064 C Sparkspitter @Dan Scott +1065 C Sparktongue Dragon @Daarken +1066 U Spikeshot Goblin @Jason Kang +1067 U Staggershock @Raymond Swanland +1068 M Star of Extinction @Chris Rahn +1069 R Steamflogger Boss @Warren Mahy +1070 U Stormblood Berserker @Min Yum +1071 R Sudden Demise @Dan Scott +1072 U Sulfurous Blast @Jeff Miracola +1073 C Summit Prowler @Filip Burburan +1074 C Sun-Crowned Hunters @Aaron Miller +1075 C Swashbuckling @Josu Hernaiz +1076 C Sweatworks Brawler @Zack Stella +1077 C Swift Kick @Mathias Kollros +1078 C Tarfire @Omar Rayyan +1079 R Taurean Mauler @Dominick Domingo +1080 U Tectonic Rift @John Avon +1081 C Temur Battle Rage @Jaime Jones +1082 C Thresher Lizard @Craig J Spearing +1083 C Thrill of Possibility @Steve Argyle +1084 U Tibalt's Rager @Yongjae Choi +1085 C Torch Courier @Mark Zug +1086 R Two-Headed Giant @Simon Dominic +1087 C Uncaged Fury @Jason Kang +1088 C Undying Rage @Scott M. Fischer +1089 R Urza's Rage @Jim Murray +1090 C Valakut Invoker @Joseph Meehan +1091 C Valakut Predator @Kev Walker +1092 C Valley Dasher @Matt Stewart +1093 C Vandalize @Ryan Barger +1094 C Vent Sentinel @Chris Rahn +1095 C Vessel of Volatility @Kieran Yanner +1096 U Viashino Sandstalker @Andrew Robinson +1097 U Volcanic Dragon @Chris Rahn +1098 C Volcanic Rush @Ryan Barger +1099 C Voldaren Duelist @Jason Rainville +1100 C Wall of Fire @Dan Dos Santos +1101 C Wayward Giant @Filip Burburan +1102 R Wheel of Fate @Kev Walker +1103 C Wildfire Emissary @Richard Kane Ferguson +1104 C Wojek Bodyguard @Tyler Walpole +1105 U Young Pyromancer @Cynthia Sheppard +1106 C Zada's Commando @Zack Stella +1107 C Zealot of the God-Pharaoh @Gabor Szikszai +1108 C Abundant Growth @Vincent Proce +1109 U Acidic Slime @Karl Kopinski +1110 C Adventurous Impulse @Titus Lunter +1111 C Aerie Bowmasters @Matt Stewart +1112 U Affectionate Indrik @Steve Prescott +1113 C Aggressive Instinct @Wolk Sheep +1114 C Aggressive Urge @Jakub Kasper +1115 U Ainok Survivalist @Craig J Spearing +1116 C Alpine Grizzly @John Severin Brassell +1117 C Ambassador Oak @Steve Prescott +1118 U Ana Sanctuary @Rob Alexander +1119 U Ancestral Mask @Magali Villeneuve +1120 C Ancient Brontodon @Jakub Kasper +1121 U Ancient Stirrings @Vincent Proce +1122 C Arachnus Web @Karl Kopinski +1123 C Arbor Armament @Bayard Wu +1124 C Arbor Elf @rk post +1125 R Asceticism @Daarken +1126 C Aura Gnarlid @Lars Grant-West +1127 C Avacyn's Pilgrim @Jana Schirmer & Johannes Voss +1128 C Backwoods Survivalists @Chris Rallis +1129 C Baloth Gorger @Zezhou Chen +1130 C Basking Rootwalla @Heather Hudson +1131 C Bear Cub @Ron Spencer +1132 U Beastbreaker of Bala Ged @Karl Kopinski +1133 R Beastmaster Ascension @Alex Horley-Orlandelli +1134 U Beast Within @Jesper Ejsing +1135 U Become Immense @Jaime Jones +1136 C Beneath the Sands @Magali Villeneuve +1137 U Bestial Menace @Andrew Robinson +1138 R Birds of Paradise @Marcelo Vignali +1139 C Bitterblade Warrior @Slawomir Maniak +1140 C Bitterbow Sharpshooters @Bram Sels +1141 U Blanchwood Armor @Paolo Parente +1142 C Blastoderm @Nils Hamm +1143 R Bloom Tender @Chippy +1144 C Blossom Dryad @Shreya Shetty +1145 C Borderland Explorer @Lucas Graciano +1146 C Borderland Ranger @Zoltan Boros +1147 R Bow of Nylea @Yeong-Hao Han +1148 U Briarhorn @Nils Hamm +1149 C Bristling Boar @Svetlin Velinov +1150 C Broken Bond @Ryan Yee +1151 C Broodhunter Wurm @Svetlin Velinov +1152 C Byway Courier @Zoltan Boros +1153 C Call the Scions @Winona Nelson +1154 C Canopy Spider @Christopher Rush +1155 C Carnivorous Moss-Beast @Filip Burburan +1156 U Carpet of Flowers @Rebecca Guay +1157 C Caustic Caterpillar @Jack Wang +1158 C Centaur Courser @Vance Kovacs +1159 U Centaur Glade @Alex Horley-Orlandelli +1160 C Charging Rhino @Daren Bader +1161 C Chatter of the Squirrel @Jim Nelson +1162 C Citanul Woodreaders @Steven Belledin +1163 C Clip Wings @Howard Lyon +1164 C Colossal Dreadmaw @Jesper Ejsing +1165 C Combo Attack @Sara Winters +1166 C Commune with Nature @Lars Grant-West +1167 C Commune with the Gods @Aleksi Briclot +1168 C Conifer Strider @YW Tang +1169 R Courser of Kruphix @Eric Deschamps +1170 U Creeping Mold @Cliff Childs +1171 C Crop Rotation @Daniel Ljunggren +1172 C Crossroads Consecrator @David Gaillet +1173 U The Crowd Goes Wild @Mike Burns +1174 C Crowned Ceratok @Steve Prescott +1175 C Crushing Canopy @Simon Dominic +1176 C Cultivate @Anthony Palumbo +1177 C Daggerback Basilisk @Jesper Ejsing +1178 C Dawn's Reflection @John Avon +1179 C Death-Hood Cobra @Jason Felix +1180 R Defense of the Heart @Rebecca Guay +1181 U Desert Twister @Noah Bradley +1182 U Destructor Dragon @Peter Mohrbacher +1183 C Dissenter's Deliverance @Bastien L. Deharme +1184 U Domesticated Hydra @Mathias Kollros +1185 C Dragonscale Boon @Mark Winters +1186 C Dragon-Scarred Bear @Lars Grant-West +1187 R Dungrove Elder @Matt Stewart +1188 C Durkwood Baloth @Dan Frazier +1189 C Earthen Arms @Dan Scott +1190 R Eldritch Evolution @Jason Rainville +1191 C Elemental Uprising @Svetlin Velinov +1192 C Elephant Guide @Tomasz Jedruszek +1193 C Elves of Deep Shadow @Justin Sweet +1194 C Elvish Fury @Randy Vargas +1195 C Elvish Visionary @D. Alexander Gregory +1196 C Elvish Warrior @Christopher Moeller +1197 C Ember Weaver @Steve Prescott +1198 C Epic Confrontation @Wayne Reynolds +1199 C Essence Warden @Terese Nielsen +1200 U Eternal Witness @Chris Rahn +1201 U Experiment One @Chase Stone +1202 C Explore @Johann Bodin +1203 U Explosive Vegetation @John Avon +1204 C Ezuri's Archers @Shelly Wan +1205 C Fade into Antiquity @Noah Bradley +1206 C Farseek @Martina Pilcerova +1207 C Feed the Clan @Winona Nelson +1208 C Feral Krushok @Kev Walker +1209 C Feral Prowler @Ben Wootten +1210 C Ferocious Zheng @Yutaka Li +1211 C Fertile Ground @Heather Hudson +1212 C Fierce Empath @Johann Bodin +1213 C Fog @Jaime Jones +1214 C Formless Nurturing @Cliff Childs +1215 C Frontier Mastodon @Nils Hamm +1216 U Gaea's Blessing @David Palumbo +1217 C Gaea's Protector @Grzegorz Rutkowski +1218 C Giant Growth @Noah Bradley +1219 C Giant Spider @Aaron Miller +1220 C Gift of Growth @YW Tang +1221 C Gift of Paradise @Ryan Pancoast +1222 C Glade Watcher @Jesper Ejsing +1223 C Gnarlid Pack @Johann Bodin +1224 C Grapple with the Past @Howard Lyon +1225 C Grazing Gladehart @Ryan Pancoast +1226 C Greater Basilisk @James Ryman +1227 C Greater Sandwurm @Steven Belledin +1228 R Greenbelt Rampager @Filip Burburan +1229 C Greenwood Sentinel @Johann Bodin +1230 C Groundswell @Chris Rahn +1231 C Guardian Shield-Bearer @Lindsey Look +1232 U Hamlet Captain @Wayne Reynolds +1233 C Hardy Veteran @Suzanne Helmigh +1234 U Harmonize @Paul Lee +1235 C Harrow @Rob Alexander +1236 C Hooded Brawler @Daarken +1237 C Hooting Mandrills @Mike Bierek +1238 R Hornet Nest @Adam Paquette +1239 C Hunter's Ambush @David Palumbo +1240 C Hunt the Weak @Mathias Kollros +1241 R Hurricane @John Howe +1242 U Imperious Perfect @Scott M. Fischer +1243 U Invigorate @Mark Zug +1244 C Ivy Lane Denizen @Winona Nelson +1245 C Jungle Delver @Kieran Yanner +1246 C Jungle Wayfinder @Chris Seaman +1247 C Kavu Climber @Jonathan Kuo +1248 C Kavu Primarch @Kev Walker +1249 C Khalni Heart Expedition @Jason Chan +1250 C Kin-Tree Warden @Volkan Baǵa +1251 C Kozilek's Predator @Steve Argyle +1252 C Kraul Foragers @Aaron Miller +1253 C Kraul Warrior @David Rapoza +1254 C Krosan Druid @Bastien L. Deharme +1255 C Krosan Tusker @Kev Walker +1256 C Larger Than Life @Jaime Jones +1257 C Lay of the Land @Chuck Lukacs +1258 C Lead by Example @Johannes Voss +1259 C Lead the Stampede @Efrem Palacios +1260 C Lifespring Druid @Willian Murai +1261 C Lignify @Jesper Ejsing +1262 C Llanowar Elves @Chris Rahn +1263 C Llanowar Empath @Warren Mahy +1264 C Longshot Squad @Wesley Burt +1265 U Lure @D. Alexander Gregory +1266 U Manglehorn @Lius Lasahido +1267 C Mantle of Webs @Mathias Kollros +1268 C Map the Wastes @Volkan Baǵa +1269 R Meandering Towershell @YW Tang +1270 C Might of the Masses @Johann Bodin +1271 C Mulch @Christopher Moeller +1272 R Mycoloth @Raymond Swanland +1273 C Natural Connection @Wesley Burt +1274 C Naturalize @Daniel Ljunggren +1275 C Nature's Claim @Raoul Vitale +1276 C Nature's Lore @Terese Nielsen +1277 C Nest Invader @Trevor Claxton +1278 C Nettle Sentinel @Kev Walker +1279 C New Horizons @Noah Bradley +1280 C Nimble Mongoose @Kev Walker +1281 M Nissa, Voice of Zendikar @Raymond Swanland +1282 C Oakgnarl Warrior @Jim Nelson +1283 C Ondu Giant @Igor Kieryluk +1284 C Oran-Rief Invoker @Anastasia Ovchinnikova +1285 C Overgrown Armasaur @Joseph Meehan +1286 U Overgrown Battlement @Franz Vohwinkel +1287 U Overrun @Carl Critchlow +1288 C Pack's Favor @Lius Lasahido +1289 C Peema Outrider @Craig J Spearing +1290 U Pelakka Wurm @Daniel Ljunggren +1291 C Penumbra Spider @Jeff Easley +1292 U Phantom Centaur @Carl Critchlow +1293 C Pierce the Sky @Slawomir Maniak +1294 C Pinion Feast @Ryan Barger +1295 C Plummet @Filip Burburan +1296 C Pouncing Cheetah @Matt Stewart +1297 C Prey's Vengeance @Jesper Ejsing +1298 C Prey Upon @G-host Lee +1299 C Priest of Titania @Rebecca Guay +1300 C Pulse of Murasa @Matt Stewart +1301 C Quiet Disrepair @Glen Angus +1302 U Rain of Thorns @Sam Burley +1303 C Rampant Growth @Steven Belledin +1304 U Rancor @Kev Walker +1305 C Ranger's Guile @Steve Prescott +1306 C Ravenous Leucrocota @Christopher Burdett +1307 C Reclaim @Andrew Robinson +1308 C Reclaiming Vines @Bastien L. Deharme +1309 U Regrowth @Dan Scott +1310 C Relic Crush @Steven Belledin +1311 C Return to the Earth @Mark Winters +1312 C Revive @Matthew D. Wilson +1313 C Rhox Maulers @Zoltan Boros +1314 C Riparian Tiger @Igor Kieryluk +1315 U River Boa @Paul Bonner +1316 U Roar of the Wurm @Kev Walker +1317 C Root Out @Daniel Ljunggren +1318 C Roots @Scott Murphy +1319 C Rosethorn Halberd @Kari Christensen +1320 C Runeclaw Bear @Jesper Ejsing +1321 C Sagu Archer @Steven Belledin +1322 C Sakura-Tribe Elder @Carl Critchlow +1323 C Saproling Migration @Christine Choi +1324 C Savage Punch @Wesley Burt +1325 C Scatter the Seeds @Rob Alexander +1326 C Seal of Strength @Noah Bradley +1327 C Search for Tomorrow @Randy Gallegos +1328 U Seek the Horizon @Min Yum +1329 C Seek the Wilds @Anna Steinbauer +1330 M Selvala, Heart of the Wilds @Tyler Jacobson +1331 R Shamanic Revelation @Cynthia Sheppard +1332 C Shape the Sands @Ryan Yee +1333 C Siege Wurm @Filip Burburan +1334 C Silhana Ledgewalker @James Wong +1335 C Silkweaver Elite @Magali Villeneuve +1336 C Snake Umbra @Christopher Moeller +1337 U Snapping Sailback @Dan Scott +1338 R Spawning Grounds @Vincent Proce +1339 U Spider Spawning @Daniel Ljunggren +1340 R Squirrel Wrangler @Carl Critchlow +1341 C Stalking Tiger @Terese Nielsen +1342 C Stoic Builder @Howard Lyon +1343 C Strength in Numbers @Ron Spencer +1344 C Sylvan Bounty @Chris Rahn +1345 U Sylvan Scrying @Daniel Ljunggren +1346 C Tajuru Pathwarden @Victor Adame Minguez +1347 U Tajuru Warcaller @Anastasia Ovchinnikova +1348 C Take Down @Izzy +1349 C Talons of Wildwood @Uriah Voth +1350 R Tempt with Discovery @William Wu +1351 C Terrain Elemental @Magali Villeneuve +1352 C Territorial Baloth @Jesper Ejsing +1353 C Thornhide Wolves @Scott Murphy +1354 U Thornscape Battlemage @Matt Cavotta +1355 C Thornweald Archer @Dave Kendall +1356 U Thrashing Brontodon @Jakub Kasper +1357 C Thrive @Daren Bader +1358 M Thrun, the Last Troll @Jason Chan +1359 U Timberwatch Elf @Yohann Schepacz +1360 C Time to Feed @Wayne Reynolds +1361 R Tireless Tracker @Eric Deschamps +1362 C Titanic Growth @Ryan Pancoast +1363 U Triumph of the Hordes @Izzy +1364 C Tukatongue Thallid @Vance Kovacs +1365 U Turntimber Basilisk @Goran Josic +1366 C Vastwood Gorger @Kieran Yanner +1367 U Venom Sliver @Dave Kendall +1368 R Vigor @Jim Murray +1369 C Watcher in the Web @Vincent Proce +1370 C Wellwisher @Karl Kopinski +1371 C Wild Growth @Tony Szczudlo +1372 C Wild Mongrel @Anthony S. Waters +1373 C Wild Nacatl @Wayne Reynolds +1374 C Wildsize @Jim Murray +1375 C Wolfkin Bond @Lindsey Look +1376 U Woodborn Behemoth @Matt Stewart +1377 C Woolly Loxodon @Karla Ortiz +1378 U Wren's Run Vanquisher @Paolo Parente +1379 C Yavimaya Elder @Matt Cavotta +1380 C Yavimaya Sapherd @Christine Choi +1381 C Yeva's Forcemage @Eric Deschamps +1382 U Zendikar's Roil @Sam Burley +1383 U Abzan Charm @Mathias Kollros +1384 C Abzan Guide @Steve Prescott +1385 C Agony Warp @Dave Allsop +1386 U Akroan Hoplite @Igor Kieryluk +1387 M Animar, Soul of Elements @Peter Mohrbacher +1388 U Armadillo Cloak @Wayne Reynolds +1389 U Armament Corps @Steven Belledin +1390 R Assemble the Legion @Eric Deschamps +1391 M Athreos, God of Passage @Ryan Barger +1392 U Aura Shards @Ron Spencer +1393 U Azorius Charm @Zoltan Boros +1394 U Azra Oddsmaker @Josh Hass +1395 U Baleful Strix @Nils Hamm +1396 U Baloth Null @Jakub Kasper +1397 U Bear's Companion @Winona Nelson +1398 U Belligerent Brontodon @Dan Scott +1399 U Bituminous Blast @Raymond Swanland +1400 U Bladewing the Risen @Seb McKinnon +1401 U Blightning @Thomas M. Baxa +1402 U Bloodbraid Elf @Steve Argyle +1403 U Boros Challenger @Gabor Szikszai +1404 U Bounding Krasis @Jack Wang +1405 U Call of the Nightwing @Adam Paquette +1406 U Campaign of Vengeance @Igor Kieryluk +1407 U Cauldron Dance @Donato Giancola +1408 U Citadel Castellan @Anastasia Ovchinnikova +1409 C Coiling Oracle @Mark Zug +1410 U Contraband Kingpin @Anna Steinbauer +1411 U Corpsejack Menace @Chris Rahn +1412 U Crosis's Charm @Marco Nelor +1413 U Cunning Breezedancer @Todd Lockwood +1414 U Deathreap Ritual @Steve Argyle +1415 C Deny Reality @Jean-Sébastien Rossbach +1416 U Draconic Disciple @Yongjae Choi +1417 M Dragon Broodmother @Jaime Jones +1418 M Dragonlord Ojutai @Chase Stone +1419 U Drana's Emissary @Karl Kopinski +1420 U Engineered Might @Lake Hurwitz +1421 U Esper Charm @Michael Bruinsma +1422 U Ethercaste Knight @Steven Belledin +1423 C Ethereal Ambush @Lius Lasahido +1424 U Extract from Darkness @Dallas Williams +1425 U Fires of Yavimaya @Val Mayerik +1426 U Flame-Kin Zealot @Arnie Swekel +1427 U Fusion Elemental @Michael Komarck +1428 U Gelectrode @Dan Scott +1429 U Ghor-Clan Rampager @Charles Urbach +1430 M The Gitrog Monster @Jason Kang +1431 C Goblin Deathraiders @Raymond Swanland +1432 C Grim Contest @Phill Simmer +1433 R Guided Passage @Alex Horley-Orlandelli +1434 C Hammer Dropper @Lake Hurwitz +1435 U Hidden Stockpile @Darek Zabrocki +1436 U Highspire Mantis @Igor Kieryluk +1437 C Hypothesizzle @Chris Seaman +1438 U Iroas's Champion @Marco Nelor +1439 U Join Shields @Winona Nelson +1440 U Jungle Barrier @Christine Choi +1441 U Kathari Remnant @Anthony S. Waters +1442 U Kin-Tree Invocation @Ryan Alexander Lee +1443 U Kiora's Follower @Eric Deschamps +1444 U Kiss of the Amesha @Todd Lockwood +1445 R Kolaghan's Command @Daarken +1446 M Kruphix, God of Horizons @Daarken +1447 C Lawmage's Binding @Mark Behm +1448 U Lightning Helix @Kev Walker +1449 M Maelstrom Archangel @Cyril Van Der Haegen +1450 U Mardu Roughrider @Kev Walker +1451 C Martial Glory @Raymond Swanland +1452 U Maverick Thopterist @Zack Stella +1453 R Meddling Mage @Todd Lockwood +1454 U Mercurial Geists @Lake Hurwitz +1455 M Meren of Clan Nel Toth @Mark Winters +1456 U Migratory Route @Winona Nelson +1457 U Mortify @Nils Hamm +1458 U Naya Charm @Jesper Ejsing +1459 R Nemesis of Reason @Mark Tedin +1460 R Nin, the Pain Artist @Brad Rigney +1461 U Obelisk Spider @YW Tang +1462 U Ochran Assassin @Anna Steinbauer +1463 U Pillory of the Sleepless @Marc Simonetti +1464 U Plaxcaster Frogling @Greg Staples +1465 U Pollenbright Wings @Terese Nielsen +1466 U Putrefy @Clint Cearley +1467 C Qasali Pridemage @Chris Rahn +1468 M Queen Marchesa @Kieran Yanner +1469 R Questing Phelddagrif @Matt Cavotta +1470 U Raff Capashen, Ship's Mage @John Stanko +1471 U Raging Swordtooth @Izzy +1472 U Reclusive Artificer @Cynthia Sheppard +1473 U Reflector Mage @Willian Murai +1474 U Rhox War Monk @Dan Dos Santos +1475 C Riptide Crab @David Martin +1476 R Rith, the Awakener @Carl Critchlow +1477 U River Hoopoe @Ryan Pancoast +1478 C Rosemane Centaur @Nils Hamm +1479 U Satyr Enchanter @Sidharth Chaturvedi +1480 R Savage Knuckleblade @Chris Rahn +1481 U Savage Twister @John Avon +1482 U Sedraxis Specter @Cole Eastburn +1483 U Shambling Remains @Nils Hamm +1484 U Shardless Agent @Izzy +1485 U Shipwreck Singer @Daarken +1486 U Skyward Eye Prophets @Matt Stewart +1487 M Sliver Hivelord @Aleksi Briclot +1488 U Soul Manipulation @Carl Critchlow +1489 U Sprouting Thrinax @Jarreau Wimberly +1490 U Stormchaser Chimera @Greg Staples +1491 U Sultai Charm @Mathias Kollros +1492 U Sultai Soothsayer @Cynthia Sheppard +1493 R Supreme Verdict @Sam Burley +1494 U Tatyova, Benthic Druid @Mathias Kollros +1495 C Terminate @Wayne Reynolds +1496 U Thought Erasure @Anna Steinbauer +1497 R Time Sieve @Franz Vohwinkel +1498 C Tithe Drinker @Slawomir Maniak +1499 U Tower Gargoyle @Matt Cavotta +1500 U Treacherous Terrain @Titus Lunter +1501 U Underworld Coinsmith @Mark Winters +1502 U Unflinching Courage @Mike Bierek +1503 U Unlicensed Disintegration @Izzy +1504 U Urban Evolution @Eytan Zana +1505 U Vengeful Rebirth @Vance Kovacs +1506 R Violent Ultimatum @Raymond Swanland +1507 U Warden of the Eye @Howard Lyon +1508 R Wargate @Franz Vohwinkel +1509 U Wayfaring Temple @Peter Mohrbacher +1510 U Weapons Trainer @Greg Opalinski +1511 U Wee Dragonauts @Greg Staples +1512 U Winding Constrictor @Izzy +1513 U Woolly Thoctar @Wayne Reynolds +1514 R Yavimaya's Embrace @Eric Peterson +1515 R Yuriko, the Tiger's Shadow @Yongjae Choi +1516 U Zealous Persecution @Sara Winters +1517 C Zhur-Taa Druid @Mark Winters +1518 R Boros Reckoner @Howard Lyon +1519 R Debtors' Knell @Kev Walker +1520 R Dominus of Fealty @Kev Walker +1521 R Doomgape @Dave Allsop +1522 R Enchanted Evening @Rebecca Guay +1523 C Giantbaiting @Trevor Hairsine +1524 C Gift of Orzhova @Johannes Voss +1525 U Gwyllion Hedge-Mage @Todd Lockwood +1526 C Manamorphose @Jeff Miracola +1527 U Mistmeadow Witch @Greg Staples +1528 U Nucklavee @Trevor Hairsine +1529 R Oracle of Nectars @Brandon Kitkouski +1530 R Rhys the Redeemed @Steve Prescott +1531 U Rosheen Meanderer @Aleksi Briclot +1532 U Selesnya Guildmage @Mark Zug +1533 U Shrewd Hatchling @Carl Frank +1534 U Slave of Bolas @Steve Argyle +1535 U Thopter Foundry @Ralph Horsley +1536 U Claim // Fame @Jason Rainville +1537 R Commit // Memory @Ryan Alexander Lee +1538 C Fire // Ice @Dan Scott +1539 R Aetherflux Reservoir @Cliff Childs +1540 C Aether Spellbomb @Jim Nelson +1541 R Akroan Horse @Seb McKinnon +1542 C Alchemist's Vial @Lindsey Look +1543 M Alhammarret's Archive @Richard Wright +1544 C Alloy Myr @Matt Cavotta +1545 C Armillary Sphere @Franz Vohwinkel +1546 U Ashnod's Altar @Greg Staples +1547 R Basilisk Collar @Howard Lyon +1548 R Belbe's Portal @Mark Tedin +1549 C Blinding Souleater @Igor Kieryluk +1550 U Bomat Bazaar Barge @Christine Choi +1551 C Bone Saw @Kev Walker +1552 C Bonesplitter @Darrell Riche +1553 R Boompile @Filip Burburan +1554 U Bottle Gnomes @Ben Thompson +1555 U Burnished Hart @Yeong-Hao Han +1556 R Caged Sun @Scott Chou +1557 U Cathodion @Izzy +1558 R Cauldron of Souls @Ron Brown +1559 R Chromatic Lantern @Jung Park +1560 C Chromatic Star @Alex Horley-Orlandelli +1561 R Coat of Arms @Scott M. Fischer +1562 U Coldsteel Heart @Mark Romanoski +1563 U Consulate Dreadnought @Cliff Childs +1564 U Contagion Clasp @Anthony Palumbo +1565 C Copper Carapace @Franz Vohwinkel +1566 R Coveted Jewel @Jason A. Engle +1567 U Crenellated Wall @Arnie Swekel +1568 U Crystal Ball @Ron Spencer +1569 U Crystal Chimes @Donato Giancola +1570 U Crystal Shard @Doug Chaffee +1571 R Darksteel Garrison @David Martin +1572 U Diamond Mare @Alayna Danner +1573 R Dolmen Gate @Richard Sardinha +1574 R Draco @Sam Wood +1575 U Dragon Mask @Craig Hooper +1576 R Eater of Days @Mark Tedin +1577 M Eldrazi Monument @Mark Tedin +1578 U Elixir of Immortality @Zoltan Boros & Gabor Szikszai +1579 U Emmessi Tome @Craig J Spearing +1580 U Etched Oracle @Matt Cavotta +1581 U Farmstead Gleaner @Josh Hass +1582 U Filigree Familiar @Izzy +1583 C Flayer Husk @Igor Kieryluk +1584 R Font of Mythos @Dave Allsop +1585 U Foundry Inspector @Jason A. Engle +1586 U Fountain of Renewal @Adam Paquette +1587 C Frogmite @Terese Nielsen +1588 R Goblin Charbelcher @Jesper Ejsing +1589 C Gruul Signet @Efrem Palacios +1590 C Guardians of Meletis @Magali Villeneuve +1591 U Heavy Arbalest @David Rapoza +1592 U Helm of Awakening @Adam Rex +1593 U Herald's Horn @Jason Felix +1594 C Hexplate Golem @Matt Cavotta +1595 U Hot Soup @David Palumbo +1596 U Icy Manipulator @Titus Lunter +1597 C Implement of Malice @Titus Lunter +1598 C Irontread Crusher @Jason A. Engle +1599 U Juggernaut @Kev Walker +1600 U Lightning Greaves @Michael Komarck +1601 C Lotus Petal @April Lee +1602 U Loxodon Warhammer @Jeremy Jarvis +1603 M Mana Crypt @Matt Stewart +1604 U Mask of Memory @Alan Pollack +1605 U Meteorite @Scott Murphy +1606 U Millikin @Alex Horley-Orlandelli +1607 U Millstone @Yeong-Hao Han +1608 R Mimic Vat @Donato Giancola +1609 C Mind Stone @Adam Rex +1610 U Mishra's Bauble @Chippy +1611 C Moonglove Extract @Terese Nielsen +1612 U Mortarpod @Eric Deschamps +1613 U Myr Retriever @Trevor Hairsine +1614 C Myr Sire @Jaime Jones +1615 C Ornithopter @Franz Vohwinkel +1616 U Palladium Myr @Alan Pollack +1617 C Peace Strider @Igor Kieryluk +1618 U Perilous Myr @Jason Felix +1619 R Phyrexian Soulgorger @Brian Snõddy +1620 U Pilgrim's Eye @Dan Scott +1621 R Precursor Golem @Chippy +1622 C Prophetic Prism @John Avon +1623 C Renegade Map @Lake Hurwitz +1624 U Rhonas's Monument @Cliff Childs +1625 U Sandstone Oracle @Eric Deschamps +1626 C Serrated Arrows @John Avon +1627 C Short Sword @John Severin Brassell +1628 U Sigil of Valor @Dan Scott +1629 C Simic Locket @Yeong-Hao Han +1630 U Skullclamp @Daniel Ljunggren +1631 C Skyscanner @Adam Paquette +1632 R Solemn Simulacrum @Dan Scott +1633 U Sol Ring @Mike Bierek +1634 U Sorcerer's Broom @Jung Park +1635 U Spy Kit @Aaron Miller +1636 U Sunset Pyramid @Jonas De Ro +1637 U Suspicious Bookcase @Anastasia Ovchinnikova +1638 R Sword of the Animist @Daniel Ljunggren +1639 C Thought Vessel @rk post +1640 U Thran Dynamo @Ron Spears +1641 U Thran Golem @Ron Spears +1642 U Tormod's Crypt @Lars Grant-West +1643 R Tower of Eons @John Avon +1644 R Trading Post @Adam Paquette +1645 U Trepanation Blade @Daniel Ljunggren +1646 U Umbral Mantle @Richard Sardinha +1647 C Universal Automaton @Ben Maier +1648 C Universal Solvent @Christopher Moeller +1649 U Whispersilk Cloak @Daren Bader +1650 U Aether Hub @Sam Burley +1651 U Akoum Refuge @Fred Fields +1652 C Ancient Den @Rob Alexander +1653 U Ancient Ziggurat @John Avon +1654 U Arcane Sanctum @Anthony Francisco +1655 R Arch of Orazca @Titus Lunter +1656 C Ash Barrens @Jonas De Ro +1657 U Blasted Landscape @Ciruelo +1658 U Blighted Fen @Jonas De Ro +1659 C Blossoming Sands @Sam Burley +1660 C Bojuka Bog @Howard Lyon +1661 U Crumbling Necropolis @Dave Kendall +1662 C Darksteel Citadel @John Avon +1663 C Dismal Backwater @Sam Burley +1664 U Dreadship Reef @Lars Grant-West +1665 C Evolving Wilds @Steven Belledin +1666 U Faerie Conclave @Stephan Martiniere +1667 U Field of Ruin @Dimitar Marinski +1668 C Forgotten Cave @Noah Bradley +1669 U Frontier Bivouac @Titus Lunter +1670 C Gateway Plaza @Jedd Chevrier +1671 U Ghost Quarter @Peter Mohrbacher +1672 R Gilt-Leaf Palace @Christopher Moeller +1673 U Goblin Burrows @David Martin +1674 U Graypelt Refuge @Philip Straub +1675 C Great Furnace @Rob Alexander +1676 C Jungle Hollow @Eytan Zana +1677 U Jungle Shrine @Wayne Reynolds +1678 U Kazandu Refuge @Franz Vohwinkel +1679 U Krosan Verge @Tony Szczudlo +1680 U Mishra's Factory @Scott Chou +1681 U New Benalia @Richard Wright +1682 C Orzhov Basilica @John Avon +1683 U Reliquary Tower @Jesper Ejsing +1684 U Rogue's Passage @Christine Choi +1685 U Sandsteppe Citadel @Sam Burley +1686 C Scoured Barrens @Eytan Zana +1687 U Sejiri Refuge @Ryan Pancoast +1688 U Skarrg, the Rage Pits @Martina Pilcerova +1689 C Swiftwater Cliffs @Eytan Zana +1690 U Tectonic Edge @Vincent Proce +1691 U Temple of the False God @James Zapata +1692 C Thornwood Falls @Eytan Zana +1693 U Unclaimed Territory @Dimitar Marinski +1694 U Wirewood Lodge @Anthony S. Waters [White CommonUncommon] Abzan Falconer diff --git a/forge-gui/res/editions/Mythic Edition - Guilds of Ravnica.txt b/forge-gui/res/editions/Mythic Edition - Guilds of Ravnica.txt index 4506c7a427e..1fde5b53872 100644 --- a/forge-gui/res/editions/Mythic Edition - Guilds of Ravnica.txt +++ b/forge-gui/res/editions/Mythic Edition - Guilds of Ravnica.txt @@ -7,14 +7,14 @@ Type=Collector_Edition ScryfallCode=med [cards] -GR1 M Elspeth, Knight-Errant -GR2 M Liliana, the Last Hope -GR3 M Daretti, Ingenious Iconoclast -GR4 M Nicol Bolas, Planeswalker -GR5 M Ral, Izzet Viceroy -GR6 M Teferi, Hero of Dominaria -GR7 M Tezzeret, Agent of Bolas -GR8 M Vraska, Golgari Queen +GR1 M Elspeth, Knight-Errant @Zack Stella +GR2 M Liliana, the Last Hope @Kieran Yanner +GR3 M Daretti, Ingenious Iconoclast @Svetlin Velinov +GR4 M Nicol Bolas, Planeswalker @Slawomir Maniak +GR5 M Ral, Izzet Viceroy @Daniel Ljunggren +GR6 M Teferi, Hero of Dominaria @Yongjae Choi +GR7 M Tezzeret, Agent of Bolas @Aleksi Briclot +GR8 M Vraska, Golgari Queen @Livia Prima [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Mythic Edition - Ravnica Allegiance.txt b/forge-gui/res/editions/Mythic Edition - Ravnica Allegiance.txt index 1e9009e9266..3574654acaf 100644 --- a/forge-gui/res/editions/Mythic Edition - Ravnica Allegiance.txt +++ b/forge-gui/res/editions/Mythic Edition - Ravnica Allegiance.txt @@ -7,14 +7,14 @@ Type=Collector_Edition ScryfallCode=med [cards] -RA1 M Karn, Scion of Urza -RA2 M Tamiyo, the Moon Sage -RA3 M Sorin Markov -RA4 M Jaya Ballard -RA5 M Ajani, Mentor of Heroes -RA6 M Dack Fayden -RA7 M Domri, Chaos Bringer -RA8 M Kaya, Orzhov Usurper +RA1 M Karn, Scion of Urza @Adam Paquette +RA2 M Tamiyo, the Moon Sage @Lius Lasahido +RA3 M Sorin Markov @Kieran Yanner +RA4 M Jaya Ballard @Kieran Yanner +RA5 M Ajani, Mentor of Heroes @Bram Sels +RA6 M Dack Fayden @Jason Rainville +RA7 M Domri, Chaos Bringer @Jason Rainville +RA8 M Kaya, Orzhov Usurper @Chris Rallis [tokens] c_0_0_a_construct_total_artifacts diff --git a/forge-gui/res/editions/Mythic Edition - War of the Spark.txt b/forge-gui/res/editions/Mythic Edition - War of the Spark.txt index b8206ff4e7d..37daac930bf 100644 --- a/forge-gui/res/editions/Mythic Edition - War of the Spark.txt +++ b/forge-gui/res/editions/Mythic Edition - War of the Spark.txt @@ -7,14 +7,14 @@ Type=Collector_Edition ScryfallCode=med [cards] -WS1 M Ugin, the Spirit Dragon -WS2 M Gideon Blackblade -WS3 M Jace, the Mind Sculptor -WS4 M Tezzeret the Seeker -WS5 M Garruk, Apex Predator -WS6 M Nicol Bolas, Dragon-God -WS7 M Nahiri, the Harbinger -WS8 M Sarkhan Unbroken +WS1 M Ugin, the Spirit Dragon @Chris Rahn +WS2 M Gideon Blackblade @Kieran Yanner +WS3 M Jace, the Mind Sculptor @Chris Rallis +WS4 M Tezzeret the Seeker @Victor Adame Minguez +WS5 M Garruk, Apex Predator @Victor Adame Minguez +WS6 M Nicol Bolas, Dragon-God @Matt Stewart +WS7 M Nahiri, the Harbinger @Kieran Yanner +WS8 M Sarkhan Unbroken @Eric Deschamps [tokens] b_3_3_beast_deathtouch diff --git a/forge-gui/res/editions/Nationals Promos.txt b/forge-gui/res/editions/Nationals Promos.txt index 2979dc0bb8f..0fb8feae990 100644 --- a/forge-gui/res/editions/Nationals Promos.txt +++ b/forge-gui/res/editions/Nationals Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PNAT [cards] -2018 R Flooded Strand +2018 R Flooded Strand @Zack Stella diff --git a/forge-gui/res/editions/Nemesis Promos.txt b/forge-gui/res/editions/Nemesis Promos.txt index 73b1a3fa17b..7188882c8b1 100644 --- a/forge-gui/res/editions/Nemesis Promos.txt +++ b/forge-gui/res/editions/Nemesis Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PNEM [cards] -67 R Rathi Assassin +67 R Rathi Assassin @Dana Knutson diff --git a/forge-gui/res/editions/Nemesis.txt b/forge-gui/res/editions/Nemesis.txt index 4b6922951a7..9755a694f05 100644 --- a/forge-gui/res/editions/Nemesis.txt +++ b/forge-gui/res/editions/Nemesis.txt @@ -14,149 +14,149 @@ Foil=OldStyle FoilAlwaysInCommonSlot=False [cards] -27 R AEther Barrier -26 C Accumulated Knowledge -28 C Air Bladder -76 U Ancient Hydra -1 U Angelic Favor -101 U Animate Land -77 U Arc Mage -51 R Ascendant Evincar -2 R Avenger en-Dal -52 U Battlefield Percher -126 U Belbe's Armor -53 C Belbe's Percher -127 R Belbe's Portal -102 C Blastoderm -3 R Blinding Angel -78 C Bola Warrior -54 U Carrion Wall -4 U Chieftain en-Dal -29 C Cloudskate -103 U Coiling Woodworm -128 R Complex Automaton -55 U Dark Triumph -30 C Daze -56 R Death Pit Offering -5 C Defender en-Vec -6 C Defiant Falcon -7 U Defiant Vanguard -57 R Divining Witch -31 U Dominate -79 C Downhill Charge -32 U Ensnare -129 R Eye of Yawgmoth -8 C Fanatical Devotion -80 C Flame Rift -130 U Flint Golem -131 U Flowstone Armor -81 C Flowstone Crusher -82 R Flowstone Overseer -83 R Flowstone Slide -84 C Flowstone Strike -85 U Flowstone Surge -132 U Flowstone Thopter -86 C Flowstone Wall -104 C Fog Patch -105 C Harvest Mage -33 C Infiltrate -34 U Jolting Merfolk -133 R Kill Switch -141 R Kor Haven -87 C Laccolith Grunt -88 C Laccolith Rig -89 R Laccolith Titan -90 U Laccolith Warrior -91 C Laccolith Whelp -9 C Lashknife -10 C Lawbringer -11 C Lightbringer -12 R Lin Sivvi, Defiant Hero -92 R Mana Cache -58 U Massacre -59 U Mind Slash -60 C Mind Swords -93 U Mogg Alarm -94 U Mogg Salvage -95 C Mogg Toady -96 R Moggcatcher -106 C Mossdog -61 R Murderous Betrayal -107 U Nesting Wurm -13 C Netter en-Dal -14 U Noble Stand -15 C Off Balance -16 R Oracle's Attendants -35 C Oraxid -108 R Overlaid Terrain -109 R Pack Hunt -36 R Pale Moon -62 C Parallax Dementia -134 R Parallax Inhibitor -63 R Parallax Nexus -37 R Parallax Tide -17 R Parallax Wave -64 C Phyrexian Driver -65 U Phyrexian Prowler -66 C Plague Witch -135 R Predator, Flagship -136 U Rackling -142 R Rath's Edge -67 R Rathi Assassin -68 U Rathi Fiend -69 C Rathi Intimidator -110 U Refreshing Rain -137 U Rejuvenation Chamber -111 C Reverent Silence -112 R Rhox -38 R Rising Waters -39 C Rootwater Commando -40 R Rootwater Thief -97 U Rupture -138 U Rusting Golem -113 R Saproling Burst -114 R Saproling Cluster -41 R Seahunter -18 C Seal of Cleansing -70 C Seal of Doom -98 C Seal of Fire -42 C Seal of Removal -115 C Seal of Strength -99 R Shrieking Mogg -19 C Silkenfist Fighter -20 U Silkenfist Order -21 U Sivvi's Ruse -22 R Sivvi's Valor -116 R Skyshroud Behemoth -117 C Skyshroud Claim -118 C Skyshroud Cutter -119 R Skyshroud Poacher -120 C Skyshroud Ridgeback -121 C Skyshroud Sentinel -43 R Sliptide Serpent -44 C Sneaky Homunculus -71 C Spineless Thug -23 R Spiritual Asylum -72 C Spiteful Bully -122 U Stampede Driver -45 U Stronghold Biologist -73 C Stronghold Discipline -100 R Stronghold Gambit -46 U Stronghold Machinist -47 U Stronghold Zeppelin -48 U Submerge -139 R Tangle Wire -143 U Terrain Generator -24 C Topple -123 C Treetop Bracers -49 C Trickster Mage -74 C Vicious Hunger -140 U Viseling -25 U Voice of Truth -75 R Volrath the Fallen -50 C Wandering Eye -124 U Wild Mammoth -125 U Woodripper +27 R Aether Barrier @David Martin +26 C Accumulated Knowledge @Randy Gallegos +28 C Air Bladder @Donato Giancola +76 U Ancient Hydra @Scott M. Fischer +1 U Angelic Favor @Paolo Parente +101 U Animate Land @Rebecca Guay +77 U Arc Mage @Terese Nielsen +51 R Ascendant Evincar @Mark Zug +2 R Avenger en-Dal @Ron Spencer +52 U Battlefield Percher @Edward P. Beard, Jr. +126 U Belbe's Armor @D. Alexander Gregory +53 C Belbe's Percher @Edward P. Beard, Jr. +127 R Belbe's Portal @Mark Tedin +102 C Blastoderm @Eric Peterson +3 R Blinding Angel @Todd Lockwood +78 C Bola Warrior @Adam Rex +54 U Carrion Wall @Tony Szczudlo +4 U Chieftain en-Dal @Dany Orizio +29 C Cloudskate @Carl Critchlow +103 U Coiling Woodworm @David Martin +128 R Complex Automaton @Dana Knutson +55 U Dark Triumph @Adam Rex +30 C Daze @Matthew D. Wilson +56 R Death Pit Offering @Pete Venters +5 C Defender en-Vec @Bradley Williams +6 C Defiant Falcon @Heather Hudson +7 U Defiant Vanguard @Pete Venters +57 R Divining Witch @Donato Giancola +31 U Dominate @Scott Hampton +79 C Downhill Charge @Greg Hildebrandt & Tim Hildebrandt +32 U Ensnare @Gao Yan +129 R Eye of Yawgmoth @DiTerlizzi +8 C Fanatical Devotion @Massimilano Frezzato +80 C Flame Rift @Ben Thompson +130 U Flint Golem @Lou Harrison +131 U Flowstone Armor @Paolo Parente +81 C Flowstone Crusher @Ben Thompson +82 R Flowstone Overseer @Andrew Goldhawk +83 R Flowstone Slide @Chippy +84 C Flowstone Strike @Mike Ploog +85 U Flowstone Surge @Scott Hampton +132 U Flowstone Thopter @Mike Ploog +86 C Flowstone Wall @Jeff Miracola +104 C Fog Patch @Rebecca Guay +105 C Harvest Mage @Dan Frazier +33 C Infiltrate @Nelson DeCastro +34 U Jolting Merfolk @Glen Angus +133 R Kill Switch @Brian Snõddy +141 R Kor Haven @Darrell Riche +87 C Laccolith Grunt @Arnie Swekel +88 C Laccolith Rig @Massimilano Frezzato +89 R Laccolith Titan @Tony Szczudlo +90 U Laccolith Warrior @Mark Zug +91 C Laccolith Whelp @Dave Dorman +9 C Lashknife @Hannibal King +10 C Lawbringer @Matt Cavotta +11 C Lightbringer @Paolo Parente +12 R Lin Sivvi, Defiant Hero @rk post +92 R Mana Cache @rk post +58 U Massacre @Pete Venters +59 U Mind Slash @Adam Rex +60 C Mind Swords @Daren Bader +93 U Mogg Alarm @Dave Dorman +94 U Mogg Salvage @Paolo Parente +95 C Mogg Toady @Mike Ploog +96 R Moggcatcher @Pete Venters +106 C Mossdog @Matt Cavotta +61 R Murderous Betrayal @Randy Gallegos +107 U Nesting Wurm @rk post +13 C Netter en-Dal @Matt Cavotta +14 U Noble Stand @Greg Hildebrandt & Tim Hildebrandt +15 C Off Balance @Jeff Miracola +16 R Oracle's Attendants @Dany Orizio +35 C Oraxid @Dave Dorman +108 R Overlaid Terrain @DiTerlizzi +109 R Pack Hunt @Sam Wood +36 R Pale Moon @Pete Venters +62 C Parallax Dementia @Eric Peterson +134 R Parallax Inhibitor @Greg Staples +63 R Parallax Nexus @Greg Staples +37 R Parallax Tide @Carl Critchlow +17 R Parallax Wave @Greg Staples +64 C Phyrexian Driver @Chippy +65 U Phyrexian Prowler @Mark Zug +66 C Plague Witch @Nelson DeCastro +135 R Predator, Flagship @Mark Tedin +136 U Rackling @D. Alexander Gregory +142 R Rath's Edge @Ron Spencer +67 R Rathi Assassin @Dana Knutson +68 U Rathi Fiend @Mark Tedin +69 C Rathi Intimidator @Mike Ploog +110 U Refreshing Rain @Don Hazeltine +137 U Rejuvenation Chamber @Alan Pollack +111 C Reverent Silence @Don Hazeltine +112 R Rhox @Carl Critchlow +38 R Rising Waters @Scott M. Fischer +39 C Rootwater Commando @Mark Tedin +40 R Rootwater Thief @Ron Spears +97 U Rupture @Gao Yan +138 U Rusting Golem @Greg Staples +113 R Saproling Burst @Carl Critchlow +114 R Saproling Cluster @Matt Cavotta +41 R Seahunter @Heather Hudson +18 C Seal of Cleansing @Christopher Moeller +70 C Seal of Doom @Christopher Moeller +98 C Seal of Fire @Christopher Moeller +42 C Seal of Removal @Christopher Moeller +115 C Seal of Strength @Christopher Moeller +99 R Shrieking Mogg @Dan Frazier +19 C Silkenfist Fighter @Mark Brill +20 U Silkenfist Order @Greg Hildebrandt & Tim Hildebrandt +21 U Sivvi's Ruse @Kev Walker +22 R Sivvi's Valor @Jeff Miracola +116 R Skyshroud Behemoth @Eric Peterson +117 C Skyshroud Claim @Mark Romanoski +118 C Skyshroud Cutter @Tony Szczudlo +119 R Skyshroud Poacher @Ron Spencer +120 C Skyshroud Ridgeback @Carl Critchlow +121 C Skyshroud Sentinel @Randy Gallegos +43 R Sliptide Serpent @Daren Bader +44 C Sneaky Homunculus @Scott M. Fischer +71 C Spineless Thug @Matthew D. Wilson +23 R Spiritual Asylum @Matt Cavotta +72 C Spiteful Bully @Chippy +122 U Stampede Driver @Ron Spears +45 U Stronghold Biologist @Terese Nielsen +73 C Stronghold Discipline @Li Tie +100 R Stronghold Gambit @Greg Hildebrandt & Tim Hildebrandt +46 U Stronghold Machinist @Terese Nielsen +47 U Stronghold Zeppelin @Arnie Swekel +48 U Submerge @Mark Romanoski +139 R Tangle Wire @Glen Angus +143 U Terrain Generator @Alan Pollack +24 C Topple @Daren Bader +123 C Treetop Bracers @Heather Hudson +49 C Trickster Mage @Alan Rabinowitz +74 C Vicious Hunger @Massimilano Frezzato +140 U Viseling @Kev Walker +25 U Voice of Truth @rk post +75 R Volrath the Fallen @Kev Walker +50 C Wandering Eye @Sam Wood +124 U Wild Mammoth @Bradley Williams +125 U Woodripper @Alan Pollack [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/New Phyrexia Promos.txt b/forge-gui/res/editions/New Phyrexia Promos.txt index 860ca951157..49629e046a4 100644 --- a/forge-gui/res/editions/New Phyrexia Promos.txt +++ b/forge-gui/res/editions/New Phyrexia Promos.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PNPH [cards] -42★ R Phyrexian Metamorph -73★ M Sheoldred, Whispering One -*74 R Surgical Extraction -90 U Priest of Urabrask -145 R Myr Superion -151 C Pristine Talisman +42★ R Phyrexian Metamorph @Jung Park +73★ M Sheoldred, Whispering One @Jason Felix +*74 R Surgical Extraction @Greg Staples +90 U Priest of Urabrask @Clint Cearley +146 R Myr Superion @Greg Staples +151 C Pristine Talisman @Matt Cavotta diff --git a/forge-gui/res/editions/New Phyrexia.txt b/forge-gui/res/editions/New Phyrexia.txt index 3b06a3b7a5a..1101fd27e18 100644 --- a/forge-gui/res/editions/New Phyrexia.txt +++ b/forge-gui/res/editions/New Phyrexia.txt @@ -13,181 +13,181 @@ ChaosDraftThemes=MIRRODIN ScryfallCode=NPH [cards] -78 U Act of Aggression -129 U Alloy Myr -2 C Apostle's Blessing -27 U Argent Mutation -28 U Arm with AEther -79 C Artillerize -3 U Auriok Survivors -130 M Batterskull -103 U Beast Within -104 R Birthing Pod -4 R Blade Splicer -29 C Blighted Agent -52 C Blind Zealot -131 C Blinding Souleater -80 R Bludgeon Brawl -105 U Brutalizer Exarch -132 R Caged Sun -53 U Caress of Phyrexia -5 U Cathedral Membrane -30 C Chained Throatseeker -6 R Chancellor of the Annex -54 R Chancellor of the Dross -81 R Chancellor of the Forge -31 R Chancellor of the Spires -106 R Chancellor of the Tangle -133 U Conversion Chamber -107 U Corrosive Gale -32 U Corrupted Resolve -134 U Darksteel Relic -108 C Death-Hood Cobra -33 U Deceiver Exarch -34 C Defensive Stance -55 C Dementia Bat -56 U Despise -57 U Dismember -7 U Dispatch -8 U Due Respect -9 M Elesh Norn, Grand Cenobite -58 U Enslave -59 U Entomber Exarch -135 M Etched Monstrosity -60 C Evil Presence -10 U Exclusion Ritual -82 U Fallen Ferromancer -83 C Flameborn Viron -11 C Forced Worship -174 L Forest -174 L Forest -109 R Fresh Meat -84 C Furnace Scamp -85 U Geosurge -61 C Geth's Verdict -35 C Gitaxian Probe -110 C Glissa's Scorn -111 C Glistener Elf -62 R Glistening Oil -112 U Greenhilt Trainee -136 C Gremlin Mine -63 C Grim Affliction -86 U Gut Shot -137 R Hex Parasite -138 C Hovermyr -64 U Ichor Explosion -139 C Immolating Souleater -36 C Impaler Shrike -12 U Inquisitor Exarch -140 C Insatiable Souleater -87 R Invader Parasite -169 L Island -169 L Island -141 U Isolation Cell -37 M Jin-Gitaxias, Core Augur -128 R Jor Kadeen, the Prevailer -1 M Karn Liberated -142 U Kiln Walker -143 R Lashwrithe -113 C Leeching Bite -65 R Life's Finale -13 C Lost Leonin -14 C Loxodon Convert -15 U Marrow Shards -16 U Master Splicer -114 C Maul Splicer -115 R Melira, Sylvok Outcast -38 U Mental Misstep -144 U Mindcrank -39 U Mindculling -88 R Moltensteel Dragon -66 C Mortis Dogs -172 L Mountain -172 L Mountain -116 C Mutagenic Growth -117 U Mycosynth Fiend -145 C Mycosynth Wellspring -146 R Myr Superion -147 U Necropouncer -17 R Norn's Annex -118 U Noxious Revival -40 C Numbing Dose -89 C Ogre Menial -148 R Omen Machine -67 C Parasitic Implant -149 C Pestilent Souleater -165 U Phyrexia's Core -150 C Phyrexian Hulk -41 R Phyrexian Ingester -42 R Phyrexian Metamorph -68 M Phyrexian Obliterator -119 R Phyrexian Swarmlord -18 R Phyrexian Unlife -69 C Pith Driller -167 L Plains -167 L Plains -19 C Porcelain Legionnaire -70 U Postmortem Lunge -71 R Praetor's Grasp -90 U Priest of Urabrask -151 C Pristine Talisman -43 C Psychic Barrier -44 R Psychic Surgery -20 R Puresteel Paladin -91 U Rage Extractor -92 C Razor Swine -72 U Reaper of Sheoldred -21 C Remember the Fallen -120 C Rotted Hystrix -93 C Ruthless Invasion -94 C Scrapyard Salvo -22 C Sensor Splicer -23 U Shattered Angel -73 M Sheoldred, Whispering One -24 C Shriek Raptor -152 U Shrine of Boundless Growth -153 U Shrine of Burning Rage -154 U Shrine of Limitless Power -155 U Shrine of Loyal Legions -156 U Shrine of Piercing Vision -157 U Sickleslicer -95 R Slag Fiend -96 C Slash Panther -158 R Soul Conduit -159 R Spellskite -121 U Spinebiter -45 C Spined Thopter -46 C Spire Monitor -160 U Surge Node -74 R Surgical Extraction -25 C Suture Priest -170 L Swamp -170 L Swamp -161 M Sword of War and Peace -47 U Tezzeret's Gambit -122 C Thundering Tanadon -97 U Tormentor Exarch -162 R Torpor Orb -75 C Toxic Nim -163 C Trespassing Souleater -123 U Triumph of the Hordes -164 R Unwinding Clock -98 M Urabrask the Hidden -48 C Vapor Snag -76 C Vault Skirge -99 C Victorious Destruction -49 U Viral Drake -124 C Viridian Betrayers -125 C Viridian Harvest -126 U Vital Splicer -100 C Volt Charge -127 M Vorinclex, Voice of Hunger -101 U Vulshok Refugee -26 C War Report -102 U Whipflare -77 U Whispering Specter -50 U Wing Splicer -51 R Xenograft +78 U Act of Aggression @Whit Brachna +129 U Alloy Myr @Matt Cavotta +2 C Apostle's Blessing @Brad Rigney +27 U Argent Mutation @Jana Schirmer & Johannes Voss +28 U Arm with Aether @Austin Hsu +79 C Artillerize @Johann Bodin +3 U Auriok Survivors @James Ryman +130 M Batterskull @Mark Zug +103 U Beast Within @Dave Allsop +104 R Birthing Pod @Daarken +4 R Blade Splicer @Greg Staples +29 C Blighted Agent @Anthony Francisco +52 C Blind Zealot @Jana Schirmer & Johannes Voss +131 C Blinding Souleater @Igor Kieryluk +80 R Bludgeon Brawl @Kev Walker +105 U Brutalizer Exarch @Mark Zug +132 R Caged Sun @Scott Chou +53 U Caress of Phyrexia @Karl Kopinski +5 U Cathedral Membrane @Richard Whitters +30 C Chained Throatseeker @Stephan Martiniere +6 R Chancellor of the Annex @Min Yum +54 R Chancellor of the Dross @Stephan Martiniere +81 R Chancellor of the Forge @Chippy +31 R Chancellor of the Spires @Nils Hamm +106 R Chancellor of the Tangle @Steve Prescott +133 U Conversion Chamber @Anthony Francisco +107 U Corrosive Gale @Dan Scott +32 U Corrupted Resolve @Greg Staples +134 U Darksteel Relic @Daniel Ljunggren +108 C Death-Hood Cobra @Jason Felix +33 U Deceiver Exarch @Izzy +34 C Defensive Stance @Dan Scott +55 C Dementia Bat @Daarken +56 U Despise @Terese Nielsen +57 U Dismember @Terese Nielsen +7 U Dispatch @Erica Yang +8 U Due Respect @James Ryman +9 M Elesh Norn, Grand Cenobite @Igor Kieryluk +58 U Enslave @Chris Rahn +59 U Entomber Exarch @Svetlin Velinov +135 M Etched Monstrosity @Steven Belledin +60 C Evil Presence @Scott Chou +10 U Exclusion Ritual @Daniel Ljunggren +82 U Fallen Ferromancer @David Rapoza +83 C Flameborn Viron @Svetlin Velinov +11 C Forced Worship @Karl Kopinski +174 L Forest @Mark Tedin +175 L Forest @Mark Tedin +109 R Fresh Meat @Dave Allsop +84 C Furnace Scamp @Karl Kopinski +85 U Geosurge @Igor Kieryluk +61 C Geth's Verdict @Whit Brachna +35 C Gitaxian Probe @Chippy +110 C Glissa's Scorn @Nils Hamm +111 C Glistener Elf @Steve Argyle +62 R Glistening Oil @Steven Belledin +112 U Greenhilt Trainee @Chris Rahn +136 C Gremlin Mine @Matt Stewart +63 C Grim Affliction @Erica Yang +86 U Gut Shot @Greg Staples +137 R Hex Parasite @Raymond Swanland +138 C Hovermyr @Dan Scott +64 U Ichor Explosion @James Ryman +139 C Immolating Souleater @Austin Hsu +36 C Impaler Shrike @Nils Hamm +12 U Inquisitor Exarch @Igor Kieryluk +140 C Insatiable Souleater @Dave Kendall +87 R Invader Parasite @Volkan Baǵa +168 L Island @Jung Park +169 L Island @Jung Park +141 U Isolation Cell @Adrian Smith +37 M Jin-Gitaxias, Core Augur @Eric Deschamps +128 R Jor Kadeen, the Prevailer @Austin Hsu +1 M Karn Liberated @Jason Chan +142 U Kiln Walker @Volkan Baǵa +143 R Lashwrithe @Jason Felix +113 C Leeching Bite @Cos Koniotis +65 R Life's Finale @Svetlin Velinov +13 C Lost Leonin @Min Yum +14 C Loxodon Convert @Adrian Smith +15 U Marrow Shards @Raymond Swanland +16 U Master Splicer @Chippy +114 C Maul Splicer @Jason Chan +115 R Melira, Sylvok Outcast @Min Yum +38 U Mental Misstep @Erica Yang +144 U Mindcrank @Chris Rahn +39 U Mindculling @Cos Koniotis +88 R Moltensteel Dragon @James Ryman +66 C Mortis Dogs @Chippy +172 L Mountain @Tomasz Jedruszek +173 L Mountain @Tomasz Jedruszek +116 C Mutagenic Growth @Dave Kendall +117 U Mycosynth Fiend @Kev Walker +145 C Mycosynth Wellspring @David Rapoza +146 R Myr Superion @Jana Schirmer & Johannes Voss +147 U Necropouncer @Cos Koniotis +17 R Norn's Annex @James Paick +118 U Noxious Revival @Matt Stewart +40 C Numbing Dose @Brad Rigney +89 C Ogre Menial @David Rapoza +148 R Omen Machine @David Rapoza +67 C Parasitic Implant @Jason Felix +149 C Pestilent Souleater @Matt Stewart +165 U Phyrexia's Core @Franz Vohwinkel +150 C Phyrexian Hulk @Steven Belledin +41 R Phyrexian Ingester @Chris Rahn +42 R Phyrexian Metamorph @Jana Schirmer & Johannes Voss +68 M Phyrexian Obliterator @Todd Lockwood +119 R Phyrexian Swarmlord @Svetlin Velinov +18 R Phyrexian Unlife @Jason Chan +69 C Pith Driller @Nils Hamm +166 L Plains @James Paick +167 L Plains @James Paick +19 C Porcelain Legionnaire @Eric Deschamps +70 U Postmortem Lunge @Daarken +71 R Praetor's Grasp @Steve Argyle +90 U Priest of Urabrask @Kev Walker +151 C Pristine Talisman @Matt Cavotta +43 C Psychic Barrier @Dan Scott +44 R Psychic Surgery @Anthony Francisco +20 R Puresteel Paladin @Jason Chan +91 U Rage Extractor @Raymond Swanland +92 C Razor Swine @Dave Allsop +72 U Reaper of Sheoldred @Stephan Martiniere +21 C Remember the Fallen @Eric Deschamps +120 C Rotted Hystrix @Dave Allsop +93 C Ruthless Invasion @Svetlin Velinov +94 C Scrapyard Salvo @Austin Hsu +22 C Sensor Splicer @Izzy +23 U Shattered Angel @Kev Walker +73 M Sheoldred, Whispering One @Jana Schirmer & Johannes Voss +24 C Shriek Raptor @Efrem Palacios +152 U Shrine of Boundless Growth @Karl Kopinski +153 U Shrine of Burning Rage @Dave Kendall +154 U Shrine of Limitless Power @Min Yum +155 U Shrine of Loyal Legions @Igor Kieryluk +156 U Shrine of Piercing Vision @Jana Schirmer & Johannes Voss +157 U Sickleslicer @Jason Felix +95 R Slag Fiend @Mike Bierek +96 C Slash Panther @Matt Stewart +158 R Soul Conduit @Brad Rigney +159 R Spellskite @Chippy +121 U Spinebiter @Jaime Jones +45 C Spined Thopter @Pete Venters +46 C Spire Monitor @Daniel Ljunggren +160 U Surge Node @Lars Grant-West +74 R Surgical Extraction @Steven Belledin +25 C Suture Priest @Igor Kieryluk +170 L Swamp @Lars Grant-West +171 L Swamp @Lars Grant-West +161 M Sword of War and Peace @Chris Rahn +47 U Tezzeret's Gambit @Karl Kopinski +122 C Thundering Tanadon @Dan Scott +97 U Tormentor Exarch @Brad Rigney +162 R Torpor Orb @Svetlin Velinov +75 C Toxic Nim @Karl Kopinski +163 C Trespassing Souleater @Scott Chou +123 U Triumph of the Hordes @Izzy +164 R Unwinding Clock @Mike Bierek +98 M Urabrask the Hidden @Brad Rigney +48 C Vapor Snag @Raymond Swanland +76 C Vault Skirge @Brad Rigney +99 C Victorious Destruction @Jung Park +49 U Viral Drake @Lars Grant-West +124 C Viridian Betrayers @Karl Kopinski +125 C Viridian Harvest @Johann Bodin +126 U Vital Splicer @Daarken +100 C Volt Charge @Jana Schirmer & Johannes Voss +127 M Vorinclex, Voice of Hunger @Karl Kopinski +101 U Vulshok Refugee @Wayne Reynolds +26 C War Report @Mike Bierek +102 U Whipflare @Johann Bodin +77 U Whispering Specter @Jason Felix +50 U Wing Splicer @Kev Walker +51 R Xenograft @Daniel Ljunggren [tokens] b_0_0_phyrexian_germ diff --git a/forge-gui/res/editions/Ninth Edition Promos.txt b/forge-gui/res/editions/Ninth Edition Promos.txt index 20d2b169400..992a15fd415 100644 --- a/forge-gui/res/editions/Ninth Edition Promos.txt +++ b/forge-gui/res/editions/Ninth Edition Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=P9ED [cards] -242★ R Force of Nature -219 R Shivan Dragon +242★ R Force of Nature @Greg Staples +219 R Shivan Dragon @Donato Giancola diff --git a/forge-gui/res/editions/Ninth Edition.txt b/forge-gui/res/editions/Ninth Edition.txt index d57202beba0..7369e30be0a 100644 --- a/forge-gui/res/editions/Ninth Edition.txt +++ b/forge-gui/res/editions/Ninth Edition.txt @@ -15,365 +15,365 @@ ChaosDraftThemes=CORE_SET ScryfallCode=9ED [cards] -317 R Adarkar Wastes -58 U Air Elemental -286 R Aladdin's Ring -172 C Anaba Shaman -229 U Anaconda -173 U Anarchist -230 R Ancient Silverback -1 U Angel of Mercy -287 U Angel's Feather -2 C Angelic Blessing -59 U Annex -60 R Archivist -3 C Aven Cloudchaser -61 C Aven Fisher -4 C Aven Flock -62 C Aven Windreader -63 U Azure Drake -174 C Balduvian Barbarians -64 U Baleful Stare -5 U Ballista Squad -65 R Battle of Wits -318 R Battlefield Forge -288 R Beast of Burden -231 R Biorhythm -115 U Blackmail -232 U Blanchwood Armor -175 U Blaze -6 U Blessed Orator -7 R Blinding Angel -8 R Blinking Spirit -176 R Blood Moon -177 R Bloodfire Colossus -116 C Bog Imp -117 U Bog Wraith -178 U Boiling Seas -289 R Booby Trap -66 C Boomerang -290 U Bottle Gnomes -319 R Brushland -320 R Caves of Koilos -9 U Chastise -10 U Circle of Protection: Black -11 U Circle of Protection: Red -67 R Clone -291 R Coat of Arms -118 C Coercion -68 U Confiscate -119 U Consume Spirit -120 C Contaminated Bond -S3 C Coral Eel -69 C Counsel of the Soratami -70 R Cowardice -71 C Crafty Pathmage -233 C Craw Wurm -234 U Creeping Mold -12 C Crossbow Infantry -121 U Cruel Edict -292 U Dancing Scimitar -72 R Daring Apprentice -122 C Dark Banishing -123 R Death Pits of Rath -124 U Deathgazer -293 R Defense Grid -73 C Dehydration -179 U Demolish -294 U Demon's Horn -13 C Demystify -125 U Diabolic Tutor -295 R Disrupting Scepter -296 U Dragon's Claw -74 U Dream Prowler -126 U Drudge Skeletons -S1 C Eager Cadet -235 R Early Harvest -236 U Elvish Bard -237 C Elvish Berserker -238 R Elvish Champion -239 R Elvish Piper -240 C Elvish Warrior -241 R Emperor Crocodile -127 C Enfeeblement -S9 U Enormous Baloth -180 U Enrage -75 R Evacuation -128 U Execute -76 U Exhaustion -129 C Fear -297 U Fellwar Stone -130 C Festering Goblin -131 R Final Punishment -181 C Firebreathing -77 C Fishliver Oil -182 U Flame Wave -183 U Flashfires -78 R Fleeting Image -79 C Flight -184 U Flowstone Crusher -185 C Flowstone Shambler -186 R Flowstone Slide -14 C Foot Soldiers -242 R Force of Nature -348 L Forest -348 L Forest -348 L Forest -348 L Forest -187 R Form of the Dragon -132 C Foul Imp -80 C Fugitive Wizard -188 R Furnace of Rath -133 C Giant Cockroach -243 C Giant Growth -S4 C Giant Octopus -244 C Giant Spider -15 U Gift of Estates -16 R Glorious Anthem -17 C Glory Seeker -134 U Gluttonous Zombie -189 U Goblin Balloon Brigade -190 C Goblin Brigand -191 C Goblin Chariot -192 R Goblin King -193 C Goblin Mountaineer -194 C Goblin Piker -S8 C Goblin Raider -195 C Goblin Sky Raider -135 R Grave Pact -136 C Gravedigger -245 R Greater Good -246 C Grizzly Bears -247 U Groundskeeper -196 U Guerrilla Tactics -137 R Hell's Caretaker -138 C Highway Robber -197 C Hill Giant -139 C Hollow Dogs -18 C Holy Day -19 C Holy Strength -20 C Honor Guard -81 C Horned Turtle -140 U Horror of Horrors -298 R Howling Mine -248 U Hunted Wumpus -141 R Hypnotic Specter -299 U Icy Manipulator -82 R Imaginary Pet -S5 C Index -21 C Infantry Veteran -22 U Inspirit -337 L Island -337 L Island -337 L Island -337 L Island -23 R Ivory Mask -300 R Jade Statue -301 R Jester's Cap -24 U Kami of Old Stone -321 R Karplusan Forest -198 R Karplusan Yeti -249 C Kavu Climber -250 U King Cheetah -199 U Kird Ape -302 U Kraken's Eye -200 C Lava Axe -25 U Leonin Skyhunter -83 U Levitation -251 U Ley Druid -201 C Lightning Elemental -252 U Llanowar Behemoth -253 C Llanowar Elves -322 R Llanowar Wastes -142 C Looming Shade -143 R Lord of the Undead -303 R Loxodon Warhammer -84 C Lumengrid Warden -202 R Magnivore -85 R Mahamoti Djinn -203 R Mana Clash -86 C Mana Leak -26 R Marble Titan -254 R Maro -27 C Master Decoy -28 R Master Healer -144 U Megrim -29 C Mending Hands -255 R Might of Oaks -304 R Millstone -87 R Mind Bend -145 C Mind Rot -146 R Mindslicer -204 R Mogg Sentry -147 R Mortivore -343 L Mountain -343 L Mountain -343 L Mountain -343 L Mountain -148 U Nantuko Husk -256 R Natural Affinity -257 C Natural Spring -258 C Naturalize -259 U Needle Storm -149 U Nekrataal -150 R Nightmare -260 C Norwood Ranger -205 U Ogre Taskmaster -30 R Oracle's Attendants -206 U Orcish Artillery -261 C Order of the Sacred Bell -305 U Ornithopter -262 C Overgrowth -31 C Pacifism -32 R Paladin en-Vec -207 C Panic Attack -33 U Peace of Mind -34 C Pegasus Charger -151 R Persecute -88 U Phantom Warrior -152 R Phyrexian Arena -153 U Phyrexian Gargantua -306 U Phyrexian Hulk -89 R Plagiarize -154 C Plague Beetle -155 R Plague Wind -334 L Plains -334 L Plains -334 L Plains -334 L Plains -90 R Polymorph -91 U Puppeteer -208 U Pyroclasm -323 U Quicksand -209 C Raging Goblin -156 C Raise Dead -263 C Rampant Growth -210 R Rathi Dragon -157 C Ravenous Rats -158 C Razortooth Rats -264 C Reclaim -211 C Reflexes -265 U Regeneration -212 R Relentless Assault -92 U Reminisce -93 C Remove Soul -35 R Reverse Damage -94 U Rewind -36 R Righteousness -266 U River Bear -307 U Rod of Ruin -213 C Rogue Kavu -267 U Rootbreaker Wurm -268 C Rootwalla -159 R Royal Assassin -214 R Rukh Egg -37 R Sacred Ground -38 C Sacred Nectar -95 C Sage Aven -39 C Samite Healer -40 U Sanctum Guardian -215 C Sandstone Warrior -41 R Savannah Lions -269 C Scaled Wurm -160 C Scathe Zombies -96 C Sea Monster -97 C Sea's Claim -42 U Seasoned Marshal -270 R Seedborn Muse -216 C Seething Song -161 R Sengir Vampire -162 C Serpent Warrior -43 R Serra Angel -44 U Serra's Blessing -217 R Shard Phoenix -218 C Shatter -219 R Shivan Dragon -324 R Shivan Reef -220 C Shock -98 C Sift -271 R Silklash Spider -45 C Skyhunter Prowler -308 R Slate of Ancestry -163 U Slay -99 C Sleight of Hand -164 U Soul Feast -46 U Soul Warden -309 U Spellbook -S10 C Spined Wurm -165 C Spineless Thug -47 U Spirit Link -221 C Stone Rain -310 R Storage Matrix -100 C Storm Crow -48 R Story Circle -272 U Stream of Life -222 U Sudden Impact -325 R Sulfurous Springs -273 U Summer Bloom -49 C Suntail Hawk -339 L Swamp -339 L Swamp -339 L Swamp -339 L Swamp -166 U Swarm of Rats -311 U Tanglebloom -312 R Teferi's Puzzle Box -101 U Telepathy -50 U Tempest of Light -102 R Temporal Adept -103 U Thieving Magpie -104 U Thought Courier -313 R Thran Golem -223 U Threaten -224 R Thundermare -105 R Tidal Kraken -106 U Tidings -107 C Time Ebb -108 R Trade Routes -274 C Trained Armodon -109 R Traumatize -110 U Treasure Trove -275 C Tree Monkey -276 C Treetop Bracers -326 R Underground River -167 R Underworld Dreams -168 C Unholy Strength -314 U Ur-Golem's Eye -327 U Urza's Mine -328 U Urza's Power Plant -329 U Urza's Tower -277 R Utopia Tree -51 C Venerable Monk -S2 U Vengeance -278 R Verdant Force -279 R Verduran Enchantress -52 C Veteran Cavalier -225 U Viashino Sandstalker -280 U Viridian Shaman -S7 R Vizzerdrix -226 C Volcanic Hammer -315 U Vulshok Morningstar -111 C Wanderguard Sentry -53 C Warrior's Honor -54 R Weathered Wayfarer -281 U Web -282 R Weird Harvest -227 U Whip Sergeant -228 R Wildfire -169 R Will-o'-the-Wisp -112 C Wind Drake -113 U Withering Gaze -283 C Wood Elves -55 R Worship -56 R Wrath of God -316 U Wurm's Tooth -330 R Yavimaya Coast -284 U Yavimaya Enchantress -170 R Yawgmoth Demon -57 U Zealous Inquisitor -285 C Zodiac Monkey -171 U Zombify -114 R Zur's Weirding +317 R Adarkar Wastes @John Avon +58 U Air Elemental @Nick Percival +286 R Aladdin's Ring @Dave Dorman +172 C Anaba Shaman @Simon Bisley +229 U Anaconda @Andrew Robinson +173 U Anarchist @Brom +230 R Ancient Silverback @Scott M. Fischer +1 U Angel of Mercy @Melissa A. Benson +287 U Angel's Feather @Alan Pollack +2 C Angelic Blessing @Mark Zug +59 U Annex @John Avon +60 R Archivist @Donato Giancola +3 C Aven Cloudchaser @Justin Sweet +61 C Aven Fisher @Christopher Moeller +4 C Aven Flock @Greg Hildebrandt & Tim Hildebrandt +62 C Aven Windreader @Greg Hildebrandt & Tim Hildebrandt +63 U Azure Drake @Janine Johnston +174 C Balduvian Barbarians @Jim Nelson +64 U Baleful Stare @Randy Gallegos +5 U Ballista Squad @Matthew D. Wilson +65 R Battle of Wits @Edward P. Beard, Jr. +318 R Battlefield Forge @Darrell Riche +288 R Beast of Burden @Chippy +231 R Biorhythm @Ron Spears +115 U Blackmail @Christopher Moeller +232 U Blanchwood Armor @Paolo Parente +175 U Blaze @Alex Horley-Orlandelli +6 U Blessed Orator @Terese Nielsen +7 R Blinding Angel @Todd Lockwood +8 R Blinking Spirit @Allen Williams +176 R Blood Moon @Franz Vohwinkel +177 R Bloodfire Colossus @Greg Staples +116 C Bog Imp @Carl Critchlow +117 U Bog Wraith @Ted Naifeh +178 U Boiling Seas @Tom Wänerstrand +289 R Booby Trap @Doug Chaffee +66 C Boomerang @Arnie Swekel +290 U Bottle Gnomes @Ben Thompson +319 R Brushland @Scott Bailey +320 R Caves of Koilos @Jim Nelson +9 U Chastise @Carl Critchlow +10 U Circle of Protection: Black @Christopher Rush +11 U Circle of Protection: Red @Christopher Rush +67 R Clone @Kev Walker +291 R Coat of Arms @Scott M. Fischer +118 C Coercion @DiTerlizzi +68 U Confiscate @Adam Rex +119 U Consume Spirit @Matt Thompson +120 C Contaminated Bond @Thomas M. Baxa +S3 C Coral Eel @Una Fricker +69 C Counsel of the Soratami @Randy Gallegos +70 R Cowardice @Michael Sutfin +71 C Crafty Pathmage @Wayne England +233 C Craw Wurm @Richard Sardinha +234 U Creeping Mold @Rob Alexander +12 C Crossbow Infantry @James Bernardin +121 U Cruel Edict @Michael Sutfin +292 U Dancing Scimitar @Ron Spears +72 R Daring Apprentice @Dany Orizio +122 C Dark Banishing @Dermot Power +123 R Death Pits of Rath @Greg Hildebrandt & Tim Hildebrandt +124 U Deathgazer @Donato Giancola +293 R Defense Grid @Mark Tedin +73 C Dehydration @Arnie Swekel +179 U Demolish @Gary Ruddell +294 U Demon's Horn @Alan Pollack +13 C Demystify @Christopher Rush +125 U Diabolic Tutor @Rick Farrell +295 R Disrupting Scepter @Stuart Griffin +296 U Dragon's Claw @Alan Pollack +74 U Dream Prowler @Matt Cavotta +126 U Drudge Skeletons @Jim Nelson +S1 C Eager Cadet @Scott M. Fischer +235 R Early Harvest @Heather Hudson +236 U Elvish Bard @Rob Alexander +237 C Elvish Berserker @Paolo Parente +238 R Elvish Champion @D. Alexander Gregory +239 R Elvish Piper @Rebecca Guay +240 C Elvish Warrior @Christopher Moeller +241 R Emperor Crocodile @Kev Walker +127 C Enfeeblement @John Bolton +S9 U Enormous Baloth @Mark Tedin +180 U Enrage @Justin Sweet +75 R Evacuation @Rob Alexander +128 U Execute @Gary Ruddell +76 U Exhaustion @Paolo Parente +129 C Fear @Adam Rex +297 U Fellwar Stone @John Avon +130 C Festering Goblin @Thomas M. Baxa +131 R Final Punishment @Matt Thompson +181 C Firebreathing @Mike Kerr +77 C Fishliver Oil @Ralph Horsley +182 U Flame Wave @Donato Giancola +183 U Flashfires @Randy Gallegos +78 R Fleeting Image @Dave Dorman +79 C Flight @Arnie Swekel +184 U Flowstone Crusher @Ben Thompson +185 C Flowstone Shambler @Jim Nelson +186 R Flowstone Slide @Chippy +14 C Foot Soldiers @Kev Walker +242 R Force of Nature @Greg Staples +347 L Forest @John Avon +348 L Forest @John Avon +349 L Forest @John Avon +350 L Forest @John Avon +187 R Form of the Dragon @Carl Critchlow +132 C Foul Imp @Kev Walker +80 C Fugitive Wizard @Jim Nelson +188 R Furnace of Rath @John Matson +133 C Giant Cockroach @Heather Hudson +243 C Giant Growth @Jim Murray +S4 C Giant Octopus @Heather Hudson +244 C Giant Spider @Randy Gallegos +15 U Gift of Estates @Hugh Jamieson +16 R Glorious Anthem @Kev Walker +17 C Glory Seeker @Dave Dorman +134 U Gluttonous Zombie @Thomas M. Baxa +189 U Goblin Balloon Brigade @Lars Grant-West +190 C Goblin Brigand @Arnie Swekel +191 C Goblin Chariot @John Howe +192 R Goblin King @Ron Spears +193 C Goblin Mountaineer @Pete Venters +194 C Goblin Piker @DiTerlizzi +S8 C Goblin Raider @Greg Staples +195 C Goblin Sky Raider @Daren Bader +135 R Grave Pact @Puddnhead +136 C Gravedigger @Dermot Power +245 R Greater Good @Douglas Shuler +246 C Grizzly Bears @D. J. Cleland-Hura +247 U Groundskeeper @Alan Rabinowitz +196 U Guerrilla Tactics @Ron Spencer +137 R Hell's Caretaker @Greg Staples +138 C Highway Robber @Kev Walker +197 C Hill Giant @Dany Orizio +139 C Hollow Dogs @Jeff Miracola +18 C Holy Day @Pete Venters +19 C Holy Strength @Scott M. Fischer +20 C Honor Guard @Mark Zug +81 C Horned Turtle @DiTerlizzi +140 U Horror of Horrors @Simon Bisley +298 R Howling Mine @Dana Knutson +248 U Hunted Wumpus @Thomas M. Baxa +141 R Hypnotic Specter @Greg Staples +299 U Icy Manipulator @Matt Cavotta +82 R Imaginary Pet @Christopher Rush +S5 C Index @Kev Walker +21 C Infantry Veteran @Christopher Rush +22 U Inspirit @Simon Bisley +335 L Island @John Avon +336 L Island @John Avon +337 L Island @Tony Szczudlo +338 L Island @Scott Bailey +23 R Ivory Mask @Glen Angus +300 R Jade Statue @Jim Pavelec +301 R Jester's Cap @D. Alexander Gregory +24 U Kami of Old Stone @Stephen Tappin +321 R Karplusan Forest @John Avon +198 R Karplusan Yeti @Wayne England +249 C Kavu Climber @Rob Alexander +250 U King Cheetah @Terese Nielsen +199 U Kird Ape @Terese Nielsen +302 U Kraken's Eye @Alan Pollack +200 C Lava Axe @Brian Snõddy +25 U Leonin Skyhunter @Kev Walker +83 U Levitation @Heather Hudson +251 U Ley Druid @Edward P. Beard, Jr. +201 C Lightning Elemental @Kev Walker +252 U Llanowar Behemoth @Kev Walker +253 C Llanowar Elves @Kev Walker +322 R Llanowar Wastes @Rob Alexander +142 C Looming Shade @Kev Walker +143 R Lord of the Undead @Brom +303 R Loxodon Warhammer @Jeremy Jarvis +84 C Lumengrid Warden @Francis Tsai +202 R Magnivore @Carl Critchlow +85 R Mahamoti Djinn @Greg Staples +203 R Mana Clash @Ron Spencer +86 C Mana Leak @Christopher Rush +26 R Marble Titan @Brom +254 R Maro @Stuart Griffin +27 C Master Decoy @Ben Thompson +28 R Master Healer @Adam Rex +144 U Megrim @Nick Percival +29 C Mending Hands @Douglas Shuler +255 R Might of Oaks @Greg Staples +304 R Millstone @John Avon +87 R Mind Bend @Tony Szczudlo +145 C Mind Rot @Steve Luke +146 R Mindslicer @Kev Walker +204 R Mogg Sentry @Greg Staples +147 R Mortivore @Anthony S. Waters +343 L Mountain @John Avon +344 L Mountain @John Avon +345 L Mountain @John Avon +346 L Mountain @Rob Alexander +148 U Nantuko Husk @Carl Critchlow +256 R Natural Affinity @Pete Venters +257 C Natural Spring @Janine Johnston +258 C Naturalize @Jeff Miracola +259 U Needle Storm @Val Mayerik +149 U Nekrataal @Adrian Smith +150 R Nightmare @Carl Critchlow +260 C Norwood Ranger @Ron Spencer +205 U Ogre Taskmaster @Dany Orizio +30 R Oracle's Attendants @Dany Orizio +206 U Orcish Artillery @Jeff Miracola +261 C Order of the Sacred Bell @Carl Critchlow +305 U Ornithopter @Dana Knutson +262 C Overgrowth @Christopher Rush +31 C Pacifism @Robert Bliss +32 R Paladin en-Vec @Simon Bisley +207 C Panic Attack @Mike Ploog +33 U Peace of Mind @Randy Elliott +34 C Pegasus Charger @Val Mayerik +151 R Persecute @D. Alexander Gregory +88 U Phantom Warrior @Greg Staples +152 R Phyrexian Arena @Carl Critchlow +153 U Phyrexian Gargantua @Carl Critchlow +306 U Phyrexian Hulk @Matthew D. Wilson +89 R Plagiarize @Jeremy Jarvis +154 C Plague Beetle @Tom Fleming +155 R Plague Wind @Alan Pollack +331 L Plains @John Avon +332 L Plains @Matthew Mitchell +333 L Plains @John Avon +334 L Plains @Fred Fields +90 R Polymorph @Robert Bliss +91 U Puppeteer @Scott M. Fischer +208 U Pyroclasm @John Avon +323 U Quicksand @Roger Raupp +209 C Raging Goblin @Jeff Miracola +156 C Raise Dead @Carl Critchlow +263 C Rampant Growth @Tom Kyffin +210 R Rathi Dragon @Christopher Rush +157 C Ravenous Rats @Carl Critchlow +158 C Razortooth Rats @Carl Critchlow +264 C Reclaim @Andrew Robinson +211 C Reflexes @Donato Giancola +265 U Regeneration @Adam Rex +212 R Relentless Assault @Greg Hildebrandt +92 U Reminisce @Ralph Horsley +93 C Remove Soul @Adam Rex +35 R Reverse Damage @Thomas Gianni +94 U Rewind @Dermot Power +36 R Righteousness @Mike Dringenberg +266 U River Bear @Una Fricker +307 U Rod of Ruin @Eric Deschamps +213 C Rogue Kavu @Darrell Riche +267 U Rootbreaker Wurm @Richard Kane Ferguson +268 C Rootwalla @Roger Raupp +159 R Royal Assassin @Mark Zug +214 R Rukh Egg @Mark Zug +37 R Sacred Ground @Gary Ruddell +38 C Sacred Nectar @Janine Johnston +95 C Sage Aven @Randy Gallegos +39 C Samite Healer @Anson Maddocks +40 U Sanctum Guardian @Donato Giancola +215 C Sandstone Warrior @Lars Grant-West +41 R Savannah Lions @Carl Critchlow +269 C Scaled Wurm @Wayne England +160 C Scathe Zombies @Kev Walker +96 C Sea Monster @Daniel Gelon +97 C Sea's Claim @Thomas Gianni +42 U Seasoned Marshal @Matthew D. Wilson +270 R Seedborn Muse @Adam Rex +216 C Seething Song @Martina Pilcerova +161 R Sengir Vampire @Kev Walker +162 C Serpent Warrior @Ron Spencer +43 R Serra Angel @Greg Staples +44 U Serra's Blessing @Rebecca Guay +217 R Shard Phoenix @Paolo Parente +218 C Shatter @Jason Alexander Behnke +219 R Shivan Dragon @Donato Giancola +324 R Shivan Reef @Rob Alexander +220 C Shock @Randy Gallegos +98 C Sift @Jeremy Jarvis +271 R Silklash Spider @Iain McCaig +45 C Skyhunter Prowler @Vance Kovacs +308 R Slate of Ancestry @Corey D. Macourek +163 U Slay @Ben Thompson +99 C Sleight of Hand @Jim Murray +164 U Soul Feast @Adam Rex +46 U Soul Warden @Randy Gallegos +309 U Spellbook @Andrew Goldhawk +S10 C Spined Wurm @Carl Critchlow +165 C Spineless Thug @Matthew D. Wilson +47 U Spirit Link @Kev Walker +221 C Stone Rain @John Matson +310 R Storage Matrix @Patrick Ho +100 C Storm Crow @John Matson +48 R Story Circle @Alan Pollack +272 U Stream of Life @Andrew Goldhawk +222 U Sudden Impact @Simon Bisley +325 R Sulfurous Springs @Rob Alexander +273 U Summer Bloom @Nicola Leonard +49 C Suntail Hawk @Heather Hudson +339 L Swamp @Bob Eggleton +340 L Swamp @John Avon +341 L Swamp @Dan Frazier +342 L Swamp @Larry Elmore +166 U Swarm of Rats @Kev Walker +311 U Tanglebloom @Val Mayerik +312 R Teferi's Puzzle Box @Donato Giancola +101 U Telepathy @Matthew D. Wilson +50 U Tempest of Light @Wayne England +102 R Temporal Adept @Mark Tedin +103 U Thieving Magpie @Una Fricker +104 U Thought Courier @Stephen Tappin +313 R Thran Golem @Ron Spears +223 U Threaten @Pete Venters +224 R Thundermare @Bob Eggleton +105 R Tidal Kraken @Christopher Moeller +106 U Tidings @Pete Venters +107 C Time Ebb @Thomas M. Baxa +108 R Trade Routes @Matt Cavotta +274 C Trained Armodon @Gary Leach +109 R Traumatize @Greg Staples +110 U Treasure Trove @Brian Despain +275 C Tree Monkey @John Matson +276 C Treetop Bracers @Heather Hudson +326 R Underground River @Andrew Goldhawk +167 R Underworld Dreams @Carl Critchlow +168 C Unholy Strength @Puddnhead +314 U Ur-Golem's Eye @Heather Hudson +327 U Urza's Mine @Brian Snõddy +328 U Urza's Power Plant @Brian Snõddy +329 U Urza's Tower @Brian Snõddy +277 R Utopia Tree @Gary Ruddell +51 C Venerable Monk @D. Alexander Gregory +S2 U Vengeance @Paolo Parente +278 R Verdant Force @DiTerlizzi +279 R Verduran Enchantress @Rob Alexander +52 C Veteran Cavalier @rk post +225 U Viashino Sandstalker @Andrew Robinson +280 U Viridian Shaman @Scott M. Fischer +S7 R Vizzerdrix @Dave Dorman +226 C Volcanic Hammer @Ben Thompson +315 U Vulshok Morningstar @David Martin +111 C Wanderguard Sentry @Luca Zontini +53 C Warrior's Honor @D. Alexander Gregory +54 R Weathered Wayfarer @Greg Hildebrandt & Tim Hildebrandt +281 U Web @Hugh Jamieson +282 R Weird Harvest @Bob Petillo +227 U Whip Sergeant @Paolo Parente +228 R Wildfire @Carl Critchlow +169 R Will-o'-the-Wisp @Rob Alexander +112 C Wind Drake @Tom Wänerstrand +113 U Withering Gaze @Randy Gallegos +283 C Wood Elves @Christopher Moeller +55 R Worship @Mark Zug +56 R Wrath of God @Kev Walker +316 U Wurm's Tooth @Alan Pollack +330 R Yavimaya Coast @Anthony S. Waters +284 U Yavimaya Enchantress @Matthew D. Wilson +170 R Yawgmoth Demon @Pete Venters +57 U Zealous Inquisitor @Wayne England +285 C Zodiac Monkey @Richard Sardinha +171 U Zombify @Mark Romanoski +114 R Zur's Weirding @rk post [tokens] r_4_4_bird_flying diff --git a/forge-gui/res/editions/Oath of the Gatewatch Promos.txt b/forge-gui/res/editions/Oath of the Gatewatch Promos.txt index ea8d797f07b..9d7d3675cbb 100644 --- a/forge-gui/res/editions/Oath of the Gatewatch Promos.txt +++ b/forge-gui/res/editions/Oath of the Gatewatch Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=POGW [cards] -3 R Endbringer -20 U Immolating Glare -29 R Munda's Vanguard -43 R Deepfathom Skulker -68 R Dread Defiler -110 R Goblin Dark-Dwellers -119 R Tyrant of Valakut -132 R Gladehart Cavalry -155 R Jori En, Ruin Diver +3 R Endbringer @Adam Paquette +20 U Immolating Glare @Ryan Alexander Lee +29 R Munda's Vanguard @Deruchenko Alexander +43 R Deepfathom Skulker @Raymond Swanland +68 R Dread Defiler @Joseph Meehan +110 R Goblin Dark-Dwellers @Karl Kopinski +119 R Tyrant of Valakut @Steven Belledin +132 R Gladehart Cavalry @Dan Scott +155 R Jori En, Ruin Diver @Matt Stewart diff --git a/forge-gui/res/editions/Oath of the Gatewatch.txt b/forge-gui/res/editions/Oath of the Gatewatch.txt index 4c8241a7a6f..804fa0ef610 100644 --- a/forge-gui/res/editions/Oath of the Gatewatch.txt +++ b/forge-gui/res/editions/Oath of the Gatewatch.txt @@ -14,192 +14,192 @@ AdditionalSetUnlockedInQuest=EXP ScryfallCode=OGW [cards] -1 R Deceiver of Form -2 R Eldrazi Mimic -3 R Endbringer -4 M Kozilek, the Great Distortion -5 C Kozilek's Pathfinder -6 R Matter Reshaper -7 R Reality Smasher -8 U Spatial Contortion -9 R Thought-Knot Seer -10 U Walker of the Wastes -11 C Warden of Geometries -12 U Warping Wail -13 R Eldrazi Displacer -14 C Affa Protector -15 U Allied Reinforcements -16 R Call the Gatewatch -17 C Dazzling Reflection -18 C Expedition Raptor -19 M General Tazri -20 U Immolating Glare -21 U Iona's Blessing -22 C Isolation Zone -23 C Kor Scythemaster -24 C Kor Sky Climber -25 M Linvala, the Preserver -26 U Make a Stand -27 C Makindi Aeronaut -28 C Mighty Leap -29 R Munda's Vanguard -30 R Oath of Gideon -31 C Ondu War Cleric -32 U Relief Captain -33 C Searing Light -34 C Shoulder to Shoulder -35 C Spawnbinder Mage -36 U Steppe Glider -37 R Stone Haven Outfitter -38 U Stoneforge Acolyte -39 U Wall of Resurgence -40 C Abstruse Interference -41 C Blinding Drone -42 C Cultivator Drone -43 R Deepfathom Skulker -44 R Dimensional Infiltrator -45 C Gravity Negator -46 U Prophet of Distortion -47 C Slip Through Space -48 U Thought Harvester -49 U Void Shatter -50 C Ancient Crab -51 C Comparative Analysis -52 C Containment Membrane -53 M Crush of Tentacles -54 U Cyclone Sire -55 U Gift of Tusks -56 U Grip of the Roil -57 R Hedron Alignment -58 C Jwar Isle Avenger -59 C Negate -60 R Oath of Jace -61 R Overwhelming Denial -62 U Roiling Waters -63 M Sphinx of the Final Word -64 C Sweep Away -65 C Umara Entangler -66 U Unity of Purpose -67 R Bearer of Silence -68 R Dread Defiler -69 U Essence Depleter -70 U Flaying Tendrils -71 U Havoc Sower -72 M Inverter of Truth -73 C Kozilek's Shrieker -74 C Kozilek's Translator -75 C Oblivion Strike -76 U Reaver Drone -77 R Sifter of Skulls -78 C Sky Scourer -79 C Slaughter Drone -80 C Unnatural Endurance -81 U Visions of Brutality -82 C Witness the End -83 C Corpse Churn -84 R Drana's Chosen -85 U Grasp of Darkness -86 M Kalitas, Traitor of Ghet -87 U Malakir Soothsayer -88 U Null Caller -89 R Remorseless Punishment -90 C Tar Snare -91 C Untamed Hunger -92 C Vampire Envoy -93 C Zulaport Chainmage -94 C Consuming Sinkhole -95 C Eldrazi Aggressor -96 R Eldrazi Obligator -97 U Immobilizer Eldrazi -98 M Kozilek's Return -99 C Maw of Kozilek -100 C Reality Hemorrhage -101 C Akoum Flameseeker -102 C Boulder Salvo -103 C Brute Strength -104 M Chandra, Flamecaller -105 C Cinder Hellion -106 U Devour in Flames -107 U Embodiment of Fury -108 C Expedite -109 R Fall of the Titans -110 R Goblin Dark-Dwellers -111 C Goblin Freerunner -112 U Kazuul's Toll Collector -113 R Oath of Chandra -114 U Press into Service -115 U Pyromancer's Assault -116 U Reckless Bushwhacker -117 C Sparkmage's Gambit -118 U Tears of Valakut -119 R Tyrant of Valakut -120 C Zada's Commando -121 U Birthing Hulk -122 U Ruin in Their Wake -123 C Scion Summoner -124 C Stalking Drone -125 R Vile Redeemer -126 M World Breaker -127 U Baloth Pup -128 U Bonds of Mortality -129 C Canopy Gorger -130 C Elemental Uprising -131 U Embodiment of Insight -132 R Gladehart Cavalry -133 U Harvester Troll -134 C Lead by Example -135 C Loam Larva -136 C Natural State -137 C Netcaster Spider -138 M Nissa, Voice of Zendikar -139 U Nissa's Judgment -140 R Oath of Nissa -141 C Pulse of Murasa -142 C Saddleback Lagac -143 U Seed Guardian -144 R Sylvan Advocate -145 C Tajuru Pathwarden -146 C Vines of the Recluse -147 R Zendikar Resurgent -148 U Flayer Drone -149 U Mindmelter -150 U Void Grafter -151 R Ayli, Eternal Pilgrim -152 U Baloth Null -153 U Cliffhaven Vampire -154 U Joraga Auxiliary -155 R Jori En, Ruin Diver -156 R Mina and Denn, Wildborn -157 U Reflector Mage -158 U Relentless Hunter -159 U Stormchaser Mage -160 U Weapons Trainer -161 C Bone Saw -162 R Captain's Claws -163 U Chitinous Cloak -164 C Hedron Crawler -165 C Seer's Lantern -166 R Stoneforge Masterwork -167 U Strider Harness -168 U Cinder Barrens -169 R Corrupted Crossroads -170 C Crumbling Vestige -171 R Hissing Quagmire -172 C Holdout Settlement -173 U Meandering River -174 M Mirrorpool -175 R Needle Spires -176 R Ruins of Oran-Rief -177 R Sea Gate Wreckage -178 U Submerged Boneyard -179 U Timber Gorge -180 U Tranquil Expanse -181 C Unknown Shores -182 R Wandering Fumarole -183 C Wastes -183 C Wastes -184 C Wastes -184 C Wastes +1 R Deceiver of Form @Viktor Titov +2 R Eldrazi Mimic @Craig J Spearing +3 R Endbringer @Vincent Proce +4 M Kozilek, the Great Distortion @Aleksi Briclot +5 C Kozilek's Pathfinder @James Zapata +6 R Matter Reshaper @Chris Rahn +7 R Reality Smasher @Jason Rainville +8 U Spatial Contortion @Daarken +9 R Thought-Knot Seer @Svetlin Velinov +10 U Walker of the Wastes @Joseph Meehan +11 C Warden of Geometries @Jason Felix +12 U Warping Wail @Jason Felix +13 R Eldrazi Displacer @Daarken +14 C Affa Protector @Izzy +15 U Allied Reinforcements @Matt Stewart +16 R Call the Gatewatch @Yefim Kligerman +17 C Dazzling Reflection @David Palumbo +18 C Expedition Raptor @Johann Bodin +19 M General Tazri @Chris Rahn +20 U Immolating Glare @Daarken +21 U Iona's Blessing @David Gaillet +22 C Isolation Zone @Chris Rallis +23 C Kor Scythemaster @Ryan Pancoast +24 C Kor Sky Climber @Victor Adame Minguez +25 M Linvala, the Preserver @Magali Villeneuve +26 U Make a Stand @Magali Villeneuve +27 C Makindi Aeronaut @Matt Stewart +28 C Mighty Leap @Winona Nelson +29 R Munda's Vanguard @Steve Prescott +30 R Oath of Gideon @Wesley Burt +31 C Ondu War Cleric @Ben Maier +32 U Relief Captain @Anastasia Ovchinnikova +33 C Searing Light @Marco Nelor +34 C Shoulder to Shoulder @Chris Rallis +35 C Spawnbinder Mage @Dan Scott +36 U Steppe Glider @John Severin Brassell +37 R Stone Haven Outfitter @Jason Rainville +38 U Stoneforge Acolyte @Chris Rallis +39 U Wall of Resurgence @Daniel Ljunggren +40 C Abstruse Interference @Igor Kieryluk +41 C Blinding Drone @Lake Hurwitz +42 C Cultivator Drone @Slawomir Maniak +43 R Deepfathom Skulker @Joseph Meehan +44 R Dimensional Infiltrator @Chase Stone +45 C Gravity Negator @Chase Stone +46 U Prophet of Distortion @Lius Lasahido +47 C Slip Through Space @Raymond Swanland +48 U Thought Harvester @Winona Nelson +49 U Void Shatter @Jason Felix +50 C Ancient Crab @Steve Prescott +51 C Comparative Analysis @Willian Murai +52 C Containment Membrane @Daarken +53 M Crush of Tentacles @Jama Jurabaev +54 U Cyclone Sire @Igor Kieryluk +55 U Gift of Tusks @Kev Walker +56 U Grip of the Roil @Volkan Baǵa +57 R Hedron Alignment @Craig J Spearing +58 C Jwar Isle Avenger @Ryan Pancoast +59 C Negate @Ryan Pancoast +60 R Oath of Jace @Wesley Burt +61 R Overwhelming Denial @Jama Jurabaev +62 U Roiling Waters @David Gaillet +63 M Sphinx of the Final Word @Lius Lasahido +64 C Sweep Away @Winona Nelson +65 C Umara Entangler @James Ryman +66 U Unity of Purpose @Jason Felix +67 R Bearer of Silence @Tyler Jacobson +68 R Dread Defiler @Slawomir Maniak +69 U Essence Depleter @Chase Stone +70 U Flaying Tendrils @Slawomir Maniak +71 U Havoc Sower @Svetlin Velinov +72 M Inverter of Truth @Chase Stone +73 C Kozilek's Shrieker @Jason Felix +74 C Kozilek's Translator @Izzy +75 C Oblivion Strike @Daniel Ljunggren +76 U Reaver Drone @Chris Rallis +77 R Sifter of Skulls @Slawomir Maniak +78 C Sky Scourer @Winona Nelson +79 C Slaughter Drone @Dan Scott +80 C Unnatural Endurance @Mathias Kollros +81 U Visions of Brutality @Jama Jurabaev +82 C Witness the End @Igor Kieryluk +83 C Corpse Churn @Magali Villeneuve +84 R Drana's Chosen @Deruchenko Alexander +85 U Grasp of Darkness @Daarken +86 M Kalitas, Traitor of Ghet @Todd Lockwood +87 U Malakir Soothsayer @Greg Opalinski +88 U Null Caller @Darek Zabrocki +89 R Remorseless Punishment @Ryan Barger +90 C Tar Snare @Karl Kopinski +91 C Untamed Hunger @Willian Murai +92 C Vampire Envoy @Johannes Voss +93 C Zulaport Chainmage @Chris Rallis +94 C Consuming Sinkhole @Igor Kieryluk +95 C Eldrazi Aggressor @Mathias Kollros +96 R Eldrazi Obligator @Jason Felix +97 U Immobilizer Eldrazi @Svetlin Velinov +98 M Kozilek's Return @Lius Lasahido +99 C Maw of Kozilek @Daarken +100 C Reality Hemorrhage @Chris Rallis +101 C Akoum Flameseeker @Willian Murai +102 C Boulder Salvo @Vincent Proce +103 C Brute Strength @Wayne Reynolds +104 M Chandra, Flamecaller @Jason Rainville +105 C Cinder Hellion @Jason Kang +106 U Devour in Flames @Svetlin Velinov +107 U Embodiment of Fury @David Palumbo +108 C Expedite @Kieran Yanner +109 R Fall of the Titans @Chris Rallis +110 R Goblin Dark-Dwellers @Steven Belledin +111 C Goblin Freerunner @Wayne Reynolds +112 U Kazuul's Toll Collector @Greg Staples +113 R Oath of Chandra @Wesley Burt +114 U Press into Service @Steve Prescott +115 U Pyromancer's Assault @Todd Lockwood +116 U Reckless Bushwhacker @Kieran Yanner +117 C Sparkmage's Gambit @Mathias Kollros +118 U Tears of Valakut @Noah Bradley +119 R Tyrant of Valakut @Tyler Jacobson +120 C Zada's Commando @Zack Stella +121 U Birthing Hulk @Jack Wang +122 U Ruin in Their Wake @Jason Felix +123 C Scion Summoner @Johann Bodin +124 C Stalking Drone @Slawomir Maniak +125 R Vile Redeemer @Jason Rainville +126 M World Breaker @Jaime Jones +127 U Baloth Pup @Steve Prescott +128 U Bonds of Mortality @Chris Rallis +129 C Canopy Gorger @Lake Hurwitz +130 C Elemental Uprising @Svetlin Velinov +131 U Embodiment of Insight @Marco Nelor +132 R Gladehart Cavalry @Steven Belledin +133 U Harvester Troll @Greg Staples +134 C Lead by Example @Johannes Voss +135 C Loam Larva @Jason Kang +136 C Natural State @Volkan Baǵa +137 C Netcaster Spider @Zoltan Boros +138 M Nissa, Voice of Zendikar @Raymond Swanland +139 U Nissa's Judgment @Tyler Jacobson +140 R Oath of Nissa @Wesley Burt +141 C Pulse of Murasa @Matt Stewart +142 C Saddleback Lagac @Jason Kang +143 U Seed Guardian @Vincent Proce +144 R Sylvan Advocate @Volkan Baǵa +145 C Tajuru Pathwarden @Victor Adame Minguez +146 C Vines of the Recluse @Dan Scott +147 R Zendikar Resurgent @Chris Rallis +148 U Flayer Drone @Lius Lasahido +149 U Mindmelter @Jason Felix +150 U Void Grafter @Alejandro Mirabal +151 R Ayli, Eternal Pilgrim @Cynthia Sheppard +152 U Baloth Null @Jakub Kasper +153 U Cliffhaven Vampire @David Gaillet +154 U Joraga Auxiliary @David Gaillet +155 R Jori En, Ruin Diver @Igor Kieryluk +156 R Mina and Denn, Wildborn @Izzy +157 U Reflector Mage @Willian Murai +158 U Relentless Hunter @Matt Stewart +159 U Stormchaser Mage @Clint Cearley +160 U Weapons Trainer @Greg Opalinski +161 C Bone Saw @Kev Walker +162 R Captain's Claws @Anthony Palumbo +163 U Chitinous Cloak @Chris Rahn +164 C Hedron Crawler @Daniel Ljunggren +165 C Seer's Lantern @Jung Park +166 R Stoneforge Masterwork @Ben Maier +167 U Strider Harness @Kev Walker +168 U Cinder Barrens @Cliff Childs +169 R Corrupted Crossroads @Ryan Pancoast +170 C Crumbling Vestige @Zack Stella +171 R Hissing Quagmire @Cliff Childs +172 C Holdout Settlement @Kieran Yanner +173 U Meandering River @Cliff Childs +174 M Mirrorpool @Cliff Childs +175 R Needle Spires @Jonas De Ro +176 R Ruins of Oran-Rief @Jason Felix +177 R Sea Gate Wreckage @Zack Stella +178 U Submerged Boneyard @Cliff Childs +179 U Timber Gorge @Cliff Childs +180 U Tranquil Expanse @Cliff Childs +181 C Unknown Shores @Jung Park +182 R Wandering Fumarole @Florian de Gesincourt +183 C Wastes @Jason Felix +183 C Wastes @Jason Felix +184 C Wastes @Raymond Swanland +184 C Wastes @Raymond Swanland [tokens] c_1_1_eldrazi_scion_sac diff --git a/forge-gui/res/editions/Odyssey Promos.txt b/forge-gui/res/editions/Odyssey Promos.txt index e479222dfc1..8ca57d658e9 100644 --- a/forge-gui/res/editions/Odyssey Promos.txt +++ b/forge-gui/res/editions/Odyssey Promos.txt @@ -7,4 +7,4 @@ CardLang=ar ScryfallCode=PODY [cards] -276 R Stone-Tongue Basilisk +276 R Stone-Tongue Basilisk @Wayne England diff --git a/forge-gui/res/editions/Odyssey.txt b/forge-gui/res/editions/Odyssey.txt index e8660df351e..75800be46eb 100644 --- a/forge-gui/res/editions/Odyssey.txt +++ b/forge-gui/res/editions/Odyssey.txt @@ -14,356 +14,356 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=ODY [cards] -60 C AEther Burst -312 C Abandoned Outpost -59 C Aboshan's Desire -58 R Aboshan, Cephalid Emperor -172 C Acceptable Losses -1 R Aegis of Honor -115 C Afflict -61 R Amugaba -173 C Anarchist -2 R Ancestral Tribute -3 C Angelic Wall -4 U Animal Boneyard -174 R Ashen Firebeast -286 R Atogatog -62 U Aura Graft -5 C Auramancer -6 U Aven Archer -7 C Aven Cloudchaser -63 C Aven Fisher -8 C Aven Flock -9 R Aven Shrine -64 U Aven Smokeweaver -65 C Aven Windreader -10 R Balancing Act -66 U Balshan Beguiler -67 U Balshan Griffin -68 U Bamboozle -175 C Barbarian Lunatic -313 U Barbarian Ring -176 U Bash to Bits -177 U Battle Strain -69 R Battle of Wits -229 R Bearscape -230 U Beast Attack -11 U Beloved Chaplain -178 C Blazing Salvo -12 U Blessed Orator -116 R Bloodcurdler -314 C Bog Wreckage -179 R Bomb Squad -117 R Braids, Cabal Minion -118 U Buried Alive -180 R Burning Sands -119 C Cabal Inquisitor -120 R Cabal Patriarch -315 U Cabal Pit -121 R Cabal Shrine -231 R Call of the Herd -13 R Cantivore -70 C Careful Study -232 C Cartographer -297 R Catalyst Stone -122 U Caustic Tar -14 C Cease-Fire -316 U Centaur Garden -71 U Cephalid Broker -317 U Cephalid Coliseum -72 C Cephalid Looter -73 R Cephalid Retainer -74 C Cephalid Scout -75 R Cephalid Shrine -181 C Chainflinger -76 U Chamber of Manipulation -182 R Chance Encounter -298 R Charmed Pendant -233 C Chatter of the Squirrel -123 U Childhood Horror -234 R Chlorophant -124 C Coffin Purge -77 R Cognivore -78 U Concentrate -15 C Confessor -235 U Crashing Centaur -125 C Crypt Creeper -318 R Crystal Quarry -79 R Cultural Exchange -126 R Cursed Monstrosity -319 R Darkwater Catacombs -299 U Darkwater Egg -127 R Decaying Soil -287 R Decimate -128 U Decompose -16 C Dedicated Martyr -236 U Deep Reconnaissance -17 R Delaying Shield -80 U Deluge -81 C Dematerialize -183 U Demolish -184 C Demoralize -320 R Deserted Temple -18 R Devoted Caretaker -129 U Diabolic Tutor -237 C Diligent Farmhand -130 C Dirty Wererat -82 R Divert -19 R Divine Sacrament -20 R Dogged Hunter -83 C Dreamwinder -238 C Druid Lyrist -239 U Druid's Call -131 C Dusk Imp -185 C Dwarven Grunt -186 U Dwarven Recruiter -187 R Dwarven Shrine -188 U Dwarven Strike Force -21 R Earnest Fellowship -189 C Earth Rift -240 C Elephant Ambush -190 C Ember Beast -22 C Embolden -191 U Engulfing Flames -132 R Entomb -192 R Epicenter -84 C Escape Artist -133 U Execute -85 R Extract -134 U Face of Fear -135 U Famished Ghoul -86 U Fervent Denial -136 C Filthy Cur -193 C Firebolt -194 C Flame Burst -137 C Fledgling Imp -350 L Forest -350 L Forest -350 L Forest -350 L Forest -195 U Frenetic Ogre -138 C Frightcrawler -23 U Gallantry -139 C Ghastly Demise -241 U Gorilla Titan -24 R Graceful Antelope -140 C Gravedigger -141 R Gravestorm -242 R Ground Seal -196 C Halberdier -25 C Hallowed Healer -142 R Haunting Echoes -143 R Hint of Insanity -243 R Holistic Wisdom -244 U Howling Gale -87 C Immobilizing Ink -197 R Impulsive Maneuvers -144 U Infected Vermin -145 C Innocent Blood -288 R Iridescent Angel -337 L Island -337 L Island -337 L Island -337 L Island -245 R Ivy Elemental -300 R Junk Golem -199 C Kamahl's Desire -198 R Kamahl, Pit Fighter -26 R Karmic Justice -27 C Kirtar's Desire -28 R Kirtar's Wrath -246 C Krosan Archer -247 C Krosan Avenger -248 R Krosan Beast -88 U Laquatus's Creativity -146 C Last Rites -200 U Lava Blister -249 C Leaf Dancer -29 R Lieutenant Kirtar -30 C Life Burst -301 U Limestone Golem -201 U Liquid Fire -289 U Lithatog -31 U Luminous Guardian -202 C Mad Dog -203 U Magma Vein -204 R Magnivore -147 U Malevolent Awakening -32 R Master Apothecary -250 U Metamorphic Wurm -302 U Millikin -148 C Mind Burst -149 R Mindslicer -205 R Mine Layer -206 U Minotaur Explorer -303 R Mirari -207 R Molten Influence -251 C Moment's Peace -150 C Morbid Hunger -151 C Morgue Theft -152 R Mortivore -304 U Mossfire Egg -321 R Mossfire Valley -346 L Mountain -346 L Mountain -346 L Mountain -346 L Mountain -208 R Mudhole -252 C Muscle Burst -33 R Mystic Crusader -290 R Mystic Enforcer -34 U Mystic Penitent -35 C Mystic Visionary -36 C Mystic Zealot -253 C Nantuko Disciple -254 U Nantuko Elder -255 R Nantuko Mentor -256 R Nantuko Shrine -209 R Need for Speed -153 R Nefarious Lich -257 R New Frontiers -258 U Nimble Mongoose -37 U Nomad Decoy -322 U Nomad Stadium -259 R Nut Collector -210 R Obstinate Familiar -305 R Otarian Juggernaut -154 C Overeager Apprentice -260 U Overrun -155 U Painbringer -211 C Pardic Firecat -212 R Pardic Miner -213 C Pardic Swordsmith -306 U Patchwork Gnomes -156 C Patriarch's Desire -38 C Patrol Hound -89 R Patron Wizard -90 R Pedantic Learning -91 C Peek -92 R Persuasion -323 R Petrified Field -291 U Phantatog -93 C Phantom Whelp -39 R Pianna, Nomad Captain -40 C Pilgrim of Justice -41 C Pilgrim of Virtue -261 U Piper's Melody -331 L Plains -331 L Plains -331 L Plains -331 L Plains -94 U Predict -214 U Price of Glory -262 C Primal Frenzy -95 C Psionic Gift -292 U Psychatog -96 U Pulsating Illusion -97 U Puppeteer -263 C Rabid Elephant -324 C Ravaged Highlands -42 C Ray of Distortion -215 C Reckless Charge -216 U Recoup -264 C Refresh -98 C Repel -157 R Repentant Vampire -43 U Resilient Wanderer -217 C Rites of Initiation -99 C Rites of Refusal -265 C Rites of Spring -266 U Roar of the Wurm -158 U Rotting Giant -44 C Sacred Rites -159 U Sadistic Hypnotist -307 U Sandstone Deadfall -293 U Sarcatog -218 R Savage Firecat -219 C Scorching Missile -160 U Screams of the Damned -100 C Scrivener -325 C Seafloor Debris -45 C Second Thoughts -220 R Seize the Day -268 C Seton's Desire -267 R Seton, Krosan Protector -308 U Shadowblood Egg -326 R Shadowblood Ridge -294 R Shadowmage Infiltrator -46 C Shelter -101 R Shifty Doppelganger -221 U Shower of Coals -269 C Simplify -161 U Skeletal Scrying -162 U Skull Fracture -309 U Skycloud Egg -327 R Skycloud Expanse -270 U Skyshooter -47 U Soulcatcher -222 U Spark Mage -271 R Spellbane Centaur -48 U Sphere of Duty -49 U Sphere of Grace -50 U Sphere of Law -51 U Sphere of Reason -52 U Sphere of Truth -53 U Spiritualize -272 C Springing Tiger -273 R Squirrel Mob -274 U Squirrel Nest -163 R Stalking Bloodsucker -102 U Standstill -223 U Steam Vines -310 U Steamclaw -275 U Still Life -276 R Stone-Tongue Basilisk -311 U Sungrass Egg -328 R Sungrass Prairie -340 L Swamp -340 L Swamp -340 L Swamp -340 L Swamp -277 U Sylvan Might -103 C Syncopate -164 R Tainted Pact -329 R Tarnished Citadel -54 U Tattoo Ward -278 R Terravore -55 U Testament of Faith -295 U Thaumatog -224 C Thermal Blast -104 U Think Tank -105 R Thought Devourer -106 U Thought Eater -107 C Thought Nibbler -330 C Timberland Ruins -108 R Time Stretch -56 C Tireless Tribe -165 R Tombfire -109 C Touch of Invisibility -110 R Traumatize -166 R Traveling Plague -111 U Treetop Sentinel -225 C Tremble -279 U Twigwalker -112 R Unifying Theory -113 R Upheaval -296 R Vampiric Dragon -280 R Verdant Succession -281 U Vivify -226 U Volcanic Spray -227 R Volley of Boulders -57 R Wayward Angel -282 C Werebear -228 U Whipkeeper -167 C Whispering Shade -283 C Wild Mongrel -284 C Woodland Druid -114 C Words of Wisdom -168 C Zombie Assassin -169 C Zombie Cannibal -170 U Zombie Infestation -171 U Zombify -285 R Zoologist +60 C Aether Burst @Adam Rex +312 C Abandoned Outpost @Edward P. Beard, Jr. +59 C Aboshan's Desire @Ciruelo +58 R Aboshan, Cephalid Emperor @Christopher Moeller +172 C Acceptable Losses @Mike Ploog +1 R Aegis of Honor @Ron Spears +115 C Afflict @Roger Raupp +61 R Amugaba @Heather Hudson +173 C Anarchist @Greg Hildebrandt & Tim Hildebrandt +2 R Ancestral Tribute @Edward P. Beard, Jr. +3 C Angelic Wall @John Avon +4 U Animal Boneyard @Edward P. Beard, Jr. +174 R Ashen Firebeast @Mark Tedin +286 R Atogatog @Ron Spears +62 U Aura Graft @Ray Lago +5 C Auramancer @Rebecca Guay +6 U Aven Archer @Mark Zug +7 C Aven Cloudchaser @Justin Sweet +63 C Aven Fisher @Christopher Moeller +8 C Aven Flock @Greg Hildebrandt & Tim Hildebrandt +9 R Aven Shrine @Wayne England +64 U Aven Smokeweaver @Kev Walker +65 C Aven Windreader @Greg Hildebrandt & Tim Hildebrandt +10 R Balancing Act @Scott M. Fischer +66 U Balshan Beguiler @Ray Lago +67 U Balshan Griffin @Wayne England +68 U Bamboozle @Alan Pollack +175 C Barbarian Lunatic @Ron Spears +313 U Barbarian Ring @John Avon +176 U Bash to Bits @Matt Cavotta +177 U Battle Strain @Dave Dorman +69 R Battle of Wits @Mark Brill +229 R Bearscape @Heather Hudson +230 U Beast Attack @Ciruelo +11 U Beloved Chaplain @Darrell Riche +178 C Blazing Salvo @rk post +12 U Blessed Orator @Terese Nielsen +116 R Bloodcurdler @Adam Rex +314 C Bog Wreckage @Brian Snõddy +179 R Bomb Squad @Greg Hildebrandt & Tim Hildebrandt +117 R Braids, Cabal Minion @Eric Peterson +118 U Buried Alive @Greg Staples +180 R Burning Sands @Ron Spencer +119 C Cabal Inquisitor @Alex Horley-Orlandelli +120 R Cabal Patriarch @Mark Zug +315 U Cabal Pit @John Avon +121 R Cabal Shrine @Ben Thompson +231 R Call of the Herd @Carl Critchlow +13 R Cantivore @Daren Bader +70 C Careful Study @Scott M. Fischer +232 C Cartographer @Donato Giancola +297 R Catalyst Stone @Tony Szczudlo +122 U Caustic Tar @John Avon +14 C Cease-Fire @Darrell Riche +316 U Centaur Garden @John Avon +71 U Cephalid Broker @Dave Dorman +317 U Cephalid Coliseum @John Avon +72 C Cephalid Looter @Keith Garletts +73 R Cephalid Retainer @Tony Szczudlo +74 C Cephalid Scout @Alan Pollack +75 R Cephalid Shrine @Wayne England +181 C Chainflinger @Scott M. Fischer +76 U Chamber of Manipulation @Wayne England +182 R Chance Encounter @Mark Brill +298 R Charmed Pendant @Anthony S. Waters +233 C Chatter of the Squirrel @Jim Nelson +123 U Childhood Horror @Larry Elmore +234 R Chlorophant @John Avon +124 C Coffin Purge @Pete Venters +77 R Cognivore @Adam Rex +78 U Concentrate @Glen Angus & Arnie Swekel +15 C Confessor @John Avon +235 U Crashing Centaur @Eric Peterson +125 C Crypt Creeper @John Matson +318 R Crystal Quarry @Alan Pollack +79 R Cultural Exchange @Daren Bader +126 R Cursed Monstrosity @Jeff Remmer +319 R Darkwater Catacombs @Monte Michael Moore +299 U Darkwater Egg @David Martin +127 R Decaying Soil @Don Hazeltine +287 R Decimate @Alex Horley-Orlandelli +128 U Decompose @Tony Szczudlo +16 C Dedicated Martyr @Dave Dorman +236 U Deep Reconnaissance @Jeff Remmer +17 R Delaying Shield @Luca Zontini +80 U Deluge @Wayne England +81 C Dematerialize @Mike Ploog +183 U Demolish @Gary Ruddell +184 C Demoralize @Greg Hildebrandt & Tim Hildebrandt +320 R Deserted Temple @Rob Alexander +18 R Devoted Caretaker @Clyde Caldwell +129 U Diabolic Tutor @Rick Farrell +237 C Diligent Farmhand @Gary Ruddell +130 C Dirty Wererat @Daren Bader +82 R Divert @Christopher Moeller +19 R Divine Sacrament @Ray Lago +20 R Dogged Hunter @rk post +83 C Dreamwinder @Wayne England +238 C Druid Lyrist @Mark Zug +239 U Druid's Call @Greg Hildebrandt & Tim Hildebrandt +131 C Dusk Imp @Edward P. Beard, Jr. +185 C Dwarven Grunt @Mike Ploog +186 U Dwarven Recruiter @Ciruelo +187 R Dwarven Shrine @Matt Cavotta +188 U Dwarven Strike Force @Mike Ploog +21 R Earnest Fellowship @Heather Hudson +189 C Earth Rift @Wayne England +240 C Elephant Ambush @Anthony S. Waters +190 C Ember Beast @Wayne England +22 C Embolden @Rebecca Guay +191 U Engulfing Flames @Marc Fishman +132 R Entomb @Ron Spears +192 R Epicenter @Anthony S. Waters +84 C Escape Artist @Scott M. Fischer +133 U Execute @Gary Ruddell +85 R Extract @Matt Cavotta +134 U Face of Fear @Thomas M. Baxa +135 U Famished Ghoul @Adam Rex +86 U Fervent Denial @Scott M. Fischer +136 C Filthy Cur @Adam Rex +193 C Firebolt @Ron Spencer +194 C Flame Burst @Ron Spencer +137 C Fledgling Imp @John Matson +347 L Forest @Larry Elmore +348 L Forest @Rob Alexander +349 L Forest @Jerry Tiritilli +350 L Forest @Tony Szczudlo +195 U Frenetic Ogre @Ron Spears +138 C Frightcrawler @Matt Cavotta +23 U Gallantry @Mark Tedin +139 C Ghastly Demise @Gary Ruddell +241 U Gorilla Titan @Heather Hudson +24 R Graceful Antelope @Heather Hudson +140 C Gravedigger @Tony Szczudlo +141 R Gravestorm @Alex Horley-Orlandelli +242 R Ground Seal @Edward P. Beard, Jr. +196 C Halberdier @Ben Thompson +25 C Hallowed Healer @Ben Thompson +142 R Haunting Echoes @Arnie Swekel +143 R Hint of Insanity @Luca Zontini +243 R Holistic Wisdom @Rebecca Guay +244 U Howling Gale @Greg Staples +87 C Immobilizing Ink @Darrell Riche +197 R Impulsive Maneuvers @Dave Dorman +144 U Infected Vermin @Anthony S. Waters +145 C Innocent Blood @Carl Critchlow +288 R Iridescent Angel @Matt Cavotta +335 L Island @Alan Pollack +336 L Island @Ben Thompson +337 L Island @Larry Elmore +338 L Island @Rob Alexander +245 R Ivy Elemental @Ron Spencer +300 R Junk Golem @Brian Snõddy +199 C Kamahl's Desire @Dave Dorman +198 R Kamahl, Pit Fighter @Kev Walker +26 R Karmic Justice @Ray Lago +27 C Kirtar's Desire @Pete Venters +28 R Kirtar's Wrath @Kev Walker +246 C Krosan Archer @Ron Spears +247 C Krosan Avenger @D. Alexander Gregory +248 R Krosan Beast @Kev Walker +88 U Laquatus's Creativity @Don Hazeltine +146 C Last Rites @Bradley Williams +200 U Lava Blister @Rob Alexander +249 C Leaf Dancer @Greg Hildebrandt & Tim Hildebrandt +29 R Lieutenant Kirtar @Paolo Parente +30 C Life Burst @John Avon +301 U Limestone Golem @Mark Tedin +201 U Liquid Fire @Greg Staples +289 U Lithatog @Franz Vohwinkel +31 U Luminous Guardian @Terese Nielsen +202 C Mad Dog @Ron Spencer +203 U Magma Vein @Glen Angus +204 R Magnivore @Carl Critchlow +147 U Malevolent Awakening @Alex Horley-Orlandelli +32 R Master Apothecary @Terese Nielsen +250 U Metamorphic Wurm @Thomas M. Baxa +302 U Millikin @Alex Horley-Orlandelli +148 C Mind Burst @Marc Fishman +149 R Mindslicer @Kev Walker +205 R Mine Layer @Mark Brill +206 U Minotaur Explorer @Dave Dorman +303 R Mirari @Donato Giancola +207 R Molten Influence @Franz Vohwinkel +251 C Moment's Peace @Rebecca Guay +150 C Morbid Hunger @Eric Peterson +151 C Morgue Theft @Justin Sweet +152 R Mortivore @Anthony S. Waters +304 U Mossfire Egg @David Martin +321 R Mossfire Valley @John Avon +343 L Mountain @Anthony S. Waters +344 L Mountain @Franz Vohwinkel +345 L Mountain @Rob Alexander +346 L Mountain @Tony Szczudlo +208 R Mudhole @Gary Ruddell +252 C Muscle Burst @Gary Ruddell +33 R Mystic Crusader @Kev Walker +290 R Mystic Enforcer @Gary Ruddell +34 U Mystic Penitent @Larry Elmore +35 C Mystic Visionary @Matt Cavotta +36 C Mystic Zealot @Paolo Parente +253 C Nantuko Disciple @Justin Sweet +254 U Nantuko Elder @Daren Bader +255 R Nantuko Mentor @John Matson +256 R Nantuko Shrine @Rebecca Guay +209 R Need for Speed @Christopher Moeller +153 R Nefarious Lich @Jerry Tiritilli +257 R New Frontiers @Ron Spencer +258 U Nimble Mongoose @Terese Nielsen +37 U Nomad Decoy @Pete Venters +322 U Nomad Stadium @David Martin +259 R Nut Collector @Christopher Moeller +210 R Obstinate Familiar @Terese Nielsen +305 R Otarian Juggernaut @Brian Snõddy +154 C Overeager Apprentice @Ray Lago +260 U Overrun @Carl Critchlow +155 U Painbringer @Pete Venters +211 C Pardic Firecat @Glen Angus +212 R Pardic Miner @Tony Szczudlo +213 C Pardic Swordsmith @Bob Petillo +306 U Patchwork Gnomes @Jerry Tiritilli +156 C Patriarch's Desire @Eric Peterson +38 C Patrol Hound @Daren Bader +89 R Patron Wizard @Donato Giancola +90 R Pedantic Learning @Heather Hudson +91 C Peek @Adam Rex +92 R Persuasion @Adam Rex +323 R Petrified Field @Glen Angus +291 U Phantatog @Glen Angus +93 C Phantom Whelp @Wayne England +39 R Pianna, Nomad Captain @D. Alexander Gregory +40 C Pilgrim of Justice @Dany Orizio +41 C Pilgrim of Virtue @Massimilano Frezzato +261 U Piper's Melody @Greg Hildebrandt & Tim Hildebrandt +331 L Plains @Alan Pollack +332 L Plains @Don Hazeltine +333 L Plains @Eric Peterson +334 L Plains @Rob Alexander +94 U Predict @Rebecca Guay +214 U Price of Glory @Darrell Riche +262 C Primal Frenzy @Alex Horley-Orlandelli +95 C Psionic Gift @Dany Orizio +292 U Psychatog @Edward P. Beard, Jr. +96 U Pulsating Illusion @Arnie Swekel +97 U Puppeteer @Scott M. Fischer +263 C Rabid Elephant @Dave Dorman +324 C Ravaged Highlands @David Martin +42 C Ray of Distortion @Carl Critchlow +215 C Reckless Charge @Scott M. Fischer +216 U Recoup @Dave Dorman +264 C Refresh @Keith Garletts +98 C Repel @Terese Nielsen +157 R Repentant Vampire @Mark Tedin +43 U Resilient Wanderer @Clyde Caldwell +217 C Rites of Initiation @Bradley Williams +99 C Rites of Refusal @Bradley Williams +265 C Rites of Spring @Bradley Williams +266 U Roar of the Wurm @Kev Walker +158 U Rotting Giant @Kev Walker +44 C Sacred Rites @Bradley Williams +159 U Sadistic Hypnotist @Paolo Parente +307 U Sandstone Deadfall @Jim Nelson +293 U Sarcatog @Mark Brill +218 R Savage Firecat @Dave Dorman +219 C Scorching Missile @Don Hazeltine +160 U Screams of the Damned @Jerry Tiritilli +100 C Scrivener @Kev Walker +325 C Seafloor Debris @Larry Elmore +45 C Second Thoughts @Ray Lago +220 R Seize the Day @Greg Staples +268 C Seton's Desire @Ciruelo +267 R Seton, Krosan Protector @Greg Staples +308 U Shadowblood Egg @David Martin +326 R Shadowblood Ridge @Glen Angus +294 R Shadowmage Infiltrator @Rick Farrell +46 C Shelter @Christopher Moeller +101 R Shifty Doppelganger @Greg Staples +221 U Shower of Coals @Matt Cavotta +269 C Simplify @Greg Hildebrandt & Tim Hildebrandt +161 U Skeletal Scrying @Bob Petillo +162 U Skull Fracture @Paolo Parente +309 U Skycloud Egg @David Martin +327 R Skycloud Expanse @Rob Alexander +270 U Skyshooter @Jerry Tiritilli +47 U Soulcatcher @Ron Spencer +222 U Spark Mage @Paolo Parente +271 R Spellbane Centaur @Rick Farrell +48 U Sphere of Duty @Christopher Moeller +49 U Sphere of Grace @Christopher Moeller +50 U Sphere of Law @Christopher Moeller +51 U Sphere of Reason @Christopher Moeller +52 U Sphere of Truth @Christopher Moeller +53 U Spiritualize @Christopher Moeller +272 C Springing Tiger @Arnie Swekel +273 R Squirrel Mob @Carl Critchlow +274 U Squirrel Nest @Anthony S. Waters +163 R Stalking Bloodsucker @Greg Staples +102 U Standstill @Heather Hudson +223 U Steam Vines @Anthony S. Waters +310 U Steamclaw @Jim Nelson +275 U Still Life @Matt Cavotta +276 R Stone-Tongue Basilisk @Wayne England +311 U Sungrass Egg @David Martin +328 R Sungrass Prairie @Ron Spencer +339 L Swamp @Jerry Tiritilli +340 L Swamp @Arnie Swekel +341 L Swamp @Rob Alexander +342 L Swamp @Alan Pollack +277 U Sylvan Might @Arnie Swekel +103 C Syncopate @Pete Venters +164 R Tainted Pact @Adam Rex +329 R Tarnished Citadel @David Martin +54 U Tattoo Ward @Ben Thompson +278 R Terravore @Jim Nelson +55 U Testament of Faith @Roger Raupp +295 U Thaumatog @Monte Michael Moore +224 C Thermal Blast @Franz Vohwinkel +104 U Think Tank @Jim Nelson +105 R Thought Devourer @Jim Nelson +106 U Thought Eater @Luca Zontini +107 C Thought Nibbler @Arnie Swekel +330 C Timberland Ruins @Alan Pollack +108 R Time Stretch @Paolo Parente +56 C Tireless Tribe @Carl Critchlow +165 R Tombfire @Arnie Swekel +109 C Touch of Invisibility @Eric Peterson +110 R Traumatize @Greg Staples +166 R Traveling Plague @Dave Dorman +111 U Treetop Sentinel @Carl Critchlow +225 C Tremble @Ciruelo +279 U Twigwalker @Carl Critchlow +112 R Unifying Theory @Ron Spears +113 R Upheaval @Kev Walker +296 R Vampiric Dragon @Gary Ruddell +280 R Verdant Succession @Edward P. Beard, Jr. +281 U Vivify @Greg Staples +226 U Volcanic Spray @Matt Cavotta +227 R Volley of Boulders @Tony Szczudlo +57 R Wayward Angel @Mark Tedin +282 C Werebear @Carl Critchlow +228 U Whipkeeper @Ron Spencer +167 C Whispering Shade @Daren Bader +283 C Wild Mongrel @Anthony S. Waters +284 C Woodland Druid @Rick Farrell +114 C Words of Wisdom @Eric Peterson +168 C Zombie Assassin @Pete Venters +169 C Zombie Cannibal @Adam Rex +170 U Zombie Infestation @Thomas M. Baxa +171 U Zombify @Mark Romanoski +285 R Zoologist @Alex Horley-Orlandelli [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Online Promos.txt b/forge-gui/res/editions/Online Promos.txt index 6f26ed794f8..75ac38613dd 100644 --- a/forge-gui/res/editions/Online Promos.txt +++ b/forge-gui/res/editions/Online Promos.txt @@ -6,244 +6,244 @@ Type=Online ScryfallCode=PRM [cards] -62501 S Abbot of Keral Keep -62479 S Abu Ja'far -59641 S Accumulated Knowledge -62453 S Aether Storm -35050 S Aisling Leprechaun -62523 S Ambition's Cost -46954 S Ancestral Recall -70944 S Ancient Stirrings -54547 S Arcanis the Omnipotent -219 S Argivian Archaeologist -69983 S Ash Barrens -58895 S Avenger of Zendikar -62395 S Azorius Signet -46906 S Azorius Signet -43600 S Badlands -227 S Baron Sengir -43602 S Basalt Monolith -43604 S Bayou -62519 S Beacon of Unrest -46932 S Black Lotus -72301 S Blood Crypt -70922 S Blue Elemental Blast -62393 S Boros Signet -46904 S Boros Signet -36050 S Bottle Gnomes -205 S Braingeyser -72311 S Breeding Pool -62507 S Burgeoning -62531 S Candelabra of Tawnos -62513 S Chain of Vapor -65646 S Chains of Mephistopheles -65007 S Chandra, Pyromaster -62445 S Chittering Rats -47979 S Command Tower -62491 S Consume the Meek -62485 S Contagion -43594 S Control Magic -65650 S Copy Artifact -62521 S Crop Rotation -65652 S Cuombajj Witches -41108 S Darksteel Relic -62459 S Decimate -31399 S Decree of Justice -47985 S Decree of Pain -47967 S Desertion -32527 S Diabolic Edict -47971 S Diaochan, Artful Beauty -62435 S Dimir Signet -46924 S Dimir Signet -62429 S Disintegrate -62525 S Doom Blade -61058 S Doomsday -60482 S Dread Return -46873 S Dryad Militant -47983 S Duplicant -59647 S Elspeth, Sun's Champion -65654 S Elvish Spirit Guide -62447 S Epic Struggle -62421 S Erratic Portal -46946 S Eureka -62477 S Exclude -62463 S Exploration -59643 S Explore -62503 S Exquisite Firecraft -62457 S Fire-Lit Thicket -31401 S Fireblast -69985 S Flusterstorm -62409 S Forbidden Orchard -207 S Fork -33440 S Forked Lightning -43596 S Future Sight -43632 S Fyndhorn Elves -65656 S Gauntlet of Might -60484 S Geist of Saint Traft -77947 S Gideon Jura -54545 S Goblin Bombardment -62383 S Goblin Vandal -46916 S Goblin Vandal -72305 S Godless Shrine -62397 S Golgari Signet -61060 S Gorilla Shaman -69989 S Grafdigger's Cage -61567 S Grim Monolith -62423 S Grindstone -62401 S Gruul Signet -46914 S Gruul Signet -61056 S Gush -72297 S Hallowed Fountain -223 S Hand of Justice -23956 S Hazezon Tamar -35052 S Headless Horseman -65642 S Helm of Obedience -62449 S Hoodwink -69987 S Hostage Taker -69979 S Hydroblast -43634 S Hymn to Tourach -59639 S Icatian Javelineers -35980 S Icatian Javelineers -213 S Ifh-Biff Efreet -62387 S Izzet Signet -70942 S Jokulhaups -35820 S Joraga Warcaller -215 S Khabal Ghoul -43628 S Kjeldoran Outpost -23952 S Kjeldoran Outpost -33442 S Kongming, "Sleeping Dragon" -62493 S Kozilek, the Great Distortion -43630 S Lake of the Dead -23954 S Lake of the Dead -46940 S Library of Alexandria -51936 S Lion's Eye Diamond -62415 S Lowland Oaf -47973 S Loyal Retainers -58241 S Mana Flare -46942 S Mana Vault -60456 S Markov Dreadknight -46950 S Metalworker -62427 S Mind Twist -46920 S Mind Twist -47981 S Mind's Eye -60480 S Mindwrack Demon -62461 S Misdirection -221 S Mishra's Factory -46944 S Mishra's Workshop -46948 S Moat -60478 S Momentary Blink -36140 S Mother of Runes -46896 S Mox Emerald -46894 S Mox Jet -46892 S Mox Pearl -46952 S Mox Ruby -46902 S Mox Sapphire -46936 S Nether Void -65009 S Nicol Bolas, Planeswalker -62511 S Nissa, Voice of Zendikar -65005 S Nissa, Worldwaker -62509 S Ob Nixilis Reignited -58893 S Oblivion Sower -43644 S Old Man of the Sea -43638 S Orcish Lumberjack -62399 S Orzhov Signet -46910 S Orzhov Signet -72315 S Overgrown Tomb -39019 S Peace Strider -39017 S Pierce Strider -43608 S Plateau -36110 S Pouncing Jaguar -23950 S Preacher -62489 S Primal Command -69981 S Pyroblast -43640 S Pyrokinesis -62443 S Quirion Ranger -62389 S Rakdos Signet -46898 S Rakdos Signet -62407 S Razorfin Hunter -43610 S Red Elemental Blast -43612 S Regrowth -62517 S Reins of Power -54543 S Repeal -36204 S Rhox -69943 S Rhystic Study -62465 S Rout -62417 S Rupture -72309 S Sacred Foundry -43614 S Savannah -66898 S Scapeshift -47969 S Scroll Rack -43616 S Scrubland -62431 S Scryb Sprites -209 S Sedge Troll -62437 S Selesnya Signet -46926 S Selesnya Signet -217 S Serendib Efreet -55314 S Shadowmage Infiltrator -43550 S Shepherd of the Lost -62535 S Shivan Dragon -62497 S Silkwrap -62391 S Simic Signet -46900 S Simic Signet -62381 S Skyship Weatherlight -26980 S Sliver Queen -62441 S Snap -62471 S Soul of Theros -36851 S Staggershock -65648 S Stasis -72307 S Steam Vents -72313 S Stomping Ground -62495 S Stone Haven Outfitter -62425 S Stunted Growth -43642 S Stunted Growth -40070 S Suture Priest -43636 S Sylvan Library -23948 S Sylvan Library -43618 S Taiga -23946 S Tawnos's Coffin -72303 S Temple Garden -59653 S Temple of the False God -36849 S Terra Stomper -46938 S The Abyss -62385 S The Rack -60450 S The Tabernacle at Pendrell Vale -62433 S Thran Golem -229 S Thunder Spirit -62221 S Time Spiral -46912 S Time Walk -46918 S Timetwister -62483 S Tinder Wall -65644 S Transmute Artifact -69242 S Traxos, Scourge of Kroog -43620 S Tropical Island -69268 S True-Name Nemesis -43622 S Tundra -62455 S Twilight Mire -211 S Two-Headed Giant of Foriys -43624 S Underground Sea -61062 S Undiscovered Paradise -69262 S Urza's Mine -69264 S Urza's Power Plant -69266 S Urza's Tower -43626 S Volcanic Island -69991 S Walking Ballista -72299 S Watery Grave -62515 S Wave of Reckoning -62419 S Wild Pair -62529 S Windfall -46922 S Winter Orb -36094 S Wood Elves -31965 S Wren's Run Packmaster -35102 S Zodiac Dog -35098 S Zodiac Goat -35090 S Zodiac Horse -35084 S Zodiac Monkey -35092 S Zodiac Ox -35100 S Zodiac Pig -35086 S Zodiac Rabbit -35094 S Zodiac Rat -35082 S Zodiac Rooster -35096 S Zodiac Snake -35088 S Zodiac Tiger -225 S Zuran Orb -26584 S Gleemox +62501 S Abbot of Keral Keep @Anna Steinbauer +62479 S Abu Ja'far @Ryan Alexander Lee +59641 S Accumulated Knowledge @David Palumbo +62453 S Aether Storm @Philip Straub +35050 S Aisling Leprechaun @Quinton Hoover +62523 S Ambition's Cost @Zezhou Chen +46954 S Ancestral Recall @Mark Poole +70944 S Ancient Stirrings @Emrah Elmasli +54547 S Arcanis the Omnipotent @Ryan Alexander Lee +219 S Argivian Archaeologist @Amy Weber +69983 S Ash Barrens @John Avon +58895 S Avenger of Zendikar @Aleksi Briclot +62395 S Azorius Signet @Raoul Vitale +46906 S Azorius Signet @Raoul Vitale +43600 S Badlands @Daarken +227 S Baron Sengir @Pete Venters +43602 S Basalt Monolith @Yeong-Hao Han +43604 S Bayou @Karl Kopinski +62519 S Beacon of Unrest @Joseph Meehan +46932 S Black Lotus @Chris Rahn +72301 S Blood Crypt @Jonas De Ro +70922 S Blue Elemental Blast @Slawomir Maniak +62393 S Boros Signet @Mike Sass +46904 S Boros Signet @Mike Sass +36050 S Bottle Gnomes @Kaja Foglio +205 S Braingeyser @Mark Tedin +72311 S Breeding Pool @Yeong-Hao Han +62507 S Burgeoning @Titus Lunter +62531 S Candelabra of Tawnos @Clint Cearley +62513 S Chain of Vapor @Svetlin Velinov +65646 S Chains of Mephistopheles @Daarken +65007 S Chandra, Pyromaster @Chris Rahn +62445 S Chittering Rats @Yeong-Hao Han +47979 S Command Tower @Adam Paquette +62491 S Consume the Meek @Richard Wright +62485 S Contagion @Chris Rallis +43594 S Control Magic @Clint Cearley +65650 S Copy Artifact @Magali Villeneuve +62521 S Crop Rotation @Daniel Ljunggren +65652 S Cuombajj Witches @Seb McKinnon +41108 S Darksteel Relic @Daniel Ljunggren +62459 S Decimate @Zoltan Boros +31399 S Decree of Justice @Alan Pollack +47985 S Decree of Pain @Mathias Kollros +47967 S Desertion @Richard Kane Ferguson +32527 S Diabolic Edict @Ron Spencer +47971 S Diaochan, Artful Beauty @Miao Aili +62435 S Dimir Signet @Raoul Vitale +46924 S Dimir Signet @Raoul Vitale +62429 S Disintegrate @Dave Kendall +62525 S Doom Blade @Raymond Swanland +61058 S Doomsday @Joseph Meehan +60482 S Dread Return @Svetlin Velinov +46873 S Dryad Militant @Ryan Pancoast +47983 S Duplicant @Marco Nelor +59647 S Elspeth, Sun's Champion @Tyler Jacobson +65654 S Elvish Spirit Guide @Anna Steinbauer +62447 S Epic Struggle @Chris Rahn +62421 S Erratic Portal @Ioan Dumitrescu +46946 S Eureka @Ryan Pancoast +62477 S Exclude @Greg Staples +62463 S Exploration @Florian de Gesincourt +59643 S Explore @Johann Bodin +62503 S Exquisite Firecraft @Ryan Yee +62457 S Fire-Lit Thicket @Yeong-Hao Han +31401 S Fireblast @Michael Danza +69985 S Flusterstorm @Chris Rallis +62409 S Forbidden Orchard @Daniel Ljunggren +207 S Fork @Amy Weber +33440 S Forked Lightning @Ted Naifeh +43596 S Future Sight @Dan Scott +43632 S Fyndhorn Elves @Igor Kieryluk +65656 S Gauntlet of Might @Daniel Ljunggren +60484 S Geist of Saint Traft @Daarken +77947 S Gideon Jura @Aleksi Briclot +54545 S Goblin Bombardment @Dave Kendall +62383 S Goblin Vandal @Thomas M. Baxa +46916 S Goblin Vandal @Thomas M. Baxa +72305 S Godless Shrine @Cliff Childs +62397 S Golgari Signet @Raoul Vitale +61060 S Gorilla Shaman @Filip Burburan +69989 S Grafdigger's Cage @Nils Hamm +61567 S Grim Monolith @Emrah Elmasli +62423 S Grindstone @Yeong-Hao Han +62401 S Gruul Signet @Efrem Palacios +46914 S Gruul Signet @Efrem Palacios +61056 S Gush @Franz Vohwinkel +72297 S Hallowed Fountain @Yeong-Hao Han +223 S Hand of Justice @Melissa A. Benson +23956 S Hazezon Tamar @Richard Kane Ferguson +35052 S Headless Horseman @Quinton Hoover +65642 S Helm of Obedience @Volkan Baǵa +62449 S Hoodwink @Volkan Baǵa +69987 S Hostage Taker @Wayne Reynolds +69979 S Hydroblast @Joseph Meehan +43634 S Hymn to Tourach @Greg Staples +59639 S Icatian Javelineers @Michael Phillippi +35980 S Icatian Javelineers @Michael Phillippi +213 S Ifh-Biff Efreet @Jesper Myrfors +62387 S Izzet Signet @Raoul Vitale +70942 S Jokulhaups @Mike Kerr +35820 S Joraga Warcaller @Steven Belledin +215 S Khabal Ghoul @Douglas Shuler +43628 S Kjeldoran Outpost @Noah Bradley +23952 S Kjeldoran Outpost @Jeff A. Menges +33442 S Kongming, "Sleeping Dragon" @Gao Yan +62493 S Kozilek, the Great Distortion @Jaime Jones +43630 S Lake of the Dead @Eytan Zana +23954 S Lake of the Dead @Pete Venters +46940 S Library of Alexandria @Drew Baker +51936 S Lion's Eye Diamond @Lindsey Look +62415 S Lowland Oaf @Nic Klein +47973 S Loyal Retainers @Solomon Au Yeung +58241 S Mana Flare @Carl Critchlow +46942 S Mana Vault @Christine Choi +60456 S Markov Dreadknight @Cynthia Sheppard +46950 S Metalworker @Jasper Sandner +62427 S Mind Twist @Seb McKinnon +46920 S Mind Twist @Seb McKinnon +47981 S Mind's Eye @Karl Kopinski +60480 S Mindwrack Demon @Daarken +62461 S Misdirection @Mathias Kollros +221 S Mishra's Factory @Kaja Foglio & Phil Foglio +46944 S Mishra's Workshop @Sam Burley +46948 S Moat @Noah Bradley +60478 S Momentary Blink @Evan Shipard +36140 S Mother of Runes @Scott M. Fischer +46896 S Mox Emerald @Volkan Baǵa +46894 S Mox Jet @Volkan Baǵa +46892 S Mox Pearl @Volkan Baǵa +46952 S Mox Ruby @Volkan Baǵa +46902 S Mox Sapphire @Volkan Baǵa +46936 S Nether Void @Véronique Meignaud +65009 S Nicol Bolas, Planeswalker @Chris Rahn +62511 S Nissa, Voice of Zendikar @Raymond Swanland +65005 S Nissa, Worldwaker @Chris Rahn +62509 S Ob Nixilis Reignited @Raymond Swanland +58893 S Oblivion Sower @Aleksi Briclot +43644 S Old Man of the Sea @Greg Staples +43638 S Orcish Lumberjack @Steve Prescott +62399 S Orzhov Signet @Martina Pilcerova +46910 S Orzhov Signet @Martina Pilcerova +72315 S Overgrown Tomb @Svetlin Velinov +39019 S Peace Strider @Igor Kieryluk +39017 S Pierce Strider @Igor Kieryluk +43608 S Plateau @Noah Bradley +36110 S Pouncing Jaguar @Daren Bader +23950 S Preacher @Quinton Hoover +62489 S Primal Command @Magali Villeneuve +69981 S Pyroblast @Joseph Meehan +43640 S Pyrokinesis @Igor Kieryluk +62443 S Quirion Ranger @Allen Williams +62389 S Rakdos Signet @Martina Pilcerova +46898 S Rakdos Signet @Martina Pilcerova +62407 S Razorfin Hunter @Steve Prescott +43610 S Red Elemental Blast @Christopher Moeller +43612 S Regrowth @Dan Scott +62517 S Reins of Power @John Severin Brassell +54543 S Repeal @Anthony Palumbo +36204 S Rhox @Mark Zug +69943 S Rhystic Study @Paul Scott Canavan +62465 S Rout @Igor Kieryluk +62417 S Rupture @BD +72309 S Sacred Foundry @Chris Ostrowski +43614 S Savannah @Charles Urbach +66898 S Scapeshift @Daniel Ljunggren +47969 S Scroll Rack @Heather Hudson +43616 S Scrubland @Eytan Zana +62431 S Scryb Sprites @Brian Snõddy +209 S Sedge Troll @Dan Frazier +62437 S Selesnya Signet @Raoul Vitale +46926 S Selesnya Signet @Raoul Vitale +217 S Serendib Efreet @Anson Maddocks +55314 S Shadowmage Infiltrator @Tomasz Jedruszek +43550 S Shepherd of the Lost @Kekai Kotaki +62535 S Shivan Dragon @Donato Giancola +62497 S Silkwrap @Adam Paquette +62391 S Simic Signet @Mike Sass +46900 S Simic Signet @Mike Sass +62381 S Skyship Weatherlight @Donato Giancola +26980 S Sliver Queen @Ron Spencer +62441 S Snap @Véronique Meignaud +62471 S Soul of Theros @Lucas Graciano +36851 S Staggershock @Raymond Swanland +65648 S Stasis @Seb McKinnon +72307 S Steam Vents @Yeong-Hao Han +72313 S Stomping Ground @Cliff Childs +62495 S Stone Haven Outfitter @James Ryman +62425 S Stunted Growth @Dave Kendall +43642 S Stunted Growth @Dave Kendall +40070 S Suture Priest @Igor Kieryluk +43636 S Sylvan Library @Yeong-Hao Han +23948 S Sylvan Library @Harold McNeill +43618 S Taiga @Sam Burley +23946 S Tawnos's Coffin @Christopher Rush +72303 S Temple Garden @Alayna Danner +59653 S Temple of the False God @James Zapata +36849 S Terra Stomper @Goran Josic +46938 S The Abyss @Jason A. Engle +62385 S The Rack @Nic Klein +60450 S The Tabernacle at Pendrell Vale @Richard Wright +62433 S Thran Golem @Mathias Kollros +229 S Thunder Spirit @Randy Asplund-Faith +62221 S Time Spiral @Clint Cearley +46912 S Time Walk @Chris Rahn +46918 S Timetwister @Matt Stewart +62483 S Tinder Wall @Jonas De Ro +65644 S Transmute Artifact @Jason Felix +69242 S Traxos, Scourge of Kroog @Titus Lunter +43620 S Tropical Island @Franz Vohwinkel +69268 S True-Name Nemesis @Howard Lyon +43622 S Tundra @Lars Grant-West +62455 S Twilight Mire @John Avon +211 S Two-Headed Giant of Foriys @Anson Maddocks +43624 S Underground Sea @Cliff Childs +61062 S Undiscovered Paradise @Grzegorz Rutkowski +69262 S Urza's Mine @Ralph Horsley +69264 S Urza's Power Plant @Ralph Horsley +69266 S Urza's Tower @Ralph Horsley +43626 S Volcanic Island @Noah Bradley +69991 S Walking Ballista @Daniel Ljunggren +72299 S Watery Grave @Svetlin Velinov +62515 S Wave of Reckoning @Josh Hass +62419 S Wild Pair @Lars Grant-West +62529 S Windfall @Scott Murphy +46922 S Winter Orb @Brian Snõddy +36094 S Wood Elves @Rebecca Guay +31965 S Wren's Run Packmaster @Steve Prescott +35102 S Zodiac Dog @Qi Baocheng +35098 S Zodiac Goat @Qi Baocheng +35090 S Zodiac Horse @Ai Desheng +35084 S Zodiac Monkey @Ai Desheng +35092 S Zodiac Ox @Ai Desheng +35100 S Zodiac Pig @Qi Baocheng +35086 S Zodiac Rabbit @Ai Desheng +35094 S Zodiac Rat @Qi Baocheng +35082 S Zodiac Rooster @Ai Desheng +35096 S Zodiac Snake @Qi Baocheng +35088 S Zodiac Tiger @Ai Desheng +225 S Zuran Orb @Sandra Everingham +26584 S Gleemox @Dan Frazier diff --git a/forge-gui/res/editions/Onslaught Promos.txt b/forge-gui/res/editions/Onslaught Promos.txt index 0fcb3b4d571..9e67b833b4c 100644 --- a/forge-gui/res/editions/Onslaught Promos.txt +++ b/forge-gui/res/editions/Onslaught Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PONS [cards] -169 R Silent Specter +169 R Silent Specter @Daren Bader diff --git a/forge-gui/res/editions/Onslaught.txt b/forge-gui/res/editions/Onslaught.txt index 2fc35bfbf9b..9070917f0ef 100644 --- a/forge-gui/res/editions/Onslaught.txt +++ b/forge-gui/res/editions/Onslaught.txt @@ -14,356 +14,356 @@ FoilAlwaysInCommonSlot=False ScryfallCode=ONS [cards] -184 U AEther Charge -123 C Accursed Centaur -185 R Aggravated Assault -62 C Airborne Aid -186 U Airdrop Condor -1 U Akroma's Blessing -2 R Akroma's Vengeance -3 R Ancestor's Prophet -245 R Animal Magnetism -63 U Annex -124 C Anurid Murkdiver -64 U Aphetto Alchemist -125 C Aphetto Dredging -65 U Aphetto Grifter -126 U Aphetto Vulture -66 R Arcanis the Omnipotent -67 R Artificial Evolution -68 C Ascending Aven -4 U Astral Slide -5 U Aura Extraction -6 R Aurification -187 U Avarax -7 R Aven Brigadier -69 U Aven Fateshaper -8 U Aven Soulgazer -70 C Backslide -246 C Barkhide Mauler -312 C Barren Moor -188 C Battering Craghorn -9 C Battlefield Medic -247 R Biorhythm -248 C Birchlore Rangers -127 U Blackmail -71 R Blatant Thievery -189 R Blistering Firecat -249 U Bloodline Shaman -313 R Bloodstained Mire -128 U Boneknitter -190 C Break Open -191 C Brightstone Ritual -250 U Broodhatch Nantuko -192 R Butcher Orgg -129 U Cabal Archon -130 U Cabal Executioner -131 U Cabal Slaver -72 R Callous Oppressor -10 R Catapult Master -11 U Catapult Squad -251 U Centaur Glade -252 U Chain of Acid -193 U Chain of Plasma -12 U Chain of Silence -132 U Chain of Smog -73 U Chain of Vapor -194 C Charging Slateback -74 C Choking Tethers -13 R Circle of Solace -75 R Clone -195 U Commando Raid -76 U Complicate -314 R Contested Cliffs -14 R Convalescent Care -133 R Cover of Darkness -77 C Crafty Pathmage -15 U Crowd Favorites -78 C Crown of Ascension -16 C Crown of Awe -196 C Crown of Fury -134 C Crown of Suspicion -253 C Crown of Vigor -17 U Crude Rampart -135 C Cruel Revival -306 R Cryptic Gateway -197 U Custody Battle -18 C Daru Cavalier -315 U Daru Encampment -19 C Daru Healer -20 C Daru Lancer -21 C Daunting Defender -22 U Dawning Purist -136 R Death Match -137 U Death Pulse -23 C Defensive Maneuvers -24 C Demystify -138 C Dirge of Dread -25 C Disciple of Grace -139 C Disciple of Malice -79 U Discombobulate -80 U Dispersing Orb -81 C Disruptive Pitmage -26 C Dive Bomber -307 R Doom Cannon -140 R Doomed Necromancer -27 U Doubtless One -198 R Dragon Roost -308 R Dream Chisel -199 U Dwarven Blastminer -141 R Ebonblade Reaper -254 U Elven Riders -255 C Elvish Guidance -256 C Elvish Pathcutter -257 C Elvish Pioneer -258 U Elvish Scrapper -259 R Elvish Vanguard -260 C Elvish Warrior -200 U Embermage Goblin -261 R Enchantress's Presence -142 R Endemic Plague -143 R Entrails Feaster -201 C Erratic Explosion -82 U Essence Fracture -262 U Everglove Courier -28 R Exalted Angel -263 U Explosive Vegetation -144 U Fade from Memory -145 C Fallen Cleric -146 R False Cure -147 U Feeding Frenzy -148 C Festering Goblin -202 C Fever Charm -203 U Flamestick Courier -83 U Fleeting Aven -316 R Flooded Strand -29 C Foothill Guide -347 L Forest -347 L Forest -347 L Forest -347 L Forest -317 C Forgotten Cave -149 U Frightshroud Courier -84 R Future Sight -150 R Gangrenous Goliath -85 U Ghosthelm Courier -264 R Gigapede -30 R Glarecaster -31 C Glory Seeker -151 U Gluttonous Zombie -318 U Goblin Burrows -204 U Goblin Machinist -205 R Goblin Piledriver -206 R Goblin Pyromancer -207 R Goblin Sharpshooter -208 C Goblin Sky Raider -209 C Goblin Sledder -210 C Goblin Taskmaster -319 R Grand Coliseum -211 R Grand Melee -32 C Grassland Crusader -212 R Gratuitous Violence -33 C Gravel Slinger -152 R Gravespawn Sovereign -86 U Graxiplon -153 R Grinning Demon -34 C Gustcloak Harrier -35 C Gustcloak Runner -36 R Gustcloak Savior -37 U Gustcloak Sentinel -38 U Gustcloak Skirmisher -39 R Harsh Mercy -154 C Haunted Cadaver -155 R Head Games -156 U Headhunter -265 U Heedless One -266 R Hystrodon -87 C Imagecrafter -40 U Improvised Armor -157 U Infest -88 C Information Dealer -41 U Inspirit -213 R Insurrection -267 U Invigorating Boon -42 U Ironfist Crusher -338 L Island -338 L Island -338 L Island -338 L Island -90 C Ixidor's Will -89 R Ixidor, Reality Sculptor -43 R Jareth, Leonine Titan -214 R Kaboom! -269 U Kamahl's Summons -268 R Kamahl, Fist of Krosa -270 R Krosan Colossus -271 U Krosan Groundshaker -272 C Krosan Tusker -215 C Lavamancer's Skill -216 C Lay Waste -273 C Leery Fogbeast -217 U Lightning Rift -320 C Lonely Sandbar -91 C Mage's Guile -218 R Mana Echoes -92 U Meddle -219 R Menacing Ogre -158 C Misery Charm -93 C Mistform Dreamer -94 C Mistform Mask -95 U Mistform Mutant -96 U Mistform Shrieker -97 R Mistform Skyreaver -98 U Mistform Stalker -99 C Mistform Wall -44 R Mobilization -345 L Mountain -345 L Mountain -345 L Mountain -345 L Mountain -274 R Mythic Proportions -100 U Nameless One -159 C Nantuko Husk -275 C Naturalize -220 C Nosy Goblin -45 U Nova Cleric -46 R Oblation -160 R Oversold Cemetery -276 U Overwhelming Instinct -47 C Pacifism -161 R Patriarch's Bidding -48 U Pearlspear Courier -101 R Peer Pressure -49 C Piety Charm -221 C Pinpoint Avalanche -333 L Plains -333 L Plains -333 L Plains -333 L Plains -321 R Polluted Delta -277 U Primal Boost -162 C Profane Prayers -163 U Prowling Pangolin -102 R Psychic Trance -103 R Quicksilver Dragon -278 R Ravenous Baloth -104 R Read the Runes -222 U Reckless One -105 U Reminisce -50 C Renewed Faith -51 U Righteous Cause -106 C Riptide Biologist -107 U Riptide Chronologist -108 R Riptide Entrancer -322 R Riptide Laboratory -309 R Riptide Replicator -109 U Riptide Shapeshifter -223 R Risky Move -224 R Rorix Bladewing -164 R Rotlung Reanimator -110 U Rummaging Wizard -279 U Run Wild -111 C Sage Aven -52 C Sandskin -112 C Screaming Seahawk -165 C Screeching Buzzard -113 C Sea's Claim -225 U Searing Flesh -323 U Seaside Haven -324 C Secluded Steppe -280 U Serpentine Basilisk -166 C Severed Legion -167 U Shade's Breath -226 U Shaleskin Bruiser -53 R Shared Triumph -168 C Shepherd of Rot -54 U Shieldmage Elder -227 C Shock -55 R Sigil of the New Dawn -169 R Silent Specter -281 R Silklash Spider -282 R Silvos, Rogue Elemental -228 C Skirk Commando -229 R Skirk Fire Marshal -230 C Skirk Prospector -231 U Skittish Valesk -310 R Slate of Ancestry -232 U Slice and Dice -114 C Slipstream Eel -170 U Smother -233 U Snapping Thragg -283 C Snarling Undorak -234 C Solar Blast -171 U Soulless One -235 C Sparksmith -172 C Spined Basher -236 U Spitfire Handler -284 C Spitting Gourna -237 C Spurred Wolverine -115 C Spy Network -285 R Stag Beetle -116 R Standardize -325 U Starlit Sanctum -238 R Starstorm -286 R Steely Resolve -173 R Strongarm Tactics -56 U Sunfire Balm -117 R Supreme Inquisitor -340 L Swamp -340 L Swamp -340 L Swamp -340 L Swamp -174 C Swat -287 U Symbiotic Beast -288 C Symbiotic Elf -289 R Symbiotic Wurm -175 C Syphon Mind -176 C Syphon Soul -290 C Taunting Elf -291 R Tempting Wurm -239 R Tephraderm -240 U Thoughtbound Primoc -177 U Thrashing Mudspawn -241 U Threaten -242 U Thunder of Hooves -292 U Towering Baloth -118 R Trade Secrets -326 C Tranquil Thicket -293 C Treespring Lorian -311 R Tribal Golem -294 U Tribal Unity -119 C Trickery Charm -57 R True Believer -178 R Undead Gladiator -327 R Unholy Grotto -58 C Unified Strike -295 U Venomspout Brackus -179 R Visara the Dreadful -296 C Vitality Charm -297 R Voice of the Woods -120 R Voidmage Prodigy -180 U Walking Desecration -298 U Wall of Mulch -243 C Wave of Indifference -59 R Weathered Wayfarer -299 R Weird Harvest -300 C Wellwisher -121 R Wheel and Deal -60 U Whipcorder -328 R Windswept Heath -301 C Wirewood Elf -302 C Wirewood Herald -329 U Wirewood Lodge -303 C Wirewood Pride -304 C Wirewood Savage -181 U Withering Hex -330 R Wooded Foothills -244 R Words of War -182 R Words of Waste -305 R Words of Wilding -122 R Words of Wind -61 R Words of Worship -183 C Wretched Anurid +184 U Aether Charge @Mark Brill +123 C Accursed Centaur @Jerry Tiritilli +185 R Aggravated Assault @Greg Staples +62 C Airborne Aid @Bradley Williams +186 U Airdrop Condor @Glen Angus +1 U Akroma's Blessing @Adam Rex +2 R Akroma's Vengeance @Greg Hildebrandt & Tim Hildebrandt +3 R Ancestor's Prophet @Kev Walker +245 R Animal Magnetism @Ron Spears +63 U Annex @John Avon +124 C Anurid Murkdiver @Dany Orizio +64 U Aphetto Alchemist @Ron Spears +125 C Aphetto Dredging @Monte Michael Moore +65 U Aphetto Grifter @Greg Staples +126 U Aphetto Vulture @Tony Szczudlo +66 R Arcanis the Omnipotent @Justin Sweet +67 R Artificial Evolution @Greg Staples +68 C Ascending Aven @Ron Spencer +4 U Astral Slide @Ron Spears +5 U Aura Extraction @Luca Zontini +6 R Aurification @Gary Ruddell +187 U Avarax @Greg Staples +7 R Aven Brigadier @Greg Staples +69 U Aven Fateshaper @Anthony S. Waters +8 U Aven Soulgazer @John Avon +70 C Backslide @Pete Venters +246 C Barkhide Mauler @Iain McCaig +312 C Barren Moor @Heather Hudson +188 C Battering Craghorn @Matt Cavotta +9 C Battlefield Medic @Matt Thompson +247 R Biorhythm @Ron Spears +248 C Birchlore Rangers @Dany Orizio +127 U Blackmail @Christopher Moeller +71 R Blatant Thievery @Ron Spencer +189 R Blistering Firecat @Arnie Swekel +249 U Bloodline Shaman @Rebecca Guay +313 R Bloodstained Mire @Rob Alexander +128 U Boneknitter @Pete Venters +190 C Break Open @Alex Horley-Orlandelli +191 C Brightstone Ritual @Wayne England +250 U Broodhatch Nantuko @Keith Garletts +192 R Butcher Orgg @Kev Walker +129 U Cabal Archon @Pete Venters +130 U Cabal Executioner @Rebecca Guay +131 U Cabal Slaver @Pete Venters +72 R Callous Oppressor @Justin Sweet +10 R Catapult Master @Terese Nielsen +11 U Catapult Squad @Brian Snõddy +251 U Centaur Glade @Alex Horley-Orlandelli +252 U Chain of Acid @Ron Spencer +193 U Chain of Plasma @Gary Ruddell +12 U Chain of Silence @Randy Gallegos +132 U Chain of Smog @Greg Staples +73 U Chain of Vapor @Carl Critchlow +194 C Charging Slateback @Mark Tedin +74 C Choking Tethers @Carl Critchlow +13 R Circle of Solace @Greg Hildebrandt & Tim Hildebrandt +75 R Clone @Carl Critchlow +195 U Commando Raid @Ron Spencer +76 U Complicate @Scott M. Fischer +314 R Contested Cliffs @Anthony S. Waters +14 R Convalescent Care @Greg Hildebrandt & Tim Hildebrandt +133 R Cover of Darkness @Kev Walker +77 C Crafty Pathmage @Wayne England +15 U Crowd Favorites @Roger Raupp +78 C Crown of Ascension @Bradley Williams +16 C Crown of Awe @Randy Elliott +196 C Crown of Fury @Bradley Williams +134 C Crown of Suspicion @Wayne England +253 C Crown of Vigor @Matt Cavotta +17 U Crude Rampart @Sam Wood +135 C Cruel Revival @Greg Staples +306 R Cryptic Gateway @David Martin +197 U Custody Battle @Greg Hildebrandt & Tim Hildebrandt +18 C Daru Cavalier @Dany Orizio +315 U Daru Encampment @Tony Szczudlo +19 C Daru Healer @Dany Orizio +20 C Daru Lancer @Brian Snõddy +21 C Daunting Defender @Carl Critchlow +22 U Dawning Purist @Brian Snõddy +136 R Death Match @rk post +137 U Death Pulse @Tony Szczudlo +23 C Defensive Maneuvers @Luca Zontini +24 C Demystify @Christopher Rush +138 C Dirge of Dread @Heather Hudson +25 C Disciple of Grace @Thomas M. Baxa +139 C Disciple of Malice @Matt Cavotta +79 U Discombobulate @Alex Horley-Orlandelli +80 U Dispersing Orb @Rebecca Guay +81 C Disruptive Pitmage @Darrell Riche +26 C Dive Bomber @Randy Gallegos +307 R Doom Cannon @Matthew Mitchell +140 R Doomed Necromancer @Mark Brill +27 U Doubtless One @Justin Sweet +198 R Dragon Roost @Luca Zontini +308 R Dream Chisel @Ron Spears +199 U Dwarven Blastminer @Gary Ruddell +141 R Ebonblade Reaper @Wayne England +254 U Elven Riders @Darrell Riche +255 C Elvish Guidance @Greg Hildebrandt & Tim Hildebrandt +256 C Elvish Pathcutter @Todd Lockwood +257 C Elvish Pioneer @Christopher Rush +258 U Elvish Scrapper @Edward P. Beard, Jr. +259 R Elvish Vanguard @Glen Angus +260 C Elvish Warrior @Christopher Moeller +200 U Embermage Goblin @Pete Venters +261 R Enchantress's Presence @Rebecca Guay +142 R Endemic Plague @Nelson DeCastro +143 R Entrails Feaster @John Matson +201 C Erratic Explosion @Gary Ruddell +82 U Essence Fracture @Wayne England +262 U Everglove Courier @Darrell Riche +28 R Exalted Angel @Michael Sutfin +263 U Explosive Vegetation @John Avon +144 U Fade from Memory @David Martin +145 C Fallen Cleric @Dave Dorman +146 R False Cure @Bradley Williams +147 U Feeding Frenzy @Nelson DeCastro +148 C Festering Goblin @Thomas M. Baxa +202 C Fever Charm @David Martin +203 U Flamestick Courier @Luca Zontini +83 U Fleeting Aven @Iain McCaig +316 R Flooded Strand @Rob Alexander +29 C Foothill Guide @Eric Peterson +347 L Forest @John Avon +348 L Forest @John Matson +349 L Forest @John Avon +350 L Forest @David Martin +317 C Forgotten Cave @Tony Szczudlo +149 U Frightshroud Courier @Ron Spears +84 R Future Sight @Matt Cavotta +150 R Gangrenous Goliath @Justin Sweet +85 U Ghosthelm Courier @Edward P. Beard, Jr. +264 R Gigapede @Glen Angus +30 R Glarecaster @Dan Frazier +31 C Glory Seeker @Dave Dorman +151 U Gluttonous Zombie @Thomas M. Baxa +318 U Goblin Burrows @David Martin +204 U Goblin Machinist @Doug Chaffee +205 R Goblin Piledriver @Matt Cavotta +206 R Goblin Pyromancer @Edward P. Beard, Jr. +207 R Goblin Sharpshooter @Greg Staples +208 C Goblin Sky Raider @Daren Bader +209 C Goblin Sledder @Ron Spencer +210 C Goblin Taskmaster @Trevor Hairsine +319 R Grand Coliseum @Carl Critchlow +211 R Grand Melee @Trevor Hairsine +32 C Grassland Crusader @Mark Tedin +212 R Gratuitous Violence @Christopher Moeller +33 C Gravel Slinger @Kev Walker +152 R Gravespawn Sovereign @Adam Rex +86 U Graxiplon @Iain McCaig +153 R Grinning Demon @Mark Zug +34 C Gustcloak Harrier @Dan Frazier +35 C Gustcloak Runner @Glen Angus +36 R Gustcloak Savior @Jim Nelson +37 U Gustcloak Sentinel @Mark Zug +38 U Gustcloak Skirmisher @Dan Frazier +39 R Harsh Mercy @John Matson +154 C Haunted Cadaver @Randy Gallegos +155 R Head Games @Terese Nielsen +156 U Headhunter @Matt Cavotta +265 U Heedless One @Mark Zug +266 R Hystrodon @Anthony S. Waters +87 C Imagecrafter @Terese Nielsen +40 U Improvised Armor @Alan Pollack +157 U Infest @Ben Thompson +88 C Information Dealer @Jerry Tiritilli +41 U Inspirit @Keith Garletts +213 R Insurrection @Mark Zug +267 U Invigorating Boon @Edward P. Beard, Jr. +42 U Ironfist Crusher @Iain McCaig +335 L Island @Tony Szczudlo +336 L Island @Bradley Williams +337 L Island @Matt Thompson +338 L Island @Randy Elliott +90 C Ixidor's Will @Eric Peterson +89 R Ixidor, Reality Sculptor @Kev Walker +43 R Jareth, Leonine Titan @Daren Bader +214 R Kaboom! @Glen Angus +269 U Kamahl's Summons @Anthony S. Waters +268 R Kamahl, Fist of Krosa @Matthew D. Wilson +270 R Krosan Colossus @Kev Walker +271 U Krosan Groundshaker @Wayne England +272 C Krosan Tusker @Kev Walker +215 C Lavamancer's Skill @Monte Michael Moore +216 C Lay Waste @Carl Critchlow +273 C Leery Fogbeast @Matt Cavotta +217 U Lightning Rift @Eric Peterson +320 C Lonely Sandbar @Heather Hudson +91 C Mage's Guile @Edward P. Beard, Jr. +218 R Mana Echoes @Christopher Moeller +92 U Meddle @Brian Snõddy +219 R Menacing Ogre @Ron Spencer +158 C Misery Charm @David Martin +93 C Mistform Dreamer @Matthew Mitchell +94 C Mistform Mask @Monte Michael Moore +95 U Mistform Mutant @John Avon +96 U Mistform Shrieker @Glen Angus +97 R Mistform Skyreaver @Anthony S. Waters +98 U Mistform Stalker @Randy Gallegos +99 C Mistform Wall @Franz Vohwinkel +44 R Mobilization @Carl Critchlow +343 L Mountain @Tony Szczudlo +344 L Mountain @Sam Wood +345 L Mountain @David Day +346 L Mountain @Heather Hudson +274 R Mythic Proportions @Jim Nelson +100 U Nameless One @Mark Tedin +159 C Nantuko Husk @Carl Critchlow +275 C Naturalize @Ron Spears +220 C Nosy Goblin @Thomas M. Baxa +45 U Nova Cleric @Alan Pollack +46 R Oblation @Doug Chaffee +160 R Oversold Cemetery @Thomas M. Baxa +276 U Overwhelming Instinct @Ron Spears +47 C Pacifism @Matthew D. Wilson +161 R Patriarch's Bidding @Ben Thompson +48 U Pearlspear Courier @Dany Orizio +101 R Peer Pressure @Edward P. Beard, Jr. +49 C Piety Charm @David Martin +221 C Pinpoint Avalanche @Darrell Riche +331 L Plains @Rob Alexander +332 L Plains @Matthew Mitchell +333 L Plains @David Martin +334 L Plains @David Day +321 R Polluted Delta @Rob Alexander +277 U Primal Boost @Eric Peterson +162 C Profane Prayers @Alan Pollack +163 U Prowling Pangolin @Heather Hudson +102 R Psychic Trance @Rebecca Guay +103 R Quicksilver Dragon @Ron Spencer +278 R Ravenous Baloth @Arnie Swekel +104 R Read the Runes @Alan Pollack +222 U Reckless One @Ron Spencer +105 U Reminisce @Bradley Williams +50 C Renewed Faith @Dave Dorman +51 U Righteous Cause @Scott M. Fischer +106 C Riptide Biologist @Justin Sweet +107 U Riptide Chronologist @Roger Raupp +108 R Riptide Entrancer @Scott Hampton +322 R Riptide Laboratory @John Avon +309 R Riptide Replicator @Doug Chaffee +109 U Riptide Shapeshifter @Arnie Swekel +223 R Risky Move @Jerry Tiritilli +224 R Rorix Bladewing @Darrell Riche +164 R Rotlung Reanimator @Thomas M. Baxa +110 U Rummaging Wizard @Jerry Tiritilli +279 U Run Wild @Alan Pollack +111 C Sage Aven @Randy Gallegos +52 C Sandskin @Glen Angus +112 C Screaming Seahawk @Heather Hudson +165 C Screeching Buzzard @Heather Hudson +113 C Sea's Claim @Alan Pollack +225 U Searing Flesh @Pete Venters +323 U Seaside Haven @Mark Brill +324 C Secluded Steppe @Heather Hudson +280 U Serpentine Basilisk @Franz Vohwinkel +166 C Severed Legion @Dany Orizio +167 U Shade's Breath @Franz Vohwinkel +226 U Shaleskin Bruiser @Mark Zug +53 R Shared Triumph @Mark Brill +168 C Shepherd of Rot @Greg Staples +54 U Shieldmage Elder @Christopher Moeller +227 C Shock @Edward P. Beard, Jr. +55 R Sigil of the New Dawn @Tony Szczudlo +169 R Silent Specter @Daren Bader +281 R Silklash Spider @Iain McCaig +282 R Silvos, Rogue Elemental @Carl Critchlow +228 C Skirk Commando @Dave Dorman +229 R Skirk Fire Marshal @Greg Hildebrandt & Tim Hildebrandt +230 C Skirk Prospector @Doug Chaffee +231 U Skittish Valesk @Alan Pollack +310 R Slate of Ancestry @Corey D. Macourek +232 U Slice and Dice @Mark Brill +114 C Slipstream Eel @Mark Tedin +170 U Smother @Carl Critchlow +233 U Snapping Thragg @Iain McCaig +283 C Snarling Undorak @Justin Sweet +234 C Solar Blast @Greg Staples +171 U Soulless One @Thomas M. Baxa +235 C Sparksmith @Jim Nelson +172 C Spined Basher @Thomas M. Baxa +236 U Spitfire Handler @Jim Nelson +284 C Spitting Gourna @Heather Hudson +237 C Spurred Wolverine @Daren Bader +115 C Spy Network @Ron Spears +285 R Stag Beetle @Anthony S. Waters +116 R Standardize @Justin Sweet +325 U Starlit Sanctum @Ben Thompson +238 R Starstorm @David Martin +286 R Steely Resolve @Greg Staples +173 R Strongarm Tactics @Greg Hildebrandt & Tim Hildebrandt +56 U Sunfire Balm @Monte Michael Moore +117 R Supreme Inquisitor @rk post +339 L Swamp @Tony Szczudlo +340 L Swamp @Doug Chaffee +341 L Swamp @Dan Frazier +342 L Swamp @Pete Venters +174 C Swat @rk post +287 U Symbiotic Beast @Franz Vohwinkel +288 C Symbiotic Elf @Wayne England +289 R Symbiotic Wurm @Matt Cavotta +175 C Syphon Mind @Jeff Easley +176 C Syphon Soul @Ron Spears +290 C Taunting Elf @Rebecca Guay +291 R Tempting Wurm @Bob Petillo +239 R Tephraderm @Paolo Parente +240 U Thoughtbound Primoc @Jeff Miracola +177 U Thrashing Mudspawn @Thomas M. Baxa +241 U Threaten @Mark Brill +242 U Thunder of Hooves @Jim Nelson +292 U Towering Baloth @Arnie Swekel +118 R Trade Secrets @Ron Spears +326 C Tranquil Thicket @Heather Hudson +293 C Treespring Lorian @Heather Hudson +311 R Tribal Golem @Edward P. Beard, Jr. +294 U Tribal Unity @Ron Spears +119 C Trickery Charm @David Martin +57 R True Believer @Alex Horley-Orlandelli +178 R Undead Gladiator @Jeff Easley +327 R Unholy Grotto @John Avon +58 C Unified Strike @Dave Dorman +295 U Venomspout Brackus @Ron Spencer +179 R Visara the Dreadful @Kev Walker +296 C Vitality Charm @David Martin +297 R Voice of the Woods @Pete Venters +120 R Voidmage Prodigy @Scott M. Fischer +180 U Walking Desecration @Daren Bader +298 U Wall of Mulch @Anthony S. Waters +243 C Wave of Indifference @Greg Hildebrandt & Tim Hildebrandt +59 R Weathered Wayfarer @Greg Hildebrandt & Tim Hildebrandt +299 R Weird Harvest @Bob Petillo +300 C Wellwisher @Christopher Rush +121 R Wheel and Deal @Alan Pollack +60 U Whipcorder @Ron Spencer +328 R Windswept Heath @Anthony S. Waters +301 C Wirewood Elf @Jerry Tiritilli +302 C Wirewood Herald @Alex Horley-Orlandelli +329 U Wirewood Lodge @Anthony S. Waters +303 C Wirewood Pride @Dave Dorman +304 C Wirewood Savage @DiTerlizzi +181 U Withering Hex @Greg Hildebrandt & Tim Hildebrandt +330 R Wooded Foothills @Rob Alexander +244 R Words of War @Justin Sweet +182 R Words of Waste @Jerry Tiritilli +305 R Words of Wilding @Wayne England +122 R Words of Wind @Eric Peterson +61 R Words of Worship @Rebecca Guay +183 C Wretched Anurid @Glen Angus [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Open the Helvault.txt b/forge-gui/res/editions/Open the Helvault.txt index 04e3e48495a..b89b0adcf85 100644 --- a/forge-gui/res/editions/Open the Helvault.txt +++ b/forge-gui/res/editions/Open the Helvault.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PHEL [cards] -6 M Avacyn, Angel of Hope -106 M Griselbrand -208 M Bruna, Light of Alabaster -209 M Gisela, Blade of Goldnight -210 M Sigarda, Host of Herons +6 M Avacyn, Angel of Hope @Jason Chan +106 M Griselbrand @Igor Kieryluk +208 M Bruna, Light of Alabaster @Winona Nelson +209 M Gisela, Blade of Goldnight @Jason Chan +210 M Sigarda, Host of Herons @Chris Rahn [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Planar Chaos Promos.txt b/forge-gui/res/editions/Planar Chaos Promos.txt index 872ddb1423f..7ba8fd3c553 100644 --- a/forge-gui/res/editions/Planar Chaos Promos.txt +++ b/forge-gui/res/editions/Planar Chaos Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PPLC [cards] -151★ R Hedge Troll -161★ R Oros, the Avenger +151★ R Hedge Troll @Paolo Parente +161★ R Oros, the Avenger @Daren Bader diff --git a/forge-gui/res/editions/Planar Chaos.txt b/forge-gui/res/editions/Planar Chaos.txt index 1e5e8fdcbb2..a2d598bbda2 100644 --- a/forge-gui/res/editions/Planar Chaos.txt +++ b/forge-gui/res/editions/Planar Chaos.txt @@ -12,171 +12,171 @@ FatPackExtraSlots=40 BasicLands TSP ScryfallCode=PLC [cards] -93 U AEther Membrane -32 R Aeon Chronicler -94 R Akroma, Angel of Fury -124 U Ana Battlemage -33 C Aquamorph Entity -34 U Auramancer's Guise -1 C Aven Riftwatcher -95 C Battering Sliver -2 R Benalish Commander -63 U Big Game Hunter -64 C Blightspeaker -115 U Blood Knight -35 R Body Double -84 C Bog Serpent -112 R Boom // Bust -36 R Braids, Conjurer Adept -65 C Brain Gorgers -116 C Brute Force -23 U Calciderm -154 U Cautery Sliver -37 R Chronozoa -66 U Circle of Affliction -125 C Citanul Woodreaders -67 C Cradle to Grave -3 R Crovax, Ascendant Hero -85 R Damnation -155 U Darkheart Sliver -68 C Dash Hopes -4 C Dawn Charm -113 C Dead // Gone -69 C Deadly Grub -126 U Deadwood Treefolk -96 R Detritivore -38 R Dichotomancy -39 U Dismal Failure -156 U Dormant Sliver -40 C Dreamscape Artist -86 U Dunerider Outlaw -97 C Dust Corona -5 R Dust Elemental -70 U Enslave -41 C Erratic Mutation -145 C Essence Warden -127 C Evolution Charm -71 R Extirpate -146 C Fa'adiyah Seer -98 R Fatal Frenzy -99 C Firefright Mage -157 U Frenetic Sliver -54 U Frozen AEther -128 R Fungal Behemoth -100 C Fury Charm -147 R Gaea's Anthem -6 C Ghost Tactician -129 C Giant Dustwasp -55 C Gossamer Phantasm -148 R Groundbreaker -101 U Hammerheim Deadeye -149 U Harmonize -150 C Healing Leaves -151 U Hedge Troll -7 R Heroes Remembered -130 U Hunting Wilds -72 R Imp's Mischief -158 R Intet, the Dreamer -131 R Jedit Ojanen of Efrava -42 U Jodah's Avenger -132 U Kavu Predator -152 U Keen Sense -102 C Keldon Marauders -87 U Kor Dirge -103 U Lavacore Elemental -133 R Life and Limb -104 R Magus of the Arena -43 R Magus of the Bazaar -73 R Magus of the Coffers -134 R Magus of the Library -8 R Magus of the Tabernacle -24 U Malach of the Dawn -25 C Mana Tithe -9 U Mantle of Leadership -88 C Melancholy -56 C Merfolk Thaumaturgist -26 R Mesa Enchantress -74 C Midnight Charm -135 C Mire Boa -75 R Mirri the Cursed -117 R Molten Firebird -76 U Muck Drubb -27 U Mycologist -159 U Necrotic Sliver -105 C Needlepeak Spider -89 R Null Profusion -160 R Numot, the Devastator -161 R Oros, the Avenger -57 U Ovinize -10 C Pallid Mycoderm -77 U Phantasmagorian -58 C Piracy Charm -44 U Pongify -28 R Porphyry Nodes -11 C Poultice Sliver -136 U Pouncing Wurm -59 C Primal Plasma -118 C Prodigal Pyromancer -137 U Psychotrope Thallid -119 U Pyrohemia -162 R Radha, Heir to Keld -90 C Rathi Trapper -45 C Reality Acid -12 U Rebuff the Wicked -120 U Reckless Wurm -138 C Reflex Sliver -13 R Retether -29 C Revered Dead -78 C Ridged Kusite -14 U Riftmarked Knight -60 U Riptide Pilferer -79 R Roiling Horror -114 U Rough // Tumble -15 U Saltblast -16 C Saltfield Recluse -153 C Seal of Primordium -61 R Serendib Sorcerer -62 R Serra Sphinx -17 U Serra's Boon -18 C Shade of Trokair -46 C Shaper Parasite -106 U Shivan Meteor -121 R Shivan Wumpus -91 U Shrouded Lore -122 C Simian Spirit Guide -30 C Sinew Sliver -123 C Skirk Shaman -139 U Sophic Centaur -47 R Spellshift -80 C Spitting Sliver -107 C Stingscourger -19 U Stonecloaker -20 U Stormfront Riders -108 U Sulfur Elemental -31 C Sunlance -48 C Synchronous Sliver -81 R Temporal Extortion -163 R Teneb, the Harvester -49 U Tidewalker -140 R Timbermare -50 U Timebender -109 U Timecrafting -110 R Torchling -82 U Treacherous Urge -141 C Uktabi Drake -165 R Urborg, Tomb of Yawgmoth -142 C Utopia Vow -92 C Vampiric Link -51 C Veiling Oddity -52 U Venarian Glimmer -143 C Vitaspore Thallid -21 R Voidstone Gargoyle -111 R Volcano Hellion -164 R Vorosh, the Hunter -83 U Waning Wurm -22 C Whitemane Lion -144 R Wild Pair -53 C Wistful Thinking +93 U Aether Membrane @Zoltan Boros & Gabor Szikszai +32 R Aeon Chronicler @Dan Dos Santos +94 R Akroma, Angel of Fury @Daren Bader +124 U Ana Battlemage @Jim Nelson +33 C Aquamorph Entity @Brian Despain +34 U Auramancer's Guise @Greg Staples +1 C Aven Riftwatcher @Don Hazeltine +95 C Battering Sliver @Greg Staples +2 R Benalish Commander @Paolo Parente +63 U Big Game Hunter @Carl Critchlow +64 C Blightspeaker @Ron Spears +115 U Blood Knight @Matt Cavotta +35 R Body Double @Steve Prescott +84 C Bog Serpent @Thomas M. Baxa +112 R Boom // Bust @John Avon +36 R Braids, Conjurer Adept @Zoltan Boros & Gabor Szikszai +65 C Brain Gorgers @Kev Walker +116 C Brute Force @Wayne Reynolds +23 U Calciderm @Dave Kendall +154 U Cautery Sliver @Dany Orizio +37 R Chronozoa @James Wong +66 U Circle of Affliction @Rob Alexander +125 C Citanul Woodreaders @Steven Belledin +67 C Cradle to Grave @Dave Kendall +3 R Crovax, Ascendant Hero @Pete Venters +85 R Damnation @Kev Walker +155 U Darkheart Sliver @rk post +68 C Dash Hopes @Zoltan Boros & Gabor Szikszai +4 C Dawn Charm @John Avon +113 C Dead // Gone @Tomas Giorello +69 C Deadly Grub @E. M. Gist +126 U Deadwood Treefolk @Don Hazeltine +96 R Detritivore @Paolo Parente +38 R Dichotomancy @Steven Belledin +39 U Dismal Failure @Dan Scott +156 U Dormant Sliver @Lars Grant-West +40 C Dreamscape Artist @Jim Murray +86 U Dunerider Outlaw @Alan Pollack +97 C Dust Corona @Luca Zontini +5 R Dust Elemental @rk post +70 U Enslave @Zoltan Boros & Gabor Szikszai +41 C Erratic Mutation @Zoltan Boros & Gabor Szikszai +145 C Essence Warden @Terese Nielsen +127 C Evolution Charm @John Avon +71 R Extirpate @Jon Foster +146 C Fa'adiyah Seer @Heather Hudson +98 R Fatal Frenzy @Steve Ellis +99 C Firefright Mage @Greg Staples +157 U Frenetic Sliver @Luca Zontini +54 U Frozen Aether @Dan Dos Santos +128 R Fungal Behemoth @Mark Tedin +100 C Fury Charm @John Avon +147 R Gaea's Anthem @Greg Staples +6 C Ghost Tactician @Zoltan Boros & Gabor Szikszai +129 C Giant Dustwasp @Greg Hildebrandt +55 C Gossamer Phantasm @Jon Foster +148 R Groundbreaker @Matt Cavotta +101 U Hammerheim Deadeye @Carl Critchlow +149 U Harmonize @Rob Alexander +150 C Healing Leaves @Michael Sutfin +151 U Hedge Troll @Paolo Parente +7 R Heroes Remembered @Michael Phillippi +130 U Hunting Wilds @Steve Ellis +72 R Imp's Mischief @Thomas M. Baxa +158 R Intet, the Dreamer @Dan Scott +131 R Jedit Ojanen of Efrava @Carl Critchlow +42 U Jodah's Avenger @Pete Venters +132 U Kavu Predator @Dan Scott +152 U Keen Sense @Jim Nelson +102 C Keldon Marauders @Alex Horley-Orlandelli +87 U Kor Dirge @Alex Horley-Orlandelli +103 U Lavacore Elemental @E. M. Gist +133 R Life and Limb @Jim Nelson +104 R Magus of the Arena @Thomas M. Baxa +43 R Magus of the Bazaar @Rob Alexander +73 R Magus of the Coffers @Don Hazeltine +134 R Magus of the Library @Wayne Reynolds +8 R Magus of the Tabernacle @Randy Gallegos +24 U Malach of the Dawn @Steve Prescott +25 C Mana Tithe @Martina Pilcerova +9 U Mantle of Leadership @Thomas M. Baxa +88 C Melancholy @Lars Grant-West +56 C Merfolk Thaumaturgist @Steve Prescott +26 R Mesa Enchantress @Randy Gallegos +74 C Midnight Charm @John Avon +135 C Mire Boa @Greg Hildebrandt +75 R Mirri the Cursed @Kev Walker +117 R Molten Firebird @Christopher Moeller +76 U Muck Drubb @Jim Nelson +27 U Mycologist @Kev Walker +159 U Necrotic Sliver @Dave Allsop +105 C Needlepeak Spider @Dany Orizio +89 R Null Profusion @Kev Walker +160 R Numot, the Devastator @Dan Dos Santos +161 R Oros, the Avenger @Daren Bader +57 U Ovinize @Terese Nielsen +10 C Pallid Mycoderm @Jim Nelson +77 U Phantasmagorian @Steve Ellis +58 C Piracy Charm @John Avon +44 U Pongify @Heather Hudson +28 R Porphyry Nodes @Alan Pollack +11 C Poultice Sliver @Randy Gallegos +136 U Pouncing Wurm @William O'Connor +59 C Primal Plasma @Luca Zontini +118 C Prodigal Pyromancer @Jeremy Jarvis +137 U Psychotrope Thallid @Dave Kendall +119 U Pyrohemia @Stephen Tappin +162 R Radha, Heir to Keld @Jim Murray +90 C Rathi Trapper @Pete Venters +45 C Reality Acid @James Wong +12 U Rebuff the Wicked @Stephen Tappin +120 U Reckless Wurm @Greg Staples +138 C Reflex Sliver @Luca Zontini +13 R Retether @Dan Scott +29 C Revered Dead @Ron Spears +78 C Ridged Kusite @rk post +14 U Riftmarked Knight @William O'Connor +60 U Riptide Pilferer @Steve Prescott +79 R Roiling Horror @John Avon +114 U Rough // Tumble @Luca Zontini +15 U Saltblast @Paolo Parente +16 C Saltfield Recluse @Brian Despain +153 C Seal of Primordium @Christopher Moeller +61 R Serendib Sorcerer @Dan Scott +62 R Serra Sphinx @Daren Bader +17 U Serra's Boon @Steven Belledin +18 C Shade of Trokair @William O'Connor +46 C Shaper Parasite @rk post +106 U Shivan Meteor @Chippy +121 R Shivan Wumpus @Ron Spears +91 U Shrouded Lore @Kev Walker +122 C Simian Spirit Guide @Dave DeVries +30 C Sinew Sliver @Steven Belledin +123 C Skirk Shaman @Chippy +139 U Sophic Centaur @Dan Dos Santos +47 R Spellshift @Stephen Tappin +80 C Spitting Sliver @Steve Ellis +107 C Stingscourger @Wayne Reynolds +19 U Stonecloaker @Tomas Giorello +20 U Stormfront Riders @Wayne Reynolds +108 U Sulfur Elemental @Dave Kendall +31 C Sunlance @Volkan Baǵa +48 C Synchronous Sliver @E. M. Gist +81 R Temporal Extortion @Steven Belledin +163 R Teneb, the Harvester @Zoltan Boros & Gabor Szikszai +49 U Tidewalker @Dave Kendall +140 R Timbermare @Dan Dos Santos +50 U Timebender @Zoltan Boros & Gabor Szikszai +109 U Timecrafting @Volkan Baǵa +110 R Torchling @rk post +82 U Treacherous Urge @Steven Belledin +141 C Uktabi Drake @Matt Cavotta +165 R Urborg, Tomb of Yawgmoth @John Avon +142 C Utopia Vow @Heather Hudson +92 C Vampiric Link @Kev Walker +51 C Veiling Oddity @Dave DeVries +52 U Venarian Glimmer @John Avon +143 C Vitaspore Thallid @Christopher Moeller +21 R Voidstone Gargoyle @Terese Nielsen +111 R Volcano Hellion @Wayne Reynolds +164 R Vorosh, the Hunter @Mark Zug +83 U Waning Wurm @Alan Pollack +22 C Whitemane Lion @Zoltan Boros & Gabor Szikszai +144 R Wild Pair @Mark Brill +53 C Wistful Thinking @Brian Despain [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Planeshift Promos.txt b/forge-gui/res/editions/Planeshift Promos.txt index 36833833016..f3038fce748 100644 --- a/forge-gui/res/editions/Planeshift Promos.txt +++ b/forge-gui/res/editions/Planeshift Promos.txt @@ -7,4 +7,4 @@ CardLang=grc ScryfallCode=PPLS [cards] -119 R Questing Phelddagrif +119 R Questing Phelddagrif @Matt Cavotta diff --git a/forge-gui/res/editions/Planeshift.txt b/forge-gui/res/editions/Planeshift.txt index 3dfac7a29a6..c7f7c30ec1a 100644 --- a/forge-gui/res/editions/Planeshift.txt +++ b/forge-gui/res/editions/Planeshift.txt @@ -13,152 +13,152 @@ FoilAlwaysInCommonSlot=False ScryfallCode=PLS [cards] -20 U Allied Strategies -77 U Alpha Kavu -78 C Amphibious Kavu -96 R Ancient Spider -21 C Arctic Merfolk -1 C Aura Blast -2 C Aurora Griffin -39 C Bog Down -58 C Caldera Kavu -97 C Cavern Harpy -98 R Cloud Cover -22 C Confound -136 U Crosis's Catacombs -99 U Crosis's Charm -137 U Darigaaz's Caldera -100 U Darigaaz's Charm -101 C Daring Leap -40 R Dark Suspicions -59 R Deadapult -41 C Death Bomb -102 R Destructive Flow -42 R Diabolic Intent -3 C Disciple of Kangee -4 R Dominaria's Judgment -103 R Doomsday Specter -131 R Draco -104 R Dralnu's Crusade -23 R Dralnu's Pet -138 U Dromar's Cavern -105 U Dromar's Charm -106 R Eladamri's Call -24 U Ertai's Trickery -107 R Ertai, the Corrupted -107 S Ertai, the Corrupted -25 C Escape Routes -43 U Exotic Disease -79 C Falling Timber -60 U Flametongue Kavu -108 U Fleetfoot Panther -139 R Forsaken City -80 R Gaea's Herald -81 C Gaea's Might -26 U Gainsay -109 C Gerrard's Command -61 R Goblin Game -5 U Guard Dogs -6 C Heroic Defiance -7 C Hobble -8 C Honorable Scout -110 C Horned Kavu -111 C Hull Breach -27 C Hunting Drake -62 U Implode -63 C Insolence -64 C Kavu Recluse -65 C Keldon Mantle -112 R Keldon Twilight -9 U Lashknife Barrier -113 C Lava Zombie -44 R Lord of the Undead -45 C Maggot Carrier -66 C Magma Burst -82 R Magnigoth Treefolk -114 C Malicious Advice -132 U Mana Cylix -10 R March of Souls -115 U Marsh Crocodile -116 R Meddling Mage -140 R Meteor Crater -67 C Mire Kavu -83 U Mirrorwood Treefolk -68 U Mogg Jailer -69 R Mogg Sentry -46 C Morgue Toad -84 U Multani's Harmony -117 R Natural Emergence -85 R Nemata, Grove Guardian -47 U Nightscape Battlemage -48 C Nightscape Familiar -49 U Noxious Vapors -11 R Orim's Chant -50 C Phyrexian Bloodstock -51 R Phyrexian Scuta -118 R Phyrexian Tyranny -28 R Planar Overlay -86 R Planeswalker's Favor -70 R Planeswalker's Fury -12 R Planeswalker's Mirth -29 R Planeswalker's Mischief -52 R Planeswalker's Scorn -13 C Pollen Remedy -87 C Primal Growth -88 C Pygmy Kavu -119 R Questing Phelddagrif -89 R Quirion Dryad -90 C Quirion Explorer -120 R Radiant Kavu -121 U Razing Snidd -122 U Rith's Charm -141 U Rith's Grove -91 C Root Greevil -30 C Rushing River -14 R Samite Elder -15 C Samite Pilgrim -123 U Sawtooth Loon -31 C Sea Snidd -32 U Shifting Sky -124 R Shivan Wurm -53 C Shriek of Dread -125 C Silver Drake -71 C Singe -54 C Sinister Strength -33 C Sisay's Ingenuity -133 R Skyship Weatherlight -133 S Skyship Weatherlight -92 U Skyshroud Blessing -55 U Slay -34 C Sleeping Potion -72 C Slingshot Goblin -126 U Sparkcaster -134 U Star Compass -127 C Steel Leaf Paladin -93 C Stone Kavu -35 U Stormscape Battlemage -36 C Stormscape Familiar -73 U Strafe -135 U Stratadon -37 R Sunken Hope -16 U Sunscape Battlemage -17 C Sunscape Familiar -18 U Surprise Deployment -74 S Tahngarth, Talruum Hero -74 R Tahngarth, Talruum Hero -142 U Terminal Moraine -128 C Terminate -94 U Thornscape Battlemage -95 C Thornscape Familiar -75 U Thunderscape Battlemage -76 C Thunderscape Familiar -129 U Treva's Charm -143 U Treva's Ruins -130 R Urza's Guilt -19 U Voice of All -56 C Volcano Imp -57 U Warped Devotion -38 R Waterspout Elemental +20 U Allied Strategies @Paolo Parente +77 U Alpha Kavu @Matt Cavotta +78 C Amphibious Kavu @Wayne England +96 R Ancient Spider @Greg Staples +21 C Arctic Merfolk @Ron Spears +1 C Aura Blast @Ron Walotsky +2 C Aurora Griffin @Ciruelo +39 C Bog Down @Andrew Goldhawk +58 C Caldera Kavu @Arnie Swekel +97 C Cavern Harpy @Daren Bader +98 R Cloud Cover @Marc Fishman +22 C Confound @Doug Chaffee +136 U Crosis's Catacombs @Edward P. Beard, Jr. +99 U Crosis's Charm @David Martin +137 U Darigaaz's Caldera @Franz Vohwinkel +100 U Darigaaz's Charm @David Martin +101 C Daring Leap @Paolo Parente +40 R Dark Suspicions @Matt Cavotta +59 R Deadapult @Mark Brill +41 C Death Bomb @Dan Frazier +102 R Destructive Flow @Don Hazeltine +42 R Diabolic Intent @Dave Dorman +3 C Disciple of Kangee @Wayne England +4 R Dominaria's Judgment @John Avon +103 R Doomsday Specter @Donato Giancola +131 R Draco @Sam Wood +104 R Dralnu's Crusade @Arnie Swekel +23 R Dralnu's Pet @Glen Angus +138 U Dromar's Cavern @Franz Vohwinkel +105 U Dromar's Charm @David Martin +106 R Eladamri's Call @Kev Walker +24 U Ertai's Trickery @Kev Walker +107 R Ertai, the Corrupted @Mark Tedin +107 S Ertai, the Corrupted @Mark Tedin +25 C Escape Routes @Marc Fishman +43 U Exotic Disease @Kev Walker +79 C Falling Timber @Eric Peterson +60 U Flametongue Kavu @Pete Venters +108 U Fleetfoot Panther @Mark Brill +139 R Forsaken City @Dana Knutson +80 R Gaea's Herald @Dan Frazier +81 C Gaea's Might @Ron Spencer +26 U Gainsay @Roger Raupp +109 C Gerrard's Command @Roger Raupp +61 R Goblin Game @DiTerlizzi +5 U Guard Dogs @Mike Raabe +6 C Heroic Defiance @Terese Nielsen +7 C Hobble @Alan Pollack +8 C Honorable Scout @Mike Ploog +110 C Horned Kavu @Michael Sutfin +111 C Hull Breach @Brian Snõddy +27 C Hunting Drake @Wayne England +62 U Implode @Arnie Swekel +63 C Insolence @Carl Critchlow +64 C Kavu Recluse @Aaron Boyd +65 C Keldon Mantle @Rebecca Guay +112 R Keldon Twilight @Franz Vohwinkel +9 U Lashknife Barrier @Paolo Parente +113 C Lava Zombie @Tom Wänerstrand +44 R Lord of the Undead @Brom +45 C Maggot Carrier @Ron Spencer +66 C Magma Burst @Bradley Williams +82 R Magnigoth Treefolk @Peter Bollinger +114 C Malicious Advice @Glen Angus +132 U Mana Cylix @Donato Giancola +10 R March of Souls @Marc Fishman +115 U Marsh Crocodile @Kev Walker +116 R Meddling Mage @Christopher Moeller +140 R Meteor Crater @John Avon +67 C Mire Kavu @Wayne England +83 U Mirrorwood Treefolk @Arnie Swekel +68 U Mogg Jailer @Mark Romanoski +69 R Mogg Sentry @Edward P. Beard, Jr. +46 C Morgue Toad @Franz Vohwinkel +84 U Multani's Harmony @Darrell Riche +117 R Natural Emergence @Heather Hudson +85 R Nemata, Grove Guardian @John Avon +47 U Nightscape Battlemage @Andrew Goldhawk +48 C Nightscape Familiar @Jeff Easley +49 U Noxious Vapors @Ben Thompson +11 R Orim's Chant @Kev Walker +50 C Phyrexian Bloodstock @Mark Tedin +51 R Phyrexian Scuta @Scott M. Fischer +118 R Phyrexian Tyranny @Kev Walker +28 R Planar Overlay @Ron Walotsky +86 R Planeswalker's Favor @Rebecca Guay +70 R Planeswalker's Fury @Christopher Moeller +12 R Planeswalker's Mirth @John Matson +29 R Planeswalker's Mischief @Pete Venters +52 R Planeswalker's Scorn @Glen Angus +13 C Pollen Remedy @Ben Thompson +87 C Primal Growth @rk post +88 C Pygmy Kavu @Greg Staples +119 R Questing Phelddagrif @Matt Cavotta +89 R Quirion Dryad @Don Hazeltine +90 C Quirion Explorer @Ron Spears +120 R Radiant Kavu @Ron Spencer +121 U Razing Snidd @Alan Pollack +122 U Rith's Charm @David Martin +141 U Rith's Grove @Scott Bailey +91 C Root Greevil @Andrew Robinson +30 C Rushing River @Don Hazeltine +14 R Samite Elder @Terese Nielsen +15 C Samite Pilgrim @D. J. Cleland-Hura +123 U Sawtooth Loon @Heather Hudson +31 C Sea Snidd @Chippy +32 U Shifting Sky @Jerry Tiritilli +124 R Shivan Wurm @Scott M. Fischer +53 C Shriek of Dread @Nelson DeCastro +125 C Silver Drake @Alan Pollack +71 C Singe @John Avon +54 C Sinister Strength @Terese Nielsen +33 C Sisay's Ingenuity @Paolo Parente +133 R Skyship Weatherlight @Mark Tedin +133 S Skyship Weatherlight @Mark Tedin +92 U Skyshroud Blessing @Jerry Tiritilli +55 U Slay @Ben Thompson +34 C Sleeping Potion @Daren Bader +72 C Slingshot Goblin @Jeff Easley +126 U Sparkcaster @Adam Rex +134 U Star Compass @Donato Giancola +127 C Steel Leaf Paladin @Paolo Parente +93 C Stone Kavu @Adam Rex +35 U Stormscape Battlemage @Christopher Moeller +36 C Stormscape Familiar @Heather Hudson +73 U Strafe @Jim Nelson +135 U Stratadon @Brian Snõddy +37 R Sunken Hope @Greg Staples +16 U Sunscape Battlemage @Tony Szczudlo +17 C Sunscape Familiar @Brian Despain +18 U Surprise Deployment @Bradley Williams +74 S Tahngarth, Talruum Hero @Dave Dorman +74 R Tahngarth, Talruum Hero @Dave Dorman +142 U Terminal Moraine @Scott Bailey +128 C Terminate @DiTerlizzi +94 U Thornscape Battlemage @Matt Cavotta +95 C Thornscape Familiar @Heather Hudson +75 U Thunderscape Battlemage @Mike Ploog +76 C Thunderscape Familiar @Daren Bader +129 U Treva's Charm @David Martin +143 U Treva's Ruins @Jerry Tiritilli +130 R Urza's Guilt @Paolo Parente +19 U Voice of All @rk post +56 C Volcano Imp @Thomas M. Baxa +57 U Warped Devotion @Dany Orizio +38 R Waterspout Elemental @Mark Romanoski [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Portal Second Age.txt b/forge-gui/res/editions/Portal Second Age.txt index 1db147f7b6a..d75b08be025 100644 --- a/forge-gui/res/editions/Portal Second Age.txt +++ b/forge-gui/res/editions/Portal Second Age.txt @@ -12,168 +12,168 @@ Foil=NotSupported ScryfallCode=P02 [cards] -61 U Abyssal Nightstalker -31 U Air Elemental -1 U Alaborn Cavalier -2 C Alaborn Grenadier -3 C Alaborn Musketeer -4 C Alaborn Trooper -5 R Alaborn Veteran -6 U Alaborn Zealot -121 R Alluring Scent -62 R Ancient Craving -7 R Angel of Fury -8 U Angel of Mercy -9 C Angelic Blessing -10 C Angelic Wall -32 U Apprentice Sorcerer -11 R Archangel -12 R Armageddon -33 U Armored Galleon -13 U Armored Griffin -122 C Barbtooth Wurm -14 U Bargain -123 C Bear Cub -124 U Bee Sting -91 U Blaze -63 U Bloodcurdling Scream -15 C Breath of Life -92 R Brimstone Dragon -64 U Brutal Nightstalker -65 C Chorus of Woe -34 R Coastal Wizard -66 U Coercion -67 C Cruel Edict -93 R Cunning Giant -68 C Dakmor Bat -69 U Dakmor Plague -70 C Dakmor Scorpion -71 R Dakmor Sorceress -72 U Dark Offering -125 R Deathcoil Wurm -126 U Deep Wood -36 C Deja Vu -35 R Denizen of the Deep -94 R Earthquake -37 R Exhaustion -38 C Extinguish -39 U Eye Spy -40 C False Summoning -16 C Festival of Trokin -163 L Forest -164 L Forest -165 L Forest -73 U Foul Spirit -95 C Goblin Cavaliers -96 U Goblin Firestarter -97 R Goblin General -98 C Goblin Glider -99 U Goblin Lore -100 U Goblin Matron -101 C Goblin Mountaineer -102 C Goblin Piker -103 C Goblin Raider -104 U Goblin War Cry -105 C Goblin War Strike -127 C Golden Bear -74 C Hand of Death -128 U Harmony of Nature -75 R Hidden Horror -129 R Hurricane -130 U Ironhoof Ox -154 L Island -155 L Island -156 L Island -106 U Jagged Lightning -17 R Just Fate -76 U Kiss of Death -107 C Lava Axe -131 U Lone Wolf -77 C Lurking Nightstalker -132 C Lynx -108 R Magma Giant -78 C Mind Rot -79 C Moaning Spirit -133 C Monstrous Growth -160 L Mountain -161 L Mountain -162 L Mountain -80 C Muck Rats -41 U Mystic Denial -134 C Natural Spring -135 C Nature's Lore -81 R Nightstalker Engine -136 C Norwood Archers -137 R Norwood Priestess -138 C Norwood Ranger -139 C Norwood Riders -140 C Norwood Warrior -109 U Obsidian Giant -110 U Ogre Arsonist -111 C Ogre Berserker -112 U Ogre Taskmaster -113 C Ogre Warrior -18 C Path of Peace -42 R Piracy -151 L Plains -152 L Plains -153 L Plains -141 C Plated Wurm -82 U Predatory Nightstalker -83 C Prowling Nightstalker -114 C Raging Goblin -84 C Raiding Nightstalker -85 R Rain of Daggers -86 C Raise Dead -19 U Rally the Troops -87 C Ravenous Rats -142 R Razorclaw Bear -115 R Relentless Assault -43 U Remove -143 U Renewing Touch -88 R Return of the Nightstalkers -20 C Righteous Charge -21 R Righteous Fury -144 U River Bear -145 C Salvage -44 C Screeching Drake -45 U Sea Drake -46 C Sleight of Hand -116 C Spitting Earth -22 R Steam Catapult -47 C Steam Frigate -117 C Stone Rain -157 L Swamp -158 L Swamp -159 L Swamp -89 C Swarm of Rats -146 R Sylvan Basilisk -147 R Sylvan Yeti -48 C Talas Air Ship -49 C Talas Explorer -50 C Talas Merchant -51 R Talas Researcher -52 C Talas Scout -53 R Talas Warrior -23 C Temple Acolyte -24 U Temple Elder -54 R Temporal Manipulation -55 U Theft of Dreams -56 C Tidal Surge -57 C Time Ebb -58 C Touch of Brilliance -25 C Town Sentry -148 C Tree Monkey -118 C Tremor -26 C Trokin High Guard -59 U Undo -149 U Untamed Wilds -90 R Vampiric Spirit -27 U Vengeance -119 C Volcanic Hammer -28 C Volunteer Militia -29 U Warrior's Stand -30 C Wild Griffin -150 U Wild Ox -120 R Wildfire -60 C Wind Sail +61 U Abyssal Nightstalker @Sam Wood +31 U Air Elemental @Doug Chaffee +1 U Alaborn Cavalier @Kev Walker +2 C Alaborn Grenadier @David A. Cherry +3 C Alaborn Musketeer @Heather Hudson +4 C Alaborn Trooper @Lubov +5 R Alaborn Veteran @Henry Van Der Linde +6 U Alaborn Zealot @David Horne +121 R Alluring Scent @Melissa A. Benson +62 R Ancient Craving @Rob Alexander +7 R Angel of Fury @Keith Parkinson +8 U Angel of Mercy @Melissa A. Benson +9 C Angelic Blessing @Henry Van Der Linde +10 C Angelic Wall @Rebecca Guay +32 U Apprentice Sorcerer @Christopher Rush +11 R Archangel @rk post +12 R Armageddon @Rob Alexander +33 U Armored Galleon @Doug Chaffee +13 U Armored Griffin @Bradley Williams +122 C Barbtooth Wurm @Rebecca Guay +14 U Bargain @Phil Foglio +123 C Bear Cub @Ron Spencer +124 U Bee Sting @Cris Dornaus +91 U Blaze @David A. Cherry +63 U Bloodcurdling Scream @Dan Frazier +15 C Breath of Life @Lubov +92 R Brimstone Dragon @David A. Cherry +64 U Brutal Nightstalker @Brom +65 C Chorus of Woe @Randy Gallegos +34 R Coastal Wizard @Edward P. Beard, Jr. +66 U Coercion @Jeffrey R. Busch +67 C Cruel Edict @Jeffrey R. Busch +93 R Cunning Giant @Jeffrey R. Busch +68 C Dakmor Bat @Una Fricker +69 U Dakmor Plague @Jeff Miracola +70 C Dakmor Scorpion @Randy Gallegos +71 R Dakmor Sorceress @Matthew D. Wilson +72 U Dark Offering @Edward P. Beard, Jr. +125 R Deathcoil Wurm @Rebecca Guay +126 U Deep Wood @Jeff Miracola +36 C Deja Vu @David Horne +35 R Denizen of the Deep @Anson Maddocks +94 R Earthquake @Jeffrey R. Busch +37 R Exhaustion @Kaja Foglio +38 C Extinguish @Douglas Shuler +39 U Eye Spy @DiTerlizzi +40 C False Summoning @DiTerlizzi +16 C Festival of Trokin @Jeffrey R. Busch +163 L Forest @Quinton Hoover +164 L Forest @Quinton Hoover +165 L Forest @Quinton Hoover +73 U Foul Spirit @rk post +95 C Goblin Cavaliers @DiTerlizzi +96 U Goblin Firestarter @Keith Parkinson +97 R Goblin General @Keith Parkinson +98 C Goblin Glider @Pete Venters +99 U Goblin Lore @D. Alexander Gregory +100 U Goblin Matron @Daniel Gelon +101 C Goblin Mountaineer @DiTerlizzi +102 C Goblin Piker @DiTerlizzi +103 C Goblin Raider @Matt Stawicki +104 U Goblin War Cry @Anson Maddocks +105 C Goblin War Strike @Michael Weaver +127 C Golden Bear @Una Fricker +74 C Hand of Death @Heather Hudson +128 U Harmony of Nature @Kaja Foglio +75 R Hidden Horror @Brom +129 R Hurricane @Rob Alexander +130 U Ironhoof Ox @Una Fricker +154 L Island @John Avon +155 L Island @John Avon +156 L Island @John Avon +106 U Jagged Lightning @Michael Weaver +17 R Just Fate @Bradley Williams +76 U Kiss of Death @Melissa A. Benson +107 C Lava Axe @Edward P. Beard, Jr. +131 U Lone Wolf @Michael Weaver +77 C Lurking Nightstalker @Kev Walker +132 C Lynx @Rebecca Guay +108 R Magma Giant @Michael Weaver +78 C Mind Rot @Douglas Shuler +79 C Moaning Spirit @Rebecca Guay +133 C Monstrous Growth @Una Fricker +160 L Mountain @Rob Alexander +161 L Mountain @Rob Alexander +162 L Mountain @Rob Alexander +80 C Muck Rats @Una Fricker +41 U Mystic Denial @DiTerlizzi +134 C Natural Spring @Jeffrey R. Busch +135 C Nature's Lore @Lubov +81 R Nightstalker Engine @Mark Tedin +136 C Norwood Archers @Rebecca Guay +137 R Norwood Priestess @Melissa A. Benson +138 C Norwood Ranger @Ron Spencer +139 C Norwood Riders @Rebecca Guay +140 C Norwood Warrior @Rebecca Guay +109 U Obsidian Giant @David A. Cherry +110 U Ogre Arsonist @Jeffrey R. Busch +111 C Ogre Berserker @David A. Cherry +112 U Ogre Taskmaster @Dan Frazier +113 C Ogre Warrior @Jeff Miracola +18 C Path of Peace @David A. Cherry +42 R Piracy @Bradley Williams +151 L Plains @Fred Fields +152 L Plains @Fred Fields +153 L Plains @Fred Fields +141 C Plated Wurm @Daniel Gelon +82 U Predatory Nightstalker @D. Alexander Gregory +83 C Prowling Nightstalker @Keith Parkinson +114 C Raging Goblin @Jeff Miracola +84 C Raiding Nightstalker @Pete Venters +85 R Rain of Daggers @Melissa A. Benson +86 C Raise Dead @Anson Maddocks +19 U Rally the Troops @Mark Poole +87 C Ravenous Rats @Edward P. Beard, Jr. +142 R Razorclaw Bear @Heather Hudson +115 R Relentless Assault @Tom Wänerstrand +43 U Remove @DiTerlizzi +143 U Renewing Touch @Rebecca Guay +88 R Return of the Nightstalkers @Randy Gallegos +20 C Righteous Charge @Jeffrey R. Busch +21 R Righteous Fury @Edward P. Beard, Jr. +144 U River Bear @Una Fricker +145 C Salvage @Keith Parkinson +44 C Screeching Drake @Anson Maddocks +45 U Sea Drake @Rebecca Guay +46 C Sleight of Hand @Phil Foglio +116 C Spitting Earth @David Horne +22 R Steam Catapult @Mark Tedin +47 C Steam Frigate @Mark Tedin +117 C Stone Rain @Doug Chaffee +157 L Swamp @Susan Van Camp +158 L Swamp @Susan Van Camp +159 L Swamp @Susan Van Camp +89 C Swarm of Rats @Kev Walker +146 R Sylvan Basilisk @Ron Spencer +147 R Sylvan Yeti @Brom +48 C Talas Air Ship @Mark Tedin +49 C Talas Explorer @Douglas Shuler +50 C Talas Merchant @Lubov +51 R Talas Researcher @Kaja Foglio +52 C Talas Scout @Heather Hudson +53 R Talas Warrior @Douglas Shuler +23 C Temple Acolyte @Lubov +24 U Temple Elder @David Horne +54 R Temporal Manipulation @Anson Maddocks +55 U Theft of Dreams @Randy Gallegos +56 C Tidal Surge @Phil Foglio +57 C Time Ebb @Sam Wood +58 C Touch of Brilliance @Kaja Foglio +25 C Town Sentry @Bradley Williams +148 C Tree Monkey @Una Fricker +118 C Tremor @Pete Venters +26 C Trokin High Guard @Ron Spencer +59 U Undo @Henry Van Der Linde +149 U Untamed Wilds @Jeffrey R. Busch +90 R Vampiric Spirit @Anson Maddocks +27 U Vengeance @Keith Parkinson +119 C Volcanic Hammer @Edward P. Beard, Jr. +28 C Volunteer Militia @Keith Parkinson +29 U Warrior's Stand @Keith Parkinson +30 C Wild Griffin @Jeff Miracola +150 U Wild Ox @Jeffrey R. Busch +120 R Wildfire @Rob Alexander +60 C Wind Sail @Matt Stawicki diff --git a/forge-gui/res/editions/Portal Three Kingdoms Promos.txt b/forge-gui/res/editions/Portal Three Kingdoms Promos.txt index 7c08de4c3a7..3bd7c4c3828 100644 --- a/forge-gui/res/editions/Portal Three Kingdoms Promos.txt +++ b/forge-gui/res/editions/Portal Three Kingdoms Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PPTK [cards] -115b R Lu Bu, Master-at-Arms -116 R Lu Bu, Master-at-Arms +115a R Lu Bu, Master-at-Arms @Gao Jianzhang +115b R Lu Bu, Master-at-Arms @Gao Jianzhang diff --git a/forge-gui/res/editions/Portal Three Kingdoms.txt b/forge-gui/res/editions/Portal Three Kingdoms.txt index 04c6dee2137..d904ff15b30 100644 --- a/forge-gui/res/editions/Portal Three Kingdoms.txt +++ b/forge-gui/res/editions/Portal Three Kingdoms.txt @@ -12,183 +12,183 @@ Foil=NotSupported ScryfallCode=PTK [cards] -1 U Alert Shu Infantry -67 R Ambition's Cost -34 R Balance of Power -100 U Barbarian General -101 C Barbarian Horde -102 U Blaze -35 U Borrowing 100,000 Arrows -133 R Borrowing the East Wind -36 U Brilliant Plan -37 C Broken Dam -103 C Burning Fields -104 R Burning of Xinye -68 R Cao Cao, Lord of Wei -69 R Cao Ren, Wei Commander -38 R Capture of Jingzhou -39 U Champion's Victory -70 U Coercion -105 U Control of the Court -71 U Corrupt Court Official -106 U Corrupt Eunuchs -40 U Council of Advisors -41 U Counterintelligence -72 U Cunning Advisor -73 C Deception -107 C Desert Sandstorm -74 U Desperate Charge -108 R Diaochan, Artful Beauty -109 R Dong Zhou, the Tyrant -2 R Eightfold Maze -3 U Empty City Ruse -110 U Eunuchs' Intrigues -42 R Exhaustion -43 C Extinguish -4 C False Defeat -134 U False Mourning -75 U Famine -111 C Fire Ambush -112 U Fire Bowman -5 U Flanking Troops -44 C Forced Retreat -179 L Forest -179 L Forest -179 L Forest -135 C Forest Bear -76 C Ghostly Visit -7 R Guan Yu's 1,000-Li March -6 R Guan Yu, Sainted Warrior -136 U Heavy Fog -137 R Hua Tuo, Honored Physician -8 R Huang Zhong, Shu General -138 U Hunting Cheetah -77 C Imperial Edict -113 U Imperial Recruiter -78 R Imperial Seal -114 C Independent Troops -169 L Island -169 L Island -169 L Island -10 R Kongming's Contraptions -9 R Kongming, "Sleeping Dragon" -45 R Lady Sun -139 R Lady Zhurong, Warrior Queen -11 R Liu Bei, Lord of Shu -140 U Lone Wolf -12 U Loyal Retainers -115 R Lu Bu, Master-at-Arms -46 R Lu Meng, Wu General -47 R Lu Su, Wu Advisor -48 R Lu Xun, Scholar General -116 R Ma Chao, Western Warrior -141 R Marshaling the Troops -143 C Meng Huo's Horde -142 R Meng Huo, Barbarian King -13 C Misfortune's Gain -175 L Mountain -175 L Mountain -175 L Mountain -117 C Mountain Bandit -49 U Mystic Denial -79 R Overwhelming Forces -14 R Pang Tong, "Young Phoenix" -15 U Peach Garden Oath -168 L Plains -168 L Plains -168 L Plains -80 U Poison Arrow -50 C Preemptive Strike -16 U Rally the Troops -17 R Ravages of War -118 U Ravaging Horde -51 U Red Cliffs Armada -119 R Relentless Assault -120 U Renegade Troops -81 C Return to Battle -18 C Riding Red Hare -144 R Riding the Dilu Horse -121 U Rockslide Ambush -122 R Rolling Earthquake -52 C Sage's Knowledge -19 C Shu Cavalry -20 C Shu Defender -21 U Shu Elite Companions -22 C Shu Elite Infantry -23 C Shu Farmer -24 C Shu Foot Soldiers -25 U Shu General -26 C Shu Grain Caravan -27 U Shu Soldier-Farmers -82 R Sima Yi, Wei Field Marshal -145 R Slashing Tiger -146 C Southern Elephant -147 U Spoils of Victory -148 C Spring of Eternal Peace -149 C Stalking Tiger -83 U Stolen Grain -84 R Stone Catapult -123 C Stone Rain -53 U Strategic Planning -54 C Straw Soldiers -55 R Sun Ce, Young Conquerer -56 R Sun Quan, Lord of Wu -173 L Swamp -173 L Swamp -173 L Swamp -150 U Taoist Hermit -151 R Taoist Mystic -152 R Taunting Challenge -153 C Three Visits -154 U Trained Cheetah -155 C Trained Jackal -156 U Trip Wire -28 U Vengeance -29 C Virtuous Charge -30 C Volunteer Militia -124 R Warrior's Oath -31 U Warrior's Stand -85 C Wei Ambush Force -86 U Wei Assassins -87 U Wei Elite Companions -88 C Wei Infantry -89 U Wei Night Raiders -90 C Wei Scout -91 C Wei Strike Force -157 C Wielding the Green Dragon -158 R Wolf Pack -57 U Wu Admiral -58 C Wu Elite Cavalry -59 C Wu Infantry -60 C Wu Light Cavalry -61 U Wu Longbowman -62 C Wu Scout -63 U Wu Spy -64 C Wu Warship -92 R Xiahou Dun, the One-Eyed -93 R Xun Yu, Wei Advisor -125 C Yellow Scarves Cavalry -126 R Yellow Scarves General -127 C Yellow Scarves Troops -94 C Young Wei Recruits -129 U Yuan Shao's Infantry -128 R Yuan Shao, the Indecisive -32 R Zhang Fei, Fierce Warrior -95 R Zhang He, Wei General -96 R Zhang Liao, Hero of Hefei -33 R Zhao Zilong, Tiger General -65 R Zhou Yu, Chief Commander -66 R Zhuge Jin, Wu Strategist -130 C Zodiac Dog -131 R Zodiac Dragon -132 C Zodiac Goat -159 U Zodiac Horse -160 C Zodiac Monkey -161 U Zodiac Ox -97 U Zodiac Pig -162 C Zodiac Rabbit -98 C Zodiac Rat -163 C Zodiac Rooster -99 C Zodiac Snake -164 U Zodiac Tiger -165 R Zuo Ci, the Mocking Sage +1 U Alert Shu Infantry @Solomon Au Yeung +67 R Ambition's Cost @Junko Taguchi +34 R Balance of Power @Quan Xuejun +100 U Barbarian General @Kuang Sheng +101 C Barbarian Horde @Kuang Sheng +102 U Blaze @Qu Xin +35 U Borrowing 100,000 Arrows @Song Shikai +133 R Borrowing the East Wind @Gao Yan +36 U Brilliant Plan @Song Shikai +37 C Broken Dam @Jiang Zhuqing +103 C Burning Fields @Yang Hong +104 R Burning of Xinye @Yang Hong +68 R Cao Cao, Lord of Wei @Gao Jianzhang +69 R Cao Ren, Wei Commander @Junko Taguchi +38 R Capture of Jingzhou @Jack Wei +39 U Champion's Victory @Hong Yan +70 U Coercion @Kang Yu +105 U Control of the Court @Li Yousong +71 U Corrupt Court Official @Li Yousong +106 U Corrupt Eunuchs @Li Yousong +40 U Council of Advisors @Liu Shangying +41 U Counterintelligence @Wang Feng +72 U Cunning Advisor @Gao Jianzhang +73 C Deception @Wang Feng +107 C Desert Sandstorm @Xu Tan +74 U Desperate Charge @Chen Weidong +108 R Diaochan, Artful Beauty @Miao Aili +109 R Dong Zhou, the Tyrant @Inoue Junichi +2 R Eightfold Maze @Shang Huitong +3 U Empty City Ruse @Qu Xin +110 U Eunuchs' Intrigues @Li Yousong +42 R Exhaustion @Qu Xin +43 C Extinguish @Ding Songjian +4 C False Defeat @Li Wang +134 U False Mourning @Koji +75 U Famine @Sun Nan +111 C Fire Ambush @Tang Xiaogu +112 U Fire Bowman @Cai Tingting +5 U Flanking Troops @Li Wang +44 C Forced Retreat @Huang Qishi +178 L Forest @Ji Yong +179 L Forest @Ji Yong +180 L Forest @Ji Yong +135 C Forest Bear @Wang Yuqun +76 C Ghostly Visit @Kang Yu +7 R Guan Yu's 1,000-Li March @Yang Guangmai +6 R Guan Yu, Sainted Warrior @Qiao Dafu +136 U Heavy Fog @Liu Shangying +137 R Hua Tuo, Honored Physician @Gao Jianzhang +8 R Huang Zhong, Shu General @Quan Xuejun +138 U Hunting Cheetah @Fang Yue +77 C Imperial Edict @Xu Xiaoming +113 U Imperial Recruiter @Mitsuaki Sagiri +78 R Imperial Seal @Li Tie +114 C Independent Troops @Kuang Sheng +169 L Island @Ku Xueming +170 L Island @Ku Xueming +171 L Island @Ku Xueming +10 R Kongming's Contraptions @Jiaming +9 R Kongming, "Sleeping Dragon" @Gao Yan +45 R Lady Sun @Miao Aili +139 R Lady Zhurong, Warrior Queen @Miao Aili +11 R Liu Bei, Lord of Shu @Qiao Dafu +140 U Lone Wolf @Yang Jun Kwon +12 U Loyal Retainers @Solomon Au Yeung +115 R Lu Bu, Master-at-Arms @Gao Jianzhang +46 R Lu Meng, Wu General @Gao Yan +47 R Lu Su, Wu Advisor @Zhao Tan +48 R Lu Xun, Scholar General @Xu Xiaoming +116 R Ma Chao, Western Warrior @Koji +141 R Marshaling the Troops @Liu Shangying +143 C Meng Huo's Horde @Li Tie +142 R Meng Huo, Barbarian King @Yang Guangmai +13 C Misfortune's Gain @Jiaming +175 L Mountain @Qin Jun +176 L Mountain @Qin Jun +177 L Mountain @Qin Jun +117 C Mountain Bandit @Xu Xiaoming +49 U Mystic Denial @Kang Yu +79 R Overwhelming Forces @Gao Yan +14 R Pang Tong, "Young Phoenix" @Li Tie +15 U Peach Garden Oath @Qiao Dafu +166 L Plains @He Jiancheng +167 L Plains @He Jiancheng +168 L Plains @He Jiancheng +80 U Poison Arrow @Li Tie +50 C Preemptive Strike @Jiaming +16 U Rally the Troops @Shang Huitong +17 R Ravages of War @Fang Yue +118 U Ravaging Horde @Liu Jianjian +51 U Red Cliffs Armada @Zhang Jiazhen +119 R Relentless Assault @He Jiancheng +120 U Renegade Troops @Liu Jianjian +81 C Return to Battle @Ding Songjian +18 C Riding Red Hare @Qi Baocheng +144 R Riding the Dilu Horse @Hong Yan +121 U Rockslide Ambush @Inoue Junichi +122 R Rolling Earthquake @Yang Hong +52 C Sage's Knowledge @Ding Songjian +19 C Shu Cavalry @Li Xiaohua +20 C Shu Defender @Sun Nan +21 U Shu Elite Companions @Qiao Dafu +22 C Shu Elite Infantry @Song Shikai +23 C Shu Farmer @Li Xiaohua +24 C Shu Foot Soldiers @Xu Tan +25 U Shu General @Li Xiaohua +26 C Shu Grain Caravan @Li Wang +27 U Shu Soldier-Farmers @Li Xiaohua +82 R Sima Yi, Wei Field Marshal @Gao Yan +145 R Slashing Tiger @Yang Jun Kwon +146 C Southern Elephant @Wang Yuqun +147 U Spoils of Victory @Sun Nan +148 C Spring of Eternal Peace @Wang Yuqun +149 C Stalking Tiger @Kang Yu +83 U Stolen Grain @LHQ +84 R Stone Catapult @Shang Huitong +123 C Stone Rain @Mitsuaki Sagiri +53 U Strategic Planning @Zhang Jiazhen +54 C Straw Soldiers @Cai Tingting +55 R Sun Ce, Young Conquerer @Yang Guangmai +56 R Sun Quan, Lord of Wu @Xu Xiaoming +172 L Swamp @Wang Chuxiong +173 L Swamp @Wang Chuxiong +174 L Swamp @Wang Chuxiong +150 U Taoist Hermit @Wang Yuqun +151 R Taoist Mystic @Qu Xin +152 R Taunting Challenge @Gao Yan +153 C Three Visits @Qu Xin +154 U Trained Cheetah @Fang Yue +155 C Trained Jackal @Yang Jun Kwon +156 U Trip Wire @Hong Yan +28 U Vengeance @Solomon Au Yeung +29 C Virtuous Charge @Qu Xin +30 C Volunteer Militia @Lin Yan +124 R Warrior's Oath @Mitsuaki Sagiri +31 U Warrior's Stand @Qiao Dafu +85 C Wei Ambush Force @Ku Xueming +86 U Wei Assassins @Xu Tan +87 U Wei Elite Companions @Li Youliang +88 C Wei Infantry @LHQ +89 U Wei Night Raiders @Wang Feng +90 C Wei Scout @Jiang Zhuqing +91 C Wei Strike Force @Tang Xiaogu +157 C Wielding the Green Dragon @Quan Xuejun +158 R Wolf Pack @Yang Jun Kwon +57 U Wu Admiral @Zhang Jiazhen +58 C Wu Elite Cavalry @Li Wang +59 C Wu Infantry @Xu Xiaoming +60 C Wu Light Cavalry @Huang Qishi +61 U Wu Longbowman @Xu Tan +62 C Wu Scout @Jiaming +63 U Wu Spy @Zhao Tan +64 C Wu Warship @Jiang Zhuqing +92 R Xiahou Dun, the One-Eyed @Junko Taguchi +93 R Xun Yu, Wei Advisor @Jack Wei +125 C Yellow Scarves Cavalry @Chen Weidong +126 R Yellow Scarves General @Chen Weidong +127 C Yellow Scarves Troops @Chen Weidong +94 C Young Wei Recruits @Li Youliang +129 U Yuan Shao's Infantry @Lin Yan +128 R Yuan Shao, the Indecisive @Inoue Junichi +32 R Zhang Fei, Fierce Warrior @Qiao Dafu +95 R Zhang He, Wei General @Jack Wei +96 R Zhang Liao, Hero of Hefei @Li Youliang +33 R Zhao Zilong, Tiger General @Quan Xuejun +65 R Zhou Yu, Chief Commander @Xu Xiaoming +66 R Zhuge Jin, Wu Strategist @Song Shikai +130 C Zodiac Dog @Qi Baocheng +131 R Zodiac Dragon @Qi Baocheng +132 C Zodiac Goat @Qi Baocheng +159 U Zodiac Horse @Ai Desheng +160 C Zodiac Monkey @Ai Desheng +161 U Zodiac Ox @Ai Desheng +97 U Zodiac Pig @Qi Baocheng +162 C Zodiac Rabbit @Ai Desheng +98 C Zodiac Rat @Qi Baocheng +163 C Zodiac Rooster @Ai Desheng +99 C Zodiac Snake @Qi Baocheng +164 U Zodiac Tiger @Ai Desheng +165 R Zuo Ci, the Mocking Sage @Wang Yuqun diff --git a/forge-gui/res/editions/Portal.txt b/forge-gui/res/editions/Portal.txt index b4fccb1a6a1..8ee2d1f05d5 100644 --- a/forge-gui/res/editions/Portal.txt +++ b/forge-gui/res/editions/Portal.txt @@ -11,225 +11,225 @@ Foil=NotSupported ScryfallCode=POR [cards] -1 R Alabaster Dragon -157 R Alluring Scent -158 U Anaconda -158† U Anaconda -40 R Ancestral Memories -2 C Angelic Blessing -3 R Archangel -4 U Ardent Militia -5 R Armageddon -6 C Armored Pegasus -79 U Arrogant Vampire -80 U Assassin's Blade -41 R Balance of Power -42 U Baleful Stare -159 U Bee Sting -118 U Blaze -118s U Blaze -7 R Blessed Reversal -8 R Blinding Light -81 C Bog Imp -82 C Bog Raiders -83 U Bog Wraith -119 U Boiling Seas -9 C Border Guard -10 C Breath of Life -160 U Bull Hippo -120 C Burning Cloak -43 R Capricious Sorcerer -84 U Charging Bandits -11 U Charging Paladin -161 R Charging Rhino -44 C Cloak of Feathers -45 R Cloud Dragon -46 C Cloud Pirates -47 U Cloud Spirit -48 U Command of Unsummoning -49 C Coral Eel -121 C Craven Giant -85 C Craven Knight -86 R Cruel Bargain -50 R Cruel Fate -87 R Cruel Tutor -51 U Deep-Sea Serpent -162 U Deep Wood -12 U Defiant Stand -53 C Deja Vu -122 U Desert Drake -123 R Devastation -13 C Devoted Hero -52 R Djinn of the Lamp -88 R Dread Charge -89 R Dread Reaper -90 U Dry Spell -124 R Earthquake -91 R Ebon Dragon -163 C Elite Cat Warrior -163† C Elite Cat Warrior -164 C Elven Cache -165 C Elvish Ranger -92 R Endless Cockroaches -54 R Exhaustion -14 C False Peace -93 C Feral Shadow -94 R Final Strike -125 R Fire Dragon -126 U Fire Imp -127 C Fire Snake -128 R Fire Tempest -129 U Flashfires -15 C Fleet-Footed Monk -55 U Flux -16 C Foot Soldiers -212 L Forest -213 L Forest -214 L Forest -215 L Forest -130 R Forked Lightning -166 C Fruition -56 C Giant Octopus -167 C Giant Spider -17 R Gift of Estates -131 C Goblin Bully -168 C Gorilla Warrior -95 U Gravedigger -169 C Grizzly Bears -96 C Hand of Death -96† C Hand of Death -18 R Harsh Justice -132 C Highland Giant -133 C Hill Giant -57 C Horned Turtle -97 C Howling Fury -134 U Hulking Cyclops -135 C Hulking Goblin -170 R Hurricane -58 U Ingenious Thief -200 L Island -201 L Island -202 L Island -203 L Island -171 C Jungle Lion -19 C Keen-Eyed Archers -98 R King's Assassin -20 C Knight Errant -136 R Last Chance -137 C Lava Axe -138 U Lava Flow -139 C Lizard Warrior -59 U Man-o'-War -99 R Mercenary Knight -60 C Merfolk of the Pearl Trident -100 C Mind Knives -101 C Mind Rot -140 C Minotaur Warrior -172 C Mobilize -173 C Monstrous Growth -173† C Monstrous Growth -174 U Moon Sprite -208 L Mountain -209 L Mountain -210 L Mountain -211 L Mountain -141 U Mountain Goat -102 C Muck Rats -61 U Mystic Denial -175 R Natural Order -176 U Natural Spring -177 R Nature's Cloak -178 C Nature's Lore -103 U Nature's Ruin -179 U Needle Storm -104 U Noxious Toad -62 C Omen -63 C Owl Familiar -180 C Panther Warriors -21 C Path of Peace -64 U Personal Tutor -65 R Phantom Warrior -142 R Pillaging Horde -196 L Plains -197 L Plains -198 L Plains -199 L Plains -181 U Plant Elemental -182 R Primeval Force -66 R Prosperity -143 R Pyroclasm -105 C Python -144 C Raging Cougar -145 C Raging Goblin -145† C Raging Goblin -146 C Raging Minotaur -147 U Rain of Salt -106 U Rain of Tears -107 C Raise Dead -183 C Redwood Treefolk -22 C Regal Unicorn -23 U Renewing Dawn -184 C Rowan Treefolk -24 C Sacred Knight -25 C Sacred Nectar -148 C Scorching Spear -149 U Scorching Winds -26 U Seasoned Marshal -108 R Serpent Assassin -109 C Serpent Warrior -110 C Skeletal Crocodile -111 C Skeletal Snake -67 C Snapping Drake -68 C Sorcerous Sight -112 C Soul Shred -185 C Spined Wurm -27 R Spiritual Guardian -150 C Spitting Earth -28 C Spotted Griffin -186 C Stalking Tiger -29 U Starlight -30 U Starlit Angel -31 C Steadfastness -32 R Stern Marshal -151 C Stone Rain -69 C Storm Crow -187 R Summer Bloom -204 L Swamp -205 L Swamp -206 L Swamp -207 L Swamp -188 R Sylvan Tutor -70 C Symbol of Unsummoning -71 R Taunt -33 R Temporary Truce -72 U Theft of Dreams -73 R Thing from the Deep -189 R Thundering Wurm -152 R Thundermare -74 C Tidal Surge -75 C Time Ebb -76 C Touch of Brilliance -190 R Treetop Defense -113 C Undying Beast -191 U Untamed Wilds -34 U Valorous Charge -114 U Vampiric Feast -115 C Vampiric Touch -35 U Venerable Monk -36 U Vengeance -116 U Virtue's Ruin -153 R Volcanic Dragon -154 C Volcanic Hammer -155 U Wall of Granite -37 U Wall of Swords -38 C Warrior's Charge -38† C Warrior's Charge -192 U Whiptail Wurm -117 R Wicked Pact -193 C Willow Dryad -77 C Wind Drake -156 R Winds of Change -194 U Winter's Grasp -78 U Withering Gaze -195 R Wood Elves -39 R Wrath of God +1 R Alabaster Dragon @Ted Naifeh +157 R Alluring Scent @Ted Naifeh +158 U Anaconda @Andrew Robinson +158† U Anaconda @Andrew Robinson +40 R Ancestral Memories @Dan Frazier +2 C Angelic Blessing @DiTerlizzi +3 R Archangel @Quinton Hoover +4 U Ardent Militia @Mike Raabe +5 R Armageddon @John Avon +6 C Armored Pegasus @Andrew Robinson +79 U Arrogant Vampire @Zina Saunders +80 U Assassin's Blade @John Matson +41 R Balance of Power @Adam Rex +42 U Baleful Stare @John Coulthart +159 U Bee Sting @Phil Foglio +118 U Blaze @Gerry Grace +118s U Blaze @David A. Cherry +7 R Blessed Reversal @Zina Saunders +8 R Blinding Light @John Coulthart +81 C Bog Imp @Christopher Rush +82 C Bog Raiders @Steve Luke +83 U Bog Wraith @Ted Naifeh +119 U Boiling Seas @Tom Wänerstrand +9 C Border Guard @Kev Walker +10 C Breath of Life @DiTerlizzi +160 U Bull Hippo @Roger Raupp +120 C Burning Cloak @Scott M. Fischer +43 R Capricious Sorcerer @Zina Saunders +84 U Charging Bandits @Dermot Power +11 U Charging Paladin @Kev Walker +161 R Charging Rhino @Una Fricker +44 C Cloak of Feathers @Rebecca Guay +45 R Cloud Dragon @John Avon +46 C Cloud Pirates @Phil Foglio +47 U Cloud Spirit @DiTerlizzi +48 U Command of Unsummoning @Phil Foglio +49 C Coral Eel @Una Fricker +121 C Craven Giant @Ron Spencer +85 C Craven Knight @Charles Gillespie +86 R Cruel Bargain @Adrian Smith +50 R Cruel Fate @Adrian Smith +87 R Cruel Tutor @Kev Walker +51 U Deep-Sea Serpent @Scott M. Fischer +162 U Deep Wood @Paolo Parente +12 U Defiant Stand @Hannibal King +53 C Deja Vu @Hannibal King +122 U Desert Drake @Gerry Grace +123 R Devastation @Steve Luke +13 C Devoted Hero @DiTerlizzi +52 R Djinn of the Lamp @DiTerlizzi +88 R Dread Charge @Ted Naifeh +89 R Dread Reaper @Christopher Rush +90 U Dry Spell @Roger Raupp +124 R Earthquake @Adrian Smith +91 R Ebon Dragon @Donato Giancola +163 C Elite Cat Warrior @Eric Peterson +163† C Elite Cat Warrior @Eric Peterson +164 C Elven Cache @Rebecca Guay +165 C Elvish Ranger @DiTerlizzi +92 R Endless Cockroaches @Ron Spencer +54 R Exhaustion @DiTerlizzi +14 C False Peace @Zina Saunders +93 C Feral Shadow @Colin MacNeil +94 R Final Strike @John Coulthart +125 R Fire Dragon @William Simpson +126 U Fire Imp @DiTerlizzi +127 C Fire Snake @Steve Luke +128 R Fire Tempest @Mike Dringenberg +129 U Flashfires @Randy Gallegos +15 C Fleet-Footed Monk @D. Alexander Gregory +55 U Flux @Ted Naifeh +16 C Foot Soldiers @Kev Walker +212 L Forest @John Avon +212s L Forest @李铁 +213 L Forest @John Avon +213s L Forest @李铁 +130 R Forked Lightning @Ted Naifeh +166 C Fruition @Steve Luke +56 C Giant Octopus @John Matson +167 C Giant Spider @Randy Gallegos +17 R Gift of Estates @Kaja Foglio +131 C Goblin Bully @Pete Venters +168 C Gorilla Warrior @John Matson +95 U Gravedigger @Scott M. Fischer +169 C Grizzly Bears @Zina Saunders +96 C Hand of Death @John Coulthart +96† C Hand of Death @John Coulthart +18 R Harsh Justice @John Coulthart +132 C Highland Giant @Ron Spencer +133 C Hill Giant @Randy Gallegos +57 C Horned Turtle @Adrian Smith +97 C Howling Fury @Mike Dringenberg +134 U Hulking Cyclops @Paolo Parente +135 C Hulking Goblin @Pete Venters +170 R Hurricane @Andrew Robinson +58 U Ingenious Thief @Dan Frazier +200 L Island @Eric Peterson +200s L Island @库雪明 +201 L Island @Eric Peterson +201s L Island @库雪明 +171 C Jungle Lion @Janine Johnston +19 C Keen-Eyed Archers @Alan Rabinowitz +98 R King's Assassin @Zina Saunders +20 C Knight Errant @Dan Frazier +136 R Last Chance @Hannibal King +137 C Lava Axe @Adrian Smith +138 U Lava Flow @Mike Dringenberg +139 C Lizard Warrior @Roger Raupp +59 U Man-o'-War @Una Fricker +99 R Mercenary Knight @Adrian Smith +60 C Merfolk of the Pearl Trident @DiTerlizzi +100 C Mind Knives @Rebecca Guay +101 C Mind Rot @Steve Luke +140 C Minotaur Warrior @Scott M. Fischer +172 C Mobilize @Rebecca Guay +173 C Monstrous Growth @Dan Frazier +173† C Monstrous Growth @Dan Frazier +174 U Moon Sprite @Terese Nielsen +208 L Mountain @Brian Durfee +208s L Mountain @康羽 +209 L Mountain @Brian Durfee +209s L Mountain @康羽 +141 U Mountain Goat @Una Fricker +102 C Muck Rats @Colin MacNeil +61 U Mystic Denial @Hannibal King +175 R Natural Order @Alan Rabinowitz +176 U Natural Spring @Janine Johnston +177 R Nature's Cloak @Rebecca Guay +178 C Nature's Lore @Terese Nielsen +103 U Nature's Ruin @Mike Dringenberg +179 U Needle Storm @Charles Gillespie +104 U Noxious Toad @Adrian Smith +62 C Omen @Eric Peterson +63 C Owl Familiar @Janine Johnston +180 C Panther Warriors @Eric Peterson +21 C Path of Peace @Pete Venters +64 U Personal Tutor @D. Alexander Gregory +65 R Phantom Warrior @Dan Frazier +142 R Pillaging Horde @Kev Walker +196 L Plains @Douglas Shuler +196s L Plains @Jack Wei +197 L Plains @Douglas Shuler +197s L Plains @Jack Wei +181 U Plant Elemental @Ted Naifeh +182 R Primeval Force @Randy Gallegos +66 R Prosperity @Phil Foglio +143 R Pyroclasm @John Matson +105 C Python @Alan Rabinowitz +144 C Raging Cougar @Terese Nielsen +145 C Raging Goblin @Pete Venters +145† C Raging Goblin @Pete Venters +146 C Raging Minotaur @Scott M. Fischer +147 U Rain of Salt @Charles Gillespie +106 U Rain of Tears @Eric Peterson +107 C Raise Dead @Charles Gillespie +183 C Redwood Treefolk @Steve Luke +22 C Regal Unicorn @Zina Saunders +23 U Renewing Dawn @John Avon +184 C Rowan Treefolk @Gerry Grace +24 C Sacred Knight @Donato Giancola +25 C Sacred Nectar @Janine Johnston +148 C Scorching Spear @Mike Raabe +149 U Scorching Winds @D. Alexander Gregory +26 U Seasoned Marshal @Zina Saunders +108 R Serpent Assassin @Roger Raupp +109 C Serpent Warrior @Roger Raupp +110 C Skeletal Crocodile @Mike Dringenberg +111 C Skeletal Snake @John Matson +67 C Snapping Drake @Christopher Rush +68 C Sorcerous Sight @Kaja Foglio +112 C Soul Shred @Alan Rabinowitz +185 C Spined Wurm @Colin MacNeil +27 R Spiritual Guardian @Terese Nielsen +150 C Spitting Earth @Hannibal King +28 C Spotted Griffin @William Simpson +186 C Stalking Tiger @Colin MacNeil +29 U Starlight @John Avon +30 U Starlit Angel @Rebecca Guay +31 C Steadfastness @Kev Walker +32 R Stern Marshal @D. Alexander Gregory +151 C Stone Rain @John Matson +69 C Storm Crow @Una Fricker +187 R Summer Bloom @Kaja Foglio +204 L Swamp @Romas Kukalis +205 L Swamp @Romas Kukalis +206 L Swamp @Romas Kukalis +207 L Swamp @Romas Kukalis +188 R Sylvan Tutor @Kaja Foglio +70 C Symbol of Unsummoning @Adam Rex +71 R Taunt @Phil Foglio +33 R Temporary Truce @Mike Raabe +72 U Theft of Dreams @Adam Rex +73 R Thing from the Deep @Paolo Parente +189 R Thundering Wurm @Paolo Parente +152 R Thundermare @Bob Eggleton +74 C Tidal Surge @Douglas Shuler +75 C Time Ebb @Alan Rabinowitz +76 C Touch of Brilliance @John Coulthart +190 R Treetop Defense @Zina Saunders +113 C Undying Beast @Steve Luke +191 U Untamed Wilds @Romas Kukalis +34 U Valorous Charge @Douglas Shuler +114 U Vampiric Feast @D. Alexander Gregory +115 C Vampiric Touch @Zina Saunders +35 U Venerable Monk @D. Alexander Gregory +36 U Vengeance @Andrew Robinson +116 U Virtue's Ruin @Mike Dringenberg +153 R Volcanic Dragon @Tom Wänerstrand +154 C Volcanic Hammer @Christopher Rush +155 U Wall of Granite @Kev Walker +37 U Wall of Swords @Douglas Shuler +38 C Warrior's Charge @Ted Naifeh +38† C Warrior's Charge @Ted Naifeh +192 U Whiptail Wurm @Una Fricker +117 R Wicked Pact @Adam Rex +193 C Willow Dryad @D. Alexander Gregory +77 C Wind Drake @Zina Saunders +156 R Winds of Change @Adam Rex +194 U Winter's Grasp @Paolo Parente +78 U Withering Gaze @Scott M. Fischer +195 R Wood Elves @Rebecca Guay +39 R Wrath of God @Mike Raabe diff --git a/forge-gui/res/editions/Premium Deck Series Fire and Lightning.txt b/forge-gui/res/editions/Premium Deck Series Fire and Lightning.txt index 6ddbdf4db11..2460767f142 100644 --- a/forge-gui/res/editions/Premium Deck Series Fire and Lightning.txt +++ b/forge-gui/res/editions/Premium Deck Series Fire and Lightning.txt @@ -8,37 +8,37 @@ Type=Collector_Edition ScryfallCode=PD2 [cards] -12 R Ball Lightning -28 U Barbarian Ring -13 U Boggart Ram-Gang -21 U Browbeat -16 C Chain Lightning -9 C Cinder Pyromancer -5 R Figure of Destiny -15 U Fire Servant -27 U Fireball -26 C Fireblast -22 U Flames of the Blood Hand -29 U Ghitu Encampment -1 R Grim Lavamancer -23 R Hammer of Bogardan -6 U Hellspark Elemental -2 U Jackal Pup -10 R Jaya Ballard, Task Mage -14 U Keldon Champion -7 C Keldon Marauders -17 C Lightning Bolt -3 U Mogg Fanatic -8 C Mogg Flunkies -32 L Mountain -32 L Mountain -32 L Mountain -32 L Mountain -24 U Pillage -18 U Price of Progress -20 R Reverberate -4 U Spark Elemental -25 U Sudden Impact -30 C Teetering Peaks -19 C Thunderbolt -11 C Vulshok Sorcerer +12 R Ball Lightning @Trevor Claxton +28 U Barbarian Ring @John Avon +13 U Boggart Ram-Gang @Dave Allsop +21 U Browbeat @Mark Tedin +16 C Chain Lightning @Christopher Moeller +9 C Cinder Pyromancer @Greg Staples +5 R Figure of Destiny @Scott M. Fischer +15 U Fire Servant @Ryan Yee +27 U Fireball @Dave Dorman +26 C Fireblast @Michael Danza +22 U Flames of the Blood Hand @Aleksi Briclot +29 U Ghitu Encampment @John Avon +1 R Grim Lavamancer @Michael Sutfin +23 R Hammer of Bogardan @Ron Spencer +6 U Hellspark Elemental @Justin Sweet +2 U Jackal Pup @Kev Walker +10 R Jaya Ballard, Task Mage @Matt Cavotta +14 U Keldon Champion @Mark Tedin +7 C Keldon Marauders @Alex Horley-Orlandelli +17 C Lightning Bolt @Christopher Moeller +3 U Mogg Fanatic @Brom +8 C Mogg Flunkies @Brom +31 L Mountain @John Avon +32 L Mountain @Aleksi Briclot +33 L Mountain @Aleksi Briclot +34 L Mountain @Richard Wright +24 U Pillage @Bradley Williams +18 U Price of Progress @Richard Kane Ferguson +20 R Reverberate @jD +4 U Spark Elemental @John Avon +25 U Sudden Impact @Wayne Reynolds +30 C Teetering Peaks @Fred Fields +19 C Thunderbolt @Dylan Martens +11 C Vulshok Sorcerer @rk post diff --git a/forge-gui/res/editions/Premium Deck Series Graveborn.txt b/forge-gui/res/editions/Premium Deck Series Graveborn.txt index 63a64b6dcef..397156bd640 100644 --- a/forge-gui/res/editions/Premium Deck Series Graveborn.txt +++ b/forge-gui/res/editions/Premium Deck Series Graveborn.txt @@ -7,36 +7,36 @@ Type=Collector_Edition ScryfallCode=PD3 [cards] -16 U Animate Dead -6 R Avatar of Woe -11 R Blazing Archon -20 U Buried Alive -12 U Cabal Therapy -5 R Crosis, the Purger -24 U Crystal Vein -22 U Diabolic Servitude -23 U Dread Return -13 C Duress -25 U Ebon Stronghold -14 R Entomb -17 C Exhume -3 C Faceless Butcher -2 U Hidden Horror -10 R Inkwell Leviathan -21 C Last Rites -26 C Polluted Mire -1 C Putrid Imp -15 U Reanimate -18 U Sickening Dreams -9 M Sphinx of the Steel Wind -28 L Swamp -28 L Swamp -28 L Swamp -28 L Swamp -7 R Terastodon -4 C Twisted Abomination -8 R Verdant Force -19 U Zombie Infestation +16 U Animate Dead @Anthony Jones +6 R Avatar of Woe @rk post +11 R Blazing Archon @Zoltan Boros & Gabor Szikszai +20 U Buried Alive @Greg Staples +12 U Cabal Therapy @Raymond Swanland +5 R Crosis, the Purger @Chris Rahn +24 U Crystal Vein @Pat Morrissey +22 U Diabolic Servitude @Scott M. Fischer +23 U Dread Return @Kev Walker +13 C Duress @Steven Belledin +25 U Ebon Stronghold @Liz Danforth +14 R Entomb @Ron Spears +17 C Exhume @Carl Critchlow +3 C Faceless Butcher @Daren Bader +2 U Hidden Horror @Brom +10 R Inkwell Leviathan @Anthony Francisco +21 C Last Rites @Bradley Williams +26 C Polluted Mire @Stephen Daniele +1 C Putrid Imp @Wayne England +15 U Reanimate @Robert Bliss +18 U Sickening Dreams @Scott M. Fischer +9 M Sphinx of the Steel Wind @Kev Walker +27 L Swamp @Aleksi Briclot +28 L Swamp @James Paick +29 L Swamp @Jung Park +30 L Swamp @Alan Pollack +7 R Terastodon @Lars Grant-West +4 C Twisted Abomination @Daren Bader +8 R Verdant Force @DiTerlizzi +19 U Zombie Infestation @Thomas M. Baxa [tokens] b_2_2_zombie diff --git a/forge-gui/res/editions/Premium Deck Series Slivers.txt b/forge-gui/res/editions/Premium Deck Series Slivers.txt index 24cedbe406e..9dbe368e025 100644 --- a/forge-gui/res/editions/Premium Deck Series Slivers.txt +++ b/forge-gui/res/editions/Premium Deck Series Slivers.txt @@ -8,44 +8,44 @@ Alias=H09 ScryfallCode=H09 [cards] -13 U Acidic Sliver -3 C Amoeboid Changeling -31 U Ancient Ziggurat -28 C Aphetto Dredging -16 U Armor Sliver -18 U Barbed Sliver -22 R Brood Sliver -5 C Clot Sliver -29 R Coat of Arms -11 U Crystalline Sliver -27 C Distant Melody -41 L Forest -6 C Frenzy Sliver -21 R Fungus Sliver -25 U Fury Sliver -8 C Gemhide Sliver -7 C Heart Sliver -26 U Heartstone -12 U Hibernation Sliver -19 C Homing Sliver -38 L Island -1 C Metallic Sliver -23 U Might Sliver -40 L Mountain -9 C Muscle Sliver -20 U Necrotic Sliver -37 L Plains -10 C Quick Sliver -32 R Rootbound Crag -33 C Rupture Spire -24 M Sliver Overlord -17 U Spectral Sliver -14 U Spined Sliver -39 L Swamp -34 C Terramorphic Expanse -15 U Victual Sliver -2 C Virulent Sliver -35 U Vivid Creek -36 U Vivid Grove -30 R Wild Pair -4 C Winged Sliver +13 U Acidic Sliver @Jeff Miracola +3 C Amoeboid Changeling @Nils Hamm +31 U Ancient Ziggurat @John Avon +28 C Aphetto Dredging @Monte Michael Moore +16 U Armor Sliver @Scott Kirschner +18 U Barbed Sliver @Scott Kirschner +22 R Brood Sliver @Ron Spears +5 C Clot Sliver @Jeff Laubenstein +29 R Coat of Arms @Scott M. Fischer +11 U Crystalline Sliver @Allen Williams +27 C Distant Melody @Omar Rayyan +41 L Forest @Douglas Shuler +6 C Frenzy Sliver @Glen Angus +21 R Fungus Sliver @Daniel Gelon +25 U Fury Sliver @Paolo Parente +8 C Gemhide Sliver @John Matson +7 C Heart Sliver @Ron Spencer +26 U Heartstone @John Matson +12 U Hibernation Sliver @Scott Kirschner +19 C Homing Sliver @Trevor Hairsine +38 L Island @Randy Gallegos +1 C Metallic Sliver @Allen Williams +23 U Might Sliver @Jeff Miracola +40 L Mountain @Mark Poole +9 C Muscle Sliver @Richard Kane Ferguson +20 U Necrotic Sliver @Dave Allsop +37 L Plains @Terese Nielsen +10 C Quick Sliver @John Avon +32 R Rootbound Crag @Matt Stewart +33 C Rupture Spire @Jaime Jones +24 M Sliver Overlord @Tony Szczudlo +17 U Spectral Sliver @Pete Venters +14 U Spined Sliver @Ron Spencer +39 L Swamp @Brom +34 C Terramorphic Expanse @Dan Scott +15 U Victual Sliver @Terese Nielsen +2 C Virulent Sliver @Franz Vohwinkel +35 U Vivid Creek @Fred Fields +36 U Vivid Grove @Howard Lyon +30 R Wild Pair @Mark Brill +4 C Winged Sliver @Anthony S. Waters diff --git a/forge-gui/res/editions/Promo set for Gatherer.txt b/forge-gui/res/editions/Promo set for Gatherer.txt index 0fcfc38bec4..d719fea517b 100644 --- a/forge-gui/res/editions/Promo set for Gatherer.txt +++ b/forge-gui/res/editions/Promo set for Gatherer.txt @@ -9,30 +9,30 @@ Type=Online ScryfallCode=PRM [cards] -35958 S Arena -32206 R Avatar of Hope -32198 R Beast of Burden -32190 R Dirtcowl Wurm -32200 R False Prophet -36256 R Feral Throwback -36236 R Fungal Shambler -35960 S Giant Badger -36248 R Glory -31989 R Helm of Kaldra -37875 R Laquatus's Champion -32196 R Lightning Dragon -35962 S Mana Crypt -32194 R Monstrous Hound -35956 S Nalathni Dragon -32202 R Overtaker -36234 R Questing Phelddagrif -36206 R Raging Kavu -32204 R Rathi Assassin -32192 R Revenant -32001 R Ryusei, the Falling Star -35964 R Sewers of Estark -31985 R Shield of Kaldra -36252 R Silent Specter -36268 R Soul Collector -31987 R Sword of Kaldra -35966 S Windseeker Centaur +35958 S Arena @Rob Alexander +32206 R Avatar of Hope @rk post +32198 R Beast of Burden @Ron Spears +32190 R Dirtcowl Wurm @Dan Frazier +32200 R False Prophet @Eric Peterson +36256 R Feral Throwback @Carl Critchlow +36236 R Fungal Shambler @Jim Nelson +35960 S Giant Badger @Liz Danforth +36248 R Glory @Donato Giancola +31989 R Helm of Kaldra @Donato Giancola +37875 R Laquatus's Champion @Greg Staples +32196 R Lightning Dragon @Ron Spencer +35962 S Mana Crypt @Mark Tedin +32194 R Monstrous Hound @Dermot Power +35956 S Nalathni Dragon @Michael Whelan +32202 R Overtaker @Clyde Caldwell +36234 R Questing Phelddagrif @Matt Cavotta +36206 R Raging Kavu @Arnie Swekel +32204 R Rathi Assassin @Dana Knutson +32192 R Revenant @Terese Nielsen +32001 R Ryusei, the Falling Star @Nottsuo +35964 R Sewers of Estark @Melissa A. Benson +31985 R Shield of Kaldra @Donato Giancola +36252 R Silent Specter @Daren Bader +36268 R Soul Collector @Matthew D. Wilson +31987 R Sword of Kaldra @Donato Giancola +35966 S Windseeker Centaur @Anson Maddocks diff --git a/forge-gui/res/editions/Prophecy Promos.txt b/forge-gui/res/editions/Prophecy Promos.txt index f7675b8ac97..7ede99bf6a3 100644 --- a/forge-gui/res/editions/Prophecy Promos.txt +++ b/forge-gui/res/editions/Prophecy Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PPCY [cards] -3 R Avatar of Hope +3 R Avatar of Hope @rk post diff --git a/forge-gui/res/editions/Prophecy.txt b/forge-gui/res/editions/Prophecy.txt index 85d6ac8a4a0..7af3d9f515b 100644 --- a/forge-gui/res/editions/Prophecy.txt +++ b/forge-gui/res/editions/Prophecy.txt @@ -13,149 +13,149 @@ Foil=OldStyle FoilAlwaysInCommonSlot=False [cards] -1 U Abolish -55 C Agent of Shauku -29 C Alexi's Cloak -28 R Alexi, Zephyr Mage -2 C Aura Fracture -82 R Avatar of Fury -3 R Avatar of Hope -109 R Avatar of Might -30 R Avatar of Will -56 R Avatar of Woe -83 U Barbed Field -4 R Blessed Wind -57 R Bog Elemental -58 C Bog Glider -84 C Branded Brawlers -85 U Brutal Suppression -110 C Calming Verse -5 R Celestial Convergence -59 U Chilling Apparition -136 U Chimeric Idol -86 U Citadel of Pain -31 C Coastal Hornclaw -60 R Coffin Puppets -137 R Copper-Leaf Angel -111 U Darba -61 C Death Charmer -32 R Denying Wind -62 C Despoil -87 C Devastate -6 C Diving Griffin -112 R Dual Nature -113 R Elephant Resurgence -63 U Endbringer's Revel -7 U Entangler -33 U Excavation -8 C Excise -88 C Fault Riders -64 C Fen Stalker -89 R Fickle Efreet -90 U Flameshot -65 C Flay -9 U Flowering Field -34 U Foil -114 R Forgotten Harvest -10 U Glittering Lion -11 C Glittering Lynx -67 C Greel's Caress -66 R Greel, Mind Raker -35 C Gulf Squid -36 C Hazy Homunculus -37 R Heightened Awareness -138 U Hollow Warrior -68 R Infernal Genesis -91 C Inflame -12 R Jeweled Spirit -116 C Jolrael's Favor -115 R Jolrael, Empress of Beasts -92 U Keldon Arsonist -139 R Keldon Battlewagon -93 C Keldon Berserker -94 R Keldon Firebombers -96 C Latulla's Orders -95 R Latulla, Keldon Overseer -97 U Lesser Gargadon -117 U Living Terrain -13 R Mageta the Lion -14 C Mageta's Boon -38 U Mana Vapors -118 C Marsh Boa -15 R Mercenary Informer -16 C Mine Bearer -17 U Mirror Strike -119 R Mungha Wurm -69 U Nakaya Shade -70 U Noxious Field -71 U Outbreak -39 R Overburden -98 C Panic Attack -72 U Pit Raptor -73 C Plague Fiend -74 R Plague Wind -40 R Psychic Theft -120 C Pygmy Razorback -41 U Quicksilver Wall -75 R Rebel Informer -42 C Rethink -18 U Reveille Squad -142 U Rhystic Cave -19 C Rhystic Circle -43 C Rhystic Deluge -99 C Rhystic Lightning -44 U Rhystic Scrying -20 C Rhystic Shield -45 C Rhystic Study -76 U Rhystic Syphon -77 R Rhystic Tutor -121 C Rib Cage Spider -46 C Ribbon Snake -100 C Ridgeline Rager -122 U Root Cage -21 R Samite Sanctuary -101 U Scoria Cat -102 R Search for Survivors -103 R Searing Wind -22 R Sheltering Prayers -23 U Shield Dancer -47 R Shrouded Serpent -123 C Silt Crawler -124 U Snag -24 C Soul Charmer -78 C Soul Strings -48 U Spiketail Drake -49 C Spiketail Hatchling -125 U Spitting Spider -126 C Spore Frog -104 C Spur Grappler -127 R Squirrel Wrangler -79 C Steal Strength -50 C Stormwatch Eagle -51 U Sunken Field -25 U Sword Dancer -105 R Task Mage Assembly -128 C Thresher Beast -129 C Thrive -26 C Trenching Steed -27 C Troubled Healer -52 R Troublesome Spirit -130 U Verdant Field -106 R Veteran Brawlers -131 C Vintara Elephant -132 U Vintara Snapper -133 R Vitalizing Wind -80 U Wall of Vipers -140 R Well of Discovery -141 U Well of Life -107 U Whip Sergeant -81 C Whipstitched Zombie -134 C Wild Might -53 U Windscouter -135 U Wing Storm -143 R Wintermoon Mesa -54 C Withdraw -108 C Zerapa Minotaur +1 U Abolish @Kev Walker +55 C Agent of Shauku @Donato Giancola +29 C Alexi's Cloak @Alan Rabinowitz +28 R Alexi, Zephyr Mage @Mark Zug +2 C Aura Fracture @Rebecca Guay +82 R Avatar of Fury @rk post +3 R Avatar of Hope @rk post +109 R Avatar of Might @rk post +30 R Avatar of Will @rk post +56 R Avatar of Woe @rk post +83 U Barbed Field @Carl Critchlow +4 R Blessed Wind @Anthony S. Waters +57 R Bog Elemental @Glen Angus +58 C Bog Glider @Brian Snõddy +84 C Branded Brawlers @Scott M. Fischer +85 U Brutal Suppression @Val Mayerik +110 C Calming Verse @Rebecca Guay +5 R Celestial Convergence @Ray Lago +59 U Chilling Apparition @Ron Spears +136 U Chimeric Idol @Mark Tedin +86 U Citadel of Pain @Darrell Riche +31 C Coastal Hornclaw @DiTerlizzi +60 R Coffin Puppets @Arnie Swekel +137 R Copper-Leaf Angel @Christopher Moeller +111 U Darba @Heather Hudson +61 C Death Charmer @David Martin +32 R Denying Wind @Tony Szczudlo +62 C Despoil @Scott M. Fischer +87 C Devastate @Greg Staples +6 C Diving Griffin @John Howe +112 R Dual Nature @Arnie Swekel +113 R Elephant Resurgence @DiTerlizzi +63 U Endbringer's Revel @Pete Venters +7 U Entangler @D. Alexander Gregory +33 U Excavation @Terese Nielsen +8 C Excise @Joel Biske +88 C Fault Riders @Dave Dorman +64 C Fen Stalker @Edward P. Beard, Jr. +89 R Fickle Efreet @Dave Dorman +90 U Flameshot @Mark Brill +65 C Flay @Matthew D. Wilson +9 U Flowering Field @Jeff Miracola +34 U Foil @Bradley Williams +114 R Forgotten Harvest @DiTerlizzi +10 U Glittering Lion @Don Hazeltine +11 C Glittering Lynx @Dan Frazier +67 C Greel's Caress @Chippy +66 R Greel, Mind Raker @Brom +35 C Gulf Squid @Wayne England +36 C Hazy Homunculus @Anthony S. Waters +37 R Heightened Awareness @Pete Venters +138 U Hollow Warrior @Adam Rex +68 R Infernal Genesis @Ron Spencer +91 C Inflame @Eric Peterson +12 R Jeweled Spirit @Christopher Moeller +116 C Jolrael's Favor @Daren Bader +115 R Jolrael, Empress of Beasts @Matthew D. Wilson +92 U Keldon Arsonist @Paolo Parente +139 R Keldon Battlewagon @Kev Walker +93 C Keldon Berserker @Paolo Parente +94 R Keldon Firebombers @Randy Gallegos +96 C Latulla's Orders @Ben Thompson +95 R Latulla, Keldon Overseer @Brom +97 U Lesser Gargadon @Rob Alexander +117 U Living Terrain @Andrew Goldhawk +13 R Mageta the Lion @Brom +14 C Mageta's Boon @Bradley Williams +38 U Mana Vapors @Mark Romanoski +118 C Marsh Boa @Heather Hudson +15 R Mercenary Informer @Nelson DeCastro +16 C Mine Bearer @D. Alexander Gregory +17 U Mirror Strike @Dave Dorman +119 R Mungha Wurm @Greg Staples +69 U Nakaya Shade @Ray Lago +70 U Noxious Field @Eric Peterson +71 U Outbreak @Quinton Hoover +39 R Overburden @John Matson +98 C Panic Attack @Mike Ploog +72 U Pit Raptor @Thomas Gianni +73 C Plague Fiend @David Martin +74 R Plague Wind @Alan Pollack +40 R Psychic Theft @Don Hazeltine +120 C Pygmy Razorback @Matt Cavotta +41 U Quicksilver Wall @Matt Cavotta +75 R Rebel Informer @Scott M. Fischer +42 C Rethink @Matt Cavotta +18 U Reveille Squad @Greg Hildebrandt & Tim Hildebrandt +142 U Rhystic Cave @Rob Alexander +19 C Rhystic Circle @Alan Pollack +43 C Rhystic Deluge @Pete Venters +99 C Rhystic Lightning @Roger Raupp +44 U Rhystic Scrying @Roger Raupp +20 C Rhystic Shield @Kev Walker +45 C Rhystic Study @Terese Nielsen +76 U Rhystic Syphon @Ron Spencer +77 R Rhystic Tutor @Dan Frazier +121 C Rib Cage Spider @Dana Knutson +46 C Ribbon Snake @Mark Zug +100 C Ridgeline Rager @Chippy +122 U Root Cage @Glen Angus +21 R Samite Sanctuary @Ben Thompson +101 U Scoria Cat @Andrew Goldhawk +102 R Search for Survivors @Mark Romanoski +103 R Searing Wind @John Matson +22 R Sheltering Prayers @Nelson DeCastro +23 U Shield Dancer @Mike Ploog +47 R Shrouded Serpent @Dana Knutson +123 C Silt Crawler @Arnie Swekel +124 U Snag @Ron Spencer +24 C Soul Charmer @Glen Angus +78 C Soul Strings @Daren Bader +48 U Spiketail Drake @Michael Sutfin +49 C Spiketail Hatchling @Greg Staples +125 U Spitting Spider @Edward P. Beard, Jr. +126 C Spore Frog @Donato Giancola +104 C Spur Grappler @Randy Gallegos +127 R Squirrel Wrangler @Carl Critchlow +79 C Steal Strength @D. Alexander Gregory +50 C Stormwatch Eagle @Aaron Boyd +51 U Sunken Field @Donato Giancola +25 U Sword Dancer @Roger Raupp +105 R Task Mage Assembly @Val Mayerik +128 C Thresher Beast @Jeff Easley +129 C Thrive @Mike Ploog +26 C Trenching Steed @Greg Hildebrandt & Tim Hildebrandt +27 C Troubled Healer @Terese Nielsen +52 R Troublesome Spirit @Adam Rex +130 U Verdant Field @Ron Spears +106 R Veteran Brawlers @Paolo Parente +131 C Vintara Elephant @Tony Szczudlo +132 U Vintara Snapper @Joel Biske +133 R Vitalizing Wind @Jeff Easley +80 U Wall of Vipers @Marc Fishman +140 R Well of Discovery @Alan Rabinowitz +141 U Well of Life @Tom Wänerstrand +107 U Whip Sergeant @Paolo Parente +81 C Whipstitched Zombie @Mark Tedin +134 C Wild Might @Carl Critchlow +53 U Windscouter @Brian Snõddy +135 U Wing Storm @Heather Hudson +143 R Wintermoon Mesa @Tom Wänerstrand +54 C Withdraw @Adam Rex +108 C Zerapa Minotaur @Mark Zug [tokens] b_1_1_minion diff --git a/forge-gui/res/editions/RNA Ravnica Weekend.txt b/forge-gui/res/editions/RNA Ravnica Weekend.txt index 8202246c6dd..87b0a5de570 100644 --- a/forge-gui/res/editions/RNA Ravnica Weekend.txt +++ b/forge-gui/res/editions/RNA Ravnica Weekend.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PRW2 [cards] -B01 C Plains -B02 C Island -B03 C Plains -B04 C Swamp -B05 C Swamp -B06 C Mountain -B07 C Mountain -B08 C Forest -B09 C Forest -B10 C Island +B01 C Plains @Alayna Danner +B02 C Island @Alayna Danner +B03 C Plains @Ravenna Tran +B04 C Swamp @Ravenna Tran +B05 C Swamp @Dimitar Marinski +B06 C Mountain @Dimitar Marinski +B07 C Mountain @James Paick +B08 C Forest @James Paick +B09 C Forest @Yeong-Hao Han +B10 C Island @Yeong-Hao Han diff --git a/forge-gui/res/editions/Ravnica Allegiance Guild Kit.txt b/forge-gui/res/editions/Ravnica Allegiance Guild Kit.txt index 4e4015c6206..35c73213d6b 100644 --- a/forge-gui/res/editions/Ravnica Allegiance Guild Kit.txt +++ b/forge-gui/res/editions/Ravnica Allegiance Guild Kit.txt @@ -7,139 +7,139 @@ Type=Boxed_Set ScryfallCode=GK2 [cards] -1 M Isperia, Supreme Judge -2 U Azorius Herald -3 U Azorius Justiciar -4 U Stoic Ephemera -5 U Court Hussar -6 U Hover Barrier -7 R Archon of the Triumvirate -8 U Azorius Charm -9 U Azorius Guildmage -10 R Detention Sphere -11 R Dovescape -12 C Dramatic Rescue -13 R Isperia the Inscrutable -14 U Judge's Familiar -15 R Lavinia of the Tenth -16 U Lyev Skyknight -17 R Pride of the Clouds -18 R Render Silent -19 U Sky Hussar -20 U Skymark Roc -21 M Sphinx's Revelation -22 R Windreaver -23 U Azorius Keyrune -24 U Azorius Signet -25 U Azorius Chancery -26 L Plains -27 L Island -28 R Teysa, Orzhov Scion -29 U Belfry Spirit -30 U Martyred Rusalka -31 U Keening Banshee -32 U Plagued Rusalka -33 R Pontiff of Blight -34 R Skeletal Vampire -35 U Stab Wound -36 U Ultimate Price -37 R Angel of Despair -38 M Deathpact Angel -39 R Debtors' Knell -40 R Ghost Council of Orzhova -41 U One Thousand Lashes -42 U Orzhov Charm -43 R Orzhov Pontiff -44 U Pillory of the Sleepless -45 U Sin Collector -46 R Treasury Thrull -47 U Vizkopa Guildmage -48 C Orzhov Signet -49 C Orzhov Basilica -50 L Plains -51 L Swamp -52 M Rakdos, Lord of Riots -53 U Crypt Champion -54 U Thrill-Kill Assassin -55 C Cackling Flames -56 R Demonfire -57 R Rakdos Pit Dragon -58 C Splatter Thug -59 M Utvara Hellkite -60 C Auger Spree -61 R Avatar of Discord -62 R Carnival Hellsteed -63 R Dreadbore -64 U Jagged Poppet -65 R Lyzolda, the Blood Witch -66 M Master of Cruelties -67 U Rakdos Cackler -68 U Rakdos Charm -69 U Rakdos Guildmage -70 C Rakdos Shred-Freak -71 R Rakdos the Defiler -72 M Rakdos's Return -73 C Riot Spikes -74 C Wrecking Ball -75 U Rakdos Keyrune -76 U Rakdos Signet -77 C Rakdos Carnarium -78 L Swamp -79 L Mountain -80 R Ruric Thar, the Unbowed -81 R Skarrgan Firebird -82 R Birds of Paradise -83 R Protean Hulk -84 C Skarrgan Pit-Skulk -85 U Wasteland Viper -86 R Wurmweaver Coil -87 R Borborygmos -88 U Burning-Tree Emissary -89 R Burning-Tree Shaman -90 U Ghor-Clan Rampager -91 R Giant Solifuge -92 U Gruul Charm -93 C Pit Fight -94 R Rubblebelt Raiders -95 R Rubblehulk -96 R Rumbling Slum -97 U Savage Twister -98 M Savageborn Hydra -99 C Scab-Clan Mauler -100 R Ulasht, the Hate Seed -101 C Zhur-Taa Druid -102 C Zhur-Taa Swine -103 U Gruul Signet -104 C Gruul Turf -105 L Mountain -106 L Forest -107 R Zegana, Utopian Speaker -108 C Cloudfin Raptor -109 U Rapid Hybridization -110 R Cytoplast Root-Kin -111 U Experiment One -112 R Gyre Sage -113 C Miming Slime -114 R Vinelasher Kudzu -115 C Coiling Oracle -116 U Elusive Krasis -117 R Experiment Kraj -118 R Fathom Mage -119 R Momir Vig, Simic Visionary -120 U Nimbus Swimmer -121 R Omnibian -122 U Plaxcaster Frogling -123 M Progenitor Mimic -124 R Simic Sky Swallower -125 U Trygon Predator -126 U Urban Evolution -127 R Voidslime -128 R Vorel of the Hull Clade -129 U Zameck Guildmage -130 U Simic Signet -131 U Simic Growth Chamber -132 L Island -133 L Forest +1 M Isperia, Supreme Judge @Lucas Graciano +2 U Azorius Herald @Justin Sweet +3 U Azorius Justiciar @Chris Rahn +4 U Stoic Ephemera @Randy Gallegos +5 U Court Hussar @Ron Spears +6 U Hover Barrier @Mathias Kollros +7 R Archon of the Triumvirate @David Rapoza +8 U Azorius Charm @Zoltan Boros +9 U Azorius Guildmage @Christopher Moeller +10 R Detention Sphere @Kev Walker +11 R Dovescape @Shishizaru +12 C Dramatic Rescue @Ryan Pancoast +13 R Isperia the Inscrutable @Greg Staples +14 U Judge's Familiar @Jack Wang +15 R Lavinia of the Tenth @Willian Murai +16 U Lyev Skyknight @Johannes Voss +17 R Pride of the Clouds @Rebecca Guay +18 R Render Silent @Matt Stewart +19 U Sky Hussar @Kev Walker +20 U Skymark Roc @Christopher Moeller +21 M Sphinx's Revelation @Slawomir Maniak +22 R Windreaver @Aleksi Briclot +23 U Azorius Keyrune @Daniel Ljunggren +24 U Azorius Signet @Raoul Vitale +25 U Azorius Chancery @John Avon +26 L Plains @Alayna Danner +27 L Island @Alayna Danner +28 R Teysa, Orzhov Scion @Sara Winters +29 U Belfry Spirit @Daren Bader +30 U Martyred Rusalka @Alex Horley-Orlandelli +31 U Keening Banshee @Robert Bliss +32 U Plagued Rusalka @Alex Horley-Orlandelli +33 R Pontiff of Blight @Seb McKinnon +34 R Skeletal Vampire @Wayne Reynolds +35 U Stab Wound @Scott Chou +36 U Ultimate Price @Karl Kopinski +37 R Angel of Despair @Todd Lockwood +38 M Deathpact Angel @Jason Chan +39 R Debtors' Knell @Kev Walker +40 R Ghost Council of Orzhova @Greg Staples +41 U One Thousand Lashes @Daarken +42 U Orzhov Charm @Zoltan Boros +43 R Orzhov Pontiff @Adam Rex +44 U Pillory of the Sleepless @Marc Simonetti +45 U Sin Collector @Mike Bierek +46 R Treasury Thrull @Mark Zug +47 U Vizkopa Guildmage @Tyler Jacobson +48 C Orzhov Signet @Martina Pilcerova +49 C Orzhov Basilica @John Avon +50 L Plains @Ravenna Tran +51 L Swamp @Ravenna Tran +52 M Rakdos, Lord of Riots @Yigit Koroglu +53 U Crypt Champion @Pete Venters +54 U Thrill-Kill Assassin @Tyler Jacobson +55 C Cackling Flames @Shishizaru +56 R Demonfire @Greg Staples +57 R Rakdos Pit Dragon @Kev Walker +58 C Splatter Thug @Kev Walker +59 M Utvara Hellkite @Mark Zug +60 C Auger Spree @Raymond Swanland +61 R Avatar of Discord @rk post +62 R Carnival Hellsteed @Chase Stone +63 R Dreadbore @Wayne Reynolds +64 U Jagged Poppet @Jeff Miracola +65 R Lyzolda, the Blood Witch @Jim Nelson +66 M Master of Cruelties @Chase Stone +67 U Rakdos Cackler @Ryan Barger +68 U Rakdos Charm @Zoltan Boros +69 U Rakdos Guildmage @Jeremy Jarvis +70 C Rakdos Shred-Freak @Wayne Reynolds +71 R Rakdos the Defiler @Zoltan Boros & Gabor Szikszai +72 M Rakdos's Return @Daarken +73 C Riot Spikes @Christopher Moeller +74 C Wrecking Ball @Ron Spears +75 U Rakdos Keyrune @Daniel Ljunggren +76 U Rakdos Signet @Martina Pilcerova +77 C Rakdos Carnarium @John Avon +78 L Swamp @Dimitar Marinski +79 L Mountain @Dimitar Marinski +80 R Ruric Thar, the Unbowed @Jason A. Engle +81 R Skarrgan Firebird @Kev Walker +82 R Birds of Paradise @Marcelo Vignali +83 R Protean Hulk @Matt Cavotta +84 C Skarrgan Pit-Skulk @Liam Sharp +85 U Wasteland Viper @Lucas Graciano +86 R Wurmweaver Coil @Mitch Cotie +87 R Borborygmos @Todd Lockwood +88 U Burning-Tree Emissary @Izzy +89 R Burning-Tree Shaman @Dan Scott +90 U Ghor-Clan Rampager @Charles Urbach +91 R Giant Solifuge @Pat Lee +92 U Gruul Charm @Zoltan Boros +93 C Pit Fight @Matt Stewart +94 R Rubblebelt Raiders @Chippy +95 R Rubblehulk @Raymond Swanland +96 R Rumbling Slum @Carl Critchlow +97 U Savage Twister @Luca Zontini +98 M Savageborn Hydra @Raymond Swanland +99 C Scab-Clan Mauler @Liam Sharp +100 R Ulasht, the Hate Seed @Nottsuo +101 C Zhur-Taa Druid @Mark Winters +102 C Zhur-Taa Swine @Yeong-Hao Han +103 U Gruul Signet @Efrem Palacios +104 C Gruul Turf @John Avon +105 L Mountain @James Paick +106 L Forest @James Paick +107 R Zegana, Utopian Speaker @Ekaterina Burmak +108 C Cloudfin Raptor @Peter Mohrbacher +109 U Rapid Hybridization @Jack Wang +110 R Cytoplast Root-Kin @Thomas M. Baxa +111 U Experiment One @Chase Stone +112 R Gyre Sage @Tyler Jacobson +113 C Miming Slime @Svetlin Velinov +114 R Vinelasher Kudzu @Mark Tedin +115 C Coiling Oracle @Mark Zug +116 U Elusive Krasis @Wesley Burt +117 R Experiment Kraj @Mark Tedin +118 R Fathom Mage @Ryan Pancoast +119 R Momir Vig, Simic Visionary @Victor Adame Minguez +120 U Nimbus Swimmer @Howard Lyon +121 R Omnibian @Jim Nelson +122 U Plaxcaster Frogling @Greg Staples +123 M Progenitor Mimic @Daarken +124 R Simic Sky Swallower @rk post +125 U Trygon Predator @Jack Wang +126 U Urban Evolution @Eytan Zana +127 R Voidslime @Jim Murray +128 R Vorel of the Hull Clade @Mike Bierek +129 U Zameck Guildmage @Chase Stone +130 U Simic Signet @Mike Sass +131 U Simic Growth Chamber @John Avon +132 L Island @Yeong-Hao Han +133 L Forest @Yeong-Hao Han [tokens] w_1_1_spirit_flying diff --git a/forge-gui/res/editions/Ravnica Allegiance.txt b/forge-gui/res/editions/Ravnica Allegiance.txt index d7184926acb..fb457a55032 100644 --- a/forge-gui/res/editions/Ravnica Allegiance.txt +++ b/forge-gui/res/editions/Ravnica Allegiance.txt @@ -13,279 +13,279 @@ ChaosDraftThemes=RAVNICA ScryfallCode=RNA [cards] -1 M Angel of Grace -2 U Angelic Exaltation -3 U Archway Angel -4 C Arrester's Zeal -5 C Bring to Trial -6 C Civic Stalwart -7 C Concordia Pegasus -8 C Expose to Daylight -9 U Forbidding Spirit -10 C Haazda Officer -11 R Hero of Precinct One -12 C Impassioned Orator -13 C Justiciar's Portal -14 C Knight of Sorrows -15 R Lumbering Battlement -16 U Ministrant of Obligation -17 C Prowling Caracal -18 U Rally to Battle -19 U Resolute Watchdog -20 U Sentinel's Mark -21 U Sky Tether -22 R Smothering Tithe -23 U Spirit of the Spires -24 C Summary Judgment -25 C Syndicate Messenger -26 C Tenth District Veteran -27 R Tithe Taker -28 C Twilight Panther -29 R Unbreakable Formation -30 C Watchful Giant -31 C Arrester's Admonition -32 R Benthic Biomancer -33 C Chillbringer -34 C Clear the Mind -35 U Code of Constraint -36 C Coral Commando -37 U Essence Capture -38 U Eyes Everywhere -39 C Faerie Duelist -40 U Gateway Sneak -41 C Humongulus -42 R Mass Manipulation -43 M Mesmerizing Benthid -44 C Persistent Petitioners -45 R Precognitive Perception -46 C Prying Eyes -47 U Pteramander -48 C Quench -49 C Sage's Row Savant -50 C Senate Courier -51 C Shimmer of Possibility -52 U Skatewing Spy -53 C Skitter Eel -54 C Slimebind -55 R Sphinx of Foresight -56 U Swirling Torrent -57 C Thought Collapse -58 R Verity Circle -59 U Wall of Lost Thoughts -60 U Windstorm Drake -61 R Awaken the Erstwhile -62 U Bankrupt in Blood -63 C Blade Juggler -64 C Bladebrand -65 U Bloodmist Infiltrator -66 C Carrion Imp -67 C Catacomb Crocodile -68 U Clear the Stage -69 C Consign to the Pit -70 U Cry of the Carnarium -71 C Dead Revels -72 C Debtors' Transport -73 U Drill Bit -74 R Font of Agonies -75 C Grotesque Demise -76 R Gutterbones -77 C Ill-Gotten Inheritance -78 C Noxious Groodion -79 U Orzhov Enforcer -80 U Orzhov Racketeers -81 R Pestilent Spirit -82 C Plague Wight -83 R Priest of Forgotten Gods -84 C Rakdos Trumpeter -85 M Spawn of Mayhem -86 U Spire Mangler -87 C Thirsting Shade -88 C Undercity Scavenger -89 C Undercity's Embrace -90 U Vindictive Vampire -91 C Act of Treason -92 R Amplifire -93 C Burn Bright -94 C Burning-Tree Vandal -95 U Cavalcade of Calamity -96 U Clamor Shaman -97 U Dagger Caster -98 C Deface -99 R Electrodominance -100 C Feral Maaka -101 U Flames of the Raze-Boar -102 U Gates Ablaze -103 C Ghor-Clan Wrecker -104 C Goblin Gathering -105 C Gravel-Hide Goblin -106 R Immolation Shaman -107 U Light Up the Stage -108 R Mirror March -109 R Rix Maadi Reveler -110 C Rubble Reading -111 C Rubblebelt Recluse -112 U Rumbling Ruin -113 C Scorchmark -114 M Skarrgan Hellkite -115 C Skewer the Critics -116 U Smelt-Ward Ignus -117 C Spear Spewer -118 C Spikewheel Acrobat -119 C Storm Strike -120 U Tin Street Dodger -121 C Axebane Beast -122 M Biogenic Ooze -123 U Biogenic Upgrade -124 R End-Raze Forerunners -125 U Enraged Ceratok -126 U Gatebreaker Ram -127 C Gift of Strength -128 R Growth-Chamber Guardian -129 U Gruul Beastmaster -130 R Guardian Project -131 R Incubation Druid -132 C Mammoth Spider -133 C Open the Gates -134 R Rampage of the Clans -135 C Rampaging Rendhorn -136 U Regenesis -137 C Root Snare -138 C Sagittars' Volley -139 C Saruli Caretaker -140 C Sauroform Hybrid -141 U Silhana Wayfinder -142 C Steeple Creeper -143 C Stony Strength -144 C Sylvan Brushstrider -145 C Territorial Boar -146 C Titanic Brawl -147 U Tower Defense -148 U Trollbred Guardian -149 U Wilderness Reclamation -150 C Wrecking Beast -151 R Absorb -152 C Aeromunculus -153 C Applied Biomancy -154 C Azorius Knight-Arbiter -155 U Azorius Skyguard -156 U Basilica Bell-Haunt -157 R Bedevil -158 R Biomancer's Familiar -159 U Bolrac-Clan Crusher -160 M Captive Audience -161 R Cindervines -162 U Clan Guildmage -163 U Combine Guildmage -164 U Cult Guildmage -165 R Deputy of Detention -166 M Domri, Chaos Bringer -167 M Dovin, Grand Arbiter -168 U Dovin's Acuity -169 M Emergency Powers -170 R Ethereal Absolution -171 C Final Payment -172 U Fireblade Artist -173 C Frenzied Arynx -174 U Frilled Mystic -175 U Galloping Lizrog -176 C Get the Point -177 C Grasping Thrull -178 C Growth Spiral -179 R Gruul Spellbreaker -180 U Gyre Engineer -181 U Hackrobat -182 U High Alert -183 M Hydroid Krasis -184 C Imperious Oligarch -185 R Judith, the Scourge Diva -186 M Kaya, Orzhov Usurper -187 R Kaya's Wrath -188 U Knight of the Last Breath -189 R Lavinia, Azorius Renegade -190 C Lawmage's Binding -191 U Macabre Mockery -192 U Mortify -193 R Nikya of the Old Ways -194 U Pitiless Pontiff -195 M Prime Speaker Vannifar -196 C Rafter Demon -197 U Rakdos Firewheeler -198 C Rakdos Roustabout -199 M Rakdos, the Showstopper -200 M Ravager Wurm -201 U Rhythm of the Wild -202 C Rubblebelt Runner -203 C Savage Smash -204 U Senate Guildmage -205 M Seraph of the Scales -206 U Sharktocrab -207 R Simic Ascendancy -208 U Sphinx of New Prahv -209 C Sphinx's Insight -210 U Sunder Shaman -211 U Syndicate Guildmage -212 R Teysa Karlov -213 R Theater of Horrors -214 R Zegana, Utopian Speaker -215 U Zhur-Taa Goblin -216 C Footlight Fiend -217 C Rubble Slinger -218 C Scuttlegator -219 C Senate Griffin -220 C Vizkopa Vampire -221 R Bedeck // Bedazzle -222 U Carnival // Carnage -223 U Collision // Colossus -224 U Consecrate // Consume -225 U Depose // Deploy -226 U Incubation // Incongruity -227 R Repudiate // Replicate -228 R Revival // Revenge -229 R Thrash // Threat -230 R Warrant // Warden -231 C Azorius Locket -232 U Gate Colossus -233 R Glass of the Guildpact -234 C Gruul Locket -235 U Junktroller -236 C Orzhov Locket -237 C Rakdos Locket -238 U Scrabbling Claws -239 U Screaming Shield -240 C Simic Locket -241 U Sphinx of the Guildpact -242 R Tome of the Guildpact -243 C Azorius Guildgate -244 C Azorius Guildgate -245 R Blood Crypt -246 R Breeding Pool -247 C Gateway Plaza -248 R Godless Shrine -249 C Gruul Guildgate -250 C Gruul Guildgate -251 R Hallowed Fountain -252 C Orzhov Guildgate -253 C Orzhov Guildgate -254 R Plaza of Harmony -255 C Rakdos Guildgate -256 C Rakdos Guildgate -257 C Simic Guildgate -258 C Simic Guildgate -259 R Stomping Ground -260 L Plains -261 L Island -262 L Swamp -263 L Mountain -264 L Forest -265 M Dovin, Architect of Law -266 C Elite Arrester -267 R Dovin's Dismissal -268 U Dovin's Automaton -269 M Domri, City Smasher -270 C Ragefire -271 U Charging War Boar -272 R Domri's Nodorog -273 M The Haunt of Hightower +1 M Angel of Grace @Ryan Yee +2 U Angelic Exaltation @John Severin Brassell +3 U Archway Angel @Milivoj Ćeran +4 C Arrester's Zeal @Izzy +5 C Bring to Trial @Victor Adame Minguez +6 C Civic Stalwart @Gabor Szikszai +7 C Concordia Pegasus @Chris Rahn +8 C Expose to Daylight @Daniel Ljunggren +9 U Forbidding Spirit @Ryan Yee +10 C Haazda Officer @Aaron Miller +11 R Hero of Precinct One @Bram Sels +12 C Impassioned Orator @Mark Zug +13 C Justiciar's Portal @Micah Epstein +14 C Knight of Sorrows @Zezhou Chen +15 R Lumbering Battlement @Simon Dominic +16 U Ministrant of Obligation @Bastien L. Deharme +17 C Prowling Caracal @Jonathan Kuo +18 U Rally to Battle @Ben Wootten +19 U Resolute Watchdog @Milivoj Ćeran +20 U Sentinel's Mark @Zezhou Chen +21 U Sky Tether @Zezhou Chen +22 R Smothering Tithe @Mark Behm +23 U Spirit of the Spires @Yeong-Hao Han +24 C Summary Judgment @Deruchenko Alexander +25 C Syndicate Messenger @Viktor Titov +26 C Tenth District Veteran @Volkan Baǵa +27 R Tithe Taker @Aaron Miller +28 C Twilight Panther @Uriah Voth +29 R Unbreakable Formation @Matt Stewart +30 C Watchful Giant @Grzegorz Rutkowski +31 C Arrester's Admonition @Lucas Graciano +32 R Benthic Biomancer @Daarken +33 C Chillbringer @Eytan Zana +34 C Clear the Mind @David Palumbo +35 U Code of Constraint @Ekaterina Burmak +36 C Coral Commando @Alex Konstad +37 U Essence Capture @Mathias Kollros +38 U Eyes Everywhere @Nils Hamm +39 C Faerie Duelist @Yongjae Choi +40 U Gateway Sneak @Matt Stewart +41 C Humongulus @Jesper Ejsing +42 R Mass Manipulation @Anthony Palumbo +43 M Mesmerizing Benthid @Kev Walker +44 C Persistent Petitioners @Jason Rainville +45 R Precognitive Perception @Chris Rallis +46 C Prying Eyes @Magali Villeneuve +47 U Pteramander @Simon Dominic +48 C Quench @Jason Rainville +49 C Sage's Row Savant @Bastien L. Deharme +50 C Senate Courier @Johann Bodin +51 C Shimmer of Possibility @Volkan Baǵa +52 U Skatewing Spy @Grzegorz Rutkowski +53 C Skitter Eel @Mathias Kollros +54 C Slimebind @Mark Behm +55 R Sphinx of Foresight @Titus Lunter +56 U Swirling Torrent @Ben Wootten +57 C Thought Collapse @Sara Winters +58 R Verity Circle @Volkan Baǵa +59 U Wall of Lost Thoughts @Adam Paquette +60 U Windstorm Drake @Daarken +61 R Awaken the Erstwhile @Jason A. Engle +62 U Bankrupt in Blood @Seb McKinnon +63 C Blade Juggler @Dmitry Burmak +64 C Bladebrand @Winona Nelson +65 U Bloodmist Infiltrator @Mitchell Malloy +66 C Carrion Imp @Kev Walker +67 C Catacomb Crocodile @Nils Hamm +68 U Clear the Stage @Lucas Graciano +69 C Consign to the Pit @Colin Boyer +70 U Cry of the Carnarium @Johann Bodin +71 C Dead Revels @David Palumbo +72 C Debtors' Transport @Jakub Kasper +73 U Drill Bit @Sidharth Chaturvedi +74 R Font of Agonies @Jason A. Engle +75 C Grotesque Demise @Ben Wootten +76 R Gutterbones @Grzegorz Rutkowski +77 C Ill-Gotten Inheritance @Winona Nelson +78 C Noxious Groodion @Simon Dominic +79 U Orzhov Enforcer @Matt Stewart +80 U Orzhov Racketeers @David Palumbo +81 R Pestilent Spirit @Anastasia Ovchinnikova +82 C Plague Wight @Tomasz Jedruszek +83 R Priest of Forgotten Gods @Zack Stella +84 C Rakdos Trumpeter @Eric Deschamps +85 M Spawn of Mayhem @Victor Adame Minguez +86 U Spire Mangler @Tomasz Jedruszek +87 C Thirsting Shade @Seb McKinnon +88 C Undercity Scavenger @Tomasz Jedruszek +89 C Undercity's Embrace @Tyler Walpole +90 U Vindictive Vampire @Randy Gallegos +91 C Act of Treason @Scott Murphy +92 R Amplifire @Dan Scott +93 C Burn Bright @Scott Murphy +94 C Burning-Tree Vandal @Aaron Miller +95 U Cavalcade of Calamity @Jonas De Ro +96 U Clamor Shaman @Tomasz Jedruszek +97 U Dagger Caster @Viktor Titov +98 C Deface @Sidharth Chaturvedi +99 R Electrodominance @Dmitry Burmak +100 C Feral Maaka @Jonathan Kuo +101 U Flames of the Raze-Boar @Jason A. Engle +102 U Gates Ablaze @Eytan Zana +103 C Ghor-Clan Wrecker @David Palumbo +104 C Goblin Gathering @Svetlin Velinov +105 C Gravel-Hide Goblin @Jonathan Kuo +106 R Immolation Shaman @Svetlin Velinov +107 U Light Up the Stage @Dmitry Burmak +108 R Mirror March @Johannes Voss +109 R Rix Maadi Reveler @Sara Winters +110 C Rubble Reading @Aaron Miller +111 C Rubblebelt Recluse @Zoltan Boros +112 U Rumbling Ruin @Jakub Kasper +113 C Scorchmark @Jason Felix +114 M Skarrgan Hellkite @Svetlin Velinov +115 C Skewer the Critics @Heonhwa Choe +116 U Smelt-Ward Ignus @Jehan Choo +117 C Spear Spewer @Carl Critchlow +118 C Spikewheel Acrobat @Deruchenko Alexander +119 C Storm Strike @Dmitry Burmak +120 U Tin Street Dodger @Yeong-Hao Han +121 C Axebane Beast @Sam Rowan +122 M Biogenic Ooze @Lake Hurwitz +123 U Biogenic Upgrade @Tomasz Jedruszek +124 R End-Raze Forerunners @Mathias Kollros +125 U Enraged Ceratok @Lars Grant-West +126 U Gatebreaker Ram @Even Amundsen +127 C Gift of Strength @Lius Lasahido +128 R Growth-Chamber Guardian @Bram Sels +129 U Gruul Beastmaster @Kimonas Theodossiou +130 R Guardian Project @Chris Rallis +131 R Incubation Druid @Daniel Ljunggren +132 C Mammoth Spider @Jehan Choo +133 C Open the Gates @John Thacker +134 R Rampage of the Clans @Sidharth Chaturvedi +135 C Rampaging Rendhorn @Ben Wootten +136 U Regenesis @James Paick +137 C Root Snare @Craig J Spearing +138 C Sagittars' Volley @Dan Scott +139 C Saruli Caretaker @Howard Lyon +140 C Sauroform Hybrid @Nils Hamm +141 U Silhana Wayfinder @Suzanne Helmigh +142 C Steeple Creeper @Svetlin Velinov +143 C Stony Strength @Chris Seaman +144 C Sylvan Brushstrider @Dan Scott +145 C Territorial Boar @Dan Scott +146 C Titanic Brawl @Svetlin Velinov +147 U Tower Defense @Craig J Spearing +148 U Trollbred Guardian @Mathias Kollros +149 U Wilderness Reclamation @Tyler Walpole +150 C Wrecking Beast @Izzy +151 R Absorb @Izzy +152 C Aeromunculus @Simon Dominic +153 C Applied Biomancy @Sidharth Chaturvedi +154 C Azorius Knight-Arbiter @Even Amundsen +155 U Azorius Skyguard @Gabor Szikszai +156 U Basilica Bell-Haunt @Yeong-Hao Han +157 R Bedevil @Seb McKinnon +158 R Biomancer's Familiar @Izzy +159 U Bolrac-Clan Crusher @Craig J Spearing +160 M Captive Audience @Dmitry Burmak +161 R Cindervines @Mark Behm +162 U Clan Guildmage @Tomasz Jedruszek +163 U Combine Guildmage @Yeong-Hao Han +164 U Cult Guildmage @Victor Adame Minguez +165 R Deputy of Detention @G-host Lee +166 M Domri, Chaos Bringer @Zack Stella +167 M Dovin, Grand Arbiter @Kieran Yanner +168 U Dovin's Acuity @Bastien L. Deharme +169 M Emergency Powers @Chris Rallis +170 R Ethereal Absolution @Eric Deschamps +171 C Final Payment @Victor Adame Minguez +172 U Fireblade Artist @Steve Argyle +173 C Frenzied Arynx @Filip Burburan +174 U Frilled Mystic @Randy Vargas +175 U Galloping Lizrog @Lius Lasahido +176 C Get the Point @Steve Argyle +177 C Grasping Thrull @Seb McKinnon +178 C Growth Spiral @Seb McKinnon +179 R Gruul Spellbreaker @Zoltan Boros +180 U Gyre Engineer @Anthony Palumbo +181 U Hackrobat @Simon Dominic +182 U High Alert @Daarken +183 M Hydroid Krasis @Jason Felix +184 C Imperious Oligarch @Johannes Voss +185 R Judith, the Scourge Diva @Wesley Burt +186 M Kaya, Orzhov Usurper @Yongjae Choi +187 R Kaya's Wrath @Victor Adame Minguez +188 U Knight of the Last Breath @Milivoj Ćeran +189 R Lavinia, Azorius Renegade @Steven Belledin +190 C Lawmage's Binding @Mark Behm +191 U Macabre Mockery @Deruchenko Alexander +192 U Mortify @Anthony Palumbo +193 R Nikya of the Old Ways @Ryan Pancoast +194 U Pitiless Pontiff @Yongjae Choi +195 M Prime Speaker Vannifar @Kieran Yanner +196 C Rafter Demon @Slawomir Maniak +197 U Rakdos Firewheeler @Slawomir Maniak +198 C Rakdos Roustabout @Lucas Graciano +199 M Rakdos, the Showstopper @Viktor Titov +200 M Ravager Wurm @Svetlin Velinov +201 U Rhythm of the Wild @Tomasz Jedruszek +202 C Rubblebelt Runner @Deruchenko Alexander +203 C Savage Smash @Zoltan Boros +204 U Senate Guildmage @G-host Lee +205 M Seraph of the Scales @Magali Villeneuve +206 U Sharktocrab @Jehan Choo +207 R Simic Ascendancy @Izzy +208 U Sphinx of New Prahv @Sara Winters +209 C Sphinx's Insight @Scott Murphy +210 U Sunder Shaman @Jason Rainville +211 U Syndicate Guildmage @Josh Hass +212 R Teysa Karlov @Magali Villeneuve +213 R Theater of Horrors @Daarken +214 R Zegana, Utopian Speaker @Slawomir Maniak +215 U Zhur-Taa Goblin @Wayne Reynolds +216 C Footlight Fiend @Deruchenko Alexander +217 C Rubble Slinger @Livia Prima +218 C Scuttlegator @Jehan Choo +219 C Senate Griffin @Lucas Graciano +220 C Vizkopa Vampire @Winona Nelson +221 R Bedeck // Bedazzle @Randy Vargas +222 U Carnival // Carnage @Zoltan Boros +223 U Collision // Colossus @Jason Rainville +224 U Consecrate // Consume @Igor Kieryluk +225 U Depose // Deploy @Sara Winters +226 U Incubation // Incongruity @Mike Bierek +227 R Repudiate // Replicate @Victor Adame Minguez +228 R Revival // Revenge @Paul Scott Canavan +229 R Thrash // Threat @Winona Nelson +230 R Warrant // Warden @Matt Stewart +231 C Azorius Locket @Craig J Spearing +232 U Gate Colossus @Izzy +233 R Glass of the Guildpact @Dimitar Marinski +234 C Gruul Locket @Kev Walker +235 U Junktroller @Chris Seaman +236 C Orzhov Locket @Volkan Baǵa +237 C Rakdos Locket @Sung Choi +238 U Scrabbling Claws @James Paick +239 U Screaming Shield @Titus Lunter +240 C Simic Locket @Yeong-Hao Han +241 U Sphinx of the Guildpact @Milivoj Ćeran +242 R Tome of the Guildpact @Randy Gallegos +243 C Azorius Guildgate @Titus Lunter +244 C Azorius Guildgate @Titus Lunter +245 R Blood Crypt @Adam Paquette +246 R Breeding Pool @Ravenna Tran +247 C Gateway Plaza @Jedd Chevrier +248 R Godless Shrine @Ravenna Tran +249 C Gruul Guildgate @Alexander Forssberg +250 C Gruul Guildgate @Alexander Forssberg +251 R Hallowed Fountain @Jedd Chevrier +252 C Orzhov Guildgate @Cliff Childs +253 C Orzhov Guildgate @Cliff Childs +254 R Plaza of Harmony @Jedd Chevrier +255 C Rakdos Guildgate @Jonas De Ro +256 C Rakdos Guildgate @Jonas De Ro +257 C Simic Guildgate @Adam Paquette +258 C Simic Guildgate @Adam Paquette +259 R Stomping Ground @James Paick +260 L Plains @Titus Lunter +261 L Island @Eytan Zana +262 L Swamp @Adam Paquette +263 L Mountain @Jonas De Ro +264 L Forest @Eytan Zana +265 M Dovin, Architect of Law @Kieran Yanner +266 C Elite Arrester @Randy Vargas +267 R Dovin's Dismissal @Kieran Yanner +268 U Dovin's Automaton @Adam Paquette +269 M Domri, City Smasher @Eric Deschamps +270 C Ragefire @Randy Vargas +271 U Charging War Boar @Izzy +272 R Domri's Nodorog @Svetlin Velinov +273 M The Haunt of Hightower @Lius Lasahido [tokens] rg_4_4_beast_trample diff --git a/forge-gui/res/editions/Ravnica City of Guilds.txt b/forge-gui/res/editions/Ravnica City of Guilds.txt index 94e575264f5..812d5055f93 100644 --- a/forge-gui/res/editions/Ravnica City of Guilds.txt +++ b/forge-gui/res/editions/Ravnica City of Guilds.txt @@ -14,312 +14,312 @@ ChaosDraftThemes=RAVNICA ScryfallCode=RAV [cards] -190 R Agrus Kos, Wojek Veteran -1 U Auratouched Mage -191 R Autochthon Wurm -114 C Barbarian Riftcutter -2 U Bathe in Light -38 U Belltower Sphinx -3 C Benevolent Ancestor -153 R Birds of Paradise -4 R Blazing Archon -115 U Blockbuster -77 R Blood Funnel -192 R Bloodbond March -254 R Bloodletter Quill -5 C Boros Fury-Shield -275 C Boros Garrison -242 U Boros Guildmage -243 C Boros Recruit -255 C Boros Signet -193 U Boros Swiftblade -256 R Bottled Cloister -78 C Brainspoil -154 C Bramble Elemental -116 R Breath of Fury -194 R Brightflame -6 C Caregiver -79 U Carrion Howler -155 U Carven Caryatid -244 C Centaur Safeguard -39 R Cerulean Sphinx -7 U Chant of Vitu-Ghazi -117 R Char -156 R Chord of Calling -195 R Chorus of the Conclave -196 R Circu, Dimir Lobotomist -157 C Civic Wayfinder -118 U Cleansing Beam -80 C Clinging Darkness -257 R Cloudstone Curio -197 U Clutch of the Undercity -119 C Coalhauler Swine -40 C Compulsive Research -8 R Concerted Effort -9 C Conclave Equenaut -10 U Conclave Phalanx -11 C Conclave's Blessing -198 U Congregation at Dawn -199 C Consult the Necrosages -41 C Convolute -42 R Copy Enchantment -12 C Courier Hawk -258 R Crown of Convergence -259 U Cyclopean Snare -81 R Dark Confidant -200 U Dark Heart of the Wood -82 U Darkblast -13 U Devouring Light -276 C Dimir Aqueduct -201 R Dimir Cutpurse -202 R Dimir Doppelganger -245 U Dimir Guildmage -83 C Dimir House Guard -203 C Dimir Infiltrator -84 U Dimir Machinations -260 C Dimir Signet -85 C Disembowel -14 U Divebomber Griffin -43 C Dizzy Spell -120 C Dogpile -158 R Doubling Season -159 U Dowsing Shaman -44 C Drake Familiar -45 R Dream Leash -46 C Drift of Phantasms -15 C Dromad Purebred -204 U Drooling Groodion -160 C Dryad's Caress -277 U Duskmantle, House of Shadow -161 C Elves of Deep Shadow -162 C Elvish Skysweeper -86 R Empty the Catacombs -47 U Ethereal Usher -121 R Excruciator -48 R Eye of the Storm -16 C Faith's Fetters -163 C Farseek -17 U Festival of the Guildpact -122 C Fiery Conclusion -205 R Firemane Angel -164 C Fists of Ironwood -123 R Flame Fusillade -206 U Flame-Kin Zealot -124 U Flash Conscription -18 R Flickerform -49 C Flight of Fancy -50 U Flow of Ideas -51 R Followed Footsteps -303 L Forest -303 L Forest -303 L Forest -303 L Forest -125 U Frenzied Goblin -126 C Galvanic Arc -19 C Gate Hound -165 C Gather Courage -246 C Gaze of the Gorgon -20 R Ghosts of the Innocent -207 R Glare of Subdual -261 U Glass Golem -247 R Gleancrawler -208 R Glimpse the Unthinkable -127 C Goblin Fire Fiend -128 C Goblin Spelunkers -166 C Golgari Brownscale -209 U Golgari Germination -167 R Golgari Grave-Troll -248 U Golgari Guildmage -278 C Golgari Rot Farm -210 C Golgari Rotwurm -262 C Golgari Signet -87 U Golgari Thug -168 U Goliath Spider -211 R Grave-Shell Scarab -52 C Grayscaled Gharial -129 U Greater Forgeling -169 C Greater Mossdog -263 U Grifter's Blade -53 R Grozoth -212 C Guardian of Vitu-Ghazi -54 U Halcyon Glaze -130 R Hammerfist Giant -88 R Helldozer -89 R Hex -21 R Hour of Reckoning -131 R Hunted Dragon -90 R Hunted Horror -22 R Hunted Lammasu -55 R Hunted Phantasm -170 R Hunted Troll -132 C Incite Hysteria -133 U Indentured Oaf -56 C Induce Paranoia -91 C Infectious Host -134 U Instill Furor -292 L Island -292 L Island -292 L Island -292 L Island -171 U Ivy Dancer -264 U Junktroller -92 U Keening Banshee -93 C Last Gasp -265 U Leashling -23 C Leave No Trace -172 R Life from the Loam -24 R Light of Sanction -213 U Lightning Helix -57 U Lore Broker -25 R Loxodon Gatekeeper -214 R Loxodon Hierarch -249 C Lurking Informant -58 U Mark of Eviction -250 R Master Warcraft -94 U Mausoleum Turnkey -215 R Mindleech Mass -135 R Mindmoil -59 U Mnemonic Nexus -173 U Moldervine Cloak -136 R Molten Sentry -95 R Moonlight Bargain -216 U Moroii -96 C Mortipede -301 L Mountain -301 L Mountain -301 L Mountain -301 L Mountain -60 C Muddle the Mixture -97 C Necromantic Thirst -98 R Necroplasm -99 U Netherborn Phalanx -26 C Nightguard Patrol -100 U Nightmare Void -174 U Nullmage Shepherd -266 R Nullstone Gargoyle -27 U Oathsworn Giant -137 C Ordruun Commando -279 R Overgrown Tomb -175 U Overwhelm -267 R Pariah's Shield -61 C Peel from Reality -268 U Peregrine Mask -176 U Perilous Forays -217 C Perplex -218 R Phytohydra -269 R Plague Boiler -287 L Plains -287 L Plains -287 L Plains -287 L Plains -219 U Pollenbright Wings -177 R Primordial Sage -251 R Privileged Position -220 U Psychic Drain -221 U Putrefy -62 C Quickchange -138 C Rain of Embers -222 C Rally the Righteous -224 R Razia's Purification -223 R Razia, Boros Archangel -178 U Recollect -63 U Remand -139 U Reroute -101 U Ribbons of Night -179 U Rolling Spoil -102 C Roofstalker Wight -180 U Root-Kin Ally -140 C Sabertooth Alley Cat -280 R Sacred Foundry -103 C Sadistic Augermage -28 U Sandsower -225 R Savra, Queen of the Golgari -181 C Scatter the Seeds -182 R Scion of the Wild -29 C Screeching Griffin -226 R Searing Meditation -30 U Seed Spark -227 C Seeds of Strength -141 C Seismic Spike -228 C Selesnya Evangel -252 U Selesnya Guildmage -229 U Selesnya Sagittars -281 C Selesnya Sanctuary -270 C Selesnya Signet -142 C Sell-Sword Brute -104 C Sewerdreg -253 R Shadow of Doubt -230 C Shambling Shell -105 C Shred Memory -183 C Siege Wurm -106 R Sins of the Past -231 R Sisters of Stone Death -232 C Skyknight Legionnaire -143 C Smash -64 C Snapping Drake -144 C Sparkmage Apprentice -65 R Spawnbroker -271 U Spectral Searchlight -66 C Stasis Cell -107 C Stinkweed Imp -184 C Stone-Seeder Hierophant -145 U Stoneshaker Shaman -108 C Strands of Undeath -185 C Sundering Vitae -272 R Sunforger -233 U Sunhome Enforcer -282 U Sunhome, Fortress of the Legion -31 U Suppression Field -146 C Surge of Zeal -67 C Surveilling Sprite -283 U Svogthos, the Restless Tomb -296 L Swamp -296 L Swamp -296 L Swamp -296 L Swamp -234 R Szadek, Lord of Secrets -68 C Tattered Drake -69 U Telling Time -284 R Temple Garden -70 C Terraformer -273 C Terrarion -109 C Thoughtpicker Witch -32 R Three Dreams -235 C Thundersong Trumpeter -71 C Tidewater Minion -236 R Tolsimir Wolfblood -147 C Torpid Moloch -186 C Transluminant -187 U Trophy Hunter -72 R Tunnel Vision -33 R Twilight Drover -237 U Twisted Justice -110 U Undercity Shade -188 R Ursapine -73 C Vedalken Dismisser -74 C Vedalken Entrancer -34 C Veteran Armorer -148 C Viashino Fangtail -149 C Viashino Slasher -111 U Vigor Mortis -112 U Vindictive Mob -189 R Vinelasher Kudzu -285 U Vitu-Ghazi, the City-Tree -35 C Votary of the Conclave -274 U Voyager Staff -238 R Vulturous Zombie -151 C War-Torch Goblin -150 R Warp World -239 U Watchwolf -286 R Watery Grave -75 U Wizened Snitches -113 R Woebringer Demon -36 U Wojek Apothecary -152 U Wojek Embermage -37 C Wojek Siren -240 R Woodwraith Corrupter -241 C Woodwraith Strangler -76 C Zephyr Spirit +190 R Agrus Kos, Wojek Veteran @Donato Giancola +1 U Auratouched Mage @Jeff Miracola +191 R Autochthon Wurm @Michael Phillippi +114 C Barbarian Riftcutter @Carl Critchlow +2 U Bathe in Light @Alex Horley-Orlandelli +38 U Belltower Sphinx @Jim Nelson +3 C Benevolent Ancestor @Nick Percival +153 R Birds of Paradise @Marcelo Vignali +4 R Blazing Archon @Zoltan Boros & Gabor Szikszai +115 U Blockbuster @Dave Dorman +77 R Blood Funnel @Thomas M. Baxa +192 R Bloodbond March @Jim Nelson +254 R Bloodletter Quill @Dan Scott +5 C Boros Fury-Shield @Wayne England +275 C Boros Garrison @John Avon +242 U Boros Guildmage @Paolo Parente +243 C Boros Recruit @Keith Garletts +255 C Boros Signet @Greg Hildebrandt +193 U Boros Swiftblade @Doug Chaffee +256 R Bottled Cloister @Luca Zontini +78 C Brainspoil @Tomas Giorello +154 C Bramble Elemental @Tomas Giorello +116 R Breath of Fury @Kev Walker +194 R Brightflame @Dave Dorman +6 C Caregiver @William Simpson +79 U Carrion Howler @John Zeleznik +155 U Carven Caryatid @Jim Nelson +244 C Centaur Safeguard @Glenn Fabry +39 R Cerulean Sphinx @Jim Murray +7 U Chant of Vitu-Ghazi @Stephen Tappin +117 R Char @Adam Rex +156 R Chord of Calling @Heather Hudson +195 R Chorus of the Conclave @Brian Despain +196 R Circu, Dimir Lobotomist @Cyril Van Der Haegen +157 C Civic Wayfinder @Cyril Van Der Haegen +118 U Cleansing Beam @Pat Lee +80 C Clinging Darkness @Glen Angus +257 R Cloudstone Curio @Heather Hudson +197 U Clutch of the Undercity @Pete Venters +119 C Coalhauler Swine @Daren Bader +40 C Compulsive Research @Michael Sutfin +8 R Concerted Effort @Michael Sutfin +9 C Conclave Equenaut @Terese Nielsen +10 U Conclave Phalanx @Wayne Reynolds +11 C Conclave's Blessing @Shishizaru +198 U Congregation at Dawn @Randy Gallegos +199 C Consult the Necrosages @Paolo Parente +41 C Convolute @Dany Orizio +42 R Copy Enchantment @Joel Thomas +12 C Courier Hawk @Mark Poole +258 R Crown of Convergence @Jen Page +259 U Cyclopean Snare @Keith Garletts +81 R Dark Confidant @Ron Spears +200 U Dark Heart of the Wood @Mark Tedin +82 U Darkblast @Randy Gallegos +13 U Devouring Light @Pete Venters +276 C Dimir Aqueduct @John Avon +201 R Dimir Cutpurse @Kev Walker +202 R Dimir Doppelganger @Jim Murray +245 U Dimir Guildmage @Adam Rex +83 C Dimir House Guard @John Zeleznik +203 C Dimir Infiltrator @Jim Nelson +84 U Dimir Machinations @Greg Staples +260 C Dimir Signet @Greg Hildebrandt +85 C Disembowel @Chengo McFlingers +14 U Divebomber Griffin @Kev Walker +43 C Dizzy Spell @Christopher Moeller +120 C Dogpile @Jeff Miracola +158 R Doubling Season @Wayne Reynolds +159 U Dowsing Shaman @Wayne Reynolds +44 C Drake Familiar @Darrell Riche +45 R Dream Leash @Alex Horley-Orlandelli +46 C Drift of Phantasms @Michael Phillippi +15 C Dromad Purebred @Carl Critchlow +204 U Drooling Groodion @Kev Walker +160 C Dryad's Caress @Randy Gallegos +277 U Duskmantle, House of Shadow @Martina Pilcerova +161 C Elves of Deep Shadow @Justin Sweet +162 C Elvish Skysweeper @Mark Tedin +86 R Empty the Catacombs @Mark A. Nelson +47 U Ethereal Usher @Mark A. Nelson +121 R Excruciator @Paolo Parente +48 R Eye of the Storm @Hideaki Takamura +16 C Faith's Fetters @Chippy +163 C Farseek @Martina Pilcerova +17 U Festival of the Guildpact @Alex Horley-Orlandelli +122 C Fiery Conclusion @Paolo Parente +205 R Firemane Angel @Matt Cavotta +164 C Fists of Ironwood @Glen Angus +123 R Flame Fusillade @Dany Orizio +206 U Flame-Kin Zealot @Arnie Swekel +124 U Flash Conscription @Stephen Tappin +18 R Flickerform @Ron Spears +49 C Flight of Fancy @Glen Angus +50 U Flow of Ideas @Dan Scott +51 R Followed Footsteps @Glen Angus +303 L Forest @Stephan Martiniere +304 L Forest @Christopher Moeller +305 L Forest @Anthony S. Waters +306 L Forest @Richard Wright +125 U Frenzied Goblin @Carl Critchlow +126 C Galvanic Arc @Michael Sutfin +19 C Gate Hound @Ralph Horsley +165 C Gather Courage @Brian Despain +246 C Gaze of the Gorgon @Stephen Tappin +20 R Ghosts of the Innocent @Kev Walker +207 R Glare of Subdual @Zoltan Boros & Gabor Szikszai +261 U Glass Golem @Glen Angus +247 R Gleancrawler @Dave Allsop +208 R Glimpse the Unthinkable @Brandon Kitkouski +127 C Goblin Fire Fiend @Paolo Parente +128 C Goblin Spelunkers @Glenn Fabry +166 C Golgari Brownscale @Carl Critchlow +209 U Golgari Germination @Thomas M. Baxa +167 R Golgari Grave-Troll @Greg Hildebrandt +248 U Golgari Guildmage @Zoltan Boros & Gabor Szikszai +278 C Golgari Rot Farm @John Avon +210 C Golgari Rotwurm @Wayne England +262 C Golgari Signet @Greg Hildebrandt +87 U Golgari Thug @Kev Walker +168 U Goliath Spider @Alan Pollack +211 R Grave-Shell Scarab @Pete Venters +52 C Grayscaled Gharial @Chris Dien +129 U Greater Forgeling @Marcelo Vignali +169 C Greater Mossdog @Chippy +263 U Grifter's Blade @Alan Pollack +53 R Grozoth @Cyril Van Der Haegen +212 C Guardian of Vitu-Ghazi @Wayne Reynolds +54 U Halcyon Glaze @John Avon +130 R Hammerfist Giant @Carl Critchlow +88 R Helldozer @Zoltan Boros & Gabor Szikszai +89 R Hex @Michael Sutfin +21 R Hour of Reckoning @Randy Gallegos +131 R Hunted Dragon @Mark Zug +90 R Hunted Horror @Paolo Parente +22 R Hunted Lammasu @Mark Zug +55 R Hunted Phantasm @Justin Sweet +170 R Hunted Troll @Greg Staples +132 C Incite Hysteria @Paolo Parente +133 U Indentured Oaf @Glenn Fabry +56 C Induce Paranoia @Jim Murray +91 C Infectious Host @rk post +134 U Instill Furor @Jim Nelson +291 L Island @Stephan Martiniere +292 L Island @Christopher Moeller +293 L Island @Anthony S. Waters +294 L Island @Richard Wright +171 U Ivy Dancer @Terese Nielsen +264 U Junktroller @Chippy +92 U Keening Banshee @Robert Bliss +93 C Last Gasp @Thomas M. Baxa +265 U Leashling @Carl Critchlow +23 C Leave No Trace @Pat Lee +172 R Life from the Loam @Terese Nielsen +24 R Light of Sanction @Michael Phillippi +213 U Lightning Helix @Kev Walker +57 U Lore Broker @Alan Pollack +25 R Loxodon Gatekeeper @Carl Critchlow +214 R Loxodon Hierarch @Kev Walker +249 C Lurking Informant @Ron Spears +58 U Mark of Eviction @Tsutomu Kawade +250 R Master Warcraft @Zoltan Boros & Gabor Szikszai +94 U Mausoleum Turnkey @Darrell Riche +215 R Mindleech Mass @Kev Walker +135 R Mindmoil @Alex Horley-Orlandelli +59 U Mnemonic Nexus @Stephen Tappin +173 U Moldervine Cloak @Wayne England +136 R Molten Sentry @Kev Walker +95 R Moonlight Bargain @Nick Percival +216 U Moroii @Dan Scott +96 C Mortipede @Dave Dorman +299 L Mountain @Stephan Martiniere +300 L Mountain @Christopher Moeller +301 L Mountain @Anthony S. Waters +302 L Mountain @Richard Wright +60 C Muddle the Mixture @Luca Zontini +97 C Necromantic Thirst @Brandon Kitkouski +98 R Necroplasm @rk post +99 U Netherborn Phalanx @Christopher Rush +26 C Nightguard Patrol @Dany Orizio +100 U Nightmare Void @Chippy +174 U Nullmage Shepherd @Stephen Tappin +266 R Nullstone Gargoyle @Glenn Fabry +27 U Oathsworn Giant @Daren Bader +137 C Ordruun Commando @Stephen Tappin +279 R Overgrown Tomb @Rob Alexander +175 U Overwhelm @Wayne Reynolds +267 R Pariah's Shield @Doug Chaffee +61 C Peel from Reality @Puddnhead +268 U Peregrine Mask @Edward P. Beard, Jr. +176 U Perilous Forays @Chris Dien +217 C Perplex @Tsutomu Kawade +218 R Phytohydra @Jim Murray +269 R Plague Boiler @Mark Tedin +287 L Plains @Stephan Martiniere +288 L Plains @Christopher Moeller +289 L Plains @Anthony S. Waters +290 L Plains @Richard Wright +219 U Pollenbright Wings @Terese Nielsen +177 R Primordial Sage @Justin Sweet +251 R Privileged Position @Wayne England +220 U Psychic Drain @Nick Percival +221 U Putrefy @Jim Nelson +62 C Quickchange @Christopher Moeller +138 C Rain of Embers @Tsutomu Kawade +222 C Rally the Righteous @Dan Scott +224 R Razia's Purification @Shishizaru +223 R Razia, Boros Archangel @Donato Giancola +178 U Recollect @Pete Venters +63 U Remand @Mark A. Nelson +139 U Reroute @Christopher Rush +101 U Ribbons of Night @Ron Spears +179 U Rolling Spoil @Ron Spencer +102 C Roofstalker Wight @Puddnhead +180 U Root-Kin Ally @Arnie Swekel +140 C Sabertooth Alley Cat @Carl Critchlow +280 R Sacred Foundry @Rob Alexander +103 C Sadistic Augermage @Nick Percival +28 U Sandsower @Kev Walker +225 R Savra, Queen of the Golgari @Scott M. Fischer +181 C Scatter the Seeds @Rob Alexander +182 R Scion of the Wild @Kev Walker +29 C Screeching Griffin @Tim Hildebrandt +226 R Searing Meditation @Dave Dorman +30 U Seed Spark @Jeff Miracola +227 C Seeds of Strength @Ralph Horsley +141 C Seismic Spike @John Avon +228 C Selesnya Evangel @Rob Alexander +252 U Selesnya Guildmage @Mark Zug +229 U Selesnya Sagittars @Edward P. Beard, Jr. +281 C Selesnya Sanctuary @John Avon +270 C Selesnya Signet @Greg Hildebrandt +142 C Sell-Sword Brute @Jeff Miracola +104 C Sewerdreg @Joel Thomas +253 R Shadow of Doubt @Greg Staples +230 C Shambling Shell @Joel Thomas +105 C Shred Memory @Hideaki Takamura +183 C Siege Wurm @Carl Critchlow +106 R Sins of the Past @Jeremy Jarvis +231 R Sisters of Stone Death @Donato Giancola +232 C Skyknight Legionnaire @Jim Murray +143 C Smash @Paolo Parente +64 C Snapping Drake @Dave Dorman +144 C Sparkmage Apprentice @Mark Poole +65 R Spawnbroker @Wayne England +271 U Spectral Searchlight @Martina Pilcerova +66 C Stasis Cell @Mark A. Nelson +107 C Stinkweed Imp @Edward P. Beard, Jr. +184 C Stone-Seeder Hierophant @William Simpson +145 U Stoneshaker Shaman @Jeff Miracola +108 C Strands of Undeath @Dave Allsop +185 C Sundering Vitae @Shishizaru +272 R Sunforger @Darrell Riche +233 U Sunhome Enforcer @Greg Staples +282 U Sunhome, Fortress of the Legion @Martina Pilcerova +31 U Suppression Field @John Avon +146 C Surge of Zeal @Justin Sweet +67 C Surveilling Sprite @Terese Nielsen +283 U Svogthos, the Restless Tomb @Martina Pilcerova +295 L Swamp @Stephan Martiniere +296 L Swamp @Christopher Moeller +297 L Swamp @Anthony S. Waters +298 L Swamp @Richard Wright +234 R Szadek, Lord of Secrets @Donato Giancola +68 C Tattered Drake @Glenn Fabry +69 U Telling Time @Scott M. Fischer +284 R Temple Garden @Rob Alexander +70 C Terraformer @Luca Zontini +273 C Terrarion @Luca Zontini +109 C Thoughtpicker Witch @Pete Venters +32 R Three Dreams @Shishizaru +235 C Thundersong Trumpeter @Michael Sutfin +71 C Tidewater Minion @Tomas Giorello +236 R Tolsimir Wolfblood @Donato Giancola +147 C Torpid Moloch @Paolo Parente +186 C Transluminant @Greg Hildebrandt +187 U Trophy Hunter @rk post +72 R Tunnel Vision @Dany Orizio +33 R Twilight Drover @Dave Allsop +237 U Twisted Justice @Ralph Horsley +110 U Undercity Shade @Dana Knutson +188 R Ursapine @Jim Murray +73 C Vedalken Dismisser @Dan Scott +74 C Vedalken Entrancer @Dan Scott +34 C Veteran Armorer @Ralph Horsley +148 C Viashino Fangtail @Alex Horley-Orlandelli +149 C Viashino Slasher @Glenn Fabry +111 U Vigor Mortis @Dan Scott +112 U Vindictive Mob @Wayne Reynolds +189 R Vinelasher Kudzu @Mark Tedin +285 U Vitu-Ghazi, the City-Tree @Martina Pilcerova +35 C Votary of the Conclave @Alan Pollack +274 U Voyager Staff @Tsutomu Kawade +238 R Vulturous Zombie @Greg Staples +151 C War-Torch Goblin @Alex Horley-Orlandelli +150 R Warp World @Ron Spencer +239 U Watchwolf @Kev Walker +286 R Watery Grave @Rob Alexander +75 U Wizened Snitches @Greg Staples +113 R Woebringer Demon @Daren Bader +36 U Wojek Apothecary @Keith Garletts +152 U Wojek Embermage @Luca Zontini +37 C Wojek Siren @Zoltan Boros & Gabor Szikszai +240 R Woodwraith Corrupter @Greg Staples +241 C Woodwraith Strangler @Pat Lee +76 C Zephyr Spirit @Tomas Giorello [tokens] voja diff --git a/forge-gui/res/editions/Ravnica_Allegiance_Promos.txt b/forge-gui/res/editions/Ravnica_Allegiance_Promos.txt index 35c6cfa6ed2..e7b873ee2cb 100644 --- a/forge-gui/res/editions/Ravnica_Allegiance_Promos.txt +++ b/forge-gui/res/editions/Ravnica_Allegiance_Promos.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=PRNA [cards] -107 U Light Up the Stage -178 C Growth Spiral -189 R Lavinia, Azorius Renegade -192 U Mortify -197 U Rakdos Firewheeler -207 R Simic Ascendancy -232 U Gate Colossus +107 U Light Up the Stage @Dmitry Burmak +178 C Growth Spiral @Seb McKinnon +189 R Lavinia, Azorius Renegade @Matt Stewart +192 U Mortify @Anthony Palumbo +197 U Rakdos Firewheeler @Tyler Walpole +207 R Simic Ascendancy @Simon Dominic +232 U Gate Colossus @Milivoj Ćeran diff --git a/forge-gui/res/editions/Ravnica_City_of_Guilds_Promos.txt b/forge-gui/res/editions/Ravnica_City_of_Guilds_Promos.txt index 7fb2ae8bb2b..59d6ec38f46 100644 --- a/forge-gui/res/editions/Ravnica_City_of_Guilds_Promos.txt +++ b/forge-gui/res/editions/Ravnica_City_of_Guilds_Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PRAV [cards] -245★ R Dimir Guildmage -247★ R Gleancrawler +245★ R Dimir Guildmage @Adam Rex +247★ R Gleancrawler @Jeremy Jarvis diff --git a/forge-gui/res/editions/Redemption_Program.txt b/forge-gui/res/editions/Redemption_Program.txt index 63796c94154..022a98dd17d 100644 --- a/forge-gui/res/editions/Redemption_Program.txt +++ b/forge-gui/res/editions/Redemption_Program.txt @@ -7,4 +7,4 @@ CardLang=ja ScryfallCode=PRED [cards] -1 R Nalathni Dragon +1 R Nalathni Dragon @Michael Whelan diff --git a/forge-gui/res/editions/Resale Promos.txt b/forge-gui/res/editions/Resale Promos.txt index e02ea3a6c9c..7765aea3ffd 100644 --- a/forge-gui/res/editions/Resale Promos.txt +++ b/forge-gui/res/editions/Resale Promos.txt @@ -6,32 +6,32 @@ Type=Promo ScryfallCode=PRES [cards] -A1 R Jaya Ballard, Task Mage -A2 R Brion Stoutarm -A3 R Broodmate Dragon -A4 R Retaliator Griffin -A5 R Terra Stomper -A6 R Terastodon -A7 R Knight Exemplar -A8 R Sunblast Angel -A9 R Angel of Glory's Rise -A10 R Hamletback Goliath -A11 R Angelic Skirmisher -A12 R Xathrid Necromancer -13★ U Loam Lion -26 R Felidar Sovereign -47 R Thalia's Lancers -49 R Curator of Mysteries -100 R Etali, Primal Storm -123 R Beast Whisperer -133 R Opportunistic Dragon -140 R Neheb, Dreadhorde Champion -141★ R Goblin Chieftain -147 R Bristling Hydra -149 R Atarka, World Render -149* R Lathliss, Dragon Queen -172 R Gargos, Vicious Watcher -174 R Genesis Hydra -193 R Outland Colossus -221★ R Oran-Rief, the Vastwood -235 R Stonecoil Serpent +A1 R Jaya Ballard, Task Mage @Matt Cavotta +A2 R Brion Stoutarm @Zoltan Boros & Gabor Szikszai +A3 R Broodmate Dragon @Vance Kovacs +A4 R Retaliator Griffin @Jesper Ejsing +A5 R Terra Stomper @Goran Josic +A6 R Terastodon @Lars Grant-West +A7 R Knight Exemplar @Jason Chan +A8 R Sunblast Angel @Jason Chan +A9 R Angel of Glory's Rise @James Ryman +A10 R Hamletback Goliath @Paolo Parente & Brian Snõddy +A11 R Angelic Skirmisher @David Rapoza +A12 R Xathrid Necromancer @Maciej Kuciara +13★ U Loam Lion @Daniel Ljunggren +26 R Felidar Sovereign @Zoltan Boros & Gabor Szikszai +47 R Thalia's Lancers @David Palumbo +49 R Curator of Mysteries @Christine Choi +100 R Etali, Primal Storm @Raymond Swanland +123 R Beast Whisperer @Matt Stewart +133 R Opportunistic Dragon @Chris Rahn +140 R Neheb, Dreadhorde Champion @Igor Kieryluk +141★ R Goblin Chieftain @Sam Wood +147 R Bristling Hydra @Chris Rahn +149 R Atarka, World Render @Karl Kopinski +149* R Lathliss, Dragon Queen @Alex Konstad +172 R Gargos, Vicious Watcher @Mathias Kollros +176 R Genesis Hydra @Peter Mohrbacher +193 R Outland Colossus @Ryan Pancoast +221★ R Oran-Rief, the Vastwood @Mike Bierek +235 R Stonecoil Serpent @Mark Poole diff --git a/forge-gui/res/editions/Return to Ravnica Promos.txt b/forge-gui/res/editions/Return to Ravnica Promos.txt index c23d59beff8..bce2c3fa97d 100644 --- a/forge-gui/res/editions/Return to Ravnica Promos.txt +++ b/forge-gui/res/editions/Return to Ravnica Promos.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PRTR [cards] -120★ R Deadbridge Goliath -142★ R Archon of the Triumvirate -147★ R Carnival Hellsteed -152★ R Corpsejack Menace -158 U Dreg Mangler -170★ R Hypersonic Dragon -*201 R Supreme Verdict -212 R Cryptborn Horror -214 U Dryad Militant -240★ R Grove of the Guardian +120★ R Deadbridge Goliath @Nils Hamm +142★ R Archon of the Triumvirate @Svetlin Velinov +147★ R Carnival Hellsteed @Min Yum +152★ R Corpsejack Menace @Vincent Proce +158 U Dreg Mangler @Svetlin Velinov +170★ R Hypersonic Dragon @Volkan Baǵa +*201 R Supreme Verdict @John Avon +212 R Cryptborn Horror @Nils Hamm +214 U Dryad Militant @Ryan Pancoast +240★ R Grove of the Guardian @Yeong-Hao Han diff --git a/forge-gui/res/editions/Return to Ravnica.txt b/forge-gui/res/editions/Return to Ravnica.txt index ce818554f89..5381e64e184 100644 --- a/forge-gui/res/editions/Return to Ravnica.txt +++ b/forge-gui/res/editions/Return to Ravnica.txt @@ -13,280 +13,280 @@ ChaosDraftThemes=RAVNICA;GRAVEYARD_MATTERS ScryfallCode=RTR [cards] -141 R Abrupt Decay -113 C Aerial Predation -1 M Angel of Serenity -85 C Annihilating Fire -29 U Aquus Steed -142 R Archon of the Triumvirate -114 U Archweaver -143 M Armada Wurm -2 C Armory Guard -3 U Arrest -86 R Ash Zealot -57 U Assassin's Strike -144 C Auger Spree -4 C Avenging Arrow -115 C Axebane Guardian -116 C Axebane Stag -210 R Azor's Elocutors -5 C Azorius Arrester -145 U Azorius Charm -237 C Azorius Guildgate -6 U Azorius Justiciar -225 U Azorius Keyrune -87 C Batterhorn -7 U Bazaar Krovod -88 C Bellows Lizard -211 U Blistercoil Weird -238 R Blood Crypt -89 U Bloodfray Giant -30 U Blustersquall -117 U Brushstrider -146 U Call of the Conclave -31 C Cancel -147 R Carnival Hellsteed -58 C Catacomb Slug -148 C Centaur Healer -118 C Centaur's Herald -90 R Chaos Imps -149 C Chemister's Trick -119 C Chorus of Might -226 R Chromatic Lantern -32 C Chronic Flooding -227 U Civic Saber -91 C Cobblebrute -228 U Codex Shredder -150 R Collective Blessing -151 C Common Bond -8 C Concordia Pegasus -33 R Conjured Currency -152 R Corpsejack Menace -153 R Counterflux -154 C Coursers' Accord -59 C Cremate -34 C Crosstown Courier -212 R Cryptborn Horror -35 R Cyclonic Rift -60 C Daggerdrome Imp -61 U Dark Revenant -62 C Dead Reveler -120 R Deadbridge Goliath -121 R Death's Presence -213 R Deathrite Shaman -63 R Desecration Demon -64 C Destroy the Evidence -155 R Detention Sphere -65 C Deviant Glee -36 C Dispel -37 C Doorkeeper -38 C Downsize -66 C Drainpipe Vermin -156 C Dramatic Rescue -157 R Dreadbore -158 U Dreg Mangler -122 C Drudge Beetle -123 C Druid's Deliverance -214 U Dryad Militant -92 C Dynacharge -93 C Electrickery -159 M Epic Experiment -160 C Essence Backlash -9 C Ethereal Armor -94 C Explosive Impact -10 C Eyes in the Skies -39 U Faerie Impostor -161 U Fall of the Gavel -11 U Fencing Ace -162 R Firemind's Foresight -270 L Forest -270 L Forest -270 L Forest -270 L Forest -270 L Forest -215 C Frostburn Weird -124 C Gatecreeper Vine -125 C Giant Growth -126 U Gobbling Ooze -163 C Goblin Electromancer -95 U Goblin Rally -164 U Golgari Charm -127 U Golgari Decoy -239 C Golgari Guildgate -229 U Golgari Keyrune -216 C Golgari Longlegs -96 C Gore-House Chainwalker -67 R Grave Betrayal -68 C Grim Roustabout -165 C Grisly Salvage -240 R Grove of the Guardian -217 R Growing Ranks -97 R Guild Feud -98 U Guttersnipe -241 R Hallowed Fountain -166 R Havoc Festival -167 U Hellhole Flailer -168 U Heroes' Reunion -128 C Horncaller's Chant -40 U Hover Barrier -169 C Hussar Patrol -170 R Hypersonic Dragon -41 C Inaction Injunction -42 C Inspiration -255 L Island -255 L Island -255 L Island -255 L Island -255 L Island -43 C Isperia's Skywatch -171 M Isperia, Supreme Judge -172 U Izzet Charm -242 C Izzet Guildgate -230 U Izzet Keyrune -173 U Izzet Staticaster -44 M Jace, Architect of Thought -175 R Jarad's Orders -174 M Jarad, Golgari Lich Lord -218 U Judge's Familiar -12 C Keening Apparition -13 C Knightly Valor -176 U Korozda Guildmage -129 C Korozda Monitor -69 C Launch Party -99 C Lobber Crew -177 R Lotleth Troll -178 R Loxodon Smiter -179 U Lyev Skyknight -130 R Mana Bloom -14 R Martial Law -180 R Mercurial Chemister -70 C Mind Rot -100 U Minotaur Aggressor -101 R Mizzium Mortars -45 C Mizzium Skin -268 L Mountain -268 L Mountain -268 L Mountain -268 L Mountain -268 L Mountain -71 M Necropolis Regent -181 U New Prahv Guildmage -183 M Niv-Mizzet, Dracogenius -182 U Nivix Guildmage -219 R Nivmagus Elemental -131 U Oak Street Innkeeper -72 C Ogre Jailbreaker -243 R Overgrown Tomb -73 R Pack Rat -15 R Palisade Giant -46 C Paralyzing Grasp -74 C Perilous Shadow -16 U Phantom General -231 R Pithing Needle -254 L Plains -254 L Plains -254 L Plains -254 L Plains -254 L Plains -17 R Precinct Captain -47 U Psychic Spiral -102 C Pursuit of Flight -103 U Pyroconvergence -104 U Racecourse Fury -220 U Rakdos Cackler -184 U Rakdos Charm -244 C Rakdos Guildgate -232 U Rakdos Keyrune -185 U Rakdos Ragemutt -186 U Rakdos Ringleader -221 C Rakdos Shred-Freak -188 M Rakdos's Return -187 M Rakdos, Lord of Riots -18 R Rest in Peace -189 R Righteous Authority -190 U Risen Sanctuary -191 U Rites of Reaping -192 U Rix Maadi Guildmage -245 U Rogue's Passage -19 C Rootborn Defenses -132 C Rubbleback Rhino -48 C Runewing -133 U Savage Surge -193 C Search Warrant -49 R Search the City -20 U Security Blockade -134 U Seek the Horizon -194 U Selesnya Charm -246 C Selesnya Guildgate -233 U Selesnya Keyrune -21 C Selesnya Sentry -22 C Seller of Songbirds -75 C Sewer Shambler -76 U Shrieking Affliction -195 C Skull Rend -50 U Skyline Predator -196 U Skymark Roc -197 R Slaughter Games -135 U Slime Molding -222 U Slitherhead -198 C Sluiceway Scorpion -77 U Slum Reaper -23 U Soul Tithe -51 U Soulsworn Spirit -199 C Spawn of Rix Maadi -24 U Sphere of Safety -52 R Sphinx of the Chimes -200 M Sphinx's Revelation -105 C Splatter Thug -78 C Stab Wound -53 C Stealer of Secrets -247 R Steam Vents -136 C Stonefare Crocodile -106 U Street Spasm -234 U Street Sweeper -223 C Sundering Growth -25 C Sunspire Griffin -201 R Supreme Verdict -107 C Survey the Wreckage -264 L Swamp -264 L Swamp -264 L Swamp -264 L Swamp -264 L Swamp -26 C Swift Justice -54 U Syncopate -235 U Tablet of the Guilds -79 U Tavern Swindler -202 U Teleportal -248 R Temple Garden -108 C Tenement Crasher -80 C Terrus Wurm -203 U Thoughtflare -81 U Thrill-Kill Assassin -55 C Tower Drake -137 C Towering Indrik -27 C Trained Caracal -109 C Traitorous Instinct -249 C Transguild Promenade -204 U Treasured Find -205 C Trestle Troll -28 C Trostani's Judgment -206 M Trostani, Selesnya's Voice -82 U Ultimate Price -83 R Underworld Connections -138 C Urban Burgeoning -110 M Utvara Hellkite -111 U Vandalblast -224 C Vassal Soul -112 C Viashino Racketeer -207 U Vitu-Ghazi Guildmage -56 C Voidwielder -236 R Volatile Rig -208 M Vraska the Unseen -209 R Wayfaring Temple -139 R Wild Beastmaster -140 M Worldspine Wurm -84 U Zanikev Locust +141 R Abrupt Decay @Svetlin Velinov +113 C Aerial Predation @BD +1 M Angel of Serenity @Aleksi Briclot +85 C Annihilating Fire @Clint Cearley +29 U Aquus Steed @Warren Mahy +142 R Archon of the Triumvirate @David Rapoza +114 U Archweaver @Jason Felix +143 M Armada Wurm @Volkan Baǵa +2 C Armory Guard @Karl Kopinski +3 U Arrest @Greg Staples +86 R Ash Zealot @Eric Deschamps +57 U Assassin's Strike @Chase Stone +144 C Auger Spree @Raymond Swanland +4 C Avenging Arrow @James Ryman +115 C Axebane Guardian @Slawomir Maniak +116 C Axebane Stag @Martina Pilcerova +210 R Azor's Elocutors @Johannes Voss +5 C Azorius Arrester @Wayne Reynolds +145 U Azorius Charm @Zoltan Boros +237 C Azorius Guildgate @Drew Baker +6 U Azorius Justiciar @Chris Rahn +225 U Azorius Keyrune @Daniel Ljunggren +87 C Batterhorn @Dave Kendall +7 U Bazaar Krovod @Lars Grant-West +88 C Bellows Lizard @Jack Wang +211 U Blistercoil Weird @Dan Scott +238 R Blood Crypt @Vincent Proce +89 U Bloodfray Giant @Steve Argyle +30 U Blustersquall @Willian Murai +117 U Brushstrider @Raoul Vitale +146 U Call of the Conclave @Terese Nielsen +31 C Cancel @Karl Kopinski +147 R Carnival Hellsteed @Chase Stone +58 C Catacomb Slug @Nils Hamm +148 C Centaur Healer @Mark Zug +118 C Centaur's Herald @Howard Lyon +90 R Chaos Imps @Tyler Jacobson +149 C Chemister's Trick @Christopher Moeller +119 C Chorus of Might @Christopher Moeller +226 R Chromatic Lantern @Jung Park +32 C Chronic Flooding @Scott Chou +227 U Civic Saber @Jung Park +91 C Cobblebrute @Eytan Zana +228 U Codex Shredder @Jason Felix +150 R Collective Blessing @Svetlin Velinov +151 C Common Bond @Raymond Swanland +8 C Concordia Pegasus @Winona Nelson +33 R Conjured Currency @Steve Argyle +152 R Corpsejack Menace @Chris Rahn +153 R Counterflux @Scott M. Fischer +154 C Coursers' Accord @Nils Hamm +59 C Cremate @Cynthia Sheppard +34 C Crosstown Courier @Chase Stone +212 R Cryptborn Horror @Richard Wright +35 R Cyclonic Rift @Chris Rahn +60 C Daggerdrome Imp @Jack Wang +61 U Dark Revenant @Daarken +62 C Dead Reveler @David Palumbo +120 R Deadbridge Goliath @Chase Stone +121 R Death's Presence @Ryan Barger +213 R Deathrite Shaman @Steve Argyle +63 R Desecration Demon @Jason Chan +64 C Destroy the Evidence @Clint Cearley +155 R Detention Sphere @Kev Walker +65 C Deviant Glee @Michael C. Hayes +36 C Dispel @Chase Stone +37 C Doorkeeper @Kev Walker +38 C Downsize @Ryan Pancoast +66 C Drainpipe Vermin @Trevor Claxton +156 C Dramatic Rescue @Ryan Pancoast +157 R Dreadbore @Wayne Reynolds +158 U Dreg Mangler @Peter Mohrbacher +122 C Drudge Beetle @Slawomir Maniak +123 C Druid's Deliverance @Dan Scott +214 U Dryad Militant @Terese Nielsen +92 C Dynacharge @Matt Stewart +93 C Electrickery @Greg Staples +159 M Epic Experiment @Dan Scott +160 C Essence Backlash @Jung Park +9 C Ethereal Armor @Daarken +94 C Explosive Impact @Steve Argyle +10 C Eyes in the Skies @James Ryman +39 U Faerie Impostor @Johann Bodin +161 U Fall of the Gavel @Matt Stewart +11 U Fencing Ace @David Rapoza +162 R Firemind's Foresight @Dan Scott +270 L Forest @John Avon +271 L Forest @Yeong-Hao Han +272 L Forest @Adam Paquette +273 L Forest @Richard Wright +274 L Forest @Richard Wright +215 C Frostburn Weird @Mike Bierek +124 C Gatecreeper Vine @Trevor Claxton +125 C Giant Growth @Noah Bradley +126 U Gobbling Ooze @Johann Bodin +163 C Goblin Electromancer @Svetlin Velinov +95 U Goblin Rally @Nic Klein +164 U Golgari Charm @Zoltan Boros +127 U Golgari Decoy @Marco Nelor +239 C Golgari Guildgate @Eytan Zana +229 U Golgari Keyrune @Daniel Ljunggren +216 C Golgari Longlegs @Volkan Baǵa +96 C Gore-House Chainwalker @Dan Scott +67 R Grave Betrayal @Lucas Graciano +68 C Grim Roustabout @Steven Belledin +165 C Grisly Salvage @Dave Kendall +240 R Grove of the Guardian @Christine Choi +217 R Growing Ranks @Seb McKinnon +97 R Guild Feud @Karl Kopinski +98 U Guttersnipe @Steve Prescott +241 R Hallowed Fountain @Jung Park +166 R Havoc Festival @Johannes Voss +167 U Hellhole Flailer @Steve Prescott +168 U Heroes' Reunion @Howard Lyon +128 C Horncaller's Chant @Eric Velhagen +40 U Hover Barrier @Mathias Kollros +169 C Hussar Patrol @Seb McKinnon +170 R Hypersonic Dragon @Dan Scott +41 C Inaction Injunction @Wayne Reynolds +42 C Inspiration @Izzy +255 L Island @John Avon +256 L Island @Yeong-Hao Han +257 L Island @Adam Paquette +258 L Island @Richard Wright +259 L Island @Richard Wright +43 C Isperia's Skywatch @Chris Rahn +171 M Isperia, Supreme Judge @Scott M. Fischer +172 U Izzet Charm @Zoltan Boros +242 C Izzet Guildgate @Noah Bradley +230 U Izzet Keyrune @Daniel Ljunggren +173 U Izzet Staticaster @Scott M. Fischer +44 M Jace, Architect of Thought @Jaime Jones +175 R Jarad's Orders @Svetlin Velinov +174 M Jarad, Golgari Lich Lord @Eric Deschamps +218 U Judge's Familiar @Jack Wang +12 C Keening Apparition @Terese Nielsen +13 C Knightly Valor @Matt Stewart +176 U Korozda Guildmage @Ryan Pancoast +129 C Korozda Monitor @Lars Grant-West +69 C Launch Party @Lucas Graciano +99 C Lobber Crew @Greg Staples +177 R Lotleth Troll @Vincent Proce +178 R Loxodon Smiter @Ryan Barger +179 U Lyev Skyknight @Johannes Voss +130 R Mana Bloom @Mike Bierek +14 R Martial Law @Tyler Jacobson +180 R Mercurial Chemister @Wesley Burt +70 C Mind Rot @Yeong-Hao Han +100 U Minotaur Aggressor @Lucas Graciano +101 R Mizzium Mortars @Noah Bradley +45 C Mizzium Skin @Scott Chou +265 L Mountain @John Avon +266 L Mountain @Yeong-Hao Han +267 L Mountain @Adam Paquette +268 L Mountain @Richard Wright +269 L Mountain @Richard Wright +71 M Necropolis Regent @Winona Nelson +181 U New Prahv Guildmage @Karl Kopinski +183 M Niv-Mizzet, Dracogenius @Todd Lockwood +182 U Nivix Guildmage @Scott M. Fischer +219 R Nivmagus Elemental @Mike Bierek +131 U Oak Street Innkeeper @Svetlin Velinov +72 C Ogre Jailbreaker @Karl Kopinski +243 R Overgrown Tomb @Steven Belledin +73 R Pack Rat @Kev Walker +15 R Palisade Giant @Greg Staples +46 C Paralyzing Grasp @Scott Chou +74 C Perilous Shadow @Clint Cearley +16 U Phantom General @Christopher Moeller +231 R Pithing Needle @Anthony Palumbo +250 L Plains @John Avon +251 L Plains @Yeong-Hao Han +252 L Plains @Adam Paquette +253 L Plains @Richard Wright +254 L Plains @Richard Wright +17 R Precinct Captain @Steve Prescott +47 U Psychic Spiral @Ryan Pancoast +102 C Pursuit of Flight @Christopher Moeller +103 U Pyroconvergence @Jack Wang +104 U Racecourse Fury @Sam Burley +220 U Rakdos Cackler @Ryan Barger +184 U Rakdos Charm @Zoltan Boros +244 C Rakdos Guildgate @Eytan Zana +232 U Rakdos Keyrune @Daniel Ljunggren +185 U Rakdos Ragemutt @Ryan Barger +186 U Rakdos Ringleader @Jason Felix +221 C Rakdos Shred-Freak @Wayne Reynolds +188 M Rakdos's Return @Daarken +187 M Rakdos, Lord of Riots @Vincent Proce +18 R Rest in Peace @Terese Nielsen +189 R Righteous Authority @Scott Chou +190 U Risen Sanctuary @Chase Stone +191 U Rites of Reaping @David Rapoza +192 U Rix Maadi Guildmage @Karl Kopinski +245 U Rogue's Passage @Christine Choi +19 C Rootborn Defenses @Mark Zug +132 C Rubbleback Rhino @Johann Bodin +48 C Runewing @Martina Pilcerova +133 U Savage Surge @Svetlin Velinov +193 C Search Warrant @Steven Belledin +49 R Search the City @Jack Wang +20 U Security Blockade @James Ryman +134 U Seek the Horizon @Howard Lyon +194 U Selesnya Charm @Zoltan Boros +246 C Selesnya Guildgate @Howard Lyon +233 U Selesnya Keyrune @Daniel Ljunggren +21 C Selesnya Sentry @Wesley Burt +22 C Seller of Songbirds @Christopher Moeller +75 C Sewer Shambler @Nils Hamm +76 U Shrieking Affliction @Johann Bodin +195 C Skull Rend @Greg Staples +50 U Skyline Predator @Wesley Burt +196 U Skymark Roc @Christopher Moeller +197 R Slaughter Games @Steve Prescott +135 U Slime Molding @Marco Nelor +222 U Slitherhead @Greg Staples +198 C Sluiceway Scorpion @Slawomir Maniak +77 U Slum Reaper @Karl Kopinski +23 U Soul Tithe @Dave Kendall +51 U Soulsworn Spirit @James Ryman +199 C Spawn of Rix Maadi @Min Yum +24 U Sphere of Safety @Slawomir Maniak +52 R Sphinx of the Chimes @Greg Staples +200 M Sphinx's Revelation @Slawomir Maniak +105 C Splatter Thug @Kev Walker +78 C Stab Wound @Scott Chou +53 C Stealer of Secrets @Michael C. Hayes +247 R Steam Vents @Yeong-Hao Han +136 C Stonefare Crocodile @Tomasz Jedruszek +106 U Street Spasm @Raymond Swanland +234 U Street Sweeper @Izzy +223 C Sundering Growth @David Palumbo +25 C Sunspire Griffin @Johannes Voss +201 R Supreme Verdict @Sam Burley +107 C Survey the Wreckage @Warren Mahy +260 L Swamp @John Avon +261 L Swamp @Yeong-Hao Han +262 L Swamp @Adam Paquette +263 L Swamp @Richard Wright +264 L Swamp @Richard Wright +26 C Swift Justice @Karl Kopinski +54 U Syncopate @Clint Cearley +235 U Tablet of the Guilds @Nic Klein +79 U Tavern Swindler @Cynthia Sheppard +202 U Teleportal @Scott M. Fischer +248 R Temple Garden @Volkan Baǵa +108 C Tenement Crasher @Warren Mahy +80 C Terrus Wurm @Cliff Childs +203 U Thoughtflare @David Rapoza +81 U Thrill-Kill Assassin @Tyler Jacobson +55 C Tower Drake @Ryan Barger +137 C Towering Indrik @Lars Grant-West +27 C Trained Caracal @James Ryman +109 C Traitorous Instinct @Daarken +249 C Transguild Promenade @Noah Bradley +204 U Treasured Find @Jason Chan +205 C Trestle Troll @Peter Mohrbacher +28 C Trostani's Judgment @Christopher Moeller +206 M Trostani, Selesnya's Voice @Chippy +82 U Ultimate Price @Karl Kopinski +83 R Underworld Connections @Yeong-Hao Han +138 C Urban Burgeoning @Nic Klein +110 M Utvara Hellkite @Mark Zug +111 U Vandalblast @Seb McKinnon +224 C Vassal Soul @Dan Scott +112 C Viashino Racketeer @Slawomir Maniak +207 U Vitu-Ghazi Guildmage @Jason Chan +56 C Voidwielder @Chase Stone +236 R Volatile Rig @Mathias Kollros +208 M Vraska the Unseen @Aleksi Briclot +209 R Wayfaring Temple @Peter Mohrbacher +139 R Wild Beastmaster @Kev Walker +140 M Worldspine Wurm @Richard Wright +84 U Zanikev Locust @Cliff Childs [tokens] w_1_1_bird_flying diff --git a/forge-gui/res/editions/Revised Edition.txt b/forge-gui/res/editions/Revised Edition.txt index 88d195f4ae2..681d606fe99 100644 --- a/forge-gui/res/editions/Revised Edition.txt +++ b/forge-gui/res/editions/Revised Edition.txt @@ -13,312 +13,312 @@ ChaosDraftThemes=CORE_SET ScryfallCode=3ED [cards] -47 U Air Elemental -231 R Aladdin's Lamp -232 R Aladdin's Ring -48 U Animate Artifact -93 U Animate Dead -1 R Animate Wall -233 R Ankh of Mishra -2 R Armageddon -234 R Armageddon Clock -186 R Aspect of Wolf -139 C Atog -282 R Badlands -94 R Bad Moon -3 R Balance -235 U Basalt Monolith -283 R Bayou -4 C Benalish Hero -187 R Birds of Paradise -95 U Black Knight -236 U Black Vise -5 U Black Ward -6 R Blessing -49 C Blue Elemental Blast -7 U Blue Ward -96 U Bog Wraith -237 R Bottle of Suleiman -50 R Braingeyser -238 U Brass Man -140 U Burrowing -8 U Castle -239 U Celestial Prism -188 U Channel -141 R Chaoslace -9 C Circle of Protection: Black -10 C Circle of Protection: Blue -11 C Circle of Protection: Green -12 C Circle of Protection: Red -13 C Circle of Protection: White -240 R Clockwork Beast -51 U Clone -189 R Cockatrice -241 U Conservator -97 R Contract from Below -52 U Control Magic -14 U Conversion -53 R Copy Artifact -54 U Counterspell -190 C Craw Wurm -55 C Creature Bond -191 U Crumble -15 R Crusade -242 U Crystal Rod -98 U Cursed Land -243 R Dancing Scimitar -100 R Darkpact -99 C Dark Ritual -101 U Deathgrip -102 R Deathlace -16 C Death Ward -103 R Demonic Attorney -104 R Demonic Hordes -105 U Demonic Tutor -192 U Desert Twister -244 R Dingus Egg -17 C Disenchant -142 C Disintegrate -245 R Disrupting Scepter -246 R Dragon Engine -143 U Dragon Whelp -106 C Drain Life -56 R Drain Power -107 C Drudge Skeletons -144 C Dwarven Warriors -145 U Dwarven Weaponsmith -147 C Earthbind -146 U Earth Elemental -148 R Earthquake -247 R Ebony Horse -108 R El-Hajjaj -193 R Elvish Archers -57 U Energy Flux -109 C Erg Raiders -110 U Evil Presence -18 R Eye for an Eye -19 R Farmstead -194 R Fastbond -111 C Fear -58 U Feedback -150 C Fireball -151 C Firebreathing -149 U Fire Elemental -152 U Flashfires -59 C Flight -248 R Flying Carpet -195 C Fog -196 R Force of Nature -304 L Forest -305 L Forest -306 L Forest -153 R Fork -112 C Frozen Shade -197 R Fungusaur -198 R Gaea's Liege -199 C Giant Growth -200 C Giant Spider -249 U Glasses of Urza -113 U Gloom -154 U Goblin Balloon Brigade -155 R Goblin King -156 R Granite Gargoyle -157 C Gray Ogre -20 U Green Ward -201 C Grizzly Bears -21 C Guardian Angel -22 C Healing Salve -250 R Helm of Chatzuk -158 C Hill Giant -23 C Holy Armor -24 C Holy Strength -114 C Howl from Beyond -251 R Howling Mine -60 R Hurkyl's Recall -159 C Hurloon Minotaur -202 U Hurricane -115 U Hypnotic Specter -203 U Instill Energy -204 C Ironroot Treefolk -252 U Iron Star -295 L Island -296 L Island -297 L Island -61 R Island Fish Jasconius -25 R Island Sanctuary -253 U Ivory Cup -254 R Ivory Tower -255 R Jade Monolith -256 R Jandor's Ring -257 R Jandor's Saddlebags -258 R Jayemdae Tome -259 U Juggernaut -62 C Jump -26 U Karma -160 U Keldon Warlord -161 C Kird Ape -260 R Kormus Bell -205 R Kudzu -27 U Lance -206 U Ley Druid -261 U Library of Leng -207 U Lifeforce -208 R Lifelace -63 U Lifetap -162 C Lightning Bolt -209 R Living Artifact -210 R Living Lands -262 U Living Wall -211 C Llanowar Elves -64 R Lord of Atlantis -116 R Lord of the Pit -212 U Lure -65 R Magical Hack -163 R Magnetic Mountain -66 R Mahamoti Djinn -165 R Manabarbs -164 R Mana Flare -67 R Mana Short -263 R Mana Vault -264 R Meekstone -68 C Merfolk of the Pearl Trident -28 C Mesa Pegasus -166 R Mijae Djinn -265 R Millstone -117 R Mind Twist -266 R Mishra's War Machine -167 C Mons's Goblin Raiders -301 L Mountain -302 L Mountain -303 L Mountain -118 R Nether Shadow -119 U Nettling Imp -267 R Nevinyrral's Disk -120 R Nightmare -29 R Northern Paladin -268 U Obsianus Golem -269 R Onulet -168 U Orcish Artillery -169 U Orcish Oriflamme -270 U Ornithopter -121 C Paralyze -30 C Pearled Unicorn -31 R Personal Incarnation -122 C Pestilence -69 U Phantasmal Forces -70 C Phantasmal Terrain -71 U Phantom Monster -72 R Pirate Ship -123 C Plague Rats -292 L Plains -293 L Plains -294 L Plains -284 R Plateau -73 C Power Leak -74 C Power Sink -170 R Power Surge -271 R Primal Clay -75 C Prodigal Sorcerer -76 C Psychic Venom -32 R Purelace -124 C Raise Dead -77 C Reconstruction -171 C Red Elemental Blast -33 U Red Ward -213 C Regeneration -214 U Regrowth -34 U Resurrection -35 R Reverse Damage -36 U Reverse Polarity -37 R Righteousness -272 R Rocket Launcher -173 R Rock Hydra -172 R Roc of Kher Ridges -273 U Rod of Ruin -125 R Royal Assassin -126 U Sacrifice -38 C Samite Healer -285 R Savannah -39 R Savannah Lions -127 C Scathe Zombies -128 U Scavenging Ghoul -286 R Scrubland -215 C Scryb Sprites -78 C Sea Serpent -174 R Sedge Troll -129 U Sengir Vampire -79 R Serendib Efreet -40 U Serra Angel -216 C Shanodin Dryads -175 C Shatter -176 U Shatterstorm -177 R Shivan Dragon -130 U Simulacrum -80 U Siren's Call -81 R Sleight of Mind -178 R Smoke -274 U Sol Ring -131 R Sorceress Queen -275 U Soul Net -82 C Spell Blast -83 R Stasis -84 U Steal Artifact -179 U Stone Giant -180 C Stone Rain -217 C Stream of Life -276 R Sunglasses of Urza -298 L Swamp -299 L Swamp -300 L Swamp -41 U Swords to Plowshares -287 R Taiga -132 C Terror -277 R The Hive -278 U The Rack -218 U Thicket Basilisk -85 R Thoughtlace -279 U Throne of Bone -219 R Timber Wolves -220 R Titania's Song -221 C Tranquility -288 R Tropical Island -222 U Tsunami -289 R Tundra -181 U Tunnel -290 R Underground Sea -133 C Unholy Strength -86 C Unstable Mutation -87 C Unsummon -182 U Uthden Troll -223 R Verduran Enchantress -88 R Vesuvan Doppelganger -42 R Veteran Bodyguard -89 R Volcanic Eruption -291 R Volcanic Island -90 U Wall of Air -134 U Wall of Bone -224 U Wall of Brambles -183 U Wall of Fire -225 U Wall of Ice -184 U Wall of Stone -43 U Wall of Swords -91 U Wall of Water -226 C Wall of Wood -227 U Wanderlust -228 C War Mammoth -135 R Warp Artifact -92 U Water Elemental -136 C Weakness -229 R Web -185 R Wheel of Fortune -44 U White Knight -45 U White Ward -230 C Wild Growth -137 R Will-o'-the-Wisp -280 R Winter Orb -281 U Wooden Sphere -46 R Wrath of God -138 R Zombie Master +47 U Air Elemental @Richard Thomas +231 R Aladdin's Lamp @Mark Tedin +232 R Aladdin's Ring @Dan Frazier +48 U Animate Artifact @Douglas Shuler +93 U Animate Dead @Anson Maddocks +1 R Animate Wall @Dan Frazier +233 R Ankh of Mishra @Amy Weber +2 R Armageddon @Jesper Myrfors +234 R Armageddon Clock @Amy Weber +186 R Aspect of Wolf @Jeff A. Menges +139 C Atog @Jesper Myrfors +282 R Badlands @Rob Alexander +94 R Bad Moon @Jesper Myrfors +3 R Balance @Mark Poole +235 U Basalt Monolith @Jesper Myrfors +283 R Bayou @Jesper Myrfors +4 C Benalish Hero @Douglas Shuler +187 R Birds of Paradise @Mark Poole +95 U Black Knight @Jeff A. Menges +236 U Black Vise @Richard Thomas +5 U Black Ward @Dan Frazier +6 R Blessing @Julie Baroh +49 C Blue Elemental Blast @Richard Thomas +7 U Blue Ward @Dan Frazier +96 U Bog Wraith @Jeff A. Menges +237 R Bottle of Suleiman @Jesper Myrfors +50 R Braingeyser @Mark Tedin +238 U Brass Man @Christopher Rush +140 U Burrowing @Mark Poole +8 U Castle @Dameon Willich +239 U Celestial Prism @Amy Weber +188 U Channel @Richard Thomas +141 R Chaoslace @Dameon Willich +9 C Circle of Protection: Black @Jesper Myrfors +10 C Circle of Protection: Blue @Dameon Willich +11 C Circle of Protection: Green @Sandra Everingham +12 C Circle of Protection: Red @Mark Tedin +13 C Circle of Protection: White @Douglas Shuler +240 R Clockwork Beast @Drew Tucker +51 U Clone @Julie Baroh +189 R Cockatrice @Dan Frazier +241 U Conservator @Amy Weber +97 R Contract from Below @Douglas Shuler +52 U Control Magic @Dameon Willich +14 U Conversion @Jesper Myrfors +53 R Copy Artifact @Amy Weber +54 U Counterspell @Mark Poole +190 C Craw Wurm @Daniel Gelon +55 C Creature Bond @Anson Maddocks +191 U Crumble @Jesper Myrfors +15 R Crusade @Mark Poole +242 U Crystal Rod @Amy Weber +98 U Cursed Land @Jesper Myrfors +243 R Dancing Scimitar @Anson Maddocks +100 R Darkpact @Quinton Hoover +99 C Dark Ritual @Sandra Everingham +101 U Deathgrip @Anson Maddocks +102 R Deathlace @Sandra Everingham +16 C Death Ward @Mark Poole +103 R Demonic Attorney @Daniel Gelon +104 R Demonic Hordes @Jesper Myrfors +105 U Demonic Tutor @Douglas Shuler +192 U Desert Twister @Susan Van Camp +244 R Dingus Egg @Dan Frazier +17 C Disenchant @Amy Weber +142 C Disintegrate @Anson Maddocks +245 R Disrupting Scepter @Dan Frazier +246 R Dragon Engine @Anson Maddocks +143 U Dragon Whelp @Amy Weber +106 C Drain Life @Douglas Shuler +56 R Drain Power @Douglas Shuler +107 C Drudge Skeletons @Sandra Everingham +144 C Dwarven Warriors @Douglas Shuler +145 U Dwarven Weaponsmith @Mark Poole +147 C Earthbind @Quinton Hoover +146 U Earth Elemental @Dan Frazier +148 R Earthquake @Dan Frazier +247 R Ebony Horse @Dameon Willich +108 R El-Hajjaj @Dameon Willich +193 R Elvish Archers @Anson Maddocks +57 U Energy Flux @Kaja Foglio +109 C Erg Raiders @Dameon Willich +110 U Evil Presence @Sandra Everingham +18 R Eye for an Eye @Mark Poole +19 R Farmstead @Mark Poole +194 R Fastbond @Mark Poole +111 C Fear @Mark Poole +58 U Feedback @Quinton Hoover +150 C Fireball @Mark Tedin +151 C Firebreathing @Dan Frazier +149 U Fire Elemental @Melissa A. Benson +152 U Flashfires @Dameon Willich +59 C Flight @Anson Maddocks +248 R Flying Carpet @Mark Tedin +195 C Fog @Jesper Myrfors +196 R Force of Nature @Douglas Shuler +304 L Forest @Christopher Rush +305 L Forest @Christopher Rush +306 L Forest @Christopher Rush +153 R Fork @Amy Weber +112 C Frozen Shade @Douglas Shuler +197 R Fungusaur @Daniel Gelon +198 R Gaea's Liege @Dameon Willich +199 C Giant Growth @Sandra Everingham +200 C Giant Spider @Sandra Everingham +249 U Glasses of Urza @Douglas Shuler +113 U Gloom @Dan Frazier +154 U Goblin Balloon Brigade @Andi Rusu +155 R Goblin King @Jesper Myrfors +156 R Granite Gargoyle @Christopher Rush +157 C Gray Ogre @Dan Frazier +20 U Green Ward @Dan Frazier +201 C Grizzly Bears @Jeff A. Menges +21 C Guardian Angel @Anson Maddocks +22 C Healing Salve @Dan Frazier +250 R Helm of Chatzuk @Mark Tedin +158 C Hill Giant @Dan Frazier +23 C Holy Armor @Melissa A. Benson +24 C Holy Strength @Anson Maddocks +114 C Howl from Beyond @Mark Poole +251 R Howling Mine @Mark Poole +60 R Hurkyl's Recall @NéNé Thomas +159 C Hurloon Minotaur @Anson Maddocks +202 U Hurricane @Dameon Willich +115 U Hypnotic Specter @Douglas Shuler +203 U Instill Energy @Dameon Willich +204 C Ironroot Treefolk @Jesper Myrfors +252 U Iron Star @Dan Frazier +295 L Island @Mark Poole +296 L Island @Mark Poole +297 L Island @Mark Poole +61 R Island Fish Jasconius @Jesper Myrfors +25 R Island Sanctuary @Mark Poole +253 U Ivory Cup @Anson Maddocks +254 R Ivory Tower @Margaret Organ-Kean +255 R Jade Monolith @Anson Maddocks +256 R Jandor's Ring @Dan Frazier +257 R Jandor's Saddlebags @Dameon Willich +258 R Jayemdae Tome @Mark Tedin +259 U Juggernaut @Dan Frazier +62 C Jump @Mark Poole +26 U Karma @Richard Thomas +160 U Keldon Warlord @Kev Brockschmidt +161 C Kird Ape @Ken Meyer, Jr. +260 R Kormus Bell @Christopher Rush +205 R Kudzu @Mark Poole +27 U Lance @Rob Alexander +206 U Ley Druid @Sandra Everingham +261 U Library of Leng @Daniel Gelon +207 U Lifeforce @Dameon Willich +208 R Lifelace @Amy Weber +63 U Lifetap @Anson Maddocks +162 C Lightning Bolt @Christopher Rush +209 R Living Artifact @Anson Maddocks +210 R Living Lands @Jesper Myrfors +262 U Living Wall @Anson Maddocks +211 C Llanowar Elves @Anson Maddocks +64 R Lord of Atlantis @Melissa A. Benson +116 R Lord of the Pit @Mark Tedin +212 U Lure @Anson Maddocks +65 R Magical Hack @Julie Baroh +163 R Magnetic Mountain @Susan Van Camp +66 R Mahamoti Djinn @Dan Frazier +165 R Manabarbs @Christopher Rush +164 R Mana Flare @Christopher Rush +67 R Mana Short @Dameon Willich +263 R Mana Vault @Mark Tedin +264 R Meekstone @Quinton Hoover +68 C Merfolk of the Pearl Trident @Jeff A. Menges +28 C Mesa Pegasus @Melissa A. Benson +166 R Mijae Djinn @Susan Van Camp +265 R Millstone @Kaja Foglio +117 R Mind Twist @Julie Baroh +266 R Mishra's War Machine @Amy Weber +167 C Mons's Goblin Raiders @Jeff A. Menges +301 L Mountain @Douglas Shuler +302 L Mountain @Douglas Shuler +303 L Mountain @Douglas Shuler +118 R Nether Shadow @Christopher Rush +119 U Nettling Imp @Quinton Hoover +267 R Nevinyrral's Disk @Mark Tedin +120 R Nightmare @Melissa A. Benson +29 R Northern Paladin @Douglas Shuler +268 U Obsianus Golem @Jesper Myrfors +269 R Onulet @Anson Maddocks +168 U Orcish Artillery @Anson Maddocks +169 U Orcish Oriflamme @Dan Frazier +270 U Ornithopter @Amy Weber +121 C Paralyze @Anson Maddocks +30 C Pearled Unicorn @Cornelius Brudi +31 R Personal Incarnation @Kev Brockschmidt +122 C Pestilence @Jesper Myrfors +69 U Phantasmal Forces @Mark Poole +70 C Phantasmal Terrain @Dameon Willich +71 U Phantom Monster @Jesper Myrfors +72 R Pirate Ship @Tom Wänerstrand +123 C Plague Rats @Anson Maddocks +292 L Plains @Jesper Myrfors +293 L Plains @Jesper Myrfors +294 L Plains @Jesper Myrfors +284 R Plateau @Cornelius Brudi +73 C Power Leak @Drew Tucker +74 C Power Sink @Richard Thomas +170 R Power Surge @Douglas Shuler +271 R Primal Clay @Kaja Foglio +75 C Prodigal Sorcerer @Douglas Shuler +76 C Psychic Venom @Brian Snõddy +32 R Purelace @Sandra Everingham +124 C Raise Dead @Jeff A. Menges +77 C Reconstruction @Anson Maddocks +171 C Red Elemental Blast @Richard Thomas +33 U Red Ward @Dan Frazier +213 C Regeneration @Quinton Hoover +214 U Regrowth @Dameon Willich +34 U Resurrection @Dan Frazier +35 R Reverse Damage @Dameon Willich +36 U Reverse Polarity @Justin Hampton +37 R Righteousness @Douglas Shuler +272 R Rocket Launcher @Pete Venters +173 R Rock Hydra @Jeff A. Menges +172 R Roc of Kher Ridges @Andi Rusu +273 U Rod of Ruin @Christopher Rush +125 R Royal Assassin @Tom Wänerstrand +126 U Sacrifice @Dan Frazier +38 C Samite Healer @Tom Wänerstrand +285 R Savannah @Rob Alexander +39 R Savannah Lions @Daniel Gelon +127 C Scathe Zombies @Jesper Myrfors +128 U Scavenging Ghoul @Jeff A. Menges +286 R Scrubland @Jesper Myrfors +215 C Scryb Sprites @Amy Weber +78 C Sea Serpent @Jeff A. Menges +174 R Sedge Troll @Dan Frazier +129 U Sengir Vampire @Anson Maddocks +79 R Serendib Efreet @Jesper Myrfors +40 U Serra Angel @Douglas Shuler +216 C Shanodin Dryads @Anson Maddocks +175 C Shatter @Amy Weber +176 U Shatterstorm @Mark Poole +177 R Shivan Dragon @Melissa A. Benson +130 U Simulacrum @Mark Poole +80 U Siren's Call @Anson Maddocks +81 R Sleight of Mind @Mark Poole +178 R Smoke @Jesper Myrfors +274 U Sol Ring @Mark Tedin +131 R Sorceress Queen @Kaja Foglio +275 U Soul Net @Dameon Willich +82 C Spell Blast @Brian Snõddy +83 R Stasis @Fay Jones +84 U Steal Artifact @Amy Weber +179 U Stone Giant @Dameon Willich +180 C Stone Rain @Daniel Gelon +217 C Stream of Life @Mark Poole +276 R Sunglasses of Urza @Dan Frazier +298 L Swamp @Dan Frazier +299 L Swamp @Dan Frazier +300 L Swamp @Dan Frazier +41 U Swords to Plowshares @Jeff A. Menges +287 R Taiga @Rob Alexander +132 C Terror @Ron Spencer +277 R The Hive @Sandra Everingham +278 U The Rack @Richard Thomas +218 U Thicket Basilisk @Dan Frazier +85 R Thoughtlace @Mark Poole +279 U Throne of Bone @Anson Maddocks +219 R Timber Wolves @Melissa A. Benson +220 R Titania's Song @Kerstin Kaman +221 C Tranquility @Douglas Shuler +288 R Tropical Island @Jesper Myrfors +222 U Tsunami @Richard Thomas +289 R Tundra @Jesper Myrfors +181 U Tunnel @Dan Frazier +290 R Underground Sea @Rob Alexander +133 C Unholy Strength @Douglas Shuler +86 C Unstable Mutation @Douglas Shuler +87 C Unsummon @Douglas Shuler +182 U Uthden Troll @Douglas Shuler +223 R Verduran Enchantress @Kev Brockschmidt +88 R Vesuvan Doppelganger @Quinton Hoover +42 R Veteran Bodyguard @Douglas Shuler +89 R Volcanic Eruption @Douglas Shuler +291 R Volcanic Island @Brian Snõddy +90 U Wall of Air @Richard Thomas +134 U Wall of Bone @Anson Maddocks +224 U Wall of Brambles @Anson Maddocks +183 U Wall of Fire @Richard Thomas +225 U Wall of Ice @Richard Thomas +184 U Wall of Stone @Dan Frazier +43 U Wall of Swords @Mark Tedin +91 U Wall of Water @Richard Thomas +226 C Wall of Wood @Mark Tedin +227 U Wanderlust @Cornelius Brudi +228 C War Mammoth @Jeff A. Menges +135 R Warp Artifact @Amy Weber +92 U Water Elemental @Jeff A. Menges +136 C Weakness @Douglas Shuler +229 R Web @Rob Alexander +185 R Wheel of Fortune @Daniel Gelon +44 U White Knight @Daniel Gelon +45 U White Ward @Dan Frazier +230 C Wild Growth @Mark Poole +137 R Will-o'-the-Wisp @Jesper Myrfors +280 R Winter Orb @Mark Tedin +281 U Wooden Sphere @Mark Tedin +46 R Wrath of God @Quinton Hoover +138 R Zombie Master @Jeff A. Menges [tokens] wasp diff --git a/forge-gui/res/editions/Rise of the Eldrazi Promos.txt b/forge-gui/res/editions/Rise of the Eldrazi Promos.txt index 48a1b4a21d1..81ab226b5d4 100644 --- a/forge-gui/res/editions/Rise of the Eldrazi Promos.txt +++ b/forge-gui/res/editions/Rise of the Eldrazi Promos.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PROE [cards] -4★ M Emrakul, the Aeons Torn -48 R Staggershock -49 R Deathless Angel -*112 R Guul Draz Assassin -*124 R Pestilence Demon -156★ R Lord of Shatterskull Pass +4★ M Emrakul, the Aeons Torn @Justin Sweet +48 R Staggershock @Raymond Swanland +49 R Deathless Angel @Johann Bodin +*112 R Guul Draz Assassin @Jason A. Engle +*124 R Pestilence Demon @Justin Sweet +156★ R Lord of Shatterskull Pass @Igor Kieryluk diff --git a/forge-gui/res/editions/Rise of the Eldrazi.txt b/forge-gui/res/editions/Rise of the Eldrazi.txt index 9678adbc3b3..f368124950e 100644 --- a/forge-gui/res/editions/Rise of the Eldrazi.txt +++ b/forge-gui/res/editions/Rise of the Eldrazi.txt @@ -12,254 +12,254 @@ FatPackExtraSlots=40 BasicLands ScryfallCode=ROE [cards] -14 U Affa Guard Hound -134 U Akoum Boulderfoot -1 M All Is Dust -174 C Ancient Stirrings -215 R Angelheart Vial -94 U Arrogant Bloodlord -2 U Artisan of Kozilek -54 C Aura Finesse -175 C Aura Gnarlid -176 R Awakening Zone -95 C Bala Ged Scorpion -96 R Baneful Omen -135 C Battle Rampart -136 C Battle-Rattle Shaman -177 R Bear Umbra -178 U Beastbreaker of Bala Ged -97 C Bloodrite Invoker -98 C Bloodthrone Vampire -179 U Boar Umbra -180 U Bramblesnap -137 U Brimstone Mage -138 C Brood Birthing -181 U Broodwarden -99 C Cadaver Imp -15 C Caravan Escort -55 M Cast Through Time -56 C Champion's Drake -139 R Conquering Manticore -100 R Consume the Meek -101 R Consuming Vapors -102 C Contaminated Ground -57 R Coralhelm Commander -103 U Corpsehatch -58 U Crab Umbra -104 U Curse of Wizardry -182 C Daggerback Basilisk -16 C Dawnglare Invoker -105 C Death Cultist -17 R Deathless Angel -106 C Demonic Appetite -18 C Demystify -59 C Deprive -140 R Devastating Summons -141 R Disaster Radius -60 C Distortion Strike -61 U Domestication -62 R Dormant Gomazoa -63 U Drake Umbra -107 R Drana, Kalastria Bloodchief -108 C Dread Drone -216 U Dreamstone Hedron -64 R Echo Mage -65 C Eel Umbra -19 C Eland Umbra -3 R Eldrazi Conscription -227 R Eldrazi Temple -20 U Emerge Unscathed -142 C Emrakul's Hatcher -4 M Emrakul, the Aeons Torn -217 U Enatu Golem -66 U Enclave Cryptologist -109 U Escaped Null -110 C Essence Feed -228 C Evolving Wilds -143 U Explosive Revelation -144 C Fissure Vent -145 C Flame Slash -67 C Fleeting Distraction -248 L Forest -248 L Forest -248 L Forest -248 L Forest -146 U Forked Bolt -68 C Frostwind Invoker -183 R Gelatinous Genesis -21 M Gideon Jura -184 R Gigantomancer -111 C Gloomhunter -22 C Glory Seeker -147 C Goblin Arsonist -148 C Goblin Tunneler -69 R Gravitational Shift -185 U Gravity Well -149 C Grotag Siege-Runner -186 C Growth Spasm -23 C Guard Duty -70 U Guard Gomazoa -112 R Guul Draz Assassin -71 U Hada Spy Patrol -72 C Halimar Wavewatch -5 C Hand of Emrakul -24 C Harmless Assault -187 C Haze Frog -150 C Heat Ray -218 R Hedron Matrix -25 R Hedron-Field Purists -113 M Hellcarver Demon -151 R Hellion Eruption -26 C Hyena Umbra -27 C Ikiral Outrider -114 C Induce Despair -115 U Inquisition of Kozilek -188 U Irresistible Prey -235 L Island -235 L Island -235 L Island -235 L Island -7 R It That Betrays -189 U Jaddi Lifestrider -190 U Joraga Treespeaker -73 C Jwari Scuttler -28 U Kabira Vindicator -152 M Kargan Dragonlord -191 R Kazandu Tuskcaller -219 R Keening Stone -192 M Khalni Hydra -153 C Kiln Fiend -29 C Knight of Cliffhaven -30 C Kor Line-Slinger -31 R Kor Spiritdancer -193 C Kozilek's Predator -6 M Kozilek, Butcher of Truth -154 C Lagac Lizard -116 C Last Kiss -155 C Lavafume Invoker -74 C Lay Bare -194 C Leaf Arrow -75 M Lighthouse Chronologist -32 R Lightmine Field -33 M Linvala, Keeper of Silence -195 C Living Destiny -34 C Lone Missionary -156 R Lord of Shatterskull Pass -35 U Luminous Wake -157 U Lust for War -158 R Magmaw -36 C Makindi Griffin -37 U Mammoth Umbra -76 C Merfolk Observer -77 U Merfolk Skyscout -196 C Might of the Masses -78 C Mnemonic Wall -197 R Momentous Fall -117 R Mortician Beetle -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -198 R Mul Daya Channelers -79 C Narcolepsy -199 C Naturalize -38 R Near-Death Experience -200 C Nema Siltlurker -201 C Nest Invader -118 C Nighthaze -119 U Nirkana Cutthroat -120 M Nirkana Revenant -39 R Nomads' Assembly -8 U Not of This World -121 C Null Champion -159 C Ogre Sentry -220 U Ogre's Cleaver -202 C Ondu Giant -40 U Oust -203 C Overgrown Battlement -9 U Pathrazer of Ulamog -122 U Pawn of Ulamog -204 U Pelakka Wurm -221 U Pennon Blade -123 C Perish the Thought -124 R Pestilence Demon -80 U Phantasmal Abomination -230 L Plains -230 L Plains -230 L Plains -230 L Plains -205 U Prey's Vengeance -222 C Prophetic Prism -41 C Puncturing Light -160 R Rage Nimbus -161 C Raid Bombardment -162 U Rapacious One -81 U Reality Spasm -206 R Realms Uncharted -82 R Recurring Insight -83 C Regress -223 C Reinforced Bulwark -84 R Renegade Doppelganger -125 R Repay in Kind -42 C Repel the Darkness -224 U Runed Servitor -214 M Sarkhan the Mad -85 C Sea Gate Oracle -86 C See Beyond -87 C Shared Discovery -126 C Shrivel -127 U Skeletal Wurm -10 U Skittering Invasion -88 C Skywatcher Adept -43 C Smite -207 C Snake Umbra -44 C Soul's Attendant -45 U Soulbound Guardians -163 U Soulsurge Elemental -164 C Spawning Breath -11 R Spawnsire of Ulamog -89 R Sphinx of Magosi -225 R Sphinx-Bone Wand -208 C Spider Umbra -165 R Splinter Twin -209 C Sporecap Spider -166 C Staggershock -46 C Stalwart Shield-Bearers -210 C Stomper Cub -47 R Student of Warfare -128 U Suffer the Past -90 R Surrakar Spellblade -167 U Surreal Memoir -48 U Survival Cache -240 L Swamp -240 L Swamp -240 L Swamp -240 L Swamp -211 R Tajuru Preserver -129 R Thought Gorger -49 U Time of Heroes -50 C Totem-Guide Hartebeest -91 R Training Grounds -168 U Traitorous Instinct -51 M Transcendent Master -169 R Tuktuk the Explorer -13 C Ulamog's Crusher -12 M Ulamog, the Infinite Gyre -52 R Umbra Mystic -92 U Unified Will -170 U Valakut Fireboar -130 C Vendetta -93 C Venerated Teacher -212 M Vengevine -171 C Vent Sentinel -131 U Virulent Swipe -53 U Wall of Omens -226 U Warmonger's Chariot -213 C Wildheart Invoker -172 R World at War -173 C Wrap in Flames -132 C Zof Shade -133 C Zulaport Enforcer +14 U Affa Guard Hound @Ryan Pancoast +134 U Akoum Boulderfoot @Alex Horley-Orlandelli +1 M All Is Dust @Jason Felix +174 C Ancient Stirrings @Vincent Proce +215 R Angelheart Vial @Chippy +94 U Arrogant Bloodlord @Mike Bierek +2 U Artisan of Kozilek @Jason Felix +54 C Aura Finesse @Howard Lyon +175 C Aura Gnarlid @Lars Grant-West +176 R Awakening Zone @Johann Bodin +95 C Bala Ged Scorpion @Daarken +96 R Baneful Omen @Karl Kopinski +135 C Battle Rampart @Steve Prescott +136 C Battle-Rattle Shaman @Warren Mahy +177 R Bear Umbra @Howard Lyon +178 U Beastbreaker of Bala Ged @Karl Kopinski +97 C Bloodrite Invoker @Svetlin Velinov +98 C Bloodthrone Vampire @Steve Argyle +179 U Boar Umbra @Christopher Moeller +180 U Bramblesnap @James Ryman +137 U Brimstone Mage @Volkan Baǵa +138 C Brood Birthing @Anthony Francisco +181 U Broodwarden @Izzy +99 C Cadaver Imp @Dave Kendall +15 C Caravan Escort @Goran Josic +55 M Cast Through Time @Zoltan Boros & Gabor Szikszai +56 C Champion's Drake @Lars Grant-West +139 R Conquering Manticore @Chris Rahn +100 R Consume the Meek @Chippy +101 R Consuming Vapors @Trevor Claxton +102 C Contaminated Ground @Rob Alexander +57 R Coralhelm Commander @Jaime Jones +103 U Corpsehatch @Kekai Kotaki +58 U Crab Umbra @Christopher Moeller +104 U Curse of Wizardry @Kekai Kotaki +182 C Daggerback Basilisk @Jesper Ejsing +16 C Dawnglare Invoker @Steve Argyle +105 C Death Cultist @Igor Kieryluk +17 R Deathless Angel @Johann Bodin +106 C Demonic Appetite @Igor Kieryluk +18 C Demystify @Véronique Meignaud +59 C Deprive @Izzy +140 R Devastating Summons @Jung Park +141 R Disaster Radius @James Paick +60 C Distortion Strike @Goran Josic +61 U Domestication @Jesper Ejsing +62 R Dormant Gomazoa @Chris Rahn +63 U Drake Umbra @Howard Lyon +107 R Drana, Kalastria Bloodchief @Mike Bierek +108 C Dread Drone @Raymond Swanland +216 U Dreamstone Hedron @Eric Deschamps +64 R Echo Mage @Matt Stewart +65 C Eel Umbra @Howard Lyon +19 C Eland Umbra @Howard Lyon +3 R Eldrazi Conscription @Jaime Jones +227 R Eldrazi Temple @James Paick +20 U Emerge Unscathed @Steve Argyle +142 C Emrakul's Hatcher @Jaime Jones +4 M Emrakul, the Aeons Torn @Mark Tedin +217 U Enatu Golem @Daniel Ljunggren +66 U Enclave Cryptologist @Igor Kieryluk +109 U Escaped Null @Ryan Pancoast +110 C Essence Feed @Daarken +228 C Evolving Wilds @Steven Belledin +143 U Explosive Revelation @Justin Sweet +144 C Fissure Vent @Philip Straub +145 C Flame Slash @Raymond Swanland +67 C Fleeting Distraction @Kieran Yanner +245 L Forest @Jung Park +246 L Forest @Jung Park +247 L Forest @Jung Park +248 L Forest @Jung Park +146 U Forked Bolt @Tomasz Jedruszek +68 C Frostwind Invoker @Svetlin Velinov +183 R Gelatinous Genesis @Daniel Ljunggren +21 M Gideon Jura @Aleksi Briclot +184 R Gigantomancer @Chippy +111 C Gloomhunter @Lars Grant-West +22 C Glory Seeker @Matt Cavotta +147 C Goblin Arsonist @Wayne Reynolds +148 C Goblin Tunneler @Jesper Ejsing +69 R Gravitational Shift @Svetlin Velinov +185 U Gravity Well @Rob Alexander +149 C Grotag Siege-Runner @Zoltan Boros & Gabor Szikszai +186 C Growth Spasm @Dan Scott +23 C Guard Duty @Karl Kopinski +70 U Guard Gomazoa @Rob Alexander +112 R Guul Draz Assassin @James Ryman +71 U Hada Spy Patrol @Zoltan Boros & Gabor Szikszai +72 C Halimar Wavewatch @Matt Stewart +5 C Hand of Emrakul @Chippy +24 C Harmless Assault @Chippy +187 C Haze Frog @Jesper Ejsing +150 C Heat Ray @Austin Hsu +218 R Hedron Matrix @Jaime Jones +25 R Hedron-Field Purists @Scott Chou +113 M Hellcarver Demon @Greg Staples +151 R Hellion Eruption @Anthony Francisco +26 C Hyena Umbra @Howard Lyon +27 C Ikiral Outrider @Kekai Kotaki +114 C Induce Despair @Igor Kieryluk +115 U Inquisition of Kozilek @Tomasz Jedruszek +188 U Irresistible Prey @Jesper Ejsing +233 L Island @Vincent Proce +234 L Island @Vincent Proce +235 L Island @Vincent Proce +236 L Island @Vincent Proce +7 R It That Betrays @Tomasz Jedruszek +189 U Jaddi Lifestrider @Vincent Proce +190 U Joraga Treespeaker @Cyril Van Der Haegen +73 C Jwari Scuttler @Andrew Robinson +28 U Kabira Vindicator @Steven Belledin +152 M Kargan Dragonlord @Jason Chan +191 R Kazandu Tuskcaller @Mike Bierek +219 R Keening Stone @Jung Park +192 M Khalni Hydra @Todd Lockwood +153 C Kiln Fiend @Adi Granov +29 C Knight of Cliffhaven @Matt Cavotta +30 C Kor Line-Slinger @Steve Prescott +31 R Kor Spiritdancer @Scott Chou +193 C Kozilek's Predator @Steve Argyle +6 M Kozilek, Butcher of Truth @Michael Komarck +154 C Lagac Lizard @Svetlin Velinov +116 C Last Kiss @Vance Kovacs +155 C Lavafume Invoker @Dave Kendall +74 C Lay Bare @Chippy +194 C Leaf Arrow @Eric Deschamps +75 M Lighthouse Chronologist @Steven Belledin +32 R Lightmine Field @Eric Deschamps +33 M Linvala, Keeper of Silence @Igor Kieryluk +195 C Living Destiny @James Ryman +34 C Lone Missionary @Svetlin Velinov +156 R Lord of Shatterskull Pass @Kekai Kotaki +35 U Luminous Wake @Mike Bierek +157 U Lust for War @Raymond Swanland +158 R Magmaw @Karl Kopinski +36 C Makindi Griffin @Izzy +37 U Mammoth Umbra @Howard Lyon +76 C Merfolk Observer @Anthony Francisco +77 U Merfolk Skyscout @rk post +196 C Might of the Masses @Johann Bodin +78 C Mnemonic Wall @Vance Kovacs +197 R Momentous Fall @Tomasz Jedruszek +117 R Mortician Beetle @Lars Grant-West +241 L Mountain @James Paick +242 L Mountain @James Paick +243 L Mountain @James Paick +244 L Mountain @James Paick +198 R Mul Daya Channelers @Jason Chan +79 C Narcolepsy @Johann Bodin +199 C Naturalize @Howard Lyon +38 R Near-Death Experience @Dan Scott +200 C Nema Siltlurker @Wayne Reynolds +201 C Nest Invader @Trevor Claxton +118 C Nighthaze @Tomasz Jedruszek +119 U Nirkana Cutthroat @Erica Yang +120 M Nirkana Revenant @Igor Kieryluk +39 R Nomads' Assembly @Erica Yang +8 U Not of This World @Izzy +121 C Null Champion @Chris Rahn +159 C Ogre Sentry @Eric Deschamps +220 U Ogre's Cleaver @Adi Granov +202 C Ondu Giant @Igor Kieryluk +40 U Oust @Mike Bierek +203 C Overgrown Battlement @Franz Vohwinkel +9 U Pathrazer of Ulamog @Austin Hsu +122 U Pawn of Ulamog @Daarken +204 U Pelakka Wurm @Daniel Ljunggren +221 U Pennon Blade @Alex Horley-Orlandelli +123 C Perish the Thought @Austin Hsu +124 R Pestilence Demon @Justin Sweet +80 U Phantasmal Abomination @Goran Josic +229 L Plains @John Avon +230 L Plains @John Avon +231 L Plains @John Avon +232 L Plains @John Avon +205 U Prey's Vengeance @Jesper Ejsing +222 C Prophetic Prism @John Avon +41 C Puncturing Light @Zoltan Boros & Gabor Szikszai +160 R Rage Nimbus @Vincent Proce +161 C Raid Bombardment @Matt Cavotta +162 U Rapacious One @Jason A. Engle +81 U Reality Spasm @Jason Felix +206 R Realms Uncharted @Volkan Baǵa +82 R Recurring Insight @Zoltan Boros & Gabor Szikszai +83 C Regress @Izzy +223 C Reinforced Bulwark @Ryan Pancoast +84 R Renegade Doppelganger @James Ryman +125 R Repay in Kind @Vance Kovacs +42 C Repel the Darkness @Scott Chou +224 U Runed Servitor @Mike Bierek +214 M Sarkhan the Mad @Chippy +85 C Sea Gate Oracle @Daniel Ljunggren +86 C See Beyond @Andrew Robinson +87 C Shared Discovery @Ryan Pancoast +126 C Shrivel @Jung Park +127 U Skeletal Wurm @Zoltan Boros & Gabor Szikszai +10 U Skittering Invasion @Eric Deschamps +88 C Skywatcher Adept @Tomasz Jedruszek +43 C Smite @Cyril Van Der Haegen +207 C Snake Umbra @Christopher Moeller +44 C Soul's Attendant @Steve Prescott +45 U Soulbound Guardians @Erica Yang +163 U Soulsurge Elemental @Jason A. Engle +164 C Spawning Breath @Trevor Claxton +11 R Spawnsire of Ulamog @Izzy +89 R Sphinx of Magosi @James Ryman +225 R Sphinx-Bone Wand @Franz Vohwinkel +208 C Spider Umbra @Christopher Moeller +165 R Splinter Twin @Goran Josic +209 C Sporecap Spider @Lars Grant-West +166 C Staggershock @Raymond Swanland +46 C Stalwart Shield-Bearers @Austin Hsu +210 C Stomper Cub @Karl Kopinski +47 R Student of Warfare @Volkan Baǵa +128 U Suffer the Past @Trevor Claxton +90 R Surrakar Spellblade @Dave Kendall +167 U Surreal Memoir @Jaime Jones +48 U Survival Cache @Scott Chou +237 L Swamp @Véronique Meignaud +238 L Swamp @Véronique Meignaud +239 L Swamp @Véronique Meignaud +240 L Swamp @Véronique Meignaud +211 R Tajuru Preserver @rk post +129 R Thought Gorger @Jason Felix +49 U Time of Heroes @Kekai Kotaki +50 C Totem-Guide Hartebeest @John Avon +91 R Training Grounds @James Ryman +168 U Traitorous Instinct @Scott Chou +51 M Transcendent Master @Steven Belledin +169 R Tuktuk the Explorer @Volkan Baǵa +13 C Ulamog's Crusher @Todd Lockwood +12 M Ulamog, the Infinite Gyre @Aleksi Briclot +52 R Umbra Mystic @Matt Stewart +92 U Unified Will @Matt Cavotta +170 U Valakut Fireboar @Zoltan Boros & Gabor Szikszai +130 C Vendetta @Karl Kopinski +93 C Venerated Teacher @Greg Staples +212 M Vengevine @Raymond Swanland +171 C Vent Sentinel @Chris Rahn +131 U Virulent Swipe @Raymond Swanland +53 U Wall of Omens @James Paick +226 U Warmonger's Chariot @Warren Mahy +213 C Wildheart Invoker @Erica Yang +172 R World at War @Igor Kieryluk +173 C Wrap in Flames @Véronique Meignaud +132 C Zof Shade @Jason A. Engle +133 C Zulaport Enforcer @Matt Stewart [tokens] tuktuk_the_returned diff --git a/forge-gui/res/editions/Rivals of Ixalan.txt b/forge-gui/res/editions/Rivals of Ixalan.txt index 60def9e73a6..75770ddd5d8 100644 --- a/forge-gui/res/editions/Rivals of Ixalan.txt +++ b/forge-gui/res/editions/Rivals of Ixalan.txt @@ -13,213 +13,213 @@ TreatAsSmallSet=true ScryfallCode=RIX [cards] -1 U Baffling End -2 R Bishop of Binding -3 U Blazing Hope -4 C Cleansing Ray -5 C Divine Verdict -6 U Everdawn Champion -7 C Exultant Skymarcher -8 U Famished Paladin -9 U Forerunner of the Legion -10 U Imperial Ceratops -11 C Legion Conquistador -12 C Luminous Bonds -13 U Majestic Heliopterus -14 C Martyr of Dusk -15 C Moment of Triumph -16 R Paladin of Atonement -17 U Pride of Conquerors -18 R Radiant Destiny -19 C Raptor Companion -20 C Sanguine Glorifier -21 U Skymarcher Aspirant -22 R Slaughter the Strong -23 C Snubhorn Sentry -24 R Sphinx's Decree -25 C Squire's Devotion -26 C Sun Sentinel -27 C Sun-Crested Pterodon -28 R Temple Altisaur -29 M Trapjaw Tyrant -30 R Zetalpa, Primal Dawn -31 R Admiral's Order -32 U Aquatic Incursion -33 R Crafty Cutpurse -34 C Crashing Tide -35 U Curious Obsession -36 C Deadeye Rig-Hauler -37 U Expel from Orazca -38 U Flood of Recollection -39 U Hornswoggle -40 R Induced Amnesia -41 C Kitesail Corsair -42 R Kumena's Awakening -43 C Mist-Cloaked Herald -44 C Negate -45 R Nezahal, Primal Tide -46 R Release to the Wind -47 C River Darter -48 U Riverwise Augur -49 C Sailor of Means -50 C Sea Legs -51 R Seafloor Oracle -52 C Secrets of the Golden City -53 U Silvergill Adept -54 U Siren Reaver -55 U Slippery Scoundrel -56 C Soul of the Rapids -57 C Spire Winder -58 C Sworn Guardian -59 M Timestream Navigator -60 R Warkite Marauder -61 C Waterknot -62 U Arterial Flow -63 C Canal Monitor -64 R Champion of Dusk -65 C Dark Inquiry -66 R Dead Man's Chest -67 C Dinosaur Hunter -68 R Dire Fleet Poisoner -69 C Dusk Charger -70 C Dusk Legion Zealot -71 C Fathom Fleet Boarder -72 U Forerunner of the Coalition -73 U Golden Demise -74 C Grasping Scoundrel -75 C Gruesome Fate -76 C Impale -77 R Mastermind's Acquisition -78 U Mausoleum Harpy -79 C Moment of Craving -80 U Oathsworn Vampire -81 U Pitiless Plunderer -82 U Ravenous Chupacabra -83 U Reaver Ambush -84 C Recover -85 U Sadistic Skymarcher -86 R Tetzimoc, Primal Death -87 R Tomb Robber -88 M Twilight Prophet -89 C Vampire Revenant -90 R Vona's Hunger -91 C Voracious Vampire -92 R Blood Sun -93 C Bombard -94 R Brass's Bounty -95 C Brazen Freebooter -96 C Buccaneer's Bravado -97 U Charging Tuskodon -98 U Daring Buccaneer -99 R Dire Fleet Daredevil -100 R Etali, Primal Storm -101 C Fanatical Firebrand -102 U Forerunner of the Empire -103 R Form of the Dinosaur -104 C Frilled Deathspitter -105 C Goblin Trailblazer -106 C Mutiny -107 U Needletooth Raptor -108 C Orazca Raptor -109 U Pirate's Pillage -110 U Reckless Rage -111 M Rekindling Phoenix -112 U See Red -113 U Shake the Foundations -114 C Shatter -115 R Silverclad Ferocidons -116 C Stampeding Horncrest -117 U Storm Fleet Swashbuckler -118 C Sun-Collared Raptor -119 C Swaggering Corsair -120 C Tilonalli's Crown -121 R Tilonalli's Summoner -122 C Aggressive Urge -123 U Cacophodon -124 U Cherished Hatchling -125 C Colossal Dreadmaw -126 U Crested Herdcaller -127 R Deeproot Elite -128 U Enter the Unknown -129 U Forerunner of the Heralds -130 R Ghalta, Primal Hunger -131 C Giltgrove Stalker -132 C Hardy Veteran -133 C Hunt the Weak -134 C Jade Bearer -135 C Jadecraft Artisan -136 R Jadelight Ranger -137 C Jungleborn Pioneer -138 C Knight of the Stampede -139 C Naturalize -140 C Orazca Frillback -141 C Overgrown Armasaur -142 R Path of Discovery -143 C Plummet -144 M Polyraptor -145 U Strength of the Pack -146 U Swift Warden -147 R Tendershoot Dryad -148 U Thrashing Brontodon -149 U Thunderherd Migration -150 R Wayward Swordtooth -151 R World Shaper -152 M Angrath, the Flame-Chained -153 U Atzocan Seer -154 M Azor, the Lawbringer -155 U Deadeye Brawler -156 U Dire Fleet Neckbreaker -157 M Elenda, the Dusk Rose -158 R Hadana's Climb -159 M Huatli, Radiant Champion -160 R Journey to Eternity -161 U Jungle Creeper -162 M Kumena, Tyrant of Orazca -163 U Legion Lieutenant -164 U Merfolk Mistbinder -165 R Path of Mettle -166 R Profane Procession -167 R Protean Raider -168 U Raging Regisaur -169 U Relentless Raptor -170 U Resplendent Griffin -171 R Siegehorn Ceratops -172 U Storm Fleet Sprinter -173 R Storm the Vault -174 M Zacama, Primal Calamity -175 R Awakened Amalgam -176 M Azor's Gateway -177 R Captain's Hook -178 C Gleaming Barrier -179 R Golden Guardian -180 M The Immortal Sun -181 C Orazca Relic -182 R Silent Gravestone -183 C Strider Harness -184 C Traveler's Amulet -185 R Arch of Orazca -186 C Evolving Wilds -187 U Forsaken Sanctuary -188 U Foul Orchard -189 U Highland Lake -190 U Stone Quarry -191 U Woodland Stream -192 L Plains -193 L Island -194 L Swamp -195 L Mountain -196 L Forest +1 U Baffling End @Mathias Kollros +2 R Bishop of Binding @Bastien L. Deharme +3 U Blazing Hope @Clint Cearley +4 C Cleansing Ray @Anthony Palumbo +5 C Divine Verdict @Slawomir Maniak +6 U Everdawn Champion @Sara Winters +7 C Exultant Skymarcher @Ryan Yee +8 U Famished Paladin @Tommy Arnold +9 U Forerunner of the Legion @Josh Hass +10 U Imperial Ceratops @Bayard Wu +11 C Legion Conquistador @Sidharth Chaturvedi +12 C Luminous Bonds @Steve Argyle +13 U Majestic Heliopterus @Filip Burburan +14 C Martyr of Dusk @Greg Staples +15 C Moment of Triumph @Steven Belledin +16 R Paladin of Atonement @Lius Lasahido +17 U Pride of Conquerors @Tomasz Jedruszek +18 R Radiant Destiny @Emrah Elmasli +19 C Raptor Companion @Slawomir Maniak +20 C Sanguine Glorifier @Sara Winters +21 U Skymarcher Aspirant @Winona Nelson +22 R Slaughter the Strong @Randy Vargas +23 C Snubhorn Sentry @Aaron Miller +24 R Sphinx's Decree @Daarken +25 C Squire's Devotion @Winona Nelson +26 C Sun Sentinel @James Ryman +27 C Sun-Crested Pterodon @Lars Grant-West +28 R Temple Altisaur @Daarken +29 M Trapjaw Tyrant @Chris Rahn +30 R Zetalpa, Primal Dawn @Chris Rallis +31 R Admiral's Order @Slawomir Maniak +32 U Aquatic Incursion @Jason Rainville +33 R Crafty Cutpurse @Grzegorz Rutkowski +34 C Crashing Tide @Carmen Sinek +35 U Curious Obsession @Daniel Ljunggren +36 C Deadeye Rig-Hauler @Victor Adame Minguez +37 U Expel from Orazca @Steven Belledin +38 U Flood of Recollection @Magali Villeneuve +39 U Hornswoggle @Deruchenko Alexander +40 R Induced Amnesia @Chris Rallis +41 C Kitesail Corsair @Greg Opalinski +42 R Kumena's Awakening @Zack Stella +43 C Mist-Cloaked Herald @Anthony Palumbo +44 C Negate @Magali Villeneuve +45 R Nezahal, Primal Tide @Sam Burley +46 R Release to the Wind @Joseph Meehan +47 C River Darter @Winona Nelson +48 U Riverwise Augur @Alayna Danner +49 C Sailor of Means @Ryan Pancoast +50 C Sea Legs @Deruchenko Alexander +51 R Seafloor Oracle @Simon Dominic +52 C Secrets of the Golden City @Jason Felix +53 U Silvergill Adept @Magali Villeneuve +54 U Siren Reaver @Tomasz Jedruszek +55 U Slippery Scoundrel @Dan Scott +56 C Soul of the Rapids @Anthony Palumbo +57 C Spire Winder @Titus Lunter +58 C Sworn Guardian @Sara Winters +59 M Timestream Navigator @Zezhou Chen +60 R Warkite Marauder @Victor Adame Minguez +61 C Waterknot @Wayne Reynolds +62 U Arterial Flow @Josh Hass +63 C Canal Monitor @Zezhou Chen +64 R Champion of Dusk @Josh Hass +65 C Dark Inquiry @Naomi Baker +66 R Dead Man's Chest @Jason A. Engle +67 C Dinosaur Hunter @Tianhua X +68 R Dire Fleet Poisoner @Ben Maier +69 C Dusk Charger @Lucas Graciano +70 C Dusk Legion Zealot @Winona Nelson +71 C Fathom Fleet Boarder @Sidharth Chaturvedi +72 U Forerunner of the Coalition @James Ryman +73 U Golden Demise @Deruchenko Alexander +74 C Grasping Scoundrel @Steve Prescott +75 C Gruesome Fate @Even Amundsen +76 C Impale @Josh Hass +77 R Mastermind's Acquisition @Svetlin Velinov +78 U Mausoleum Harpy @Randy Vargas +79 C Moment of Craving @Steven Belledin +80 U Oathsworn Vampire @Greg Opalinski +81 U Pitiless Plunderer @David Palumbo +82 U Ravenous Chupacabra @Daarken +83 U Reaver Ambush @Sidharth Chaturvedi +84 C Recover @Nils Hamm +85 U Sadistic Skymarcher @Seb McKinnon +86 R Tetzimoc, Primal Death @Zack Stella +87 R Tomb Robber @Xi Zhang +88 M Twilight Prophet @Seb McKinnon +89 C Vampire Revenant @Nils Hamm +90 R Vona's Hunger @Zack Stella +91 C Voracious Vampire @Kieran Yanner +92 R Blood Sun @Emrah Elmasli +93 C Bombard @Alex Konstad +94 R Brass's Bounty @Grzegorz Rutkowski +95 C Brazen Freebooter @Randy Gallegos +96 C Buccaneer's Bravado @Bram Sels +97 U Charging Tuskodon @Izzy +98 U Daring Buccaneer @Jason Rainville +99 R Dire Fleet Daredevil @Zoltan Boros +100 R Etali, Primal Storm @Raymond Swanland +101 C Fanatical Firebrand @Wayne Reynolds +102 U Forerunner of the Empire @Dan Scott +103 R Form of the Dinosaur @Daarken +104 C Frilled Deathspitter @Zoltan Boros +105 C Goblin Trailblazer @Josh Hass +106 C Mutiny @Gabor Szikszai +107 U Needletooth Raptor @Winona Nelson +108 C Orazca Raptor @Jakub Kasper +109 U Pirate's Pillage @Wayne Reynolds +110 U Reckless Rage @Slawomir Maniak +111 M Rekindling Phoenix @Jason Rainville +112 U See Red @Steve Prescott +113 U Shake the Foundations @Zack Stella +114 C Shatter @Jonas De Ro +115 R Silverclad Ferocidons @Simon Dominic +116 C Stampeding Horncrest @Jonathan Kuo +117 U Storm Fleet Swashbuckler @Kieran Yanner +118 C Sun-Collared Raptor @Zoltan Boros +119 C Swaggering Corsair @Scott Murphy +120 C Tilonalli's Crown @Suzanne Helmigh +121 R Tilonalli's Summoner @Lius Lasahido +122 C Aggressive Urge @Jakub Kasper +123 U Cacophodon @Johann Bodin +124 U Cherished Hatchling @Sam Rowan +125 C Colossal Dreadmaw @Jesper Ejsing +126 U Crested Herdcaller @Lucas Graciano +127 R Deeproot Elite @Winona Nelson +128 U Enter the Unknown @Howard Lyon +129 U Forerunner of the Heralds @Chris Seaman +130 R Ghalta, Primal Hunger @Chase Stone +131 C Giltgrove Stalker @Chris Seaman +132 C Hardy Veteran @Suzanne Helmigh +133 C Hunt the Weak @Mathias Kollros +134 C Jade Bearer @Alex Konstad +135 C Jadecraft Artisan @Izzy +136 R Jadelight Ranger @Jason Rainville +137 C Jungleborn Pioneer @Scott Murphy +138 C Knight of the Stampede @Steve Argyle +139 C Naturalize @Simon Dominic +140 C Orazca Frillback @Simon Dominic +141 C Overgrown Armasaur @Joseph Meehan +142 R Path of Discovery @Howard Lyon +143 C Plummet @Filip Burburan +144 M Polyraptor @Mark Behm +145 U Strength of the Pack @Tomasz Jedruszek +146 U Swift Warden @Viktor Titov +147 R Tendershoot Dryad @Yongjae Choi +148 U Thrashing Brontodon @Jakub Kasper +149 U Thunderherd Migration @Lars Grant-West +150 R Wayward Swordtooth @Chris Rahn +151 R World Shaper @Raymond Swanland +152 M Angrath, the Flame-Chained @Raymond Swanland +153 U Atzocan Seer @Joseph Meehan +154 M Azor, the Lawbringer @Ryan Pancoast +155 U Deadeye Brawler @Jesper Ejsing +156 U Dire Fleet Neckbreaker @Daarken +157 M Elenda, the Dusk Rose @Chris Rahn +158 R Hadana's Climb @Titus Lunter +159 M Huatli, Radiant Champion @Chris Rahn +160 R Journey to Eternity @Deruchenko Alexander +161 U Jungle Creeper @Matt Stewart +162 M Kumena, Tyrant of Orazca @Tyler Jacobson +163 U Legion Lieutenant @Zezhou Chen +164 U Merfolk Mistbinder @Clint Cearley +165 R Path of Mettle @Victor Adame Minguez +166 R Profane Procession @Bastien L. Deharme +167 R Protean Raider @Izzy +168 U Raging Regisaur @Bayard Wu +169 U Relentless Raptor @Matt Stewart +170 U Resplendent Griffin @Sam Rowan +171 R Siegehorn Ceratops @Filip Burburan +172 U Storm Fleet Sprinter @G-host Lee +173 R Storm the Vault @Victor Adame Minguez +174 M Zacama, Primal Calamity @Jaime Jones +175 R Awakened Amalgam @Zack Stella +176 M Azor's Gateway @Yeong-Hao Han +177 R Captain's Hook @Sara Winters +178 C Gleaming Barrier @Jason Felix +179 R Golden Guardian @Svetlin Velinov +180 M The Immortal Sun @Kieran Yanner +181 C Orazca Relic @Kieran Yanner +182 R Silent Gravestone @Suzanne Helmigh +183 C Strider Harness @Kev Walker +184 C Traveler's Amulet @Yeong-Hao Han +185 R Arch of Orazca @Titus Lunter +186 C Evolving Wilds @Jonas De Ro +187 U Forsaken Sanctuary @Jonas De Ro +188 U Foul Orchard @Yeong-Hao Han +189 U Highland Lake @Noah Bradley +190 U Stone Quarry @Noah Bradley +191 U Woodland Stream @James Paick +192 L Plains @Dimitar Marinski +193 L Island @Dimitar Marinski +194 L Swamp @Dimitar Marinski +195 L Mountain @Dimitar Marinski +196 L Forest @Dimitar Marinski [precon product] -197 M Vraska, Scheming Gorgon -198 C Vampire Champion -199 U Vraska's Conquistador -200 R Vraska's Scorn -201 M Angrath, Minotaur Pirate -202 U Angrath's Ambusher -203 C Swab Goblin -204 R Angrath's Fury -205 C Cinder Barrens +197 M Vraska, Scheming Gorgon @Grzegorz Rutkowski +198 C Vampire Champion @Craig J Spearing +199 U Vraska's Conquistador @Sidharth Chaturvedi +200 R Vraska's Scorn @James Ryman +201 M Angrath, Minotaur Pirate @Chris Rahn +202 U Angrath's Ambusher @David Palumbo +203 C Swab Goblin @Josu Hernaiz +204 R Angrath's Fury @Lake Hurwitz +205 C Cinder Barrens @Jonas De Ro [Basic Lands] 4 Plains|XLN diff --git a/forge-gui/res/editions/Rivals_of_Ixalan_Promos.txt b/forge-gui/res/editions/Rivals_of_Ixalan_Promos.txt index 99a9f094784..40ae92fda30 100644 --- a/forge-gui/res/editions/Rivals_of_Ixalan_Promos.txt +++ b/forge-gui/res/editions/Rivals_of_Ixalan_Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PRIX [cards] -53 U Silvergill Adept -94 R Brass's Bounty -130 R Ghalta, Primal Hunger -177 R Captain's Hook -186 C Evolving Wilds +53 U Silvergill Adept @Slawomir Maniak +94 R Brass's Bounty @Dimitar Marinski +130 R Ghalta, Primal Hunger @Johann Bodin +177 R Captain's Hook @Kev Walker +186 C Evolving Wilds @Daniel Ljunggren diff --git a/forge-gui/res/editions/San Diego Comic Con 2013.txt b/forge-gui/res/editions/San Diego Comic Con 2013.txt index 6b13f0f5639..880eab47cb0 100644 --- a/forge-gui/res/editions/San Diego Comic Con 2013.txt +++ b/forge-gui/res/editions/San Diego Comic Con 2013.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PSDC [cards] -1★ M Ajani, Caller of the Pride -60★ M Jace, Memory Adept -102★ M Liliana of the Dark Realms -132★ M Chandra, Pyromaster -172★ M Garruk, Caller of Beasts +1★ M Ajani, Caller of the Pride @Steve Prescott +60★ M Jace, Memory Adept @Steve Prescott +102★ M Liliana of the Dark Realms @Steve Prescott +132★ M Chandra, Pyromaster @Steve Prescott +172★ M Garruk, Caller of Beasts @Steve Prescott diff --git a/forge-gui/res/editions/San Diego Comic Con 2014.txt b/forge-gui/res/editions/San Diego Comic Con 2014.txt index 84e4ae765cc..392aea1b7ee 100644 --- a/forge-gui/res/editions/San Diego Comic Con 2014.txt +++ b/forge-gui/res/editions/San Diego Comic Con 2014.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PS14 [cards] -1 M Ajani Steadfast -62 M Jace, the Living Guildpact -103 M Liliana Vess -134 M Chandra, Pyromaster -187 M Nissa, Worldwaker -210 M Garruk, Apex Predator +1 M Ajani Steadfast @Jae Lee +62 M Jace, the Living Guildpact @Jae Lee +103 M Liliana Vess @Jae Lee +134 M Chandra, Pyromaster @Jae Lee +187 M Nissa, Worldwaker @Jae Lee +210 M Garruk, Apex Predator @Jae Lee diff --git a/forge-gui/res/editions/San Diego Comic Con 2015.txt b/forge-gui/res/editions/San Diego Comic Con 2015.txt index f58516e4454..7a3d6726326 100644 --- a/forge-gui/res/editions/San Diego Comic Con 2015.txt +++ b/forge-gui/res/editions/San Diego Comic Con 2015.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PS15 [cards] -23 M Kytheon, Hero of Akros -60 M Jace, Vryn's Prodigy -106 M Liliana, Heretical Healer -135 M Chandra, Fire of Kaladesh -189 M Nissa, Vastwood Seer +23 M Kytheon, Hero of Akros @Wayne Reynolds +60 M Jace, Vryn's Prodigy @Wayne Reynolds +106 M Liliana, Heretical Healer @Wayne Reynolds +135 M Chandra, Fire of Kaladesh @Wayne Reynolds +189 M Nissa, Vastwood Seer @Wayne Reynolds diff --git a/forge-gui/res/editions/San Diego Comic Con 2016.txt b/forge-gui/res/editions/San Diego Comic Con 2016.txt index 36904800e0a..20cc382c64a 100644 --- a/forge-gui/res/editions/San Diego Comic Con 2016.txt +++ b/forge-gui/res/editions/San Diego Comic Con 2016.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PS16 [cards] -29 M Gideon, Ally of Zendikar -69 M Jace, Unraveler of Secrets -93 M Liliana, the Last Hope -104 M Chandra, Flamecaller -138 M Nissa, Voice of Zendikar +29 M Gideon, Ally of Zendikar @Eric Deschamps +69 M Jace, Unraveler of Secrets @Eric Deschamps +93 M Liliana, the Last Hope @Eric Deschamps +104 M Chandra, Flamecaller @Eric Deschamps +138 M Nissa, Voice of Zendikar @Eric Deschamps diff --git a/forge-gui/res/editions/San Diego Comic Con 2017.txt b/forge-gui/res/editions/San Diego Comic Con 2017.txt index 9662cdaaaa5..9f05b691027 100644 --- a/forge-gui/res/editions/San Diego Comic Con 2017.txt +++ b/forge-gui/res/editions/San Diego Comic Con 2017.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PS17 [cards] -14 M Gideon of the Trials -69 M Jace, Unraveler of Secrets -97 M Liliana, Death's Majesty -110 M Chandra, Torch of Defiance -140 M Nicol Bolas, God-Pharaoh -204 M Nissa, Steward of Elements +14 M Gideon of the Trials @Vincent Proce +69 M Jace, Unraveler of Secrets @Vincent Proce +97 M Liliana, Death's Majesty @Vincent Proce +110 M Chandra, Torch of Defiance @Vincent Proce +140 M Nicol Bolas, God-Pharaoh @Vincent Proce +204 M Nissa, Steward of Elements @Vincent Proce diff --git a/forge-gui/res/editions/San Diego Comic Con 2018.txt b/forge-gui/res/editions/San Diego Comic Con 2018.txt index b0e493b2a0a..9905e95fa94 100644 --- a/forge-gui/res/editions/San Diego Comic Con 2018.txt +++ b/forge-gui/res/editions/San Diego Comic Con 2018.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PS18 [cards] -14 M Gideon of the Trials -60 M Jace, Cunning Castaway -106 M Liliana, Untouched by Death -110 M Chandra, Torch of Defiance -163 M Nissa, Vital Force +14 M Gideon of the Trials @Terese Nielsen +60 M Jace, Cunning Castaway @Terese Nielsen +106 M Liliana, Untouched by Death @Terese Nielsen +110 M Chandra, Torch of Defiance @Terese Nielsen +163 M Nissa, Vital Force @Terese Nielsen diff --git a/forge-gui/res/editions/San Diego Comic Con 2019.txt b/forge-gui/res/editions/San Diego Comic Con 2019.txt index a78b119e780..df29bc0f95c 100644 --- a/forge-gui/res/editions/San Diego Comic Con 2019.txt +++ b/forge-gui/res/editions/San Diego Comic Con 2019.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PS19 [cards] -16 M God-Eternal Oketra -53 M God-Eternal Kefnet -92 M God-Eternal Bontu -163 M God-Eternal Rhonas -207 M Nicol Bolas, Dragon-God +16 M God-Eternal Oketra @Adam Paquette +53 M God-Eternal Kefnet @Adam Paquette +92 M God-Eternal Bontu @Adam Paquette +163 M God-Eternal Rhonas @Adam Paquette +207 M Nicol Bolas, Dragon-God @Adam Paquette diff --git a/forge-gui/res/editions/Saviors of Kamigawa Promos.txt b/forge-gui/res/editions/Saviors of Kamigawa Promos.txt index 3bf403a672a..3fe73eb153d 100644 --- a/forge-gui/res/editions/Saviors of Kamigawa Promos.txt +++ b/forge-gui/res/editions/Saviors of Kamigawa Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PSOK [cards] -18★ R Kiyomaro, First to Stand -99★ R Ghost-Lit Raider +18★ R Kiyomaro, First to Stand @Ittoku +99★ R Ghost-Lit Raider @Ittoku diff --git a/forge-gui/res/editions/Saviors of Kamigawa.txt b/forge-gui/res/editions/Saviors of Kamigawa.txt index eeaa6b745cb..d1ab58af338 100644 --- a/forge-gui/res/editions/Saviors of Kamigawa.txt +++ b/forge-gui/res/editions/Saviors of Kamigawa.txt @@ -12,171 +12,171 @@ FoilAlwaysInCommonSlot=False ScryfallCode=SOK [cards] -1 U AEther Shockwave -91 R Adamaro, First to Desire -92 C Akki Drillmaster -93 C Akki Underling -61 R Akuta, Born of Ash -2 C Araba Mothrider -121 R Arashi, the Sky Asunder -152 R Ashes of the Fallen -122 R Ayumi, the Last Visitor -94 C Barrel Down Sokenzan -153 R Blood Clock -123 R Bounteous Kirin -124 U Briarknit Kami -95 U Burning-Eye Zubera -96 U Captive Flame -3 R Celestial Kirin -4 U Charge Across the Araba -62 R Choice of Damnations -31 R Cloudhoof Kirin -5 C Cowed by Wisdom -6 C Curtain of Light -32 C Cut the Earthly Bond -63 C Death Denied -64 C Death of a Thousand Stings -65 C Deathknell Kami -66 C Deathmask Nezumi -125 U Dense Canopy -7 U Descendant of Kiyomaro -126 U Descendant of Masumaro -33 C Descendant of Soramaro -127 C Dosan's Oldest Chant -34 C Dreamcatcher -154 U Ebony Owl Netsuke -8 U Eiganjo Free-Riders -128 C Elder Pine of Jukai -129 R Endless Swarm -9 R Enduring Ideal -35 R Erayo, Soratami Ascendant -36 R Eternal Dominion -37 U Evermind -67 U Exile into Darkness -97 U Feral Lightning -130 C Fiddlehead Kami -68 U Footsteps of the Goryo -38 C Freed from the Real -98 U Gaze of Adamaro -131 U Ghost-Lit Nourisher -99 U Ghost-Lit Raider -10 U Ghost-Lit Redeemer -69 U Ghost-Lit Stalker -39 U Ghost-Lit Warder -100 C Glitterfang -70 C Gnat Miser -101 U Godo's Irregulars -11 U Hail of Arrows -71 U Hand of Cruelty -12 U Hand of Honor -132 U Haru-Onna -102 R Hidetsugu's Second Rite -103 R Homura, Human Ascendant -40 C Ideas Unbound -104 R Iizuka the Ruthless -151 R Iname as One -72 R Infernal Kirin -133 C Inner Calm, Outer Strength -105 C Inner Fire -13 U Inner-Chamber Guard -106 C Into the Fray -155 U Ivory Crane Netsuke -107 R Jiwari, the Earth Aflame -74 C Kagemaro's Clutch -73 R Kagemaro, First to Suffer -41 R Kaho, Minamo Historian -75 C Kami of Empty Graves -42 R Kami of the Crescent Moon -134 U Kami of the Tended Garden -135 U Kashi-Tribe Elite -14 R Kataki, War's Wage -76 U Kemuri-Onna -77 U Kiku's Shadow -43 U Kiri-Onna -15 C Kitsune Bonesetter -16 C Kitsune Dawnblade -17 C Kitsune Loreweaver -18 R Kiyomaro, First to Stand -78 R Kuon, Ogre Ascendant -79 C Kuro's Taken -80 U Locust Miser -81 R Maga, Traitor to Mortals -156 U Manriki-Gusari -136 R Masumaro, First to Live -137 C Matsu-Tribe Birdstalker -82 U Measure of Wickedness -44 R Meishin, the Mind Cage -19 R Michiko Konda, Truth Seeker -162 R Mikokoro, Center of the Sea -45 C Minamo Scrollkeeper -163 R Miren, the Moaning Well -138 U Molting Skin -46 C Moonbow Illusionist -20 C Moonwing Moth -47 C Murmurs from Beyond -83 R Neverending Torment -139 C Nightsoil Kami -21 U Nikko-Onna -157 U O-Naginata -48 C Oboro Breezecaller -49 U Oboro Envoy -164 R Oboro, Palace in the Clouds -140 C Okina Nightwatch -84 R One with Nothing -108 U Oni of Wild Places -50 C Oppressive Will -51 U Overwhelming Intellect -85 R Pain's Reward -109 C Path of Anger's Flame -158 R Pithing Needle -22 C Plow Through Reito -23 U Presence of the Wise -24 R Promise of Bunrei -141 C Promised Kannushi -25 R Pure Intentions -110 R Rally the Horde -86 C Raving Oni-Slave -87 U Razorjaw Oni -142 R Reki, the History of Kamigawa -143 C Rending Vines -26 R Reverence -111 C Ronin Cavekeeper -27 R Rune-Tail, Kitsune Ascendant -52 U Rushing-Tide Zubera -53 R Sakashima the Impostor -144 C Sakura-Tribe Scout -145 R Sasaya, Orochi Ascendant -159 R Scroll of Origins -54 U Secretkeeper -146 R Seed the Land -147 U Seek the Horizon -148 R Sekki, Seasons' Guide -55 U Shape Stealer -56 U Shifting Borders -88 C Shinen of Fear's Chill -57 C Shinen of Flight's Wings -112 C Shinen of Fury's Fire -149 C Shinen of Life's Roar -28 C Shinen of Stars' Light -89 C Sink into Takenuma -90 U Skull Collector -113 R Skyfire Kirin -114 U Sokenzan Renegade -115 C Sokenzan Spellblade -58 R Soramaro, First to Dream -160 U Soratami Cloud Chariot -116 C Spiraling Embers -29 C Spiritual Visit -150 U Stampeding Serow -117 U Sunder from Within -118 R Thoughts of Ruin -165 R Tomb of Urami -30 C Torii Watchward -59 U Trusted Advisor -60 R Twincast -119 R Undying Flames -161 R Wine of Blood and Iron -120 U Yuki-Onna +1 U Aether Shockwave @Stephen Tappin +91 R Adamaro, First to Desire @Paolo Parente +92 C Akki Drillmaster @Alan Pollack +93 C Akki Underling @Franz Vohwinkel +61 R Akuta, Born of Ash @Ben Thompson +2 C Araba Mothrider @Anthony S. Waters +121 R Arashi, the Sky Asunder @Kev Walker +152 R Ashes of the Fallen @Dan Frazier +122 R Ayumi, the Last Visitor @rk post +94 C Barrel Down Sokenzan @Greg Staples +153 R Blood Clock @Keith Garletts +123 R Bounteous Kirin @Shishizaru +124 U Briarknit Kami @Brian Despain +95 U Burning-Eye Zubera @Anthony S. Waters +96 U Captive Flame @Keith Garletts +3 R Celestial Kirin @Adam Rex +4 U Charge Across the Araba @Dany Orizio +62 R Choice of Damnations @Tim Hildebrandt +31 R Cloudhoof Kirin @Randy Gallegos +5 C Cowed by Wisdom @Daren Bader +6 C Curtain of Light @Chippy +32 C Cut the Earthly Bond @Jeff Miracola +63 C Death Denied @Greg Hildebrandt +64 C Death of a Thousand Stings @Scott M. Fischer +65 C Deathknell Kami @Puddnhead +66 C Deathmask Nezumi @Daren Bader +125 U Dense Canopy @Luca Zontini +7 U Descendant of Kiyomaro @Christopher Rush +126 U Descendant of Masumaro @Rob Alexander +33 C Descendant of Soramaro @Brian Despain +127 C Dosan's Oldest Chant @Tim Hildebrandt +34 C Dreamcatcher @Mark Tedin +154 U Ebony Owl Netsuke @Tim Hildebrandt +8 U Eiganjo Free-Riders @Kev Walker +128 C Elder Pine of Jukai @Alan Pollack +129 R Endless Swarm @Jeremy Jarvis +9 R Enduring Ideal @Daren Bader +35 R Erayo, Soratami Ascendant @Matt Cavotta +36 R Eternal Dominion @Shishizaru +37 U Evermind @Matt Thompson +67 U Exile into Darkness @Pete Venters +97 U Feral Lightning @Chippy +130 C Fiddlehead Kami @Rebecca Guay +68 U Footsteps of the Goryo @Chippy +38 C Freed from the Real @Scott M. Fischer +98 U Gaze of Adamaro @Paolo Parente +131 U Ghost-Lit Nourisher @Tsutomu Kawade +99 U Ghost-Lit Raider @Ittoku +10 U Ghost-Lit Redeemer @Shishizaru +69 U Ghost-Lit Stalker @Hideaki Takamura +39 U Ghost-Lit Warder @Kensuke Okabayashi +100 C Glitterfang @Ron Spencer +70 C Gnat Miser @Thomas M. Baxa +101 U Godo's Irregulars @Tim Hildebrandt +11 U Hail of Arrows @Anthony S. Waters +71 U Hand of Cruelty @Kev Walker +12 U Hand of Honor @Kev Walker +132 U Haru-Onna @Rebecca Guay +102 R Hidetsugu's Second Rite @Jeff Miracola +103 R Homura, Human Ascendant @Kev Walker +40 C Ideas Unbound @Mark Tedin +104 R Iizuka the Ruthless @Darrell Riche +151 R Iname as One @Stephen Tappin +72 R Infernal Kirin @Carl Critchlow +133 C Inner Calm, Outer Strength @Stephen Tappin +105 C Inner Fire @Christopher Moeller +13 U Inner-Chamber Guard @Brian Snõddy +106 C Into the Fray @Paolo Parente +155 U Ivory Crane Netsuke @Greg Hildebrandt +107 R Jiwari, the Earth Aflame @Adam Rex +74 C Kagemaro's Clutch @Pat Lee +73 R Kagemaro, First to Suffer @Adam Rex +41 R Kaho, Minamo Historian @Greg Staples +75 C Kami of Empty Graves @Greg Hildebrandt +42 R Kami of the Crescent Moon @Darrell Riche +134 U Kami of the Tended Garden @Thomas M. Baxa +135 U Kashi-Tribe Elite @Ben Thompson +14 R Kataki, War's Wage @Matt Thompson +76 U Kemuri-Onna @Ittoku +77 U Kiku's Shadow @Pete Venters +43 U Kiri-Onna @Kensuke Okabayashi +15 C Kitsune Bonesetter @Heather Hudson +16 C Kitsune Dawnblade @Carl Critchlow +17 C Kitsune Loreweaver @Eric Polak +18 R Kiyomaro, First to Stand @Kev Walker +78 R Kuon, Ogre Ascendant @Hideaki Takamura +79 C Kuro's Taken @Puddnhead +80 U Locust Miser @Alan Pollack +81 R Maga, Traitor to Mortals @Jim Murray +156 U Manriki-Gusari @Thomas Gianni +136 R Masumaro, First to Live @Adam Rex +137 C Matsu-Tribe Birdstalker @Heather Hudson +82 U Measure of Wickedness @Daren Bader +44 R Meishin, the Mind Cage @Thomas Gianni +19 R Michiko Konda, Truth Seeker @Christopher Moeller +162 R Mikokoro, Center of the Sea @John Avon +45 C Minamo Scrollkeeper @Paolo Parente +163 R Miren, the Moaning Well @Rob Alexander +138 U Molting Skin @Jeremy Jarvis +46 C Moonbow Illusionist @Dan Frazier +20 C Moonwing Moth @Franz Vohwinkel +47 C Murmurs from Beyond @Paolo Parente +83 R Neverending Torment @Thomas Gianni +139 C Nightsoil Kami @Jim Nelson +21 U Nikko-Onna @Shishizaru +157 U O-Naginata @Brian Snõddy +48 C Oboro Breezecaller @Rebecca Guay +49 U Oboro Envoy @Rob Alexander +164 R Oboro, Palace in the Clouds @Rob Alexander +140 C Okina Nightwatch @Heather Hudson +84 R One with Nothing @Jim Nelson +108 U Oni of Wild Places @Mark Tedin +50 C Oppressive Will @Pat Lee +51 U Overwhelming Intellect @Alex Horley-Orlandelli +85 R Pain's Reward @Matt Cavotta +109 C Path of Anger's Flame @Pat Lee +158 R Pithing Needle @Pete Venters +22 C Plow Through Reito @Ron Spencer +23 U Presence of the Wise @Christopher Moeller +24 R Promise of Bunrei @Stephen Tappin +141 C Promised Kannushi @Matt Thompson +25 R Pure Intentions @Randy Gallegos +110 R Rally the Horde @Paolo Parente +86 C Raving Oni-Slave @Eric Polak +87 U Razorjaw Oni @Carl Critchlow +142 R Reki, the History of Kamigawa @Edward P. Beard, Jr. +143 C Rending Vines @Dan Frazier +26 R Reverence @Ittoku +111 C Ronin Cavekeeper @Paolo Parente +27 R Rune-Tail, Kitsune Ascendant @Randy Gallegos +52 U Rushing-Tide Zubera @Mark Brill +53 R Sakashima the Impostor @rk post +144 C Sakura-Tribe Scout @Darrell Riche +145 R Sasaya, Orochi Ascendant @Christopher Moeller +159 R Scroll of Origins @Dany Orizio +54 U Secretkeeper @Ron Spencer +146 R Seed the Land @Anthony S. Waters +147 U Seek the Horizon @Eric Polak +148 R Sekki, Seasons' Guide @Kev Walker +55 U Shape Stealer @Jim Nelson +56 U Shifting Borders @Alex Horley-Orlandelli +88 C Shinen of Fear's Chill @Darrell Riche +57 C Shinen of Flight's Wings @Scott M. Fischer +112 C Shinen of Fury's Fire @Dan Frazier +149 C Shinen of Life's Roar @Matt Cavotta +28 C Shinen of Stars' Light @Jeremy Jarvis +89 C Sink into Takenuma @Pat Lee +90 U Skull Collector @Thomas M. Baxa +113 R Skyfire Kirin @Tsutomu Kawade +114 U Sokenzan Renegade @Alan Pollack +115 C Sokenzan Spellblade @Carl Critchlow +58 R Soramaro, First to Dream @Brian Despain +160 U Soratami Cloud Chariot @Franz Vohwinkel +116 C Spiraling Embers @Chippy +29 C Spiritual Visit @Pete Venters +150 U Stampeding Serow @Edward P. Beard, Jr. +117 U Sunder from Within @Jeff Miracola +118 R Thoughts of Ruin @John Avon +165 R Tomb of Urami @Alex Horley-Orlandelli +30 C Torii Watchward @Jeff Miracola +59 U Trusted Advisor @Jim Nelson +60 R Twincast @Christopher Moeller +119 R Undying Flames @Tsutomu Kawade +161 R Wine of Blood and Iron @Luca Zontini +120 U Yuki-Onna @Hideaki Takamura [tokens] urami diff --git a/forge-gui/res/editions/Scars of Mirrodin Promos.txt b/forge-gui/res/editions/Scars of Mirrodin Promos.txt index aa5500503e1..01d0253140d 100644 --- a/forge-gui/res/editions/Scars of Mirrodin Promos.txt +++ b/forge-gui/res/editions/Scars of Mirrodin Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PSOM [cards] -24 R Tempered Steel -69 R Memoricide -174 U Memnite -205 R Steel Hellkite -223 M Wurmcoil Engine +24 R Tempered Steel @jD +*69 R Memoricide @Erica Yang +174 U Memnite @rk post +205★ R Steel Hellkite @Jaime Jones +223★ M Wurmcoil Engine @Raymond Swanland diff --git a/forge-gui/res/editions/Scars of Mirrodin.txt b/forge-gui/res/editions/Scars of Mirrodin.txt index b2c76d343b6..0a2ff98d77b 100644 --- a/forge-gui/res/editions/Scars of Mirrodin.txt +++ b/forge-gui/res/editions/Scars of Mirrodin.txt @@ -13,255 +13,255 @@ ChaosDraftThemes=MIRRODIN ScryfallCode=SOM [cards] -1 U Abuna Acolyte -136 C Accorder's Shield -108 U Acid Web Spider -109 C Alpha Tyrranax -81 U Arc Trail -28 R Argent Sphinx -137 R Argentum Armor -2 C Arrest -110 R Asceticism -82 C Assault Strobe -3 U Auriok Edgewright -138 C Auriok Replica -4 C Auriok Sunchaser -139 U Barbed Battlegear -83 U Barrage Ogre -111 U Bellowing Tanglewurm -224 R Blackcleave Cliffs -54 C Blackcleave Goblin -84 C Blade-Tribe Berserkers -140 C Bladed Pinions -55 C Bleak Coven Vampires -112 C Blight Mamba -56 C Blistergrub -85 U Bloodshot Trainee -113 C Blunt the Assault -29 C Bonds of Quicksilver -114 C Carapace Forger -57 R Carnifex Demon -115 U Carrion Call -86 R Cerebral Eruption -141 R Chimeric Mass -142 C Chrome Steed -143 U Clone Shell -144 U Contagion Clasp -145 R Contagion Engine -58 C Contagious Nim -146 C Copper Myr -116 C Copperhorn Scout -225 R Copperline Gorge -147 C Corpse Cur -59 U Corrupted Harvester -148 U Culling Dais -117 C Cystbearer -30 U Darkslick Drake -226 R Darkslick Shores -149 U Darksteel Axe -150 R Darksteel Juggernaut -151 U Darksteel Myr -152 U Darksteel Sentinel -5 U Dispense Justice -31 C Disperse -32 R Dissipation Field -60 C Dross Hopper -153 C Echo Circlet -6 M Elspeth Tirel -87 U Embersmith -118 R Engulfing Slagwurm -154 R Etched Champion -61 U Exsanguinate -120 C Ezuri's Archers -121 R Ezuri's Brigade -119 R Ezuri, Renegade Leader -88 C Ferrovore -89 C Flameborn Hellion -62 U Flesh Allergy -155 C Flight Spellbomb -246 L Forest -246 L Forest -246 L Forest -246 L Forest -7 C Fulgent Distraction -63 C Fume Spitter -90 U Furnace Celebration -91 C Galvanic Blast -122 R Genesis Wave -64 M Geth, Lord of the Vault -8 C Ghalma's Warden -9 U Glimmerpoint Stag -227 C Glimmerpost -10 C Glint Hawk -156 C Glint Hawk Idol -92 C Goblin Gaveleer -157 C Gold Myr -158 C Golden Urn -159 U Golem Artisan -160 C Golem Foundry -161 U Golem's Heart -162 U Grafted Exoskeleton -33 R Grand Architect -65 C Grasp of Darkness -163 R Grindclock -34 U Halt Order -66 R Hand of the Praetors -164 U Heavy Arbalest -93 R Hoard-Smelter Dragon -165 C Horizon Spellbomb -67 U Ichor Rats -166 C Ichorclaw Myr -11 M Indomitable Archangel -35 R Inexorable Tide -167 U Infiltration Lens -68 C Instill Infection -168 C Iron Myr -235 L Island -235 L Island -235 L Island -235 L Island -13 C Kemba's Skyguard -12 R Kemba, Kha Regent -94 M Koth of the Hammer -169 R Kuldotha Forgemaster -95 R Kuldotha Phoenix -96 C Kuldotha Rebirth -170 C Leaden Myr -14 R Leonin Arbiter -123 M Liege of the Tangle -124 U Lifesmith -171 U Liquimetal Coating -172 R Livewire Lash -15 C Loxodon Wayfarer -36 C Lumengrid Drake -173 M Lux Cannon -97 C Melt Terrain -174 U Memnite -69 R Memoricide -175 R Mimic Vat -176 M Mindslaver -125 C Molder Beast -98 R Molten Psyche -177 M Molten-Tail Masticore -70 C Moriok Reaver -178 C Moriok Replica -242 L Mountain -242 L Mountain -242 L Mountain -242 L Mountain -179 M Mox Opal -180 R Myr Battlesphere -181 U Myr Galvanizer -182 R Myr Propagator -183 R Myr Reservoir -16 U Myrsmith -184 C Necrogen Censer -71 U Necrogen Scudder -185 U Necropede -72 R Necrotic Ooze -37 C Neurok Invisimancer -186 C Neurok Replica -187 C Nihil Spellbomb -188 R Nim Deathmantle -99 U Ogre Geargrabber -189 C Origin Spellbomb -100 C Oxidda Daredevil -101 U Oxidda Scrapmelter -73 R Painful Quandary -74 U Painsmith -190 U Palladium Myr -191 C Panic Spellbomb -192 C Perilous Myr -75 C Plague Stinger -233 L Plains -233 L Plains -233 L Plains -233 L Plains -38 C Plated Seastrider -193 M Platinum Emperion -194 R Precursor Golem -195 R Prototype Portal -76 C Psychic Miasma -126 R Putrefax -39 M Quicksilver Gargantuan -196 R Ratchet Bomb -17 U Razor Hippogriff -197 C Razorfield Thresher -228 R Razorverge Thicket -77 C Relic Putrescence -18 C Revoke Existence -40 U Riddlesmith -198 U Rust Tick -199 U Rusted Relic -200 C Saberclaw Golem -19 C Salvage Scout -102 C Scoria Elemental -41 C Scrapdiver Serpent -42 C Screeching Silcaw -229 R Seachrome Coast -20 C Seize the Initiative -201 R Semblance Anvil -43 R Shape Anew -103 C Shatter -202 C Silver Myr -78 U Skinrender -79 M Skithiryx, the Blight Dragon -44 C Sky-Eel School -127 U Slice in Twain -203 C Snapsail Glider -204 C Soliton -21 C Soul Parry -104 R Spikeshot Elder -45 C Steady Progress -205 R Steel Hellkite -46 C Stoic Rebuttal -206 R Strata Scythe -207 C Strider Harness -22 R Sunblast Angel -23 C Sunspear Shikari -241 L Swamp -241 L Swamp -241 L Swamp -241 L Swamp -208 M Sword of Body and Mind -209 C Sylvok Lifestaff -210 C Sylvok Replica -80 C Tainted Strike -128 U Tangle Angler -129 C Tel-Jilad Defiance -130 C Tel-Jilad Fallen -24 R Tempered Steel -211 U Throne of Geth -47 U Thrummingbird -212 R Tower of Calamities -213 U Trigon of Corruption -214 U Trigon of Infestation -215 U Trigon of Mending -216 U Trigon of Rage -217 U Trigon of Thought -48 U Trinket Mage -25 R True Conviction -218 C Tumble Magnet -105 R Tunnel Ignus -49 C Turn Aside -106 C Turn to Slag -50 U Twisted Image -131 C Untamed Might -51 C Vault Skyward -219 C Vector Asp -52 C Vedalken Certarch -220 R Venser's Journal -135 M Venser, the Sojourner -26 U Vigil for the Lost -132 U Viridian Revel -53 U Volition Reins -107 C Vulshok Heartstoker -221 C Vulshok Replica -222 C Wall of Tanglecord -27 C Whitesun's Passage -133 C Wing Puncture -134 C Withstand Death -223 M Wurmcoil Engine +1 U Abuna Acolyte @Igor Kieryluk +136 C Accorder's Shield @Alan Pollack +108 U Acid Web Spider @Austin Hsu +109 C Alpha Tyrranax @Dave Kendall +81 U Arc Trail @Marc Simonetti +28 R Argent Sphinx @Chris Rahn +137 R Argentum Armor @Matt Cavotta +2 C Arrest @Daarken +110 R Asceticism @Daarken +82 C Assault Strobe @Kev Walker +3 U Auriok Edgewright @Mike Bierek +138 C Auriok Replica @Zoltan Boros & Gabor Szikszai +4 C Auriok Sunchaser @James Ryman +139 U Barbed Battlegear @Steve Argyle +83 U Barrage Ogre @David Rapoza +111 U Bellowing Tanglewurm @jD +224 R Blackcleave Cliffs @Dave Kendall +54 C Blackcleave Goblin @Nils Hamm +84 C Blade-Tribe Berserkers @Kev Walker +140 C Bladed Pinions @Steve Argyle +55 C Bleak Coven Vampires @Randis Albion +112 C Blight Mamba @Drew Baker +56 C Blistergrub @Daarken +85 U Bloodshot Trainee @Matt Stewart +113 C Blunt the Assault @Matt Stewart +29 C Bonds of Quicksilver @Steven Belledin +114 C Carapace Forger @Matt Cavotta +57 R Carnifex Demon @Aleksi Briclot +115 U Carrion Call @Adrian Smith +86 R Cerebral Eruption @Kev Walker +141 R Chimeric Mass @David Palumbo +142 C Chrome Steed @Jana Schirmer & Johannes Voss +143 U Clone Shell @Volkan Baǵa +144 U Contagion Clasp @Anthony Palumbo +145 R Contagion Engine @Daarken +58 C Contagious Nim @Efrem Palacios +146 C Copper Myr @Alan Pollack +116 C Copperhorn Scout @Shelly Wan +225 R Copperline Gorge @Zoltan Boros & Gabor Szikszai +147 C Corpse Cur @Pete Venters +59 U Corrupted Harvester @Nils Hamm +148 U Culling Dais @Anthony Palumbo +117 C Cystbearer @Kev Walker +30 U Darkslick Drake @Chippy +226 R Darkslick Shores @Charles Urbach +149 U Darksteel Axe @Daniel Ljunggren +150 R Darksteel Juggernaut @Randis Albion +151 U Darksteel Myr @Randis Albion +152 U Darksteel Sentinel @Erica Yang +5 U Dispense Justice @Austin Hsu +31 C Disperse @Adrian Smith +32 R Dissipation Field @Matt Cavotta +60 C Dross Hopper @Dave Allsop +153 C Echo Circlet @Daarken +6 M Elspeth Tirel @Michael Komarck +87 U Embersmith @Eric Deschamps +118 R Engulfing Slagwurm @Jaime Jones +154 R Etched Champion @Matt Cavotta +61 U Exsanguinate @Carl Critchlow +120 C Ezuri's Archers @Shelly Wan +121 R Ezuri's Brigade @Nic Klein +119 R Ezuri, Renegade Leader @Karl Kopinski +88 C Ferrovore @Austin Hsu +89 C Flameborn Hellion @Aleksi Briclot +62 U Flesh Allergy @Vance Kovacs +155 C Flight Spellbomb @Franz Vohwinkel +246 L Forest @Mark Tedin +247 L Forest @Mark Tedin +248 L Forest @Mark Tedin +249 L Forest @Mark Tedin +7 C Fulgent Distraction @Nic Klein +63 C Fume Spitter @Nils Hamm +90 U Furnace Celebration @Svetlin Velinov +91 C Galvanic Blast @Marc Simonetti +122 R Genesis Wave @James Paick +64 M Geth, Lord of the Vault @Whit Brachna +8 C Ghalma's Warden @Mike Bierek +9 U Glimmerpoint Stag @Ryan Pancoast +227 C Glimmerpost @Matt Cavotta +10 C Glint Hawk @Dave Allsop +156 C Glint Hawk Idol @Dave Allsop +92 C Goblin Gaveleer @Svetlin Velinov +157 C Gold Myr @Alan Pollack +158 C Golden Urn @Charles Urbach +159 U Golem Artisan @Nic Klein +160 C Golem Foundry @Nic Klein +161 U Golem's Heart @Matt Cavotta +162 U Grafted Exoskeleton @Allen Williams +33 R Grand Architect @Steven Belledin +65 C Grasp of Darkness @Johann Bodin +163 R Grindclock @Nils Hamm +34 U Halt Order @Izzy +66 R Hand of the Praetors @Izzy +164 U Heavy Arbalest @David Rapoza +93 R Hoard-Smelter Dragon @Eric Deschamps +165 C Horizon Spellbomb @Franz Vohwinkel +67 U Ichor Rats @Matt Stewart +166 C Ichorclaw Myr @Eric Deschamps +11 M Indomitable Archangel @Allen Williams +35 R Inexorable Tide @Dave Kendall +167 U Infiltration Lens @Izzy +68 C Instill Infection @Chris Rahn +168 C Iron Myr @Alan Pollack +234 L Island @Jung Park +235 L Island @Jung Park +236 L Island @Jung Park +237 L Island @Jung Park +13 C Kemba's Skyguard @Whit Brachna +12 R Kemba, Kha Regent @Todd Lockwood +94 M Koth of the Hammer @Jason Chan +169 R Kuldotha Forgemaster @jD +95 R Kuldotha Phoenix @Mike Bierek +96 C Kuldotha Rebirth @Goran Josic +170 C Leaden Myr @Alan Pollack +14 R Leonin Arbiter @Shelly Wan +123 M Liege of the Tangle @Jason Chan +124 U Lifesmith @Eric Deschamps +171 U Liquimetal Coating @Johann Bodin +172 R Livewire Lash @Daniel Ljunggren +15 C Loxodon Wayfarer @Steven Belledin +36 C Lumengrid Drake @Johann Bodin +173 M Lux Cannon @Martina Pilcerova +97 C Melt Terrain @John Avon +174 U Memnite @Svetlin Velinov +69 R Memoricide @James Ryman +175 R Mimic Vat @Matt Cavotta +176 M Mindslaver @Volkan Baǵa +125 C Molder Beast @Randis Albion +98 R Molten Psyche @Ryan Yee +177 M Molten-Tail Masticore @Whit Brachna +70 C Moriok Reaver @Marc Simonetti +178 C Moriok Replica @Zoltan Boros & Gabor Szikszai +242 L Mountain @Tomasz Jedruszek +243 L Mountain @Tomasz Jedruszek +244 L Mountain @Tomasz Jedruszek +245 L Mountain @Tomasz Jedruszek +179 M Mox Opal @Volkan Baǵa +180 R Myr Battlesphere @Franz Vohwinkel +181 U Myr Galvanizer @Greg Staples +182 R Myr Propagator @Ryan Pancoast +183 R Myr Reservoir @Jung Park +16 U Myrsmith @Eric Deschamps +184 C Necrogen Censer @Pete Venters +71 U Necrogen Scudder @Raymond Swanland +185 U Necropede @Nic Klein +72 R Necrotic Ooze @James Ryman +37 C Neurok Invisimancer @Izzy +186 C Neurok Replica @Zoltan Boros & Gabor Szikszai +187 C Nihil Spellbomb @Franz Vohwinkel +188 R Nim Deathmantle @Karl Kopinski +99 U Ogre Geargrabber @David Rapoza +189 C Origin Spellbomb @Franz Vohwinkel +100 C Oxidda Daredevil @Pete Venters +101 U Oxidda Scrapmelter @Igor Kieryluk +73 R Painful Quandary @Whit Brachna +74 U Painsmith @Eric Deschamps +190 U Palladium Myr @Alan Pollack +191 C Panic Spellbomb @Franz Vohwinkel +192 C Perilous Myr @Jason Felix +75 C Plague Stinger @Ryan Pancoast +230 L Plains @James Paick +231 L Plains @James Paick +232 L Plains @James Paick +233 L Plains @James Paick +38 C Plated Seastrider @Izzy +193 M Platinum Emperion @Chris Rahn +194 R Precursor Golem @Chippy +195 R Prototype Portal @Drew Baker +76 C Psychic Miasma @Svetlin Velinov +126 R Putrefax @Steven Belledin +39 M Quicksilver Gargantuan @Steven Belledin +196 R Ratchet Bomb @Austin Hsu +17 U Razor Hippogriff @David Rapoza +197 C Razorfield Thresher @Karl Kopinski +228 R Razorverge Thicket @James Paick +77 C Relic Putrescence @Allen Williams +18 C Revoke Existence @Allen Williams +40 U Riddlesmith @Eric Deschamps +198 U Rust Tick @Carl Critchlow +199 U Rusted Relic @Igor Kieryluk +200 C Saberclaw Golem @Mike Bierek +19 C Salvage Scout @Randis Albion +102 C Scoria Elemental @Karl Kopinski +41 C Scrapdiver Serpent @Adrian Smith +42 C Screeching Silcaw @Mike Bierek +229 R Seachrome Coast @Lars Grant-West +20 C Seize the Initiative @Steve Argyle +201 R Semblance Anvil @Dan Scott +43 R Shape Anew @Zoltan Boros & Gabor Szikszai +103 C Shatter @jD +202 C Silver Myr @Alan Pollack +78 U Skinrender @David Rapoza +79 M Skithiryx, the Blight Dragon @Chippy +44 C Sky-Eel School @Daniel Ljunggren +127 U Slice in Twain @Efrem Palacios +203 C Snapsail Glider @Efrem Palacios +204 C Soliton @Jason Felix +21 C Soul Parry @Igor Kieryluk +104 R Spikeshot Elder @Izzy +45 C Steady Progress @Efrem Palacios +205 R Steel Hellkite @James Paick +46 C Stoic Rebuttal @Chris Rahn +206 R Strata Scythe @Scott Chou +207 C Strider Harness @Matt Stewart +22 R Sunblast Angel @Jason Chan +23 C Sunspear Shikari @Allen Williams +238 L Swamp @Lars Grant-West +239 L Swamp @Lars Grant-West +240 L Swamp @Lars Grant-West +241 L Swamp @Lars Grant-West +208 M Sword of Body and Mind @Chris Rahn +209 C Sylvok Lifestaff @Martina Pilcerova +210 C Sylvok Replica @Zoltan Boros & Gabor Szikszai +80 C Tainted Strike @James Ryman +128 U Tangle Angler @Igor Kieryluk +129 C Tel-Jilad Defiance @Goran Josic +130 C Tel-Jilad Fallen @James Ryman +24 R Tempered Steel @Wayne Reynolds +211 U Throne of Geth @Jana Schirmer & Johannes Voss +47 U Thrummingbird @Efrem Palacios +212 R Tower of Calamities @Aleksi Briclot +213 U Trigon of Corruption @Nils Hamm +214 U Trigon of Infestation @Dave Allsop +215 U Trigon of Mending @Igor Kieryluk +216 U Trigon of Rage @Marc Simonetti +217 U Trigon of Thought @Mike Bierek +48 U Trinket Mage @Scott Chou +25 R True Conviction @Svetlin Velinov +218 C Tumble Magnet @Drew Baker +105 R Tunnel Ignus @Scott Chou +49 C Turn Aside @Shelly Wan +106 C Turn to Slag @Zoltan Boros & Gabor Szikszai +50 U Twisted Image @Izzy +131 C Untamed Might @Erica Yang +51 C Vault Skyward @Dan Scott +219 C Vector Asp @Erica Yang +52 C Vedalken Certarch @Karl Kopinski +220 R Venser's Journal @Christopher Moeller +135 M Venser, the Sojourner @Eric Deschamps +26 U Vigil for the Lost @Igor Kieryluk +132 U Viridian Revel @rk post +53 U Volition Reins @Svetlin Velinov +107 C Vulshok Heartstoker @Shelly Wan +221 C Vulshok Replica @Zoltan Boros & Gabor Szikszai +222 C Wall of Tanglecord @Vance Kovacs +27 C Whitesun's Passage @John Avon +133 C Wing Puncture @jD +134 C Withstand Death @Tomasz Jedruszek +223 M Wurmcoil Engine @Raymond Swanland [tokens] w_2_2_cat diff --git a/forge-gui/res/editions/Scourge Promos.txt b/forge-gui/res/editions/Scourge Promos.txt index e0618d4da5a..9b50290bfaa 100644 --- a/forge-gui/res/editions/Scourge Promos.txt +++ b/forge-gui/res/editions/Scourge Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PSCG [cards] -74 R Soul Collector +74 R Soul Collector @Matthew D. Wilson diff --git a/forge-gui/res/editions/Scourge.txt b/forge-gui/res/editions/Scourge.txt index 48b016a92c1..6f3c32850c9 100644 --- a/forge-gui/res/editions/Scourge.txt +++ b/forge-gui/res/editions/Scourge.txt @@ -14,149 +14,149 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=SCG [cards] -109 C Accelerated Mutation -1 R Ageless Sentinels -110 U Alpha Status -111 R Ambush Commander -112 R Ancient Ooze -28 U Aphetto Runecaster -140 U Ark of Blight -2 C Astral Steel -3 C Aven Farseer -4 C Aven Liberator -136 R Bladewing the Risen -55 U Bladewing's Thrall -82 C Bonethorn Valesk -29 U Brain Freeze -113 C Break Asunder -56 R Cabal Conditioning -57 U Cabal Interrogator -58 R Call to the Grave -83 U Carbonize -59 C Carrion Feeder -84 C Chartooth Cougar -60 U Chill Haunting -114 U Claws of Wirewood -61 C Clutch of Undeath -30 C Coast Watcher -62 R Consumptive Goo -5 C Daru Spiritualist -6 U Daru Warchief -7 R Dawn Elemental -31 R Day of the Dragons -63 C Death's-Head Buzzard -85 R Decree of Annihilation -8 R Decree of Justice -64 R Decree of Pain -115 R Decree of Savagery -32 R Decree of Silence -9 R Dimensional Breach -33 C Dispersal Shield -116 C Divergent Growth -86 C Dragon Breath -117 C Dragon Fangs -87 R Dragon Mage -10 C Dragon Scales -65 C Dragon Shadow -88 R Dragon Tyrant -34 C Dragon Wings -89 U Dragonspeaker Shaman -11 U Dragonstalker -90 R Dragonstorm -137 U Edgewalker -118 U Elvish Aberration -91 U Enrage -12 R Eternal Dragon -13 R Exiled Doomsayer -92 U Extra Arms -35 R Faces of the Past -66 U Fatal Mutation -119 C Fierce Empath -67 R Final Punishment -14 R Force Bubble -120 R Forgotten Ancient -93 R Form of the Dragon -15 C Frontline Strategist -36 C Frozen Solid -16 U Gilded Light -94 C Goblin Brigand -95 U Goblin Psychopath -96 C Goblin War Strike -97 U Goblin Warchief -98 R Grip of Chaos -17 C Guilty Conscience -37 C Hindering Touch -121 U Hunting Pack -18 U Karona's Zealot -138 R Karona, False God -122 C Krosan Drover -123 U Krosan Warchief -124 U Kurgadon -68 R Lethal Vapors -69 C Lingering Death -38 U Long-Term Plans -39 C Mercurial Kite -40 U Metamorphose -41 R Mind's Desire -42 R Mischievous Quanar -99 C Misguided Rage -43 U Mistform Warchief -70 R Nefashu -19 C Noble Templar -125 U One with Nature -44 R Parallel Thoughts -45 U Pemmin's Aura -126 R Primitive Etchings -141 U Proteus Machine -71 U Putrid Raptor -100 U Pyrostatic Pillar -20 U Rain of Blades -46 C Raven Guild Initiate -47 R Raven Guild Master -72 C Reaping the Graves -21 C Recuperate -22 U Reward the Faithful -48 U Riptide Survivor -101 C Rock Jockey -127 R Root Elemental -49 C Rush of Knowledge -102 C Scattershot -50 C Scornful Egotist -51 C Shoreline Ranger -103 R Siege-Gang Commander -23 U Silver Knight -104 U Skirk Volcanist -73 C Skulltap -139 R Sliver Overlord -74 R Soul Collector -105 C Spark Spray -128 C Sprouting Vines -142 R Stabilizer -52 R Stifle -106 R Sulfuric Vortex -143 U Temple of the False God -53 C Temporal Fissure -75 U Tendrils of Agony -54 U Thundercloud Elemental -129 C Titanic Bulvox -107 C Torrent of Fire -24 R Trap Digger -130 C Treetop Scout -76 C Twisted Abomination -77 C Unburden -108 C Uncontrolled Infestation -78 U Undead Warchief -79 U Unspeakable Symbol -131 R Upwelling -80 C Vengeful Dead -25 U Wing Shards -26 C Wipe Clean -132 C Wirewood Guardian -133 U Wirewood Symbiote -134 C Woodcloaker -135 R Xantid Swarm -27 C Zealous Inquisitor -81 C Zombie Cutthroat +109 C Accelerated Mutation @Edward P. Beard, Jr. +1 R Ageless Sentinels @Tony Szczudlo +110 U Alpha Status @Darrell Riche +111 R Ambush Commander @Darrell Riche +112 R Ancient Ooze @Erica Gassalasca-Jape +28 U Aphetto Runecaster @Scott M. Fischer +140 U Ark of Blight @David Martin +2 C Astral Steel @Matt Cavotta +3 C Aven Farseer @Luca Zontini +4 C Aven Liberator @Brian Snõddy +136 R Bladewing the Risen @Kev Walker +55 U Bladewing's Thrall @Kev Walker +82 C Bonethorn Valesk @Alan Pollack +29 U Brain Freeze @Tim Hildebrandt +113 C Break Asunder @Jim Nelson +56 R Cabal Conditioning @Scott M. Fischer +57 U Cabal Interrogator @Tony Szczudlo +58 R Call to the Grave @Daren Bader +83 U Carbonize @Alex Horley-Orlandelli +59 C Carrion Feeder @Brian Snõddy +84 C Chartooth Cougar @Tony Szczudlo +60 U Chill Haunting @Brian Snõddy +114 U Claws of Wirewood @Tony Szczudlo +61 C Clutch of Undeath @Greg Hildebrandt +30 C Coast Watcher @Luca Zontini +62 R Consumptive Goo @Carl Critchlow +5 C Daru Spiritualist @Dave Dorman +6 U Daru Warchief @Tim Hildebrandt +7 R Dawn Elemental @Anthony S. Waters +31 R Day of the Dragons @Matthew D. Wilson +63 C Death's-Head Buzzard @Marcelo Vignali +85 R Decree of Annihilation @John Avon +8 R Decree of Justice @Adam Rex +64 R Decree of Pain @Carl Critchlow +115 R Decree of Savagery @Alex Horley-Orlandelli +32 R Decree of Silence @Adam Rex +9 R Dimensional Breach @Dave Dorman +33 C Dispersal Shield @Dave Dorman +116 C Divergent Growth @Rob Alexander +86 C Dragon Breath @Greg Staples +117 C Dragon Fangs @Carl Critchlow +87 R Dragon Mage @Matthew D. Wilson +10 C Dragon Scales @Darrell Riche +65 C Dragon Shadow @Kev Walker +88 R Dragon Tyrant @Kev Walker +34 C Dragon Wings @Darrell Riche +89 U Dragonspeaker Shaman @Kev Walker +11 U Dragonstalker @Ron Spencer +90 R Dragonstorm @Kev Walker +137 U Edgewalker @Ben Thompson +118 U Elvish Aberration @Matt Cavotta +91 U Enrage @Justin Sweet +12 R Eternal Dragon @Justin Sweet +13 R Exiled Doomsayer @Brian Snõddy +92 U Extra Arms @Greg Staples +35 R Faces of the Past @Wayne England +66 U Fatal Mutation @Erica Gassalasca-Jape +119 C Fierce Empath @Alan Pollack +67 R Final Punishment @Matt Thompson +14 R Force Bubble @Alan Pollack +120 R Forgotten Ancient @Mark Tedin +93 R Form of the Dragon @Carl Critchlow +15 C Frontline Strategist @Christopher Moeller +36 C Frozen Solid @Glen Angus +16 U Gilded Light @John Avon +94 C Goblin Brigand @Arnie Swekel +95 U Goblin Psychopath @Pete Venters +96 C Goblin War Strike @Pete Venters +97 U Goblin Warchief @Greg Hildebrandt & Tim Hildebrandt +98 R Grip of Chaos @Mark Tedin +17 C Guilty Conscience @Christopher Moeller +37 C Hindering Touch @Glen Angus +121 U Hunting Pack @Jim Nelson +18 U Karona's Zealot @Alan Pollack +138 R Karona, False God @Matthew D. Wilson +122 C Krosan Drover @Arnie Swekel +123 U Krosan Warchief @Greg Hildebrandt +124 U Kurgadon @Carl Critchlow +68 R Lethal Vapors @John Avon +69 C Lingering Death @Matt Thompson +38 U Long-Term Plans @Ben Thompson +39 C Mercurial Kite @Richard Sardinha +40 U Metamorphose @Ron Spencer +41 R Mind's Desire @Ron Spencer +42 R Mischievous Quanar @Lars Grant-West +99 C Misguided Rage @Michael Sutfin +43 U Mistform Warchief @Greg Hildebrandt +70 R Nefashu @rk post +19 C Noble Templar @Alex Horley-Orlandelli +125 U One with Nature @Daren Bader +44 R Parallel Thoughts @Ben Thompson +45 U Pemmin's Aura @Greg Staples +126 R Primitive Etchings @David Martin +141 U Proteus Machine @Greg Staples +71 U Putrid Raptor @Pete Venters +100 U Pyrostatic Pillar @Pete Venters +20 U Rain of Blades @Rob Alexander +46 C Raven Guild Initiate @Christopher Moeller +47 R Raven Guild Master @Kev Walker +72 C Reaping the Graves @Ron Spencer +21 C Recuperate @Tim Hildebrandt +22 U Reward the Faithful @Matt Cavotta +48 U Riptide Survivor @Thomas M. Baxa +101 C Rock Jockey @Glen Angus +127 R Root Elemental @Anthony S. Waters +49 C Rush of Knowledge @Eric Peterson +102 C Scattershot @Glen Angus +50 C Scornful Egotist @Jim Nelson +51 C Shoreline Ranger @Michael Sutfin +103 R Siege-Gang Commander @Christopher Moeller +23 U Silver Knight @Eric Peterson +104 U Skirk Volcanist @Matt Cavotta +73 C Skulltap @Adam Rex +139 R Sliver Overlord @Tony Szczudlo +74 R Soul Collector @Matthew D. Wilson +105 C Spark Spray @Pete Venters +128 C Sprouting Vines @John Avon +142 R Stabilizer @David Martin +52 R Stifle @Dany Orizio +106 R Sulfuric Vortex @Greg Staples +143 U Temple of the False God @Brian Snõddy +53 C Temporal Fissure @Edward P. Beard, Jr. +75 U Tendrils of Agony @Pete Venters +54 U Thundercloud Elemental @Anthony S. Waters +129 C Titanic Bulvox @Wayne England +107 C Torrent of Fire @Thomas M. Baxa +24 R Trap Digger @Christopher Moeller +130 C Treetop Scout @Alan Pollack +76 C Twisted Abomination @Daren Bader +77 C Unburden @Wayne England +108 C Uncontrolled Infestation @Tony Szczudlo +78 U Undead Warchief @Greg Hildebrandt +79 U Unspeakable Symbol @Arnie Swekel +131 R Upwelling @John Avon +80 C Vengeful Dead @Alex Horley-Orlandelli +25 U Wing Shards @Daren Bader +26 C Wipe Clean @Arnie Swekel +132 C Wirewood Guardian @Mark Tedin +133 U Wirewood Symbiote @Thomas M. Baxa +134 C Woodcloaker @Jim Nelson +135 R Xantid Swarm @David Martin +27 C Zealous Inquisitor @Wayne England +81 C Zombie Cutthroat @Thomas M. Baxa [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Secret Lair Drop Series.txt b/forge-gui/res/editions/Secret Lair Drop Series.txt index f672a1f7a05..945538eb892 100644 --- a/forge-gui/res/editions/Secret Lair Drop Series.txt +++ b/forge-gui/res/editions/Secret Lair Drop Series.txt @@ -8,320 +8,319 @@ Type=Collector_Edition ScryfallCode=SLD [cards] -1 R Snow-Covered Plains -2 R Snow-Covered Island -3 R Snow-Covered Swamp -4 R Snow-Covered Mountain -5 R Snow-Covered Forest -6 R Bloodghast -7 R Golgari Thug -8 R Life from the Loam -9 M Reaper King -10 M Sliver Overlord -11 M The Ur-Dragon -12 M Bitterblossom -17 R Goblin Bushwhacker -18 R Goblin Sharpshooter -19 R Goblin King -20 R Goblin Lackey -21 R Goblin Piledriver -22 R Leonin Warleader -23 R Regal Caracal -24 R Qasali Slingers -25 M Arahbo, Roar of the World -26 M Mirri, Weatherlight Duelist -29 R Serum Visions -30 R Serum Visions -31 R Serum Visions -32 R Serum Visions -33 R Ink-Eyes, Servant of Oni -34 R Marrow-Gnawer -35 R Pack Rat -36 R Rat Colony -37 R Thalia, Guardian of Thraben -38 R Thalia, Guardian of Thraben -39 R Thalia, Guardian of Thraben -40 R Thalia, Guardian of Thraben -41 R Spell Pierce -42 R Blood Artist -43 R Eternal Witness -44 R Pithing Needle -45 R Inkmoth Nexus -51 M Captain Sisay -52 M Meren of Clan Nel Toth -53 M Narset, Enlightened Master -54 M Oona, Queen of the Fae -55 M Saskia the Unyielding -56 R Arcbound Ravager -57 M Darksteel Colossus -58 R Walking Ballista -59 R Squire -60 R Storm Crow -61 R Goblin Snowman -62 R Mudhole -63 R Plains -64 R Island -65 R Swamp -66 R Mountain -67 R Forest -68 M Heliod, God of the Sun -69 M Karametra, God of Harvests -70 M Iroas, God of Victory -71 M Thassa, God of the Sea -72 M Ephara, God of the Polis -73 M Kruphix, God of Horizons -74 M Erebos, God of the Dead -75 M Phenax, God of Deception -76 M Athreos, God of Passage -77 M Purphoros, God of the Forge -78 M Mogis, God of Slaughter -79 M Keranos, God of Storms -80 M Nylea, God of the Hunt -81 M Xenagos, God of Revels -82 M Pharika, God of Affliction -83 R Lightning Bolt -84 R Lightning Bolt -85 R Lightning Bolt -86 R Lightning Bolt -87 M Ajani Steadfast -88 M Domri Rade -89 M Tamiyo, Field Researcher -90 M Vraska, Golgari Queen -91 R Swan Song -92 R Birds of Paradise -93 R Gilded Goose -94 R Baleful Strix -95 R Dovescape -96 R Rest in Peace -97 R Dig Through Time -98 R Ancient Grudge -99 R Lightning Greaves -100 R Plains -101 R Plains -102 R Island -103 R Island -104 R Swamp -105 R Swamp -106 R Mountain -107 R Mountain -108 R Forest -109 R Forest -110 R Swords to Plowshares -111 R Opt -112 R Fatal Push -113 R Anger of the Gods -114 R Explore -115 R Glen Elendra Archmage -116 R Mistbind Clique -117 R Spellstutter Sprite -118 M Vendilion Clique -119 R Swamp -120 R Sower of Temptation -121 R Damnation -122 R Enchanted Evening -123 R Hallowed Fountain -124 R Watery Grave -125 R Blood Crypt -126 R Stomping Ground -127 R Temple Garden -128 R Godless Shrine -129 R Steam Vents -130 R Overgrown Tomb -131 R Sacred Foundry -132 R Breeding Pool -133 R Necrotic Ooze -134 R Acidic Slime -135 R Scavenging Ooze -136 M The Mimeoplasm -137 R Voidslime -138 R Anguished Unmaking -139 R Assassin's Trophy -140 R Decimate -141 R Dreadbore -142 M Thraximundar -143 M Rick, Steadfast Leader -144 M Daryl, Hunter of Walkers -145 M Glenn, the Voice of Calm -146 M Michonne, Ruthless Survivor -147 M Negan, the Cold-Blooded -154 M Admonition Angel -155 R Roil Elemental -156 R Zulaport Cutthroat -157 M Warren Instigator -158 M Avenger of Zendikar -164 R Teferi's Protection -165 M Consecrated Sphinx -166 R Collected Company -167 R Amulet of Vigor -173 M Balance -174 R Brainstorm -175 R Counterspell -176 R Birds of Paradise -177 R Howling Mine -178 R Wasteland -185 R Wrath of God -186 R Preordain -187 R Decree of Pain -188 R Gamble -189 R Nature's Lore -190 R Soul-Scar Mage -191 R Dryad of the Ilysian Grove -192 R Sakura-Tribe Elder -193 R Spell Queller -194 R Metallic Mimic -195 R Chatter of the Squirrel -196 R Krosan Beast -197 R Squirrel Mob -198 R Squirrel Wrangler -199 R Swarmyard -201 R Arcane Signet -202 R Chromatic Lantern -203 R Commander's Sphere -204 R Darksteel Ingot -205 R Gilded Lotus -209 M Elesh Norn, Grand Cenobite -210 M Jin-Gitaxias, Core Augur -211 M Sheoldred, Whispering One -212 M Urabrask the Hidden -213 M Vorinclex, Voice of Hunger -214 M Heliod, Sun-Crowned -215 R Goblin Rabblemaster -216 R Monastery Swiftspear -217 R Boros Charm -218 M Gisela, Blade of Goldnight -220 M Frost Titan -221 M Primeval Titan -222 M Uro, Titan of Nature's Wrath -223 M Grave Titan -224 M Inferno Titan -225 M Kroxa, Titan of Death's Hunger -239 R Plains -240 R Island -241 R Swamp -242 R Mountain -243 R Forest -244 R Shalai, Voice of Plenty -245 R Ponder -246 R Cultivate -247 M Kaya, Ghost Assassin -248 M Teferi, Hero of Dominaria -249 R Sol Ring -250 R Path of Ancestry -254 R Plains -255 R Island -256 R Swamp -257 R Mountain -258 R Forest -268 R All Is Dust -269 R Artifact Mutation -270 R Drown in the Loch -271 R Fire Covenant -272 R Fractured Identity -273 R Fracturing Gust -282 R Mesa Enchantress -283 R Archaeomancer -284 R Bloom Tender -285 R Meteor Golem -286 R Azorius Signet -287 R Dimir Signet -288 R Gruul Signet -289 R Rakdos Signet -290 R Selesnya Signet -291 R Boros Signet -292 R Golgari Signet -293 R Izzet Signet -294 R Orzhov Signet -295 R Simic Signet -296 R Mother of Runes -297 R Mother of Runes -298 R Mother of Runes -299 R Mother of Runes -310 R Unbreakable Formation -311 R Whir of Invention -312 R Hero's Downfall -313 R Impact Tremors -314 R Primal Vigor -315 R Commander's Sphere -501 R Karn, the Great Creator -502 R Ugin, the Ineffable -503 M Gideon Blackblade -504 U Teyo, the Shieldmage -505 U The Wanderer -506 R Jace, Wielder of Mysteries -507 U Kasmina, Enigmatic Mentor -508 U Narset, Parter of Veils -509 U Davriel, Rogue Shadowmage -510 M Liliana, Dreadhorde General -511 U Ob Nixilis, the Hate-Twisted -512 R Chandra, Fire Artisan -513 U Jaya, Venerated Firemage -514 R Sarkhan the Masterless -515 U Tibalt, Rakish Instigator -516 U Arlinn, Voice of the Pack -517 U Jiang Yanggu, Wildcrafter -518 R Nissa, Who Shakes the World -519 R Vivien, Champion of the Wilds -520 R Ajani, the Greathearted -521 R Domri, Anarch of Bolas -522 M Nicol Bolas, Dragon-God -523 R Ral, Storm Conduit -524 R Sorin, Vengeful Bloodlord -525 R Tamiyo, Collector of Tales -526 R Teferi, Time Raveler -527 U Angrath, Captain of Chaos -528 U Ashiok, Dream Render -529 U Dovin, Hand of Control -530 U Huatli, the Sun's Heart -531 U Kaya, Bane of the Dead -532 U Kiora, Behemoth Beckoner -533 U Nahiri, Storm of Stone -534 U Saheeli, Sublime Artificer -535 U Samut, Tyrant Smasher -536 U Vraska, Swarm's Eminence -537 M Tibalt, the Fiend-Blooded -538 R Evolving Wilds -539 R Swamp -540 C Plains -541 C Plains -542 C Plains -543 C Plains -544 C Plains -545 C Plains -546 C Plains -547 C Plains -548 C Island -549 C Island -550 C Island -551 C Island -552 C Island -553 C Island -554 C Island -555 C Island -556 C Swamp -557 C Swamp -558 C Swamp -559 C Swamp -560 C Swamp -561 C Swamp -562 C Swamp -563 C Swamp -564 C Mountain -565 C Mountain -566 C Mountain -567 C Mountain -568 C Mountain -569 C Mountain -570 C Mountain -571 C Mountain -572 C Forest -573 C Forest -574 C Forest -575 C Forest -576 C Forest -577 C Forest -578 C Forest -579 C Forest -581 M Lucille +1 R Snow-Covered Plains @Alayna Danner +2 R Snow-Covered Island @Alayna Danner +3 R Snow-Covered Swamp @Alayna Danner +4 R Snow-Covered Mountain @Alayna Danner +5 R Snow-Covered Forest @Alayna Danner +6 R Bloodghast @Dan Mumford +7 R Golgari Thug @Dan Mumford +8 R Life from the Loam @Dan Mumford +9 M Reaper King @Justine Jones +10 M Sliver Overlord @Justine Jones +11 M The Ur-Dragon @Justine Jones +12 M Bitterblossom @Olena Richards +17 R Goblin Bushwhacker @Mike Uziel +18 R Goblin Sharpshooter @Mike Uziel +19 R Goblin King @Mike Uziel +20 R Goblin Lackey @Mike Uziel +21 R Goblin Piledriver @Mike Uziel +22 R Leonin Warleader @Jakob Eirich +23 R Regal Caracal @Andrea Radeck +24 R Qasali Slingers @Allison Carl +25 M Arahbo, Roar of the World @Erica Williams +26 M Mirri, Weatherlight Duelist @Andrea Radeck +29 R Serum Visions @Kristina Collantes +30 R Serum Visions @DXTR +31 R Serum Visions @Lauren YS +32 R Serum Visions @Jaime A. Zuverza +33 R Ink-Eyes, Servant of Oni @JungShan +34 R Marrow-Gnawer @Ravenna Tran +35 R Pack Rat @Fiona Hsieh +36 R Rat Colony @Kisung Koh +37 R Thalia, Guardian of Thraben @Magali Villeneuve +38 R Thalia, Guardian of Thraben @Magali Villeneuve +39 R Thalia, Guardian of Thraben @Johannes Voss +40 R Thalia, Guardian of Thraben @Johannes Voss +41 R Spell Pierce @Joshua Howard +42 R Blood Artist @Joshua Howard +43 R Eternal Witness @Joshua Howard +44 R Pithing Needle @Joshua Howard +45 R Inkmoth Nexus @Joshua Howard +51 M Captain Sisay @Magali Villeneuve +52 M Meren of Clan Nel Toth @Cynthia Sheppard +53 M Narset, Enlightened Master @Livia Prima +54 M Oona, Queen of the Fae @Mila Pesic +55 M Saskia the Unyielding @Anna Steinbauer +56 R Arcbound Ravager @Danny Miller +57 M Darksteel Colossus @Hector Ortiz +58 R Walking Ballista @Bad Flip Productions, Inc. +60 R Storm Crow @Jesper Ejsing +61 R Goblin Snowman @Victor Adame Minguez +62 R Mudhole @Titus Lunter +63 R Plains @Lars Grant-West +64 R Island @Jonas De Ro +65 R Swamp @Lucas Graciano +66 R Mountain @Grzegorz Rutkowski +67 R Forest @Ravenna Tran +68 M Heliod, God of the Sun @Jason A. Engle +69 M Karametra, God of Harvests @Jason A. Engle +70 M Iroas, God of Victory @Jason A. Engle +71 M Thassa, God of the Sea @Jason A. Engle +72 M Ephara, God of the Polis @Jason A. Engle +73 M Kruphix, God of Horizons @Jason A. Engle +74 M Erebos, God of the Dead @Jason A. Engle +75 M Phenax, God of Deception @Jason A. Engle +76 M Athreos, God of Passage @Jason A. Engle +77 M Purphoros, God of the Forge @Jason A. Engle +78 M Mogis, God of Slaughter @Jason A. Engle +79 M Keranos, God of Storms @Jason A. Engle +80 M Nylea, God of the Hunt @Jason A. Engle +81 M Xenagos, God of Revels @Jason A. Engle +82 M Pharika, God of Affliction @Jason A. Engle +83 R Lightning Bolt @Noah Bradley +84 R Lightning Bolt @Brigitte Roka +85 R Lightning Bolt @Robbie Trevino +86 R Lightning Bolt @Alexis Ziritt +87 M Ajani Steadfast @David Rapoza +88 M Domri Rade @Chris Rallis +89 M Tamiyo, Field Researcher @Yeong-Hao Han +90 M Vraska, Golgari Queen @Mike Uziel +91 R Swan Song @Allen Douglas +92 R Birds of Paradise @Ovidio Cartagena +93 R Gilded Goose @Allen Douglas +94 R Baleful Strix @Allen Douglas +95 R Dovescape @Ovidio Cartagena +96 R Rest in Peace @Jakob Eirich +97 R Dig Through Time @Steve Prescott +98 R Ancient Grudge @AlbaBG +99 R Lightning Greaves @Rudy Siswanto +100 R Plains @Bob Ross +101 R Plains @Bob Ross +102 R Island @Bob Ross +103 R Island @Bob Ross +104 R Swamp @Bob Ross +105 R Swamp @Bob Ross +106 R Mountain @Bob Ross +107 R Mountain @Bob Ross +108 R Forest @Bob Ross +109 R Forest @Bob Ross +110 R Swords to Plowshares @Dmitry Burmak +111 R Opt @Jehan Choo +112 R Fatal Push @Matt Dixon +113 R Anger of the Gods @Chuck Lukacs +114 R Explore @Franz Vohwinkel +115 R Glen Elendra Archmage @Rian Gonzales +116 R Mistbind Clique @Maria Abagnale +117 R Spellstutter Sprite @Maria Poliakova +118 M Vendilion Clique @Jen Bartel +119 R Swamp @Seb McKinnon +120 R Sower of Temptation @Seb McKinnon +121 R Damnation @Seb McKinnon +122 R Enchanted Evening @Seb McKinnon +123 R Hallowed Fountain @Ruxing Gao +124 R Watery Grave @Victor Adame Minguez +125 R Blood Crypt @Seb McKinnon +126 R Stomping Ground @Daarken +127 R Temple Garden @Tyler Jacobson +128 R Godless Shrine @Alayna Danner +129 R Steam Vents @John Avon +130 R Overgrown Tomb @Adam Paquette +131 R Sacred Foundry @Magali Villeneuve +132 R Breeding Pool @Aleksi Briclot +133 R Necrotic Ooze @Wizard of Barge +134 R Acidic Slime @Wizard of Barge +135 R Scavenging Ooze @Wizard of Barge +136 M The Mimeoplasm @Wizard of Barge +137 R Voidslime @Wizard of Barge +138 R Anguished Unmaking @Rafal Wechterowicz +139 R Assassin's Trophy @Scott Buoncristiano +140 R Decimate @Illustranesia +141 R Dreadbore @Vance Kelly +142 M Thraximundar @Robbie Trevino +143 M Rick, Steadfast Leader @Jake Murray +144 M Daryl, Hunter of Walkers @Romana Kendelic +145 M Glenn, the Voice of Calm @Paolo Puggioni +146 M Michonne, Ruthless Survivor @Romana Kendelic +147 M Negan, the Cold-Blooded @Jake Murray +154 M Admonition Angel @Anato Finnstark +155 R Roil Elemental @Bastien Grivet +156 R Zulaport Cutthroat @Daniel Lieske +157 M Warren Instigator @Matteo Bassini +158 M Avenger of Zendikar @Dominik Mayer +164 R Teferi's Protection @Kieran Yanner +165 M Consecrated Sphinx @Victor Adame Minguez +166 R Collected Company @Rudy Siswanto +167 R Amulet of Vigor @Eric Wilkerson +173 M Balance @Mark Poole +174 R Brainstorm @Mark Poole +175 R Counterspell @Mark Poole +176 R Birds of Paradise @Mark Poole +177 R Howling Mine @Mark Poole +178 R Wasteland @Mark Poole +185 R Wrath of God @Jermaine Rogers +186 R Preordain @Alexis Ziritt +187 R Decree of Pain @Ian Jepson +188 R Gamble @Sam McKenzie +189 R Nature's Lore @Jeff Soto +190 R Soul-Scar Mage @Fiona Staples +191 R Dryad of the Ilysian Grove @Fiona Staples +192 R Sakura-Tribe Elder @Fiona Staples +193 R Spell Queller @Fiona Staples +194 R Metallic Mimic @Fiona Staples +195 R Chatter of the Squirrel @Ron Spencer +196 R Krosan Beast @Ivan Shavrin +197 R Squirrel Mob @Rudy Siswanto +198 R Squirrel Wrangler @Joy Ang +199 R Swarmyard @Carl Critchlow +201 R Arcane Signet @Dani Pendergast +202 R Chromatic Lantern @Caramelaw +203 R Commander's Sphere @Yosuke Ueno +204 R Darksteel Ingot @Theodoru +205 R Gilded Lotus @Mab Graves +209 M Elesh Norn, Grand Cenobite @Igor Kieryluk +210 M Jin-Gitaxias, Core Augur @Eric Deschamps +211 M Sheoldred, Whispering One @Jana Schirmer & Johannes Voss +212 M Urabrask the Hidden @Brad Rigney +213 M Vorinclex, Voice of Hunger @Karl Kopinski +214 M Heliod, Sun-Crowned @Brandi Milne +215 R Goblin Rabblemaster @Brandi Milne +216 R Monastery Swiftspear @Brandi Milne +217 R Boros Charm @Brandi Milne +218 M Gisela, Blade of Goldnight @Brandi Milne +220 M Frost Titan @Christopher Lovell +221 M Primeval Titan @WolfSkullJack +222 M Uro, Titan of Nature's Wrath @Richard Luong +223 M Grave Titan @GodMachine +224 M Inferno Titan @Dibujante Nocturno +225 M Kroxa, Titan of Death's Hunger @DZO +239 R Plains @Mark Riddick +240 R Island @Mark Riddick +241 R Swamp @Mark Riddick +242 R Mountain @Mark Riddick +243 R Forest @Mark Riddick +244 R Shalai, Voice of Plenty @Ernanda Souza +245 R Ponder @Ejiwa "Edge" Ebenebe +246 R Cultivate @Hillary Wilson +247 M Kaya, Ghost Assassin @Dani Pendergast +248 M Teferi, Hero of Dominaria @KNIIO +249 R Sol Ring @Thomas Zenteno +250 R Path of Ancestry @Julio Reyna +254 R Plains @ +255 R Island @ +256 R Swamp @ +257 R Mountain @ +258 R Forest @ +268 R All Is Dust @Dominik Mayer +269 R Artifact Mutation @Dominik Mayer +270 R Drown in the Loch @Anato Finnstark +271 R Fire Covenant @Rovina Cai +272 R Fractured Identity @Justin Hernandez & Alexis Hernandez +273 R Fracturing Gust @Minttu Hynninen +282 R Mesa Enchantress @Jen Bartel +283 R Archaeomancer @Jen Bartel +284 R Bloom Tender @Jen Bartel +285 R Meteor Golem @Jen Bartel +286 R Azorius Signet @Dan Frazier +287 R Dimir Signet @Dan Frazier +288 R Gruul Signet @Dan Frazier +289 R Rakdos Signet @Dan Frazier +290 R Selesnya Signet @Dan Frazier +291 R Boros Signet @Dan Frazier +292 R Golgari Signet @Dan Frazier +293 R Izzet Signet @Dan Frazier +294 R Orzhov Signet @Dan Frazier +295 R Simic Signet @Dan Frazier +296 R Mother of Runes @Ejiwa "Edge" Ebenebe +297 R Mother of Runes @Rebecca Guay +298 R Mother of Runes @Eliette Mitchell +299 R Mother of Runes @Livia Prima +310 R Unbreakable Formation @Tyler Walpole +311 R Whir of Invention @Tyler Walpole +312 R Hero's Downfall @Tyler Walpole +313 R Impact Tremors @Tyler Walpole +314 R Primal Vigor @Tyler Walpole +315 R Commander's Sphere @Tyler Walpole +501 R Karn, the Great Creator @Wisnu Tan +502 R Ugin, the Ineffable @Daarken +503 M Gideon Blackblade @Kieran Yanner +504 U Teyo, the Shieldmage @Magali Villeneuve +505 U The Wanderer @Wesley Burt +506 R Jace, Wielder of Mysteries @Anna Steinbauer +507 U Kasmina, Enigmatic Mentor @Magali Villeneuve +508 U Narset, Parter of Veils @Magali Villeneuve +509 U Davriel, Rogue Shadowmage @Daarken +510 M Liliana, Dreadhorde General @Chris Rallis +511 U Ob Nixilis, the Hate-Twisted @Yongjae Choi +512 R Chandra, Fire Artisan @Yongjae Choi +513 U Jaya, Venerated Firemage @Yongjae Choi +514 R Sarkhan the Masterless @Kieran Yanner +515 U Tibalt, Rakish Instigator @Chase Stone +516 U Arlinn, Voice of the Pack @Ryan Pancoast +517 U Jiang Yanggu, Wildcrafter @Anna Steinbauer +518 R Nissa, Who Shakes the World @Chris Rallis +519 R Vivien, Champion of the Wilds @Magali Villeneuve +520 R Ajani, the Greathearted @Victor Adame Minguez +521 R Domri, Anarch of Bolas @Raymond Swanland +522 M Nicol Bolas, Dragon-God @Raymond Swanland +523 R Ral, Storm Conduit @Wesley Burt +524 R Sorin, Vengeful Bloodlord @Tommy Arnold +525 R Tamiyo, Collector of Tales @Chase Stone +526 R Teferi, Time Raveler @Chris Rallis +527 U Angrath, Captain of Chaos @Slawomir Maniak +528 U Ashiok, Dream Render @Cynthia Sheppard +529 U Dovin, Hand of Control @Kieran Yanner +530 U Huatli, the Sun's Heart @Lius Lasahido +531 U Kaya, Bane of the Dead @Magali Villeneuve +532 U Kiora, Behemoth Beckoner @Jaime Jones +533 U Nahiri, Storm of Stone @Aleksi Briclot +534 U Saheeli, Sublime Artificer @Wesley Burt +535 U Samut, Tyrant Smasher @Aleksi Briclot +536 U Vraska, Swarm's Eminence @Anna Steinbauer +537 M Tibalt, the Fiend-Blooded @Chase Stone +538 R Evolving Wilds @Bob Ross +539 R Swamp @Seb McKinnon +254 C Plains @ +254 C Plains @ +254 C Plains @ +254 C Plains @ +254 C Plains @ +254 C Plains @ +254 C Plains @ +254 C Plains @ +551 C Island @Piotr Dura +552 C Island @Piotr Dura +555 C Island @Adam Paquette +555 C Island @Adam Paquette +555 C Island @Adam Paquette +555 C Island @Adam Paquette +555 C Island @Adam Paquette +555 C Island @Adam Paquette +557 C Swamp @Piotr Dura +558 C Swamp @Lucas Graciano +560 C Swamp @Titus Lunter +561 C Swamp @Adam Paquette +563 C Swamp @Andreas Rocha +563 C Swamp @Andreas Rocha +563 C Swamp @Andreas Rocha +563 C Swamp @Andreas Rocha +566 C Mountain @Piotr Dura +566 C Mountain @Piotr Dura +566 C Mountain @Piotr Dura +566 C Mountain @Piotr Dura +566 C Mountain @Piotr Dura +566 C Mountain @Piotr Dura +566 C Mountain @Piotr Dura +566 C Mountain @Piotr Dura +572 C Forest @Cliff Childs +573 C Forest @Alayna Danner +573 C Forest @Alayna Danner +573 C Forest @Alayna Danner +573 C Forest @Alayna Danner +573 C Forest @Alayna Danner +573 C Forest @Alayna Danner +573 C Forest @Alayna Danner +581 M Lucille @Jason Felix [tokens] b_1_1_faerie_rogue_flying diff --git a/forge-gui/res/editions/Secret Lair Ultimate Edition.txt b/forge-gui/res/editions/Secret Lair Ultimate Edition.txt index 851227d557b..0a0fb84cb02 100644 --- a/forge-gui/res/editions/Secret Lair Ultimate Edition.txt +++ b/forge-gui/res/editions/Secret Lair Ultimate Edition.txt @@ -6,19 +6,19 @@ Type=Collector_Edition ScryfallCode=SLU [cards] -1 R Marsh Flats -2 R Scalding Tarn -3 R Verdant Catacombs -4 R Arid Mesa -5 R Misty Rainforest -11 R Barkchannel Pathway -12 R Blightstep Pathway -13 R Branchloft Pathway -14 R Brightclimb Pathway -15 R Clearwater Pathway -16 R Cragcrown Pathway -17 R Darkbore Pathway -18 R Hengegate Pathway -19 R Needleverge Pathway -20 R Riverglide Pathway -404 R Blast Zone +1 R Marsh Flats @Alayna Danner +2 R Scalding Tarn @Adam Paquette +3 R Verdant Catacombs @Sam Burley +4 R Arid Mesa @John Avon +5 R Misty Rainforest @Seb McKinnon +11 R Barkchannel Pathway @Johannes Voss +12 R Blightstep Pathway @Grady Frederick +13 R Branchloft Pathway @Donato Giancola +14 R Brightclimb Pathway @Paul Scott Canavan +15 R Clearwater Pathway @Alayna Danner +16 R Cragcrown Pathway @Piotr Dura +17 R Darkbore Pathway @Jokubas Uogintas +18 R Hengegate Pathway @Lucas Staniec +19 R Needleverge Pathway @Adam Paquette +20 R Riverglide Pathway @Yeong-Hao Han +504 R Blast Zone @Chris Ostrowski diff --git a/forge-gui/res/editions/Seventh Edition.txt b/forge-gui/res/editions/Seventh Edition.txt index 32c15961e8e..29d6821b35b 100644 --- a/forge-gui/res/editions/Seventh Edition.txt +++ b/forge-gui/res/editions/Seventh Edition.txt @@ -14,353 +14,353 @@ ChaosDraftThemes=CORE_SET ScryfallCode=7ED [cards] -172 U AEther Flash -115 R Abyssal Horror -116 U Abyssal Specter -325 R Adarkar Wastes -117 U Agonizing Memories -58 U Air Elemental -286 R Aladdin's Ring -229 U Anaconda -59 R Ancestral Memories -230 R Ancient Silverback -1 C Angelic Page -60 U Arcane Laboratory -61 R Archivist -2 U Ardent Militia -173 C Balduvian Barbarians -62 U Baleful Stare -287 R Beast of Burden -174 R Bedlam -118 U Befoul -119 R Bellowing Fiend -63 R Benthic Behemoth -120 U Bereavement -231 R Birds of Paradise -232 U Blanchwood Armor -175 U Blaze -3 R Blessed Reversal -121 C Blood Pet -176 R Bloodshot Cyclops -122 C Bog Imp -123 U Bog Wraith -177 U Boil -64 C Boomerang -4 U Breath of Life -326 R Brushland -233 U Bull Hippo -288 U Caltrops -234 C Canopy Spider -5 U Castle -289 U Charcoal Diamond -6 C Circle of Protection: Black -7 C Circle of Protection: Blue -8 C Circle of Protection: Green -9 C Circle of Protection: Red -10 C Circle of Protection: White -327 R City of Brass -11 C Cloudchaser Eagle -290 R Coat of Arms -235 U Compost -65 U Confiscate -66 C Coral Merfolk -124 C Corrupt -67 C Counterspell -236 U Creeping Mold -178 R Crimson Hellkite -12 C Crossbow Infantry -125 U Crypt Rats -291 U Crystal Rod -126 U Dakmor Lancer -68 R Daring Apprentice -127 C Dark Banishing -128 R Darkest Hour -69 R Deflection -70 R Delusions of Mediocrity -292 R Dingus Egg -13 C Disenchant -179 U Disorder -293 R Disrupting Scepter -129 R Dregs of Sorrow -130 C Drudge Skeletons -131 C Duress -14 C Eager Cadet -237 R Early Harvest -180 R Earthquake -132 R Eastern Paladin -238 R Elder Druid -15 R Elite Archers -239 R Elvish Archers -240 R Elvish Champion -241 U Elvish Lyrist -242 R Elvish Piper -133 U Engineered Plague -294 R Ensnaring Bridge -71 R Equilibrium -72 R Evacuation -134 R Fallen Angel -243 U Familiar Ground -135 C Fear -244 U Femeref Archers -295 R Feroz's Ban -181 R Fervor -73 U Fighting Drake -182 R Final Fortune -296 U Fire Diamond -183 U Fire Elemental -74 R Fleeting Image -75 C Flight -297 R Flying Carpet -245 C Fog -76 C Force Spike -328 L Forest -328 L Forest -328 L Forest -328 L Forest -136 U Foul Imp -137 U Fugue -246 U Fyndhorn Elder -247 U Gang of Elk -16 U Gerrard's Wisdom -184 U Ghitu Fire-Eater -138 C Giant Cockroach -248 C Giant Growth -77 C Giant Octopus -249 C Giant Spider -78 U Glacial Wall -17 R Glorious Anthem -185 C Goblin Chariot -186 C Goblin Digging Team -187 C Goblin Elite Infantry -188 C Goblin Gardener -189 U Goblin Glider -190 R Goblin King -191 U Goblin Matron -192 C Goblin Raider -193 C Goblin Spelunkers -194 U Goblin War Drums -250 C Gorilla Chieftain -298 R Grafted Skullcap -195 C Granite Grip -299 U Grapeshot Catapult -139 C Gravedigger -140 R Greed -251 C Grizzly Bears -18 C Healing Salve -19 U Heavy Ballista -79 U Hibernation -196 C Hill Giant -141 C Hollow Dogs -20 C Holy Strength -21 C Honor Guard -80 C Horned Turtle -142 C Howl from Beyond -300 R Howling Mine -252 R Hurricane -197 R Impatience -143 R Infernal Contract -198 R Inferno -81 C Inspiration -22 R Intrepid Hero -301 U Iron Star -332 L Island -332 L Island -332 L Island -332 L Island -302 U Ivory Cup -303 R Jalum Tome -304 R Jandor's Saddlebags -305 R Jayemdae Tome -336 R Karplusan Forest -23 R Kjeldoran Royal Guard -24 C Knight Errant -25 U Knighthood -199 C Lava Axe -144 U Leshrac's Rite -82 U Levitation -200 C Lightning Blast -201 C Lightning Elemental -253 C Llanowar Elves -254 C Lone Wolf -26 U Longbow Archer -145 C Looming Shade -83 R Lord of Atlantis -255 U Lure -84 R Mahamoti Djinn -85 U Mana Breach -202 R Mana Clash -86 R Mana Short -306 U Marble Diamond -256 R Maro -27 R Master Healer -87 R Mawcor -307 R Meekstone -146 U Megrim -88 C Memory Lapse -89 U Merfolk Looter -90 C Merfolk of the Pearl Trident -257 R Might of Oaks -308 R Millstone -147 C Mind Rot -258 C Monstrous Growth -309 U Moss Diamond -338 L Mountain -338 L Mountain -338 L Mountain -338 L Mountain -259 R Nature's Resurgence -260 R Nature's Revolt -148 C Nausea -149 U Necrologia -150 R Nightmare -151 U Nocturnal Raid -28 R Northern Paladin -203 U Ogre Taskmaster -204 R Okk -91 U Opportunity -92 R Opposition -152 R Oppression -205 U Orcish Artillery -206 U Orcish Oriflamme -153 C Ostracize -29 C Pacifism -30 R Pariah -310 U Patagia Golem -154 R Persecute -93 U Phantom Warrior -311 R Phyrexian Colossus -312 U Phyrexian Hulk -207 U Pillage -313 U Pit Trap -155 C Plague Beetle -343 L Plains -343 L Plains -343 L Plains -343 L Plains -261 U Pride of Lions -94 C Prodigal Sorcerer -31 R Purify -208 C Pygmy Pyrosaur -209 U Pyroclasm -210 U Pyrotechnics -156 R Rag Man -211 C Raging Goblin -157 C Raise Dead -262 C Rampant Growth -32 C Razorfoot Griffin -158 C Razortooth Rats -212 R Reckless Embermage -263 C Reclaim -264 C Redwood Treefolk -213 C Reflexes -265 C Regeneration -214 R Relentless Assault -95 C Remove Soul -33 U Reprisal -159 R Reprocess -160 R Revenant -34 R Reverse Damage -314 U Rod of Ruin -35 R Rolling Stones -266 R Rowen -215 C Sabretooth Tiger -36 R Sacred Ground -37 C Sacred Nectar -96 C Sage Owl -38 C Samite Healer -39 U Sanctimony -161 C Scathe Zombies -267 U Scavenger Folk -97 C Sea Monster -40 U Seasoned Marshal -268 C Seeker of Skybreak -216 R Seismic Assault -162 C Serpent Warrior -41 U Serra Advocate -42 R Serra Angel -43 U Serra's Embrace -269 C Shanodin Dryads -217 C Shatter -44 C Shield Wall -218 R Shivan Dragon -219 C Shock -315 U Sisay's Ring -316 U Sky Diamond -45 C Skyshroud Falcon -98 C Sleight of Hand -163 U Soul Feast -317 U Soul Net -46 R Southern Paladin -318 U Spellbook -270 C Spined Wurm -164 C Spineless Thug -47 U Spirit Link -220 C Spitting Earth -271 C Squall -48 C Standing Troops -49 U Starlight -319 R Static Orb -50 U Staunch Defenders -99 U Steal Artifact -221 C Stone Rain -320 R Storm Cauldron -100 C Storm Crow -222 U Storm Shaman -165 U Strands of Night -272 C Stream of Life -166 R Stronghold Assassin -223 U Sudden Impact -345 R Sulfurous Springs -51 R Sunweb -52 U Sustainer of the Realm -346 L Swamp -346 L Swamp -346 L Swamp -346 L Swamp -167 R Tainted AEther -321 R Teferi's Puzzle Box -101 C Telepathic Spies -102 U Telepathy -103 R Temporal Adept -104 U Thieving Magpie -273 R Thorn Elemental -274 U Thoughtleech -322 U Throne of Bone -105 C Tolarian Winds -275 C Trained Armodon -224 R Trained Orgg -276 C Tranquility -106 U Treasure Trove -277 U Treefolk Seedlings -225 C Tremor -107 C Twiddle -278 R Uktabi Wildcats -350 R Underground River -168 C Unholy Strength -108 C Unsummon -279 U Untamed Wilds -53 C Venerable Monk -54 U Vengeance -280 R Verduran Enchantress -281 R Vernal Bloom -109 C Vigilant Drake -110 R Vizzerdrix -226 C Volcanic Hammer -111 U Wall of Air -169 U Wall of Bone -227 U Wall of Fire -323 U Wall of Spears -55 U Wall of Swords -112 R Wall of Wonder -170 R Western Paladin -282 C Wild Growth -228 R Wildfire -113 U Wind Dancer -114 C Wind Drake -283 U Wing Snare -284 C Wood Elves -324 U Wooden Sphere -56 R Worship -57 R Wrath of God -285 U Yavimaya Enchantress -171 U Yawgmoth's Edict +172 U Aether Flash @Wayne England +115 R Abyssal Horror @Daren Bader +116 U Abyssal Specter @Michael Sutfin +325 R Adarkar Wastes @John Avon +117 U Agonizing Memories @Adam Rex +58 U Air Elemental @Wayne England +286 R Aladdin's Ring @Dave Dorman +229 U Anaconda @John Gallagher +59 R Ancestral Memories @Rebecca Guay +230 R Ancient Silverback @Scott M. Fischer +1 C Angelic Page @Marc Fishman +60 U Arcane Laboratory @Brian Snõddy +61 R Archivist @Donato Giancola +2 U Ardent Militia @Paolo Parente +173 C Balduvian Barbarians @Jim Nelson +62 U Baleful Stare @Eric Peterson +287 R Beast of Burden @Chippy +174 R Bedlam @Ron Spencer +118 U Befoul @Ciruelo +119 R Bellowing Fiend @Chippy +63 R Benthic Behemoth @Heather Hudson +120 U Bereavement @Marc Fishman +231 R Birds of Paradise @Edward P. Beard, Jr. +232 U Blanchwood Armor @Paolo Parente +175 U Blaze @Alex Horley-Orlandelli +3 R Blessed Reversal @Christopher Moeller +121 C Blood Pet @Heather Hudson +176 R Bloodshot Cyclops @Daren Bader +122 C Bog Imp @Carl Critchlow +123 U Bog Wraith @Dave Dorman +177 U Boil @Christopher Moeller +64 C Boomerang @Rebecca Guay +4 U Breath of Life @Roger Raupp +326 R Brushland @Scott Bailey +233 U Bull Hippo @Heather Hudson +288 U Caltrops @Eric Peterson +234 C Canopy Spider @Mike Raabe +5 U Castle @Edward P. Beard, Jr. +289 U Charcoal Diamond @David Martin +6 C Circle of Protection: Black @Mark Romanoski +7 C Circle of Protection: Blue @Greg Hildebrandt & Tim Hildebrandt +8 C Circle of Protection: Green @Alan Pollack +9 C Circle of Protection: Red @Gary Ruddell +10 C Circle of Protection: White @Darrell Riche +327 R City of Brass @Ron Walotsky +11 C Cloudchaser Eagle @Aaron Boyd +290 R Coat of Arms @D. Alexander Gregory +235 U Compost @Marc Fishman +65 U Confiscate @Christopher Moeller +66 C Coral Merfolk @Rebecca Guay +124 C Corrupt @Scott M. Fischer +67 C Counterspell @Mark Romanoski +236 U Creeping Mold @Gary Ruddell +178 R Crimson Hellkite @Carl Critchlow +12 C Crossbow Infantry @James Bernardin +125 U Crypt Rats @Matt Cavotta +291 U Crystal Rod @Ciruelo +126 U Dakmor Lancer @Luca Zontini +68 R Daring Apprentice @Dany Orizio +127 C Dark Banishing @Rebecca Guay +128 R Darkest Hour @Ciruelo +69 R Deflection @Jeff Easley +70 R Delusions of Mediocrity @Terese Nielsen +292 R Dingus Egg @Tony Szczudlo +13 C Disenchant @Andrew Goldhawk +179 U Disorder @Glen Angus +293 R Disrupting Scepter @Darrell Riche +129 R Dregs of Sorrow @Massimilano Frezzato +130 C Drudge Skeletons @Jim Nelson +131 C Duress @Pete Venters +14 C Eager Cadet @Greg Hildebrandt & Tim Hildebrandt +237 R Early Harvest @Heather Hudson +180 R Earthquake @Franz Vohwinkel +132 R Eastern Paladin @Kev Walker +238 R Elder Druid @Alan Pollack +15 R Elite Archers @Dan Frazier +239 R Elvish Archers @Doug Chaffee +240 R Elvish Champion @Paolo Parente +241 U Elvish Lyrist @Michael Koelsch +242 R Elvish Piper @Tristan Elwell +133 U Engineered Plague @Andrew Goldhawk +294 R Ensnaring Bridge @Ron Spencer +71 R Equilibrium @Don Hazeltine +72 R Evacuation @Darrell Riche +134 R Fallen Angel @Arnie Swekel +243 U Familiar Ground @Thomas Gianni +135 C Fear @Adam Rex +244 U Femeref Archers @Gary Ruddell +295 R Feroz's Ban @Donato Giancola +181 R Fervor @Wayne England +73 U Fighting Drake @Matt Cavotta +182 R Final Fortune @Greg Hildebrandt & Tim Hildebrandt +296 U Fire Diamond @David Martin +183 U Fire Elemental @Douglas Shuler +74 R Fleeting Image @Dave Dorman +75 C Flight @Bradley Williams +297 R Flying Carpet @Scott M. Fischer +245 C Fog @Arnie Swekel +76 C Force Spike @Nelson DeCastro +328 L Forest @D. J. Cleland-Hura +329 L Forest @Rob Alexander +330 L Forest @John Avon +331 L Forest @John Avon +136 U Foul Imp @Kev Walker +137 U Fugue @Alan Pollack +246 U Fyndhorn Elder @Greg Staples +247 U Gang of Elk @Thomas Gianni +16 U Gerrard's Wisdom @Donato Giancola +184 U Ghitu Fire-Eater @Eric Peterson +138 C Giant Cockroach @John Matson +248 C Giant Growth @Terese Nielsen +77 C Giant Octopus @Heather Hudson +249 C Giant Spider @Ray Lago +78 U Glacial Wall @Heather Hudson +17 R Glorious Anthem @Terese Nielsen +185 C Goblin Chariot @John Howe +186 C Goblin Digging Team @Ben Thompson +187 C Goblin Elite Infantry @Daren Bader +188 C Goblin Gardener @Jerry Tiritilli +189 U Goblin Glider @Patrick Faricy +190 R Goblin King @Ron Spears +191 U Goblin Matron @Dan Frazier +192 C Goblin Raider @Arnie Swekel +193 C Goblin Spelunkers @Matt Cavotta +194 U Goblin War Drums @Peter Bollinger +250 C Gorilla Chieftain @Carl Critchlow +298 R Grafted Skullcap @Bradley Williams +195 C Granite Grip @Ray Lago +299 U Grapeshot Catapult @Dave Dorman +139 C Gravedigger @James Bernardin +140 R Greed @Peter Bollinger +251 C Grizzly Bears @D. J. Cleland-Hura +18 C Healing Salve @Greg Hildebrandt & Tim Hildebrandt +19 U Heavy Ballista @Brian Snõddy +79 U Hibernation @Matt Cavotta +196 C Hill Giant @Dany Orizio +141 C Hollow Dogs @Arnie Swekel +20 C Holy Strength @Scott M. Fischer +21 C Honor Guard @Mark Zug +80 C Horned Turtle @Edward P. Beard, Jr. +142 C Howl from Beyond @Dave Dorman +300 R Howling Mine @Dana Knutson +252 R Hurricane @John Howe +197 R Impatience @Kunio Hagio +143 R Infernal Contract @Pete Venters +198 R Inferno @Don Hazeltine +81 C Inspiration @Matt Cavotta +22 R Intrepid Hero @Mike Ploog +301 U Iron Star @Pete Venters +332 L Island @Scott Bailey +333 L Island @Rob Alexander +334 L Island @John Avon +335 L Island @Tony Szczudlo +302 U Ivory Cup @Alan Pollack +303 R Jalum Tome @Jerry Tiritilli +304 R Jandor's Saddlebags @Brian Despain +305 R Jayemdae Tome @Donato Giancola +336 R Karplusan Forest @Scott Bailey +23 R Kjeldoran Royal Guard @Carl Critchlow +24 C Knight Errant @Matthew D. Wilson +25 U Knighthood @Greg Hildebrandt & Tim Hildebrandt +199 C Lava Axe @Ray Lago +144 U Leshrac's Rite @rk post +82 U Levitation @John Matson +200 C Lightning Blast @Ron Spencer +201 C Lightning Elemental @Kev Walker +253 C Llanowar Elves @Jerry Tiritilli +254 C Lone Wolf @Douglas Shuler +26 U Longbow Archer @Ray Lago +145 C Looming Shade @Kev Walker +83 R Lord of Atlantis @Greg Staples +255 U Lure @Larry Elmore +84 R Mahamoti Djinn @Eric Peterson +85 U Mana Breach @Gary Ruddell +202 R Mana Clash @Larry Elmore +86 R Mana Short @Greg Staples +306 U Marble Diamond @David Martin +256 R Maro @Pete Venters +27 R Master Healer @Greg Hildebrandt & Tim Hildebrandt +87 R Mawcor @Kev Walker +307 R Meekstone @David Martin +146 U Megrim @Peter Bollinger +88 C Memory Lapse @Tristan Elwell +89 U Merfolk Looter @Tristan Elwell +90 C Merfolk of the Pearl Trident @Ray Lago +257 R Might of Oaks @Greg Staples +308 R Millstone @John Avon +147 C Mind Rot @Adam Rex +258 C Monstrous Growth @Ron Spencer +309 U Moss Diamond @David Martin +337 L Mountain @D. J. Cleland-Hura +338 L Mountain @Rob Alexander +339 L Mountain @Rob Alexander +340 L Mountain @John Avon +259 R Nature's Resurgence @Gary Ruddell +260 R Nature's Revolt @Dave Dorman +148 C Nausea @James Bernardin +149 U Necrologia @Scott M. Fischer +150 R Nightmare @Carl Critchlow +151 U Nocturnal Raid @Pete Venters +28 R Northern Paladin @Carl Critchlow +203 U Ogre Taskmaster @Jeff Easley +204 R Okk @Peter Bollinger +91 U Opportunity @Patrick Faricy +92 R Opposition @Mark Brill +152 R Oppression @Alex Horley-Orlandelli +205 U Orcish Artillery @Dan Frazier +206 U Orcish Oriflamme @Ben Thompson +153 C Ostracize @Hannibal King +29 C Pacifism @Eric Peterson +30 R Pariah @Scott M. Fischer +310 U Patagia Golem @Kev Walker +154 R Persecute @Luca Zontini +93 U Phantom Warrior @Greg Staples +311 R Phyrexian Colossus @Mark Tedin +312 U Phyrexian Hulk @Brian Snõddy +207 U Pillage @Bradley Williams +313 U Pit Trap @Nelson DeCastro +155 C Plague Beetle @Matt Cavotta +341 L Plains @Scott Bailey +342 L Plains @Rob Alexander +343 L Plains @Rob Alexander +344 L Plains @John Avon +261 U Pride of Lions @Gary Ruddell +94 C Prodigal Sorcerer @Tony Szczudlo +31 R Purify @Doug Chaffee +208 C Pygmy Pyrosaur @Dan Frazier +209 U Pyroclasm @Monte Michael Moore +210 U Pyrotechnics @John Avon +156 R Rag Man @Scott M. Fischer +211 C Raging Goblin @Peter Bollinger +157 C Raise Dead @Carl Critchlow +262 C Rampant Growth @Scott M. Fischer +32 C Razorfoot Griffin @Pete Venters +158 C Razortooth Rats @Carl Critchlow +212 R Reckless Embermage @Bob Petillo +263 C Reclaim @Greg Hildebrandt & Tim Hildebrandt +264 C Redwood Treefolk @D. J. Cleland-Hura +213 C Reflexes @Donato Giancola +265 C Regeneration @Adam Rex +214 R Relentless Assault @Greg Hildebrandt +95 C Remove Soul @Adam Rex +33 U Reprisal @Ciruelo +159 R Reprocess @John Howe +160 R Revenant @Andrew Goldhawk +34 R Reverse Damage @Eric Peterson +314 U Rod of Ruin @Ciruelo +35 R Rolling Stones @Don Hazeltine +266 R Rowen @Franz Vohwinkel +215 C Sabretooth Tiger @Monte Michael Moore +36 R Sacred Ground @Gary Ruddell +37 C Sacred Nectar @Dana Knutson +96 C Sage Owl @Mark Brill +38 C Samite Healer @Anson Maddocks +39 U Sanctimony @Patrick Faricy +161 C Scathe Zombies @Kev Walker +267 U Scavenger Folk @Matt Cavotta +97 C Sea Monster @John Howe +40 U Seasoned Marshal @Edward P. Beard, Jr. +268 C Seeker of Skybreak @Alex Horley-Orlandelli +216 R Seismic Assault @Greg Staples +162 C Serpent Warrior @Eric Peterson +41 U Serra Advocate @Matthew D. Wilson +42 R Serra Angel @Mark Zug +43 U Serra's Embrace @Ciruelo +269 C Shanodin Dryads @Eric Peterson +217 C Shatter @Michael Koelsch +44 C Shield Wall @Adam Rex +218 R Shivan Dragon @Donato Giancola +219 C Shock @Mike Sass +315 U Sisay's Ring @David Martin +316 U Sky Diamond @Tony Szczudlo +45 C Skyshroud Falcon @Anson Maddocks +98 C Sleight of Hand @Christopher Moeller +163 U Soul Feast @Adam Rex +317 U Soul Net @Ron Spencer +46 R Southern Paladin @Greg Staples +318 U Spellbook @Andrew Goldhawk +270 C Spined Wurm @Carl Critchlow +164 C Spineless Thug @Alan Pollack +47 U Spirit Link @Daren Bader +220 C Spitting Earth @Michael Koelsch +271 C Squall @Greg Staples +48 C Standing Troops @Gary Ruddell +49 U Starlight @Brian Despain +319 R Static Orb @Terese Nielsen +50 U Staunch Defenders @Tristan Elwell +99 U Steal Artifact @Peter Bollinger +221 C Stone Rain @Tony Szczudlo +320 R Storm Cauldron @Doug Chaffee +100 C Storm Crow @John Matson +222 U Storm Shaman @D. J. Cleland-Hura +165 U Strands of Night @Glen Angus +272 C Stream of Life @Andrew Goldhawk +166 R Stronghold Assassin @Ron Walotsky +223 U Sudden Impact @Greg Hildebrandt & Tim Hildebrandt +345 R Sulfurous Springs @Rob Alexander +51 R Sunweb @Greg Staples +52 U Sustainer of the Realm @Mark Zug +346 L Swamp @D. J. Cleland-Hura +347 L Swamp @Rob Alexander +348 L Swamp @Larry Elmore +349 L Swamp @Tony Szczudlo +167 R Tainted Aether @Ciruelo +321 R Teferi's Puzzle Box @Donato Giancola +101 C Telepathic Spies @Jim Nelson +102 U Telepathy @Mark Tedin +103 R Temporal Adept @Roger Raupp +104 U Thieving Magpie @Christopher Moeller +273 R Thorn Elemental @rk post +274 U Thoughtleech @Rebecca Guay +322 U Throne of Bone @Ron Spears +105 C Tolarian Winds @Bob Petillo +275 C Trained Armodon @John Matson +224 R Trained Orgg @Alex Horley-Orlandelli +276 C Tranquility @John Matson +106 U Treasure Trove @Brian Despain +277 U Treefolk Seedlings @Don Hazeltine +225 C Tremor @Michael Koelsch +107 C Twiddle @Rebecca Guay +278 R Uktabi Wildcats @Thomas Gianni +350 R Underground River @Andrew Goldhawk +168 C Unholy Strength @Gary Ruddell +108 C Unsummon @Ron Spencer +279 U Untamed Wilds @Thomas Gianni +53 C Venerable Monk @Mark Brill +54 U Vengeance @Paolo Parente +280 R Verduran Enchantress @Rob Alexander +281 R Vernal Bloom @Scott Bailey +109 C Vigilant Drake @Dave Dorman +110 R Vizzerdrix @Dave Dorman +226 C Volcanic Hammer @Ben Thompson +111 U Wall of Air @John Avon +169 U Wall of Bone @Alan Pollack +227 U Wall of Fire @Ron Spencer +323 U Wall of Spears @Christopher Moeller +55 U Wall of Swords @Hannibal King +112 R Wall of Wonder @Carl Critchlow +170 R Western Paladin @Paolo Parente +282 C Wild Growth @Tony Szczudlo +228 R Wildfire @Ron Spencer +113 U Wind Dancer @Rob Alexander +114 C Wind Drake @Tom Wänerstrand +283 U Wing Snare @Daren Bader +284 C Wood Elves @Christopher Moeller +324 U Wooden Sphere @Terese Nielsen +56 R Worship @rk post +57 R Wrath of God @Kev Walker +285 U Yavimaya Enchantress @Terese Nielsen +171 U Yawgmoth's Edict @Donato Giancola diff --git a/forge-gui/res/editions/Shadowmoor Promos.txt b/forge-gui/res/editions/Shadowmoor Promos.txt index 0d65cdf1ce5..2f6de45f00d 100644 --- a/forge-gui/res/editions/Shadowmoor Promos.txt +++ b/forge-gui/res/editions/Shadowmoor Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PSHM [cards] -183★ R Demigod of Revenge -222★ R Vexing Shusher +183★ R Demigod of Revenge @Izzy +222★ R Vexing Shusher @Cyril Van Der Haegen diff --git a/forge-gui/res/editions/Shadowmoor.txt b/forge-gui/res/editions/Shadowmoor.txt index 5f194fda4a6..8974a699536 100644 --- a/forge-gui/res/editions/Shadowmoor.txt +++ b/forge-gui/res/editions/Shadowmoor.txt @@ -12,307 +12,307 @@ FatPackExtraSlots=40 BasicLands ScryfallCode=SHM [cards] -136 C AEthertow -28 U Advice from the Fae -55 C Aphotic Wisps -1 C Apothecary Initiate -2 U Armored Ascension -56 C Ashenmoor Cohort -180 U Ashenmoor Gouger -181 R Ashenmoor Liege -137 R Augury Adept -3 C Ballynock Cohort -224 C Barkshell Blessing -138 C Barrenton Cragtreads -4 C Barrenton Medic -57 U Beseech the Queen -29 U Biting Tether -246 C Blazethorn Scarecrow -247 C Blight Sickle -82 C Blistering Dieflyn -83 U Bloodmark Mentor -84 C Bloodshed Fever -58 U Blowfly Infestation -202 R Boartusk Liege -85 C Boggart Arsonists -203 U Boggart Ram-Gang -5 R Boon Reflection -30 C Briarberry Cohort -86 C Burn Trail -248 R Cauldron of Souls -158 R Cemetery Puca -31 C Cerulean Wisps -249 C Chainbreaker -59 C Cinderbones -60 C Cinderhaze Wretch -32 C Consign to Dream -61 U Corrosive Mentor -62 U Corrupt -33 R Counterbore -109 C Crabapple Cohort -87 R Cragganwick Cremator -88 C Crimson Wisps -63 U Crowd of Cinders -182 C Cultbrand Cinder -139 C Curse of Chains -34 U Cursecatcher -225 U Dawnglow Infusion -89 R Deep-Slumber Titan -35 U Deepchannel Mentor -183 R Demigod of Revenge -204 R Deus of Calamity -110 C Devoted Druid -184 R Din of the Fireherd -159 R Dire Undercurrents -64 C Disturbing Plot -111 R Dramatic Entrance -160 U Dream Salvage -112 U Drove of Elves -36 C Drowner Initiate -65 R Dusk Urchins -90 R Elemental Mastery -250 C Elsewhere Flask -226 C Elvish Hexhunter -91 C Ember Gale -185 C Emberstrike Duo -140 R Enchanted Evening -186 R Everlasting Torment -66 C Faerie Macabre -37 U Faerie Swarm -113 C Farhaven Elf -161 C Fate Transfer -271 R Fire-Lit Thicket -205 U Firespout -187 C Fists of the Demigod -92 U Flame Javelin -114 U Flourishing Defenses -38 U Flow of Ideas -298 L Forest -298 L Forest -298 L Forest -298 L Forest -206 U Fossil Find -115 C Foxfire Oak -227 R Fracturing Gust -188 R Fulminator Mage -93 R Furystoke Giant -162 R Ghastlord of Fugue -39 C Ghastly Discovery -207 C Giantbaiting -141 U Glamer Spinners -116 C Gleeful Sabotage -163 R Glen Elendra Liege -67 C Gloomlance -117 U Gloomwidow -118 C Gloomwidow's Feast -251 U Gnarled Effigy -142 R Godhead of Awe -6 C Goldenglow Moth -164 C Gravelgill Axeshark -165 C Gravelgill Duo -272 R Graven Cairns -7 R Greater Auramancy -189 U Grief Tyrant -252 R Grim Poppet -208 U Guttural Response -253 U Heap Doll -228 R Heartmender -166 C Helm of the Ghastlord -68 R Hollowborn Barghest -69 U Hollowsage -94 U Horde of Boggarts -119 U Howl of the Night Pack -120 C Hungry Spriggan -254 U Illuminated Folio -209 R Impromptu Raid -70 U Incremental Blight -95 C Inescapable Brute -167 U Inkfathom Infiltrator -168 U Inkfathom Witch -8 C Inquisitor's Snare -96 C Intimidator Initiate -288 L Island -288 L Island -288 L Island -288 L Island -40 R Isleback Spawn -97 U Jaws of Stone -121 C Juvenile Gloomwidow -41 C Kinscaer Harpoonist -229 U Kitchen Finks -9 U Kithkin Rabble -10 C Kithkin Shielddare -42 R Knacksaw Clique -98 R Knollspine Dragon -99 R Knollspine Invocation -190 U Kulrath Knight -11 C Last Breath -43 U Leech Bonder -273 U Leechridden Swamp -210 C Loamdragger Giant -71 C Loch Korrigan -255 U Lockjaw Snapper -256 U Lurebound Scarecrow -274 U Madblind Mountain -122 R Mana Reflection -191 C Manaforge Cinder -211 C Manamorphose -12 R Mass Calcify -230 C Medicine Runner -169 R Memory Plunder -170 C Memory Sluice -231 U Mercy Killing -171 U Merrow Grimeblotter -44 C Merrow Wavebreakers -72 R Midnight Banshee -13 C Mine Excavation -143 R Mirrorweave -14 U Mistmeadow Skulk -144 U Mistmeadow Witch -275 U Mistveil Plains -276 U Moonring Island -212 C Morselhoarder -123 R Mossbridge Troll -295 L Mountain -295 L Mountain -295 L Mountain -295 L Mountain -100 C Mudbrawler Cohort -213 C Mudbrawler Raiders -192 U Murderous Redcap -277 R Mystic Gate -15 C Niveous Wisps -124 C Nurturer Initiate -232 C Old Ghastbark -173 C Oona's Gatewarden -172 R Oona, Queen of the Fae -233 R Oracle of Nectars -16 R Order of Whiteclay -234 R Oversoul of Dusk -257 R Painter's Servant -17 U Pale Wayfarer -45 C Parapet Watchers -258 C Pili-Pala -73 R Plague of Vermin -285 L Plains -285 L Plains -285 L Plains -285 L Plains -145 U Plumeveil -193 C Poison the Well -74 R Polluted Bonds -101 C Power of Fire -125 C Presence of Gond -126 R Prismatic Omen -46 C Prismwake Merrow -18 U Prison Term -47 R Puca's Mischief -102 C Puncture Bolt -75 R Puppeteer Clique -146 U Puresight Merrow -48 C Put Away -103 U Pyre Charger -104 R Rage Reflection -127 U Raking Canopy -259 C Rattleblaze Scarecrow -235 C Raven's Run Dragoon -260 R Reaper King -278 R Reflecting Pool -236 U Reknit -147 U Repel Intruders -19 U Resplendent Mentor -261 U Revelsong Horn -237 R Rhys the Redeemed -76 C Rite of Consumption -49 R River Kelpie -174 U River's Grasp -214 R Rosheen Meanderer -128 U Roughshod Mentor -20 C Rune-Cervin Rider -21 R Runed Halo -215 C Runes of the Deus -105 C Rustrazor Butcher -238 C Safehold Duo -239 C Safehold Elite -22 C Safehold Sentry -240 C Safewright Quest -279 U Sapseep Forest -50 R Savor the Moment -194 C Scar -175 C Scarscale Ritual -262 C Scrapbasket -263 C Scuttlemutt -216 C Scuzzback Marauders -217 C Scuzzback Scrapper -241 U Seedcradle Witch -242 C Shield of the Oversoul -77 C Sickle Ripper -148 C Silkbind Faerie -51 C Sinking Feeling -106 U Slinking Giant -107 C Smash to Smithereens -78 C Smolder Initiate -149 C Somnomancer -195 C Sootstoke Kindler -196 C Sootwalkers -129 R Spawnwrithe -23 U Spectral Procession -52 C Spell Syphon -197 U Spiteflame Witch -198 R Spiteful Visions -79 C Splitting Headache -150 C Steel of the Godhead -24 C Strip Bare -280 R Sunken Ruins -293 L Swamp -293 L Swamp -293 L Swamp -293 L Swamp -151 R Swans of Bryn Argoll -176 R Sygg, River Cutthroat -264 U Tatterkite -218 C Tattermunge Duo -219 U Tattermunge Maniac -220 U Tattermunge Witch -152 C Thistledown Duo -153 R Thistledown Liege -265 C Thornwatch Scarecrow -53 R Thought Reflection -154 U Thoughtweft Gambit -130 C Toil to Renown -177 C Torpor Dust -199 U Torrent of Souls -80 C Torture -131 U Tower Above -200 C Traitor's Roar -266 U Trip Noose -155 C Turn to Mist -25 R Twilight Shepherd -201 R Tyrannize -267 U Umbral Mantle -221 R Valleymaker -222 R Vexing Shusher -132 C Viridescent Wisps -178 C Wanderbrine Rootcutters -179 U Wasp Lancer -268 C Watchwing Scarecrow -243 R Wheel of Sun and Moon -54 C Whimwader -269 U Wicker Warcrawler -108 U Wild Swing -133 C Wildslayer Elves -244 U Wilt-Leaf Cavaliers -245 R Wilt-Leaf Liege -26 R Windbrisk Raptor -270 C Wingrattle Scarecrow -134 R Witherscale Wurm -27 C Woeleecher -281 R Wooded Bastion -135 R Woodfall Primus -156 R Worldpurge -223 R Wort, the Raidmother -81 R Wound Reflection -157 C Zealous Guardian +136 C Aethertow @Warren Mahy +28 U Advice from the Fae @Chippy +55 C Aphotic Wisps @Jim Nelson +1 C Apothecary Initiate @Kev Walker +2 U Armored Ascension @Matt Cavotta +56 C Ashenmoor Cohort @Lucio Parrillo +180 U Ashenmoor Gouger @Matt Cavotta +181 R Ashenmoor Liege @Mark Zug +137 R Augury Adept @Steve Prescott +3 C Ballynock Cohort @Jesper Ejsing +224 C Barkshell Blessing @Steven Belledin +138 C Barrenton Cragtreads @Daren Bader +4 C Barrenton Medic @Trevor Hairsine +57 U Beseech the Queen @Jason Chan +29 U Biting Tether @Thomas Denmark +246 C Blazethorn Scarecrow @Dave Kendall +247 C Blight Sickle @John Avon +82 C Blistering Dieflyn @Scott Altmann +83 U Bloodmark Mentor @Dave Allsop +84 C Bloodshed Fever @Dan Scott +58 U Blowfly Infestation @Drew Tucker +202 R Boartusk Liege @Jesper Ejsing +85 C Boggart Arsonists @Jesper Ejsing +203 U Boggart Ram-Gang @Dave Allsop +5 R Boon Reflection @Terese Nielsen & Ron Spencer +30 C Briarberry Cohort @Carl Critchlow +86 C Burn Trail @Nils Hamm +248 R Cauldron of Souls @Ron Brown +158 R Cemetery Puca @Omar Rayyan +31 C Cerulean Wisps @Jim Nelson +249 C Chainbreaker @Jeff Miracola +59 C Cinderbones @Carl Critchlow +60 C Cinderhaze Wretch @Steven Belledin +32 C Consign to Dream @Richard Kane Ferguson +61 U Corrosive Mentor @Daarken +62 U Corrupt @Dave Allsop +33 R Counterbore @Wayne England +109 C Crabapple Cohort @Richard Whitters +87 R Cragganwick Cremator @Jeremy Enecio +88 C Crimson Wisps @Jim Nelson +63 U Crowd of Cinders @Carl Frank +182 C Cultbrand Cinder @Christopher Moeller +139 C Curse of Chains @Drew Tucker +34 U Cursecatcher @Warren Mahy +225 U Dawnglow Infusion @Rebecca Guay +89 R Deep-Slumber Titan @Steve Prescott +35 U Deepchannel Mentor @Jesper Ejsing +183 R Demigod of Revenge @Jim Murray +204 R Deus of Calamity @Todd Lockwood +110 C Devoted Druid @Darrell Riche +184 R Din of the Fireherd @Dave Dorman +159 R Dire Undercurrents @Franz Vohwinkel +64 C Disturbing Plot @Larry MacDougall +111 R Dramatic Entrance @Mike Dringenberg +160 U Dream Salvage @Howard Lyon +112 U Drove of Elves @Larry MacDougall +36 C Drowner Initiate @E. M. Gist +65 R Dusk Urchins @Darrell Riche +90 R Elemental Mastery @Cyril Van Der Haegen +250 C Elsewhere Flask @Carl Frank +226 C Elvish Hexhunter @Alex Horley-Orlandelli +91 C Ember Gale @Steve Prescott +185 C Emberstrike Duo @Aleksi Briclot +140 R Enchanted Evening @Rebecca Guay +186 R Everlasting Torment @Richard Kane Ferguson +66 C Faerie Macabre @rk post +37 U Faerie Swarm @Zoltan Boros & Gabor Szikszai +113 C Farhaven Elf @Brandon Kitkouski +161 C Fate Transfer @Wayne England +271 R Fire-Lit Thicket @Ralph Horsley +205 U Firespout @Jeff Miracola +187 C Fists of the Demigod @Dan Scott +92 U Flame Javelin @Trevor Hairsine +114 U Flourishing Defenses @Dan Scott +38 U Flow of Ideas @Mike Dringenberg +298 L Forest @Larry MacDougall +299 L Forest @Rob Alexander +300 L Forest @Chippy +301 L Forest @Steve Prescott +206 U Fossil Find @Dave DeVries +115 C Foxfire Oak @Dave Kendall +227 R Fracturing Gust @Michael Sutfin +188 R Fulminator Mage @rk post +93 R Furystoke Giant @Ralph Horsley +162 R Ghastlord of Fugue @Mike Dringenberg +39 C Ghastly Discovery @Howard Lyon +207 C Giantbaiting @Trevor Hairsine +141 U Glamer Spinners @Jesper Ejsing +116 C Gleeful Sabotage @Todd Lockwood +163 R Glen Elendra Liege @Kev Walker +67 C Gloomlance @Zoltan Boros & Gabor Szikszai +117 U Gloomwidow @Mark Tedin +118 C Gloomwidow's Feast @Thomas M. Baxa +251 U Gnarled Effigy @Ron Brown +142 R Godhead of Awe @Mark Zug +6 C Goldenglow Moth @Howard Lyon +164 C Gravelgill Axeshark @Dave Kendall +165 C Gravelgill Duo @Brandon Kitkouski +272 R Graven Cairns @Rob Alexander +7 R Greater Auramancy @Chuck Lukacs +189 U Grief Tyrant @Izzy +252 R Grim Poppet @Kev Walker +208 U Guttural Response @Matt Cavotta +253 U Heap Doll @John Avon +228 R Heartmender @Rebecca Guay +166 C Helm of the Ghastlord @Franz Vohwinkel +68 R Hollowborn Barghest @Eric Fortune +69 U Hollowsage @Lucio Parrillo +94 U Horde of Boggarts @Steve Prescott +119 U Howl of the Night Pack @Lars Grant-West +120 C Hungry Spriggan @Drew Tucker +254 U Illuminated Folio @Jim Pavelec +209 R Impromptu Raid @Randy Gallegos +70 U Incremental Blight @Chuck Lukacs +95 C Inescapable Brute @Nils Hamm +167 U Inkfathom Infiltrator @Jesper Ejsing +168 U Inkfathom Witch @Larry MacDougall +8 C Inquisitor's Snare @Michael Sutfin +96 C Intimidator Initiate @Ralph Horsley +286 L Island @Omar Rayyan +287 L Island @Warren Mahy +288 L Island @Brandon Kitkouski +289 L Island @Rob Alexander +40 R Isleback Spawn @Mark Tedin +97 U Jaws of Stone @Zoltan Boros & Gabor Szikszai +121 C Juvenile Gloomwidow @Thomas M. Baxa +41 C Kinscaer Harpoonist @Thomas M. Baxa +229 U Kitchen Finks @Kev Walker +9 U Kithkin Rabble @Omar Rayyan +10 C Kithkin Shielddare @Christopher Moeller +42 R Knacksaw Clique @Steven Belledin +98 R Knollspine Dragon @Steve Prescott +99 R Knollspine Invocation @Dave Dorman +190 U Kulrath Knight @Daarken +11 C Last Breath @Thomas Denmark +43 U Leech Bonder @E. M. Gist +273 U Leechridden Swamp @Lars Grant-West +210 C Loamdragger Giant @Pete Venters +71 C Loch Korrigan @Daarken +255 U Lockjaw Snapper @Daren Bader +256 U Lurebound Scarecrow @Nils Hamm +274 U Madblind Mountain @Fred Fields +122 R Mana Reflection @Terese Nielsen & Ron Spencer +191 C Manaforge Cinder @Izzy +211 C Manamorphose @Jeff Miracola +12 R Mass Calcify @Brandon Kitkouski +230 C Medicine Runner @Chippy +169 R Memory Plunder @Dan Scott +170 C Memory Sluice @Wayne England +231 U Mercy Killing @Dave Kendall +171 U Merrow Grimeblotter @Cyril Van Der Haegen +44 C Merrow Wavebreakers @Alex Horley-Orlandelli +72 R Midnight Banshee @Daarken +13 C Mine Excavation @Chippy +143 R Mirrorweave @Jim Pavelec +14 U Mistmeadow Skulk @Omar Rayyan +144 U Mistmeadow Witch @Greg Staples +275 U Mistveil Plains @Rob Alexander +276 U Moonring Island @Brandon Kitkouski +212 C Morselhoarder @Anthony S. Waters +123 R Mossbridge Troll @Jeremy Jarvis +294 L Mountain @Dave Kendall +295 L Mountain @Brandon Kitkouski +296 L Mountain @rk post +297 L Mountain @Steve Prescott +100 C Mudbrawler Cohort @Lucio Parrillo +213 C Mudbrawler Raiders @Ron Spencer +192 U Murderous Redcap @Dave Allsop +277 R Mystic Gate @Fred Fields +15 C Niveous Wisps @Jim Nelson +124 C Nurturer Initiate @Jim Pavelec +232 C Old Ghastbark @Thomas M. Baxa +173 C Oona's Gatewarden @Mike Dringenberg +172 R Oona, Queen of the Fae @Adam Rex +233 R Oracle of Nectars @Brandon Kitkouski +16 R Order of Whiteclay @Steven Belledin +234 R Oversoul of Dusk @Scott M. Fischer +257 R Painter's Servant @Mike Dringenberg +17 U Pale Wayfarer @Heather Hudson +45 C Parapet Watchers @Scott Altmann +258 C Pili-Pala @Ron Spencer +73 R Plague of Vermin @Carl Critchlow +282 L Plains @Omar Rayyan +283 L Plains @Lars Grant-West +284 L Plains @Dave Kendall +285 L Plains @Larry MacDougall +145 U Plumeveil @Nils Hamm +193 C Poison the Well @Zoltan Boros & Gabor Szikszai +74 R Polluted Bonds @Michael Sutfin +101 C Power of Fire @Trevor Hairsine +125 C Presence of Gond @Brandon Kitkouski +126 R Prismatic Omen @John Avon +46 C Prismwake Merrow @Wayne England +18 U Prison Term @Zoltan Boros & Gabor Szikszai +47 R Puca's Mischief @Scott Altmann +102 C Puncture Bolt @Franz Vohwinkel +75 R Puppeteer Clique @Daren Bader +146 U Puresight Merrow @Carl Critchlow +48 C Put Away @Matt Cavotta +103 U Pyre Charger @Mark Zug +104 R Rage Reflection @Terese Nielsen & Ron Spencer +127 U Raking Canopy @Heather Hudson +259 C Rattleblaze Scarecrow @Trevor Hairsine +235 C Raven's Run Dragoon @Daren Bader +260 R Reaper King @Jim Murray +278 R Reflecting Pool @Fred Fields +236 U Reknit @Zoltan Boros & Gabor Szikszai +147 U Repel Intruders @Trevor Hairsine +19 U Resplendent Mentor @Franz Vohwinkel +261 U Revelsong Horn @Franz Vohwinkel +237 R Rhys the Redeemed @Steve Prescott +76 C Rite of Consumption @Ron Spencer +49 R River Kelpie @Jeff Easley +174 U River's Grasp @Steven Belledin +214 R Rosheen Meanderer @Aleksi Briclot +128 U Roughshod Mentor @Steven Belledin +20 C Rune-Cervin Rider @Dan Scott +21 R Runed Halo @Steve Prescott +215 C Runes of the Deus @Warren Mahy +105 C Rustrazor Butcher @Ron Spencer +238 C Safehold Duo @Izzy +239 C Safehold Elite @Richard Whitters +22 C Safehold Sentry @William O'Connor +240 C Safewright Quest @Dan Scott +279 U Sapseep Forest @Aleksi Briclot +50 R Savor the Moment @Warren Mahy +194 C Scar @Pete Venters +175 C Scarscale Ritual @Richard Sardinha +262 C Scrapbasket @Heather Hudson +263 C Scuttlemutt @Jeremy Jarvis +216 C Scuzzback Marauders @Pete Venters +217 C Scuzzback Scrapper @Scott Altmann +241 U Seedcradle Witch @Steven Belledin +242 C Shield of the Oversoul @Steven Belledin +77 C Sickle Ripper @Dan Scott +148 C Silkbind Faerie @Matt Cavotta +51 C Sinking Feeling @Ron Brown +106 U Slinking Giant @Dave Kendall +107 C Smash to Smithereens @Pete Venters +78 C Smolder Initiate @Chippy +149 C Somnomancer @Lars Grant-West +195 C Sootstoke Kindler @Mark Zug +196 C Sootwalkers @Nils Hamm +129 R Spawnwrithe @Daarken +23 U Spectral Procession @Jeremy Enecio +52 C Spell Syphon @John Avon +197 U Spiteflame Witch @William O'Connor +198 R Spiteful Visions @Brandon Kitkouski +79 C Splitting Headache @Thomas Denmark +150 C Steel of the Godhead @Jason Chan +24 C Strip Bare @Ralph Horsley +280 R Sunken Ruins @Warren Mahy +290 L Swamp @Lars Grant-West +291 L Swamp @Warren Mahy +292 L Swamp @rk post +293 L Swamp @Chippy +151 R Swans of Bryn Argoll @Eric Fortune +176 R Sygg, River Cutthroat @Jeremy Enecio +264 U Tatterkite @Ron Brown +218 C Tattermunge Duo @Jesper Ejsing +219 U Tattermunge Maniac @Matt Cavotta +220 U Tattermunge Witch @Warren Mahy +152 C Thistledown Duo @Zoltan Boros & Gabor Szikszai +153 R Thistledown Liege @Adam Rex +265 C Thornwatch Scarecrow @Chuck Lukacs +53 R Thought Reflection @Terese Nielsen & Ron Spencer +154 U Thoughtweft Gambit @Steve Prescott +130 C Toil to Renown @Larry MacDougall +177 C Torpor Dust @Jesper Ejsing +199 U Torrent of Souls @Ian Edward Ameling +80 C Torture @E. M. Gist +131 U Tower Above @Thomas Denmark +200 C Traitor's Roar @Jim Pavelec +266 U Trip Noose @Randy Gallegos +155 C Turn to Mist @Greg Staples +25 R Twilight Shepherd @Jason Chan +201 R Tyrannize @Mark Tedin +267 U Umbral Mantle @Richard Sardinha +221 R Valleymaker @Randy Gallegos +222 R Vexing Shusher @Cyril Van Der Haegen +132 C Viridescent Wisps @Jim Nelson +178 C Wanderbrine Rootcutters @Chippy +179 U Wasp Lancer @Warren Mahy +268 C Watchwing Scarecrow @Chuck Lukacs +243 R Wheel of Sun and Moon @Zoltan Boros & Gabor Szikszai +54 C Whimwader @Jeff Easley +269 U Wicker Warcrawler @Carl Critchlow +108 U Wild Swing @Richard Kane Ferguson +133 C Wildslayer Elves @Dave Kendall +244 U Wilt-Leaf Cavaliers @Steve Prescott +245 R Wilt-Leaf Liege @Jason Chan +26 R Windbrisk Raptor @Omar Rayyan +270 C Wingrattle Scarecrow @Trevor Hairsine +134 R Witherscale Wurm @Thomas M. Baxa +27 C Woeleecher @Izzy +281 R Wooded Bastion @Christopher Moeller +135 R Woodfall Primus @Adam Rex +156 R Worldpurge @Chippy +223 R Wort, the Raidmother @Dave Allsop +81 R Wound Reflection @Terese Nielsen & Ron Spencer +157 C Zealous Guardian @Steven Belledin [tokens] w_1_1_kithkin_soldier diff --git a/forge-gui/res/editions/Shadows over Innistrad Promos.txt b/forge-gui/res/editions/Shadows over Innistrad Promos.txt index 4169f3cc123..b5901ce1322 100644 --- a/forge-gui/res/editions/Shadows over Innistrad Promos.txt +++ b/forge-gui/res/editions/Shadows over Innistrad Promos.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PSOI [cards] -2 R Angel of Deliverance -15 R Drogskol Cavalry -75 R Nephalia Moondrakes -108 R Elusive Tormentor -122 R Markov Dreadknight -157 R Flameblade Angel -166 U Incorrigible Youths -175 U Ravenous Bloodseeker -230 R Soul Swallower -242 R Anguished Unmaking +2 R Angel of Deliverance @Chris Rahn +15 R Drogskol Cavalry @Johann Bodin +75 R Nephalia Moondrakes @Chris Rahn +108 R Elusive Tormentor @Anna Steinbauer +122 R Markov Dreadknight @Cynthia Sheppard +157 R Flameblade Angel @Howard Lyon +166 U Incorrigible Youths @Jason A. Engle +175 U Ravenous Bloodseeker @Anna Steinbauer +230 R Soul Swallower @Izzy +242 R Anguished Unmaking @Viktor Titov diff --git a/forge-gui/res/editions/Shadows over Innistrad.txt b/forge-gui/res/editions/Shadows over Innistrad.txt index 4a3a306d357..14ca9feae71 100644 --- a/forge-gui/res/editions/Shadows over Innistrad.txt +++ b/forge-gui/res/editions/Shadows over Innistrad.txt @@ -14,303 +14,303 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=SOI [cards] -1 R Always Watching -2 R Angel of Deliverance -3 C Angelic Purge -4 C Apothecary Geist -5 M Archangel Avacyn -6 U Avacynian Missionaries -7 U Bound by Moonsilver -8 R Bygone Bishop -9 C Cathar's Companion -10 C Chaplain's Blessing -11 C Dauntless Cathar -12 R Declaration in Stone -13 M Descend upon the Sinful -14 C Devilthorn Fox -15 R Drogskol Cavalry -16 R Eerie Interlude -17 C Emissary of the Sleepless -18 C Ethereal Guidance -19 C Expose Evil -20 U Gryff's Boon -21 R Hanweir Militia Captain -22 U Hope Against Hope -23 U Humble the Brute -24 C Inquisitor's Ox -25 C Inspiring Captain -26 C Militant Inquisitor -27 C Moorland Drifter -28 U Nahiri's Machinations -29 U Nearheath Chaplain -30 U Not Forgotten -31 R Odric, Lunarch Marshal -32 U Open the Armory -33 U Paranoid Parish-Blade -34 U Pious Evangel -35 C Puncturing Light -36 U Reaper of Flight Moonsilver -37 U Silverstrike -38 U Spectral Shepherd -39 C Stern Constable -40 C Strength of Arms -41 C Survive the Night -42 U Tenacity -43 R Thalia's Lieutenant -44 C Thraben Inspector -45 U Topplegeist -46 U Town Gossipmonger -47 C Unruly Mob -48 C Vessel of Ephemera -49 U Aberrant Researcher -50 U Broken Concentration -51 C Catalog -52 U Compelling Deterrence -53 R Confirm Suspicions -54 U Daring Sleuth -55 C Deny Existence -56 C Drownyard Explorers -57 U Drunau Corpse Trawler -58 R Engulf the Shore -59 R Epiphany at the Drownyard -60 U Erdwal Illuminator -61 U Essence Flux -62 U Fleeting Memories -63 R Forgotten Creation -64 C Furtive Homunculus -65 M Geralf's Masterpiece -66 C Ghostly Wings -67 C Gone Missing -68 U Invasive Surgery -69 M Jace, Unraveler of Secrets -70 C Jace's Scrutiny -71 C Just the Wind -72 C Lamplighter of Selhoff -73 U Manic Scribe -74 C Nagging Thoughts -75 R Nephalia Moondrakes -76 C Niblis of Dusk -77 U Ongoing Investigation -78 C Pieces of the Puzzle -79 U Pore Over the Pages -80 C Press for Answers -81 R Rattlechains -82 U Reckless Scholar -83 U Rise from the Tides -84 C Seagraf Skaab -85 C Silburlind Snapper -86 C Silent Observer -87 C Sleep Paralysis -88 M Startled Awake -89 C Stitched Mangler -90 U Stitchwing Skaab -91 C Stormrider Spirit -92 R Thing in the Ice -93 U Trail of Evidence -94 U Uninvited Geist -95 C Vessel of Paramnesia -96 R Welcome to the Fold -97 U Accursed Witch -98 C Alms of the Vein -99 R Asylum Visitor -100 U Behind the Scenes -101 M Behold the Beyond -102 U Biting Rain -103 U Call the Bloodline -104 U Creeping Dread -105 C Crow of Dark Tidings -106 C Dead Weight -107 R Diregraf Colossus -108 R Elusive Tormentor -109 R Ever After -110 C Farbog Revenant -111 R From Under the Floorboards -112 C Ghoulcaller's Accomplice -113 U Ghoulsteed -114 U Gisa's Bidding -115 C Grotesque Mutation -116 U Heir of Falkenrath -117 C Hound of the Farbogs -118 U Indulgent Aristocrat -119 U Kindly Stranger -120 U Liliana's Indignation -121 C Macabre Waltz -122 R Markov Dreadknight -123 C Merciless Resolve -124 M Mindwrack Demon -125 U Morkrut Necropod -126 C Murderous Compulsion -127 U Olivia's Bloodsworn -128 U Pale Rider of Trostad -129 U Pick the Brain -130 C Rancid Rats -131 M Relentless Dead -132 C Rottenheart Ghoul -133 C Sanitarium Skeleton -134 C Shamble Back -135 U Sinister Concoction -136 C Stallion of Ashmouth -137 C Stromkirk Mentor -138 C Throttle -139 R To the Slaughter -140 U Tooth Collector -141 R Triskaidekaphobia -142 C Twins of Maurer Estate -143 C Vampire Noble -144 C Vessel of Malignity -145 R Avacyn's Judgment -146 C Bloodmad Vampire -147 U Breakneck Rider -148 R Burn from Within -149 C Convicted Killer -150 U Dance with Devils -151 R Devils' Playground -152 U Dissension in the Ranks -153 C Dual Shot -154 C Ember-Eye Wolf -155 R Falkenrath Gorger -156 C Fiery Temper -157 R Flameblade Angel -158 C Gatstaf Arsonists -159 R Geier Reach Bandit -160 U Geistblast -161 U Gibbering Fiend -162 M Goldnight Castigator -163 R Harness the Storm -164 C Howlpack Wolf -165 C Hulking Devil -166 U Incorrigible Youths -167 U Inner Struggle -168 C Insolent Neonate -169 U Kessig Forgemaster -170 U Lightning Axe -171 U Mad Prophet -172 C Magmatic Chasm -173 U Malevolent Whispers -174 C Pyre Hound -175 U Ravenous Bloodseeker -176 C Reduce to Ashes -177 C Rush of Adrenaline -178 C Sanguinary Mage -179 R Scourge Wolf -180 C Senseless Rage -181 R Sin Prodder -182 U Skin Invasion -183 U Spiteful Motives -184 U Stensia Masquerade -185 C Structural Distortion -186 C Tormenting Voice -187 U Ulrich's Kindred -188 C Uncaged Fury -189 C Vessel of Volatility -190 U Village Messenger -191 C Voldaren Duelist -192 M Wolf of Devil's Breach -193 C Aim High -194 U Autumnal Gloom -195 U Briarbridge Patrol -196 C Byway Courier -197 C Clip Wings -198 C Confront the Unknown -199 U Crawling Sensation -200 R Cryptolith Rite -201 U Cult of the Waxing Moon -202 R Deathcap Cultivator -203 U Duskwatch Recruiter -204 C Equestrian Skill -205 C Fork in the Road -206 U Gloomwidow -207 U Graf Mole -208 U Groundskeeper -209 U Hermit of the Natterknolls -210 C Hinterland Logger -211 U Howlpack Resurgence -212 R Inexorable Blob -213 C Intrepid Provisioner -214 C Kessig Dire Swine -215 U Lambholt Pacifist -216 C Loam Dryad -217 C Might Beyond Reason -218 C Moldgraf Scavenger -219 U Moonlight Hunt -220 U Obsessive Skinner -221 U Pack Guardian -222 C Quilled Wolf -223 C Rabid Bite -224 C Root Out -225 R Sage of Ancient Lore -226 M Seasons Past -227 R Second Harvest -228 R Silverfur Partisan -229 C Solitary Hunter -230 R Soul Swallower -231 C Stoic Builder -232 C Thornhide Wolves -233 R Tireless Tracker -234 R Traverse the Ulvenwald -235 M Ulvenwald Hydra -236 U Ulvenwald Mysteries -237 C Vessel of Nascency -238 U Veteran Cathar -239 C Watcher in the Web -240 U Weirding Wood -241 R Altered Ego -242 R Anguished Unmaking -243 M Arlinn Kord -244 R Fevered Visions -245 M The Gitrog Monster -246 R Invocation of Saint Traft -247 M Nahiri, the Harbinger -248 M Olivia, Mobilized for War -249 R Prized Amalgam -250 M Sigarda, Heron's Grace -251 M Sorin, Grim Nemesis -252 R Brain in a Jar -253 R Corrupted Grafstone -254 U Epitaph Golem -255 C Explosive Apparatus -256 U Harvest Hand -257 U Haunted Cloak -258 U Magnifying Glass -259 U Murderer's Axe -260 U Neglected Heirloom -261 U Runaway Carriage -262 C Shard of Broken Glass -263 U Skeleton Key -264 R Slayer's Plate -265 R Tamiyo's Journal -266 U Thraben Gargoyle -267 C True-Faith Censer -268 C Wicker Witch -269 U Wild-Field Scarecrow -270 R Choked Estuary -271 R Drownyard Temple -272 R Foreboding Ruins -273 U Forsaken Sanctuary -274 R Fortified Village -275 U Foul Orchard -276 R Game Trail -277 U Highland Lake -278 R Port Town -279 U Stone Quarry -280 C Warped Landscape -281 R Westvale Abbey -282 U Woodland Stream -283 L Plains -284 L Plains -285 L Plains -286 L Island -287 L Island -288 L Island -289 L Swamp -290 L Swamp -291 L Swamp -292 L Mountain -293 L Mountain -294 L Mountain -295 L Forest -296 L Forest -297 L Forest +1 R Always Watching @Chase Stone +2 R Angel of Deliverance @Joseph Meehan +3 C Angelic Purge @Zezhou Chen +4 C Apothecary Geist @Franz Vohwinkel +5 M Archangel Avacyn @James Ryman +6 U Avacynian Missionaries @Wayne Reynolds +7 U Bound by Moonsilver @Joseph Meehan +8 R Bygone Bishop @Jason A. Engle +9 C Cathar's Companion @Svetlin Velinov +10 C Chaplain's Blessing @John Stanko +11 C Dauntless Cathar @Zack Stella +12 R Declaration in Stone @Tyler Jacobson +13 M Descend upon the Sinful @Tyler Jacobson +14 C Devilthorn Fox @Filip Burburan +15 R Drogskol Cavalry @Igor Kieryluk +16 R Eerie Interlude @Svetlin Velinov +17 C Emissary of the Sleepless @Igor Kieryluk +18 C Ethereal Guidance @Ben Maier +19 C Expose Evil @Jama Jurabaev +20 U Gryff's Boon @Svetlin Velinov +21 R Hanweir Militia Captain @David Palumbo +22 U Hope Against Hope @David Seguin +23 U Humble the Brute @Daarken +24 C Inquisitor's Ox @Vincent Proce +25 C Inspiring Captain @Ben Maier +26 C Militant Inquisitor @Karl Kopinski +27 C Moorland Drifter @Ryan Yee +28 U Nahiri's Machinations @Lake Hurwitz +29 U Nearheath Chaplain @Zoltan Boros +30 U Not Forgotten @Darek Zabrocki +31 R Odric, Lunarch Marshal @Chase Stone +32 U Open the Armory @Steve Prescott +33 U Paranoid Parish-Blade @Matt Stewart +34 U Pious Evangel @Kev Walker +35 C Puncturing Light @Greg Staples +36 U Reaper of Flight Moonsilver @Magali Villeneuve +37 U Silverstrike @Lius Lasahido +38 U Spectral Shepherd @Johann Bodin +39 C Stern Constable @Svetlin Velinov +40 C Strength of Arms @John Stanko +41 C Survive the Night @Svetlin Velinov +42 U Tenacity @Zoltan Boros +43 R Thalia's Lieutenant @Johannes Voss +44 C Thraben Inspector @Matt Stewart +45 U Topplegeist @Seb McKinnon +46 U Town Gossipmonger @John Stanko +47 C Unruly Mob @Ryan Pancoast +48 C Vessel of Ephemera @Kieran Yanner +49 U Aberrant Researcher @Nils Hamm +50 U Broken Concentration @Clint Cearley +51 C Catalog @Johannes Voss +52 U Compelling Deterrence @Seb McKinnon +53 R Confirm Suspicions @David Gaillet +54 U Daring Sleuth @Seb McKinnon +55 C Deny Existence @Christopher Moeller +56 C Drownyard Explorers @Anthony Palumbo +57 U Drunau Corpse Trawler @Dave Kendall +58 R Engulf the Shore @Cliff Childs +59 R Epiphany at the Drownyard @Titus Lunter +60 U Erdwal Illuminator @Seb McKinnon +61 U Essence Flux @Seb McKinnon +62 U Fleeting Memories @Christine Choi +63 R Forgotten Creation @Izzy +64 C Furtive Homunculus @Wayne Reynolds +65 M Geralf's Masterpiece @Daarken +66 C Ghostly Wings @Josu Hernaiz +67 C Gone Missing @James Paick +68 U Invasive Surgery @Steven Belledin +69 M Jace, Unraveler of Secrets @Tyler Jacobson +70 C Jace's Scrutiny @Slawomir Maniak +71 C Just the Wind @Christopher Moeller +72 C Lamplighter of Selhoff @Clint Cearley +73 U Manic Scribe @Matt Stewart +74 C Nagging Thoughts @Seb McKinnon +75 R Nephalia Moondrakes @Tianhua X +76 C Niblis of Dusk @Nils Hamm +77 U Ongoing Investigation @Bud Cook +78 C Pieces of the Puzzle @Magali Villeneuve +79 U Pore Over the Pages @Magali Villeneuve +80 C Press for Answers @Steve Prescott +81 R Rattlechains @Lius Lasahido +82 U Reckless Scholar @Steve Prescott +83 U Rise from the Tides @Dave Kendall +84 C Seagraf Skaab @Jama Jurabaev +85 C Silburlind Snapper @Tomasz Jedruszek +86 C Silent Observer @Lake Hurwitz +87 C Sleep Paralysis @Josu Hernaiz +88 M Startled Awake @Sean Sevestre +89 C Stitched Mangler @Dave Kendall +90 U Stitchwing Skaab @Nils Hamm +91 C Stormrider Spirit @Lake Hurwitz +92 R Thing in the Ice @Svetlin Velinov +93 U Trail of Evidence @Daniel Ljunggren +94 U Uninvited Geist @Dan Scott +95 C Vessel of Paramnesia @Kieran Yanner +96 R Welcome to the Fold @David Palumbo +97 U Accursed Witch @Wesley Burt +98 C Alms of the Vein @David Gaillet +99 R Asylum Visitor @Bastien L. Deharme +100 U Behind the Scenes @David Gaillet +101 M Behold the Beyond @Noah Bradley +102 U Biting Rain @John Stanko +103 U Call the Bloodline @Lake Hurwitz +104 U Creeping Dread @Anthony Palumbo +105 C Crow of Dark Tidings @Tianhua X +106 C Dead Weight @Randy Gallegos +107 R Diregraf Colossus @Vincent Proce +108 R Elusive Tormentor @Izzy +109 R Ever After @Ryan Alexander Lee +110 C Farbog Revenant @Min Yum +111 R From Under the Floorboards @Steven Belledin +112 C Ghoulcaller's Accomplice @Dave Kendall +113 U Ghoulsteed @Jason Kang +114 U Gisa's Bidding @Jason Felix +115 C Grotesque Mutation @Dan Scott +116 U Heir of Falkenrath @Jason Rainville +117 C Hound of the Farbogs @Christine Choi +118 U Indulgent Aristocrat @Anna Steinbauer +119 U Kindly Stranger @Ryan Pancoast +120 U Liliana's Indignation @Daarken +121 C Macabre Waltz @Willian Murai +122 R Markov Dreadknight @Darek Zabrocki +123 C Merciless Resolve @Chase Stone +124 M Mindwrack Demon @Matt Stewart +125 U Morkrut Necropod @Alejandro Mirabal +126 C Murderous Compulsion @David Palumbo +127 U Olivia's Bloodsworn @Daarken +128 U Pale Rider of Trostad @Seb McKinnon +129 U Pick the Brain @Mathias Kollros +130 C Rancid Rats @Daniel Ljunggren +131 M Relentless Dead @Ryan Yee +132 C Rottenheart Ghoul @Dave Kendall +133 C Sanitarium Skeleton @Kev Walker +134 C Shamble Back @Izzy +135 U Sinister Concoction @Zack Stella +136 C Stallion of Ashmouth @Chris Rahn +137 C Stromkirk Mentor @Cynthia Sheppard +138 C Throttle @Raymond Swanland +139 R To the Slaughter @Christine Choi +140 U Tooth Collector @Bud Cook +141 R Triskaidekaphobia @Willian Murai +142 C Twins of Maurer Estate @Darek Zabrocki +143 C Vampire Noble @Ryan Alexander Lee +144 C Vessel of Malignity @Kieran Yanner +145 R Avacyn's Judgment @Victor Adame Minguez +146 C Bloodmad Vampire @Johannes Voss +147 U Breakneck Rider @Victor Adame Minguez +148 R Burn from Within @James Ryman +149 C Convicted Killer @Deruchenko Alexander +150 U Dance with Devils @Wayne England +151 R Devils' Playground @Wayne England +152 U Dissension in the Ranks @Jakub Kasper +153 C Dual Shot @Joseph Meehan +154 C Ember-Eye Wolf @Anthony Palumbo +155 R Falkenrath Gorger @Anna Steinbauer +156 C Fiery Temper @Johannes Voss +157 R Flameblade Angel @Cynthia Sheppard +158 C Gatstaf Arsonists @Greg Staples +159 R Geier Reach Bandit @Slawomir Maniak +160 U Geistblast @Raymond Swanland +161 U Gibbering Fiend @Chris Rallis +162 M Goldnight Castigator @Zack Stella +163 R Harness the Storm @Raymond Swanland +164 C Howlpack Wolf @Svetlin Velinov +165 C Hulking Devil @Joseph Meehan +166 U Incorrigible Youths @Winona Nelson +167 U Inner Struggle @Mathias Kollros +168 C Insolent Neonate @Deruchenko Alexander +169 U Kessig Forgemaster @Winona Nelson +170 U Lightning Axe @Jason A. Engle +171 U Mad Prophet @Iain McCaig +172 C Magmatic Chasm @James Paick +173 U Malevolent Whispers @Greg Staples +174 C Pyre Hound @Jama Jurabaev +175 U Ravenous Bloodseeker @James Ryman +176 C Reduce to Ashes @Jason A. Engle +177 C Rush of Adrenaline @Chris Rallis +178 C Sanguinary Mage @David Gaillet +179 R Scourge Wolf @Jama Jurabaev +180 C Senseless Rage @Raymond Swanland +181 R Sin Prodder @Jack Wang +182 U Skin Invasion @Nils Hamm +183 U Spiteful Motives @Marco Nelor +184 U Stensia Masquerade @Willian Murai +185 C Structural Distortion @Jung Park +186 C Tormenting Voice @Dan Scott +187 U Ulrich's Kindred @Josu Hernaiz +188 C Uncaged Fury @Jason Kang +189 C Vessel of Volatility @Kieran Yanner +190 U Village Messenger @Daarken +191 C Voldaren Duelist @Jason Rainville +192 M Wolf of Devil's Breach @Jack Wang +193 C Aim High @Steve Prescott +194 U Autumnal Gloom @Jaime Jones +195 U Briarbridge Patrol @Greg Opalinski +196 C Byway Courier @Zoltan Boros +197 C Clip Wings @Howard Lyon +198 C Confront the Unknown @Kev Walker +199 U Crawling Sensation @Christopher Moeller +200 R Cryptolith Rite @Zack Stella +201 U Cult of the Waxing Moon @Anastasia Ovchinnikova +202 R Deathcap Cultivator @Karla Ortiz +203 U Duskwatch Recruiter @Craig J Spearing +204 C Equestrian Skill @Zoltan Boros +205 C Fork in the Road @Jung Park +206 U Gloomwidow @Svetlin Velinov +207 U Graf Mole @Lars Grant-West +208 U Groundskeeper @Anthony Palumbo +209 U Hermit of the Natterknolls @Dan Scott +210 C Hinterland Logger @Karl Kopinski +211 U Howlpack Resurgence @Izzy +212 R Inexorable Blob @Nils Hamm +213 C Intrepid Provisioner @Lius Lasahido +214 C Kessig Dire Swine @Jason Kang +215 U Lambholt Pacifist @Ryan Pancoast +216 C Loam Dryad @Jose Cabrera +217 C Might Beyond Reason @Craig J Spearing +218 C Moldgraf Scavenger @Tomasz Jedruszek +219 U Moonlight Hunt @Joseph Meehan +220 U Obsessive Skinner @John Stanko +221 U Pack Guardian @Filip Burburan +222 C Quilled Wolf @Bastien L. Deharme +223 C Rabid Bite @Karl Kopinski +224 C Root Out @Daniel Ljunggren +225 R Sage of Ancient Lore @Slawomir Maniak +226 M Seasons Past @Christine Choi +227 R Second Harvest @Matt Stewart +228 R Silverfur Partisan @Izzy +229 C Solitary Hunter @Craig J Spearing +230 R Soul Swallower @Marco Nelor +231 C Stoic Builder @Howard Lyon +232 C Thornhide Wolves @Scott Murphy +233 R Tireless Tracker @Eric Deschamps +234 R Traverse the Ulvenwald @Vincent Proce +235 M Ulvenwald Hydra @Raymond Swanland +236 U Ulvenwald Mysteries @Greg Opalinski +237 C Vessel of Nascency @Kieran Yanner +238 U Veteran Cathar @Deruchenko Alexander +239 C Watcher in the Web @Vincent Proce +240 U Weirding Wood @Jung Park +241 R Altered Ego @Kev Walker +242 R Anguished Unmaking @Wesley Burt +243 M Arlinn Kord @Winona Nelson +244 R Fevered Visions @Steven Belledin +245 M The Gitrog Monster @Jason Kang +246 R Invocation of Saint Traft @Igor Kieryluk +247 M Nahiri, the Harbinger @Aleksi Briclot +248 M Olivia, Mobilized for War @Eric Deschamps +249 R Prized Amalgam @Karl Kopinski +250 M Sigarda, Heron's Grace @Chris Rahn +251 M Sorin, Grim Nemesis @Eric Deschamps +252 R Brain in a Jar @Daniel Ljunggren +253 R Corrupted Grafstone @Bastien L. Deharme +254 U Epitaph Golem @Adam Paquette +255 C Explosive Apparatus @Lindsey Look +256 U Harvest Hand @Jason Felix +257 U Haunted Cloak @Volkan Baǵa +258 U Magnifying Glass @Dan Scott +259 U Murderer's Axe @Winona Nelson +260 U Neglected Heirloom @Volkan Baǵa +261 U Runaway Carriage @Kev Walker +262 C Shard of Broken Glass @Franz Vohwinkel +263 U Skeleton Key @Daniel Ljunggren +264 R Slayer's Plate @Ben Maier +265 R Tamiyo's Journal @Chase Stone +266 U Thraben Gargoyle @Daniel Ljunggren +267 C True-Faith Censer @Christine Choi +268 C Wicker Witch @Izzy +269 U Wild-Field Scarecrow @Jakub Kasper +270 R Choked Estuary @Vincent Proce +271 R Drownyard Temple @John Avon +272 R Foreboding Ruins @Adam Paquette +273 U Forsaken Sanctuary @Vincent Proce +274 R Fortified Village @Cliff Childs +275 U Foul Orchard @Jung Park +276 R Game Trail @Adam Paquette +277 U Highland Lake @Florian de Gesincourt +278 R Port Town @Noah Bradley +279 U Stone Quarry @Cliff Childs +280 C Warped Landscape @Cliff Childs +281 R Westvale Abbey @Min Yum +282 U Woodland Stream @James Paick +283 L Plains @Jonas De Ro +284 L Plains @Adam Paquette +285 L Plains @Andreas Rocha +286 L Island @Jonas De Ro +287 L Island @Adam Paquette +288 L Island @Andreas Rocha +289 L Swamp @Jonas De Ro +290 L Swamp @Jung Park +291 L Swamp @Andreas Rocha +292 L Mountain @Jonas De Ro +293 L Mountain @James Paick +294 L Mountain @Andreas Rocha +295 L Forest @Jonas De Ro +296 L Forest @Jung Park +297 L Forest @Andreas Rocha [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Shards of Alara Promos.txt b/forge-gui/res/editions/Shards of Alara Promos.txt index ca8e15d8e86..096b83d6210 100644 --- a/forge-gui/res/editions/Shards of Alara Promos.txt +++ b/forge-gui/res/editions/Shards of Alara Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PALA [cards] -154★ M Ajani Vengeant +154★ M Ajani Vengeant @Jason Chan diff --git a/forge-gui/res/editions/Shards of Alara.txt b/forge-gui/res/editions/Shards of Alara.txt index da547d786f6..28c1f2fdb84 100644 --- a/forge-gui/res/editions/Shards of Alara.txt +++ b/forge-gui/res/editions/Shards of Alara.txt @@ -12,255 +12,255 @@ FatPackExtraSlots=40 BasicLands ScryfallCode=ALA [cards] -63 R Ad Nauseam -153 C Agony Warp -154 M Ajani Vengeant -1 C Akrasan Squire -123 U Algae Gharial -2 U Angel's Herald -3 U Angelic Benediction -4 C Angelsong -220 U Arcane Sanctum -64 R Archdemon of Unx -65 C Banewasp Affliction -5 U Bant Battlemage -155 U Bant Charm -221 C Bant Panorama -6 R Battlegrace Angel -124 U Behemoth's Herald -156 C Blightning -66 C Blister Beetle -157 U Blood Cultist -93 C Bloodpyre Elemental -94 C Bloodthorn Taunter -67 C Bone Splinters -158 C Branching Bolt -159 R Brilliant Ultimatum -160 R Broodmate Dragon -161 U Bull Cerodon -95 R Caldera Hellion -32 C Call to Heel -33 C Cancel -162 C Carrion Thrash -34 C Cathartic Adept -125 C Cavern Thoctar -163 R Clarion Ultimatum -35 C Cloudheath Drake -36 C Coma Veil -68 U Corpse Connoisseur -37 C Courier's Capsule -126 C Court Archers -38 R Covenant of Minds -7 R Cradle of Vitality -96 R Crucible of Fire -164 R Cruel Ultimatum -222 U Crumbling Necropolis -69 R Cunning Lethemancer -127 C Cylian Elf -39 U Dawnray Archer -70 R Death Baron -71 C Deathgreeter -165 C Deft Duelist -72 U Demon's Herald -8 C Dispeller's Capsule -97 C Dragon Fodder -98 U Dragon's Herald -73 C Dreg Reaver -74 C Dregscape Zombie -128 C Druid of the Anima -129 U Drumhunter -9 M Elspeth, Knight-Errant -130 C Elvish Visionary -166 M Empyrial Archangel -40 U Esper Battlemage -167 U Esper Charm -223 C Esper Panorama -41 U Etherium Astrolabe -42 C Etherium Sculptor -10 R Ethersworn Canonist -11 C Excommunicate -75 C Executioner's Capsule -99 U Exuberant Firestoker -43 U Fatestitcher -131 R Feral Hydra -44 U Filigree Sages -168 U Fire-Field Ogre -100 R Flameblast Dragon -76 U Fleshbag Marauder -246 L Forest -246 L Forest -246 L Forest -246 L Forest -45 R Gather Specimens -132 C Gift of the Gargantuan -77 C Glaze Fiend -101 R Goblin Assault -169 C Goblin Deathraiders -102 C Goblin Mountaineer -170 M Godsire -133 C Godtoucher -78 U Grixis Battlemage -171 U Grixis Charm -224 C Grixis Panorama -12 C Guardians of Akrasa -13 C Gustrider Exuberant -103 R Hell's Thunder -172 M Hellkite Overlord -173 C Hindering Light -104 C Hissing Iguanar -79 R Immortal Coil -105 C Incurable Ogre -80 U Infest -14 R Invincible Hymn -235 L Island -235 L Island -235 L Island -235 L Island -174 U Jhessian Infiltrator -46 C Jhessian Lookout -106 U Jund Battlemage -175 U Jund Charm -225 C Jund Panorama -226 U Jungle Shrine -134 C Jungle Weaver -47 C Kathari Screecher -176 C Kederekt Creeper -48 R Kederekt Leviathan -135 R Keeper of Progenitus -177 U Kiss of the Amesha -15 C Knight of the Skyward Eye -16 R Knight of the White Orchid -17 R Knight-Captain of Eos -178 M Kresh the Bloodbraided -210 M Lich's Mirror -107 C Lightning Talons -136 C Lush Growth -108 C Magma Spray -138 R Manaplasm -18 C Marble Chalice -49 R Master of Etherium -179 M Mayael the Anima -50 R Memory Erosion -19 U Metallurgeon -137 U Mighty Emergence -51 R Mindlock Orb -211 R Minion Reflector -139 C Mosstodon -244 L Mountain -244 L Mountain -244 L Mountain -244 L Mountain -140 R Mycoloth -141 C Naturalize -142 U Naya Battlemage -180 U Naya Charm -227 C Naya Panorama -181 U Necrogenesis -212 C Obelisk of Bant -213 C Obelisk of Esper -214 C Obelisk of Grixis -215 C Obelisk of Jund -216 C Obelisk of Naya -20 C Oblivion Ring -81 C Onyx Goblet -143 R Ooze Garden -52 C Outrider of Jhess -232 L Plains -232 L Plains -232 L Plains -232 L Plains -109 R Predator Dragon -182 M Prince of Thralls -53 U Protomatter Powder -183 R Punish Ignorance -82 U Puppet Conjurer -184 U Qasali Ambusher -217 R Quietus Spike -185 M Rafiq of the Many -186 C Rakeclaw Gargantuan -21 R Ranger of Eos -187 R Realm Razer -218 C Relic of Progenitus -144 C Resounding Roar -83 C Resounding Scream -22 C Resounding Silence -110 C Resounding Thunder -54 C Resounding Wave -145 U Rhox Charger -188 U Rhox War Monk -111 C Ridge Rannet -189 C Rip-Clan Crasher -23 U Rockcaster Platoon -112 U Rockslide Elemental -146 R Sacellum Godspeaker -84 R Salvage Titan -24 C Sanctum Gargoyle -190 U Sangrite Surge -191 M Sarkhan Vol -147 C Savage Hunger -228 U Savage Lands -85 U Scavenger Drake -113 U Scourge Devil -25 R Scourglass -229 U Seaside Citadel -192 R Sedraxis Specter -193 M Sedris, the Traitor King -86 C Shadowfeed -55 R Sharding Sphinx -194 M Sharuum the Hegemon -87 C Shore Snapper -26 C Sighted-Caste Sorcerer -195 C Sigil Blessing -219 R Sigil of Distinction -27 U Sigiled Paladin -88 C Skeletal Kathari -114 U Skeletonize -56 R Skill Borrower -148 R Skullmulcher -115 C Soul's Fire -28 C Soul's Grace -149 C Soul's Might -150 R Spearbreaker Behemoth -57 C Spell Snip -196 M Sphinx Sovereign -58 U Sphinx's Herald -197 U Sprouting Thrinax -59 C Steelclad Serpent -198 C Steward of Valeron -199 R Stoic Angel -29 U Sunseed Nurturer -238 L Swamp -238 L Swamp -238 L Swamp -238 L Swamp -200 U Swerve -89 R Tar Fiend -60 M Tezzeret the Seeker -116 C Thorn-Thrash Viashino -201 U Thoughtcutter Agent -117 U Thunder-Thrash Elder -202 U Tidehollow Sculler -203 C Tidehollow Strix -204 R Titanic Ultimatum -151 U Topan Ascetic -61 C Tortoise Formation -205 U Tower Gargoyle -90 C Undead Leotau -62 C Vectis Silencers -91 R Vein Drinker -118 C Viashino Skeleton -119 R Vicious Shadows -206 R Violent Ultimatum -92 C Viscera Dragger -120 C Vithian Stinger -121 C Volcanic Submersion -207 C Waveskimmer Aven -30 C Welkin Guide -122 R Where Ancients Tread -152 C Wild Nacatl -208 C Windwright Mage -209 U Woolly Thoctar -31 C Yoked Plowbeast +63 R Ad Nauseam @Jeremy Jarvis +153 C Agony Warp @Dave Allsop +154 M Ajani Vengeant @Wayne Reynolds +1 C Akrasan Squire @Todd Lockwood +123 U Algae Gharial @Michael Ryan +2 U Angel's Herald @Greg Staples +3 U Angelic Benediction @Michael Komarck +4 C Angelsong @Sal Villagran +220 U Arcane Sanctum @Anthony Francisco +64 R Archdemon of Unx @Dave Allsop +65 C Banewasp Affliction @Dave Allsop +5 U Bant Battlemage @Donato Giancola +155 U Bant Charm @Randy Gallegos +221 C Bant Panorama @Donato Giancola +6 R Battlegrace Angel @Matt Stewart +124 U Behemoth's Herald @Paolo Parente +156 C Blightning @Thomas M. Baxa +66 C Blister Beetle @Anthony S. Waters +157 U Blood Cultist @Karl Kopinski +93 C Bloodpyre Elemental @Trevor Claxton +94 C Bloodthorn Taunter @Jesper Ejsing +67 C Bone Splinters @Cole Eastburn +158 C Branching Bolt @Vance Kovacs +159 R Brilliant Ultimatum @Anthony Francisco +160 R Broodmate Dragon @Vance Kovacs +161 U Bull Cerodon @Jesper Ejsing +95 R Caldera Hellion @Raymond Swanland +32 C Call to Heel @Randy Gallegos +33 C Cancel @David Palumbo +162 C Carrion Thrash @Jaime Jones +34 C Cathartic Adept @Carl Critchlow +125 C Cavern Thoctar @Jean-Sébastien Rossbach +163 R Clarion Ultimatum @Michael Komarck +35 C Cloudheath Drake @Izzy +36 C Coma Veil @Dan Scott +68 U Corpse Connoisseur @Mark Hyzer +37 C Courier's Capsule @Andrew Murray +126 C Court Archers @Randy Gallegos +38 R Covenant of Minds @Dan Seagrave +7 R Cradle of Vitality @Trevor Hairsine +96 R Crucible of Fire @Dominick Domingo +164 R Cruel Ultimatum @Ralph Horsley +222 U Crumbling Necropolis @Dave Kendall +69 R Cunning Lethemancer @Paul Bonner +127 C Cylian Elf @Steve Prescott +39 U Dawnray Archer @Dan Dos Santos +70 R Death Baron @Nils Hamm +71 C Deathgreeter @Dominick Domingo +165 C Deft Duelist @David Palumbo +72 U Demon's Herald @Karl Kopinski +8 C Dispeller's Capsule @Franz Vohwinkel +97 C Dragon Fodder @Jaime Jones +98 U Dragon's Herald @Daarken +73 C Dreg Reaver @Thomas M. Baxa +74 C Dregscape Zombie @Lars Grant-West +128 C Druid of the Anima @Jim Murray +129 U Drumhunter @Jim Murray +9 M Elspeth, Knight-Errant @Volkan Baǵa +130 C Elvish Visionary @D. Alexander Gregory +166 M Empyrial Archangel @Greg Staples +40 U Esper Battlemage @Matt Cavotta +167 U Esper Charm @Michael Bruinsma +223 C Esper Panorama @Franz Vohwinkel +41 U Etherium Astrolabe @Michael Bruinsma +42 C Etherium Sculptor @Steven Belledin +10 R Ethersworn Canonist @Izzy +11 C Excommunicate @Matt Stewart +75 C Executioner's Capsule @Warren Mahy +99 U Exuberant Firestoker @Zoltan Boros & Gabor Szikszai +43 U Fatestitcher @E. M. Gist +131 R Feral Hydra @Steve Prescott +44 U Filigree Sages @Dan Scott +168 U Fire-Field Ogre @Mitch Cotie +100 R Flameblast Dragon @Jaime Jones +76 U Fleshbag Marauder @Pete Venters +246 L Forest @Aleksi Briclot +247 L Forest @Zoltan Boros & Gabor Szikszai +248 L Forest @Zoltan Boros & Gabor Szikszai +249 L Forest @Michael Komarck +45 R Gather Specimens @Michael Bruinsma +132 C Gift of the Gargantuan @Jean-Sébastien Rossbach +77 C Glaze Fiend @Joshua Hagler +101 R Goblin Assault @Jaime Jones +169 C Goblin Deathraiders @Raymond Swanland +102 C Goblin Mountaineer @Michael Ryan +170 M Godsire @Jim Murray +133 C Godtoucher @Jesper Ejsing +78 U Grixis Battlemage @Nils Hamm +171 U Grixis Charm @Lars Grant-West +224 C Grixis Panorama @Nils Hamm +12 C Guardians of Akrasa @Alan Pollack +13 C Gustrider Exuberant @Wayne Reynolds +103 R Hell's Thunder @Karl Kopinski +172 M Hellkite Overlord @Justin Sweet +173 C Hindering Light @Chris Rahn +104 C Hissing Iguanar @Brandon Kitkouski +79 R Immortal Coil @Dan Scott +105 C Incurable Ogre @Carl Critchlow +80 U Infest @Karl Kopinski +14 R Invincible Hymn @Matt Stewart +234 L Island @Michael Komarck +235 L Island @Chippy +236 L Island @Chippy +237 L Island @Mark Tedin +174 U Jhessian Infiltrator @Donato Giancola +46 C Jhessian Lookout @Donato Giancola +106 U Jund Battlemage @Vance Kovacs +175 U Jund Charm @Brandon Kitkouski +225 C Jund Panorama @Jaime Jones +226 U Jungle Shrine @Wayne Reynolds +134 C Jungle Weaver @Trevor Hairsine +47 C Kathari Screecher @Pete Venters +176 C Kederekt Creeper @Mark Hyzer +48 R Kederekt Leviathan @Mark Hyzer +135 R Keeper of Progenitus @Kev Walker +177 U Kiss of the Amesha @Todd Lockwood +15 C Knight of the Skyward Eye @Matt Stewart +16 R Knight of the White Orchid @Mark Zug +17 R Knight-Captain of Eos @Chris Rahn +178 M Kresh the Bloodbraided @Raymond Swanland +210 M Lich's Mirror @Ash Wood +107 C Lightning Talons @Pete Venters +136 C Lush Growth @Jesper Ejsing +108 C Magma Spray @Jarreau Wimberly +138 R Manaplasm @Daarken +18 C Marble Chalice @Howard Lyon +49 R Master of Etherium @Matt Cavotta +179 M Mayael the Anima @Jason Chan +50 R Memory Erosion @Howard Lyon +19 U Metallurgeon @Warren Mahy +137 U Mighty Emergence @Steve Prescott +51 R Mindlock Orb @rk post +211 R Minion Reflector @Mark Tedin +139 C Mosstodon @Paolo Parente +242 L Mountain @Mark Tedin +243 L Mountain @Aleksi Briclot +244 L Mountain @Aleksi Briclot +245 L Mountain @Zoltan Boros & Gabor Szikszai +140 R Mycoloth @Raymond Swanland +141 C Naturalize @Trevor Hairsine +142 U Naya Battlemage @Steve Argyle +180 U Naya Charm @Jesper Ejsing +227 C Naya Panorama @Hideaki Takamura +181 U Necrogenesis @Trevor Claxton +212 C Obelisk of Bant @David Palumbo +213 C Obelisk of Esper @Francis Tsai +214 C Obelisk of Grixis @Nils Hamm +215 C Obelisk of Jund @Brandon Kitkouski +216 C Obelisk of Naya @Steve Prescott +20 C Oblivion Ring @Franz Vohwinkel +81 C Onyx Goblet @rk post +143 R Ooze Garden @Anthony S. Waters +52 C Outrider of Jhess @Alan Pollack +230 L Plains @Zoltan Boros & Gabor Szikszai +231 L Plains @Michael Komarck +232 L Plains @Michael Komarck +233 L Plains @Chippy +109 R Predator Dragon @Raymond Swanland +182 M Prince of Thralls @Paul Bonner +53 U Protomatter Powder @Francis Tsai +183 R Punish Ignorance @Shelly Wan +82 U Puppet Conjurer @Steven Belledin +184 U Qasali Ambusher @Kev Walker +217 R Quietus Spike @Mark Brill +185 M Rafiq of the Many @Michael Komarck +186 C Rakeclaw Gargantuan @Jesper Ejsing +21 R Ranger of Eos @Volkan Baǵa +187 R Realm Razer @Hideaki Takamura +218 C Relic of Progenitus @Jean-Sébastien Rossbach +144 C Resounding Roar @Steve Prescott +83 C Resounding Scream @Thomas M. Baxa +22 C Resounding Silence @Mark Zug +110 C Resounding Thunder @Jon Foster +54 C Resounding Wave @Izzy +145 U Rhox Charger @Chris Rahn +188 U Rhox War Monk @Dan Dos Santos +111 C Ridge Rannet @Jim Murray +189 C Rip-Clan Crasher @Justin Sweet +23 U Rockcaster Platoon @David Palumbo +112 U Rockslide Elemental @Joshua Hagler +146 R Sacellum Godspeaker @Wayne Reynolds +84 R Salvage Titan @Anthony Francisco +24 C Sanctum Gargoyle @Shelly Wan +190 U Sangrite Surge @Jarreau Wimberly +191 M Sarkhan Vol @Daarken +147 C Savage Hunger @Trevor Claxton +228 U Savage Lands @Vance Kovacs +85 U Scavenger Drake @Trevor Claxton +113 U Scourge Devil @Dave Kendall +25 R Scourglass @Matt Cavotta +229 U Seaside Citadel @Volkan Baǵa +192 R Sedraxis Specter @Cole Eastburn +193 M Sedris, the Traitor King @Paul Bonner +86 C Shadowfeed @Dave Kendall +55 R Sharding Sphinx @Michael Bruinsma +194 M Sharuum the Hegemon @Izzy +87 C Shore Snapper @Dave Kendall +26 C Sighted-Caste Sorcerer @Chris Rahn +195 C Sigil Blessing @Matt Stewart +219 R Sigil of Distinction @Alan Pollack +27 U Sigiled Paladin @Greg Staples +88 C Skeletal Kathari @Carl Critchlow +114 U Skeletonize @Karl Kopinski +56 R Skill Borrower @Shelly Wan +148 R Skullmulcher @Michael Ryan +115 C Soul's Fire @Wayne Reynolds +28 C Soul's Grace @Christopher Moeller +149 C Soul's Might @Kev Walker +150 R Spearbreaker Behemoth @Christopher Moeller +57 C Spell Snip @Michael Sutfin +196 M Sphinx Sovereign @Chippy +58 U Sphinx's Herald @Dan Scott +197 U Sprouting Thrinax @Jarreau Wimberly +59 C Steelclad Serpent @Carl Critchlow +198 C Steward of Valeron @Greg Staples +199 R Stoic Angel @Volkan Baǵa +29 U Sunseed Nurturer @Steve Argyle +238 L Swamp @Chippy +239 L Swamp @Mark Tedin +240 L Swamp @Mark Tedin +241 L Swamp @Aleksi Briclot +200 U Swerve @Karl Kopinski +89 R Tar Fiend @Anthony S. Waters +60 M Tezzeret the Seeker @Anthony Francisco +116 C Thorn-Thrash Viashino @Jon Foster +201 U Thoughtcutter Agent @Cyril Van Der Haegen +117 U Thunder-Thrash Elder @Brandon Kitkouski +202 U Tidehollow Sculler @rk post +203 C Tidehollow Strix @Cyril Van Der Haegen +204 R Titanic Ultimatum @Steve Prescott +151 U Topan Ascetic @Sal Villagran +61 C Tortoise Formation @Mark Zug +205 U Tower Gargoyle @Matt Cavotta +90 C Undead Leotau @Carl Critchlow +62 C Vectis Silencers @Steven Belledin +91 R Vein Drinker @Lars Grant-West +118 C Viashino Skeleton @Cole Eastburn +119 R Vicious Shadows @Joshua Hagler +206 R Violent Ultimatum @Raymond Swanland +92 C Viscera Dragger @Ralph Horsley +120 C Vithian Stinger @Dave Kendall +121 C Volcanic Submersion @Trevor Claxton +207 C Waveskimmer Aven @Mark Zug +30 C Welkin Guide @David Palumbo +122 R Where Ancients Tread @Zoltan Boros & Gabor Szikszai +152 C Wild Nacatl @Wayne Reynolds +208 C Windwright Mage @Chippy +209 U Woolly Thoctar @Wayne Reynolds +31 C Yoked Plowbeast @Steve Argyle [tokens] w_1_1_soldier diff --git a/forge-gui/res/editions/Shattered Chains.txt b/forge-gui/res/editions/Shattered Chains.txt index 679ff0b17c9..bd6cac6858d 100644 --- a/forge-gui/res/editions/Shattered Chains.txt +++ b/forge-gui/res/editions/Shattered Chains.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PHPR [cards] -4 C Giant Badger +4 C Giant Badger @Liz Danforth diff --git a/forge-gui/res/editions/Signature Spellbook Chandra.txt b/forge-gui/res/editions/Signature Spellbook Chandra.txt index 872cd270343..ce3d264a863 100644 --- a/forge-gui/res/editions/Signature Spellbook Chandra.txt +++ b/forge-gui/res/editions/Signature Spellbook Chandra.txt @@ -6,11 +6,11 @@ Type=Collector_Edition ScryfallCode=SS3 [cards] -1 M Chandra, Torch of Defiance -2 R Cathartic Reunion -3 R Fiery Confluence -4 M Past in Flames -5 M Pyroblast -6 R Pyromancer Ascension -7 R Rite of Flame -8 R Young Pyromancer +1 M Chandra, Torch of Defiance @Magali Villeneuve +2 R Cathartic Reunion @Howard Lyon +3 R Fiery Confluence @Micah Epstein +4 M Past in Flames @Josu Hernaiz +5 M Pyroblast @Yongjae Choi +6 R Pyromancer Ascension @Karl Kopinski +7 R Rite of Flame @Kieran Yanner +8 R Young Pyromancer @Cynthia Sheppard diff --git a/forge-gui/res/editions/Signature Spellbook Gideon.txt b/forge-gui/res/editions/Signature Spellbook Gideon.txt index 6d6b858e6e8..4db1f99a0c9 100644 --- a/forge-gui/res/editions/Signature Spellbook Gideon.txt +++ b/forge-gui/res/editions/Signature Spellbook Gideon.txt @@ -7,11 +7,11 @@ Type=Collector_Edition ScryfallCode=SS2 [cards] -1 M Gideon Jura -2 R Martyr's Bond -3 R Path to Exile -4 R Rest in Peace -5 R Shielded by Faith -6 R True Conviction -7 R Worship -8 R Blackblade Reforged +1 M Gideon Jura @Aleksi Briclot +2 R Martyr's Bond @Seb McKinnon +3 R Path to Exile @Daarken +4 R Rest in Peace @Jason Rainville +5 R Shielded by Faith @Zack Stella +6 R True Conviction @Ekaterina Burmak +7 R Worship @Matt Stewart +8 R Blackblade Reforged @Richard Kane Ferguson diff --git a/forge-gui/res/editions/Signature Spellbook Jace.txt b/forge-gui/res/editions/Signature Spellbook Jace.txt index 2716fde052f..9f6b7f15c82 100644 --- a/forge-gui/res/editions/Signature Spellbook Jace.txt +++ b/forge-gui/res/editions/Signature Spellbook Jace.txt @@ -7,11 +7,11 @@ Type=Collector_Edition ScryfallCode=SS1 [cards] -1 M Jace Beleren -2 R Blue Elemental Blast -3 R Brainstorm -4 R Counterspell -5 R Gifts Ungiven -6 R Mystical Tutor -7 R Negate -8 R Threads of Disloyalty +1 M Jace Beleren @Aleksi Briclot +2 R Blue Elemental Blast @Slawomir Maniak +3 R Brainstorm @Daarken +4 R Counterspell @Jason Chan +5 R Gifts Ungiven @Chris Rallis +6 R Mystical Tutor @Yongjae Choi +7 R Negate @Jason Rainville +8 R Threads of Disloyalty @Tyler Jacobson diff --git a/forge-gui/res/editions/Starter 1999.txt b/forge-gui/res/editions/Starter 1999.txt index 528c934f7f6..5772d4b7072 100644 --- a/forge-gui/res/editions/Starter 1999.txt +++ b/forge-gui/res/editions/Starter 1999.txt @@ -12,176 +12,176 @@ Booster=9 Common, 3 Uncommon, 1 Rare, 2 BasicLand ScryfallCode=S99 [cards] -63 R Abyssal Horror -32 U Air Elemental -124 R Alluring Scent -64 R Ancient Craving -1 U Angel of Light -2 U Angel of Mercy -3 C Angelic Blessing -4 R Archangel -5 U Ardent Militia -6 R Armageddon -125 C Barbtooth Wurm -7 U Bargain -8 R Blinding Light -65 C Bog Imp -66 C Bog Raiders -67 U Bog Wraith -9 C Border Guard -10 U Breath of Life -126 U Bull Hippo -11 R Champion Lancer -12 U Charging Paladin -68 C Chorus of Woe -93 U Cinder Storm -69 U Coercion -33 C Coral Eel -34 U Counterspell -70 U Dakmor Ghoul -71 R Dakmor Lancer -72 U Dakmor Plague -73 C Dakmor Scorpion -74 R Dakmor Sorceress -75 U Dark Offering -35 R Denizen of the Deep -94 R Devastation -13 C Devoted Hero -14 C Devout Monk -76 R Dread Reaper -127 C Durkwood Boars -15 C Eager Cadet -95 U Earth Elemental -36 U Exhaustion -37 C Extinguish -38 U Eye Spy -16 U False Peace -77 C Feral Shadow -96 U Fire Elemental -97 R Fire Tempest -17 C Foot Soldiers -171 L Forest -171 L Forest -171 L Forest -171 L Forest -18 R Gerrard's Wisdom -39 C Giant Octopus -98 C Goblin Cavaliers -99 C Goblin Chariot -100 U Goblin Commando -101 U Goblin General -102 U Goblin Glider -103 R Goblin Hero -104 U Goblin Lore -105 C Goblin Mountaineer -106 U Goblin Settler -128 C Gorilla Warrior -78 U Gravedigger -79 R Grim Tutor -129 C Grizzly Bears -80 C Hand of Death -81 C Hollow Dogs -82 U Howling Fury -107 C Hulking Goblin -108 U Hulking Ogre -40 C Ingenious Thief -158 L Island -158 L Island -158 L Island -158 L Island -109 U Jagged Lightning -19 C Knight Errant -110 R Last Chance -111 C Lava Axe -130 C Lone Wolf -20 R Loyal Sentry -131 U Lynx -41 U Man-o'-War -42 C Merfolk of the Pearl Trident -83 C Mind Rot -112 R Mons's Goblin Raiders -132 C Monstrous Growth -133 U Moon Sprite -167 L Mountain -167 L Mountain -167 L Mountain -167 L Mountain -84 C Muck Rats -134 U Natural Spring -135 R Nature's Cloak -136 C Nature's Lore -137 C Norwood Archers -138 C Norwood Ranger -113 C Ogre Warrior -43 U Owl Familiar -21 C Path of Peace -44 R Phantom Warrior -45 R Piracy -156 L Plains -156 L Plains -156 L Plains -156 L Plains -139 U Pride of Lions -46 R Psychic Transfer -114 C Raging Goblin -85 C Raise Dead -47 R Ransack -86 U Ravenous Rats -48 U Relearn -115 R Relentless Assault -49 C Remove Soul -140 U Renewing Touch -22 U Righteous Charge -23 R Righteous Fury -24 C Royal Falcon -25 U Royal Trooper -26 C Sacred Nectar -87 C Scathe Zombies -116 C Scorching Spear -50 C Sea Eagle -88 C Serpent Warrior -89 U Shrieking Specter -141 U Silverback Ape -51 C Sleight of Hand -52 C Snapping Drake -90 U Soul Feast -142 C Southern Elephant -117 U Spitting Earth -143 C Squall -27 C Steadfastness -118 C Stone Rain -53 C Storm Crow -91 U Stream of Acid -144 R Summer Bloom -163 L Swamp -163 L Swamp -163 L Swamp -163 L Swamp -145 R Sylvan Basilisk -146 R Sylvan Yeti -147 R Thorn Elemental -119 R Thunder Dragon -54 U Tidings -55 C Time Ebb -56 R Time Warp -57 C Touch of Brilliance -120 R Trained Orgg -121 C Tremor -58 U Undo -148 U Untamed Wilds -28 C Venerable Monk -29 U Vengeance -30 U Veteran Cavalier -59 R Vizzerdrix -122 R Volcanic Dragon -123 C Volcanic Hammer -60 U Water Elemental -149 U Whiptail Wurm -150 R Whirlwind -92 R Wicked Pact -31 C Wild Griffin -151 U Wild Ox -152 C Willow Elf -61 C Wind Drake -62 U Wind Sail -153 U Wood Elves +63 R Abyssal Horror @rk post +32 U Air Elemental @Doug Chaffee +124 R Alluring Scent @Melissa A. Benson +64 R Ancient Craving @Rob Alexander +1 U Angel of Light @Todd Lockwood +2 U Angel of Mercy @Melissa A. Benson +3 C Angelic Blessing @Mark Zug +4 R Archangel @Quinton Hoover +5 U Ardent Militia @Zina Saunders +6 R Armageddon @Rob Alexander +125 C Barbtooth Wurm @Rebecca Guay +7 U Bargain @Phil Foglio +8 R Blinding Light @John Coulthart +65 C Bog Imp @Christopher Rush +66 C Bog Raiders @Carl Critchlow +67 U Bog Wraith @Jeff A. Menges +9 C Border Guard @Kev Walker +10 U Breath of Life @DiTerlizzi +126 U Bull Hippo @Daren Bader +11 R Champion Lancer @Chippy +12 U Charging Paladin @Kev Walker +68 C Chorus of Woe @Randy Gallegos +93 U Cinder Storm @Mark Tedin +69 U Coercion @Jeffrey R. Busch +33 C Coral Eel @Una Fricker +34 U Counterspell @Hannibal King +70 U Dakmor Ghoul @Dana Knutson +71 R Dakmor Lancer @Chippy +72 U Dakmor Plague @Jeff Miracola +73 C Dakmor Scorpion @Randy Gallegos +74 R Dakmor Sorceress @Matthew D. Wilson +75 U Dark Offering @Edward P. Beard, Jr. +35 R Denizen of the Deep @Anson Maddocks +94 R Devastation @Steve Luke +13 C Devoted Hero @DiTerlizzi +14 C Devout Monk @Daniel Gelon +76 R Dread Reaper @Christopher Rush +127 C Durkwood Boars @Mike Kimble +15 C Eager Cadet @Scott M. Fischer +95 U Earth Elemental @Dan Frazier +36 U Exhaustion @Paolo Parente +37 C Extinguish @Douglas Shuler +38 U Eye Spy @DiTerlizzi +16 U False Peace @Zina Saunders +77 C Feral Shadow @Cliff Nielsen +96 U Fire Elemental @Melissa A. Benson +97 R Fire Tempest @Mike Dringenberg +17 C Foot Soldiers @Kev Walker +170 L Forest @Quinton Hoover +171 L Forest @Quinton Hoover +172 L Forest @John Avon +173 L Forest @John Avon +18 R Gerrard's Wisdom @Heather Hudson +39 C Giant Octopus @John Matson +98 C Goblin Cavaliers @DiTerlizzi +99 C Goblin Chariot @Pete Venters +100 U Goblin Commando @Todd Lockwood +101 U Goblin General @Keith Parkinson +102 U Goblin Glider @Pete Venters +103 R Goblin Hero @Pete Venters +104 U Goblin Lore @D. Alexander Gregory +105 C Goblin Mountaineer @DiTerlizzi +106 U Goblin Settler @Carl Critchlow +128 C Gorilla Warrior @John Matson +78 U Gravedigger @Dermot Power +79 R Grim Tutor @Mark Tedin +129 C Grizzly Bears @Una Fricker +80 C Hand of Death @Heather Hudson +81 C Hollow Dogs @Jeff Miracola +82 U Howling Fury @Mike Dringenberg +107 C Hulking Goblin @Pete Venters +108 U Hulking Ogre @Greg Hildebrandt & Tim Hildebrandt +40 C Ingenious Thief @Dan Frazier +158 L Island @Douglas Shuler +159 L Island @J. W. Frost +160 L Island @John Avon +161 L Island @Eric Peterson +109 U Jagged Lightning @Michael Weaver +19 C Knight Errant @Dan Frazier +110 R Last Chance @Hannibal King +111 C Lava Axe @Brian Snõddy +130 C Lone Wolf @Una Fricker +20 R Loyal Sentry @Ron Spears +131 U Lynx @Rebecca Guay +41 U Man-o'-War @Una Fricker +42 C Merfolk of the Pearl Trident @DiTerlizzi +83 C Mind Rot @Steve Luke +112 R Mons's Goblin Raiders @Pete Venters +132 C Monstrous Growth @Una Fricker +133 U Moon Sprite @Terese Nielsen +166 L Mountain @John Avon +167 L Mountain @John Avon +168 L Mountain @John Avon +169 L Mountain @Brian Durfee +84 C Muck Rats @Una Fricker +134 U Natural Spring @Jeffrey R. Busch +135 R Nature's Cloak @Rebecca Guay +136 C Nature's Lore @Alan Rabinowitz +137 C Norwood Archers @Rebecca Guay +138 C Norwood Ranger @Ron Spencer +113 C Ogre Warrior @Jeff Miracola +43 U Owl Familiar @Janine Johnston +21 C Path of Peace @Val Mayerik +44 R Phantom Warrior @John Matson +45 R Piracy @Bradley Williams +154 L Plains @Tom Wänerstrand +155 L Plains @Tom Wänerstrand +156 L Plains @Douglas Shuler +157 L Plains @Fred Fields +139 U Pride of Lions @Carl Critchlow +46 R Psychic Transfer @Dom! +114 C Raging Goblin @Jeff Miracola +85 C Raise Dead @Charles Gillespie +47 R Ransack @Ron Spencer +86 U Ravenous Rats @Carl Critchlow +48 U Relearn @Zina Saunders +115 R Relentless Assault @Geofrey Darrow & I. Rabarot +49 C Remove Soul @Mike Dringenberg +140 U Renewing Touch @Rebecca Guay +22 U Righteous Charge @Jeffrey R. Busch +23 R Righteous Fury @Edward P. Beard, Jr. +24 C Royal Falcon @Carl Critchlow +25 U Royal Trooper @Scott M. Fischer +26 C Sacred Nectar @Janine Johnston +87 C Scathe Zombies @Tom Kyffin +116 C Scorching Spear @Mike Raabe +50 C Sea Eagle @Anthony S. Waters +88 C Serpent Warrior @Ron Spencer +89 U Shrieking Specter @rk post +141 U Silverback Ape @Ron Spears +51 C Sleight of Hand @Phil Foglio +52 C Snapping Drake @Christopher Rush +90 U Soul Feast @Ray Lago +142 C Southern Elephant @Wang Yuqun +117 U Spitting Earth @Brian Snõddy +143 C Squall @Carl Critchlow +27 C Steadfastness @Kev Walker +118 C Stone Rain @John Matson +53 C Storm Crow @Una Fricker +91 U Stream of Acid @DiTerlizzi +144 R Summer Bloom @Kaja Foglio +162 L Swamp @Romas Kukalis +163 L Swamp @Dan Frazier +164 L Swamp @Douglas Shuler +165 L Swamp @Romas Kukalis +145 R Sylvan Basilisk @Ron Spencer +146 R Sylvan Yeti @Brom +147 R Thorn Elemental @rk post +119 R Thunder Dragon @Dana Knutson +54 U Tidings @Pete Venters +55 C Time Ebb @Alan Rabinowitz +56 R Time Warp @Pete Venters +57 C Touch of Brilliance @Kaja Foglio +120 R Trained Orgg @Eric Peterson +121 C Tremor @Pete Venters +58 U Undo @Terese Nielsen +148 U Untamed Wilds @NéNé Thomas +28 C Venerable Monk @D. Alexander Gregory +29 U Vengeance @Andrew Robinson +30 U Veteran Cavalier @rk post +59 R Vizzerdrix @Eric Peterson +122 R Volcanic Dragon @Janine Johnston +123 C Volcanic Hammer @Edward P. Beard, Jr. +60 U Water Elemental @Jeff A. Menges +149 U Whiptail Wurm @Una Fricker +150 R Whirlwind @John Matson +92 R Wicked Pact @Adam Rex +31 C Wild Griffin @Jeff Miracola +151 U Wild Ox @Jeffrey R. Busch +152 C Willow Elf @DiTerlizzi +61 C Wind Drake @Zina Saunders +62 U Wind Sail @Matt Stawicki +153 U Wood Elves @Rebecca Guay diff --git a/forge-gui/res/editions/Strixhaven Mystical Archive.txt b/forge-gui/res/editions/Strixhaven Mystical Archive.txt index 8983f905a64..9f2d88dd8c5 100644 --- a/forge-gui/res/editions/Strixhaven Mystical Archive.txt +++ b/forge-gui/res/editions/Strixhaven Mystical Archive.txt @@ -6,258 +6,258 @@ Type=Collector_Edition ScryfallCode=STA [borderless] -1 M Approach of the Second Sun -2 M Day of Judgment -3 U Defiant Strike -4 U Divine Gambit -5 R Ephemerate -6 R Gift of Estates -7 R Gods Willing -8 R Mana Tithe -9 U Revitalize -10 R Swords to Plowshares -11 M Teferi's Protection -12 M Blue Sun's Zenith -13 R Brainstorm -14 R Compulsive Research -15 R Counterspell -16 R Memory Lapse -17 M Mind's Desire -18 U Negate -19 U Opt -20 U Strategic Planning -21 R Tezzeret's Gambit -22 M Time Warp -23 U Whirlwind Denial -24 U Agonizing Remorse -25 M Crux of Fate -26 R Dark Ritual -27 M Demonic Tutor -28 R Doom Blade -29 U Duress -30 U Eliminate -31 R Inquisition of Kozilek -32 R Sign in Blood -33 M Tainted Pact -34 R Tendrils of Agony -35 U Village Rites -36 M Chaos Warp -37 U Claim the Firstborn -38 R Faithless Looting -39 R Grapeshot -40 M Increasing Vengeance -41 U Infuriate -42 C Lightning Bolt -43 M Mizzix's Mastery -44 U Shock -45 R Stone Rain -46 U Thrill of Possibility -47 R Urza's Rage -48 R Abundant Harvest -49 U Adventurous Impulse -50 M Channel -51 U Cultivate -52 R Harmonize -53 R Krosan Grip -54 M Natural Order -55 M Primal Command -56 R Regrowth -57 U Snakeskin Veil -58 R Weather the Storm -59 R Despark -60 R Electrolyze -61 R Growth Spiral -62 R Lightning Helix -63 R Putrefy -64 M Approach of the Second Sun -65 M Day of Judgment -66 U Defiant Strike -67 U Divine Gambit -68 R Ephemerate -69 R Gift of Estates -70 R Gods Willing -71 R Mana Tithe -72 U Revitalize -73 R Swords to Plowshares -74 M Teferi's Protection -75 M Blue Sun's Zenith -76 R Brainstorm -77 R Compulsive Research -78 R Counterspell -79 R Memory Lapse -80 M Mind's Desire -81 U Negate -82 U Opt -83 U Strategic Planning -84 R Tezzeret's Gambit -85 M Time Warp -86 U Whirlwind Denial -87 U Agonizing Remorse -88 M Crux of Fate -89 R Dark Ritual -90 M Demonic Tutor -91 R Doom Blade -92 U Duress -93 U Eliminate -94 R Inquisition of Kozilek -95 R Sign in Blood -96 M Tainted Pact -97 R Tendrils of Agony -98 U Village Rites -99 M Chaos Warp -100 U Claim the Firstborn -101 R Faithless Looting -102 R Grapeshot -103 M Increasing Vengeance -104 U Infuriate -105 C Lightning Bolt -106 M Mizzix's Mastery -107 U Shock -108 R Stone Rain -109 U Thrill of Possibility -110 R Urza's Rage -111 R Abundant Harvest -112 U Adventurous Impulse -113 M Channel -114 U Cultivate -115 R Harmonize -116 R Krosan Grip -117 M Natural Order -118 M Primal Command -119 R Regrowth -120 U Snakeskin Veil -121 R Weather the Storm -122 R Despark -123 R Electrolyze -124 R Growth Spiral -125 R Lightning Helix -126 R Putrefy +1 M Approach of the Second Sun @Minttu Hynninen +2 M Day of Judgment @Anato Finnstark +3 U Defiant Strike @Dominik Mayer +4 U Divine Gambit @Matthew G. Lewis +5 R Ephemerate @Rovina Cai +6 R Gift of Estates @Justin Hernandez & Alexis Hernandez +7 R Gods Willing @Dominik Mayer +8 R Mana Tithe @Robbie Trevino +9 U Revitalize @Justin Hernandez & Alexis Hernandez +10 R Swords to Plowshares @Mark Tedin +11 M Teferi's Protection @Minttu Hynninen +12 M Blue Sun's Zenith @Dominik Mayer +13 R Brainstorm @Justin Hernandez & Alexis Hernandez +14 R Compulsive Research @Kristina Collantes +15 R Counterspell @Olena Richards +16 R Memory Lapse @Kristina Collantes +17 M Mind's Desire @Minttu Hynninen +18 U Negate @Dominik Mayer +19 U Opt @Kristina Collantes +20 U Strategic Planning @Robbie Trevino +21 R Tezzeret's Gambit @Jason Felix +22 M Time Warp @Dominik Mayer +23 U Whirlwind Denial @Anato Finnstark +24 U Agonizing Remorse @Robbie Trevino +25 M Crux of Fate @Jason Felix +26 R Dark Ritual @Robbie Trevino +27 M Demonic Tutor @Anato Finnstark +28 R Doom Blade @Matthew G. Lewis +29 U Duress @Kristina Collantes +30 U Eliminate @Rovina Cai +31 R Inquisition of Kozilek @Matthew G. Lewis +32 R Sign in Blood @Minttu Hynninen +33 M Tainted Pact @Benjamin Ee +34 R Tendrils of Agony @Rovina Cai +35 U Village Rites @Matthew G. Lewis +36 M Chaos Warp @Anato Finnstark +37 U Claim the Firstborn @Anato Finnstark +38 R Faithless Looting @Carly Mazur +39 R Grapeshot @Minttu Hynninen +40 M Increasing Vengeance @Dominik Mayer +41 U Infuriate @Benjamin Ee +42 C Lightning Bolt @Anato Finnstark +43 M Mizzix's Mastery @Olena Richards +44 U Shock @Dominik Mayer +45 R Stone Rain @Justin Hernandez & Alexis Hernandez +46 U Thrill of Possibility @Minttu Hynninen +47 R Urza's Rage @Dominik Mayer +48 R Abundant Harvest @Barbara Rosiak +49 U Adventurous Impulse @Minttu Hynninen +50 M Channel @Kristina Collantes +51 U Cultivate @Jason Felix +52 R Harmonize @Carly Mazur +53 R Krosan Grip @Minttu Hynninen +54 M Natural Order @Anato Finnstark +55 M Primal Command @Olena Richards +56 R Regrowth @Minttu Hynninen +57 U Snakeskin Veil @Anato Finnstark +58 R Weather the Storm @Justin Hernandez & Alexis Hernandez +59 R Despark @Mark Tedin +60 R Electrolyze @Dominik Mayer +61 R Growth Spiral @Barbara Rosiak +62 R Lightning Helix @Minttu Hynninen +63 R Putrefy @Minttu Hynninen +64 M Approach of the Second Sun @Nagano +65 M Day of Judgment @Maiko Yoshizawa +66 U Defiant Strike @Amayagido +67 U Divine Gambit @Kiritada +68 R Ephemerate @Yumeko +69 R Gift of Estates @Yaya +70 R Gods Willing @Tada +71 R Mana Tithe @Magane Okuda +72 U Revitalize @Yaomojun +73 R Swords to Plowshares @Nagano +74 M Teferi's Protection @So-Taro +75 M Blue Sun's Zenith @Ezoi +76 R Brainstorm @Ayako Ishiguro +77 R Compulsive Research @Tomohito +78 R Counterspell @Rindo Karasuba +79 R Memory Lapse @Yumeko +80 M Mind's Desire @Yaya +81 U Negate @Koji Nishino +82 U Opt @Rien. +83 U Strategic Planning @Hatori Kyoka +84 R Tezzeret's Gambit @Tomohito +85 M Time Warp @Shie Nanahara +86 U Whirlwind Denial @Aogachou +87 U Agonizing Remorse @Maiko Aoji +88 M Crux of Fate @Kota Nakatsubo +89 R Dark Ritual @Rien. +90 M Demonic Tutor @Sumie Okazu +91 R Doom Blade @Rindo Karasuba +92 U Duress @Romiy +93 U Eliminate @Karuta Shiki +94 R Inquisition of Kozilek @Yuka Oka +95 R Sign in Blood @Kaoru Yukishiro +96 M Tainted Pact @Yuusuke Katekari +97 R Tendrils of Agony @Daken +98 U Village Rites @Hagiya Kaoru +99 M Chaos Warp @Hisashi Momose +100 U Claim the Firstborn @Norikatsu Miyoshi +101 R Faithless Looting @Shiro Yayoi +102 R Grapeshot @Hatori Kyoka +103 M Increasing Vengeance @D-suzuki +104 U Infuriate @Yangygan & Xiaji +105 C Lightning Bolt @Ezoi +106 M Mizzix's Mastery @Hiro Suda +107 U Shock @Ryanroro +108 R Stone Rain @Tobihachi +109 U Thrill of Possibility @Ayako Ishiguro +110 R Urza's Rage @Maiko Aoji +111 R Abundant Harvest @Yuka Sakuma +112 U Adventurous Impulse @Sakura Tomo +113 M Channel @Shie Nanahara +114 U Cultivate @Uichi Ukumo +115 R Harmonize @Yuka Sakuma +116 R Krosan Grip @Norikatsu Miyoshi +117 M Natural Order @Ayami Nakashima +118 M Primal Command @Kukka +119 R Regrowth @Romiy +120 U Snakeskin Veil @Yuhki Takeuchi +121 R Weather the Storm @Kukka +122 R Despark @Kiritada +123 R Electrolyze @Hatori Kyoka +124 R Growth Spiral @Karuta Shiki +125 R Lightning Helix @Daken +126 R Putrefy @Magane Okuda [etched] -1e M Approach of the Second Sun -2e M Day of Judgment -3e U Defiant Strike -4e U Divine Gambit -5e R Ephemerate -6e R Gift of Estates -7e R Gods Willing -8e R Mana Tithe -9e U Revitalize -10e R Swords to Plowshares -11e M Teferi's Protection -12e M Blue Sun's Zenith -13e R Brainstorm -14e R Compulsive Research -15e R Counterspell -16e R Memory Lapse -17e M Mind's Desire -18e U Negate -19e U Opt -20e U Strategic Planning -21e R Tezzeret's Gambit -22e M Time Warp -23e U Whirlwind Denial -24e U Agonizing Remorse -25e M Crux of Fate -26e R Dark Ritual -27e M Demonic Tutor -28e R Doom Blade -29e U Duress -30e U Eliminate -31e R Inquisition of Kozilek -32e R Sign in Blood -33e M Tainted Pact -34e R Tendrils of Agony -35e U Village Rites -36e M Chaos Warp -37e U Claim the Firstborn -38e R Faithless Looting -39e R Grapeshot -40e M Increasing Vengeance -41e U Infuriate -42e C Lightning Bolt -43e M Mizzix's Mastery -44e U Shock -45e R Stone Rain -46e U Thrill of Possibility -47e R Urza's Rage -48e R Abundant Harvest -49e U Adventurous Impulse -50e M Channel -51e U Cultivate -52e R Harmonize -53e R Krosan Grip -54e M Natural Order -55e M Primal Command -56e R Regrowth -57e U Snakeskin Veil -58e R Weather the Storm -59e R Despark -60e R Electrolyze -61e R Growth Spiral -62e R Lightning Helix -63e R Putrefy -64e M Approach of the Second Sun -65e M Day of Judgment -66e U Defiant Strike -67e U Divine Gambit -68e R Ephemerate -69e R Gift of Estates -70e R Gods Willing -71e R Mana Tithe -72e U Revitalize -73e R Swords to Plowshares -74e M Teferi's Protection -75e M Blue Sun's Zenith -76e R Brainstorm -77e R Compulsive Research -78e R Counterspell -79e R Memory Lapse -80e M Mind's Desire -81e U Negate -82e U Opt -83e U Strategic Planning -84e R Tezzeret's Gambit -85e M Time Warp -86e U Whirlwind Denial -87e U Agonizing Remorse -88e M Crux of Fate -89e R Dark Ritual -90e M Demonic Tutor -91e R Doom Blade -92e U Duress -93e U Eliminate -94e R Inquisition of Kozilek -95e R Sign in Blood -96e M Tainted Pact -97e R Tendrils of Agony -98e U Village Rites -99e M Chaos Warp -100e U Claim the Firstborn -101e R Faithless Looting -102e R Grapeshot -103e M Increasing Vengeance -104e U Infuriate -105e C Lightning Bolt -106e M Mizzix's Mastery -107e U Shock -108e R Stone Rain -109e U Thrill of Possibility -110e R Urza's Rage -111e R Abundant Harvest -112e U Adventurous Impulse -113e M Channel -114e U Cultivate -115e R Harmonize -116e R Krosan Grip -117e M Natural Order -118e M Primal Command -119e R Regrowth -120e U Snakeskin Veil -121e R Weather the Storm -122e R Despark -123e R Electrolyze -124e R Growth Spiral -125e R Lightning Helix -126e R Putrefy +1e M Approach of the Second Sun @Minttu Hynninen +2e M Day of Judgment @Anato Finnstark +3e U Defiant Strike @Dominik Mayer +4e U Divine Gambit @Matthew G. Lewis +5e R Ephemerate @Rovina Cai +6e R Gift of Estates @Justin Hernandez & Alexis Hernandez +7e R Gods Willing @Dominik Mayer +8e R Mana Tithe @Robbie Trevino +9e U Revitalize @Justin Hernandez & Alexis Hernandez +10e R Swords to Plowshares @Mark Tedin +11e M Teferi's Protection @Minttu Hynninen +12e M Blue Sun's Zenith @Dominik Mayer +13e R Brainstorm @Justin Hernandez & Alexis Hernandez +14e R Compulsive Research @Kristina Collantes +15e R Counterspell @Olena Richards +16e R Memory Lapse @Kristina Collantes +17e M Mind's Desire @Minttu Hynninen +18e U Negate @Dominik Mayer +19e U Opt @Kristina Collantes +20e U Strategic Planning @Robbie Trevino +21e R Tezzeret's Gambit @Jason Felix +22e M Time Warp @Dominik Mayer +23e U Whirlwind Denial @Anato Finnstark +24e U Agonizing Remorse @Robbie Trevino +25e M Crux of Fate @Jason Felix +26e R Dark Ritual @Robbie Trevino +27e M Demonic Tutor @Anato Finnstark +28e R Doom Blade @Matthew G. Lewis +29e U Duress @Kristina Collantes +30e U Eliminate @Rovina Cai +31e R Inquisition of Kozilek @Matthew G. Lewis +32e R Sign in Blood @Minttu Hynninen +33e M Tainted Pact @Benjamin Ee +34e R Tendrils of Agony @Rovina Cai +35e U Village Rites @Matthew G. Lewis +36e M Chaos Warp @Anato Finnstark +37e U Claim the Firstborn @Anato Finnstark +38e R Faithless Looting @Carly Mazur +39e R Grapeshot @Minttu Hynninen +40e M Increasing Vengeance @Dominik Mayer +41e U Infuriate @Benjamin Ee +42e C Lightning Bolt @Anato Finnstark +43e M Mizzix's Mastery @Olena Richards +44e U Shock @Dominik Mayer +45e R Stone Rain @Justin Hernandez & Alexis Hernandez +46e U Thrill of Possibility @Minttu Hynninen +47e R Urza's Rage @Dominik Mayer +48e R Abundant Harvest @Barbara Rosiak +49e U Adventurous Impulse @Minttu Hynninen +50e M Channel @Kristina Collantes +51e U Cultivate @Jason Felix +52e R Harmonize @Carly Mazur +53e R Krosan Grip @Minttu Hynninen +54e M Natural Order @Anato Finnstark +55e M Primal Command @Olena Richards +56e R Regrowth @Minttu Hynninen +57e U Snakeskin Veil @Anato Finnstark +58e R Weather the Storm @Justin Hernandez & Alexis Hernandez +59e R Despark @Mark Tedin +60e R Electrolyze @Dominik Mayer +61e R Growth Spiral @Barbara Rosiak +62e R Lightning Helix @Minttu Hynninen +63e R Putrefy @Minttu Hynninen +64e M Approach of the Second Sun @Nagano +65e M Day of Judgment @Maiko Yoshizawa +66e U Defiant Strike @Amayagido +67e U Divine Gambit @Kiritada +68e R Ephemerate @Yumeko +69e R Gift of Estates @Yaya +70e R Gods Willing @Tada +71e R Mana Tithe @Magane Okuda +72e U Revitalize @Yaomojun +73e R Swords to Plowshares @Nagano +74e M Teferi's Protection @So-Taro +75e M Blue Sun's Zenith @Ezoi +76e R Brainstorm @Ayako Ishiguro +77e R Compulsive Research @Tomohito +78e R Counterspell @Rindo Karasuba +79e R Memory Lapse @Yumeko +80e M Mind's Desire @Yaya +81e U Negate @Koji Nishino +82e U Opt @Rien. +83e U Strategic Planning @Hatori Kyoka +84e R Tezzeret's Gambit @Tomohito +85e M Time Warp @Shie Nanahara +86e U Whirlwind Denial @Aogachou +87e U Agonizing Remorse @Maiko Aoji +88e M Crux of Fate @Kota Nakatsubo +89e R Dark Ritual @Rien. +90e M Demonic Tutor @Sumie Okazu +91e R Doom Blade @Rindo Karasuba +92e U Duress @Romiy +93e U Eliminate @Karuta Shiki +94e R Inquisition of Kozilek @Yuka Oka +95e R Sign in Blood @Kaoru Yukishiro +96e M Tainted Pact @Yuusuke Katekari +97e R Tendrils of Agony @Daken +98e U Village Rites @Hagiya Kaoru +99e M Chaos Warp @Hisashi Momose +100e U Claim the Firstborn @Norikatsu Miyoshi +101e R Faithless Looting @Shiro Yayoi +102e R Grapeshot @Hatori Kyoka +103e M Increasing Vengeance @D-suzuki +104e U Infuriate @Yangygan & Xiaji +105e C Lightning Bolt @Ezoi +106e M Mizzix's Mastery @Hiro Suda +107e U Shock @Ryanroro +108e R Stone Rain @Tobihachi +109e U Thrill of Possibility @Ayako Ishiguro +110e R Urza's Rage @Maiko Aoji +111e R Abundant Harvest @Yuka Sakuma +112e U Adventurous Impulse @Sakura Tomo +113e M Channel @Shie Nanahara +114e U Cultivate @Uichi Ukumo +115e R Harmonize @Yuka Sakuma +116e R Krosan Grip @Norikatsu Miyoshi +117e M Natural Order @Ayami Nakashima +118e M Primal Command @Kukka +119e R Regrowth @Romiy +120e U Snakeskin Veil @Yuhki Takeuchi +121e R Weather the Storm @Kukka +122e R Despark @Kiritada +123e R Electrolyze @Hatori Kyoka +124e R Growth Spiral @Karuta Shiki +125e R Lightning Helix @Daken +126e R Putrefy @Magane Okuda diff --git a/forge-gui/res/editions/Strixhaven School of Mages.txt b/forge-gui/res/editions/Strixhaven School of Mages.txt index 0ccb52075c8..eb875bc6cea 100644 --- a/forge-gui/res/editions/Strixhaven School of Mages.txt +++ b/forge-gui/res/editions/Strixhaven School of Mages.txt @@ -13,400 +13,400 @@ FatPackExtraSlots=20 BasicLands, 20 BasicLands+ ScryfallCode=STX [cards] -1 C Environmental Sciences -2 C Expanded Anatomy -3 C Introduction to Annihilation -4 C Introduction to Prophecy -5 M Mascot Exhibition -6 R Wandering Archaic -7 R Academic Probation -8 C Ageless Guardian -9 C Beaming Defiance -10 U Clever Lumimancer -11 C Combat Professor -12 C Defend the Campus -13 U Detention Vortex -14 R Devastating Mastery -15 U Dueling Coach -16 C Eager First-Year -17 R Elite Spellbinder -18 C Expel -19 C Guiding Voice -20 R Leonin Lightscribe -21 M Mavinda, Students' Advocate -22 C Pilgrim of the Ages -23 C Pillardrop Rescuer -24 U Professor of Symbology -25 U Reduce to Memory -26 U Secret Rendezvous -27 R Semester's End -28 U Show of Confidence -29 R Sparring Regimen -30 C Star Pupil -31 U Stonebinder's Familiar -32 C Stonerise Spirit -33 R Strict Proctor -34 C Study Break -35 U Thunderous Orator -36 C Arcane Subtraction -37 R Archmage Emeritus -38 C Burrog Befuddler -39 C Bury in Books -40 C Curate -41 U Divide by Zero -42 R Dream Strix -43 C Frost Trickster -44 R Ingenious Mastery -45 U Kelpie Guide -46 U Mentor's Guidance -47 U Mercurial Transformation -48 R Multiple Choice -49 C Pop Quiz -50 C Reject -51 C Resculpt -52 C Serpentine Curve -53 U Snow Day -54 U Solve the Equation -55 C Soothsayer Adept -56 U Symmetry Sage -57 R Teachings of the Archaics -58 R Tempted by the Oriq -59 U Test of Talents -60 C Vortex Runner -61 C Waterfall Aerialist -62 U Wormhole Serpent -63 C Arrogant Poet -64 R Baleful Mastery -65 U Brackish Trudge -66 R Callous Bloodmage -67 R Confront the Past -68 C Crushing Disappointment -69 C Essence Infusion -70 U Eyetwitch -71 U Flunk -72 U Go Blank -73 C Hunt for Specimens -74 C Lash of Malice -75 C Leech Fanatic -76 U Mage Hunter -77 C Mage Hunters' Onslaught -78 U Necrotic Fumes -79 C Novice Dissector -80 R Oriq Loremage -81 U Plumb the Forbidden -82 R Poet's Quill -83 M Professor Onyx -84 C Professor's Warning -85 C Promising Duskmage -86 R Sedgemoor Witch -87 C Specter of the Fens -88 U Tenured Inkcaster -89 U Umbral Juke -90 C Unwilling Ingredient -91 U Academic Dispute -92 U Ardent Dustspeaker -93 C Blood Age General -94 R Conspiracy Theorist -95 M Crackle with Power -96 R Draconic Intervention -97 C Dragon's Approach -98 R Efreet Flamepainter -99 C Enthusiastic Study -100 U Explosive Welcome -101 R Fervent Mastery -102 C First Day of Class -103 C Fuming Effigy -104 U Grinning Ignus -105 U Hall Monitor -106 C Heated Debate -107 U Igneous Inspiration -108 R Illuminate History -109 C Illustrious Historian -110 U Mascot Interception -111 C Pigment Storm -112 C Pillardrop Warden -113 R Retriever Phoenix -114 U Start from Scratch -115 U Storm-Kiln Artist -116 C Sudden Breakthrough -117 C Tome Shredder -118 C Twinscroll Shaman -119 R Accomplished Alchemist -120 R Basic Conjuration -121 C Bayou Groff -122 C Big Play -123 U Bookwurm -124 C Charge Through -125 U Containment Breach -126 U Devouring Tendrils -127 R Dragonsguard Elite -128 M Ecological Appreciation -129 U Emergent Sequence -130 R Exponential Growth -131 C Field Trip -132 U Fortifying Draught -133 R Gnarled Professor -134 U Honor Troll -135 U Karok Wrangler -136 C Leyline Invocation -137 C Mage Duel -138 U Master Symmetrist -139 U Overgrown Arch -140 C Professor of Zoomancy -141 C Reckless Amplimancer -142 C Scurrid Colony -143 C Spined Karok -144 C Springmane Cervin -145 C Tangletrap -146 R Verdant Mastery -147 R Augmenter Pugilist -148 M Blex, Vexing Pest -149 M Extus, Oriq Overlord -150 R Flamescroll Celebrant -151 M Jadzi, Oracle of Arcavios -152 R Kianne, Dean of Substance -153 M Mila, Crafty Companion -154 R Pestilent Cauldron -155 R Plargg, Dean of Chaos -156 M Rowan, Scholar of Sparks -157 R Selfless Glyphweaver -158 R Shaile, Dean of Radiance -159 R Torrent Sculptor -160 R Uvilda, Dean of Perfection -161 R Valentin, Dean of the Vein -162 U Aether Helix -163 M Beledros Witherbloom -164 C Biomathematician -165 R Blade Historian -166 C Blood Researcher -167 M Blot Out the Sky -168 M Body of Research -169 U Closing Statement -170 C Cram Session -171 U Creative Outburst -172 R Culling Ritual -173 R Culmination of Studies -174 R Daemogoth Titan -175 U Daemogoth Woe-Eater -176 U Deadly Brew -177 U Decisive Denial -178 U Dina, Soul Steeper -179 R Double Major -180 R Dramatic Finale -181 R Elemental Expressionist -182 C Elemental Masterpiece -183 C Elemental Summoning -184 C Eureka Moment -185 C Exhilarating Elocution -186 U Expressive Iteration -187 C Fractal Summoning -188 U Fracture -189 M Galazeth Prismari -190 U Golden Ratio -191 M Harness Infinity -192 M Hofri Ghostforge -193 U Humiliate -194 C Infuse with Vitality -195 C Inkling Summoning -196 M Kasmina, Enigma Sage -197 U Killian, Ink Duelist -198 U Lorehold Apprentice -199 R Lorehold Command -200 U Lorehold Excavation -201 C Lorehold Pledgemage -202 U Maelstrom Muse -203 M Magma Opus -204 C Make Your Mark -205 R Manifestation Sage -206 C Moldering Karok -207 U Mortality Spear -208 C Needlethorn Drake -209 C Oggyar Battle-Seer -210 C Owlin Shieldmage -211 C Pest Summoning -212 U Practical Research -213 U Prismari Apprentice -214 R Prismari Command -215 C Prismari Pledgemage -216 U Quandrix Apprentice -217 R Quandrix Command -218 U Quandrix Cultivator -219 C Quandrix Pledgemage -220 U Quintorius, Field Historian -221 R Radiant Scrollwielder -222 U Reconstruct History -223 C Relic Sloth -224 U Returned Pastcaller -225 U Rip Apart -226 C Rise of Extus -227 U Rootha, Mercurial Artist -228 R Rushed Rebirth -229 U Shadewing Laureate -230 M Shadrix Silverquill -231 U Silverquill Apprentice -232 R Silverquill Command -233 C Silverquill Pledgemage -234 R Silverquill Silencer -235 C Spectacle Mage -236 C Spirit Summoning -237 C Spiteful Squad -238 C Square Up -239 C Stonebound Mentor -240 M Tanazir Quandrix -241 C Teach by Example -242 U Tend the Pests -243 C Thrilling Discovery -244 R Vanishing Verse -245 M Velomachus Lorehold -246 R Venerable Warsinger -247 U Witherbloom Apprentice -248 R Witherbloom Command -249 C Witherbloom Pledgemage -250 U Zimone, Quandrix Prodigy -251 C Biblioplex Assistant -252 C Campus Guide -253 R Codie, Vociferous Codex -254 C Cogwork Archivist -255 C Excavated Wall -256 C Letter of Acceptance -257 U Reflective Golem -258 U Spell Satchel -259 R Strixhaven Stadium -260 U Team Pennant -261 U Zephyr Boots -262 U Access Tunnel -263 C Archway Commons -264 R The Biblioplex -265 R Frostboil Snarl -266 R Furycalm Snarl -267 R Hall of Oracles -268 C Lorehold Campus -269 R Necroblossom Snarl -270 C Prismari Campus -271 C Quandrix Campus -272 R Shineshadow Snarl -273 C Silverquill Campus -274 R Vineglimmer Snarl -275 C Witherbloom Campus +1 C Environmental Sciences @Jokubas Uogintas +2 C Expanded Anatomy @Slawomir Maniak +3 C Introduction to Annihilation @Nicholas Gregory +4 C Introduction to Prophecy @Micah Epstein +5 M Mascot Exhibition @Randy Vargas +6 R Wandering Archaic @Wayne Reynolds +7 R Academic Probation @Cristi Balanescu +8 C Ageless Guardian @Nicholas Gregory +9 C Beaming Defiance @Manuel Castañón +10 U Clever Lumimancer @Lie Setiawan +11 C Combat Professor @Andrey Kuzinskiy +12 C Defend the Campus @Izzy +13 U Detention Vortex @Campbell White +14 R Devastating Mastery @Jake Murray +15 U Dueling Coach @Caio Monteiro +16 C Eager First-Year @Cristi Balanescu +17 R Elite Spellbinder @Ryan Pancoast +18 C Expel @Billy Christian +19 C Guiding Voice @Steve Argyle +20 R Leonin Lightscribe @Steven Belledin +21 M Mavinda, Students' Advocate @Wesley Burt +22 C Pilgrim of the Ages @JiHun Lee +23 C Pillardrop Rescuer @Jason A. Engle +24 U Professor of Symbology @Jason Rainville +25 U Reduce to Memory @Campbell White +26 U Secret Rendezvous @Manuel Castañón +27 R Semester's End @Alayna Danner +28 U Show of Confidence @Paul Scott Canavan +29 R Sparring Regimen @Tomasz Jedruszek +30 C Star Pupil @Howard Lyon +31 U Stonebinder's Familiar @Sam Rowan +32 C Stonerise Spirit @Uriah Voth +33 R Strict Proctor @Jokubas Uogintas +34 C Study Break @Cristi Balanescu +35 U Thunderous Orator @Brian Valeza +36 C Arcane Subtraction @Anastasia Ovchinnikova +37 R Archmage Emeritus @Caio Monteiro +38 C Burrog Befuddler @Zoltan Boros +39 C Bury in Books @Zoltan Boros +40 C Curate @Izzy +41 U Divide by Zero @Liiga Smilshkalne +42 R Dream Strix @YW Tang +43 C Frost Trickster @Uriah Voth +44 R Ingenious Mastery @Cristi Balanescu +45 U Kelpie Guide @Ilse Gort +46 U Mentor's Guidance @Brian Valeza +47 U Mercurial Transformation @Craig J Spearing +48 R Multiple Choice @Campbell White +49 C Pop Quiz @Matt Stewart +50 C Reject @Zoltan Boros +51 C Resculpt @Torstein Nordstrand +52 C Serpentine Curve @Kekai Kotaki +53 U Snow Day @Forrest Imel +54 U Solve the Equation @Lie Setiawan +55 C Soothsayer Adept @Cristi Balanescu +56 U Symmetry Sage @Jehan Choo +57 R Teachings of the Archaics @Lius Lasahido +58 R Tempted by the Oriq @Billy Christian +59 U Test of Talents @Lie Setiawan +60 C Vortex Runner @Billy Christian +61 C Waterfall Aerialist @Lie Setiawan +62 U Wormhole Serpent @Tomasz Jedruszek +63 C Arrogant Poet @Billy Christian +64 R Baleful Mastery @Chris Cold +65 U Brackish Trudge @Tomasz Jedruszek +66 R Callous Bloodmage @Jokubas Uogintas +67 R Confront the Past @Kieran Yanner +68 C Crushing Disappointment @Andrey Kuzinskiy +69 C Essence Infusion @Randy Vargas +70 U Eyetwitch @Karl Kopinski +71 U Flunk @Randy Vargas +72 U Go Blank @Wylie Beckert +73 C Hunt for Specimens @Randy Vargas +74 C Lash of Malice @Slawomir Maniak +75 C Leech Fanatic @Sean Sevestre +76 U Mage Hunter @Mathias Kollros +77 C Mage Hunters' Onslaught @Lie Setiawan +78 U Necrotic Fumes @David Rapoza +79 C Novice Dissector @Mads Ahm +80 R Oriq Loremage @JiHun Lee +81 U Plumb the Forbidden @Andrey Kuzinskiy +82 R Poet's Quill @Anna Fehr +83 M Professor Onyx @Kieran Yanner +84 C Professor's Warning @Kieran Yanner +85 C Promising Duskmage @Johan Grenier +86 R Sedgemoor Witch @Igor Kieryluk +87 C Specter of the Fens @G-host Lee +88 U Tenured Inkcaster @Jake Murray +89 U Umbral Juke @Bram Sels +90 C Unwilling Ingredient @David Auden Nash +91 U Academic Dispute @Manuel Castañón +92 U Ardent Dustspeaker @Mads Ahm +93 C Blood Age General @Johan Grenier +94 R Conspiracy Theorist @Svetlin Velinov +95 M Crackle with Power @Micah Epstein +96 R Draconic Intervention @Johan Grenier +97 C Dragon's Approach @Andrew Mar +98 R Efreet Flamepainter @Marta Nael +99 C Enthusiastic Study @Jesper Ejsing +100 U Explosive Welcome @Mathias Kollros +101 R Fervent Mastery @Sean Sevestre +102 C First Day of Class @Paul Scott Canavan +103 C Fuming Effigy @Ryan Alexander Lee +104 U Grinning Ignus @Alayna Danner +105 U Hall Monitor @Forrest Imel +106 C Heated Debate @Bayard Wu +107 U Igneous Inspiration @PINDURSKI +108 R Illuminate History @Jokubas Uogintas +109 C Illustrious Historian @Brian Valeza +110 U Mascot Interception @Bryan Sola +111 C Pigment Storm @Bayard Wu +112 C Pillardrop Warden @Antonio José Manzanedo +113 R Retriever Phoenix @Karl Kopinski +114 U Start from Scratch @Bayard Wu +115 U Storm-Kiln Artist @Manuel Castañón +116 C Sudden Breakthrough @Colin Boyer +117 C Tome Shredder @Sam Rowan +118 C Twinscroll Shaman @Chris Seaman +119 R Accomplished Alchemist @Randy Vargas +120 R Basic Conjuration @Randy Vargas +121 C Bayou Groff @Ilse Gort +122 C Big Play @Nicholas Gregory +123 U Bookwurm @Wayne Reynolds +124 C Charge Through @Craig J Spearing +125 U Containment Breach @Campbell White +126 U Devouring Tendrils @Campbell White +127 R Dragonsguard Elite @David Rapoza +128 M Ecological Appreciation @Lie Setiawan +129 U Emergent Sequence @Andreas Zafiratos +130 R Exponential Growth @Izzy +131 C Field Trip @Piotr Dura +132 U Fortifying Draught @Andrey Kuzinskiy +133 R Gnarled Professor @Simon Dominic +134 U Honor Troll @Jesper Ejsing +135 U Karok Wrangler @Dan Scott +136 C Leyline Invocation @Liiga Smilshkalne +137 C Mage Duel @Randy Vargas +138 U Master Symmetrist @Forrest Imel +139 U Overgrown Arch @Simon Dominic +140 C Professor of Zoomancy @Rudy Siswanto +141 C Reckless Amplimancer @Yigit Koroglu +142 C Scurrid Colony @Lars Grant-West +143 C Spined Karok @Filip Burburan +144 C Springmane Cervin @Ilse Gort +145 C Tangletrap @Suzanne Helmigh +146 R Verdant Mastery @Cristi Balanescu +147 R Augmenter Pugilist @Volkan Baǵa +148 M Blex, Vexing Pest @Ekaterina Burmak +149 M Extus, Oriq Overlord @Chase Stone & Kekai Kotaki +150 R Flamescroll Celebrant @Uriah Voth +151 M Jadzi, Oracle of Arcavios @Chris Rahn +152 R Kianne, Dean of Substance @Ryan Pancoast +153 M Mila, Crafty Companion @Kieran Yanner +154 R Pestilent Cauldron @Dan Scott +155 R Plargg, Dean of Chaos @Bryan Sola +156 M Rowan, Scholar of Sparks @Magali Villeneuve +157 R Selfless Glyphweaver @Johannes Voss +158 R Shaile, Dean of Radiance @Yongjae Choi +159 R Torrent Sculptor @Slawomir Maniak +160 R Uvilda, Dean of Perfection @Jason Rainville +161 R Valentin, Dean of the Vein @Jesper Ejsing +162 U Aether Helix @Torstein Nordstrand +163 M Beledros Witherbloom @Raymond Swanland +164 C Biomathematician @Igor Kieryluk +165 R Blade Historian @Cristi Balanescu +166 C Blood Researcher @Cristi Balanescu +167 M Blot Out the Sky @Olena Richards +168 M Body of Research @Antonio José Manzanedo +169 U Closing Statement @Craig J Spearing +170 C Cram Session @Marta Nael +171 U Creative Outburst @Igor Kieryluk +172 R Culling Ritual @Lorenzo Mastroianni +173 R Culmination of Studies @Bryan Sola +174 R Daemogoth Titan @Chris Cold +175 U Daemogoth Woe-Eater @Alex Brock +176 U Deadly Brew @Randy Vargas +177 U Decisive Denial @Lorenzo Mastroianni +178 U Dina, Soul Steeper @Chris Rahn +179 R Double Major @Suzanne Helmigh +180 R Dramatic Finale @Steve Argyle +181 R Elemental Expressionist @Zack Stella +182 C Elemental Masterpiece @Marta Nael +183 C Elemental Summoning @Marta Nael +184 C Eureka Moment @Anna Steinbauer +185 C Exhilarating Elocution @Randy Vargas +186 U Expressive Iteration @Anastasia Ovchinnikova +187 C Fractal Summoning @Livia Prima +188 U Fracture @Miranda Meeks +189 M Galazeth Prismari @Raymond Swanland +190 U Golden Ratio @Alix Branwyn +191 M Harness Infinity @Seb McKinnon +192 M Hofri Ghostforge @Daarken +193 U Humiliate @Randy Vargas +194 C Infuse with Vitality @Andrey Kuzinskiy +195 C Inkling Summoning @Scott Murphy +196 M Kasmina, Enigma Sage @Tyler Jacobson +197 U Killian, Ink Duelist @Ryan Pancoast +198 U Lorehold Apprentice @Manuel Castañón +199 R Lorehold Command @Jason Rainville +200 U Lorehold Excavation @Jinho Bae +201 C Lorehold Pledgemage @Jake Murray +202 U Maelstrom Muse @Michele Parisi +203 M Magma Opus @Liiga Smilshkalne +204 C Make Your Mark @Bryan Sola +205 R Manifestation Sage @Darren Tan +206 C Moldering Karok @Nicholas Gregory +207 U Mortality Spear @PINDURSKI +208 C Needlethorn Drake @Donato Giancola +209 C Oggyar Battle-Seer @Karl Kopinski +210 C Owlin Shieldmage @Raoul Vitale +211 C Pest Summoning @Zoltan Boros +212 U Practical Research @Ekaterina Burmak +213 U Prismari Apprentice @Igor Kieryluk +214 R Prismari Command @Johannes Voss +215 C Prismari Pledgemage @Marta Nael +216 U Quandrix Apprentice @Ryan Alexander Lee +217 R Quandrix Command @Viktor Titov +218 U Quandrix Cultivator @Filip Burburan +219 C Quandrix Pledgemage @Caroline Gariba +220 U Quintorius, Field Historian @Bryan Sola +221 R Radiant Scrollwielder @Campbell White +222 U Reconstruct History @Campbell White +223 C Relic Sloth @Ilse Gort +224 U Returned Pastcaller @Grzegorz Rutkowski +225 U Rip Apart @Anna Podedworna +226 C Rise of Extus @Wylie Beckert +227 U Rootha, Mercurial Artist @Chris Rahn +228 R Rushed Rebirth @Jason Kang +229 U Shadewing Laureate @Igor Kieryluk +230 M Shadrix Silverquill @Raymond Swanland +231 U Silverquill Apprentice @Mike Bierek +232 R Silverquill Command @Bryan Sola +233 C Silverquill Pledgemage @Denman Rooke +234 R Silverquill Silencer @Zezhou Chen +235 C Spectacle Mage @Caroline Gariba +236 C Spirit Summoning @Andrey Kuzinskiy +237 C Spiteful Squad @Manuel Castañón +238 C Square Up @Manuel Castañón +239 C Stonebound Mentor @Svetlin Velinov +240 M Tanazir Quandrix @Raymond Swanland +241 C Teach by Example @Johan Grenier +242 U Tend the Pests @David Auden Nash +243 C Thrilling Discovery @Campbell White +244 R Vanishing Verse @Chris Seaman +245 M Velomachus Lorehold @Raymond Swanland +246 R Venerable Warsinger @Jokubas Uogintas +247 U Witherbloom Apprentice @Josh Hass +248 R Witherbloom Command @Dmitry Burmak +249 C Witherbloom Pledgemage @Filip Burburan +250 U Zimone, Quandrix Prodigy @Ryan Pancoast +251 C Biblioplex Assistant @Raoul Vitale +252 C Campus Guide @Slawomir Maniak +253 R Codie, Vociferous Codex @Daniel Ljunggren +254 C Cogwork Archivist @Joseph Meehan +255 C Excavated Wall @Zezhou Chen +256 C Letter of Acceptance @Daniel Ljunggren +257 U Reflective Golem @Daniel Ljunggren +258 U Spell Satchel @YW Tang +259 R Strixhaven Stadium @Piotr Dura +260 U Team Pennant @Anna Fehr +261 U Zephyr Boots @YW Tang +262 U Access Tunnel @Alayna Danner +263 C Archway Commons @Piotr Dura +264 R The Biblioplex @Piotr Dura +265 R Frostboil Snarl @Sam Burley +266 R Furycalm Snarl @Sam Burley +267 R Hall of Oracles @Piotr Dura +268 C Lorehold Campus @Titus Lunter +269 R Necroblossom Snarl @Sam Burley +270 C Prismari Campus @Adam Paquette +271 C Quandrix Campus @Piotr Dura +272 R Shineshadow Snarl @Sam Burley +273 C Silverquill Campus @Titus Lunter +274 R Vineglimmer Snarl @Sam Burley +275 C Witherbloom Campus @Alayna Danner [borderless] -276 M Professor Onyx -277 M Mila, Crafty Companion -278 M Rowan, Scholar of Sparks -279 M Kasmina, Enigma Sage +276 M Professor Onyx @Kieran Yanner +277 M Mila, Crafty Companion @Yongjae Choi +278 M Rowan, Scholar of Sparks @Anna Steinbauer +279 M Kasmina, Enigma Sage @Ryan Pancoast [showcase] -280 M Shadrix Silverquill -281 M Galazeth Prismari -282 M Beledros Witherbloom -283 M Velomachus Lorehold -284 M Tanazir Quandrix +280 M Shadrix Silverquill @Kekai Kotaki +281 M Galazeth Prismari @Iain McCaig +282 M Beledros Witherbloom @Daarken +283 M Velomachus Lorehold @Karl Kopinski +284 M Tanazir Quandrix @Kekai Kotaki [extended art] -285 M Mascot Exhibition -286 R Wandering Archaic -287 R Academic Probation -288 R Devastating Mastery -289 R Elite Spellbinder -290 R Leonin Lightscribe -291 M Mavinda, Students' Advocate -292 R Semester's End -293 R Sparring Regimen -294 R Strict Proctor -295 R Archmage Emeritus -296 R Dream Strix -297 R Ingenious Mastery -298 R Multiple Choice -299 R Teachings of the Archaics -300 R Tempted by the Oriq -301 R Baleful Mastery -302 R Callous Bloodmage -303 R Confront the Past -304 R Oriq Loremage -305 R Poet's Quill -306 R Sedgemoor Witch -307 R Conspiracy Theorist -308 M Crackle with Power -309 R Draconic Intervention -310 R Efreet Flamepainter -311 R Fervent Mastery -312 R Illuminate History -313 R Retriever Phoenix -314 R Accomplished Alchemist -315 R Basic Conjuration -316 R Dragonsguard Elite -317 M Ecological Appreciation -318 R Exponential Growth -319 R Gnarled Professor -320 R Verdant Mastery -321 R Augmenter Pugilist -322 M Blex, Vexing Pest -323 M Extus, Oriq Overlord -324 R Flamescroll Celebrant -325 M Jadzi, Oracle of Arcavios -326 R Kianne, Dean of Substance -327 R Pestilent Cauldron -328 R Plargg, Dean of Chaos -329 R Selfless Glyphweaver -330 R Shaile, Dean of Radiance -331 R Torrent Sculptor -332 R Uvilda, Dean of Perfection -333 R Valentin, Dean of the Vein -334 R Blade Historian -335 M Blot Out the Sky -336 M Body of Research -337 R Culling Ritual -338 R Culmination of Studies -339 R Daemogoth Titan -340 R Double Major -341 R Dramatic Finale -342 R Elemental Expressionist -343 M Harness Infinity -344 M Hofri Ghostforge -345 R Lorehold Command -346 M Magma Opus -347 R Manifestation Sage -348 R Prismari Command -349 R Quandrix Command -350 R Radiant Scrollwielder -351 R Rushed Rebirth -352 R Silverquill Command -353 R Silverquill Silencer -354 R Vanishing Verse -355 R Venerable Warsinger -356 R Witherbloom Command -357 R Codie, Vociferous Codex -358 R Strixhaven Stadium -359 R The Biblioplex -360 R Frostboil Snarl -361 R Furycalm Snarl -362 R Hall of Oracles -363 R Necroblossom Snarl -364 R Shineshadow Snarl -365 R Vineglimmer Snarl +285 M Mascot Exhibition @Randy Vargas +286 R Wandering Archaic @Wayne Reynolds +287 R Academic Probation @Cristi Balanescu +288 R Devastating Mastery @Jake Murray +289 R Elite Spellbinder @Ryan Pancoast +290 R Leonin Lightscribe @Steven Belledin +291 M Mavinda, Students' Advocate @Wesley Burt +292 R Semester's End @Alayna Danner +293 R Sparring Regimen @Tomasz Jedruszek +294 R Strict Proctor @Jokubas Uogintas +295 R Archmage Emeritus @Caio Monteiro +296 R Dream Strix @YW Tang +297 R Ingenious Mastery @Cristi Balanescu +298 R Multiple Choice @Campbell White +299 R Teachings of the Archaics @Lius Lasahido +300 R Tempted by the Oriq @Billy Christian +301 R Baleful Mastery @Chris Cold +302 R Callous Bloodmage @Jokubas Uogintas +303 R Confront the Past @Kieran Yanner +304 R Oriq Loremage @JiHun Lee +305 R Poet's Quill @Anna Fehr +306 R Sedgemoor Witch @Igor Kieryluk +307 R Conspiracy Theorist @Svetlin Velinov +308 M Crackle with Power @Micah Epstein +309 R Draconic Intervention @Johan Grenier +310 R Efreet Flamepainter @Marta Nael +311 R Fervent Mastery @Sean Sevestre +312 R Illuminate History @Jokubas Uogintas +313 R Retriever Phoenix @Karl Kopinski +314 R Accomplished Alchemist @Randy Vargas +315 R Basic Conjuration @Randy Vargas +316 R Dragonsguard Elite @David Rapoza +317 M Ecological Appreciation @Lie Setiawan +318 R Exponential Growth @Izzy +319 R Gnarled Professor @Simon Dominic +320 R Verdant Mastery @Cristi Balanescu +321 R Augmenter Pugilist @Volkan Baǵa +322 M Blex, Vexing Pest @Ekaterina Burmak +323 M Extus, Oriq Overlord @Chase Stone & Kekai Kotaki +324 R Flamescroll Celebrant @Uriah Voth +325 M Jadzi, Oracle of Arcavios @Chris Rahn +326 R Kianne, Dean of Substance @Ryan Pancoast +327 R Pestilent Cauldron @Dan Scott +328 R Plargg, Dean of Chaos @Bryan Sola +329 R Selfless Glyphweaver @Johannes Voss +330 R Shaile, Dean of Radiance @Yongjae Choi +331 R Torrent Sculptor @Slawomir Maniak +332 R Uvilda, Dean of Perfection @Jason Rainville +333 R Valentin, Dean of the Vein @Jesper Ejsing +334 R Blade Historian @Cristi Balanescu +335 M Blot Out the Sky @Olena Richards +336 M Body of Research @Antonio José Manzanedo +337 R Culling Ritual @Lorenzo Mastroianni +338 R Culmination of Studies @Bryan Sola +339 R Daemogoth Titan @Chris Cold +340 R Double Major @Suzanne Helmigh +341 R Dramatic Finale @Steve Argyle +342 R Elemental Expressionist @Zack Stella +343 M Harness Infinity @Seb McKinnon +344 M Hofri Ghostforge @Daarken +345 R Lorehold Command @Jason Rainville +346 M Magma Opus @Liiga Smilshkalne +347 R Manifestation Sage @Darren Tan +348 R Prismari Command @Johannes Voss +349 R Quandrix Command @Viktor Titov +350 R Radiant Scrollwielder @Campbell White +351 R Rushed Rebirth @Jason Kang +352 R Silverquill Command @Bryan Sola +353 R Silverquill Silencer @Zezhou Chen +354 R Vanishing Verse @Chris Seaman +355 R Venerable Warsinger @Jokubas Uogintas +356 R Witherbloom Command @Dmitry Burmak +357 R Codie, Vociferous Codex @Daniel Ljunggren +358 R Strixhaven Stadium @Piotr Dura +359 R The Biblioplex @Piotr Dura +360 R Frostboil Snarl @Sam Burley +361 R Furycalm Snarl @Sam Burley +362 R Hall of Oracles @Piotr Dura +363 R Necroblossom Snarl @Sam Burley +364 R Shineshadow Snarl @Sam Burley +365 R Vineglimmer Snarl @Sam Burley [precon product] -366 L Plains -367 L Plains -368 L Island -369 L Island -370 L Swamp -371 L Swamp -372 L Mountain -373 L Mountain -374 L Forest -375 L Forest +366 L Plains @Jonas De Ro +367 L Plains @Titus Lunter +368 L Island @Adam Paquette +369 L Island @Lucas Staniec +370 L Swamp @Titus Lunter +371 L Swamp @Adam Paquette +372 L Mountain @Jonas De Ro +373 L Mountain @Grady Frederick +374 L Forest @Grady Frederick +375 L Forest @Adam Paquette [buy a box] -376 R Dragonsguard Elite +376 R Dragonsguard Elite @Daarken [promo] -377 R Archmage Emeritus -378 U Fracture -379 U Expressive Iteration -380 U Mortality Spear -381 U Rip Apart -382 U Decisive Denial +377 R Archmage Emeritus @Micah Epstein +378 U Fracture @Miranda Meeks +379 U Expressive Iteration @Anastasia Ovchinnikova +380 U Mortality Spear @PINDURSKI +381 U Rip Apart @Anna Podedworna +382 U Decisive Denial @Lorenzo Mastroianni [lesson] 2 Environmental Sciences diff --git a/forge-gui/res/editions/Stronghold Promos.txt b/forge-gui/res/editions/Stronghold Promos.txt index 429d9d0050f..62e8545a613 100644 --- a/forge-gui/res/editions/Stronghold Promos.txt +++ b/forge-gui/res/editions/Stronghold Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PSTH [cards] -68 R Revenant +68 R Revenant @Terese Nielsen diff --git a/forge-gui/res/editions/Stronghold.txt b/forge-gui/res/editions/Stronghold.txt index 226ece130bf..afe8ace3a60 100644 --- a/forge-gui/res/editions/Stronghold.txt +++ b/forge-gui/res/editions/Stronghold.txt @@ -11,149 +11,149 @@ Foil=NotSupported ScryfallCode=STH [cards] -126 U Acidic Sliver -76 R Amok -101 R Awakening -1 C Bandage -51 U Bottomless Pit -52 C Brush with Death -132 U Bullwhip -102 R Burgeoning -2 U Calming Licid -53 C Cannibalize -103 R Carnassid -3 C Change of Heart -26 C Cloud Spirit -104 U Constant Mists -4 U Contemplation -27 C Contempt -5 C Conviction -77 U Convulsing Licid -54 U Corrupting Licid -78 C Craven Giant -105 C Crossbow Ambush -55 R Crovax the Cursed -127 U Crystalline Sliver -56 U Dauthi Trapper -57 C Death Stroke -28 R Dream Halls -29 C Dream Prowler -79 C Duct Crawler -58 C Dungeon Shade -106 U Elven Rite -107 C Endangered Armodon -133 R Ensnaring Bridge -30 R Evacuation -80 U Fanning the Flames -81 U Flame Wave -82 C Fling -83 C Flowstone Blade -84 U Flowstone Hellion -85 R Flowstone Mauler -86 C Flowstone Shambler -59 C Foul Imp -87 C Furnace Spirit -31 U Gliding Licid -60 R Grave Pact -32 C Hammerhead Shark -134 U Heartstone -88 U Heat of Battle -108 R Hermit Druid -33 U Hesitation -128 U Hibernation Sliver -6 R Hidden Retreat -7 C Honor Guard -136 U Hornet Cannon -135 R Horn of Greed -34 R Intruder Alarm -89 R Invasion Plans -137 R Jinxed Ring -61 C Lab Rats -8 U Lancers en-Kor -35 C Leap -109 C Lowland Basilisk -36 C Mana Leak -37 U Mask of the Mimic -62 U Megrim -38 C Mind Games -63 U Mind Peel -64 R Mindwarper -90 C Mob Justice -91 C Mogg Bombers -92 C Mogg Flunkies -93 R Mogg Infestation -94 U Mogg Maniac -65 C Morgue Thrull -66 R Mortuary -138 R Mox Diamond -110 C Mulch -9 C Nomads en-Kor -111 C Overgrowth -139 R Portcullis -112 U Primal Rage -113 C Provoke -10 R Pursuit of Knowledge -67 C Rabid Rats -39 U Ransack -40 U Rebound -41 R Reins of Power -68 R Revenant -11 R Rolling Stones -95 R Ruination -12 R Sacred Ground -13 C Samite Blessing -14 U Scapegoat -96 C Seething Anger -69 C Serpent Warrior -15 R Shaman en-Kor -97 R Shard Phoenix -140 U Shifting Wall -98 C Shock -42 C Sift -43 R Silver Wyvern -70 R Skeleton Scavengers -114 C Skyshroud Archer -16 C Skyshroud Falcon -115 C Skyshroud Troopers -129 R Sliver Queen -17 C Smite -18 R Soltari Champion -116 R Spike Breeder -117 C Spike Colony -118 U Spike Feeder -119 U Spike Soldier -120 C Spike Worker -44 C Spindrift Drake -130 U Spined Sliver -121 C Spined Wurm -19 C Spirit en-Kor -99 R Spitting Hydra -71 R Stronghold Assassin -72 U Stronghold Taskmaster -141 R Sword of the Chosen -20 U Temper -122 U Tempting Licid -45 R Thalakos Deceiver -46 C Tidal Surge -47 C Tidal Warrior -73 C Torment -74 C Tortured Existence -21 C Venerable Monk -123 R Verdant Touch -131 U Victual Sliver -124 R Volrath's Gardens -142 R Volrath's Laboratory -48 R Volrath's Shapeshifter -143 R Volrath's Stronghold -49 U Walking Dream -125 U Wall of Blossoms -22 U Wall of Essence -100 U Wall of Razors -75 U Wall of Souls -50 U Wall of Tears -24 R Warrior Angel -23 U Warrior en-Kor -25 C Youthful Knight +126 U Acidic Sliver @Jeff Miracola +76 R Amok @Dermot Power +101 R Awakening @Dan Frazier +1 C Bandage @Rebecca Guay +51 U Bottomless Pit @Kev Walker +52 C Brush with Death @Stephen Daniele +132 U Bullwhip @Brom +102 R Burgeoning @Randy Gallegos +2 U Calming Licid @D. Alexander Gregory +53 C Cannibalize @Robert Bliss +103 R Carnassid @Brom +3 C Change of Heart @Ron Spencer +26 C Cloud Spirit @Randy Gallegos +104 U Constant Mists @Dermot Power +4 U Contemplation @Brom +27 C Contempt @Val Mayerik +5 C Conviction @Paolo Parente +77 U Convulsing Licid @Scott Kirschner +54 U Corrupting Licid @Thomas M. Baxa +78 C Craven Giant @Brian Snõddy +105 C Crossbow Ambush @Kev Walker +55 R Crovax the Cursed @Pete Venters +127 U Crystalline Sliver @Allen Williams +56 U Dauthi Trapper @Thomas M. Baxa +57 C Death Stroke @Colin MacNeil +28 R Dream Halls @Matthew D. Wilson +29 C Dream Prowler @Richard Kane Ferguson +79 C Duct Crawler @Stephen Daniele +58 C Dungeon Shade @Jason Alexander Behnke +106 U Elven Rite @Jeff Miracola +107 C Endangered Armodon @Kev Walker +133 R Ensnaring Bridge @Pete Venters +30 R Evacuation @Rob Alexander +80 U Fanning the Flames @Ron Spencer +81 U Flame Wave @Donato Giancola +82 C Fling @Paolo Parente +83 C Flowstone Blade @Allen Williams +84 U Flowstone Hellion @Daren Bader +85 R Flowstone Mauler @Paolo Parente +86 C Flowstone Shambler @Jim Nelson +59 C Foul Imp @Jim Nelson +87 C Furnace Spirit @Jeff Miracola +31 U Gliding Licid @Heather Hudson +60 R Grave Pact @Scott Kirschner +32 C Hammerhead Shark @Stephen Daniele +134 U Heartstone @John Matson +88 U Heat of Battle @Matthew D. Wilson +108 R Hermit Druid @Heather Hudson +33 U Hesitation @Pete Venters +128 U Hibernation Sliver @Scott Kirschner +6 R Hidden Retreat @Terese Nielsen +7 C Honor Guard @Joel Biske +136 U Hornet Cannon @Ron Spencer +135 R Horn of Greed @Jeff Miracola +34 R Intruder Alarm @Donato Giancola +89 R Invasion Plans @Pete Venters +137 R Jinxed Ring @M. W. Kaluta & DiTerlizzi +61 C Lab Rats @DiTerlizzi +8 U Lancers en-Kor @Pete Venters +35 C Leap @Kev Walker +109 C Lowland Basilisk @Randy Gallegos +36 C Mana Leak @Christopher Rush +37 U Mask of the Mimic @Heather Hudson +62 U Megrim @Donato Giancola +38 C Mind Games @Andrew Robinson +63 U Mind Peel @Adam Rex +64 R Mindwarper @Paolo Parente +90 C Mob Justice @Ron Spencer +91 C Mogg Bombers @Dermot Power +92 C Mogg Flunkies @Brom +93 R Mogg Infestation @Pete Venters +94 U Mogg Maniac @Brian Snõddy +65 C Morgue Thrull @Robert Bliss +66 R Mortuary @Robert Bliss +138 R Mox Diamond @Dan Frazier +110 C Mulch @Rebecca Guay +9 C Nomads en-Kor @Val Mayerik +111 C Overgrowth @Rob Alexander +139 R Portcullis @Kev Walker +112 U Primal Rage @Brian Snõddy +113 C Provoke @Terese Nielsen +10 R Pursuit of Knowledge @DiTerlizzi +67 C Rabid Rats @Matthew D. Wilson +39 U Ransack @Ron Spencer +40 U Rebound @Doug Chaffee +41 R Reins of Power @Colin MacNeil +68 R Revenant @Terese Nielsen +11 R Rolling Stones @John Matson +95 R Ruination @Dermot Power +12 R Sacred Ground @Terese Nielsen +13 C Samite Blessing @Rebecca Guay +14 U Scapegoat @Daren Bader +96 C Seething Anger @Val Mayerik +69 C Serpent Warrior @Ron Spencer +15 R Shaman en-Kor @Jeff Miracola +97 R Shard Phoenix @Paolo Parente +140 U Shifting Wall @Michael Sutfin +98 C Shock @Randy Gallegos +42 C Sift @Pete Venters +43 R Silver Wyvern @Colin MacNeil +70 R Skeleton Scavengers @Brian Snõddy +114 C Skyshroud Archer @Jeff Miracola +16 C Skyshroud Falcon @Mike Raabe +115 C Skyshroud Troopers @DiTerlizzi +129 R Sliver Queen @Ron Spencer +17 C Smite @Daren Bader +18 R Soltari Champion @Adam Rex +116 R Spike Breeder @Adam Rex +117 C Spike Colony @Douglas Shuler +118 U Spike Feeder @Heather Hudson +119 U Spike Soldier @Randy Elliott +120 C Spike Worker @Daniel Gelon +44 C Spindrift Drake @Anthony S. Waters +130 U Spined Sliver @Ron Spencer +121 C Spined Wurm @Keith Parkinson +19 C Spirit en-Kor @John Matson +99 R Spitting Hydra @Daren Bader +71 R Stronghold Assassin @Matthew D. Wilson +72 U Stronghold Taskmaster @Brom +141 R Sword of the Chosen @Adam Rex +20 U Temper @Matthew D. Wilson +122 U Tempting Licid @Randy Gallegos +45 R Thalakos Deceiver @Andrew Robinson +46 C Tidal Surge @Doug Chaffee +47 C Tidal Warrior @Daren Bader +73 C Torment @Paolo Parente +74 C Tortured Existence @Keith Parkinson +21 C Venerable Monk @Terese Nielsen +123 R Verdant Touch @M. W. Kaluta & DiTerlizzi +131 U Victual Sliver @Terese Nielsen +124 R Volrath's Gardens @Rob Alexander +142 R Volrath's Laboratory @Brom +48 R Volrath's Shapeshifter @Ron Spencer +143 R Volrath's Stronghold @Kev Walker +49 U Walking Dream @Richard Kane Ferguson +125 U Wall of Blossoms @Heather Hudson +22 U Wall of Essence @Adam Rex +100 U Wall of Razors @Michael Sutfin +75 U Wall of Souls @John Matson +50 U Wall of Tears @Rebecca Guay +24 R Warrior Angel @Brom +23 U Warrior en-Kor @Stephen Daniele +25 C Youthful Knight @Rebecca Guay [tokens] hornet diff --git a/forge-gui/res/editions/Summer of Magic.txt b/forge-gui/res/editions/Summer of Magic.txt index 68bf122bd3c..cb372d368a3 100644 --- a/forge-gui/res/editions/Summer of Magic.txt +++ b/forge-gui/res/editions/Summer of Magic.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PSUM [cards] -1 R Faerie Conclave -2 R Treetop Village +1 R Faerie Conclave @Stephan Martiniere +2 R Treetop Village @Rob Alexander diff --git a/forge-gui/res/editions/Tarkir Dragonfury.txt b/forge-gui/res/editions/Tarkir Dragonfury.txt index fe3a93fd60b..18763668011 100644 --- a/forge-gui/res/editions/Tarkir Dragonfury.txt +++ b/forge-gui/res/editions/Tarkir Dragonfury.txt @@ -6,7 +6,7 @@ Type=Promo ScryfallCode=PTKDF [cards] -135 C Dragon Fodder -138 U Dragonlord's Servant -187 R Foe-Razer Regent -248 C Evolving Wilds +135 C Dragon Fodder @Jesper Ejsing +138 U Dragonlord's Servant @Carl Frank +187 R Foe-Razer Regent @Svetlin Velinov +248 C Evolving Wilds @Noah Bradley diff --git a/forge-gui/res/editions/Tempest Promos.txt b/forge-gui/res/editions/Tempest Promos.txt index bebbbe88463..f6a73d79609 100644 --- a/forge-gui/res/editions/Tempest Promos.txt +++ b/forge-gui/res/editions/Tempest Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PTMP [cards] -221 R Dirtcowl Wurm +221 R Dirtcowl Wurm @Dan Frazier diff --git a/forge-gui/res/editions/Tempest Remastered.txt b/forge-gui/res/editions/Tempest Remastered.txt index dcc91747b59..685da620f5a 100644 --- a/forge-gui/res/editions/Tempest Remastered.txt +++ b/forge-gui/res/editions/Tempest Remastered.txt @@ -10,275 +10,275 @@ FoilChanceInBooster=100 ScryfallCode=TPR [cards] -8 M Cataclysm -220 M Cursed Scroll -46 M Dream Halls -223 M Grindstone -16 M Humility -109 M Living Death -228 M Mox Diamond -184 M Oath of Druids -113 M Recurring Nightmare -158 M Shard Phoenix -211 M Sliver Queen -162 M Starke of Rath -199 M Survival of the Fittest -74 M Time Warp -248 M Volrath's Stronghold -165 R Aluren -237 R City of Traitors -218 R Coat of Arms -87 R Coffin Queen -88 R Commander Greven il-Vec -89 R Corpse Dance -90 R Crovax the Cursed -99 R Death Pits of Rath -208 R Dracoplasm -48 R Ephemeron -222 R Erratic Portal -12 R Exalted Dragon -130 R Fanning the Flames -13 R Field of Souls -131 R Flame Wave -50 R Forbid -15 R Gerrard's Battle Cry -174 R Heartwood Giant -54 R Intuition -224 R Jinxed Idol -107 R Kezzerdrix -177 R Krakilin -56 R Legacy's Allure -141 R Magmasaur -179 R Manabond -59 R Mawcor -60 R Meditate -227 R Mindless Automaton -180 R Mirri, Cat Warrior -146 R Mogg Infestation -110 R Necrologia -148 R Ogre Shaman -21 R Orim, Samite Healer -23 R Paladin en-Vec -149 R Pandemonium -150 R Rathi Dragon -189 R Recycle -210 R Selenia, Dark Angel -27 R Shaman en-Kor -68 R Silver Wyvern -212 R Soltari Guerrillas -197 R Spike Hatcher -35 R Spirit Mirror -161 R Spitting Hydra -120 R Stronghold Assassin -233 R Thopter Squadron -75 R Tradewind Rider -202 R Verdant Force -214 R Vhati il-Dal -234 R Volrath's Laboratory -249 R Wasteland -40 R Winds of Rath -216 R Wood Sage -206 U Acidic Sliver -2 U Angelic Protector -6 U Avenging Angel -235 U Caldera Lake -83 U Cannibalize -42 U Capsize -167 U Carnassid -236 U Cinder Marsh -43 U Counterspell -168 U Crashing Boars -207 U Crystalline Sliver -44 U Curiosity -96 U Dauthi Marauder -97 U Dauthi Slayer -98 U Dauthi Warlord -129 U Deadshot -45 U Dismiss -47 U Dream Prowler -221 U Emmessi Tome -104 U Evincar's Justice -49 U Fighting Drake -133 U Flowstone Mauler -134 U Flowstone Wyvern -105 U Fugue -14 U Gallantry -136 U Goblin Bombardment -175 U Hermit Druid -209 U Hibernation Sliver -55 U Killer Whale -17 U Kor Chant -57 U Legerdemain -225 U Lotus Petal -178 U Lowland Basilisk -140 U Mage il-Vec -238 U Maze of Shadows -239 U Mogg Hollows -147 U Mogg Maniac -183 U Needle Storm -185 U Overrun -22 U Pacifism -24 U Pegasus Stampede -230 U Phyrexian Hulk -240 U Pine Barrens -112 U Reanimate -151 U Renegade Warlord -25 U Repentance -114 U Revenant -152 U Rolling Thunder -190 U Rootbreaker Wurm -241 U Rootwater Depths -63 U Rootwater Hunter -153 U Sabertooth Wyvern -242 U Salt Flats -115 U Sarcomancy -243 U Scabland -116 U Screeching Harpy -155 U Searing Touch -157 U Shadowstorm -244 U Skyshroud Forest -118 U Skyshroud Vampire -29 U Soltari Champion -31 U Soltari Monk -32 U Soltari Priest -160 U Spellshock -194 U Spike Breeder -196 U Spike Feeder -213 U Spined Sliver -245 U Stalking Stones -70 U Thalakos Drifters -246 U Thalakos Lowlands -201 U Tranquility -247 U Vec Townships -203 U Verdant Touch -215 U Victual Sliver -77 U Volrath's Curse -205 U Wall of Blossoms -38 U Wall of Essence -123 U Wall of Souls -39 U Warrior en-Kor -80 U Wind Dancer -124 C Aftershock -125 C Anarchist -1 C Angelic Blessing -3 C Anoint -4 C Armor Sliver -5 C Armored Pegasus -7 C Bandage -126 C Barbed Sliver -217 C Bottle Gnomes -166 C Canopy Spider -127 C Canyon Wildcat -84 C Carnophage -9 C Charging Paladin -85 C Clot Sliver -86 C Coercion -219 C Coiled Tinviper -10 C Conviction -128 C Craven Giant -91 C Cursed Flesh -92 C Dark Banishing -93 C Dark Ritual -94 C Dauthi Horror -95 C Dauthi Jackal -100 C Death Stroke -101 C Death's Duet -102 C Diabolic Edict -11 C Disenchant -103 C Dungeon Shade -169 C Elven Rite -170 C Elvish Fury -171 C Endangered Armodon -132 C Flowstone Blade -135 C Furnace Brood -51 C Gaseous Form -106 C Gravedigger -52 C Hammerhead Shark -172 C Harrow -173 C Heartwood Dryad -176 C Horned Sliver -53 C Horned Turtle -137 C Kindle -108 C Lab Rats -138 C Lightning Blast -139 C Lowland Giant -58 C Mana Leak -142 C Maniacal Rage -18 C Master Decoy -61 C Merfolk Looter -226 C Metallic Sliver -62 C Mnemonic Sliver -143 C Mogg Conscripts -144 C Mogg Fanatic -145 C Mogg Flunkies -19 C Mounted Archers -181 C Mulch -182 C Muscle Sliver -20 C Nomads en-Kor -229 C Patchwork Gnomes -186 C Provoke -187 C Rampant Growth -111 C Rats of Rath -188 C Reality Anchor -191 C Rootwalla -154 C Sandstone Warrior -64 C Scrivener -65 C Sea Monster -156 C Seething Anger -117 C Serpent Warrior -26 C Shackles -66 C Shadow Rift -159 C Shatter -67 C Sift -231 C Skyshaper -192 C Skyshroud Elf -193 C Skyshroud Troll -28 C Smite -30 C Soltari Lancer -33 C Soltari Trooper -69 C Spell Blast -195 C Spike Colony -119 C Spinal Graft -198 C Spined Wurm -34 C Spirit en-Kor -36 C Standing Troops -37 C Staunch Defenders -163 C Stun -232 C Telethopter -71 C Thalakos Scout -72 C Thalakos Seer -121 C Thrull Surgeon -73 C Time Ebb -200 C Trained Armodon -76 C Twitch -122 C Vampire Hounds -204 C Verdigris -164 C Wall of Diffusion -78 C Wayward Soul -79 C Whispers of the Muse -81 C Wind Drake -82 C Winged Sliver -41 C Youthful Knight -268 L Forest -268 L Forest -268 L Forest -268 L Forest -254 L Island -254 L Island -254 L Island -254 L Island -264 L Mountain -264 L Mountain -264 L Mountain -264 L Mountain -250 L Plains -250 L Plains -250 L Plains -250 L Plains -258 L Swamp -258 L Swamp -258 L Swamp -258 L Swamp +8 M Cataclysm @Jim Nelson +220 M Cursed Scroll @D. Alexander Gregory +46 M Dream Halls @Matthew D. Wilson +223 M Grindstone @Greg Simanson +16 M Humility @Phil Foglio +109 M Living Death @Charles Gillespie +228 M Mox Diamond @Dan Frazier +184 M Oath of Druids @Daren Bader +113 M Recurring Nightmare @Jeff Laubenstein +158 M Shard Phoenix @Paolo Parente +211 M Sliver Queen @Ron Spencer +162 M Starke of Rath @Dan Frazier +199 M Survival of the Fittest @Pete Venters +74 M Time Warp @Pete Venters +248 M Volrath's Stronghold @Kev Walker +165 R Aluren @April Lee +237 R City of Traitors @Kev Walker +218 R Coat of Arms @Scott M. Fischer +87 R Coffin Queen @Kaja Foglio +88 R Commander Greven il-Vec @Kev Walker +89 R Corpse Dance @Brian Snõddy +90 R Crovax the Cursed @Pete Venters +99 R Death Pits of Rath @Joel Biske +208 R Dracoplasm @Andrew Robinson +48 R Ephemeron @Keith Parkinson +222 R Erratic Portal @John Matson +12 R Exalted Dragon @Matthew D. Wilson +130 R Fanning the Flames @Ron Spencer +13 R Field of Souls @Richard Kane Ferguson +131 R Flame Wave @Donato Giancola +50 R Forbid @Scott Kirschner +15 R Gerrard's Battle Cry @Val Mayerik +174 R Heartwood Giant @Randy Elliott +54 R Intuition @April Lee +224 R Jinxed Idol @John Matson +107 R Kezzerdrix @Matthew D. Wilson +177 R Krakilin @Richard Kane Ferguson +56 R Legacy's Allure @Daren Bader +141 R Magmasaur @Daniel Gelon +179 R Manabond @Stephen Daniele +59 R Mawcor @John Matson +60 R Meditate @Susan Van Camp +227 R Mindless Automaton @Brian Snõddy +180 R Mirri, Cat Warrior @Daren Bader +146 R Mogg Infestation @Pete Venters +110 R Necrologia @Brom +148 R Ogre Shaman @Paolo Parente +21 R Orim, Samite Healer @Kaja Foglio +23 R Paladin en-Vec @Randy Elliott +149 R Pandemonium @Pete Venters +150 R Rathi Dragon @Christopher Rush +189 R Recycle @Phil Foglio +210 R Selenia, Dark Angel @Matthew D. Wilson +27 R Shaman en-Kor @Jeff Miracola +68 R Silver Wyvern @Colin MacNeil +212 R Soltari Guerrillas @Val Mayerik +197 R Spike Hatcher @Stephen Daniele +35 R Spirit Mirror @D. Alexander Gregory +161 R Spitting Hydra @Daren Bader +120 R Stronghold Assassin @Matthew D. Wilson +233 R Thopter Squadron @Doug Chaffee +75 R Tradewind Rider @John Matson +202 R Verdant Force @DiTerlizzi +214 R Vhati il-Dal @Ron Spencer +234 R Volrath's Laboratory @Brom +249 R Wasteland @Una Fricker +40 R Winds of Rath @Drew Tucker +216 R Wood Sage @Paolo Parente +206 U Acidic Sliver @Jeff Miracola +2 U Angelic Protector @DiTerlizzi +6 U Avenging Angel @Matthew D. Wilson +235 U Caldera Lake @Allen Williams +83 U Cannibalize @Robert Bliss +42 U Capsize @Tom Wänerstrand +167 U Carnassid @Brom +236 U Cinder Marsh @John Matson +43 U Counterspell @Stephen Daniele +168 U Crashing Boars @Ron Spencer +207 U Crystalline Sliver @Allen Williams +44 U Curiosity @Val Mayerik +96 U Dauthi Marauder @Andrew Robinson +97 U Dauthi Slayer @Dermot Power +98 U Dauthi Warlord @Kev Walker +129 U Deadshot @Heather Hudson +45 U Dismiss @Donato Giancola +47 U Dream Prowler @Richard Kane Ferguson +221 U Emmessi Tome @Tom Wänerstrand +104 U Evincar's Justice @Hannibal King +49 U Fighting Drake @DiTerlizzi +133 U Flowstone Mauler @Paolo Parente +134 U Flowstone Wyvern @Stephen Daniele +105 U Fugue @Randy Gallegos +14 U Gallantry @Douglas Shuler +136 U Goblin Bombardment @Brian Snõddy +175 U Hermit Druid @Heather Hudson +209 U Hibernation Sliver @Scott Kirschner +55 U Killer Whale @Stephen Daniele +17 U Kor Chant @John Matson +57 U Legerdemain @Daren Bader +225 U Lotus Petal @April Lee +178 U Lowland Basilisk @Randy Gallegos +140 U Mage il-Vec @John Matson +238 U Maze of Shadows @D. Alexander Gregory +239 U Mogg Hollows @Jeff Laubenstein +147 U Mogg Maniac @Brian Snõddy +183 U Needle Storm @Val Mayerik +185 U Overrun @Jeff Miracola +22 U Pacifism @Adam Rex +24 U Pegasus Stampede @Mark Zug +230 U Phyrexian Hulk @Matthew D. Wilson +240 U Pine Barrens @Rebecca Guay +112 U Reanimate @Robert Bliss +151 U Renegade Warlord @Ron Spencer +25 U Repentance @Ron Spencer +114 U Revenant @Terese Nielsen +152 U Rolling Thunder @Richard Thomas +190 U Rootbreaker Wurm @Richard Kane Ferguson +241 U Rootwater Depths @Roger Raupp +63 U Rootwater Hunter @Brom +153 U Sabertooth Wyvern @Keith Parkinson +242 U Salt Flats @Scott Kirschner +115 U Sarcomancy @Daren Bader +243 U Scabland @Andrew Robinson +116 U Screeching Harpy @Una Fricker +155 U Searing Touch @D. Alexander Gregory +157 U Shadowstorm @Adam Rex +244 U Skyshroud Forest @Roger Raupp +118 U Skyshroud Vampire @Gary Leach +29 U Soltari Champion @Adam Rex +31 U Soltari Monk @Janet Aulisio +32 U Soltari Priest @Janet Aulisio +160 U Spellshock @Thomas M. Baxa +194 U Spike Breeder @Adam Rex +196 U Spike Feeder @Heather Hudson +213 U Spined Sliver @Ron Spencer +245 U Stalking Stones @Stephen Daniele +70 U Thalakos Drifters @Andrew Robinson +246 U Thalakos Lowlands @Jeff A. Menges +201 U Tranquility @Margaret Organ-Kean +247 U Vec Townships @Eric David Anderson +203 U Verdant Touch @M. W. Kaluta & DiTerlizzi +215 U Victual Sliver @Terese Nielsen +77 U Volrath's Curse @Daren Bader +205 U Wall of Blossoms @Heather Hudson +38 U Wall of Essence @Adam Rex +123 U Wall of Souls @John Matson +39 U Warrior en-Kor @Stephen Daniele +80 U Wind Dancer @Susan Van Camp +124 C Aftershock @Hannibal King +125 C Anarchist @Brom +1 C Angelic Blessing @Mark Zug +3 C Anoint @Eric David Anderson +4 C Armor Sliver @Scott Kirschner +5 C Armored Pegasus @Una Fricker +7 C Bandage @Rebecca Guay +126 C Barbed Sliver @Scott Kirschner +217 C Bottle Gnomes @Kaja Foglio +166 C Canopy Spider @Christopher Rush +127 C Canyon Wildcat @Gary Leach +84 C Carnophage @Pete Venters +9 C Charging Paladin @Ciruelo +85 C Clot Sliver @Jeff Laubenstein +86 C Coercion @Pete Venters +219 C Coiled Tinviper @John Matson +10 C Conviction @Paolo Parente +128 C Craven Giant @Brian Snõddy +91 C Cursed Flesh @Ron Spencer +92 C Dark Banishing @John Matson +93 C Dark Ritual @Ken Meyer, Jr. +94 C Dauthi Horror @Jeff Laubenstein +95 C Dauthi Jackal @Adam Rex +100 C Death Stroke @Colin MacNeil +101 C Death's Duet @Keith Parkinson +102 C Diabolic Edict @Ron Spencer +11 C Disenchant @Allen Williams +103 C Dungeon Shade @Jason Alexander Behnke +169 C Elven Rite @Jeff Miracola +170 C Elvish Fury @Quinton Hoover +171 C Endangered Armodon @Kev Walker +132 C Flowstone Blade @Allen Williams +135 C Furnace Brood @Jeff Miracola +51 C Gaseous Form @Roger Raupp +106 C Gravedigger @Dermot Power +52 C Hammerhead Shark @Stephen Daniele +172 C Harrow @Eric David Anderson +173 C Heartwood Dryad @Rebecca Guay +176 C Horned Sliver @Allen Williams +53 C Horned Turtle @DiTerlizzi +137 C Kindle @Donato Giancola +108 C Lab Rats @DiTerlizzi +138 C Lightning Blast @Richard Thomas +139 C Lowland Giant @Paolo Parente +58 C Mana Leak @Christopher Rush +142 C Maniacal Rage @Pete Venters +18 C Master Decoy @Phil Foglio +61 C Merfolk Looter @Ron Spencer +226 C Metallic Sliver @Allen Williams +62 C Mnemonic Sliver @Randy Gallegos +143 C Mogg Conscripts @Pete Venters +144 C Mogg Fanatic @Brom +145 C Mogg Flunkies @Brom +19 C Mounted Archers @Kev Walker +181 C Mulch @Rebecca Guay +182 C Muscle Sliver @Richard Kane Ferguson +20 C Nomads en-Kor @Val Mayerik +229 C Patchwork Gnomes @Mike Raabe +186 C Provoke @Terese Nielsen +187 C Rampant Growth @Tom Kyffin +111 C Rats of Rath @John Matson +188 C Reality Anchor @Randy Gallegos +191 C Rootwalla @Roger Raupp +154 C Sandstone Warrior @Stephen Daniele +64 C Scrivener @Heather Hudson +65 C Sea Monster @Daniel Gelon +156 C Seething Anger @Val Mayerik +117 C Serpent Warrior @Ron Spencer +26 C Shackles @Heather Hudson +66 C Shadow Rift @Adam Rex +159 C Shatter @Jason Alexander Behnke +67 C Sift @Pete Venters +231 C Skyshaper @Donato Giancola +192 C Skyshroud Elf @Jeff Miracola +193 C Skyshroud Troll @Matthew D. Wilson +28 C Smite @Daren Bader +30 C Soltari Lancer @Matthew D. Wilson +33 C Soltari Trooper @Kev Walker +69 C Spell Blast @Steve Luke +195 C Spike Colony @Douglas Shuler +119 C Spinal Graft @Ron Spencer +198 C Spined Wurm @Keith Parkinson +34 C Spirit en-Kor @John Matson +36 C Standing Troops @Daren Bader +37 C Staunch Defenders @Mark Poole +163 C Stun @Terese Nielsen +232 C Telethopter @Thomas M. Baxa +71 C Thalakos Scout @John Matson +72 C Thalakos Seer @Ron Spencer +121 C Thrull Surgeon @rk post +73 C Time Ebb @Thomas M. Baxa +200 C Trained Armodon @Gary Leach +76 C Twitch @DiTerlizzi +122 C Vampire Hounds @Kev Walker +204 C Verdigris @Zina Saunders +164 C Wall of Diffusion @DiTerlizzi +78 C Wayward Soul @M. W. Kaluta & DiTerlizzi +79 C Whispers of the Muse @Quinton Hoover +81 C Wind Drake @Greg Simanson +82 C Winged Sliver @Anthony S. Waters +41 C Youthful Knight @Rebecca Guay +266 L Forest @Douglas Shuler +267 L Forest @Douglas Shuler +268 L Forest @Douglas Shuler +269 L Forest @Douglas Shuler +254 L Island @Randy Gallegos +255 L Island @Randy Gallegos +256 L Island @Randy Gallegos +257 L Island @Randy Gallegos +262 L Mountain @Mark Poole +263 L Mountain @Mark Poole +264 L Mountain @Mark Poole +265 L Mountain @Mark Poole +250 L Plains @Terese Nielsen +251 L Plains @Terese Nielsen +252 L Plains @Terese Nielsen +253 L Plains @Terese Nielsen +258 L Swamp @Brom +259 L Swamp @Brom +260 L Swamp @Brom +261 L Swamp @Brom [tokens] c_1_1_sliver diff --git a/forge-gui/res/editions/Tempest.txt b/forge-gui/res/editions/Tempest.txt index 81243c8b329..14fe5974a7e 100644 --- a/forge-gui/res/editions/Tempest.txt +++ b/forge-gui/res/editions/Tempest.txt @@ -11,356 +11,356 @@ Foil=NotSupported ScryfallCode=TMP [cards] -107 U Abandon Hope -1 C Advance Scout -160 C Aftershock -276 R Altar of Dementia -213 R Aluren -161 U Ancient Runes -315 U Ancient Tomb -2 U Angelic Protector -3 C Anoint -214 U Apes of Rath -162 R Apocalypse -5 C Armored Pegasus -4 U Armor Sliver -6 R Auratog -7 R Avenging Angel -163 U Barbed Sliver -215 C Bayou Dragonfly -108 R Bellowing Fiend -54 R Benthic Behemoth -164 C Blood Frenzy -109 C Blood Pet -165 U Boil -277 R Booby Trap -278 U Bottle Gnomes -110 R Bounty Hunter -216 C Broken Fall -316 R Caldera Lake -217 C Canopy Spider -166 R Canyon Drake -167 C Canyon Wildcat -55 C Capsize -111 R Carrionette -168 R Chaotic Goo -218 U Charging Rhino -56 U Chill -219 U Choke -317 U Cinder Marsh -8 C Circle of Protection: Black -9 C Circle of Protection: Blue -10 C Circle of Protection: Green -11 C Circle of Protection: Red -12 C Circle of Protection: Shadow -13 C Circle of Protection: White -14 C Clergy en-Vec -112 C Clot Sliver -15 C Cloudchaser Eagle -113 C Coercion -114 R Coffin Queen -279 C Coiled Tinviper -280 R Cold Storage -115 R Commander Greven il-Vec -116 R Corpse Dance -57 C Counterspell -220 R Crazed Armodon -169 C Crown of Flames -281 R Cursed Scroll -117 C Dark Banishing -119 C Darkling Stalker -118 C Dark Ritual -120 U Dauthi Embrace -121 U Dauthi Ghoul -122 C Dauthi Horror -123 C Dauthi Marauder -124 U Dauthi Mercenary -125 U Dauthi Mindripper -126 C Dauthi Slayer -170 R Deadshot -127 R Death Pits of Rath -128 C Diabolic Edict -221 R Dirtcowl Wurm -16 C Disenchant -58 U Dismiss -129 C Disturbed Burial -266 R Dracoplasm -130 U Dread of Night -59 C Dream Cache -131 R Dregs of Sorrow -60 R Duplicity -222 R Earthcraft -282 R Echo Chamber -224 R Eladamri, Lord of Leaves -223 R Eladamri's Vineyard -17 C Elite Javelineer -225 R Elven Warhounds -226 C Elvish Fury -283 R Emerald Medallion -284 R Emmessi Tome -132 C Endless Scream -285 R Energizer -133 C Enfeeblement -171 U Enraging Licid -61 R Ertai's Meddling -62 R Escaped Shapeshifter -286 U Essence Bottle -134 C Evincar's Justice -287 U Excavator -135 R Extinction -136 R Fevered Convulsions -18 R Field of Souls -63 U Fighting Drake -172 U Firefly -173 C Fireslinger -227 U Flailing Drake -19 U Flickering Ward -174 C Flowstone Giant -175 U Flowstone Salamander -288 R Flowstone Sculpture -176 R Flowstone Wyvern -289 R Fool's Tome -347 L Forest -348 L Forest -349 L Forest -350 L Forest -228 C Frog Tongue -229 R Fugitive Druid -177 R Furnace of Rath -64 U Fylamarid -20 U Gallantry -65 C Gaseous Form -21 R Gerrard's Battle Cry -318 U Ghost Town -66 C Giant Crab -178 C Giant Strength -179 U Goblin Bombardment -137 C Gravedigger -290 R Grindstone -180 R Hand to Hand -22 R Hanna's Custody -230 U Harrow -181 U Havoc -182 C Heart Sliver -231 C Heartwood Dryad -232 R Heartwood Giant -233 U Heartwood Treefolk -291 R Helm of Possession -23 C Hero's Resolve -234 U Horned Sliver -67 C Horned Turtle -24 R Humility -138 U Imps' Taunt -68 U Insight -69 U Interdict -70 R Intuition -25 U Invulnerability -335 L Island -336 L Island -337 L Island -338 L Island -183 U Jackal Pup -292 R Jet Medallion -293 R Jinxed Idol -139 R Kezzerdrix -184 C Kindle -26 U Knight of Dawn -140 U Knight of Dusk -235 U Krakilin -141 U Leeching Licid -71 U Legacy's Allure -72 U Legerdemain -185 C Lightning Blast -186 C Lightning Elemental -27 U Light of Day -142 R Living Death -267 U Lobotomy -294 C Lotus Petal -187 C Lowland Giant -143 R Maddening Imp -188 R Magmasaur -295 R Magnetic Web -296 C Manakin -73 R Mana Severance -74 C Manta Riders -28 R Marble Titan -144 C Marsh Lurker -29 C Master Decoy -75 R Mawcor -319 U Maze of Shadows -76 R Meditate -297 C Metallic Sliver -145 U Mindwhip Sliver -146 R Minion of the Wastes -236 R Mirri's Guile -77 U Mnemonic Sliver -298 U Mogg Cannon -189 C Mogg Conscripts -190 C Mogg Fanatic -320 U Mogg Hollows -191 C Mogg Raider -192 U Mogg Squad -237 R Mongrel Pack -343 L Mountain -344 L Mountain -345 L Mountain -346 L Mountain -30 C Mounted Archers -238 C Muscle Sliver -239 C Natural Spring -240 R Nature's Revolt -241 U Needle Storm -193 R No Quarter -242 U Nurturing Licid -194 U Opportunist -31 R Oracle en-Vec -33 R Orim, Samite Healer -32 U Orim's Prayer -243 U Overrun -34 C Pacifism -195 R Pallimud -299 U Patchwork Gnomes -300 R Pearl Medallion -35 R Pegasus Refuge -147 U Perish -301 R Phyrexian Grimoire -302 U Phyrexian Hulk -303 U Phyrexian Splicer -244 C Pincher Beetles -321 R Pine Barrens -148 C Pit Imp -331 L Plains -332 L Plains -333 L Plains -334 L Plains -78 C Power Sink -79 R Precognition -80 U Propaganda -304 U Puppet Strings -36 U Quickening Licid -149 U Rain of Tears -245 C Rampant Growth -268 U Ranger en-Vec -196 R Rathi Dragon -150 C Rats of Rath -246 C Reality Anchor -151 U Reanimate -247 U Reap -152 U Reckless Spite -248 R Recycle -322 R Reflecting Pool -197 U Renegade Warlord -37 U Repentance -249 C Respite -198 C Rolling Thunder -251 C Rootbreaker Wurm -250 R Root Maze -252 C Rootwalla -323 U Rootwater Depths -81 U Rootwater Diver -82 C Rootwater Hunter -83 R Rootwater Matriarch -84 R Rootwater Shaman -305 R Ruby Medallion -38 R Sacred Guide -153 C Sadistic Glee -39 R Safeguard -324 R Salt Flats -199 C Sandstone Warrior -306 R Sapphire Medallion -154 R Sarcomancy -325 R Scabland -307 R Scalding Tongs -200 R Scorched Earth -253 U Scragnoth -155 U Screeching Harpy -308 R Scroll Rack -85 C Sea Monster -201 U Searing Touch -254 C Seeker of Skybreak -269 U Segmented Wurm -270 R Selenia, Dark Angel -40 U Serene Offering -156 C Servant of Volrath -86 C Shadow Rift -202 U Shadowstorm -203 C Shatter -87 C Shimmering Wings -204 R Shocker -88 U Skyshroud Condor -255 C Skyshroud Elf -326 R Skyshroud Forest -256 C Skyshroud Ranger -257 C Skyshroud Troll -157 U Skyshroud Vampire -271 U Sky Spirit -41 U Soltari Crusader -42 R Soltari Emissary -43 C Soltari Foot Soldier -272 R Soltari Guerrillas -44 C Soltari Lancer -45 U Soltari Monk -46 U Soltari Priest -47 C Soltari Trooper -158 U Souldrinker -89 C Spell Blast -258 C Spike Drone -159 C Spinal Graft -48 R Spirit Mirror -273 U Spontaneous Combustion -309 C Squee's Toy -327 U Stalking Stones -205 R Starke of Rath -310 R Static Orb -49 U Staunch Defenders -90 U Steal Enchantment -91 U Stinging Licid -206 C Stone Rain -259 U Storm Front -207 C Stun -208 U Sudden Impact -339 L Swamp -340 L Swamp -341 L Swamp -342 L Swamp -209 U Tahngarth's Rage -50 C Talon Sliver -311 U Telethopter -92 U Thalakos Dreamsower -328 U Thalakos Lowlands -93 C Thalakos Mistfolk -94 C Thalakos Seer -95 C Thalakos Sentry -312 R Thumbscrews -96 C Time Ebb -97 R Time Warp -210 R Tooth and Claw -313 R Torture Chamber -98 R Tradewind Rider -260 C Trained Armodon -261 C Tranquility -262 U Trumpeting Armodon -99 C Twitch -100 R Unstable Shapeshifter -329 U Vec Townships -263 R Verdant Force -264 U Verdigris -274 R Vhati il-Dal -101 C Volrath's Curse -211 C Wall of Diffusion -51 U Warmth -330 U Wasteland -314 U Watchdog -102 R Whim of Volrath -103 U Whispers of the Muse -212 U Wild Wurm -104 U Wind Dancer -105 C Wind Drake -52 R Winds of Rath -106 C Winged Sliver -265 U Winter's Grasp -275 R Wood Sage -53 U Worthy Cause +107 U Abandon Hope @Alan Pollack +1 C Advance Scout @Heather Hudson +160 C Aftershock @Hannibal King +276 R Altar of Dementia @Brom +213 R Aluren @April Lee +161 U Ancient Runes @Susan Van Camp +315 U Ancient Tomb @Colin MacNeil +2 U Angelic Protector @DiTerlizzi +3 C Anoint @Eric David Anderson +214 U Apes of Rath @Jeff Laubenstein +162 R Apocalypse @Allen Williams +5 C Armored Pegasus @Una Fricker +4 U Armor Sliver @Scott Kirschner +6 R Auratog @Jeff Miracola +7 R Avenging Angel @Matthew D. Wilson +163 U Barbed Sliver @Scott Kirschner +215 C Bayou Dragonfly @DiTerlizzi +108 R Bellowing Fiend @Jim Nelson +54 R Benthic Behemoth @Jim Nelson +164 C Blood Frenzy @Paolo Parente +109 C Blood Pet @Brom +165 U Boil @Jason Alexander Behnke +277 R Booby Trap @Doug Chaffee +278 U Bottle Gnomes @Kaja Foglio +110 R Bounty Hunter @Brian Snõddy +216 C Broken Fall @Zina Saunders +316 R Caldera Lake @Allen Williams +217 C Canopy Spider @Christopher Rush +166 R Canyon Drake @Quinton Hoover +167 C Canyon Wildcat @Gary Leach +55 C Capsize @Tom Wänerstrand +111 R Carrionette @Pete Venters +168 R Chaotic Goo @Allen Williams +218 U Charging Rhino @Daren Bader +56 U Chill @Greg Simanson +219 U Choke @Terese Nielsen +317 U Cinder Marsh @John Matson +8 C Circle of Protection: Black @Harold McNeill +9 C Circle of Protection: Blue @Harold McNeill +10 C Circle of Protection: Green @Harold McNeill +11 C Circle of Protection: Red @Harold McNeill +12 C Circle of Protection: Shadow @Harold McNeill +13 C Circle of Protection: White @Harold McNeill +14 C Clergy en-Vec @Heather Hudson +112 C Clot Sliver @Jeff Laubenstein +15 C Cloudchaser Eagle @Una Fricker +113 C Coercion @Pete Venters +114 R Coffin Queen @Kaja Foglio +279 C Coiled Tinviper @John Matson +280 R Cold Storage @Greg Simanson +115 R Commander Greven il-Vec @Kev Walker +116 R Corpse Dance @Brian Snõddy +57 C Counterspell @Stephen Daniele +220 R Crazed Armodon @Gary Leach +169 C Crown of Flames @William O'Connor +281 R Cursed Scroll @D. Alexander Gregory +117 C Dark Banishing @John Matson +119 C Darkling Stalker @Susan Van Camp +118 C Dark Ritual @Ken Meyer, Jr. +120 U Dauthi Embrace @Andrew Robinson +121 U Dauthi Ghoul @Tom Kyffin +122 C Dauthi Horror @Jeff Laubenstein +123 C Dauthi Marauder @Andrew Robinson +124 U Dauthi Mercenary @Matthew D. Wilson +125 U Dauthi Mindripper @Allen Williams +126 C Dauthi Slayer @Dermot Power +170 R Deadshot @Heather Hudson +127 R Death Pits of Rath @Joel Biske +128 C Diabolic Edict @Ron Spencer +221 R Dirtcowl Wurm @Dan Frazier +16 C Disenchant @Allen Williams +58 U Dismiss @Donato Giancola +129 C Disturbed Burial @Heather Hudson +266 R Dracoplasm @Andrew Robinson +130 U Dread of Night @Richard Thomas +59 C Dream Cache @Phil Foglio +131 R Dregs of Sorrow @Thomas Gianni +60 R Duplicity @Dan Frazier +222 R Earthcraft @Randy Gallegos +282 R Echo Chamber @Donato Giancola +224 R Eladamri, Lord of Leaves @Ron Chironna +223 R Eladamri's Vineyard @Ron Chironna +17 C Elite Javelineer @Mark Poole +225 R Elven Warhounds @Kev Walker +226 C Elvish Fury @Quinton Hoover +283 R Emerald Medallion @Sue Ellen Brown +284 R Emmessi Tome @Tom Wänerstrand +132 C Endless Scream @Joel Biske +285 R Energizer @Val Mayerik +133 C Enfeeblement @D. Alexander Gregory +171 U Enraging Licid @Doug Chaffee +61 R Ertai's Meddling @Steve Luke +62 R Escaped Shapeshifter @Douglas Shuler +286 U Essence Bottle @Donato Giancola +134 C Evincar's Justice @Hannibal King +287 U Excavator @Tom Kyffin +135 R Extinction @Una Fricker +136 R Fevered Convulsions @Jeff Miracola +18 R Field of Souls @Richard Kane Ferguson +63 U Fighting Drake @DiTerlizzi +172 U Firefly @Stephen Daniele +173 C Fireslinger @Jeff Reitz +227 U Flailing Drake @Heather Hudson +19 U Flickering Ward @Greg Simanson +174 C Flowstone Giant @Joel Biske +175 U Flowstone Salamander @Daniel Gelon +288 R Flowstone Sculpture @Hannibal King +176 R Flowstone Wyvern @Stephen Daniele +289 R Fool's Tome @Julie Baroh +347 L Forest @Douglas Shuler +348 L Forest @Douglas Shuler +349 L Forest @Douglas Shuler +350 L Forest @Douglas Shuler +228 C Frog Tongue @Phil Foglio +229 R Fugitive Druid @Quinton Hoover +177 R Furnace of Rath @John Matson +64 U Fylamarid @Una Fricker +20 U Gallantry @Douglas Shuler +65 C Gaseous Form @Roger Raupp +21 R Gerrard's Battle Cry @Val Mayerik +318 U Ghost Town @Tom Wänerstrand +66 C Giant Crab @Tom Kyffin +178 C Giant Strength @Pete Venters +179 U Goblin Bombardment @Brian Snõddy +137 C Gravedigger @Dermot Power +290 R Grindstone @Greg Simanson +180 R Hand to Hand @Carl Frank +22 R Hanna's Custody @DiTerlizzi +230 U Harrow @Eric David Anderson +181 U Havoc @Donato Giancola +182 C Heart Sliver @Ron Spencer +231 C Heartwood Dryad @Rebecca Guay +232 R Heartwood Giant @Randy Elliott +233 U Heartwood Treefolk @Daren Bader +291 R Helm of Possession @Janet Aulisio +23 C Hero's Resolve @Pete Venters +234 U Horned Sliver @Allen Williams +67 C Horned Turtle @DiTerlizzi +24 R Humility @Phil Foglio +138 U Imps' Taunt @Colin MacNeil +68 U Insight @Ron Chironna +69 U Interdict @Jeff Laubenstein +70 R Intuition @April Lee +25 U Invulnerability @Brian Snõddy +335 L Island @Randy Gallegos +336 L Island @Randy Gallegos +337 L Island @Randy Gallegos +338 L Island @Randy Gallegos +183 U Jackal Pup @Susan Van Camp +292 R Jet Medallion @Sue Ellen Brown +293 R Jinxed Idol @John Matson +139 R Kezzerdrix @Matthew D. Wilson +184 C Kindle @Donato Giancola +26 U Knight of Dawn @Ron Spencer +140 U Knight of Dusk @Ron Spencer +235 U Krakilin @Richard Kane Ferguson +141 U Leeching Licid @Joel Biske +71 U Legacy's Allure @Daren Bader +72 U Legerdemain @Daren Bader +185 C Lightning Blast @Richard Thomas +186 C Lightning Elemental @D. Alexander Gregory +27 U Light of Day @Drew Tucker +142 R Living Death @Charles Gillespie +267 U Lobotomy @Thomas M. Baxa +294 C Lotus Petal @April Lee +187 C Lowland Giant @Paolo Parente +143 R Maddening Imp @Zina Saunders +188 R Magmasaur @Daniel Gelon +295 R Magnetic Web @Adam Rex +296 C Manakin @Scott Kirschner +73 R Mana Severance @Terese Nielsen +74 C Manta Riders @Kaja Foglio +28 R Marble Titan @Brom +144 C Marsh Lurker @Tom Kyffin +29 C Master Decoy @Phil Foglio +75 R Mawcor @John Matson +319 U Maze of Shadows @D. Alexander Gregory +76 R Meditate @Susan Van Camp +297 C Metallic Sliver @Allen Williams +145 U Mindwhip Sliver @Jeff Miracola +146 R Minion of the Wastes @Scott Kirschner +236 R Mirri's Guile @Brom +77 U Mnemonic Sliver @Randy Gallegos +298 U Mogg Cannon @Mike Raabe +189 C Mogg Conscripts @Pete Venters +190 C Mogg Fanatic @Brom +320 U Mogg Hollows @Jeff Laubenstein +191 C Mogg Raider @Brian Snõddy +192 U Mogg Squad @Joel Biske +237 R Mongrel Pack @Jeff Miracola +343 L Mountain @Mark Poole +344 L Mountain @Mark Poole +345 L Mountain @Mark Poole +346 L Mountain @Mark Poole +30 C Mounted Archers @Kev Walker +238 C Muscle Sliver @Richard Kane Ferguson +239 C Natural Spring @Susan Van Camp +240 R Nature's Revolt @Donato Giancola +241 U Needle Storm @Val Mayerik +193 R No Quarter @Doug Chaffee +242 U Nurturing Licid @Mark Poole +194 U Opportunist @Dan Frazier +31 R Oracle en-Vec @Dan Frazier +33 R Orim, Samite Healer @Kaja Foglio +32 U Orim's Prayer @Donato Giancola +243 U Overrun @Jeff Miracola +34 C Pacifism @Adam Rex +195 R Pallimud @Quinton Hoover +299 U Patchwork Gnomes @Mike Raabe +300 R Pearl Medallion @Sue Ellen Brown +35 R Pegasus Refuge @Kev Walker +147 U Perish @Rebecca Guay +301 R Phyrexian Grimoire @Doug Chaffee +302 U Phyrexian Hulk @Matthew D. Wilson +303 U Phyrexian Splicer @Brom +244 C Pincher Beetles @Stephen Daniele +321 R Pine Barrens @Rebecca Guay +148 C Pit Imp @Phil Foglio +331 L Plains @Terese Nielsen +332 L Plains @Terese Nielsen +333 L Plains @Terese Nielsen +334 L Plains @Terese Nielsen +78 C Power Sink @Jeff Miracola +79 R Precognition @Jeff Miracola +80 U Propaganda @Jeff Miracola +304 U Puppet Strings @Scott Kirschner +36 U Quickening Licid @Andrew Robinson +149 U Rain of Tears @Charles Gillespie +245 C Rampant Growth @Tom Kyffin +268 U Ranger en-Vec @Randy Elliott +196 R Rathi Dragon @Christopher Rush +150 C Rats of Rath @John Matson +246 C Reality Anchor @Randy Gallegos +151 U Reanimate @Robert Bliss +247 U Reap @Ron Chironna +152 U Reckless Spite @Pete Venters +248 R Recycle @Phil Foglio +322 R Reflecting Pool @Adam Rex +197 U Renegade Warlord @Ron Spencer +37 U Repentance @Ron Spencer +249 C Respite @Rebecca Guay +198 C Rolling Thunder @Richard Thomas +251 C Rootbreaker Wurm @Richard Kane Ferguson +250 R Root Maze @Rebecca Guay +252 C Rootwalla @Roger Raupp +323 U Rootwater Depths @Roger Raupp +81 U Rootwater Diver @Ron Spencer +82 C Rootwater Hunter @Brom +83 R Rootwater Matriarch @Randy Gallegos +84 R Rootwater Shaman @Paolo Parente +305 R Ruby Medallion @Sue Ellen Brown +38 R Sacred Guide @Zina Saunders +153 C Sadistic Glee @Pete Venters +39 R Safeguard @Thomas M. Baxa +324 R Salt Flats @Scott Kirschner +199 C Sandstone Warrior @Stephen Daniele +306 R Sapphire Medallion @Sue Ellen Brown +154 R Sarcomancy @Daren Bader +325 R Scabland @Andrew Robinson +307 R Scalding Tongs @Randy Gallegos +200 R Scorched Earth @Nicola Leonard +253 U Scragnoth @Jeff Laubenstein +155 U Screeching Harpy @Una Fricker +308 R Scroll Rack @Heather Hudson +85 C Sea Monster @Daniel Gelon +201 U Searing Touch @D. Alexander Gregory +254 C Seeker of Skybreak @Daren Bader +269 U Segmented Wurm @Jeff Miracola +270 R Selenia, Dark Angel @Matthew D. Wilson +40 U Serene Offering @Paolo Parente +156 C Servant of Volrath @Brian Snõddy +86 C Shadow Rift @Adam Rex +202 U Shadowstorm @Adam Rex +203 C Shatter @Jason Alexander Behnke +87 C Shimmering Wings @Steve Luke +204 R Shocker @Thomas M. Baxa +88 U Skyshroud Condor @Doug Chaffee +255 C Skyshroud Elf @Jeff Miracola +326 R Skyshroud Forest @Roger Raupp +256 C Skyshroud Ranger @Steve Luke +257 C Skyshroud Troll @Matthew D. Wilson +157 U Skyshroud Vampire @Gary Leach +271 U Sky Spirit @Rebecca Guay +41 U Soltari Crusader @Randy Gallegos +42 R Soltari Emissary @Adam Rex +43 C Soltari Foot Soldier @Janet Aulisio +272 R Soltari Guerrillas @Val Mayerik +44 C Soltari Lancer @Matthew D. Wilson +45 U Soltari Monk @Janet Aulisio +46 U Soltari Priest @Janet Aulisio +47 C Soltari Trooper @Kev Walker +158 U Souldrinker @Dermot Power +89 C Spell Blast @Steve Luke +258 C Spike Drone @Charles Gillespie +159 C Spinal Graft @Ron Spencer +48 R Spirit Mirror @D. Alexander Gregory +273 U Spontaneous Combustion @Doug Chaffee +309 C Squee's Toy @Heather Hudson +327 U Stalking Stones @Stephen Daniele +205 R Starke of Rath @Dan Frazier +310 R Static Orb @Dermot Power +49 U Staunch Defenders @Mark Poole +90 U Steal Enchantment @Hannibal King +91 U Stinging Licid @Paolo Parente +206 C Stone Rain @Christopher Rush +259 U Storm Front @William O'Connor +207 C Stun @Terese Nielsen +208 U Sudden Impact @Alan Pollack +339 L Swamp @Brom +340 L Swamp @Brom +341 L Swamp @Brom +342 L Swamp @Brom +209 U Tahngarth's Rage @Hannibal King +50 C Talon Sliver @Mike Raabe +311 U Telethopter @Thomas M. Baxa +92 U Thalakos Dreamsower @Susan Van Camp +328 U Thalakos Lowlands @Jeff A. Menges +93 C Thalakos Mistfolk @Richard Kane Ferguson +94 C Thalakos Seer @Ron Spencer +95 C Thalakos Sentry @Andrew Robinson +312 R Thumbscrews @Charles Gillespie +96 C Time Ebb @Thomas M. Baxa +97 R Time Warp @Pete Venters +210 R Tooth and Claw @Val Mayerik +313 R Torture Chamber @Thomas Gianni +98 R Tradewind Rider @John Matson +260 C Trained Armodon @Gary Leach +261 C Tranquility @Margaret Organ-Kean +262 U Trumpeting Armodon @Gary Leach +99 C Twitch @DiTerlizzi +100 R Unstable Shapeshifter @Terese Nielsen +329 U Vec Townships @Eric David Anderson +263 R Verdant Force @DiTerlizzi +264 U Verdigris @Zina Saunders +274 R Vhati il-Dal @Ron Spencer +101 C Volrath's Curse @Daren Bader +211 C Wall of Diffusion @DiTerlizzi +51 U Warmth @Drew Tucker +330 U Wasteland @Una Fricker +314 U Watchdog @Richard Kane Ferguson +102 R Whim of Volrath @Anthony S. Waters +103 U Whispers of the Muse @Quinton Hoover +212 U Wild Wurm @Randy Elliott +104 U Wind Dancer @Susan Van Camp +105 C Wind Drake @Greg Simanson +52 R Winds of Rath @Drew Tucker +106 C Winged Sliver @Anthony S. Waters +265 U Winter's Grasp @Tom Wänerstrand +275 R Wood Sage @Paolo Parente +53 U Worthy Cause @John Matson [tokens] carnivore diff --git a/forge-gui/res/editions/Tenth Edition Promos.txt b/forge-gui/res/editions/Tenth Edition Promos.txt index e07d67deba3..d6746e39386 100644 --- a/forge-gui/res/editions/Tenth Edition Promos.txt +++ b/forge-gui/res/editions/Tenth Edition Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=P10E [cards] -35 R Reya Dawnbringer +35 R Reya Dawnbringer @Matthew D. Wilson diff --git a/forge-gui/res/editions/Tenth Edition.txt b/forge-gui/res/editions/Tenth Edition.txt index 404de0cee04..e8bf33d4757 100644 --- a/forge-gui/res/editions/Tenth Edition.txt +++ b/forge-gui/res/editions/Tenth Edition.txt @@ -13,389 +13,389 @@ ChaosDraftThemes=CORE_SET ScryfallCode=10E [cards] -249 R Abundance -63 U Academy Researchers -347 R Adarkar Wastes -125 C Afflict -250 C Aggressive Urge -126 U Agonizing Memories -64 U Air Elemental -65 R Ambassador Laquatus -187 C Anaba Bodyguard -1 U Ancestor's Chosen -2 U Angel of Mercy -311 U Angel's Feather -3 C Angelic Blessing -4 R Angelic Chorus -5 C Angelic Wall -188 U Arcane Teachings -66 R Arcanis the Omnipotent -127 R Ascendant Evincar -128 C Assassinate -67 U Aura Graft -6 U Aura of Silence -251 R Avatar of Might -7 C Aven Cloudchaser -68 C Aven Fisher -69 C Aven Windreader -8 U Ballista Squad -9 C Bandage -348 R Battlefield Forge -189 R Beacon of Destruction -10 R Beacon of Immortality -129 R Beacon of Unrest -11 C Benalish Knight -252 R Birds of Paradise -253 U Blanchwood Armor -190 U Blaze -191 R Bloodfire Colossus -192 C Bloodrock Cyclops -130 U Bog Wraith -193 C Bogardan Firefiend -70 C Boomerang -312 U Bottle Gnomes -349 R Brushland -71 C Cancel -254 C Canopy Spider -350 R Caves of Koilos -72 R Cephalid Constable -313 R Chimeric Staff -12 R Cho-Manno, Revolutionary -314 U Chromatic Star -315 R Citanul Flute -255 C Civic Wayfinder -73 R Clone -74 C Cloud Elemental -75 C Cloud Sprite -316 R Coat of Arms -317 R Colossus of Sardia -256 C Commune with Nature -318 U Composite Golem -13 U Condemn -194 U Cone of Flame -131 U Consume Spirit -132 C Contaminated Bond -76 C Counsel of the Soratami -77 C Crafty Pathmage -257 C Craw Wurm -258 U Creeping Mold -319 R Crucible of Worlds -133 U Cruel Edict -195 U Cryoclasm -134 U Deathmark -78 C Dehydration -79 U Deluge -196 C Demolish -320 U Demon's Horn -14 C Demystify -80 R Denizen of the Deep -135 U Diabolic Tutor -81 U Discombobulate -136 C Distress -137 R Doomed Necromancer -321 R Doubling Cube -197 R Dragon Roost -322 U Dragon's Claw -82 R Dreamborn Muse -138 C Dross Crocodile -139 U Drudge Skeletons -198 C Duct Crawler -140 C Dusk Imp -199 U Earth Elemental -259 U Elven Riders -260 C Elvish Berserker -261 R Elvish Champion -262 R Elvish Piper -263 U Enormous Baloth -141 C Essence Drain -83 R Evacuation -351 U Faerie Conclave -142 C Fear -264 U Femeref Archers -143 C Festering Goblin -15 R Field Marshal -200 C Firebreathing -201 C Fists of the Anvil -202 U Flamewave Invoker -84 U Flashfreeze -203 R Flowstone Slide -85 U Fog Elemental -352 U Forbidding Watchtower -380 L Forest -380 L Forest -380 L Forest -380 L Forest -323 U Fountain of Youth -86 C Fugitive Wizard -205 U Furnace Whelp -204 R Furnace of Rath -265 R Gaea's Herald -353 U Ghitu Encampment -16 C Ghost Warden -266 C Giant Growth -267 C Giant Spider -17 R Glorious Anthem -206 C Goblin Elite Infantry -207 R Goblin King -208 U Goblin Lore -209 C Goblin Piker -210 C Goblin Sky Raider -144 R Grave Pact -145 R Graveborn Muse -146 C Gravedigger -268 C Grizzly Bears -211 U Guerrilla Tactics -18 U Hail of Arrows -147 U Hate Weaver -148 R Head Games -19 C Heart of Light -149 U Hidden Horror -20 U High Ground -150 C Highway Robber -212 C Hill Giant -21 C Holy Day -22 C Holy Strength -23 C Honor Guard -87 C Horseshoe Crab -325 R Howling Mine -269 U Hunted Wumpus -88 R Hurkyl's Recall -270 R Hurricane -151 R Hypnotic Specter -24 U Icatian Priest -326 U Icy Manipulator -213 C Incinerate -371 L Island -371 L Island -371 L Island -371 L Island -327 R Jayemdae Tome -271 R Joiner Adept -328 U Juggernaut -214 R Kamahl, Pit Fighter -354 R Karplusan Forest -272 U Karplusan Strider -273 C Kavu Climber -25 R Kjeldoran Royal Guard -152 U Knight of Dusk -329 U Kraken's Eye -215 C Lava Axe -216 R Lavaborn Muse -330 R Legacy Weapon -331 U Leonin Scimitar -217 C Lightning Elemental -274 C Llanowar Elves -275 C Llanowar Sentinel -355 R Llanowar Wastes -153 C Looming Shade -154 R Lord of the Pit -155 R Lord of the Undead -26 C Loxodon Mystic -332 R Loxodon Warhammer -27 R Loyal Sentry -89 C Lumengrid Warden -28 U Luminesce -276 U Lure -90 R Mahamoti Djinn -218 R Manabarbs -333 U Mantis Engine -91 R March of the Machines -156 C Mass of Ghouls -157 U Megrim -92 C Merfolk Looter -158 R Midnight Ritual -278 U Might Weaver -277 R Might of Oaks -334 R Millstone -93 R Mind Bend -159 C Mind Rot -335 U Mind Stone -279 R Mirri, Cat Warrior -29 R Mobilization -219 U Mogg Fanatic -280 R Molimo, Maro-Sorcerer -160 R Mortal Combat -161 R Mortivore -378 L Mountain -378 L Mountain -378 L Mountain -378 L Mountain -162 U Nantuko Husk -281 C Natural Spring -282 C Naturalize -163 U Nekrataal -164 R Nightmare -165 U No Rest for the Wicked -30 R Nomad Mythmaker -220 U Orcish Artillery -336 U Ornithopter -283 C Overgrowth -284 U Overrun -31 C Pacifism -32 R Paladin en-Vec -33 R Pariah -94 C Peek -95 U Persuasion -166 R Phage the Untouchable -96 U Phantom Warrior -167 C Phyrexian Rager -337 U Phyrexian Vault -285 C Pincher Beetles -338 R Pithing Needle -97 R Plagiarize -168 C Plague Beetle -169 R Plague Wind -364 L Plains -364 L Plains -364 L Plains -364 L Plains -339 R Platinum Angel -286 U Primal Rage -221 C Prodigal Pyromancer -98 U Puppeteer -222 U Pyroclasm -356 U Quicksand -287 R Quirion Dryad -223 U Rage Weaver -224 C Raging Goblin -170 U Rain of Tears -288 C Rampant Growth -171 C Ravenous Rats -340 R Razormane Masticore -289 U Recollect -172 C Recover -290 U Regeneration -225 R Relentless Assault -173 U Relentless Rats -99 U Reminisce -100 C Remove Soul -34 C Reviving Dose -35 R Reya Dawnbringer -291 R Rhox -36 R Righteousness -101 C Robe of Mirrors -226 C Rock Badger -341 U Rod of Ruin -292 R Root Maze -293 C Rootwalla -102 C Rootwater Commando -103 R Rootwater Matriarch -174 R Royal Assassin -37 U Rule of Law -294 C Rushwood Dryad -104 C Sage Owl -38 C Samite Healer -105 R Scalpelexis -175 C Scathe Zombies -295 R Scion of the Wild -227 R Scoria Wurm -342 R Sculpting Steel -106 C Sea Monster -296 R Seedborn Muse -228 R Seismic Assault -176 R Sengir Vampire -39 R Serra Angel -40 U Serra's Embrace -177 C Severed Legion -229 U Shatterstorm -107 C Shimmering Wings -230 R Shivan Dragon -231 R Shivan Hellkite -357 R Shivan Reef -232 C Shock -233 R Shunt -234 R Siege-Gang Commander -108 C Sift -109 U Sky Weaver -41 C Skyhunter Patrol -42 C Skyhunter Prowler -43 U Skyhunter Skirmisher -297 C Skyshroud Ranger -178 R Sleeper Agent -235 C Smash -110 C Snapping Drake -179 U Soul Feast -44 U Soul Warden -236 R Soulblast -237 U Spark Elemental -358 U Spawning Pool -343 U Spellbook -111 U Spiketail Hatchling -298 C Spined Wurm -180 C Spineless Thug -45 U Spirit Link -46 U Spirit Weaver -238 C Spitting Earth -239 R Squee, Goblin Nabob -299 C Stalking Tiger -300 U Stampeding Wildebeests -47 U Starlight Invoker -48 C Steadfast Guard -344 U Steel Golem -49 R Story Circle -181 U Stronghold Discipline -240 C Stun -241 U Sudden Impact -359 R Sulfurous Springs -112 R Sunken Hope -50 C Suntail Hawk -375 L Swamp -375 L Swamp -375 L Swamp -375 L Swamp -301 U Sylvan Basilisk -302 U Sylvan Scrying -303 U Tangle Spider -113 U Telepathy -114 U Telling Time -51 U Tempest of Light -360 C Terramorphic Expanse -182 C Terror -324 R The Hive -115 U Thieving Magpie -242 U Threaten -183 U Thrull Surgeon -243 U Thundering Giant -116 U Tidings -117 R Time Stop -118 R Time Stretch -119 R Traumatize -52 U Treasure Hunter -304 C Treetop Bracers -361 U Treetop Village -305 R Troll Ascetic -53 R True Believer -54 C Tundra Wolves -120 R Twincast -121 C Twitch -244 C Uncontrollable Anger -362 R Underground River -184 R Underworld Dreams -185 C Unholy Strength -122 C Unsummon -306 R Upwelling -186 C Vampire Bats -123 U Vedalken Mastermind -55 C Venerable Monk -307 R Verdant Force -245 C Viashino Runner -246 C Viashino Sandscout -308 U Viridian Shaman -56 R Voice of All -124 U Wall of Air -247 U Wall of Fire -57 U Wall of Swords -309 C Wall of Wood -248 R Warp World -58 C Warrior's Honor -345 U Whispersilk Cloak -59 C Wild Griffin -60 R Windborn Muse -61 R Wrath of God -346 U Wurm's Tooth -363 R Yavimaya Coast -310 U Yavimaya Enchantress -62 C Youthful Knight +249 R Abundance @Rebecca Guay +63 U Academy Researchers @Stephen Daniele +347 R Adarkar Wastes @John Avon +125 C Afflict @Roger Raupp +250 C Aggressive Urge @Christopher Moeller +126 U Agonizing Memories @Adam Rex +64 U Air Elemental @Kev Walker +65 R Ambassador Laquatus @Jim Murray +187 C Anaba Bodyguard @Greg Staples +1 U Ancestor's Chosen @Pete Venters +2 U Angel of Mercy @Volkan Baǵa +311 U Angel's Feather @Alan Pollack +3 C Angelic Blessing @Mark Zug +4 R Angelic Chorus @Jim Murray +5 C Angelic Wall @John Avon +188 U Arcane Teachings @Dan Dos Santos +66 R Arcanis the Omnipotent @Justin Sweet +127 R Ascendant Evincar @Mark Zug +128 C Assassinate @Kev Walker +67 U Aura Graft @Ray Lago +6 U Aura of Silence @D. Alexander Gregory +251 R Avatar of Might @rk post +7 C Aven Cloudchaser @Justin Sweet +68 C Aven Fisher @Christopher Moeller +69 C Aven Windreader @Greg Hildebrandt +8 U Ballista Squad @Matthew D. Wilson +9 C Bandage @Rebecca Guay +348 R Battlefield Forge @Darrell Riche +189 R Beacon of Destruction @Greg Hildebrandt +10 R Beacon of Immortality @Rob Alexander +129 R Beacon of Unrest @Alan Pollack +11 C Benalish Knight @Zoltan Boros & Gabor Szikszai +252 R Birds of Paradise @Marcelo Vignali +253 U Blanchwood Armor @Paolo Parente +190 U Blaze @Alex Horley-Orlandelli +191 R Bloodfire Colossus @Greg Staples +192 C Bloodrock Cyclops @Alex Horley-Orlandelli +130 U Bog Wraith @Daarken +193 C Bogardan Firefiend @Terese Nielsen +70 C Boomerang @Arnie Swekel +312 U Bottle Gnomes @Ben Thompson +349 R Brushland @Scott Bailey +71 C Cancel @Mark Poole +254 C Canopy Spider @Christopher Rush +350 R Caves of Koilos @Jim Nelson +72 R Cephalid Constable @Alan Pollack +313 R Chimeric Staff @Michael Sutfin +12 R Cho-Manno, Revolutionary @Steven Belledin +314 U Chromatic Star @Alex Horley-Orlandelli +315 R Citanul Flute @Greg Hildebrandt +255 C Civic Wayfinder @Cyril Van Der Haegen +73 R Clone @Kev Walker +74 C Cloud Elemental @Michael Sutfin +75 C Cloud Sprite @Mark Zug +316 R Coat of Arms @Scott M. Fischer +317 R Colossus of Sardia @Greg Staples +256 C Commune with Nature @Lars Grant-West +318 U Composite Golem @Mark Tedin +13 U Condemn @Daren Bader +194 U Cone of Flame @Chippy +131 U Consume Spirit @Matt Thompson +132 C Contaminated Bond @Thomas M. Baxa +76 C Counsel of the Soratami @Randy Gallegos +77 C Crafty Pathmage @Wayne England +257 C Craw Wurm @Richard Sardinha +258 U Creeping Mold @Gary Ruddell +319 R Crucible of Worlds @Ron Spencer +133 U Cruel Edict @Michael Sutfin +195 U Cryoclasm @Zoltan Boros & Gabor Szikszai +134 U Deathmark @Jeremy Jarvis +78 C Dehydration @Arnie Swekel +79 U Deluge @Wayne England +196 C Demolish @Gary Ruddell +320 U Demon's Horn @Alan Pollack +14 C Demystify @Christopher Rush +80 R Denizen of the Deep @Jim Pavelec +135 U Diabolic Tutor @Greg Staples +81 U Discombobulate @Alex Horley-Orlandelli +136 C Distress @Michael Sutfin +137 R Doomed Necromancer @Volkan Baǵa +321 R Doubling Cube @Mark Tedin +197 R Dragon Roost @Jim Pavelec +322 U Dragon's Claw @Alan Pollack +82 R Dreamborn Muse @Kev Walker +138 C Dross Crocodile @Carl Critchlow +139 U Drudge Skeletons @Jim Nelson +198 C Duct Crawler @Stephen Daniele +140 C Dusk Imp @Pete Venters +199 U Earth Elemental @Anthony S. Waters +259 U Elven Riders @Darrell Riche +260 C Elvish Berserker @Paolo Parente +261 R Elvish Champion @D. Alexander Gregory +262 R Elvish Piper @Rebecca Guay +263 U Enormous Baloth @Mark Tedin +141 C Essence Drain @Jim Nelson +83 R Evacuation @Franz Vohwinkel +351 U Faerie Conclave @Stephan Martiniere +142 C Fear @Adam Rex +264 U Femeref Archers @Zoltan Boros & Gabor Szikszai +143 C Festering Goblin @Thomas M. Baxa +15 R Field Marshal @Stephen Tappin +200 C Firebreathing @Aleksi Briclot +201 C Fists of the Anvil @Pete Venters +202 U Flamewave Invoker @Dave Dorman +84 U Flashfreeze @Brian Despain +203 R Flowstone Slide @Chippy +85 U Fog Elemental @Jon J Muth +352 U Forbidding Watchtower @Aleksi Briclot +380 L Forest @Anthony S. Waters +381 L Forest @John Avon +382 L Forest @Rob Alexander +383 L Forest @Stephan Martiniere +323 U Fountain of Youth @Dan Scott +86 C Fugitive Wizard @Mark Zug +205 U Furnace Whelp @Matt Cavotta +204 R Furnace of Rath @John Matson +265 R Gaea's Herald @Jim Murray +353 U Ghitu Encampment @John Avon +16 C Ghost Warden @Ittoku +266 C Giant Growth @Matt Cavotta +267 C Giant Spider @Randy Gallegos +17 R Glorious Anthem @Kev Walker +206 C Goblin Elite Infantry @Robert Bliss +207 R Goblin King @Ron Spears +208 U Goblin Lore @D. Alexander Gregory +209 C Goblin Piker @DiTerlizzi +210 C Goblin Sky Raider @Daren Bader +144 R Grave Pact @Puddnhead +145 R Graveborn Muse @Kev Walker +146 C Gravedigger @Dermot Power +268 C Grizzly Bears @D. J. Cleland-Hura +211 U Guerrilla Tactics @Dave Dorman +18 U Hail of Arrows @Anthony S. Waters +147 U Hate Weaver @Roger Raupp +148 R Head Games @Terese Nielsen +19 C Heart of Light @Luca Zontini +149 U Hidden Horror @Brom +20 U High Ground @rk post +150 C Highway Robber @Kev Walker +212 C Hill Giant @Kev Walker +21 C Holy Day @Volkan Baǵa +22 C Holy Strength @Terese Nielsen +23 C Honor Guard @Dan Dos Santos +87 C Horseshoe Crab @Scott Kirschner +325 R Howling Mine @Ralph Horsley +269 U Hunted Wumpus @Thomas M. Baxa +88 R Hurkyl's Recall @Ralph Horsley +270 R Hurricane @John Howe +151 R Hypnotic Specter @Greg Staples +24 U Icatian Priest @Stephen Tappin +326 U Icy Manipulator @Matt Cavotta +213 C Incinerate @Zoltan Boros & Gabor Szikszai +368 L Island @Donato Giancola +369 L Island @John Avon +370 L Island @Martina Pilcerova +371 L Island @Stephan Martiniere +327 R Jayemdae Tome @Donato Giancola +271 R Joiner Adept @Heather Hudson +328 U Juggernaut @Arnie Swekel +214 R Kamahl, Pit Fighter @Kev Walker +354 R Karplusan Forest @John Avon +272 U Karplusan Strider @Dan Scott +273 C Kavu Climber @Rob Alexander +25 R Kjeldoran Royal Guard @Carl Critchlow +152 U Knight of Dusk @rk post +329 U Kraken's Eye @Alan Pollack +215 C Lava Axe @Brian Snõddy +216 R Lavaborn Muse @Brian Snõddy +330 R Legacy Weapon @Terese Nielsen +331 U Leonin Scimitar @Doug Chaffee +217 C Lightning Elemental @Kev Walker +274 C Llanowar Elves @Kev Walker +275 C Llanowar Sentinel @Randy Gallegos +355 R Llanowar Wastes @Rob Alexander +153 C Looming Shade @Kev Walker +154 R Lord of the Pit @Michael Sutfin +155 R Lord of the Undead @Brom +26 C Loxodon Mystic @Randy Gallegos +332 R Loxodon Warhammer @Jeremy Jarvis +27 R Loyal Sentry @Michael Sutfin +89 C Lumengrid Warden @Francis Tsai +28 U Luminesce @Daren Bader +276 U Lure @D. Alexander Gregory +90 R Mahamoti Djinn @Greg Staples +218 R Manabarbs @Jeff Miracola +333 U Mantis Engine @John Zeleznik +91 R March of the Machines @Ben Thompson +156 C Mass of Ghouls @Lucio Parrillo +157 U Megrim @Nick Percival +92 C Merfolk Looter @Tristan Elwell +158 R Midnight Ritual @Jeff Easley +278 U Might Weaver @Larry Elmore +277 R Might of Oaks @Jeremy Jarvis +334 R Millstone @John Avon +93 R Mind Bend @Mike Dringenberg +159 C Mind Rot @Steve Luke +335 U Mind Stone @Adam Rex +279 R Mirri, Cat Warrior @Daren Bader +29 R Mobilization @Carl Critchlow +219 U Mogg Fanatic @Brom +280 R Molimo, Maro-Sorcerer @Mark Zug +160 R Mortal Combat @Mike Ploog +161 R Mortivore @Anthony S. Waters +376 L Mountain @John Avon +377 L Mountain @Glen Angus +378 L Mountain @John Avon +379 L Mountain @Stephan Martiniere +162 U Nantuko Husk @Carl Critchlow +281 C Natural Spring @Jeffrey R. Busch +282 C Naturalize @Tim Hildebrandt +163 U Nekrataal @Christopher Moeller +164 R Nightmare @Carl Critchlow +165 U No Rest for the Wicked @Carl Critchlow +30 R Nomad Mythmaker @Darrell Riche +220 U Orcish Artillery @Jeff Miracola +336 U Ornithopter @Dana Knutson +283 C Overgrowth @Ron Spears +284 U Overrun @Carl Critchlow +31 C Pacifism @Robert Bliss +32 R Paladin en-Vec @Dave Kendall +33 R Pariah @Jon J Muth +94 C Peek @Adam Rex +95 U Persuasion @William O'Connor +166 R Phage the Untouchable @Ron Spears +96 U Phantom Warrior @Greg Staples +167 C Phyrexian Rager @Mark Tedin +337 U Phyrexian Vault @Hannibal King +285 C Pincher Beetles @Stephen Daniele +338 R Pithing Needle @Pete Venters +97 R Plagiarize @Jeremy Jarvis +168 C Plague Beetle @Tom Fleming +169 R Plague Wind @Alan Pollack +364 L Plains @Rob Alexander +365 L Plains @John Avon +366 L Plains @Greg Staples +367 L Plains @Richard Wright +339 R Platinum Angel @Brom +286 U Primal Rage @Brian Snõddy +221 C Prodigal Pyromancer @Jeremy Jarvis +98 U Puppeteer @Kev Walker +222 U Pyroclasm @John Avon +356 U Quicksand @Roger Raupp +287 R Quirion Dryad @Todd Lockwood +223 U Rage Weaver @John Matson +224 C Raging Goblin @Jeff Miracola +170 U Rain of Tears @Eric Peterson +288 C Rampant Growth @Steven Belledin +171 C Ravenous Rats @Carl Critchlow +340 R Razormane Masticore @Jim Murray +289 U Recollect @Pete Venters +172 C Recover @Nelson DeCastro +290 U Regeneration @Jeremy Jarvis +225 R Relentless Assault @Greg Hildebrandt +173 U Relentless Rats @Thomas M. Baxa +99 U Reminisce @Ralph Horsley +100 C Remove Soul @Adam Rex +34 C Reviving Dose @D. Alexander Gregory +35 R Reya Dawnbringer @Matthew D. Wilson +291 R Rhox @Mark Zug +36 R Righteousness @Wayne England +101 C Robe of Mirrors @Christopher Moeller +226 C Rock Badger @Heather Hudson +341 U Rod of Ruin @Mark Zug +292 R Root Maze @Rebecca Guay +293 C Rootwalla @Roger Raupp +102 C Rootwater Commando @Mark Tedin +103 R Rootwater Matriarch @Daren Bader +174 R Royal Assassin @Mark Zug +37 U Rule of Law @Scott M. Fischer +294 C Rushwood Dryad @Todd Lockwood +104 C Sage Owl @Mark Brill +38 C Samite Healer @Anson Maddocks +105 R Scalpelexis @Mark Tedin +175 C Scathe Zombies @Kev Walker +295 R Scion of the Wild @Kev Walker +227 R Scoria Wurm @Steve Firchow +342 R Sculpting Steel @Heather Hudson +106 C Sea Monster @Brian Despain +296 R Seedborn Muse @Adam Rex +228 R Seismic Assault @Greg Staples +176 R Sengir Vampire @Kev Walker +39 R Serra Angel @Greg Staples +40 U Serra's Embrace @Zoltan Boros & Gabor Szikszai +177 C Severed Legion @Dany Orizio +229 U Shatterstorm @Paolo Parente +107 C Shimmering Wings @Carl Critchlow +230 R Shivan Dragon @Donato Giancola +231 R Shivan Hellkite @Kev Walker +357 R Shivan Reef @Rob Alexander +232 C Shock @Jon Foster +233 R Shunt @Greg Hildebrandt +234 R Siege-Gang Commander @Christopher Moeller +108 C Sift @Jeremy Jarvis +109 U Sky Weaver @Christopher Moeller +41 C Skyhunter Patrol @Matt Cavotta +42 C Skyhunter Prowler @Vance Kovacs +43 U Skyhunter Skirmisher @Greg Staples +297 C Skyshroud Ranger @Mark Tedin +178 R Sleeper Agent @Randy Gallegos +235 C Smash @Paolo Parente +110 C Snapping Drake @Dave Dorman +179 U Soul Feast @Adam Rex +44 U Soul Warden @Randy Gallegos +236 R Soulblast @Jim Nelson +237 U Spark Elemental @John Avon +358 U Spawning Pool @Nils Hamm +343 U Spellbook @Andrew Goldhawk +111 U Spiketail Hatchling @Greg Staples +298 C Spined Wurm @Carl Critchlow +180 C Spineless Thug @Matthew D. Wilson +45 U Spirit Link @Kev Walker +46 U Spirit Weaver @Matthew D. Wilson +238 C Spitting Earth @Michael Koelsch +239 R Squee, Goblin Nabob @Greg Staples +299 C Stalking Tiger @Terese Nielsen +300 U Stampeding Wildebeests @Randy Gallegos +47 U Starlight Invoker @Glen Angus +48 C Steadfast Guard @Michael Komarck +344 U Steel Golem @Donato Giancola +49 R Story Circle @Aleksi Briclot +181 U Stronghold Discipline @Daarken +240 C Stun @Terese Nielsen +241 U Sudden Impact @Wayne Reynolds +359 R Sulfurous Springs @Rob Alexander +112 R Sunken Hope @Volkan Baǵa +50 C Suntail Hawk @Heather Hudson +372 L Swamp @John Avon +373 L Swamp @Ron Spencer +374 L Swamp @Jim Nelson +375 L Swamp @Richard Wright +301 U Sylvan Basilisk @Steven Belledin +302 U Sylvan Scrying @Scott M. Fischer +303 U Tangle Spider @Terese Nielsen +113 U Telepathy @Matthew D. Wilson +114 U Telling Time @Scott M. Fischer +51 U Tempest of Light @Wayne England +360 C Terramorphic Expanse @Dan Scott +182 C Terror @Adam Rex +324 R The Hive @Ron Spencer +115 U Thieving Magpie @Una Fricker +242 U Threaten @Pete Venters +183 U Thrull Surgeon @rk post +243 U Thundering Giant @Mark Zug +116 U Tidings @Pete Venters +117 R Time Stop @Scott M. Fischer +118 R Time Stretch @Matt Cavotta +119 R Traumatize @Greg Staples +52 U Treasure Hunter @Adam Rex +304 C Treetop Bracers @Heather Hudson +361 U Treetop Village @Rob Alexander +305 R Troll Ascetic @Puddnhead +53 R True Believer @Alex Horley-Orlandelli +54 C Tundra Wolves @Richard Sardinha +120 R Twincast @Christopher Moeller +121 C Twitch @DiTerlizzi +244 C Uncontrollable Anger @Kev Walker +362 R Underground River @Andrew Goldhawk +184 R Underworld Dreams @Carl Critchlow +185 C Unholy Strength @Terese Nielsen +122 C Unsummon @Ron Spencer +306 R Upwelling @Chippy +186 C Vampire Bats @Chippy +123 U Vedalken Mastermind @Darrell Riche +55 C Venerable Monk @D. Alexander Gregory +307 R Verdant Force @DiTerlizzi +245 C Viashino Runner @Steve White +246 C Viashino Sandscout @Scott M. Fischer +308 U Viridian Shaman @Scott M. Fischer +56 R Voice of All @rk post +124 U Wall of Air @John Avon +247 U Wall of Fire @Dan Dos Santos +57 U Wall of Swords @Zoltan Boros & Gabor Szikszai +309 C Wall of Wood @Rebecca Guay +248 R Warp World @Ron Spencer +58 C Warrior's Honor @D. Alexander Gregory +345 U Whispersilk Cloak @Luca Zontini +59 C Wild Griffin @Matt Cavotta +60 R Windborn Muse @Adam Rex +61 R Wrath of God @Kev Walker +346 U Wurm's Tooth @Alan Pollack +363 R Yavimaya Coast @Anthony S. Waters +310 U Yavimaya Enchantress @Terese Nielsen +62 C Youthful Knight @Rebecca Guay [tokens] wasp diff --git a/forge-gui/res/editions/The Dark.txt b/forge-gui/res/editions/The Dark.txt index fc2bc9bda78..cc10dd936f5 100644 --- a/forge-gui/res/editions/The Dark.txt +++ b/forge-gui/res/editions/The Dark.txt @@ -12,122 +12,122 @@ Foil=NotSupported ScryfallCode=DRK [cards] -20 U Amnesia -1 U Angry Mob -21 R Apprentice Wizard -39 C Ashes to Ashes -57 R Ball Lightning -40 U Banshee -96 R Barl's Cage -58 R Blood Moon -2 U Blood of the Martyr -41 C Bog Imp -42 C Bog Rats -97 U Bone Flute -98 U Book of Rass -3 C Brainwash -59 U Brothers of Fire -75 C Carnivorous Plant -60 U Cave People -116 R City of Shadows -4 R Cleansing -99 U Coal Golem -43 U Curse Artifact -22 R Dance of Many -95 C Dark Heart of the Wood -100 U Dark Sphere -23 C Deep Water -101 U Diabolic Machine -24 C Drowned -5 C Dust to Dust -44 U Eater of the Dead -25 U Electric Eel -76 U Elves of Deep Shadow -26 C Erosion -61 R Eternal Flame -6 R Exorcist -7 U Fasting -102 U Fellwar Stone -8 C Festival -9 U Fire and Brimstone -62 U Fire Drake -63 C Fissure -27 U Flood -103 U Fountain of Youth -45 R Frankenstein's Monster -77 C Gaea's Touch -28 C Ghost Ship -29 C Giant Shark -64 C Goblin Caves -65 C Goblin Digging Team -66 C Goblin Hero -67 C Goblin Rock Sled -68 C Goblin Shrine -70 C Goblins of the Flarg -69 R Goblin Wizard -46 R Grave Robbers -78 R Hidden Path -10 C Holy Light -71 R Inferno -47 C Inquisition -11 R Knights of Thorn -79 C Land Leeches -30 R Leviathan -104 U Living Armor -80 R Lurker -72 R Mana Clash -31 R Mana Vortex -48 C Marsh Gas -93 C Marsh Goblins -81 C Marsh Viper -12 R Martyr's Cry -117 U Maze of Ith -32 U Merfolk Assassin -33 R Mind Bomb -13 C Miracle Worker -14 C Morale -49 C Murk Dwellers -50 R Nameless Race -105 U Necropolis -82 R Niall Silvain -73 U Orc General -83 U People of the Woods -15 C Pikemen -16 R Preacher -34 R Psychic Allergy -51 R Rag Man -106 U Reflecting Mirror -35 C Riptide -107 U Runesword -118 R Safe Haven -84 C Savaen Elves -108 U Scarecrow -85 R Scarwood Bandits -94 C Scarwood Goblins -86 U Scarwood Hag -87 C Scavenger Folk -52 R Season of the Witch -74 U Sisters of the Flame -109 U Skull of Orm -119 R Sorrow's Path -88 U Spitting Slug -17 C Squire -110 U Standing Stones -111 R Stone Calendar -36 C Sunken City -37 U Tangle Kelp -53 U The Fallen -18 U Tivadar's Crusade -112 U Tormod's Crypt -113 U Tower of Coireall -89 R Tracker -54 U Uncle Istvan -90 C Venom -114 U Wand of Ith -115 U War Barge -38 C Water Wurm -91 U Whippoorwill -19 R Witch Hunter -55 C Word of Binding -56 R Worms of the Earth -92 R Wormwood Treefolk +20 U Amnesia @Mark Poole +1 U Angry Mob @Drew Tucker +21 R Apprentice Wizard @Dan Frazier +39 C Ashes to Ashes @Drew Tucker +57 R Ball Lightning @Quinton Hoover +40 U Banshee @Jesper Myrfors +96 R Barl's Cage @Tom Wänerstrand +58 R Blood Moon @Tom Wänerstrand +2 U Blood of the Martyr @Christopher Rush +41 C Bog Imp @Ron Spencer +42 C Bog Rats @Ron Spencer +97 U Bone Flute @Christopher Rush +98 U Book of Rass @Sandra Everingham +3 C Brainwash @Pete Venters +59 U Brothers of Fire @Mark Tedin +75 C Carnivorous Plant @Quinton Hoover +60 U Cave People @Drew Tucker +116 R City of Shadows @Tom Wänerstrand +4 R Cleansing @Pete Venters +99 U Coal Golem @Christopher Rush +43 U Curse Artifact @Mark Tedin +22 R Dance of Many @Sandra Everingham +95 C Dark Heart of the Wood @Christopher Rush +100 U Dark Sphere @Mark Tedin +23 C Deep Water @Jeff A. Menges +101 U Diabolic Machine @Anson Maddocks +24 C Drowned @Quinton Hoover +5 C Dust to Dust @Drew Tucker +44 U Eater of the Dead @Jesper Myrfors +25 U Electric Eel @Anson Maddocks +76 U Elves of Deep Shadow @Jesper Myrfors +26 C Erosion @Pete Venters +61 R Eternal Flame @Mark Poole +6 R Exorcist @Drew Tucker +7 U Fasting @Douglas Shuler +102 U Fellwar Stone @Quinton Hoover +8 C Festival @Mark Poole +9 U Fire and Brimstone @Jeff A. Menges +62 U Fire Drake @Christopher Rush +63 C Fissure @Douglas Shuler +27 U Flood @Dennis Detwiller +103 U Fountain of Youth @Daniel Gelon +45 R Frankenstein's Monster @Anson Maddocks +77 C Gaea's Touch @Mark Poole +28 C Ghost Ship @Tom Wänerstrand +29 C Giant Shark @Tom Wänerstrand +64 C Goblin Caves @Drew Tucker +65 C Goblin Digging Team @Ron Spencer +66 C Goblin Hero @Mark Tedin +67 C Goblin Rock Sled @Dennis Detwiller +68 C Goblin Shrine @Ron Spencer +70 C Goblins of the Flarg @Tom Wänerstrand +69 R Goblin Wizard @Daniel Gelon +46 R Grave Robbers @Quinton Hoover +78 R Hidden Path @Rob Alexander +10 C Holy Light @Drew Tucker +71 R Inferno @Randy Asplund-Faith +47 C Inquisition @Anson Maddocks +11 R Knights of Thorn @Christopher Rush +79 C Land Leeches @Quinton Hoover +30 R Leviathan @Mark Tedin +104 U Living Armor @Anson Maddocks +80 R Lurker @Anson Maddocks +72 R Mana Clash @Mark Tedin +31 R Mana Vortex @Douglas Shuler +48 C Marsh Gas @Douglas Shuler +93 C Marsh Goblins @Quinton Hoover +81 C Marsh Viper @Ron Spencer +12 R Martyr's Cry @Jeff A. Menges +117 U Maze of Ith @Anson Maddocks +32 U Merfolk Assassin @Dennis Detwiller +33 R Mind Bomb @Mark Tedin +13 C Miracle Worker @Ron Spencer +14 C Morale @Mark Poole +49 C Murk Dwellers @Drew Tucker +50 R Nameless Race @Quinton Hoover +105 U Necropolis @NéNé Thomas +82 R Niall Silvain @Christopher Rush +73 U Orc General @Jesper Myrfors +83 U People of the Woods @Drew Tucker +15 C Pikemen @Dennis Detwiller +16 R Preacher @Quinton Hoover +34 R Psychic Allergy @Mark Tedin +51 R Rag Man @Daniel Gelon +106 U Reflecting Mirror @Mark Poole +35 C Riptide @Randy Asplund-Faith +107 U Runesword @Christopher Rush +118 R Safe Haven @Christopher Rush +84 C Savaen Elves @Ron Spencer +108 U Scarecrow @Anson Maddocks +85 R Scarwood Bandits @Mark Poole +94 C Scarwood Goblins @Ron Spencer +86 U Scarwood Hag @Anson Maddocks +87 C Scavenger Folk @Dennis Detwiller +52 R Season of the Witch @Jesper Myrfors +74 U Sisters of the Flame @Jesper Myrfors +109 U Skull of Orm @Tom Wänerstrand +119 R Sorrow's Path @Randy Asplund-Faith +88 U Spitting Slug @Anson Maddocks +17 C Squire @Dennis Detwiller +110 U Standing Stones @Sandra Everingham +111 R Stone Calendar @Amy Weber +36 C Sunken City @Jesper Myrfors +37 U Tangle Kelp @Rob Alexander +53 U The Fallen @Jesper Myrfors +18 U Tivadar's Crusade @Dennis Detwiller +112 U Tormod's Crypt @Christopher Rush +113 U Tower of Coireall @Dan Frazier +89 R Tracker @Jeff A. Menges +54 U Uncle Istvan @Daniel Gelon +90 C Venom @Tom Wänerstrand +114 U Wand of Ith @Quinton Hoover +115 U War Barge @Tom Wänerstrand +38 C Water Wurm @Ron Spencer +91 U Whippoorwill @Douglas Shuler +19 R Witch Hunter @Jesper Myrfors +55 C Word of Binding @Ron Spencer +56 R Worms of the Earth @Anson Maddocks +92 R Wormwood Treefolk @Jesper Myrfors diff --git a/forge-gui/res/editions/The List.txt b/forge-gui/res/editions/The List.txt index c1b240c5fec..9f1006a2235 100644 --- a/forge-gui/res/editions/The List.txt +++ b/forge-gui/res/editions/The List.txt @@ -6,505 +6,505 @@ Type=Reprint ScryfallCode=PLIST [cards] -1 U Iterative Analysis -2 M Emrakul, the Aeons Torn -3 U Lashweed Lurker -4 R Thought-Knot Seer -5 R Ancestor's Prophet -6 R Angel's Grace -7 C Anointer Priest -8 C Aven Riftwatcher -9 U Belfry Spirit -10 U Calming Licid -11 U Cloudgoat Ranger -12 R Council's Judgment -13 R Disenchant -14 R Eldrazi Displacer -15 R Emeria Angel -16 U Enlightened Tutor -17 M Entreat the Angels -18 M Gideon, Ally of Zendikar -19 C Goldenglow Moth -20 M History of Benalia -21 R Hundred-Handed One -22 U Kazandu Blademaster -23 M Land Tax -24 U Loyal Unicorn -25 M Monastery Mentor -26 M Nahiri, the Lithomancer -27 R Parallax Wave -28 U Pegasus Stampede -29 R Regal Caracal -30 R Rest in Peace -31 R Reveillark -32 R Sensei Golden-Tail -33 C Snubhorn Sentry -34 U Soltari Monk -35 U Splicer's Skill -36 U Springjack Shepherd -37 U Sunscape Battlemage -38 C Triplicate Spirits -39 C Trokin High Guard -40 U Vanguard of Brimaz -41 R Winds of Abandon -42 U Wizened Cenn -43 R Wrath of God -44 C Amoeboid Changeling -45 R Battle of Wits -46 U Brain Freeze -47 R Brainstorm -48 M Brazen Borrower -49 R Broodstar -50 U Chemister's Insight -51 U Coveted Peacock -52 R Cryptic Command -53 C Drift of Phantasms -54 U Enclave Cryptologist -55 R Eternal Dominion -56 U Evermind -57 R Eye of the Storm -58 U Fabricate -59 R Forced Fruition -60 R Ixidor, Reality Sculptor -61 R Jwari Shapeshifter -62 R Keeper of the Nine Gales -63 C Latchkey Faerie -64 M Lorthos, the Tidemaker -65 C Man-o'-War -66 R Mischievous Quanar -67 U Moon-Eating Dog -68 R Negate -69 U Noble Benefactor -70 R Octopus Umbra -71 R Pact of Negation -72 R Patron Wizard -73 U Pouncing Shoreshark -74 U Pteramander -75 U Reality Shift -76 U Retreat to Coralhelm -77 U Ruination Guide -78 C Spined Thopter -79 C Stonybrook Banneret -80 M Temporal Manipulation -81 R Training Grounds -82 U Vodalian Illusionist -83 R Ancient Craving -84 U Beseech the Queen -85 R Bloodghast -86 M Bloodlord of Vaasgoth -87 R Body Snatcher -88 R Bogbrew Witch -89 R Brink of Madness -90 C Cadaverous Knight -91 R Cruel Tutor -92 R Doom Blade -93 R Doomwake Giant -94 R Endling -95 R Extinction -96 U Gatekeeper of Malakir -97 C Gempalm Polluter -98 U Golgari Thug -99 R Grim Haruspex -100 C Grim Harvest -101 R Kalastria Highborn -102 R Korlash, Heir to Blackblade -103 R Living Death -104 R Lord of the Undead -105 U Murderous Cut -106 R Necravolver -107 U Necromancy -108 U Nezumi Graverobber -109 U Oubliette -110 M Phyrexian Obliterator -111 R Promise of Power -112 U Relentless Rats -113 M Skithiryx, the Blight Dragon -114 R Tombstalker -115 C Tortured Existence -116 U Unburial Rites -117 C Urborg Panther -118 U Vampire Nighthawk -119 M Vampire Nocturnus -120 U Victimize -121 R Virtus the Veiled -122 U Abrade -123 U Anax, Hardened in the Forge -124 C Boggart Arsonists -125 U Brothers Yamazaki -126 R Burst Lightning -127 R Decree of Annihilation -128 R Fall of the Titans -129 U The Flame of Keld -130 C Fomori Nomad -131 R Goblin Chieftain -132 U Goblin Grenade -133 U Goblin Lore -134 U Hammer Mage -135 R Hammer of Purphoros -136 R Hell's Thunder -137 R Hidetsugu's Second Rite -138 R Hunted Dragon -139 R Jaya's Immolating Inferno -140 R Kilnmouth Dragon -141 C Lash Out -142 R Lightning Bolt -143 R Lightning Crafter -144 U Light Up the Stage -145 R Marauding Raptor -146 R Moggcatcher -147 R Patron of the Akki -148 C Plated Geopede -149 R Puppet's Verdict -150 R Pyromancer Ascension -151 M Scourge of the Throne -152 R Sedge Sliver -153 U Shivan Meteor -154 C Simian Spirit Guide -155 C Skred -156 C Stone Rain -157 R Tuktuk the Explorer -158 R Voracious Dragon -159 R Warp World -160 R Wild Research -161 U Alpha Kavu -162 R Awakening -163 U Cradle Guard -164 C Curious Pair -165 R Elvish Archdruid -166 U Eternal Witness -167 R Food Chain -168 R Gaea's Anthem -169 R Genesis Hydra -170 R Gigantosaurus -171 R Gorm the Great -172 U Grizzly Fate -173 R Groundbreaker -174 R Harmonize -175 R Helix Pinnacle -176 R Hua Tuo, Honored Physician -177 R Imperious Perfect -178 M Ishkanah, Grafwidow -179 R Jadelight Ranger -180 M Kalonian Hydra -181 M Khalni Hydra -182 C Moonmist -183 C Muscle Sliver -184 C Nightshade Peddler -185 M Nissa Revane -186 M Nylea, God of the Hunt -187 R Parallel Evolution -188 R Primal Vigor -189 U Rootrunner -190 U Saber Ants -191 R Skyshroud Behemoth -192 R Song of the Dryads -193 M Soul of Zendikar -194 R Spike Weaver -195 R Squirrel Mob -196 U Ulvenwald Mysteries -197 C Willow Dryad -198 C Yavimaya Scion -199 R Zendikar Resurgent -200 U Army Ants -201 U Boros Challenger -202 M Chromanticore -203 M Chulane, Teller of Tales -204 U Crystalline Sliver -205 U Diregraf Captain -206 R Doran, the Siege Tower -207 R Dromar, the Banisher -208 R Dune-Brood Nephilim -209 R Etherium-Horn Sorcerer -210 M Ezuri, Claw of Progress -211 R Fathom Mage -212 R Fiery Justice -213 M Godsire -214 R Ith, High Arcanist -215 C Kingpin's Pet -216 M Lazav, the Multifarious -217 R Lightning Angel -218 M Maelstrom Nexus -219 U Merfolk Mistbinder -220 M Muldrotha, the Gravetide -221 U Necrotic Sliver -222 R Nicol Bolas -223 M Oloro, Ageless Ascetic -224 M Omnath, Locus of Rage -225 R Phyrexian Tyranny -226 M Progenitus -227 C Shambling Shell -228 U Sky Hussar -229 U Slimefoot, the Stowaway -230 R Terminate -231 U Vitu-Ghazi Guildmage -232 M Wrenn and Six -233 U Zendikar Incarnate -234 U Angrath, Captain of Chaos -235 R Djinn Illuminatus -236 U Murderous Redcap -237 U Noggle Hedge-Mage -238 R Beck // Call -239 R Cut // Ribbons -240 R Odds // Ends -241 R Acorn Catapult -242 R Akroma's Memorial -243 U Arcbound Slith -244 C Arcum's Astrolabe -245 C Blight Sickle -246 R Bonehoard -247 M The Chain Veil -248 R Clearwater Goblet -249 R Contagion Engine -250 U Crown of Empires -251 R Door to Nothingness -252 R Electrostatic Pummeler -253 R Erratic Portal -254 U Everflowing Chalice -255 U Fellwar Stone -256 U Fodder Cannon -257 C Fractured Powerstone -258 R Helm of Kaldra -259 U Isochron Scepter -260 R Krark's Thumb -261 R Lotus Bloom -262 U Memnite -263 R Mycosynth Golem -264 R Panharmonicon -265 M Platinum Angel -266 R Prismatic Geoscope -267 R Scarecrone -268 R Scroll Rack -269 U Shuriken -270 U Skullclamp -271 U Swiftfoot Boots -272 R Tamiyo's Journal -273 R Tek -274 C Thought Vessel -275 R Thrumming Stone -276 U Trusty Machete -277 R Urza's Blueprints -278 C Wayfarer's Bauble -279 M Weatherlight -280 R Workhorse -281 U Worn Powerstone -282 C Bojuka Bog -283 R Cathedral of War -284 R Command Beacon -285 U Dryad Arbor -286 U Eldrazi Temple -287 R Emeria, the Sky Ruin -288 R Gemstone Mine -289 U Hashep Oasis -290 R Inventors' Fair -291 R Kher Keep -292 U Llanowar Reborn -293 R Nykthos, Shrine to Nyx -294 R Phyrexian Tower -295 R Riptide Laboratory -296 R Shelldock Isle -297 C Tree of Tales -298 R Vesuva -299 L Wastes -300 L Plains -301 M Morophon, the Boundless -302 R Adarkar Valkyrie -303 M Crested Sunmare -304 U Daxos, Blessed by the Sun -305 R Elspeth Conquers Death -306 R Giver of Runes -307 U Jotun Grunt -308 U Release the Dogs -309 M Frost Titan -310 R Ice Cave -311 R Jokulmorder -312 R Kindred Discovery -313 R Mystical Tutor -314 R Read the Runes -315 R Desolation Angel -316 U Liliana's Devotee -317 R Skyclave Shade -318 R Bonecrusher Giant -319 M Brallin, Skyshark Rider -320 M Combustible Gearhulk -321 C Pillage -322 R Rite of Flame -323 C Seething Song -324 U Tibalt, Rakish Instigator -325 U Beanstalk Giant -326 M Freyalise, Llanowar's Fury -327 R Hunted Troll -328 C Into the North -329 R Ohran Frostfang -330 R Panglacial Wurm -331 R Vernal Equinox -332 M Vorinclex, Voice of Hunger -333 R Hans Eriksson -334 R Ice-Fang Coatl -335 M Kaya, Ghost Assassin -336 M Korvold, Fae-Cursed King -337 U Parcelbeast -338 M Shabraz, the Skyshark -339 R Yore-Tiller Nephilim -340 U Birthing Boughs -341 R Cold Storage -342 C Cranial Plating -343 U Herald's Horn -344 C Horned Helm -345 C Runed Stalactite -346 R Cavern of Souls -347 R Dark Depths -348 R Scrying Sheets -349 M Kozilek, Butcher of Truth -350 U Great Teacher's Decree -351 U Jubilant Mascot -352 R Pursuit of Knowledge -353 C Stonybrook Schoolmaster -354 R Academy Elite -355 R Archive Trap -356 U Kasmina, Enigmatic Mentor -357 R Ormos, Archive Keeper -358 R Pedantic Learning -359 U Relearn -360 C Venerated Teacher -361 M Will Kenrith -362 M Liliana, the Last Hope -363 C Painful Lesson -364 C Arcane Teachings -365 R Dual Casting -366 C Ghitu Chronicler -367 U Guttersnipe -368 M Lukka, Coppercoat Outcast -369 R Mages' Contest -370 M Rowan Kenrith -371 U Young Pyromancer -372 R Deeproot Champion -373 R Heartwood Storyteller -374 M Primeval Bounty -375 U Renata, Called to the Hunt -376 M Unbound Flourishing -377 U Warriors' Lesson -378 M Elenda, the Dusk Rose -379 R Firemane Angel -380 M Gisela, Blade of Goldnight -381 R Mercurial Chemister -382 M Mizzix of the Izmagnus -383 U Moldervine Reclamation -384 M Niv-Mizzet Reborn -385 R Skullbriar, the Walking Grave -386 R Spellbound Dragon -387 R Unexpected Results -388 M Uro, Titan of Nature's Wrath -389 R Balefire Liege -390 R Biomass Mutation -391 U Bloodied Ghost -392 U Deathless Knight -393 R Grind // Dust -394 R Fool's Tome -395 M Grimoire of the Dead -396 R Knowledge Pool -397 U Nuisance Engine -398 R Scroll of the Masters -399 U Spellbook -400 R Walking Archive -401 M Mirrorpool -402 U Nephalia Academy -403 L Island -404 R Always Watching -405 M Angel of Serenity -406 U Canyon Jerboa -407 R Celestial Ancient -408 U Reduce to Memory -409 U Soulcatchers' Aerie -410 U Stasis Snare -411 R Stonehewer Giant -412 M Sun Titan -413 M Bruvac the Grandiloquent -414 U Callaphe, Beloved of the Sea -415 U Fact or Fiction -416 M Orvar, the All-Form -417 R Riptide Director -418 R Spell Swindle -419 U Time of Ice -420 U Animate Dead -421 R Bone Miser -422 R Bridge from Below -423 R Entreat the Dead -424 R Mindslicer -425 U Goblin Assassin -426 R Kari Zev, Skyship Raider -427 U Lesser Gargadon -428 C Lightning Axe -429 U Lightning Bolt -430 R Splinter Twin -431 U Storm Entity -432 C Chatter of the Squirrel -433 R Nut Collector -434 R Tarmogoyf -435 R Tireless Tracker -436 U Veil of Summer -437 U Aura Shards -438 M Dragonlord Atarka -439 R Filigree Angel -440 R Grand Arbiter Augustin IV -441 U Juniper Order Ranger -442 M Master of Cruelties -443 U Obsessive Stitcher -444 M Olivia, Mobilized for War -445 M Phenax, God of Deception -446 U Guttural Response -447 U Aether Vial -448 R Arcbound Overseer -449 R Blackblade Reforged -450 C Ancient Den -451 R Petrified Field -452 R Urborg, Tomb of Yawgmoth -453 L Mountain -454 U Quest for the Holy Relic -455 C Resurrection -456 S Silence -457 U Twinblade Paladin -458 U Undead Slayer -459 U Air Elemental -460 C Invisibility -461 U Invisible Stalker -462 C Jump -463 R Polymorph -464 U Raven Familiar -465 U Sleep -466 C Sleeping Potion -467 R Tempest Djinn -468 R Trade Routes -469 U Treasure Trove -470 U Assassin's Blade -471 R Captivating Vampire -472 R Demonic Tutor -473 C Dungeon Shade -474 R Nightmare -475 U Noxious Ghoul -476 U Tymaret, Chosen from Death -477 U Will-o'-the-Wisp -478 M Balefire Dragon -479 U Fireball -480 C Orcish Lumberjack -481 R Sneak Attack -482 U Stone Giant -483 R Hermit Druid -484 R Traverse the Outlands -485 R Yisan, the Wanderer Bard -486 M Arcades, the Strategist -487 M Daxos the Returned -488 M Dragonlord Dromoka -489 R Grenzo, Dungeon Warden -490 M Hellkite Overlord -491 R Cloud Key -492 R Coveted Jewel -493 R Doubling Cube -494 C Expedition Map -495 R Gauntlet of Power -496 U Golem's Heart -497 R Haunted Plate Mail -498 U Sorcerer's Wand -499 R Staff of Domination -500 R Transmogrifying Wand -501 R Eiganjo Castle -502 R Gemstone Caverns +1 U Iterative Analysis @Winona Nelson +2 M Emrakul, the Aeons Torn @Mark Tedin +3 U Lashweed Lurker @Igor Kieryluk +4 R Thought-Knot Seer @Svetlin Velinov +5 R Ancestor's Prophet @Kev Walker +6 R Angel's Grace @Mark Zug +7 C Anointer Priest @Lake Hurwitz +8 C Aven Riftwatcher @Don Hazeltine +9 U Belfry Spirit @Daren Bader +10 U Calming Licid @D. Alexander Gregory +11 U Cloudgoat Ranger @Adam Rex +12 R Council's Judgment @Kev Walker +13 R Disenchant @Heather Hudson +14 R Eldrazi Displacer @Daarken +15 R Emeria Angel @Jim Murray +16 U Enlightened Tutor @Dan Frazier +17 M Entreat the Angels @Todd Lockwood +18 M Gideon, Ally of Zendikar @Eric Deschamps +19 C Goldenglow Moth @Howard Lyon +20 M History of Benalia @Noah Bradley +21 R Hundred-Handed One @Brad Rigney +22 U Kazandu Blademaster @Michael Komarck +23 M Land Tax @Chuck Lukacs +24 U Loyal Unicorn @Volkan Baǵa +25 M Monastery Mentor @Magali Villeneuve +26 M Nahiri, the Lithomancer @Eric Deschamps +27 R Parallax Wave @Greg Staples +28 U Pegasus Stampede @Mark Zug +29 R Regal Caracal @Filip Burburan +30 R Rest in Peace @Jason Rainville +31 R Reveillark @Jim Murray +32 R Sensei Golden-Tail @Stephen Tappin +33 C Snubhorn Sentry @Aaron Miller +34 U Soltari Monk @Janet Aulisio +35 U Splicer's Skill @Jason Felix +36 U Springjack Shepherd @Thomas Denmark +37 U Sunscape Battlemage @Tony Szczudlo +38 C Triplicate Spirits @Izzy +39 C Trokin High Guard @Ron Spencer +40 U Vanguard of Brimaz @Mark Zug +41 R Winds of Abandon @Noah Bradley +42 U Wizened Cenn @Kev Walker +43 R Wrath of God @Mike Raabe +44 C Amoeboid Changeling @Nils Hamm +45 R Battle of Wits @Jason Chan +46 U Brain Freeze @Tim Hildebrandt +47 R Brainstorm @Daarken +48 M Brazen Borrower @Iris Compiet +49 R Broodstar @Glen Angus +50 U Chemister's Insight @Josh Hass +51 U Coveted Peacock @Christopher Burdett +52 R Cryptic Command @Wayne England +53 C Drift of Phantasms @Michael Phillippi +54 U Enclave Cryptologist @Igor Kieryluk +55 R Eternal Dominion @Shishizaru +56 U Evermind @Matt Thompson +57 R Eye of the Storm @Hideaki Takamura +58 U Fabricate @Warren Mahy +59 R Forced Fruition @William O'Connor +60 R Ixidor, Reality Sculptor @Kev Walker +61 R Jwari Shapeshifter @Kev Walker +62 R Keeper of the Nine Gales @Jim Nelson +63 C Latchkey Faerie @Warren Mahy +64 M Lorthos, the Tidemaker @Kekai Kotaki +65 C Man-o'-War @Jon J Muth +66 R Mischievous Quanar @Lars Grant-West +67 U Moon-Eating Dog @Tingting Yeh +68 R Negate @Ralph Horsley +69 U Noble Benefactor @DiTerlizzi +70 R Octopus Umbra @Howard Lyon +71 R Pact of Negation @Jason Chan +72 R Patron Wizard @Donato Giancola +73 U Pouncing Shoreshark @Daniel Warren Johnson +74 U Pteramander @Simon Dominic +75 U Reality Shift @Howard Lyon +76 U Retreat to Coralhelm @Kieran Yanner +77 U Ruination Guide @Mathias Kollros +78 C Spined Thopter @Pete Venters +79 C Stonybrook Banneret @Ralph Horsley +80 M Temporal Manipulation @Franz Vohwinkel +81 R Training Grounds @James Ryman +82 U Vodalian Illusionist @John Matson +83 R Ancient Craving @Rob Alexander +84 U Beseech the Queen @Jason Chan +85 R Bloodghast @Daarken +86 M Bloodlord of Vaasgoth @Greg Staples +87 R Body Snatcher @Mark Zug +88 R Bogbrew Witch @Eric Deschamps +89 R Brink of Madness @Donato Giancola +90 C Cadaverous Knight @Dermot Power +91 R Cruel Tutor @Kev Walker +92 R Doom Blade @Carl Critchlow +93 R Doomwake Giant @Kev Walker +94 R Endling @Livia Prima +95 R Extinction @Una Fricker +96 U Gatekeeper of Malakir @Karl Kopinski +97 C Gempalm Polluter @Dany Orizio +98 U Golgari Thug @Kev Walker +99 R Grim Haruspex @Seb McKinnon +100 C Grim Harvest @Zoltan Boros +101 R Kalastria Highborn @D. Alexander Gregory +102 R Korlash, Heir to Blackblade @Daarken +103 R Living Death @Mark Winters +104 R Lord of the Undead @Brom +105 U Murderous Cut @Yohann Schepacz +106 R Necravolver @Dave Dorman +107 U Necromancy @Pete Venters +108 U Nezumi Graverobber @Jim Nelson +109 U Oubliette @Jim Pavelec +110 M Phyrexian Obliterator @Todd Lockwood +111 R Promise of Power @Kev Walker +112 U Relentless Rats @Thomas M. Baxa +113 M Skithiryx, the Blight Dragon @Chippy +114 R Tombstalker @Aleksi Briclot +115 C Tortured Existence @Keith Parkinson +116 U Unburial Rites @Ryan Pancoast +117 C Urborg Panther @Cliff Nielsen +118 U Vampire Nighthawk @Jason Chan +119 M Vampire Nocturnus @Raymond Swanland +120 U Victimize @Craig J Spearing +121 R Virtus the Veiled @Johann Bodin +122 U Abrade @Florian de Gesincourt +123 U Anax, Hardened in the Forge @Jason A. Engle +124 C Boggart Arsonists @Jesper Ejsing +125 U Brothers Yamazaki @Ron Spears +126 R Burst Lightning @Jung Park +127 R Decree of Annihilation @John Avon +128 R Fall of the Titans @Chris Rallis +129 U The Flame of Keld @Lake Hurwitz +130 C Fomori Nomad @Raymond Swanland +131 R Goblin Chieftain @Sam Wood +132 U Goblin Grenade @Kev Walker +133 U Goblin Lore @D. Alexander Gregory +134 U Hammer Mage @Rebecca Guay +135 R Hammer of Purphoros @Yeong-Hao Han +136 R Hell's Thunder @Karl Kopinski +137 R Hidetsugu's Second Rite @Jeff Miracola +138 R Hunted Dragon @Mark Zug +139 R Jaya's Immolating Inferno @Noah Bradley +140 R Kilnmouth Dragon @Carl Critchlow +141 C Lash Out @Scott Hampton +142 R Lightning Bolt @Kekai Kotaki +143 R Lightning Crafter @Dan Scott +144 U Light Up the Stage @Dmitry Burmak +145 R Marauding Raptor @Bayard Wu +146 R Moggcatcher @Pete Venters +147 R Patron of the Akki @Jim Nelson +148 C Plated Geopede @Eric Deschamps +149 R Puppet's Verdict @Edward P. Beard, Jr. +150 R Pyromancer Ascension @Kev Walker +151 M Scourge of the Throne @Michael Komarck +152 R Sedge Sliver @Richard Kane Ferguson +153 U Shivan Meteor @Chippy +154 C Simian Spirit Guide @Dave DeVries +155 C Skred @Christopher Moeller +156 C Stone Rain @John Matson +157 R Tuktuk the Explorer @Volkan Baǵa +158 R Voracious Dragon @Dominick Domingo +159 R Warp World @Ron Spencer +160 R Wild Research @Gary Ruddell +161 U Alpha Kavu @Matt Cavotta +162 R Awakening @Dan Frazier +163 U Cradle Guard @Mark Zug +164 C Curious Pair @Josu Hernaiz +165 R Elvish Archdruid @Raymond Swanland +166 U Eternal Witness @Terese Nielsen +167 R Food Chain @Val Mayerik +168 R Gaea's Anthem @Greg Staples +169 R Genesis Hydra @Peter Mohrbacher +170 R Gigantosaurus @Jonathan Kuo +171 R Gorm the Great @Johann Bodin +172 U Grizzly Fate @Dave Dorman +173 R Groundbreaker @Matt Cavotta +174 R Harmonize @Vance Kovacs +175 R Helix Pinnacle @Dan Scott +176 R Hua Tuo, Honored Physician @Gao Jianzhang +177 R Imperious Perfect @Scott M. Fischer +178 M Ishkanah, Grafwidow @Christine Choi +179 R Jadelight Ranger @Jason Rainville +180 M Kalonian Hydra @Chris Rahn +181 M Khalni Hydra @Todd Lockwood +182 C Moonmist @Ryan Yee +183 C Muscle Sliver @Richard Kane Ferguson +184 C Nightshade Peddler @John Stanko +185 M Nissa Revane @Jaime Jones +186 M Nylea, God of the Hunt @Chris Rahn +187 R Parallel Evolution @Matt Cavotta +188 R Primal Vigor @Matt Stewart +189 U Rootrunner @Adam Rex +190 U Saber Ants @Greg Staples +191 R Skyshroud Behemoth @Eric Peterson +192 R Song of the Dryads @Lars Grant-West +193 M Soul of Zendikar @Vincent Proce +194 R Spike Weaver @Mike Raabe +195 R Squirrel Mob @Carl Critchlow +196 U Ulvenwald Mysteries @Greg Opalinski +197 C Willow Dryad @D. Alexander Gregory +198 C Yavimaya Scion @DiTerlizzi +199 R Zendikar Resurgent @Chris Rallis +200 U Army Ants @Geofrey Darrow & I. Rabarot +201 U Boros Challenger @Gabor Szikszai +202 M Chromanticore @Min Yum +203 M Chulane, Teller of Tales @Victor Adame Minguez +204 U Crystalline Sliver @Allen Williams +205 U Diregraf Captain @Slawomir Maniak +206 R Doran, the Siege Tower @Mark Zug +207 R Dromar, the Banisher @Dave Dorman +208 R Dune-Brood Nephilim @Jim Murray +209 R Etherium-Horn Sorcerer @Franz Vohwinkel +210 M Ezuri, Claw of Progress @James Ryman +211 R Fathom Mage @Ryan Pancoast +212 R Fiery Justice @Mathias Kollros +213 M Godsire @Jim Murray +214 R Ith, High Arcanist @Zoltan Boros +215 C Kingpin's Pet @Mark Zug +216 M Lazav, the Multifarious @Yongjae Choi +217 R Lightning Angel @rk post +218 M Maelstrom Nexus @Steven Belledin +219 U Merfolk Mistbinder @Clint Cearley +220 M Muldrotha, the Gravetide @Jason Rainville +221 U Necrotic Sliver @Dave Allsop +222 R Nicol Bolas @D. Alexander Gregory +223 M Oloro, Ageless Ascetic @Eric Deschamps +224 M Omnath, Locus of Rage @Brad Rigney +225 R Phyrexian Tyranny @Kev Walker +226 M Progenitus @Jaime Jones +227 C Shambling Shell @Joel Thomas +228 U Sky Hussar @Kev Walker +229 U Slimefoot, the Stowaway @Alex Konstad +230 R Terminate @Thomas M. Baxa +231 U Vitu-Ghazi Guildmage @Jason Chan +232 M Wrenn and Six @Chase Stone +233 U Zendikar Incarnate @Lucas Graciano +234 U Angrath, Captain of Chaos @Slawomir Maniak +235 R Djinn Illuminatus @Carl Critchlow +236 U Murderous Redcap @Dave Allsop +237 U Noggle Hedge-Mage @Larry MacDougall +238 R Beck // Call @Adam Paquette +239 R Cut // Ribbons @Raymond Swanland +240 R Odds // Ends @Michael Sutfin +241 R Acorn Catapult @Jesper Ejsing +242 R Akroma's Memorial @Dan Scott +243 U Arcbound Slith @Vance Kovacs +244 C Arcum's Astrolabe @Igor Kieryluk +245 C Blight Sickle @John Avon +246 R Bonehoard @Chippy +247 M The Chain Veil @Volkan Baǵa +248 R Clearwater Goblet @Dany Orizio +249 R Contagion Engine @Daarken +250 U Crown of Empires @John Avon +251 R Door to Nothingness @Puddnhead +252 R Electrostatic Pummeler @Slawomir Maniak +253 R Erratic Portal @John Matson +254 U Everflowing Chalice @Steve Argyle +255 U Fellwar Stone @John Avon +256 U Fodder Cannon @DiTerlizzi +257 C Fractured Powerstone @Rob Alexander +258 R Helm of Kaldra @Donato Giancola +259 U Isochron Scepter @Mark Harrison +260 R Krark's Thumb @Ron Spencer +261 R Lotus Bloom @Mark Zug +262 U Memnite @Svetlin Velinov +263 R Mycosynth Golem @Paolo Parente +264 R Panharmonicon @Volkan Baǵa +265 M Platinum Angel @Brom +266 R Prismatic Geoscope @Steven Belledin +267 R Scarecrone @Jesper Ejsing +268 R Scroll Rack @Heather Hudson +269 U Shuriken @Matt Cavotta +270 U Skullclamp @Luca Zontini +271 U Swiftfoot Boots @Svetlin Velinov +272 R Tamiyo's Journal @Chase Stone +273 R Tek @Chippy +274 C Thought Vessel @rk post +275 R Thrumming Stone @Rob Alexander +276 U Trusty Machete @Raymond Swanland +277 R Urza's Blueprints @Tom Wänerstrand +278 C Wayfarer's Bauble @Darrell Riche +279 M Weatherlight @Jaime Jones +280 R Workhorse @DiTerlizzi +281 U Worn Powerstone @Henry G. Higginbotham +282 C Bojuka Bog @Howard Lyon +283 R Cathedral of War @Kekai Kotaki +284 R Command Beacon @Jonas De Ro +285 U Dryad Arbor @Eric Fortune +286 U Eldrazi Temple @James Paick +287 R Emeria, the Sky Ruin @Jaime Jones +288 R Gemstone Mine @Brom +289 U Hashep Oasis @Jonas De Ro +290 R Inventors' Fair @Jonas De Ro +291 R Kher Keep @Paolo Parente +292 U Llanowar Reborn @Philip Straub +293 R Nykthos, Shrine to Nyx @Jung Park +294 R Phyrexian Tower @Chippy +295 R Riptide Laboratory @John Avon +296 R Shelldock Isle @Mark Tedin +297 C Tree of Tales @John Avon +298 R Vesuva @Zoltan Boros & Gabor Szikszai +299 L Wastes @Jason Felix +300 L Plains @Christopher Rush +301 M Morophon, the Boundless @Victor Adame Minguez +302 R Adarkar Valkyrie @Jeremy Jarvis +303 M Crested Sunmare @Lucas Graciano +304 U Daxos, Blessed by the Sun @Jason A. Engle +305 R Elspeth Conquers Death @Ryan Yee +306 R Giver of Runes @Seb McKinnon +307 U Jotun Grunt @Franz Vohwinkel +308 U Release the Dogs @Jason Kang +309 M Frost Titan @Mike Bierek +310 R Ice Cave @Jerry Tiritilli +311 R Jokulmorder @Mark Zug +312 R Kindred Discovery @Lake Hurwitz +313 R Mystical Tutor @Yongjae Choi +314 R Read the Runes @Alan Pollack +315 R Desolation Angel @Brom +316 U Liliana's Devotee @Colin Boyer +317 R Skyclave Shade @Dominik Mayer +318 R Bonecrusher Giant @John Severin Brassell +319 M Brallin, Skyshark Rider @Paul Scott Canavan +320 M Combustible Gearhulk @Daarken +321 C Pillage @Jesper Ejsing +322 R Rite of Flame @Kieran Yanner +323 C Seething Song @Jaime Jones +324 U Tibalt, Rakish Instigator @Chase Stone +325 U Beanstalk Giant @Nick Southam +326 M Freyalise, Llanowar's Fury @Adam Paquette +327 R Hunted Troll @Greg Staples +328 C Into the North @Richard Sardinha +329 R Ohran Frostfang @Torstein Nordstrand +330 R Panglacial Wurm @Jim Pavelec +331 R Vernal Equinox @Rebecca Guay +332 M Vorinclex, Voice of Hunger @Karl Kopinski +333 R Hans Eriksson @Ryan Pancoast +334 R Ice-Fang Coatl @Filip Burburan +335 M Kaya, Ghost Assassin @Chris Rallis +336 M Korvold, Fae-Cursed King @Wisnu Tan +337 U Parcelbeast @Justine Mara Andersen +338 M Shabraz, the Skyshark @Paul Scott Canavan +339 R Yore-Tiller Nephilim @Jeremy Jarvis +340 U Birthing Boughs @Mike Bierek +341 R Cold Storage @Greg Simanson +342 C Cranial Plating @Adam Rex +343 U Herald's Horn @Jason Felix +344 C Horned Helm @Martina Pilcerova +345 C Runed Stalactite @Jim Pavelec +346 R Cavern of Souls @Cliff Childs +347 R Dark Depths @Stephan Martiniere +348 R Scrying Sheets @Thomas M. Baxa +349 M Kozilek, Butcher of Truth @Michael Komarck +350 U Great Teacher's Decree @Zoltan Boros +351 U Jubilant Mascot @Filip Burburan +352 R Pursuit of Knowledge @DiTerlizzi +353 C Stonybrook Schoolmaster @Quinton Hoover +354 R Academy Elite @Volkan Baǵa +355 R Archive Trap @Jason Felix +356 U Kasmina, Enigmatic Mentor @Magali Villeneuve +357 R Ormos, Archive Keeper @G-host Lee +358 R Pedantic Learning @Heather Hudson +359 U Relearn @Zina Saunders +360 C Venerated Teacher @Greg Staples +361 M Will Kenrith @Anna Steinbauer +362 M Liliana, the Last Hope @Anna Steinbauer +363 C Painful Lesson @Adrian Majkrzak +364 C Arcane Teachings @Mark Brill +365 R Dual Casting @Johannes Voss +366 C Ghitu Chronicler @Anthony Palumbo +367 U Guttersnipe @Steve Prescott +368 M Lukka, Coppercoat Outcast @Chris Rallis +369 R Mages' Contest @Bradley Williams +370 M Rowan Kenrith @Anna Steinbauer +371 U Young Pyromancer @Cynthia Sheppard +372 R Deeproot Champion @Raymond Swanland +373 R Heartwood Storyteller @Anthony S. Waters +374 M Primeval Bounty @Christine Choi +375 U Renata, Called to the Hunt @Jason A. Engle +376 M Unbound Flourishing @Tomasz Jedruszek +377 U Warriors' Lesson @Steve Prescott +378 M Elenda, the Dusk Rose @Chris Rahn +379 R Firemane Angel @Matt Cavotta +380 M Gisela, Blade of Goldnight @Jason Chan +381 R Mercurial Chemister @Wesley Burt +382 M Mizzix of the Izmagnus @Cliff Childs +383 U Moldervine Reclamation @Antonio José Manzanedo +384 M Niv-Mizzet Reborn @Raymond Swanland +385 R Skullbriar, the Walking Grave @Nils Hamm +386 R Spellbound Dragon @Jesper Ejsing +387 R Unexpected Results @Mike Bierek +388 M Uro, Titan of Nature's Wrath @Vincent Proce +389 R Balefire Liege @Ralph Horsley +390 R Biomass Mutation @Dan Scott +391 U Bloodied Ghost @Mike Dringenberg +392 U Deathless Knight @Igor Kieryluk +393 R Grind // Dust @Josh Hass +394 R Fool's Tome @Julie Baroh +395 M Grimoire of the Dead @Steven Belledin +396 R Knowledge Pool @Mike Bierek +397 U Nuisance Engine @Stephen Tappin +398 R Scroll of the Masters @Lake Hurwitz +399 U Spellbook @Andrew Goldhawk +400 R Walking Archive @Heather Hudson +401 M Mirrorpool @Cliff Childs +402 U Nephalia Academy @Adam Paquette +403 L Island @Piotr Dura +404 R Always Watching @Chase Stone +405 M Angel of Serenity @Aleksi Briclot +406 U Canyon Jerboa @Dominik Mayer +407 R Celestial Ancient @Mark Tedin +408 U Reduce to Memory @Campbell White +409 U Soulcatchers' Aerie @Rob Alexander +410 U Stasis Snare @Slawomir Maniak +411 R Stonehewer Giant @Steve Prescott +412 M Sun Titan @Todd Lockwood +413 M Bruvac the Grandiloquent @Ekaterina Burmak +414 U Callaphe, Beloved of the Sea @Jason A. Engle +415 U Fact or Fiction @Matt Cavotta +416 M Orvar, the All-Form @DZO +417 R Riptide Director @Scott M. Fischer +418 R Spell Swindle @Victor Adame Minguez +419 U Time of Ice @Franz Vohwinkel +420 U Animate Dead @Bastien L. Deharme +421 R Bone Miser @Antonio José Manzanedo +422 R Bridge from Below @Greg Hildebrandt +423 R Entreat the Dead @Deruchenko Alexander +424 R Mindslicer @Kev Walker +425 U Goblin Assassin @Dave Dorman +426 R Kari Zev, Skyship Raider @Brad Rigney +427 U Lesser Gargadon @Rob Alexander +428 C Lightning Axe @Dan Scott +429 U Lightning Bolt @Christopher Moeller +430 R Splinter Twin @Goran Josic +431 U Storm Entity @Lucio Parrillo +432 C Chatter of the Squirrel @Jim Nelson +433 R Nut Collector @Christopher Moeller +434 R Tarmogoyf @Justin Murray +435 R Tireless Tracker @Eric Deschamps +436 U Veil of Summer @Lake Hurwitz +437 U Aura Shards @Ron Spencer +438 M Dragonlord Atarka @Karl Kopinski +439 R Filigree Angel @Richard Whitters +440 R Grand Arbiter Augustin IV @Zoltan Boros +441 U Juniper Order Ranger @Greg Hildebrandt +442 M Master of Cruelties @Chase Stone +443 U Obsessive Stitcher @Joe Slucher +444 M Olivia, Mobilized for War @Eric Deschamps +445 M Phenax, God of Deception @Ryan Barger +446 U Guttural Response @Ben Wootten +447 U Aether Vial @Greg Hildebrandt +448 R Arcbound Overseer @Carl Critchlow +449 R Blackblade Reforged @Richard Kane Ferguson +450 C Ancient Den @Rob Alexander +451 R Petrified Field @Glen Angus +452 R Urborg, Tomb of Yawgmoth @Jung Park +453 L Mountain @John Avon +454 U Quest for the Holy Relic @Greg Staples +455 C Resurrection @Michael Komarck +456 S Silence @Wayne Reynolds +457 U Twinblade Paladin @Jana Schirmer +458 U Undead Slayer @Eric Fortune +459 U Air Elemental @Doug Chaffee +460 C Invisibility @Pete Venters +461 U Invisible Stalker @Bud Cook +462 C Jump @Eric Deschamps +463 R Polymorph @Robert Bliss +464 U Raven Familiar @John Avon +465 U Sleep @Chris Rahn +466 C Sleeping Potion @Daren Bader +467 R Tempest Djinn @Zezhou Chen +468 R Trade Routes @Matt Cavotta +469 U Treasure Trove @Michael Sutfin +470 U Assassin's Blade @John Matson +471 R Captivating Vampire @Eric Deschamps +472 R Demonic Tutor @Zack Stella +473 C Dungeon Shade @Jason Alexander Behnke +474 R Nightmare @Vance Kovacs +475 U Noxious Ghoul @Luca Zontini +476 U Tymaret, Chosen from Death @Chase Stone +477 U Will-o'-the-Wisp @Rob Alexander +478 M Balefire Dragon @Eric Deschamps +479 U Fireball @Dave Dorman +480 C Orcish Lumberjack @Steve Prescott +481 R Sneak Attack @Jerry Tiritilli +482 U Stone Giant @Warren Mahy +483 R Hermit Druid @Heather Hudson +484 R Traverse the Outlands @Daarken +485 R Yisan, the Wanderer Bard @Chase Stone +486 M Arcades, the Strategist @Even Amundsen +487 M Daxos the Returned @Adam Paquette +488 M Dragonlord Dromoka @Eric Deschamps +489 R Grenzo, Dungeon Warden @Lucas Graciano +490 M Hellkite Overlord @Justin Sweet +491 R Cloud Key @Trevor Hairsine +492 R Coveted Jewel @Jason A. Engle +493 R Doubling Cube @Mark Tedin +494 C Expedition Map @Franz Vohwinkel +495 R Gauntlet of Power @Greg Hildebrandt +496 U Golem's Heart @Matt Cavotta +497 R Haunted Plate Mail @Izzy +498 U Sorcerer's Wand @Matt Stewart +499 R Staff of Domination @Ben Thompson +500 R Transmogrifying Wand @Aaron Miller +501 R Eiganjo Castle @Wayne England +502 R Gemstone Caverns @Martina Pilcerova diff --git a/forge-gui/res/editions/Theros Beyond Death.txt b/forge-gui/res/editions/Theros Beyond Death.txt index 9c3279e4f1f..39a4c89c839 100644 --- a/forge-gui/res/editions/Theros Beyond Death.txt +++ b/forge-gui/res/editions/Theros Beyond Death.txt @@ -12,375 +12,375 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=THB [cards] -1 U Alseid of Life's Bounty -2 U Archon of Falling Stars -3 R Archon of Sun's Grace -4 U Banishing Light -5 U The Birth of Meletis -6 C Captivating Unicorn -7 U Commanding Presence -8 U Dawn Evangel -9 U Daxos, Blessed by the Sun -10 C Daybreak Chimera -11 C Dreadful Apathy -12 R Eidolon of Obstruction -13 R Elspeth Conquers Death -14 M Elspeth, Sun's Nemesis -15 U Favored of Iroas -16 C Flicker of Fate -17 C Glory Bearers -18 M Heliod, Sun-Crowned -19 R Heliod's Intervention -20 C Heliod's Pilgrim -21 U Heliod's Punishment -22 C Hero of the Pride -23 U Hero of the Winds -24 R Idyllic Tutor -25 C Indomitable Will -26 C Karametra's Blessing -27 U Lagonna-Band Storyteller -28 C Leonin of the Lost Pride -29 C Nyxborn Courser -30 C Omen of the Sun -31 U Phalanx Tactics -32 C Pious Wayfarer -33 U Reverent Hoplite -34 C Revoke Existence -35 C Rumbling Sentry -36 C Sentinel's Eyes -37 R Shatter the Sky -38 C Sunmane Pegasus -39 R Taranika, Akroan Veteran -40 C Transcendent Envoy -41 C Triumphant Surge -42 U Alirios, Enraptured -43 R Ashiok's Erasure -44 C Brine Giant -45 U Callaphe, Beloved of the Sea -46 C Chain to Memory -47 C Deny the Divine -48 C Eidolon of Philosophy -49 C Elite Instructor -50 U Glimpse of Freedom -51 C Ichthyomorphosis -52 M Kiora Bests the Sea God -53 U Medomai's Prophecy -54 C Memory Drain -55 R Nadir Kraken -56 C Naiad of Hidden Coves -57 C Nyxborn Seaguard -58 C Omen of the Sea -59 U One with the Stars -60 R Protean Thaumaturge -61 C Riptide Turtle -62 U Sage of Mysteries -63 U Sea God's Scorn -64 U Shimmerwing Chimera -65 U Shoal Kraken -66 C Sleep of the Dead -67 C Starlit Mantle -68 C Stern Dismissal -69 U Stinging Lionfish -70 U Sweet Oblivion -71 M Thassa, Deep-Dwelling -72 R Thassa's Intervention -73 R Thassa's Oracle -74 C Thirst for Meaning -75 U Threnody Singer -76 R Thryx, the Sudden Storm -77 C Towering-Wave Mystic -78 C Triton Waverider -79 C Vexing Gull -80 R Wavebreak Hippocamp -81 U Whirlwind Denial -82 C Witness of Tomorrows -83 U Agonizing Remorse -84 R Aphemia, the Cacophony -85 C Aspect of Lamprey -86 C Blight-Breath Catoblepas -87 U Cling to Dust -88 C Discordant Piper -89 U Drag to the Underworld -90 R Eat to Extinction -91 U Elspeth's Nightmare -92 U Enemy of Enlightenment -93 M Erebos, Bleak-Hearted -94 R Erebos's Intervention -95 C Final Death -96 C Fruit of Tizerus -97 C Funeral Rites -98 R Gravebreaker Lamia -99 U Gray Merchant of Asphodel -100 C Grim Physician -101 U Hateful Eidolon -102 U Inevitable End -103 C Lampad of Death's Vigil -104 U Minion's Return -105 U Mire Triton -106 C Mire's Grasp -107 C Mogis's Favor -108 R Nightmare Shepherd -109 C Nyxborn Marauder -110 C Omen of the Dead -111 C Pharika's Libation -112 U Pharika's Spawn -113 C Rage-Scarred Berserker -114 C Scavenging Harpy -115 C Soulreaper of Mogis -116 C Temple Thief -117 R Treacherous Blessing -118 R Tymaret Calls the Dead -119 U Tymaret, Chosen from Death -120 C Underworld Charger -121 U Underworld Dreams -122 C Venomous Hierophant -123 R Woe Strider -124 R The Akroan War -125 U Anax, Hardened in the Forge -126 C Arena Trickster -127 C Aspect of Manticore -128 U Blood Aspirant -129 U Careless Celebrant -130 U Dreamshaper Shaman -131 U Dreamstalker Manticore -132 U Escape Velocity -133 U Fateful End -134 C Final Flare -135 C Flummoxed Cyclops -136 U Furious Rise -137 C Hero of the Games -138 U Heroes of the Revel -139 U Impending Doom -140 C Incendiary Oracle -141 C Infuriate -142 C Iroas's Blessing -143 C Irreverent Revelers -144 C Nyxborn Brute -145 C Omen of the Forge -146 C Oread of Mountain's Blaze -147 M Ox of Agonas -148 R Phoenix of Ash -149 C Portent of Betrayal -150 M Purphoros, Bronze-Blooded -151 R Purphoros's Intervention -152 C Satyr's Cunning -153 U Skophos Maze-Warden -154 C Skophos Warleader -155 C Stampede Rider -156 R Storm Herald -157 R Storm's Wrath -158 R Tectonic Giant -159 C Thrill of Possibility -160 U The Triumph of Anax -161 R Underworld Breach -162 U Underworld Fires -163 C Underworld Rage-Hound -164 C Wrap in Flames -165 R Arasta of the Endless Web -166 U The Binding of the Titans -167 U Chainweb Aracnir -168 U Destiny Spinner -169 R Dryad of the Ilysian Grove -170 R The First Iroan Games -171 C Gift of Strength -172 U Hydra's Growth -173 C Hyrax Tower Scout -174 C Ilysian Caryatid -175 C Inspire Awe -176 U Klothys's Design -177 C Loathsome Chimera -178 R Mantle of the Wolf -179 C Moss Viper -180 U Mystic Repeal -181 R Nessian Boar -182 U Nessian Hornbeetle -183 U Nessian Wanderer -184 C Nexus Wardens -185 M Nylea, Keen-Eyed -186 C Nylea's Forerunner -187 C Nylea's Huntmaster -188 R Nylea's Intervention -189 U Nyx Herald -190 M Nyxbloom Ancient -191 C Nyxborn Colossus -192 C Omen of the Hunt -193 U Pheres-Band Brawler -194 C Plummet -195 C Relentless Pursuit -196 U Renata, Called to the Hunt -197 C Return to Nature -198 R Setessan Champion -199 U Setessan Petitioner -200 C Setessan Skirmisher -201 C Setessan Training -202 C Skola Grovedancer -203 C Voracious Typhon -204 C Warbriar Blessing -205 U Wolfwillow Haven -206 U Acolyte of Affliction -207 R Allure of the Unknown -208 M Ashiok, Nightmare Muse -209 R Atris, Oracle of Half-Truths -210 R Bronzehide Lion -211 M Calix, Destiny's Hand -212 R Dalakos, Crafter of Wonders -213 U Devourer of Memory -214 R Dream Trawler -215 R Enigmatic Incarnation -216 U Eutropia the Twice-Favored -217 R Gallia of the Endless Dance -218 R Haktos the Unscarred -219 U Hero of the Nyxborn -220 M Klothys, God of Destiny -221 M Kroxa, Titan of Death's Hunger -222 R Kunoros, Hound of Athreos -223 U Mischievous Chimera -224 M Polukranos, Unchained -225 U Rise to Glory -226 U Siona, Captain of the Pyleas -227 U Slaughter-Priest of Mogis -228 U Staggering Insight -229 M Uro, Titan of Nature's Wrath -230 U Warden of the Chained -231 C Altar of the Pantheon -232 C Bronze Sword -233 U Entrancing Lyre -234 U Mirror Shield -235 R Nyx Lotus -236 R Shadowspear -237 U Soul-Guide Lantern -238 C Thaumaturge's Familiar -239 U Thundering Chariot -240 C Traveler's Amulet -241 C Wings of Hubris -242 U Field of Ruin -243 R Labyrinth of Skophos -244 R Temple of Abandon -245 R Temple of Deceit -246 R Temple of Enlightenment -247 R Temple of Malice -248 R Temple of Plenty -249 C Unknown Shores -250 L Plains -251 L Island -252 L Swamp -253 L Mountain -254 L Forest +1 U Alseid of Life's Bounty @Magali Villeneuve +2 U Archon of Falling Stars @Victor Adame Minguez +3 R Archon of Sun's Grace @Matt Stewart +4 U Banishing Light @Willian Murai +5 U The Birth of Meletis @Tyler Jacobson +6 C Captivating Unicorn @Emrah Elmasli +7 U Commanding Presence @Milivoj Ćeran +8 U Dawn Evangel @Livia Prima +9 U Daxos, Blessed by the Sun @Lius Lasahido +10 C Daybreak Chimera @Lars Grant-West +11 C Dreadful Apathy @Mark Zug +12 R Eidolon of Obstruction @Jason Rainville +13 R Elspeth Conquers Death @Ryan Yee +14 M Elspeth, Sun's Nemesis @Livia Prima +15 U Favored of Iroas @John Severin Brassell +16 C Flicker of Fate @Tomasz Jedruszek +17 C Glory Bearers @Tyler Walpole +18 M Heliod, Sun-Crowned @Lius Lasahido +19 R Heliod's Intervention @Daarken +20 C Heliod's Pilgrim @Micah Epstein +21 U Heliod's Punishment @Aleksi Briclot +22 C Hero of the Pride @Wisnu Tan +23 U Hero of the Winds @Greg Staples +24 R Idyllic Tutor @Jaime Jones +25 C Indomitable Will @Micah Epstein +26 C Karametra's Blessing @Wisnu Tan +27 U Lagonna-Band Storyteller @Chris Seaman +28 C Leonin of the Lost Pride @Aaron Miller +29 C Nyxborn Courser @Bastien L. Deharme +30 C Omen of the Sun @Piotr Dura +31 U Phalanx Tactics @Bayard Wu +32 C Pious Wayfarer @Mark Zug +33 U Reverent Hoplite @Sidharth Chaturvedi +34 C Revoke Existence @Adam Paquette +35 C Rumbling Sentry @Yongjae Choi +36 C Sentinel's Eyes @Wisnu Tan +37 R Shatter the Sky @Bayard Wu +38 C Sunmane Pegasus @John Severin Brassell +39 R Taranika, Akroan Veteran @Eric Deschamps +40 C Transcendent Envoy @Zezhou Chen +41 C Triumphant Surge @Daarken +42 U Alirios, Enraptured @Kieran Yanner +43 R Ashiok's Erasure @Zezhou Chen +44 C Brine Giant @Yongjae Choi +45 U Callaphe, Beloved of the Sea @Zack Stella +46 C Chain to Memory @Paul Scott Canavan +47 C Deny the Divine @Yigit Koroglu +48 C Eidolon of Philosophy @Adam Paquette +49 C Elite Instructor @Mike Sass +50 U Glimpse of Freedom @Clint Cearley +51 C Ichthyomorphosis @Campbell White +52 M Kiora Bests the Sea God @Victor Adame Minguez +53 U Medomai's Prophecy @Seb McKinnon +54 C Memory Drain @PINDURSKI +55 R Nadir Kraken @Dan Scott +56 C Naiad of Hidden Coves @Kieran Yanner +57 C Nyxborn Seaguard @Simon Dominic +58 C Omen of the Sea @Piotr Dura +59 U One with the Stars @Caio Monteiro +60 R Protean Thaumaturge @Izzy +61 C Riptide Turtle @Brian Valeza +62 U Sage of Mysteries @John Stanko +63 U Sea God's Scorn @Zoltan Boros +64 U Shimmerwing Chimera @Christopher Burdett +65 U Shoal Kraken @Vincent Proce +66 C Sleep of the Dead @Kari Christensen +67 C Starlit Mantle @Chris Rahn +68 C Stern Dismissal @Lie Setiawan +69 U Stinging Lionfish @Christopher Burdett +70 U Sweet Oblivion @Clint Cearley +71 M Thassa, Deep-Dwelling @Zack Stella +72 R Thassa's Intervention @Zack Stella +73 R Thassa's Oracle @Jesper Ejsing +74 C Thirst for Meaning @Brian Valeza +75 U Threnody Singer @PINDURSKI +76 R Thryx, the Sudden Storm @Mathias Kollros +77 C Towering-Wave Mystic @Jason Rainville +78 C Triton Waverider @Lie Setiawan +79 C Vexing Gull @Volkan Baǵa +80 R Wavebreak Hippocamp @Caio Monteiro +81 U Whirlwind Denial @Lie Setiawan +82 C Witness of Tomorrows @Svetlin Velinov +83 U Agonizing Remorse @Wisnu Tan +84 R Aphemia, the Cacophony @Lucas Graciano +85 C Aspect of Lamprey @Deruchenko Alexander +86 C Blight-Breath Catoblepas @Antonio José Manzanedo +87 U Cling to Dust @Caio Monteiro +88 C Discordant Piper @John Stanko +89 U Drag to the Underworld @Victor Adame Minguez +90 R Eat to Extinction @Vincent Proce +91 U Elspeth's Nightmare @Jason Rainville +92 U Enemy of Enlightenment @James Ryman +93 M Erebos, Bleak-Hearted @Chase Stone +94 R Erebos's Intervention @Mathias Kollros +95 C Final Death @Johann Bodin +96 C Fruit of Tizerus @Bastien L. Deharme +97 C Funeral Rites @John Stanko +98 R Gravebreaker Lamia @Lius Lasahido +99 U Gray Merchant of Asphodel @Scott Murphy +100 C Grim Physician @Mark Zug +101 U Hateful Eidolon @Daniel Ljunggren +102 U Inevitable End @Josh Hass +103 C Lampad of Death's Vigil @Jason Felix +104 U Minion's Return @Billy Christian +105 U Mire Triton @Seb McKinnon +106 C Mire's Grasp @Chris Rallis +107 C Mogis's Favor @Uriah Voth +108 R Nightmare Shepherd @Tyler Jacobson +109 C Nyxborn Marauder @Steve Prescott +110 C Omen of the Dead @Piotr Dura +111 C Pharika's Libation @Jason Felix +112 U Pharika's Spawn @Vincent Proce +113 C Rage-Scarred Berserker @Antonio José Manzanedo +114 C Scavenging Harpy @Daniel Ljunggren +115 C Soulreaper of Mogis @Dmitry Burmak +116 C Temple Thief @Evyn Fong +117 R Treacherous Blessing @Marco Teixeira +118 R Tymaret Calls the Dead @Vincent Proce +119 U Tymaret, Chosen from Death @Chase Stone +120 C Underworld Charger @Johann Bodin +121 U Underworld Dreams @PINDURSKI +122 C Venomous Hierophant @Johannes Voss +123 R Woe Strider @John Thacker +124 R The Akroan War @Steven Belledin +125 U Anax, Hardened in the Forge @Eric Deschamps +126 C Arena Trickster @PINDURSKI +127 C Aspect of Manticore @Tomasz Jedruszek +128 U Blood Aspirant @Tyler Walpole +129 U Careless Celebrant @Mathias Kollros +130 U Dreamshaper Shaman @Steve Prescott +131 U Dreamstalker Manticore @Chris Rallis +132 U Escape Velocity @Mathias Kollros +133 U Fateful End @Chris Rallis +134 C Final Flare @Kev Walker +135 C Flummoxed Cyclops @Mark Behm +136 U Furious Rise @Chase Stone +137 C Hero of the Games @Josh Hass +138 U Heroes of the Revel @Zoltan Boros +139 U Impending Doom @Zoltan Boros +140 C Incendiary Oracle @Cynthia Sheppard +141 C Infuriate @Tomasz Jedruszek +142 C Iroas's Blessing @Victor Adame Minguez +143 C Irreverent Revelers @Milivoj Ćeran +144 C Nyxborn Brute @Zoltan Boros +145 C Omen of the Forge @Piotr Dura +146 C Oread of Mountain's Blaze @Yigit Koroglu +147 M Ox of Agonas @Lie Setiawan +148 R Phoenix of Ash @Svetlin Velinov +149 C Portent of Betrayal @Greg Staples +150 M Purphoros, Bronze-Blooded @Eric Deschamps +151 R Purphoros's Intervention @Aleksi Briclot +152 C Satyr's Cunning @Deruchenko Alexander +153 U Skophos Maze-Warden @Jason Rainville +154 C Skophos Warleader @Svetlin Velinov +155 C Stampede Rider @Aaron Miller +156 R Storm Herald @Aleksi Briclot +157 R Storm's Wrath @Yeong-Hao Han +158 R Tectonic Giant @Slawomir Maniak +159 C Thrill of Possibility @Izzy +160 U The Triumph of Anax @Chris Seaman +161 R Underworld Breach @Lie Setiawan +162 U Underworld Fires @Bayard Wu +163 C Underworld Rage-Hound @Tyler Walpole +164 C Wrap in Flames @Kari Christensen +165 R Arasta of the Endless Web @Sam Rowan +166 U The Binding of the Titans @Adam Paquette +167 U Chainweb Aracnir @Sam Rowan +168 U Destiny Spinner @Livia Prima +169 R Dryad of the Ilysian Grove @Scott Murphy +170 R The First Iroan Games @Noah Bradley +171 C Gift of Strength @Winona Nelson +172 U Hydra's Growth @Bayard Wu +173 C Hyrax Tower Scout @Micah Epstein +174 C Ilysian Caryatid @Winona Nelson +175 C Inspire Awe @Ekaterina Burmak +176 U Klothys's Design @Lie Setiawan +177 C Loathsome Chimera @Paul Scott Canavan +178 R Mantle of the Wolf @Simon Dominic +179 C Moss Viper @Mike Bierek +180 U Mystic Repeal @Tyler Walpole +181 R Nessian Boar @Zoltan Boros +182 U Nessian Hornbeetle @Jason Felix +183 U Nessian Wanderer @Matt Stewart +184 C Nexus Wardens @Dan Scott +185 M Nylea, Keen-Eyed @Chris Rahn +186 C Nylea's Forerunner @Christopher Burdett +187 C Nylea's Huntmaster @Winona Nelson +188 R Nylea's Intervention @Zezhou Chen +189 U Nyx Herald @Mark Zug +190 M Nyxbloom Ancient @Filip Burburan +191 C Nyxborn Colossus @Mathias Kollros +192 C Omen of the Hunt @Piotr Dura +193 U Pheres-Band Brawler @John Stanko +194 C Plummet @Bayard Wu +195 C Relentless Pursuit @Magali Villeneuve +196 U Renata, Called to the Hunt @Chris Rahn +197 C Return to Nature @Kieran Yanner +198 R Setessan Champion @Emrah Elmasli +199 U Setessan Petitioner @Livia Prima +200 C Setessan Skirmisher @Greg Staples +201 C Setessan Training @Scott Murphy +202 C Skola Grovedancer @Josh Hass +203 C Voracious Typhon @Yongjae Choi +204 C Warbriar Blessing @Michele Parisi +205 U Wolfwillow Haven @Jakub Kasper +206 U Acolyte of Affliction @Chase Stone +207 R Allure of the Unknown @Seb McKinnon +208 M Ashiok, Nightmare Muse @Raymond Swanland +209 R Atris, Oracle of Half-Truths @Bastien L. Deharme +210 R Bronzehide Lion @Alayna Danner +211 M Calix, Destiny's Hand @Magali Villeneuve +212 R Dalakos, Crafter of Wonders @Ryan Pancoast +213 U Devourer of Memory @Daarken +214 R Dream Trawler @Jesper Ejsing +215 R Enigmatic Incarnation @PINDURSKI +216 U Eutropia the Twice-Favored @Sara Winters +217 R Gallia of the Endless Dance @Johannes Voss +218 R Haktos the Unscarred @Ryan Pancoast +219 U Hero of the Nyxborn @Victor Adame Minguez +220 M Klothys, God of Destiny @Magali Villeneuve +221 M Kroxa, Titan of Death's Hunger @Vincent Proce +222 R Kunoros, Hound of Athreos @Zezhou Chen +223 U Mischievous Chimera @Antonio José Manzanedo +224 M Polukranos, Unchained @Chris Rahn +225 U Rise to Glory @Howard Lyon +226 U Siona, Captain of the Pyleas @Chris Rallis +227 U Slaughter-Priest of Mogis @Steve Prescott +228 U Staggering Insight @Dmitry Burmak +229 M Uro, Titan of Nature's Wrath @Vincent Proce +230 U Warden of the Chained @Steve Prescott +231 C Altar of the Pantheon @Jonas De Ro +232 C Bronze Sword @Kev Walker +233 U Entrancing Lyre @Yeong-Hao Han +234 U Mirror Shield @Dan Scott +235 R Nyx Lotus @Raoul Vitale +236 R Shadowspear @Yeong-Hao Han +237 U Soul-Guide Lantern @Cliff Childs +238 C Thaumaturge's Familiar @Andrea Radeck +239 U Thundering Chariot @Aaron Miller +240 C Traveler's Amulet @Cliff Childs +241 C Wings of Hubris @Josh Hass +242 U Field of Ruin @Jung Park +243 R Labyrinth of Skophos @Jonas De Ro +244 R Temple of Abandon @Adam Paquette +245 R Temple of Deceit @Jonas De Ro +246 R Temple of Enlightenment @Piotr Dura +247 R Temple of Malice @Jonas De Ro +248 R Temple of Plenty @Chris Ostrowski +249 C Unknown Shores @Adam Paquette +250 L Plains @Sam Burley +251 L Island @Sam Burley +252 L Swamp @Sam Burley +253 L Mountain @Sam Burley +254 L Forest @Sam Burley [borderless] -255 M Elspeth, Sun's Nemesis -256 M Ashiok, Nightmare Muse -257 M Calix, Destiny's Hand +255 M Elspeth, Sun's Nemesis @Chuck Lukacs +256 M Ashiok, Nightmare Muse @Chuck Lukacs +257 M Calix, Destiny's Hand @Chuck Lukacs [showcase] -258 U Daxos, Blessed by the Sun -259 M Heliod, Sun-Crowned -260 U Callaphe, Beloved of the Sea -261 M Thassa, Deep-Dwelling -262 M Erebos, Bleak-Hearted -263 U Tymaret, Chosen from Death -264 U Anax, Hardened in the Forge -265 M Purphoros, Bronze-Blooded -266 M Nylea, Keen-Eyed -267 U Renata, Called to the Hunt -268 M Klothys, God of Destiny +258 U Daxos, Blessed by the Sun @Jason A. Engle +259 M Heliod, Sun-Crowned @Jason A. Engle +260 U Callaphe, Beloved of the Sea @Jason A. Engle +261 M Thassa, Deep-Dwelling @Jason A. Engle +262 M Erebos, Bleak-Hearted @Jason A. Engle +263 U Tymaret, Chosen from Death @Jason A. Engle +264 U Anax, Hardened in the Forge @Jason A. Engle +265 M Purphoros, Bronze-Blooded @Jason A. Engle +266 M Nylea, Keen-Eyed @Jason A. Engle +267 U Renata, Called to the Hunt @Jason A. Engle +268 M Klothys, God of Destiny @Jason A. Engle [buy a box] -269 M Athreos, Shroud-Veiled +269 M Athreos, Shroud-Veiled @Igor Kieryluk [precon product] -270 M Elspeth, Undaunted Hero -271 U Eidolon of Inspiration -272 R Elspeth's Devotee -273 C Sunlit Hoplite -274 M Ashiok, Sculptor of Fears -275 U Swimmer in Nightmares -276 C Mindwrack Harpy -277 R Ashiok's Forerunner -278 L Plains -279 L Plains -280 L Island -281 L Island -282 L Swamp -283 L Swamp -284 L Mountain -285 L Mountain -286 L Forest -287 L Forest -288 R Grasping Giant -289 R Victory's Envoy -290 R Sphinx Mindbreaker -291 R Serpent of Yawning Depths -292 R Demon of Loathing -293 R Underworld Sentinel -294 R Deathbellow War Cry -295 R Terror of Mount Velus -296 R Ironscale Hydra -297 R Treeshaker Chimera +270 M Elspeth, Undaunted Hero @Steven Belledin +271 U Eidolon of Inspiration @Bram Sels +272 R Elspeth's Devotee @Caroline Gariba +273 C Sunlit Hoplite @Tomasz Jedruszek +274 M Ashiok, Sculptor of Fears @Daarken +275 U Swimmer in Nightmares @Lucas Graciano +276 C Mindwrack Harpy @Deruchenko Alexander +277 R Ashiok's Forerunner @Johannes Voss +278 L Plains @Sam Burley +279 L Plains @Sam Burley +280 L Island @Sam Burley +281 L Island @Sam Burley +282 L Swamp @Sam Burley +283 L Swamp @Sam Burley +284 L Mountain @Sam Burley +285 L Mountain @Sam Burley +286 L Forest @Sam Burley +287 L Forest @Sam Burley +288 R Grasping Giant @Jinho Bae +289 R Victory's Envoy @Sara Winters +290 R Sphinx Mindbreaker @PINDURSKI +291 R Serpent of Yawning Depths @Tomasz Jedruszek +292 R Demon of Loathing @Tomasz Jedruszek +293 R Underworld Sentinel @Vincent Proce +294 R Deathbellow War Cry @Josh Hass +295 R Terror of Mount Velus @Billy Christian +296 R Ironscale Hydra @Brian Valeza +297 R Treeshaker Chimera @Vincent Proce [extended art] -298 R Archon of Sun's Grace -299 R Eidolon of Obstruction -300 R Heliod's Intervention -301 R Idyllic Tutor -302 R Shatter the Sky -303 R Taranika, Akroan Veteran -304 R Ashiok's Erasure -305 R Nadir Kraken -306 R Protean Thaumaturge -307 R Thassa's Intervention -308 R Thassa's Oracle -309 R Thryx, the Sudden Storm -310 R Wavebreak Hippocamp -311 R Aphemia, the Cacophony -312 R Eat to Extinction -313 R Erebos's Intervention -314 R Gravebreaker Lamia -315 R Nightmare Shepherd -316 R Treacherous Blessing -317 R Woe Strider -318 M Ox of Agonas -319 R Phoenix of Ash -320 R Purphoros's Intervention -321 R Storm Herald -322 R Storm's Wrath -323 R Tectonic Giant -324 R Underworld Breach -325 R Arasta of the Endless Web -326 R Dryad of the Ilysian Grove -327 R Mantle of the Wolf -328 R Nessian Boar -329 R Nylea's Intervention -330 M Nyxbloom Ancient -331 R Setessan Champion -332 R Allure of the Unknown -333 R Atris, Oracle of Half-Truths -334 R Bronzehide Lion -335 R Dalakos, Crafter of Wonders -336 R Dream Trawler -337 R Enigmatic Incarnation -338 R Gallia of the Endless Dance -339 R Haktos the Unscarred -340 M Kroxa, Titan of Death's Hunger -341 R Kunoros, Hound of Athreos -342 M Polukranos, Unchained -343 M Uro, Titan of Nature's Wrath -344 R Nyx Lotus -345 R Shadowspear -346 R Labyrinth of Skophos -347 R Temple of Abandon -348 R Temple of Deceit -349 R Temple of Enlightenment -350 R Temple of Malice -351 R Temple of Plenty +298 R Archon of Sun's Grace @Matt Stewart +299 R Eidolon of Obstruction @Jason Rainville +300 R Heliod's Intervention @Daarken +301 R Idyllic Tutor @Jaime Jones +302 R Shatter the Sky @Bayard Wu +303 R Taranika, Akroan Veteran @Eric Deschamps +304 R Ashiok's Erasure @Zezhou Chen +305 R Nadir Kraken @Dan Scott +306 R Protean Thaumaturge @Izzy +307 R Thassa's Intervention @Zack Stella +308 R Thassa's Oracle @Jesper Ejsing +309 R Thryx, the Sudden Storm @Mathias Kollros +310 R Wavebreak Hippocamp @Caio Monteiro +311 R Aphemia, the Cacophony @Lucas Graciano +312 R Eat to Extinction @Vincent Proce +313 R Erebos's Intervention @Mathias Kollros +314 R Gravebreaker Lamia @Lius Lasahido +315 R Nightmare Shepherd @Tyler Jacobson +316 R Treacherous Blessing @Marco Teixeira +317 R Woe Strider @John Thacker +318 M Ox of Agonas @Lie Setiawan +319 R Phoenix of Ash @Svetlin Velinov +320 R Purphoros's Intervention @Aleksi Briclot +321 R Storm Herald @Aleksi Briclot +322 R Storm's Wrath @Yeong-Hao Han +323 R Tectonic Giant @Slawomir Maniak +324 R Underworld Breach @Lie Setiawan +325 R Arasta of the Endless Web @Sam Rowan +326 R Dryad of the Ilysian Grove @Scott Murphy +327 R Mantle of the Wolf @Simon Dominic +328 R Nessian Boar @Zoltan Boros +329 R Nylea's Intervention @Zezhou Chen +330 M Nyxbloom Ancient @Filip Burburan +331 R Setessan Champion @Emrah Elmasli +332 R Allure of the Unknown @Seb McKinnon +333 R Atris, Oracle of Half-Truths @Bastien L. Deharme +334 R Bronzehide Lion @Alayna Danner +335 R Dalakos, Crafter of Wonders @Ryan Pancoast +336 R Dream Trawler @Jesper Ejsing +337 R Enigmatic Incarnation @PINDURSKI +338 R Gallia of the Endless Dance @Johannes Voss +339 R Haktos the Unscarred @Ryan Pancoast +340 M Kroxa, Titan of Death's Hunger @Vincent Proce +341 R Kunoros, Hound of Athreos @Zezhou Chen +342 M Polukranos, Unchained @Chris Rahn +343 M Uro, Titan of Nature's Wrath @Vincent Proce +344 R Nyx Lotus @Raoul Vitale +345 R Shadowspear @Yeong-Hao Han +346 R Labyrinth of Skophos @Jonas De Ro +347 R Temple of Abandon @Adam Paquette +348 R Temple of Deceit @Jonas De Ro +349 R Temple of Enlightenment @Piotr Dura +350 R Temple of Malice @Jonas De Ro +351 R Temple of Plenty @Chris Ostrowski [promo] -352 R Arasta of the Endless Web -353 U Alseid of Life's Bounty -354 C Thirst for Meaning -355 U Gray Merchant of Asphodel -356 C Thrill of Possibility -357 U Wolfwillow Haven +352 R Arasta of the Endless Web @Jesper Ejsing +353 U Alseid of Life's Bounty @Magali Villeneuve +354 C Thirst for Meaning @Brian Valeza +355 U Gray Merchant of Asphodel @Scott Murphy +356 C Thrill of Possibility @Izzy +357 U Wolfwillow Haven @Jakub Kasper [Commons] Captivating Unicorn|THB|1 diff --git a/forge-gui/res/editions/Theros Promos.txt b/forge-gui/res/editions/Theros Promos.txt index 49745159e50..5eb76854d2b 100644 --- a/forge-gui/res/editions/Theros Promos.txt +++ b/forge-gui/res/editions/Theros Promos.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PTHS [cards] -3★ R Celestial Archon -26 U Phalanx Leader -42★ R Bident of Thassa -63★ R Shipbreaker Kraken -75★ R Abhorrent Overlord -98 R Nighthowler -120★ R Ember Swallower -149★ R Anthousa, Setessan Hero -160 U Karametra's Acolyte -*180 R Sylvan Caryatid +3★ R Celestial Archon @Wesley Burt +26 U Phalanx Leader @Raymond Swanland +42★ R Bident of Thassa @Ryan Yee +63★ R Shipbreaker Kraken @Svetlin Velinov +75★ R Abhorrent Overlord @Dave Kendall +98 R Nighthowler @Seb McKinnon +120★ R Ember Swallower @Vincent Proce +149★ R Anthousa, Setessan Hero @Howard Lyon +160 U Karametra's Acolyte @Dan Scott +*180 R Sylvan Caryatid @Lars Grant-West diff --git a/forge-gui/res/editions/Theros.txt b/forge-gui/res/editions/Theros.txt index d98f01c4d8e..2393d1a6266 100644 --- a/forge-gui/res/editions/Theros.txt +++ b/forge-gui/res/editions/Theros.txt @@ -11,255 +11,255 @@ FatPackExtraSlots=80 BasicLands ScryfallCode=THS [cards] -1 C Battlewise Valor -2 C Cavalry Pegasus -3 R Celestial Archon -4 R Chained to the Rocks -5 C Chosen by Heliod -6 U Dauntless Onslaught -7 U Decorated Griffin -8 C Divine Verdict -9 M Elspeth, Sun's Champion -10 C Ephara's Warden -11 U Evangel of Heliod -12 R Fabled Hero -13 U Favored Hoplite -14 R Gift of Immortality -15 U Glare of Heresy -16 C Gods Willing -17 M Heliod, God of the Sun -18 U Heliod's Emissary -19 C Hopeful Eidolon -20 R Hundred-Handed One -21 C Lagonna-Band Elder -22 C Last Breath -23 C Leonin Snarecaster -24 C Observant Alseid -25 U Ordeal of Heliod -26 U Phalanx Leader -27 C Ray of Dissolution -28 C Scholar of Athreos -29 C Setessan Battle Priest -30 C Setessan Griffin -31 C Silent Artisan -32 R Soldier of the Pantheon -33 R Spear of Heliod -34 C Traveling Philosopher -35 U Vanquish the Foul -36 C Wingsteed Rider -37 C Yoked Ox -38 C Annul -39 C Aqueous Form -40 R Artisan of Forms -41 C Benthic Giant -42 R Bident of Thassa -43 C Breaching Hippocamp -44 C Coastline Chimera -45 C Crackling Triton -46 R Curse of the Swine -47 U Dissolve -48 C Fate Foretold -49 U Gainsay -50 C Griptide -51 U Horizon Scholar -52 C Lost in a Labyrinth -53 M Master of Waves -54 R Meletis Charlatan -55 C Mnemonic Wall -56 C Nimbus Naiad -57 C Omenspeaker -58 U Ordeal of Thassa -59 C Prescient Chimera -60 R Prognostic Sphinx -61 U Sea God's Revenge -62 U Sealock Monster -63 R Shipbreaker Kraken -64 C Stymied Hopes -65 R Swan Song -66 M Thassa, God of the Sea -67 C Thassa's Bounty -68 U Thassa's Emissary -69 U Triton Fortune Hunter -70 C Triton Shorethief -71 U Triton Tactics -72 C Vaporkin -73 C Voyage's End -74 C Wavecrash Triton -75 R Abhorrent Overlord -76 R Agent of the Fates -77 C Asphodel Wanderer -78 C Baleful Eidolon -79 C Blood-Toll Harpy -80 C Boon of Erebos -81 C Cavern Lampad -82 U Cutthroat Maneuver -83 U Dark Betrayal -84 C Disciple of Phenax -85 M Erebos, God of the Dead -86 U Erebos's Emissary -87 C Felhide Minotaur -88 C Fleshmad Steed -89 C Gray Merchant of Asphodel -90 R Hero's Downfall -91 M Hythonia the Cruel -92 U Insatiable Harpy -93 U Keepsake Gorgon -94 C Lash of the Whip -95 C Loathsome Catoblepas -96 C March of the Returned -97 U Mogis's Marauder -98 R Nighthowler -99 U Ordeal of Erebos -100 C Pharika's Cure -101 C Read the Bones -102 U Rescue from the Underworld -103 C Returned Centaur -104 C Returned Phalanx -105 C Scourgemark -106 C Sip of Hemlock -107 R Thoughtseize -108 U Tormented Hero -109 C Viper's Kiss -110 R Whip of Erebos -111 C Akroan Crusader -112 R Anger of the Gods -113 U Arena Athlete -114 C Borderland Minotaur -115 C Boulderfall -116 U Coordinated Assault -117 C Deathbellow Raider -118 C Demolish -119 C Dragon Mantle -120 R Ember Swallower -121 U Fanatic of Mogis -122 R Firedrinker Satyr -123 U Flamespeaker Adept -124 R Hammer of Purphoros -125 C Ill-Tempered Cyclops -126 R Labyrinth Champion -127 C Lightning Strike -128 U Magma Jet -129 C Messenger's Speed -130 C Minotaur Skullcleaver -131 U Ordeal of Purphoros -132 U Peak Eruption -133 C Portent of Betrayal -134 C Priest of Iroas -135 M Purphoros, God of the Forge -136 U Purphoros's Emissary -137 C Rage of Purphoros -138 R Rageblood Shaman -139 C Satyr Rambler -140 C Spark Jolt -141 C Spearpoint Oread -142 U Stoneshock Giant -143 M Stormbreath Dragon -144 R Titan of Eternal Fire -145 C Titan's Strength -146 C Two-Headed Cerberus -147 C Wild Celebrants -148 C Agent of Horizons -149 R Anthousa, Setessan Hero -150 R Arbor Colossus -151 U Artisan's Sorrow -152 R Boon Satyr -153 R Bow of Nylea -154 U Centaur Battlemaster -155 C Commune with the Gods -156 C Defend the Hearth -157 C Fade into Antiquity -158 C Feral Invocation -159 U Hunt the Hunter -160 U Karametra's Acolyte -161 C Leafcrown Dryad -162 R Mistcutter Hydra -163 U Nemesis of Mortals -164 C Nessian Asp -165 C Nessian Courser -166 M Nylea, God of the Hunt -167 C Nylea's Disciple -168 U Nylea's Emissary -169 C Nylea's Presence -170 U Ordeal of Nylea -171 C Pheres-Band Centaurs -172 M Polukranos, World Eater -173 R Reverent Hunter -174 C Satyr Hedonist -175 U Satyr Piper -176 C Savage Surge -177 C Sedge Scorpion -178 C Shredding Winds -179 C Staunch-Hearted Warrior -180 R Sylvan Caryatid -181 C Time to Feed -182 C Voyaging Satyr -183 C Vulpine Goliath -184 U Warriors' Lesson -185 U Akroan Hoplite -186 R Anax and Cymede -187 M Ashen Rider -188 M Ashiok, Nightmare Weaver -189 U Battlewise Hoplite -190 U Chronicler of Heroes -191 R Daxos of Meletis -192 U Destructive Revelry -193 R Fleecemane Lion -194 U Horizon Chimera -195 U Kragma Warcaller -196 M Medomai the Ageless -197 U Pharika's Mender -198 R Polis Crusher -199 R Prophet of Kruphix -200 R Psychic Intrusion -201 R Reaper of the Wilds -202 U Sentry of the Underworld -203 U Shipwreck Singer -204 U Spellheart Chimera -205 R Steam Augury -206 R Triad of Fates -207 R Tymaret, the Murder King -208 M Underworld Cerberus -209 M Xenagos, the Reveler -210 R Akroan Horse -211 U Anvilwrought Raptor -212 C Bronze Sable -213 U Burnished Hart -214 R Colossus of Akros -215 U Flamecast Wheel -216 C Fleetfeather Sandals -217 C Guardians of Meletis -218 C Opaline Unicorn -219 U Prowler's Helm -220 R Pyxis of Pandemonium -221 C Traveler's Amulet -222 U Witches' Eye -223 R Nykthos, Shrine to Nyx -224 R Temple of Abandon -225 R Temple of Deceit -226 R Temple of Mystery -227 R Temple of Silence -228 R Temple of Triumph -229 C Unknown Shores -230 L Plains -230 L Plains -230 L Plains -230 L Plains -236 L Island -236 L Island -236 L Island -236 L Island -240 L Swamp -240 L Swamp -240 L Swamp -240 L Swamp -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -248 L Forest -248 L Forest -248 L Forest -248 L Forest +1 C Battlewise Valor @Zack Stella +2 C Cavalry Pegasus @Kev Walker +3 R Celestial Archon @Matt Stewart +4 R Chained to the Rocks @Aaron Miller +5 C Chosen by Heliod @Zack Stella +6 U Dauntless Onslaught @Peter Mohrbacher +7 U Decorated Griffin @Phill Simmer +8 C Divine Verdict @Raymond Swanland +9 M Elspeth, Sun's Champion @Eric Deschamps +10 C Ephara's Warden @Zack Stella +11 U Evangel of Heliod @Nils Hamm +12 R Fabled Hero @Aaron Miller +13 U Favored Hoplite @Winona Nelson +14 R Gift of Immortality @Matt Stewart +15 U Glare of Heresy @Raymond Swanland +16 C Gods Willing @Mark Winters +17 M Heliod, God of the Sun @Jaime Jones +18 U Heliod's Emissary @Sam Burley +19 C Hopeful Eidolon @Min Yum +20 R Hundred-Handed One @Brad Rigney +21 C Lagonna-Band Elder @Min Yum +22 C Last Breath @Nils Hamm +23 C Leonin Snarecaster @Kev Walker +24 C Observant Alseid @Todd Lockwood +25 U Ordeal of Heliod @Lucas Graciano +26 U Phalanx Leader @David Palumbo +27 C Ray of Dissolution @Terese Nielsen +28 C Scholar of Athreos @Cynthia Sheppard +29 C Setessan Battle Priest @Wesley Burt +30 C Setessan Griffin @Greg Staples +31 C Silent Artisan @Anthony Palumbo +32 R Soldier of the Pantheon @Eric Deschamps +33 R Spear of Heliod @Yeong-Hao Han +34 C Traveling Philosopher @James Ryman +35 U Vanquish the Foul @Eric Deschamps +36 C Wingsteed Rider @Cynthia Sheppard +37 C Yoked Ox @Ryan Yee +38 C Annul @Christine Choi +39 C Aqueous Form @Slawomir Maniak +40 R Artisan of Forms @Min Yum +41 C Benthic Giant @Jaime Jones +42 R Bident of Thassa @Yeong-Hao Han +43 C Breaching Hippocamp @Christopher Burdett +44 C Coastline Chimera @Dan Scott +45 C Crackling Triton @Greg Staples +46 R Curse of the Swine @James Ryman +47 U Dissolve @Wesley Burt +48 C Fate Foretold @Dan Scott +49 U Gainsay @Clint Cearley +50 C Griptide @Adam Paquette +51 U Horizon Scholar @Karl Kopinski +52 C Lost in a Labyrinth @Winona Nelson +53 M Master of Waves @Karl Kopinski +54 R Meletis Charlatan @Jason A. Engle +55 C Mnemonic Wall @Trevor Claxton +56 C Nimbus Naiad @David Palumbo +57 C Omenspeaker @Dallas Williams +58 U Ordeal of Thassa @Howard Lyon +59 C Prescient Chimera @Daarken +60 R Prognostic Sphinx @Steve Prescott +61 U Sea God's Revenge @Eric Velhagen +62 U Sealock Monster @Adam Paquette +63 R Shipbreaker Kraken @Jack Wang +64 C Stymied Hopes @Peter Mohrbacher +65 R Swan Song @Peter Mohrbacher +66 M Thassa, God of the Sea @Jason Chan +67 C Thassa's Bounty @Ryan Yee +68 U Thassa's Emissary @Sam Burley +69 U Triton Fortune Hunter @Clint Cearley +70 C Triton Shorethief @Howard Lyon +71 U Triton Tactics @Jack Wang +72 C Vaporkin @Seb McKinnon +73 C Voyage's End @Chris Rahn +74 C Wavecrash Triton @Ryan Barger +75 R Abhorrent Overlord @Slawomir Maniak +76 R Agent of the Fates @Matt Stewart +77 C Asphodel Wanderer @Scott Chou +78 C Baleful Eidolon @Min Yum +79 C Blood-Toll Harpy @Kev Walker +80 C Boon of Erebos @James Ryman +81 C Cavern Lampad @Volkan Baǵa +82 U Cutthroat Maneuver @Brad Rigney +83 U Dark Betrayal @Nils Hamm +84 C Disciple of Phenax @John Severin Brassell +85 M Erebos, God of the Dead @Peter Mohrbacher +86 U Erebos's Emissary @Sam Burley +87 C Felhide Minotaur @Kev Walker +88 C Fleshmad Steed @Robbie Trevino +89 C Gray Merchant of Asphodel @Robbie Trevino +90 R Hero's Downfall @Ryan Pancoast +91 M Hythonia the Cruel @Chris Rahn +92 U Insatiable Harpy @Matt Stewart +93 U Keepsake Gorgon @Aaron Miller +94 C Lash of the Whip @Dan Scott +95 C Loathsome Catoblepas @Christopher Burdett +96 C March of the Returned @Mark Zug +97 U Mogis's Marauder @Chase Stone +98 R Nighthowler @Nils Hamm +99 U Ordeal of Erebos @Tyler Jacobson +100 C Pharika's Cure @Igor Kieryluk +101 C Read the Bones @Lars Grant-West +102 U Rescue from the Underworld @Raymond Swanland +103 C Returned Centaur @Lucas Graciano +104 C Returned Phalanx @Seb McKinnon +105 C Scourgemark @Franz Vohwinkel +106 C Sip of Hemlock @Nils Hamm +107 R Thoughtseize @Lucas Graciano +108 U Tormented Hero @Winona Nelson +109 C Viper's Kiss @Svetlin Velinov +110 R Whip of Erebos @Yeong-Hao Han +111 C Akroan Crusader @Johann Bodin +112 R Anger of the Gods @Noah Bradley +113 U Arena Athlete @Jason Chan +114 C Borderland Minotaur @Greg Staples +115 C Boulderfall @Ralph Horsley +116 U Coordinated Assault @John Severin Brassell +117 C Deathbellow Raider @Wayne Reynolds +118 C Demolish @Volkan Baǵa +119 C Dragon Mantle @Anthony Palumbo +120 R Ember Swallower @Slawomir Maniak +121 U Fanatic of Mogis @Matt Stewart +122 R Firedrinker Satyr @Anthony Palumbo +123 U Flamespeaker Adept @Lucas Graciano +124 R Hammer of Purphoros @Yeong-Hao Han +125 C Ill-Tempered Cyclops @Peter Mohrbacher +126 R Labyrinth Champion @Chase Stone +127 C Lightning Strike @Adam Paquette +128 U Magma Jet @Maciej Kuciara +129 C Messenger's Speed @Clint Cearley +130 C Minotaur Skullcleaver @Phill Simmer +131 U Ordeal of Purphoros @Maciej Kuciara +132 U Peak Eruption @Adam Paquette +133 C Portent of Betrayal @Daarken +134 C Priest of Iroas @Clint Cearley +135 M Purphoros, God of the Forge @Eric Deschamps +136 U Purphoros's Emissary @Sam Burley +137 C Rage of Purphoros @Mathias Kollros +138 R Rageblood Shaman @Mike Bierek +139 C Satyr Rambler @John Stanko +140 C Spark Jolt @Mike Bierek +141 C Spearpoint Oread @Todd Lockwood +142 U Stoneshock Giant @Lars Grant-West +143 M Stormbreath Dragon @Slawomir Maniak +144 R Titan of Eternal Fire @Aleksi Briclot +145 C Titan's Strength @Karl Kopinski +146 C Two-Headed Cerberus @Karl Kopinski +147 C Wild Celebrants @Igor Kieryluk +148 C Agent of Horizons @Clint Cearley +149 R Anthousa, Setessan Hero @Howard Lyon +150 R Arbor Colossus @Jaime Jones +151 U Artisan's Sorrow @Jung Park +152 R Boon Satyr @Wesley Burt +153 R Bow of Nylea @Yeong-Hao Han +154 U Centaur Battlemaster @Kev Walker +155 C Commune with the Gods @Aleksi Briclot +156 C Defend the Hearth @Raymond Swanland +157 C Fade into Antiquity @Noah Bradley +158 C Feral Invocation @Mathias Kollros +159 U Hunt the Hunter @Ryan Barger +160 U Karametra's Acolyte @Chase Stone +161 C Leafcrown Dryad @Volkan Baǵa +162 R Mistcutter Hydra @Ryan Pancoast +163 U Nemesis of Mortals @Mathias Kollros +164 C Nessian Asp @Alex Horley-Orlandelli +165 C Nessian Courser @Steve Prescott +166 M Nylea, God of the Hunt @Chris Rahn +167 C Nylea's Disciple @Trevor Claxton +168 U Nylea's Emissary @Sam Burley +169 C Nylea's Presence @Ralph Horsley +170 U Ordeal of Nylea @David Palumbo +171 C Pheres-Band Centaurs @Mark Winters +172 M Polukranos, World Eater @Johann Bodin +173 R Reverent Hunter @Wesley Burt +174 C Satyr Hedonist @Chase Stone +175 U Satyr Piper @Christopher Moeller +176 C Savage Surge @Jasper Sandner +177 C Sedge Scorpion @John Stanko +178 C Shredding Winds @Christopher Moeller +179 C Staunch-Hearted Warrior @Greg Staples +180 R Sylvan Caryatid @Chase Stone +181 C Time to Feed @Wayne Reynolds +182 C Voyaging Satyr @Tyler Jacobson +183 C Vulpine Goliath @Adam Paquette +184 U Warriors' Lesson @Steve Prescott +185 U Akroan Hoplite @Igor Kieryluk +186 R Anax and Cymede @Willian Murai +187 M Ashen Rider @Chris Rahn +188 M Ashiok, Nightmare Weaver @Karla Ortiz +189 U Battlewise Hoplite @Willian Murai +190 U Chronicler of Heroes @John Stanko +191 R Daxos of Meletis @Karla Ortiz +192 U Destructive Revelry @Kev Walker +193 R Fleecemane Lion @Slawomir Maniak +194 U Horizon Chimera @Sam Burley +195 U Kragma Warcaller @Gabor Szikszai +196 M Medomai the Ageless @David Palumbo +197 U Pharika's Mender @Peter Mohrbacher +198 R Polis Crusher @Chase Stone +199 R Prophet of Kruphix @Winona Nelson +200 R Psychic Intrusion @Jaime Jones +201 R Reaper of the Wilds @Karl Kopinski +202 U Sentry of the Underworld @Dave Kendall +203 U Shipwreck Singer @Daarken +204 U Spellheart Chimera @Svetlin Velinov +205 R Steam Augury @Dave Kendall +206 R Triad of Fates @Daarken +207 R Tymaret, the Murder King @Volkan Baǵa +208 M Underworld Cerberus @Svetlin Velinov +209 M Xenagos, the Reveler @Jason Chan +210 R Akroan Horse @Seb McKinnon +211 U Anvilwrought Raptor @James Zapata +212 C Bronze Sable @Jasper Sandner +213 U Burnished Hart @Yeong-Hao Han +214 R Colossus of Akros @Zack Stella +215 U Flamecast Wheel @Jasper Sandner +216 C Fleetfeather Sandals @Steve Prescott +217 C Guardians of Meletis @Magali Villeneuve +218 C Opaline Unicorn @Christine Choi +219 U Prowler's Helm @Igor Kieryluk +220 R Pyxis of Pandemonium @David Palumbo +221 C Traveler's Amulet @Franz Vohwinkel +222 U Witches' Eye @Daniel Ljunggren +223 R Nykthos, Shrine to Nyx @Jung Park +224 R Temple of Abandon @Mike Bierek +225 R Temple of Deceit @Raymond Swanland +226 R Temple of Mystery @Noah Bradley +227 R Temple of Silence @Karl Kopinski +228 R Temple of Triumph @Jason Felix +229 C Unknown Shores @Seb McKinnon +230 L Plains @Rob Alexander +231 L Plains @Steven Belledin +232 L Plains @Adam Paquette +233 L Plains @Raoul Vitale +234 L Island @Rob Alexander +235 L Island @Steven Belledin +236 L Island @Adam Paquette +237 L Island @Raoul Vitale +238 L Swamp @Rob Alexander +239 L Swamp @Steven Belledin +240 L Swamp @Adam Paquette +241 L Swamp @Raoul Vitale +242 L Mountain @Rob Alexander +243 L Mountain @Steven Belledin +244 L Mountain @Adam Paquette +245 L Mountain @Raoul Vitale +246 L Forest @Rob Alexander +247 L Forest @Steven Belledin +248 L Forest @Adam Paquette +249 L Forest @Raoul Vitale [tokens] w_2_1_e_cleric diff --git a/forge-gui/res/editions/Throne of Eldraine.txt b/forge-gui/res/editions/Throne of Eldraine.txt index 271095d3189..4c8980c7c8c 100644 --- a/forge-gui/res/editions/Throne of Eldraine.txt +++ b/forge-gui/res/editions/Throne of Eldraine.txt @@ -13,415 +13,415 @@ FatPackExtraSlots=20 BasicLands, 20 BasicLands+, 1 Piper of the Swarm+|ELD|3 ScryfallCode=ELD [cards] -1 R Acclaimed Contender -2 U All That Glitters -3 U Archon of Absolution -4 C Ardenvale Paladin -5 C Ardenvale Tactician -6 C Bartered Cow -7 C Beloved Princess -8 R Charming Prince -9 M The Circle of Loyalty -10 U Deafening Silence -11 C Faerie Guidemother -12 C Flutterfox -13 C Fortifying Provisions -14 R Giant Killer -15 U Glass Casket -16 R Happily Ever After -17 M Harmonious Archon -18 R Hushbringer -19 C Knight of the Keep -20 R Linden, the Steadfast Queen -21 C Lonesome Unicorn -22 U Mysterious Pathlighter -23 C Outflank -24 C Prized Griffin -25 U Rally for the Throne -26 M Realm-Cloaked Giant -27 U Righteousness -28 U Shepherd of the Flock -29 C Shining Armor -30 C Silverflame Ritual -31 C Silverflame Squire -32 U Syr Alin, the Lion's Claw -33 C Trapped in the Tower -34 C True Love's Kiss -35 U Venerable Knight -36 R Worthy Knight -37 C Youthful Knight -38 U Animating Faerie -39 M Brazen Borrower -40 C Charmed Sleep -41 C Corridor Monitor -42 C Didn't Say Please -43 R Emry, Lurker of the Loch -44 R Fae of Wishes -45 U Faerie Vandal -46 R Folio of Fancies -47 U Frogify -48 R Gadwick, the Wizened -49 U Hypnotic Sprite -50 U Into the Story -51 M The Magic Mirror -52 C Mantle of Tides -53 C Merfolk Secretkeeper -54 R Midnight Clock -55 R Mirrormade -56 C Mistford River Turtle -57 C Moonlit Scavengers -58 U Mystical Dispute -59 C Opt -60 U Overwhelmed Apprentice -61 C Queen of Ice -62 C Run Away Together -63 U Sage of the Falls -64 C So Tiny -65 C Steelgaze Griffin -66 R Stolen by the Fae -67 U Syr Elenora, the Discerning -68 C Tome Raider -69 U Turn into a Pumpkin -70 C Unexplained Vision -71 R Vantress Gargoyle -72 C Vantress Paladin -73 C Wishful Merfolk -74 C Witching Well -75 R Ayara, First of Locthwain -76 C Bake into a Pie -77 C Barrow Witches -78 U Belle of the Brawl -79 R Blacklance Paragon -80 U Bog Naughty -81 U Cauldron Familiar -82 M The Cauldron of Eternity -83 U Cauldron's Gift -84 R Clackbridge Troll -85 U Epic Downfall -86 C Eye Collector -87 C Festive Funeral -88 C Foreboding Fruit -89 C Forever Young -90 U Foulmire Knight -91 C Giant's Skewer -92 C Lash of Thorns -93 C Locthwain Paladin -94 C Lost Legion -95 C Malevolent Noble -96 C Memory Theft -97 R Murderous Rider -98 R Oathsworn Knight -99 U Order of Midnight -100 R Piper of the Swarm -101 M Rankle, Master of Pranks -102 C Reaper of Night -103 C Reave Soul -104 U Revenge of Ravens -105 C Smitten Swordmaster -106 U Specter's Shriek -107 U Syr Konrad, the Grim -108 C Tempting Witch -109 C Wicked Guardian -110 R Wishclaw Talisman -111 R Witch's Vengeance -112 C Barge In -113 C Bloodhaze Wolverine -114 C Blow Your House Down -115 R Bonecrusher Giant -116 C Brimstone Trebuchet -117 U Burning-Yard Trainer -118 U Claim the Firstborn -119 C Crystal Slipper -120 M Embercleave -121 C Embereth Paladin -122 U Embereth Shieldbreaker -123 U Ferocity of the Wilds -124 R Fervent Champion -125 R Fires of Invention -126 C Fling -127 R Irencrag Feat -128 R Irencrag Pyromancer -129 U Joust -130 U Mad Ratter -131 C Merchant of the Vale -132 C Ogre Errant -133 R Opportunistic Dragon -134 C Raging Redcap -135 U Redcap Melee -136 C Redcap Raiders -137 C Rimrock Knight -138 M Robber of the Rich -139 C Scorching Dragonfire -140 C Searing Barrage -141 C Seven Dwarves -142 U Skullknocker Ogre -143 U Slaying Fire -144 R Sundering Stroke -145 U Syr Carah, the Bold -146 C Thrill of Possibility -147 R Torbran, Thane of Red Fell -148 C Weaselback Redcap -149 U Beanstalk Giant -150 C Curious Pair -151 U Edgewall Innkeeper -152 R Feasting Troll King -153 C Fell the Pheasant -154 C Fierce Witchstalker -155 U Flaxen Intruder -156 C Garenbrig Carver -157 C Garenbrig Paladin -158 C Garenbrig Squire -159 U Giant Opportunity -160 R Gilded Goose -161 M The Great Henge -162 C Insatiable Appetite -163 U Keeper of Fables -164 U Kenrith's Transformation -165 R Lovestruck Beast -166 C Maraleaf Rider -167 U Oakhame Adversary -168 U Once and Future -169 R Once Upon a Time -170 C Outmuscle -171 M Questing Beast -172 R Return of the Wildspeaker -173 C Return to Nature -174 C Rosethorn Acolyte -175 C Rosethorn Halberd -176 C Sporecap Spider -177 U Syr Faren, the Hengehammer -178 C Tall as a Beanstalk -179 U Trail of Crumbs -180 C Tuinvale Treefolk -181 R Wicked Wolf -182 R Wildborn Preserver -183 C Wildwood Tracker -184 C Wolf's Quarry -185 R Yorvo, Lord of Garenbrig -186 R Dance of the Manse -187 R Doom Foretold -188 U Drown in the Loch -189 R Escape to the Wilds -190 R Faeburrow Elder -191 M Garruk, Cursed Huntsman -192 U Grumgully, the Generous -193 U Improbable Alliance -194 U Inspiring Veteran -195 R Lochmere Serpent -196 U Maraleaf Pixie -197 M Oko, Thief of Crowns -198 M Outlaws' Merriment -199 M The Royal Scions -200 U Savvy Hunter -201 U Shinechaser -202 U Steelclaw Lance -203 R Stormfist Crusader -204 U Wandermare -205 U Wintermoor Commander -206 U Arcanist's Owl -207 U Covetous Urge -208 U Deathless Knight -209 U Elite Headhunter -210 U Fireborn Knight -211 U Loch Dragon -212 U Oakhame Ranger -213 U Rampart Smasher -214 U Resolute Rider -215 U Thunderous Snapper -216 U Clockwork Servant -217 C Crashing Drawbridge -218 U Enchanted Carriage -219 C Gingerbrute -220 C Golden Egg -221 C Henge Walker -222 U Heraldic Banner -223 U Inquisitive Puppet -224 C Jousting Dummy -225 C Locthwain Gargoyle -226 U Lucky Clover -227 C Prophet of the Peak -228 C Roving Keep -229 C Scalding Cauldron -230 U Shambling Suit -231 C Signpost Scarecrow -232 U Sorcerer's Broom -233 R Sorcerous Spyglass -234 U Spinning Wheel -235 R Stonecoil Serpent -236 C Weapon Rack -237 U Witch's Oven -238 R Castle Ardenvale -239 R Castle Embereth -240 R Castle Garenbrig -241 R Castle Locthwain -242 R Castle Vantress -243 C Dwarven Mine -244 R Fabled Passage -245 C Gingerbread Cabin -246 C Idyllic Grange -247 C Mystic Sanctuary -248 U Tournament Grounds -249 C Witch's Cottage -250 L Plains -251 L Plains -252 L Plains -253 L Plains -254 L Island -255 L Island -256 L Island -257 L Island -258 L Swamp -259 L Swamp -260 L Swamp -261 L Swamp -262 L Mountain -263 L Mountain -264 L Mountain -265 L Mountain -266 L Forest -267 L Forest -268 L Forest -269 L Forest +1 R Acclaimed Contender @David Gaillet +2 U All That Glitters @Iain McCaig +3 U Archon of Absolution @Igor Kieryluk +4 C Ardenvale Paladin @Volkan Baǵa +5 C Ardenvale Tactician @Jason Rainville +6 C Bartered Cow @Deruchenko Alexander +7 C Beloved Princess @Howard Lyon +8 R Charming Prince @Randy Vargas +9 M The Circle of Loyalty @Bastien L. Deharme +10 U Deafening Silence @Igor Kieryluk +11 C Faerie Guidemother @Mila Pesic +12 C Flutterfox @Lucas Graciano +13 C Fortifying Provisions @Scott Murphy +14 R Giant Killer @Jesper Ejsing +15 U Glass Casket @Anastasia Ovchinnikova +16 R Happily Ever After @Matt Stewart +17 M Harmonious Archon @Anastasia Ovchinnikova +18 R Hushbringer @Bastien L. Deharme +19 C Knight of the Keep @Bram Sels +20 R Linden, the Steadfast Queen @Ryan Pancoast +21 C Lonesome Unicorn @Winona Nelson +22 U Mysterious Pathlighter @Kimonas Theodossiou +23 C Outflank @Victor Adame Minguez +24 C Prized Griffin @Jesper Ejsing +25 U Rally for the Throne @James Paick +26 M Realm-Cloaked Giant @Adam Paquette +27 U Righteousness @Howard Lyon +28 U Shepherd of the Flock @Drew Baker +29 C Shining Armor @Eric Deschamps +30 C Silverflame Ritual @Jason Felix +31 C Silverflame Squire @Lie Setiawan +32 U Syr Alin, the Lion's Claw @Paul Scott Canavan +33 C Trapped in the Tower @Howard Lyon +34 C True Love's Kiss @Donato Giancola +35 U Venerable Knight @Colin Boyer +36 R Worthy Knight @Yongjae Choi +37 C Youthful Knight @Heonhwa Choe +38 U Animating Faerie @Joseph Meehan +39 M Brazen Borrower @Eric Deschamps +40 C Charmed Sleep @Titus Lunter +41 C Corridor Monitor @Jason Felix +42 C Didn't Say Please @Jason A. Engle +43 R Emry, Lurker of the Loch @Livia Prima +44 R Fae of Wishes @Magali Villeneuve +45 U Faerie Vandal @Paul Scott Canavan +46 R Folio of Fancies @Colin Boyer +47 U Frogify @Chris Seaman +48 R Gadwick, the Wizened @Colin Boyer +49 U Hypnotic Sprite @Irina Nordsol +50 U Into the Story @Jason Rainville +51 M The Magic Mirror @Anastasia Ovchinnikova +52 C Mantle of Tides @Lie Setiawan +53 C Merfolk Secretkeeper @Jana Schirmer +54 R Midnight Clock @Alexander Forssberg +55 R Mirrormade @Volkan Baǵa +56 C Mistford River Turtle @Milivoj Ćeran +57 C Moonlit Scavengers @Miranda Meeks +58 U Mystical Dispute @Ekaterina Burmak +59 C Opt @Dan Scott +60 U Overwhelmed Apprentice @Jason Rainville +61 C Queen of Ice @Eric Deschamps +62 C Run Away Together @Filip Burburan +63 U Sage of the Falls @Nicholas Gregory +64 C So Tiny @Randy Vargas +65 C Steelgaze Griffin @J.P. Targete +66 R Stolen by the Fae @Ryan Alexander Lee +67 U Syr Elenora, the Discerning @Mila Pesic +68 C Tome Raider @Randy Vargas +69 U Turn into a Pumpkin @Vincent Proce +70 C Unexplained Vision @Bram Sels +71 R Vantress Gargoyle @Cristi Balanescu +72 C Vantress Paladin @Lucas Graciano +73 C Wishful Merfolk @Livia Prima +74 C Witching Well @John Avon +75 R Ayara, First of Locthwain @Ryan Pancoast +76 C Bake into a Pie @Zoltan Boros +77 C Barrow Witches @Alex Brock +78 U Belle of the Brawl @Magali Villeneuve +79 R Blacklance Paragon @Victor Adame Minguez +80 U Bog Naughty @Mila Pesic +81 U Cauldron Familiar @Milivoj Ćeran +82 M The Cauldron of Eternity @Tomasz Jedruszek +83 U Cauldron's Gift @Anna Steinbauer +84 R Clackbridge Troll @Svetlin Velinov +85 U Epic Downfall @Eric Deschamps +86 C Eye Collector @Uriah Voth +87 C Festive Funeral @Zack Stella +88 C Foreboding Fruit @Drew Baker +89 C Forever Young @Volkan Baǵa +90 U Foulmire Knight @Alex Brock +91 C Giant's Skewer @James Paick +92 C Lash of Thorns @Jeff Simpson +93 C Locthwain Paladin @Zack Stella +94 C Lost Legion @Anastasia Ovchinnikova +95 C Malevolent Noble @Randy Vargas +96 C Memory Theft @Micah Epstein +97 R Murderous Rider @Josh Hass +98 R Oathsworn Knight @Svetlin Velinov +99 U Order of Midnight @Victor Adame Minguez +100 R Piper of the Swarm @Irina Nordsol +101 M Rankle, Master of Pranks @Dmitry Burmak +102 C Reaper of Night @Jeff Simpson +103 C Reave Soul @Naomi Baker +104 U Revenge of Ravens @Dmitry Burmak +105 C Smitten Swordmaster @Taylor Ingvarsson +106 U Specter's Shriek @Svetlin Velinov +107 U Syr Konrad, the Grim @Anna Steinbauer +108 C Tempting Witch @Mila Pesic +109 C Wicked Guardian @Matt Stewart +110 R Wishclaw Talisman @Daarken +111 R Witch's Vengeance @Titus Lunter +112 C Barge In @Mark Behm +113 C Bloodhaze Wolverine @Evan Shipard +114 C Blow Your House Down @Ravenna Tran +115 R Bonecrusher Giant @Victor Adame Minguez +116 C Brimstone Trebuchet @Yeong-Hao Han +117 U Burning-Yard Trainer @Yongjae Choi +118 U Claim the Firstborn @Iain McCaig +119 C Crystal Slipper @Howard Lyon +120 M Embercleave @Joe Slucher +121 C Embereth Paladin @Randy Vargas +122 U Embereth Shieldbreaker @Randy Vargas +123 U Ferocity of the Wilds @Josu Hernaiz +124 R Fervent Champion @Steve Argyle +125 R Fires of Invention @Stanton Feng +126 C Fling @Lie Setiawan +127 R Irencrag Feat @Yongjae Choi +128 R Irencrag Pyromancer @Jason Rainville +129 U Joust @Bram Sels +130 U Mad Ratter @Johann Bodin +131 C Merchant of the Vale @David Gaillet +132 C Ogre Errant @Mitchell Malloy +133 R Opportunistic Dragon @Chris Rahn +134 C Raging Redcap @Dan Scott +135 U Redcap Melee @Chris Rallis +136 C Redcap Raiders @Lie Setiawan +137 C Rimrock Knight @Chris Rallis +138 M Robber of the Rich @Paul Scott Canavan +139 C Scorching Dragonfire @Eric Velhagen +140 C Searing Barrage @Allen Williams +141 C Seven Dwarves @Jason Rainville +142 U Skullknocker Ogre @Svetlin Velinov +143 U Slaying Fire @Heonhwa Choe +144 R Sundering Stroke @Stanton Feng +145 U Syr Carah, the Bold @Wisnu Tan +146 C Thrill of Possibility @Steve Argyle +147 R Torbran, Thane of Red Fell @Grzegorz Rutkowski +148 C Weaselback Redcap @Grzegorz Rutkowski +149 U Beanstalk Giant @Jason A. Engle +150 C Curious Pair @Daarken +151 U Edgewall Innkeeper @Matt Stewart +152 R Feasting Troll King @Nicholas Gregory +153 C Fell the Pheasant @Randy Gallegos +154 C Fierce Witchstalker @Nicholas Gregory +155 U Flaxen Intruder @Gabor Szikszai +156 C Garenbrig Carver @Lucas Graciano +157 C Garenbrig Paladin @Nicholas Gregory +158 C Garenbrig Squire @Dallas Williams +159 U Giant Opportunity @James Paick +160 R Gilded Goose @Lindsey Look +161 M The Great Henge @Adam Paquette +162 C Insatiable Appetite @Nils Hamm +163 U Keeper of Fables @Alex Konstad +164 U Kenrith's Transformation @Kimonas Theodossiou +165 R Lovestruck Beast @Kev Walker +166 C Maraleaf Rider @Kieran Yanner +167 U Oakhame Adversary @Nicholas Gregory +168 U Once and Future @Nils Hamm +169 R Once Upon a Time @Matt Stewart +170 C Outmuscle @Viktor Titov +171 M Questing Beast @Igor Kieryluk +172 R Return of the Wildspeaker @Chris Rallis +173 C Return to Nature @Mark Poole +174 C Rosethorn Acolyte @Johannes Voss +175 C Rosethorn Halberd @Kari Christensen +176 C Sporecap Spider @Josu Hernaiz +177 U Syr Faren, the Hengehammer @Chris Rallis +178 C Tall as a Beanstalk @Emrah Elmasli +179 U Trail of Crumbs @Daarken +180 C Tuinvale Treefolk @Jason A. Engle +181 R Wicked Wolf @Tomasz Jedruszek +182 R Wildborn Preserver @Lius Lasahido +183 C Wildwood Tracker @Titus Lunter +184 C Wolf's Quarry @Lars Grant-West +185 R Yorvo, Lord of Garenbrig @Zack Stella +186 R Dance of the Manse @Yeong-Hao Han +187 R Doom Foretold @Daniel Ljunggren +188 U Drown in the Loch @John Stanko +189 R Escape to the Wilds @Chris Ostrowski +190 R Faeburrow Elder @Raoul Vitale +191 M Garruk, Cursed Huntsman @Eric Deschamps +192 U Grumgully, the Generous @Milivoj Ćeran +193 U Improbable Alliance @Zoltan Boros +194 U Inspiring Veteran @Scott Murphy +195 R Lochmere Serpent @Sam Burley +196 U Maraleaf Pixie @Matt Cavotta +197 M Oko, Thief of Crowns @Yongjae Choi +198 M Outlaws' Merriment @Suzanne Helmigh +199 M The Royal Scions @Paul Scott Canavan +200 U Savvy Hunter @Dan Dos Santos +201 U Shinechaser @Evan Shipard +202 U Steelclaw Lance @Volkan Baǵa +203 R Stormfist Crusader @Chris Rallis +204 U Wandermare @Kari Christensen +205 U Wintermoor Commander @Tyler Jacobson +206 U Arcanist's Owl @Véronique Meignaud +207 U Covetous Urge @Carmen Sinek +208 U Deathless Knight @Igor Kieryluk +209 U Elite Headhunter @Daarken +210 U Fireborn Knight @Ben Maier +211 U Loch Dragon @Mike Bierek +212 U Oakhame Ranger @Mitchell Malloy & Maddie Julyk +213 U Rampart Smasher @Emrah Elmasli +214 U Resolute Rider @Carmen Sinek +215 U Thunderous Snapper @Johann Bodin +216 U Clockwork Servant @David Palumbo +217 C Crashing Drawbridge @Mark Behm +218 U Enchanted Carriage @Zoltan Boros +219 C Gingerbrute @Vincent Proce +220 C Golden Egg @Lindsey Look +221 C Henge Walker @Titus Lunter +222 U Heraldic Banner @Ravenna Tran +223 U Inquisitive Puppet @Joseph Meehan +224 C Jousting Dummy @Milivoj Ćeran +225 C Locthwain Gargoyle @Nils Hamm +226 U Lucky Clover @John Stanko +227 C Prophet of the Peak @Titus Lunter +228 C Roving Keep @Svetlin Velinov +229 C Scalding Cauldron @Craig J Spearing +230 U Shambling Suit @Nicholas Gregory +231 C Signpost Scarecrow @Jung Park +232 U Sorcerer's Broom @Jung Park +233 R Sorcerous Spyglass @Aaron Miller +234 U Spinning Wheel @Aaron Miller +235 R Stonecoil Serpent @Mark Poole +236 C Weapon Rack @Joe Slucher +237 U Witch's Oven @Alexander Forssberg +238 R Castle Ardenvale @Volkan Baǵa +239 R Castle Embereth @Jaime Jones +240 R Castle Garenbrig @Adam Paquette +241 R Castle Locthwain @Titus Lunter +242 R Castle Vantress @John Avon +243 C Dwarven Mine @Alexander Forssberg +244 R Fabled Passage @Howard Lyon +245 C Gingerbread Cabin @Chris Ostrowski +246 C Idyllic Grange @Howard Lyon +247 C Mystic Sanctuary @Randy Vargas +248 U Tournament Grounds @Cristi Balanescu +249 C Witch's Cottage @Gabor Szikszai +250 L Plains @Volkan Baǵa +251 L Plains @Sidharth Chaturvedi +252 L Plains @Alayna Danner +253 L Plains @Howard Lyon +254 L Island @John Avon +255 L Island @Lucas Graciano +256 L Island @Nils Hamm +257 L Island @Mark Poole +258 L Swamp @Paul Scott Canavan +259 L Swamp @Daarken +260 L Swamp @Victor Adame Minguez +261 L Swamp @Svetlin Velinov +262 L Mountain @Filip Burburan +263 L Mountain @Jesper Ejsing +264 L Mountain @Josu Hernaiz +265 L Mountain @Mark Poole +266 L Forest @Lars Grant-West +267 L Forest @Tomasz Jedruszek +268 L Forest @Scott Murphy +269 L Forest @Adam Paquette [borderless] -270 M Garruk, Cursed Huntsman -271 M Oko, Thief of Crowns -272 M The Royal Scions +270 M Garruk, Cursed Huntsman @Dmitry Burmak +271 M Oko, Thief of Crowns @Wesley Burt +272 M The Royal Scions @Howard Lyon [showcase] -273 C Ardenvale Tactician -274 C Faerie Guidemother -275 R Giant Killer -276 C Lonesome Unicorn -277 M Realm-Cloaked Giant -278 U Shepherd of the Flock -279 C Silverflame Squire -280 U Animating Faerie -281 M Brazen Borrower -282 R Fae of Wishes -283 U Hypnotic Sprite -284 C Merfolk Secretkeeper -285 C Queen of Ice -286 U Foulmire Knight -287 R Murderous Rider -288 U Order of Midnight -289 C Reaper of Night -290 C Smitten Swordmaster -291 R Bonecrusher Giant -292 U Embereth Shieldbreaker -293 C Merchant of the Vale -294 C Rimrock Knight -295 U Beanstalk Giant -296 C Curious Pair -297 U Flaxen Intruder -298 C Garenbrig Carver -299 R Lovestruck Beast -300 C Rosethorn Acolyte -301 C Tuinvale Treefolk -302 U Oakhame Ranger +273 C Ardenvale Tactician @Aaron Miller +274 C Faerie Guidemother @Chuck Lukacs +275 R Giant Killer @Shawn Wood +276 C Lonesome Unicorn @Alayna Danner +277 M Realm-Cloaked Giant @Alayna Danner +278 U Shepherd of the Flock @Craig J Spearing +279 C Silverflame Squire @Josu Hernaiz +280 U Animating Faerie @Chris Seaman +281 M Brazen Borrower @Iris Compiet +282 R Fae of Wishes @Wylie Beckert +283 U Hypnotic Sprite @Ravenna Tran +284 C Merfolk Secretkeeper @Allen Williams +285 C Queen of Ice @Allen Williams +286 U Foulmire Knight @Rebecca On +287 R Murderous Rider @Ravenna Tran +288 U Order of Midnight @Seb McKinnon +289 C Reaper of Night @Olena Richards +290 C Smitten Swordmaster @Shawn Wood +291 R Bonecrusher Giant @John Severin Brassell +292 U Embereth Shieldbreaker @Jeremy Wilson +293 C Merchant of the Vale @John Severin Brassell +294 C Rimrock Knight @Josu Hernaiz +295 U Beanstalk Giant @Nick Southam +296 C Curious Pair @Josu Hernaiz +297 U Flaxen Intruder @Omar Rayyan +298 C Garenbrig Carver @Craig J Spearing +299 R Lovestruck Beast @Tyler Walpole +300 C Rosethorn Acolyte @Wylie Beckert +301 C Tuinvale Treefolk @James Arnold +302 U Oakhame Ranger @Omar Rayyan [buy a box] -303 M Kenrith, the Returned King +303 M Kenrith, the Returned King @Kieran Yanner [precon product] -304 M Rowan, Fearless Sparkmage -305 C Garrison Griffin -306 U Rowan's Battleguard -307 R Rowan's Stalwarts -308 C Wind-Scarred Crag -309 M Oko, the Trickster -310 C Oko's Accomplices -311 U Bramblefort Fink -312 R Oko's Hospitality -313 C Thornwood Falls -314 R Mace of the Valiant -315 R Silverwing Squadron -316 R Faerie Formation -317 R Shimmer Dragon -318 R Workshop Elders -319 R Chittering Witch -320 R Taste of Death -321 R Embereth Skyblazer -322 R Steelbane Hydra -323 R Thorn Mammoth -324 M Alela, Artful Provocateur -325 R Banish into Fable -326 M Chulane, Teller of Tales -327 R Gluttonous Troll -328 R Knights' Charge -329 M Korvold, Fae-Cursed King -330 M Syr Gwyn, Hero of Ashvale -331 C Arcane Signet -332 R Tome of Legends -333 C Command Tower +304 M Rowan, Fearless Sparkmage @Zack Stella +305 C Garrison Griffin @Jason Kang +306 U Rowan's Battleguard @Sara Winters +307 R Rowan's Stalwarts @Deruchenko Alexander +308 C Wind-Scarred Crag @Jonas De Ro +309 M Oko, the Trickster @Chris Rallis +310 C Oko's Accomplices @Zezhou Chen +311 U Bramblefort Fink @Uriah Voth +312 R Oko's Hospitality @Deruchenko Alexander +313 C Thornwood Falls @Ravenna Tran +314 R Mace of the Valiant @Aaron Miller +315 R Silverwing Squadron @Johannes Voss +316 R Faerie Formation @Ryan Yee +317 R Shimmer Dragon @Lie Setiawan +318 R Workshop Elders @Iain McCaig +319 R Chittering Witch @Winona Nelson +320 R Taste of Death @Chris Rallis +321 R Embereth Skyblazer @Daarken +322 R Steelbane Hydra @Nicholas Gregory +323 R Thorn Mammoth @Svetlin Velinov +324 M Alela, Artful Provocateur @Grzegorz Rutkowski +325 R Banish into Fable @Colin Boyer +326 M Chulane, Teller of Tales @Victor Adame Minguez +327 R Gluttonous Troll @Joe Slucher +328 R Knights' Charge @Paul Scott Canavan +329 M Korvold, Fae-Cursed King @Wisnu Tan +330 M Syr Gwyn, Hero of Ashvale @Lie Setiawan +331 C Arcane Signet @Dan Scott +332 R Tome of Legends @Mila Pesic +333 C Command Tower @Evan Shipard [extended art] -334 R Acclaimed Contender -335 R Charming Prince -336 M The Circle of Loyalty -337 R Happily Ever After -338 M Harmonious Archon -339 R Hushbringer -340 R Linden, the Steadfast Queen -341 R Worthy Knight -342 R Emry, Lurker of the Loch -343 R Folio of Fancies -344 R Gadwick, the Wizened -345 M The Magic Mirror -346 R Midnight Clock -347 R Mirrormade -348 R Stolen by the Fae -349 R Vantress Gargoyle -350 R Ayara, First of Locthwain -351 R Blacklance Paragon -352 M The Cauldron of Eternity -353 R Clackbridge Troll -354 R Oathsworn Knight -355 R Piper of the Swarm -356 M Rankle, Master of Pranks -357 R Wishclaw Talisman -358 R Witch's Vengeance -359 M Embercleave -360 R Fervent Champion -361 R Fires of Invention -362 R Irencrag Feat -363 R Irencrag Pyromancer -364 R Opportunistic Dragon -365 M Robber of the Rich -366 R Sundering Stroke -367 R Torbran, Thane of Red Fell -368 R Feasting Troll King -369 R Gilded Goose -370 M The Great Henge -371 R Once Upon a Time -372 M Questing Beast -373 R Return of the Wildspeaker -374 R Wicked Wolf -375 R Wildborn Preserver -376 R Yorvo, Lord of Garenbrig -377 R Dance of the Manse -378 R Doom Foretold -379 R Escape to the Wilds -380 R Faeburrow Elder -381 R Lochmere Serpent -382 M Outlaws' Merriment -383 R Stormfist Crusader -384 R Sorcerous Spyglass -385 R Stonecoil Serpent -386 R Castle Ardenvale -387 R Castle Embereth -388 R Castle Garenbrig -389 R Castle Locthwain -390 R Castle Vantress -391 R Fabled Passage +334 R Acclaimed Contender @David Gaillet +335 R Charming Prince @Randy Vargas +336 M The Circle of Loyalty @Bastien L. Deharme +337 R Happily Ever After @Matt Stewart +338 M Harmonious Archon @Anastasia Ovchinnikova +339 R Hushbringer @Bastien L. Deharme +340 R Linden, the Steadfast Queen @Ryan Pancoast +341 R Worthy Knight @Yongjae Choi +342 R Emry, Lurker of the Loch @Livia Prima +343 R Folio of Fancies @Colin Boyer +344 R Gadwick, the Wizened @Colin Boyer +345 M The Magic Mirror @Anastasia Ovchinnikova +346 R Midnight Clock @Alexander Forssberg +347 R Mirrormade @Volkan Baǵa +348 R Stolen by the Fae @Ryan Alexander Lee +349 R Vantress Gargoyle @Cristi Balanescu +350 R Ayara, First of Locthwain @Ryan Pancoast +351 R Blacklance Paragon @Victor Adame Minguez +352 M The Cauldron of Eternity @Tomasz Jedruszek +353 R Clackbridge Troll @Svetlin Velinov +354 R Oathsworn Knight @Svetlin Velinov +355 R Piper of the Swarm @Irina Nordsol +356 M Rankle, Master of Pranks @Dmitry Burmak +357 R Wishclaw Talisman @Daarken +358 R Witch's Vengeance @Titus Lunter +359 M Embercleave @Joe Slucher +360 R Fervent Champion @Steve Argyle +361 R Fires of Invention @Stanton Feng +362 R Irencrag Feat @Yongjae Choi +363 R Irencrag Pyromancer @Jason Rainville +364 R Opportunistic Dragon @Chris Rahn +365 M Robber of the Rich @Paul Scott Canavan +366 R Sundering Stroke @Stanton Feng +367 R Torbran, Thane of Red Fell @Grzegorz Rutkowski +368 R Feasting Troll King @Nicholas Gregory +369 R Gilded Goose @Lindsey Look +370 M The Great Henge @Adam Paquette +371 R Once Upon a Time @Matt Stewart +372 M Questing Beast @Igor Kieryluk +373 R Return of the Wildspeaker @Chris Rallis +374 R Wicked Wolf @Tomasz Jedruszek +375 R Wildborn Preserver @Lius Lasahido +376 R Yorvo, Lord of Garenbrig @Zack Stella +377 R Dance of the Manse @Yeong-Hao Han +378 R Doom Foretold @Daniel Ljunggren +379 R Escape to the Wilds @Chris Ostrowski +380 R Faeburrow Elder @Raoul Vitale +381 R Lochmere Serpent @Sam Burley +382 M Outlaws' Merriment @Suzanne Helmigh +383 R Stormfist Crusader @Chris Rallis +384 R Sorcerous Spyglass @Aaron Miller +385 R Stonecoil Serpent @Mark Poole +386 R Castle Ardenvale @Volkan Baǵa +387 R Castle Embereth @Jaime Jones +388 R Castle Garenbrig @Adam Paquette +389 R Castle Locthwain @Titus Lunter +390 R Castle Vantress @John Avon +391 R Fabled Passage @Howard Lyon [promo] -392 R Piper of the Swarm -393 U Glass Casket -394 U Slaying Fire -395 U Kenrith's Transformation -396 U Improbable Alliance -397 U Inspiring Veteran +392 R Piper of the Swarm @Jesper Ejsing +393 U Glass Casket @Anastasia Ovchinnikova +394 U Slaying Fire @Heonhwa Choe +395 U Kenrith's Transformation @Kimonas Theodossiou +396 U Improbable Alliance @Zoltan Boros +397 U Inspiring Veteran @Scott Murphy [tokens] w_0_1_goat diff --git a/forge-gui/res/editions/Time Spiral Promos.txt b/forge-gui/res/editions/Time Spiral Promos.txt index d495fe43f4e..82a3ea0e44b 100644 --- a/forge-gui/res/editions/Time Spiral Promos.txt +++ b/forge-gui/res/editions/Time Spiral Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PTSP [cards] -179★ R Sudden Shock -259★ R Lotus Bloom +179★ R Sudden Shock @Vance Kovacs +259★ R Lotus Bloom @Christopher Rush diff --git a/forge-gui/res/editions/Time Spiral Remastered.txt b/forge-gui/res/editions/Time Spiral Remastered.txt index 46e498b13a2..30a94749bda 100644 --- a/forge-gui/res/editions/Time Spiral Remastered.txt +++ b/forge-gui/res/editions/Time Spiral Remastered.txt @@ -8,421 +8,421 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 Special ScryfallCode=TSR [cards] -1 C Amrou Scout -2 C Amrou Seekers -3 R Angel of Salvation -4 R Angel's Grace -5 U Aven Mindcensor -6 C Aven Riftwatcher -7 C Benalish Cavalry -8 R Benalish Commander -9 C Blade of the Sixth Pride -10 C Bound in Silence -11 U Calciderm -12 C Castle Raptors -13 U Celestial Crusader -14 C Children of Korlis -15 M Crovax, Ascendant Hero -16 U Duskrider Peregrine -17 C Errant Doomsayers -18 C Fortify -19 U Griffin Guide -20 C Ivory Giant -21 C Judge Unworthy -22 C Knight of Sursi -23 U Knight of the Holy Nimbus -24 U Lost Auramancers -25 C Lymph Sliver -26 C Mana Tithe -27 R Mangara of Corondor -28 C Momentary Blink -29 U Mycologist -30 U Outrider en-Kor -31 C Pallid Mycoderm -32 R Porphyry Nodes -33 U Poultice Sliver -34 R Pulmonic Sliver -35 U Rebuff the Wicked -36 M Restore Balance -37 U Return to Dust -38 U Riftmarked Knight -39 U Saltblast -40 U Saltfield Recluse -41 R Serra Avenger -42 C Shade of Trokair -43 C Sidewinder Sliver -44 C Sinew Sliver -45 U Stonecloaker -46 U Stormfront Riders -47 C Sunlance -48 C Temporal Isolation -49 C Watcher Sliver -50 C Whitemane Lion -51 R Aeon Chronicler -52 M Ancestral Vision -53 C Bewilder -54 U Bonded Fetch -55 U Brine Elemental -56 U Careful Consideration -57 U Cloudseeder -58 C Coral Trickster -59 C Crookclaw Transmuter -60 U Cryptic Annelid -61 U Delay -62 R Draining Whelk -63 C Dream Stalker -64 C Dreamscape Artist -65 C Drifter il-Dal -66 C Errant Ephemeron -67 C Erratic Mutation -68 C Fathom Seer -69 C Foresee -70 C Gossamer Phantasm -71 C Infiltrator il-Kor -72 U Jodah's Avenger -73 C Logic Knot -74 C Looter il-Kor -75 R Magus of the Future -76 U Mystical Teachings -77 R Pact of Negation -78 C Piracy Charm -79 U Pongify -80 C Primal Plasma -81 C Reality Acid -82 U Riftwing Cloudskate -83 U Riptide Pilferer -84 C Sarcomite Myr -85 U Shaper Parasite -86 C Slipstream Serpent -87 C Snapback -88 U Spell Burst -89 C Spiketail Drakeling -90 U Stormcloud Djinn -91 M Teferi, Mage of Zhalfir -92 C Think Twice -93 U Timebender -94 C Tolarian Sentinel -95 C Veiling Oddity -96 R Venser, Shaper Savant -97 R Vesuvan Shapeshifter -98 R Walk the Aeons -99 U Whip-Spine Drake -100 U Wipe Away -101 C Assassinate -102 U Big Game Hunter -103 C Blightspeaker -104 C Corpulent Corpse -105 C Cutthroat il-Dal -106 M Damnation -107 C Dark Withering -108 C Deadly Grub -109 C Deathspore Thallid -110 C Deepcavern Imp -111 U Dread Return -112 U Dunerider Outlaw -113 U Enslave -114 R Extirpate -115 U Faceless Devourer -116 C Feebleness -117 C Gorgon Recluse -118 C Grave Scrabbler -119 C Ichor Slick -120 U Kor Dirge -121 M Living End -122 C Mass of Ghouls -123 C Mindstab -124 U Minions' Murmurs -125 R Mirri the Cursed -126 U Muck Drubb -127 R Nether Traitor -128 U Nightshade Assassin -129 U Phthisis -130 C Pit Keeper -131 U Premature Burial -132 C Psychotic Episode -133 C Rathi Trapper -134 C Ridged Kusite -135 C Sangrophage -136 R Sengir Nosferatu -137 U Skittering Monstrosity -138 R Slaughter Pact -139 U Smallpox -140 C Strangling Soot -141 U Street Wraith -142 U Stronghold Rats -143 U Sudden Death -144 R Sudden Spoiling -145 C Tendrils of Corruption -146 R Tombstalker -147 C Trespasser il-Vec -148 C Urborg Syphon-Mage -149 U Yixlid Jailer -150 M Akroma, Angel of Fury -151 C Ancient Grudge -152 U Arc Blade -153 U Basalt Gargoyle -154 C Battering Sliver -155 C Bonesplitter Sliver -156 R Boom // Bust -157 C Brute Force -158 U Char-Rumbler -159 C Coal Stoker -160 U Conflagrate -161 C Dead // Gone -162 C Empty the Warrens -163 U Firemaw Kavu -164 U Fury Sliver -165 C Gathan Raiders -166 C Grapeshot -167 R Greater Gargadon -168 C Grinning Ignus -169 U Haze of Rage -170 U Henchfiend of Ukor -171 C Homing Sliver -172 R Jaya Ballard, Task Mage -173 C Keldon Halberdier -174 U Lightning Axe -175 R Magus of the Moon -176 C Mogg War Marshal -177 C Needlepeak Spider -178 C Orcish Cannonade -179 R Pact of the Titan -180 U Prodigal Pyromancer -181 C Reckless Wurm -182 R Reiterate -183 C Riddle of Lightning -184 C Rift Bolt -185 C Rift Elemental -186 U Rough // Tumble -187 R Sedge Sliver -188 U Shivan Meteor -189 U Shivan Sand-Mage -190 C Simian Spirit Guide -191 C Skirk Shaman -192 C Stingscourger -193 U Storm Entity -194 U Sudden Shock -195 U Sulfur Elemental -196 U Thick-Skinned Goblin -197 C Two-Headed Sliver -198 M Wheel of Fate -199 C Citanul Woodreaders -200 C Durkwood Baloth -201 C Edge of Autumn -202 C Evolution Charm -203 R Fungus Sliver -204 U Gaea's Anthem -205 C Gemhide Sliver -206 C Giant Dustwasp -207 C Greenseeker -208 U Harmonize -209 R Heartwood Storyteller -210 M Hypergenesis -211 U Imperiosaur -212 C Kavu Primarch -213 U Keen Sense -214 U Krosan Grip -215 R Life and Limb -216 U Llanowar Mentor -217 U Might of Old Krosa -218 U Might Sliver -219 U Mire Boa -220 R Muraganda Petroglyphs -221 C Nantuko Shaman -222 U Pendelhaven Elder -223 C Penumbra Spider -224 U Phantom Wurm -225 U Primal Forcemage -226 C Reflex Sliver -227 U Scryb Ranger -228 C Seal of Primordium -229 C Search for Tomorrow -230 C Spinneret Sliver -231 U Sporesower Thallid -232 C Sporoloth Ancient -233 C Strength in Numbers -234 R Summoner's Pact -235 M Tarmogoyf -236 C Thallid Germinator -237 C Thallid Shell-Dweller -238 R Thelon of Havenwood -239 R Thelonite Hermit -240 C Thornweald Archer -241 C Thrill of the Hunt -242 U Tromp the Domains -243 C Uktabi Drake -244 U Utopia Mycon -245 C Utopia Vow -246 C Virulent Sliver -247 U Yavimaya Dryad -248 U Cautery Sliver -249 U Darkheart Sliver -250 U Dormant Sliver -251 R Dralnu, Lich Lord -252 U Firewake Sliver -253 R Glittering Wish -254 U Harmonic Sliver -255 R Ith, High Arcanist -256 R Jhoira of the Ghitu -257 R Kaervek the Merciless -258 U Necrotic Sliver -259 R Radha, Heir to Keld -260 R Saffi Eriksdotter -261 M Sliver Legion -262 M Akroma's Memorial -263 C Chromatic Star -264 U Clockwork Hydra -265 R Cloud Key -266 R Coalition Relic -267 M Gauntlet of Power -268 R Hivestone -269 C Jhoira's Timebug -270 R Lotus Bloom -271 U Paradise Plume -272 C Prismatic Lens -273 C Sliversmith -274 R Stuffy Doll -275 U Calciform Pools -276 U Dreadship Reef -277 R Dryad Arbor -278 R Flagstones of Trokair -279 C Fungal Reaches -280 M Gemstone Caverns -281 R Kher Keep -282 U Molten Slagheap -283 U Saltcrusted Steppe -284 R Swarmyard -285 C Terramorphic Expanse -286 R Tolaria West -287 R Urborg, Tomb of Yawgmoth -288 U Urza's Factory -289 M Vesuva +1 C Amrou Scout @Quinton Hoover +2 C Amrou Seekers @Quinton Hoover +3 R Angel of Salvation @D. Alexander Gregory +4 R Angel's Grace @Zoltan Boros +5 U Aven Mindcensor @Rebecca Guay +6 C Aven Riftwatcher @Don Hazeltine +7 C Benalish Cavalry @Paolo Parente +8 R Benalish Commander @Paolo Parente +9 C Blade of the Sixth Pride @Lars Grant-West +10 C Bound in Silence @William Simpson +11 U Calciderm @Dave Kendall +12 C Castle Raptors @Christopher Moeller +13 U Celestial Crusader @Jim Murray +14 C Children of Korlis @Quinton Hoover +15 M Crovax, Ascendant Hero @Pete Venters +16 U Duskrider Peregrine @Una Fricker +17 C Errant Doomsayers @Liz Danforth +18 C Fortify @Christopher Moeller +19 U Griffin Guide @Jim Nelson +20 C Ivory Giant @Jeff Miracola +21 C Judge Unworthy @Greg Staples +22 C Knight of Sursi @Cyril Van Der Haegen +23 U Knight of the Holy Nimbus @Wayne England +24 U Lost Auramancers @Brandon Kitkouski +25 C Lymph Sliver @Ittoku +26 C Mana Tithe @Martina Pilcerova +27 R Mangara of Corondor @Karl Kopinski +28 C Momentary Blink @Anthony S. Waters +29 U Mycologist @Kev Walker +30 U Outrider en-Kor @D. Alexander Gregory +31 C Pallid Mycoderm @Jim Nelson +32 R Porphyry Nodes @Alan Pollack +33 U Poultice Sliver @Randy Gallegos +34 R Pulmonic Sliver @Jeff Easley +35 U Rebuff the Wicked @Stephen Tappin +36 M Restore Balance @Mark Poole +37 U Return to Dust @Wayne Reynolds +38 U Riftmarked Knight @William O'Connor +39 U Saltblast @Paolo Parente +40 U Saltfield Recluse @Brian Despain +41 R Serra Avenger @Scott M. Fischer +42 C Shade of Trokair @William O'Connor +43 C Sidewinder Sliver @Ron Spencer +44 C Sinew Sliver @Steven Belledin +45 U Stonecloaker @Tomas Giorello +46 U Stormfront Riders @Wayne Reynolds +47 C Sunlance @Volkan Baǵa +48 C Temporal Isolation @Stephen Tappin +49 C Watcher Sliver @Liz Danforth +50 C Whitemane Lion @Zoltan Boros & Gabor Szikszai +51 R Aeon Chronicler @Dan Dos Santos +52 M Ancestral Vision @Mark Poole +53 C Bewilder @Ralph Horsley +54 U Bonded Fetch @Brandon Kitkouski +55 U Brine Elemental @Stephen Tappin +56 U Careful Consideration @Janine Johnston +57 U Cloudseeder @Tsutomu Kawade +58 C Coral Trickster @D. Alexander Gregory +59 C Crookclaw Transmuter @Ron Spencer +60 U Cryptic Annelid @Anthony S. Waters +61 U Delay @Svetlin Velinov +62 R Draining Whelk @Mark Tedin +63 C Dream Stalker @Brian Despain +64 C Dreamscape Artist @Jim Murray +65 C Drifter il-Dal @Justin Sweet +66 C Errant Ephemeron @Luca Zontini +67 C Erratic Mutation @Zoltan Boros & Gabor Szikszai +68 C Fathom Seer @Ralph Horsley +69 C Foresee @Ron Spears +70 C Gossamer Phantasm @Jon Foster +71 C Infiltrator il-Kor @Jon Foster +72 U Jodah's Avenger @Pete Venters +73 C Logic Knot @Kev Walker +74 C Looter il-Kor @Mike Dringenberg +75 R Magus of the Future @Anthony Francisco +76 U Mystical Teachings @Ron Spears +77 R Pact of Negation @Jason Chan +78 C Piracy Charm @John Avon +79 U Pongify @Heather Hudson +80 C Primal Plasma @Luca Zontini +81 C Reality Acid @James Wong +82 U Riftwing Cloudskate @Carl Critchlow +83 U Riptide Pilferer @Steve Prescott +84 C Sarcomite Myr @Michael Bruinsma +85 U Shaper Parasite @rk post +86 C Slipstream Serpent @Darrell Riche +87 C Snapback @Alan Pollack +88 U Spell Burst @Bryan Sola +89 C Spiketail Drakeling @Dave Dorman +90 U Stormcloud Djinn @Greg Staples +91 M Teferi, Mage of Zhalfir @D. Alexander Gregory & Jeremy Jarvis +92 C Think Twice @Jim Nelson +93 U Timebender @Zoltan Boros & Gabor Szikszai +94 C Tolarian Sentinel @Thomas M. Baxa +95 C Veiling Oddity @Dave DeVries +96 R Venser, Shaper Savant @Aleksi Briclot +97 R Vesuvan Shapeshifter @Quinton Hoover +98 R Walk the Aeons @Jeremy Jarvis +99 U Whip-Spine Drake @Eric Fortune +100 U Wipe Away @Jeff Miracola +101 C Assassinate @Kev Walker +102 U Big Game Hunter @Carl Critchlow +103 C Blightspeaker @Ron Spears +104 C Corpulent Corpse @Doug Chaffee +105 C Cutthroat il-Dal @Vance Kovacs +106 M Damnation @Kev Walker +107 C Dark Withering @Wayne Reynolds +108 C Deadly Grub @E. M. Gist +109 C Deathspore Thallid @Randy Elliott +110 C Deepcavern Imp @Scott Altmann +111 U Dread Return @Kev Walker +112 U Dunerider Outlaw @Alan Pollack +113 U Enslave @Zoltan Boros & Gabor Szikszai +114 R Extirpate @Jon Foster +115 U Faceless Devourer @Chippy +116 C Feebleness @Kev Walker +117 C Gorgon Recluse @Darrell Riche +118 C Grave Scrabbler @Dave Allsop +119 C Ichor Slick @Zoltan Boros & Gabor Szikszai +120 U Kor Dirge @Alex Horley-Orlandelli +121 M Living End @Greg Staples +122 C Mass of Ghouls @Lucio Parrillo +123 C Mindstab @Mark Tedin +124 U Minions' Murmurs @Nils Hamm +125 R Mirri the Cursed @Filip Burburan +126 U Muck Drubb @Jim Nelson +127 R Nether Traitor @Vance Kovacs +128 U Nightshade Assassin @Alan Pollack +129 U Phthisis @Carl Critchlow +130 C Pit Keeper @Anthony S. Waters +131 U Premature Burial @Clint Langley +132 C Psychotic Episode @Drew Tucker +133 C Rathi Trapper @Pete Venters +134 C Ridged Kusite @rk post +135 C Sangrophage @Pete Venters +136 R Sengir Nosferatu @Scott M. Fischer +137 U Skittering Monstrosity @rk post +138 R Slaughter Pact @Kev Walker +139 U Smallpox @Janine Johnston +140 C Strangling Soot @Jim Murray +141 U Street Wraith @Jim Pavelec +142 U Stronghold Rats @Brandon Kitkouski +143 U Sudden Death @Dave Allsop +144 R Sudden Spoiling @Alan Pollack +145 C Tendrils of Corruption @Mike Dringenberg +146 R Tombstalker @Aleksi Briclot +147 C Trespasser il-Vec @Jim Murray +148 C Urborg Syphon-Mage @Greg Staples +149 U Yixlid Jailer @Matt Cavotta +150 M Akroma, Angel of Fury @Daren Bader +151 C Ancient Grudge @Jim Nelson +152 U Arc Blade @Shishizaru +153 U Basalt Gargoyle @Clint Langley +154 C Battering Sliver @Greg Staples +155 C Bonesplitter Sliver @Dany Orizio +156 R Boom // Bust @John Avon +157 C Brute Force @Wayne Reynolds +158 U Char-Rumbler @Kev Walker +159 C Coal Stoker @Mark Zug +160 U Conflagrate @Warren Mahy +161 C Dead // Gone @Tomas Giorello +162 C Empty the Warrens @Mark Brill +163 U Firemaw Kavu @Greg Hildebrandt +164 U Fury Sliver @Paolo Parente +165 C Gathan Raiders @Paolo Parente +166 C Grapeshot @Clint Cearley +167 R Greater Gargadon @Rob Alexander +168 C Grinning Ignus @James Kei +169 U Haze of Rage @Paolo Parente +170 U Henchfiend of Ukor @Nils Hamm +171 C Homing Sliver @Trevor Hairsine +172 R Jaya Ballard, Task Mage @Matt Cavotta +173 C Keldon Halberdier @Paolo Parente +174 U Lightning Axe @Dan Scott +175 R Magus of the Moon @Milivoj Ćeran +176 C Mogg War Marshal @Wayne England +177 C Needlepeak Spider @Dany Orizio +178 C Orcish Cannonade @Chris Seaman +179 R Pact of the Titan @Raymond Swanland +180 U Prodigal Pyromancer @Jeremy Jarvis +181 C Reckless Wurm @Greg Staples +182 R Reiterate @Dan Scott +183 C Riddle of Lightning @Daren Bader +184 C Rift Bolt @Michael Sutfin +185 C Rift Elemental @Ron Spears +186 U Rough // Tumble @Luca Zontini +187 R Sedge Sliver @Richard Kane Ferguson +188 U Shivan Meteor @Chippy +189 U Shivan Sand-Mage @Dave Kendall +190 C Simian Spirit Guide @Lucas Graciano +191 C Skirk Shaman @Chippy +192 C Stingscourger @Wayne Reynolds +193 U Storm Entity @Lucio Parrillo +194 U Sudden Shock @Vance Kovacs +195 U Sulfur Elemental @Dave Kendall +196 U Thick-Skinned Goblin @Ralph Horsley +197 C Two-Headed Sliver @Dany Orizio +198 M Wheel of Fate @Kev Walker +199 C Citanul Woodreaders @Steven Belledin +200 C Durkwood Baloth @Dan Frazier +201 C Edge of Autumn @Jean-Sébastien Rossbach +202 C Evolution Charm @John Avon +203 R Fungus Sliver @Daniel Gelon +204 U Gaea's Anthem @Greg Staples +205 C Gemhide Sliver @John Matson +206 C Giant Dustwasp @Greg Hildebrandt +207 C Greenseeker @Rebecca Guay +208 U Harmonize @Rob Alexander +209 R Heartwood Storyteller @Anthony S. Waters +210 M Hypergenesis @Ron Spears +211 U Imperiosaur @Lars Grant-West +212 C Kavu Primarch @Kev Walker +213 U Keen Sense @Jim Nelson +214 U Krosan Grip @Zoltan Boros & Gabor Szikszai +215 R Life and Limb @Jim Nelson +216 U Llanowar Mentor @Trevor Hairsine +217 U Might of Old Krosa @Una Fricker +218 U Might Sliver @Jeff Miracola +219 U Mire Boa @Greg Hildebrandt +220 R Muraganda Petroglyphs @Scott Altmann +221 C Nantuko Shaman @Daren Bader +222 U Pendelhaven Elder @Pete Venters +223 C Penumbra Spider @Jeff Easley +224 U Phantom Wurm @Alan Pollack +225 U Primal Forcemage @Jeff Miracola +226 C Reflex Sliver @Luca Zontini +227 U Scryb Ranger @Rebecca Guay +228 C Seal of Primordium @Christopher Moeller +229 C Search for Tomorrow @Greg Staples +230 C Spinneret Sliver @Michael Sutfin +231 U Sporesower Thallid @Ron Spencer +232 C Sporoloth Ancient @James Kei +233 C Strength in Numbers @Ron Spencer +234 R Summoner's Pact @Chippy +235 M Tarmogoyf @Justin Murray +236 C Thallid Germinator @Tom Wänerstrand +237 C Thallid Shell-Dweller @Carl Critchlow +238 R Thelon of Havenwood @Kev Walker +239 R Thelonite Hermit @Chippy +240 C Thornweald Archer @Dave Kendall +241 C Thrill of the Hunt @Stephen Tappin +242 U Tromp the Domains @Mike Dringenberg +243 C Uktabi Drake @Matt Cavotta +244 U Utopia Mycon @Anthony S. Waters +245 C Utopia Vow @Heather Hudson +246 C Virulent Sliver @Franz Vohwinkel +247 U Yavimaya Dryad @Rebecca Guay +248 U Cautery Sliver @Dany Orizio +249 U Darkheart Sliver @rk post +250 U Dormant Sliver @Lars Grant-West +251 R Dralnu, Lich Lord @Greg Staples +252 U Firewake Sliver @Anthony S. Waters +253 R Glittering Wish @John Donahue +254 U Harmonic Sliver @Luca Zontini +255 R Ith, High Arcanist @Zoltan Boros & Gabor Szikszai +256 R Jhoira of the Ghitu @Kev Walker +257 R Kaervek the Merciless @rk post +258 U Necrotic Sliver @Dave Allsop +259 R Radha, Heir to Keld @Jim Murray +260 R Saffi Eriksdotter @Ryan Pancoast +261 M Sliver Legion @Ron Spears +262 M Akroma's Memorial @Dan Scott +263 C Chromatic Star @Daniel Ljunggren +264 U Clockwork Hydra @Daren Bader +265 R Cloud Key @Trevor Hairsine +266 R Coalition Relic @Donato Giancola +267 M Gauntlet of Power @Greg Hildebrandt +268 R Hivestone @Dave Allsop +269 C Jhoira's Timebug @Dan Frazier +270 R Lotus Bloom @Mark Zug +271 U Paradise Plume @Wayne England +272 C Prismatic Lens @Alan Pollack +273 C Sliversmith @John Avon +274 R Stuffy Doll @Dave Allsop +275 U Calciform Pools @Darrell Riche +276 U Dreadship Reef @Lars Grant-West +277 R Dryad Arbor @Eric Fortune +278 R Flagstones of Trokair @Rob Alexander +279 C Fungal Reaches @Martina Pilcerova +280 M Gemstone Caverns @Martina Pilcerova +281 R Kher Keep @Paolo Parente +282 U Molten Slagheap @Daren Bader +283 U Saltcrusted Steppe @Greg Staples +284 R Swarmyard @Thomas M. Baxa +285 C Terramorphic Expanse @Dan Scott +286 R Tolaria West @Khang Le +287 R Urborg, Tomb of Yawgmoth @John Avon +288 U Urza's Factory @Mark Tedin +289 M Vesuva @Zoltan Boros & Gabor Szikszai [showcase] -290 S Ajani's Pridemate -291 S Banishing Light -292 S Containment Priest -293 S Ethereal Armor -294 S Flickerwisp -295 S Intangible Virtue -296 S Lingering Souls -297 S Mirror Entity -298 S Palace Jailer -299 S Path to Exile -300 S Restoration Angel -301 S Sigil of the Empty Throne -302 S Silence -303 S Sram, Senior Edificer -304 S Stonehorn Dignitary -305 S Thraben Inspector -306 S Baral, Chief of Compliance -307 S Disdainful Stroke -308 S Fblthp, the Lost -309 S Laboratory Maniac -310 S Master of the Pearl Trident -311 S Mulldrifter -312 S Mystic Confluence -313 S Ninja of the Deep Hours -314 S Paradoxical Outcome -315 S Ponder -316 S Remand -317 S Repeal -318 S Talrand, Sky Summoner -319 S Treasure Cruise -320 S Trinket Mage -321 S True-Name Nemesis -322 S Dismember -323 S Gray Merchant of Asphodel -324 S Gurmag Angler -325 S Harvester of Souls -326 S Leyline of the Void -327 S Liliana's Triumph -328 S Read the Bones -329 S Relentless Rats -330 S Sanguine Bond -331 S Shriekmaw -332 S Stinkweed Imp -333 S Tasigur, the Golden Fang -334 S Thoughtseize -335 S Vampire Hexmage -336 S Yawgmoth, Thran Physician -337 S Zulaport Cutthroat -338 S Alesha, Who Smiles at Death -339 S Anger of the Gods -340 S Bedlam Reveler -341 S Dreadhorde Arcanist -342 S Etali, Primal Storm -343 S Exquisite Firecraft -344 S Feldon of the Third Path -345 S Goblin Engineer -346 S Kiki-Jiki, Mirror Breaker -347 S Lava Spike -348 S Molten Rain -349 S Monastery Swiftspear -350 S Past in Flames -351 S Temur Battle Rage -352 S Vandalblast -353 S Young Pyromancer -354 S Zealous Conscripts -355 S Ancient Stirrings -356 S Beast Whisperer -357 S Beast Within -358 S Become Immense -359 S Courser of Kruphix -360 S Elvish Mystic -361 S Eternal Witness -362 S Evolutionary Leap -363 S Farseek -364 S Nature's Claim -365 S Primeval Titan -366 S Reclamation Sage -367 S Sylvan Scrying -368 S Thragtusk -369 S Time of Need -370 S Abrupt Decay -371 S Arcades, the Strategist -372 S Bloodbraid Elf -373 S Cloudshredder Sliver -374 S Consuming Aberration -375 S Dovin's Veto -376 S Epic Experiment -377 S Feather, the Redeemed -378 S Grenzo, Dungeon Warden -379 S Knight of the Reliquary -380 S Lavinia, Azorius Renegade -381 S Mortify -382 S Prized Amalgam -383 S Qasali Pridemage -384 S Rakdos Charm -385 S Secret Plans -386 S Slimefoot, the Stowaway -387 S Temur Ascendancy -388 S Tidehollow Sculler -389 S Trygon Predator -390 S Chalice of the Void -391 S Contagion Clasp -392 S Cranial Plating -393 S Crystal Shard -394 S Everflowing Chalice -395 S Hedron Archive -396 S Hollow One -397 S Leveler -398 S Manifold Key -399 S Panharmonicon -400 S Solemn Simulacrum -401 S Sorcerous Spyglass -402 S Vanquisher's Banner -403 S Ancient Den -404 S Arch of Orazca -405 S Blighted Woodland -406 S Bojuka Bog -407 S Field of Ruin -408 S Mystic Sanctuary -409 S Ramunap Ruins -410 S Wastes +290 S Ajani's Pridemate @Svetlin Velinov +291 S Banishing Light @Willian Murai +292 S Containment Priest @John Stanko +293 S Ethereal Armor @Daarken +294 S Flickerwisp @Jeremy Enecio +295 S Intangible Virtue @Clint Cearley +296 S Lingering Souls @John Stanko +297 S Mirror Entity @Zoltan Boros & Gabor Szikszai +298 S Palace Jailer @David Palumbo +299 S Path to Exile @Todd Lockwood +300 S Restoration Angel @Wesley Burt +301 S Sigil of the Empty Throne @Cyril Van Der Haegen +302 S Silence @Wayne Reynolds +303 S Sram, Senior Edificer @Chris Rahn +304 S Stonehorn Dignitary @Dave Kendall +305 S Thraben Inspector @Matt Stewart +306 S Baral, Chief of Compliance @Wesley Burt +307 S Disdainful Stroke @Svetlin Velinov +308 S Fblthp, the Lost @Jesper Ejsing +309 S Laboratory Maniac @Jason Felix +310 S Master of the Pearl Trident @Ryan Pancoast +311 S Mulldrifter @Eric Fortune +312 S Mystic Confluence @Kieran Yanner +313 S Ninja of the Deep Hours @Dan Scott +314 S Paradoxical Outcome @Nils Hamm +315 S Ponder @Dan Scott +316 S Remand @Mark A. Nelson +317 S Repeal @Dan Scott +318 S Talrand, Sky Summoner @Svetlin Velinov +319 S Treasure Cruise @Cynthia Sheppard +320 S Trinket Mage @Mark A. Nelson +321 S True-Name Nemesis @Zack Stella +322 S Dismember @Jason Felix +323 S Gray Merchant of Asphodel @Robbie Trevino +324 S Gurmag Angler @YW Tang +325 S Harvester of Souls @Slawomir Maniak +326 S Leyline of the Void @Adam Rex +327 S Liliana's Triumph @Kieran Yanner +328 S Read the Bones @Lars Grant-West +329 S Relentless Rats @Thomas M. Baxa +330 S Sanguine Bond @Jaime Jones +331 S Shriekmaw @Steve Prescott +332 S Stinkweed Imp @Nils Hamm +333 S Tasigur, the Golden Fang @Chris Rahn +334 S Thoughtseize @Aleksi Briclot +335 S Vampire Hexmage @Eric Deschamps +336 S Yawgmoth, Thran Physician @Mark Winters +337 S Zulaport Cutthroat @Jason Rainville +338 S Alesha, Who Smiles at Death @Anastasia Ovchinnikova +339 S Anger of the Gods @Noah Bradley +340 S Bedlam Reveler @Jama Jurabaev +341 S Dreadhorde Arcanist @G-host Lee +342 S Etali, Primal Storm @Raymond Swanland +343 S Exquisite Firecraft @Chase Stone +344 S Feldon of the Third Path @Chase Stone +345 S Goblin Engineer @Jehan Choo +346 S Kiki-Jiki, Mirror Breaker @Pete Venters +347 S Lava Spike @Mark Tedin +348 S Molten Rain @Hugh Jamieson +349 S Monastery Swiftspear @Steve Argyle +350 S Past in Flames @Anthony Jones +351 S Temur Battle Rage @Jaime Jones +352 S Vandalblast @Seb McKinnon +353 S Young Pyromancer @Cynthia Sheppard +354 S Zealous Conscripts @Steve Prescott +355 S Ancient Stirrings @Vincent Proce +356 S Beast Whisperer @Matt Stewart +357 S Beast Within @Dave Allsop +358 S Become Immense @Jaime Jones +359 S Courser of Kruphix @Eric Deschamps +360 S Elvish Mystic @Wesley Burt +361 S Eternal Witness @Chris Rahn +362 S Evolutionary Leap @Chris Rahn +363 S Farseek @Martina Pilcerova +364 S Nature's Claim @Raoul Vitale +365 S Primeval Titan @Aleksi Briclot +366 S Reclamation Sage @Christopher Moeller +367 S Sylvan Scrying @Daniel Ljunggren +368 S Thragtusk @Nils Hamm +369 S Time of Need @Dany Orizio +370 S Abrupt Decay @Svetlin Velinov +371 S Arcades, the Strategist @Even Amundsen +372 S Bloodbraid Elf @Dominick Domingo +373 S Cloudshredder Sliver @Filip Burburan +374 S Consuming Aberration @Karl Kopinski +375 S Dovin's Veto @Izzy +376 S Epic Experiment @Dan Scott +377 S Feather, the Redeemed @Wayne Reynolds +378 S Grenzo, Dungeon Warden @Lucas Graciano +379 S Knight of the Reliquary @Michael Komarck +380 S Lavinia, Azorius Renegade @Steven Belledin +381 S Mortify @Glen Angus +382 S Prized Amalgam @Karl Kopinski +383 S Qasali Pridemage @Chris Rahn +384 S Rakdos Charm @Zoltan Boros +385 S Secret Plans @Daarken +386 S Slimefoot, the Stowaway @Alex Konstad +387 S Temur Ascendancy @Jaime Jones +388 S Tidehollow Sculler @rk post +389 S Trygon Predator @Jack Wang +390 S Chalice of the Void @Mark Zug +391 S Contagion Clasp @Anthony Palumbo +392 S Cranial Plating @Adam Rex +393 S Crystal Shard @Doug Chaffee +394 S Everflowing Chalice @Steve Argyle +395 S Hedron Archive @Craig J Spearing +396 S Hollow One @Anthony Palumbo +397 S Leveler @Carl Critchlow +398 S Manifold Key @Lake Hurwitz +399 S Panharmonicon @Volkan Baǵa +400 S Solemn Simulacrum @Greg Staples +401 S Sorcerous Spyglass @Kieran Yanner +402 S Vanquisher's Banner @Milivoj Ćeran +403 S Ancient Den @Rob Alexander +404 S Arch of Orazca @Titus Lunter +405 S Blighted Woodland @Jason Felix +406 S Bojuka Bog @Howard Lyon +407 S Field of Ruin @Dimitar Marinski +408 S Mystic Sanctuary @Randy Vargas +409 S Ramunap Ruins @Florian de Gesincourt +410 S Wastes @Raymond Swanland [promo] -411 R Lotus Bloom +411 R Lotus Bloom @Christopher Rush [tokens] w_2_2_griffin_flying diff --git a/forge-gui/res/editions/Time Spiral Timeshifted.txt b/forge-gui/res/editions/Time Spiral Timeshifted.txt index f7183e32430..82a61878a50 100644 --- a/forge-gui/res/editions/Time Spiral Timeshifted.txt +++ b/forge-gui/res/editions/Time Spiral Timeshifted.txt @@ -10,127 +10,127 @@ BoosterBox=0 FatPack=0 [cards] -1 S Akroma, Angel of Wrath -117 S Arena -106 S Assault // Battery -2 S Auratog -55 S Avalanche Riders -37 S Avatar of Woe -73 S Avoid Fate -38 S Bad Moon -56 S Browbeat -74 S Call of the Herd -3 S Celestial Dawn -107 S Claws of Gix -91 S Coalition Victory -75 S Cockatrice -4 S Consecrate Land -39 S Conspiracy -76 S Craw Giant -19 S Dandan -40 S Darkness -41 S Dauthi Slayer -5 S Defiant Vanguard -118 S Desert -57 S Desolation Giant -6 S Disenchant -58 S Disintegrate -108 S Dodecapod -59 S Dragon Whelp -60 S Dragonstorm -7 S Enduring Renewal -61 S Eron the Relentless -8 S Essence Sliver -42 S Evil Eye of Orms-by-Gore -43 S Faceless Butcher -109 S Feldon's Cane -92 S Fiery Justice -62 S Fiery Temper -63 S Fire Whip -20 S Flying Men -44 S Funeral Charm -77 S Gaea's Blessing -78 S Gaea's Liege -119 S Gemstone Mine -21 S Ghost Ship -22 S Giant Oyster -64 S Goblin Snowman -110 S Grinning Totem -79 S Hail Storm -9 S Honorable Passage -80 S Hunting Moa -10 S Icatian Javelineers -93 S Jasmine Boreal -81 S Jolrael, Empress of Beasts -65 S Kobold Taskmaster -82 S Krosan Cloudscraper -23 S Leviathan -94 S Lightning Angel -24 S Lord of Atlantis -25 S Merfolk Assassin -95 S Merieke Ri Berit -111 S Mindless Automaton -112 S Mirari -26 S Mistform Ultimus -11 S Moorish Cavalry -96 S Mystic Enforcer -97 S Mystic Snake -98 S Nicol Bolas -66 S Orcish Librarian -67 S Orgg -27 S Ovinomancer -68 S Pandemonium -120 S Pendelhaven -28 S Pirate Ship -29 S Prodigal Sorcerer -30 S Psionic Blast -12 S Resurrection -13 S Sacred Mesa -121 S Safe Haven -83 S Scragnoth -45 S Sengir Autocrat -114 S Serrated Arrows -46 S Shadow Guildmage -99 S Shadowmage Infiltrator -31 S Sindbad -100 S Sol'kanar the Swamp King -14 S Soltari Priest -47 S Soul Collector -84 S Spike Feeder -101 S Spined Sliver -85 S Spitting Slug -15 S Squire -102 S Stormbind -32 S Stormscape Familiar -48 S Stupor -69 S Suq'Ata Lancer -49 S Swamp Mosquito -103 S Teferi's Moat -86 S Thallid -113 S The Rack -87 S Thornscape Battlemage -115 S Tormod's Crypt -70 S Tribal Flames -50 S Twisted Abomination -51 S Uncle Istvan -52 S Undead Warchief -53 S Undertaker -33 S Unstable Mutation -71 S Uthden Troll -16 S Valor -88 S Verdeloth the Ancient -104 S Vhati il-Dal -105 S Void -34 S Voidmage Prodigy -89 S Wall of Roots -116 S War Barge -90 S Whirling Dervish -35 S Whispers of the Muse -72 S Wildfire Emissary -36 S Willbender -17 S Witch Hunter -54 S Withered Wretch -18 S Zhalfirin Commander +1 S Akroma, Angel of Wrath @Ron Spears +117 S Arena @Rob Alexander +106 S Assault // Battery @Ben Thompson +2 S Auratog @Jeff Miracola +55 S Avalanche Riders @Edward P. Beard, Jr. +37 S Avatar of Woe @rk post +73 S Avoid Fate @Phil Foglio +38 S Bad Moon @Jesper Myrfors +56 S Browbeat @Mark Tedin +74 S Call of the Herd @Carl Critchlow +3 S Celestial Dawn @Liz Danforth +107 S Claws of Gix @Henry G. Higginbotham +91 S Coalition Victory @Eric Peterson +75 S Cockatrice @Dan Frazier +4 S Consecrate Land @Jeff A. Menges +39 S Conspiracy @Jeff Easley +76 S Craw Giant @Christopher Rush +19 S Dandan @Drew Tucker +40 S Darkness @Harold McNeill +41 S Dauthi Slayer @Dermot Power +5 S Defiant Vanguard @Pete Venters +118 S Desert @Jesper Myrfors +57 S Desolation Giant @Alan Pollack +6 S Disenchant @Amy Weber +58 S Disintegrate @Anson Maddocks +108 S Dodecapod @John Howe +59 S Dragon Whelp @Amy Weber +60 S Dragonstorm @Kev Walker +7 S Enduring Renewal @Harold McNeill +61 S Eron the Relentless @Christopher Rush +8 S Essence Sliver @Glen Angus +42 S Evil Eye of Orms-by-Gore @Jesper Myrfors +43 S Faceless Butcher @Daren Bader +109 S Feldon's Cane @Mark Tedin +92 S Fiery Justice @Melissa A. Benson +62 S Fiery Temper @Greg Hildebrandt & Tim Hildebrandt +63 S Fire Whip @Jeff Miracola +20 S Flying Men @Christopher Rush +44 S Funeral Charm @Greg Spalenka +77 S Gaea's Blessing @Rebecca Guay +78 S Gaea's Liege @Dameon Willich +119 S Gemstone Mine @Brom +21 S Ghost Ship @Tom Wänerstrand +22 S Giant Oyster @Nicola Leonard +64 S Goblin Snowman @Daniel Gelon +110 S Grinning Totem @Donato Giancola +79 S Hail Storm @Jeff A. Menges +9 S Honorable Passage @Jeff Miracola +80 S Hunting Moa @DiTerlizzi +10 S Icatian Javelineers @Scott Kirschner +93 S Jasmine Boreal @Richard Kane Ferguson +81 S Jolrael, Empress of Beasts @Matthew D. Wilson +65 S Kobold Taskmaster @Randy Asplund-Faith +82 S Krosan Cloudscraper @Ron Spears +23 S Leviathan @Mark Tedin +94 S Lightning Angel @rk post +24 S Lord of Atlantis @Melissa A. Benson +25 S Merfolk Assassin @Dennis Detwiller +95 S Merieke Ri Berit @Heather Hudson +111 S Mindless Automaton @Brian Snõddy +112 S Mirari @Donato Giancola +26 S Mistform Ultimus @Anthony S. Waters +11 S Moorish Cavalry @Dameon Willich +96 S Mystic Enforcer @Gary Ruddell +97 S Mystic Snake @Daren Bader +98 S Nicol Bolas @Edward P. Beard, Jr. +66 S Orcish Librarian @Phil Foglio +67 S Orgg @Daniel Gelon +27 S Ovinomancer @Kev Walker +68 S Pandemonium @Pete Venters +120 S Pendelhaven @Bryon Wackwitz +28 S Pirate Ship @Tom Wänerstrand +29 S Prodigal Sorcerer @Douglas Shuler +30 S Psionic Blast @Douglas Shuler +12 S Resurrection @Dan Frazier +13 S Sacred Mesa @Margaret Organ-Kean +121 S Safe Haven @Christopher Rush +83 S Scragnoth @Jeff Laubenstein +45 S Sengir Autocrat @David A. Cherry +114 S Serrated Arrows @David A. Cherry +46 S Shadow Guildmage @Mike Kimble +99 S Shadowmage Infiltrator @Rick Farrell +31 S Sindbad @Julie Baroh +100 S Sol'kanar the Swamp King @Richard Kane Ferguson +14 S Soltari Priest @Janet Aulisio +47 S Soul Collector @Matthew D. Wilson +84 S Spike Feeder @Heather Hudson +101 S Spined Sliver @Ron Spencer +85 S Spitting Slug @Anson Maddocks +15 S Squire @Dennis Detwiller +102 S Stormbind @NéNé Thomas & Phillip Mosness +32 S Stormscape Familiar @Heather Hudson +48 S Stupor @Mike Kimble +69 S Suq'Ata Lancer @Jeff Miracola +49 S Swamp Mosquito @Nicola Leonard +103 S Teferi's Moat @rk post +86 S Thallid @Ron Spencer +113 S The Rack @Richard Thomas +87 S Thornscape Battlemage @Matt Cavotta +115 S Tormod's Crypt @Christopher Rush +70 S Tribal Flames @Tony Szczudlo +50 S Twisted Abomination @Daren Bader +51 S Uncle Istvan @Daniel Gelon +52 S Undead Warchief @Greg Hildebrandt +53 S Undertaker @Jeff Easley +33 S Unstable Mutation @Douglas Shuler +71 S Uthden Troll @Douglas Shuler +16 S Valor @Kev Walker +88 S Verdeloth the Ancient @Daren Bader +104 S Vhati il-Dal @Ron Spencer +105 S Void @Kev Walker +34 S Voidmage Prodigy @Christopher Moeller +89 S Wall of Roots @John Matson +116 S War Barge @Tom Wänerstrand +90 S Whirling Dervish @Susan Van Camp +35 S Whispers of the Muse @Quinton Hoover +72 S Wildfire Emissary @Richard Kane Ferguson +36 S Willbender @Eric Peterson +17 S Witch Hunter @Jesper Myrfors +54 S Withered Wretch @Tim Hildebrandt +18 S Zhalfirin Commander @Stuart Griffin [tokens] w_1_1_pegasus_flying diff --git a/forge-gui/res/editions/Time Spiral.txt b/forge-gui/res/editions/Time Spiral.txt index fba96f6d20f..0900e063cbd 100644 --- a/forge-gui/res/editions/Time Spiral.txt +++ b/forge-gui/res/editions/Time Spiral.txt @@ -13,307 +13,307 @@ AdditionalSetUnlockedInQuest=TSB ScryfallCode=TSP [cards] -189 C AEther Web -142 C AEtherflame Wall -269 R Academy Ruins -1 C Amrou Scout -2 C Amrou Seekers -48 R Ancestral Vision -143 C Ancient Grudge -3 R Angel's Grace -190 C Ashcoat Bear -191 U Aspect of Mongoose -95 C Assassinate -248 U Assembly-Worker -144 U Barbed Shocker -96 C Basal Sliver -145 U Basalt Gargoyle -4 C Benalish Cavalry -49 C Bewilder -146 C Blazing Blade Askari -147 R Bogardan Hellkite -148 C Bogardan Rager -149 C Bonesplitter Sliver -249 C Brass Gnat -50 U Brine Elemental -270 U Calciform Pools -97 C Call to the Netherworld -51 C Cancel -250 R Candles of Leng -52 U Careful Consideration -5 C Castle Raptors -6 U Cavalry Master -7 U Celestial Crusader -192 C Chameleon Blur -8 C Children of Korlis -251 C Chromatic Star -252 U Chronatog Totem -9 R Chronosavant -53 C Clockspinning -253 U Clockwork Hydra -10 C Cloudchaser Kestrel -150 C Coal Stoker -151 U Conflagrate -54 C Coral Trickster -98 C Corpulent Corpse -55 C Crookclaw Transmuter -99 R Curse of the Cabal -100 C Cyclopean Giant -11 C D'Avenant Healer -101 C Dark Withering -102 C Deathspore Thallid -56 R Deep-Sea Kraken -236 U Dementia Sliver -103 R Demonic Collusion -12 C Detainment Spell -13 C Divine Congregation -57 R Draining Whelk -237 R Dralnu, Lich Lord -104 U Dread Return -271 U Dreadship Reef -58 C Dream Stalker -59 C Drifter il-Dal -105 C Drudge Reavers -193 C Durkwood Baloth -194 U Durkwood Tracker -14 U Duskrider Peregrine -152 C Empty the Warrens -106 R Endrek Sahr, Master Breeder -15 C Errant Doomsayers -60 C Errant Ephemeron -61 C Eternity Snare -16 R Evangelize -107 U Evil Eye of Urborg -108 U Faceless Devourer -109 U Fallen Ideal -62 C Fathom Seer -110 C Feebleness -153 U Firemaw Kavu -238 U Firewake Sliver -272 R Flagstones of Trokair -154 C Flamecore Elemental -63 U Fledgling Mawcor -17 C Flickering Spirit -155 C Flowstone Channeler -64 U Fool's Demise -300 L Forest -300 L Forest -300 L Forest -300 L Forest -18 C Foriysian Interceptor -254 U Foriysian Totem -19 C Fortify -156 R Fortune Thief -273 U Fungal Reaches -195 R Fungus Sliver -157 U Fury Sliver -255 R Gauntlet of Power -20 C Gaze of Justice -196 C Gemhide Sliver -274 R Gemstone Caverns -158 C Ghitu Firebreathing -239 U Ghostflame Sliver -197 C Glass Asp -159 C Goblin Skycutter -111 C Gorgon Recluse -160 C Grapeshot -161 R Greater Gargadon -198 C Greenseeker -21 U Griffin Guide -162 C Ground Rift -22 U Gustcloak Cavalier -240 U Harmonic Sliver -112 U Haunting Hymn -199 C Havenwood Wurm -200 C Herd Gnarr -256 R Hivestone -201 R Hypergenesis -163 R Ib Halfheart, Goblin Tactician -23 C Icatian Crier -164 U Ignite Memories -165 C Ironclaw Buzzardiers -288 L Island -288 L Island -288 L Island -288 L Island -241 R Ith, High Arcanist -24 C Ivory Giant -65 R Ixidron -166 R Jaya Ballard, Task Mage -25 C Jedit's Dragoons -257 C Jhoira's Timebug -242 R Kaervek the Merciless -167 C Keldon Halberdier -275 R Kher Keep -26 U Knight of the Holy Nimbus -202 U Krosan Grip -113 R Liege of the Pit -168 C Lightning Axe -114 R Lim-Dul the Necromancer -115 R Living End -258 U Locket of Yesterdays -66 C Looter il-Kor -259 R Lotus Bloom -203 R Magus of the Candelabra -27 R Magus of the Disk -67 R Magus of the Jar -116 R Magus of the Mirror -169 R Magus of the Scroll -117 C Mana Skimmer -28 R Mangara of Corondor -205 U Might Sliver -204 U Might of Old Krosa -118 C Mindlash Sliver -119 C Mindstab -243 R Mishra, Artificer Prodigy -170 C Mogg War Marshal -206 C Molder -276 U Molten Slagheap -29 C Momentary Blink -68 R Moonlace -294 L Mountain -294 L Mountain -294 L Mountain -294 L Mountain -207 C Mwonvuli Acid-Moss -69 C Mystical Teachings -208 C Nantuko Shaman -120 R Nether Traitor -121 U Nightshade Assassin -171 R Norin the Wary -30 R Opal Guardian -244 U Opaline Sliver -70 C Ophidian Eye -172 C Orcish Cannonade -31 U Outrider en-Kor -260 U Paradise Plume -71 U Paradox Haze -173 R Pardic Dragon -209 U Pendelhaven Elder -32 R Pentarch Paladin -33 C Pentarch Ward -210 C Penumbra Spider -211 U Phantom Wurm -122 U Phthisis -261 U Phyrexian Totem -123 C Pit Keeper -124 R Plague Sliver -285 L Plains -285 L Plains -285 L Plains -285 L Plains -34 U Plated Pegasus -174 C Plunder -125 U Premature Burial -212 U Primal Forcemage -262 C Prismatic Lens -72 R Psionic Sliver -126 C Psychotic Episode -35 U Pull from Eternity -36 R Pulmonic Sliver -37 U Quilled Sliver -175 R Reiterate -38 R Restore Balance -39 U Return to Dust -176 C Rift Bolt -73 U Riftwing Cloudskate -245 R Saffi Eriksdotter -74 C Sage of Epityr -277 U Saltcrusted Steppe -127 C Sangrophage -263 R Sarpadian Empires, Vol. VII -213 C Savage Thallid -214 C Scarwood Treefolk -246 R Scion of the Ur-Dragon -75 C Screeching Sliver -215 U Scryb Ranger -216 C Search for Tomorrow -177 R Sedge Sliver -128 R Sengir Nosferatu -40 R Serra Avenger -76 C Shadow Sliver -41 C Sidewinder Sliver -129 U Skittering Monstrosity -130 C Skulking Knight -77 C Slipstream Serpent -131 U Smallpox -78 C Snapback -217 R Spectral Force -79 U Spell Burst -218 R Spike Tiller -80 C Spiketail Drakeling -219 C Spinneret Sliver -42 U Spirit Loop -220 U Sporesower Thallid -81 R Sprite Noble -221 C Sprout -222 R Squall Line -247 R Stonebrow, Krosan Hero -223 R Stonewood Invocation -82 U Stormcloud Djinn -132 C Strangling Soot -224 C Strength in Numbers -133 R Stronghold Overseer -264 R Stuffy Doll -178 C Subterranean Shambler -134 U Sudden Death -179 U Sudden Shock -135 R Sudden Spoiling -180 U Sulfurous Blast -293 L Swamp -293 L Swamp -293 L Swamp -293 L Swamp -278 R Swarmyard -181 U Tectonic Fiend -83 R Teferi, Mage of Zhalfir -84 U Telekinetic Sliver -85 C Temporal Eddy -43 C Temporal Isolation -136 C Tendrils of Corruption -279 C Terramorphic Expanse -225 C Thallid Germinator -226 C Thallid Shell-Dweller -227 R Thelon of Havenwood -228 R Thelonite Hermit -182 U Thick-Skinned Goblin -86 C Think Twice -229 C Thrill of the Hunt -265 U Thunder Totem -44 R Tivadar of Thorn -87 C Tolarian Sentinel -137 C Traitor's Clutch -138 C Trespasser il-Vec -88 R Trickbind -266 R Triskelavus -230 U Tromp the Domains -89 U Truth or Tale -183 C Two-Headed Sliver -184 U Undying Rage -231 R Unyaro Bees -139 C Urborg Syphon-Mage -280 U Urza's Factory -140 U Vampiric Sliver -267 C Venser's Sliver -232 R Verdant Embrace -281 R Vesuva -90 R Vesuvan Shapeshifter -185 C Viashino Bladescout -91 C Viscerid Deepwalker -141 C Viscid Lemures -92 U Voidmage Husher -186 U Volcanic Awakening -93 R Walk the Aeons -45 C Watcher Sliver -46 R Weathered Bodyguards -268 U Weatherseed Totem -187 R Wheel of Fate -94 U Wipe Away -188 R Word of Seizing -233 C Wormwood Dryad -234 R Wurmcalling -235 U Yavimaya Dryad -47 C Zealot il-Vec +189 C Aether Web @Justin Sweet +142 C Aetherflame Wall @Justin Sweet +269 R Academy Ruins @Zoltan Boros & Gabor Szikszai +1 C Amrou Scout @Quinton Hoover +2 C Amrou Seekers @Quinton Hoover +48 R Ancestral Vision @Mark Poole +143 C Ancient Grudge @Jim Nelson +3 R Angel's Grace @Mark Zug +190 C Ashcoat Bear @Carl Critchlow +191 U Aspect of Mongoose @Dave Dorman +95 C Assassinate @Kev Walker +248 U Assembly-Worker @Chippy +144 U Barbed Shocker @Tony Szczudlo +96 C Basal Sliver @Drew Tucker +145 U Basalt Gargoyle @Clint Langley +4 C Benalish Cavalry @Paolo Parente +49 C Bewilder @Ralph Horsley +146 C Blazing Blade Askari @Dan Frazier +147 R Bogardan Hellkite @Scott M. Fischer +148 C Bogardan Rager @Clint Langley +149 C Bonesplitter Sliver @Dany Orizio +249 C Brass Gnat @Martina Pilcerova +50 U Brine Elemental @Stephen Tappin +270 U Calciform Pools @Darrell Riche +97 C Call to the Netherworld @Vance Kovacs +51 C Cancel @Mark Poole +250 R Candles of Leng @Daniel Gelon +52 U Careful Consideration @Janine Johnston +5 C Castle Raptors @Christopher Moeller +6 U Cavalry Master @Thomas M. Baxa +7 U Celestial Crusader @Jim Murray +192 C Chameleon Blur @Anthony S. Waters +8 C Children of Korlis @Quinton Hoover +251 C Chromatic Star @Alex Horley-Orlandelli +252 U Chronatog Totem @Christopher Rush +9 R Chronosavant @Pete Venters +53 C Clockspinning @Zoltan Boros & Gabor Szikszai +253 U Clockwork Hydra @Daren Bader +10 C Cloudchaser Kestrel @Daren Bader +150 C Coal Stoker @Mark Zug +151 U Conflagrate @Warren Mahy +54 C Coral Trickster @D. Alexander Gregory +98 C Corpulent Corpse @Doug Chaffee +55 C Crookclaw Transmuter @Ron Spencer +99 R Curse of the Cabal @John Avon +100 C Cyclopean Giant @Mark Tedin +11 C D'Avenant Healer @Michael Sutfin +101 C Dark Withering @Wayne Reynolds +102 C Deathspore Thallid @Randy Elliott +56 R Deep-Sea Kraken @Christopher Moeller +236 U Dementia Sliver @Una Fricker +103 R Demonic Collusion @Jim Nelson +12 C Detainment Spell @Darrell Riche +13 C Divine Congregation @Jeremy Jarvis +57 R Draining Whelk @Mark Tedin +237 R Dralnu, Lich Lord @Greg Staples +104 U Dread Return @Kev Walker +271 U Dreadship Reef @Lars Grant-West +58 C Dream Stalker @Brian Despain +59 C Drifter il-Dal @Justin Sweet +105 C Drudge Reavers @Greg Staples +193 C Durkwood Baloth @Dan Frazier +194 U Durkwood Tracker @Michael Phillippi +14 U Duskrider Peregrine @Una Fricker +152 C Empty the Warrens @Mark Brill +106 R Endrek Sahr, Master Breeder @Mark Tedin +15 C Errant Doomsayers @Liz Danforth +60 C Errant Ephemeron @Luca Zontini +61 C Eternity Snare @Drew Tucker +16 R Evangelize @Randy Elliott +107 U Evil Eye of Urborg @Clint Langley +108 U Faceless Devourer @Chippy +109 U Fallen Ideal @Anson Maddocks +62 C Fathom Seer @Ralph Horsley +110 C Feebleness @Kev Walker +153 U Firemaw Kavu @Greg Hildebrandt +238 U Firewake Sliver @Anthony S. Waters +272 R Flagstones of Trokair @Rob Alexander +154 C Flamecore Elemental @Dave Dorman +63 U Fledgling Mawcor @Kev Walker +17 C Flickering Spirit @Alex Horley-Orlandelli +155 C Flowstone Channeler @Alan Pollack +64 U Fool's Demise @Zoltan Boros & Gabor Szikszai +298 L Forest @Rob Alexander +299 L Forest @Vance Kovacs +300 L Forest @Craig Mullins +301 L Forest @Stephen Tappin +18 C Foriysian Interceptor @Anson Maddocks +254 U Foriysian Totem @Anson Maddocks +19 C Fortify @Christopher Moeller +156 R Fortune Thief @Christopher Moeller +273 U Fungal Reaches @Martina Pilcerova +195 R Fungus Sliver @Daniel Gelon +157 U Fury Sliver @Paolo Parente +255 R Gauntlet of Power @Greg Hildebrandt +20 C Gaze of Justice @John Avon +196 C Gemhide Sliver @John Matson +274 R Gemstone Caverns @Martina Pilcerova +158 C Ghitu Firebreathing @Jim Nelson +239 U Ghostflame Sliver @Luca Zontini +197 C Glass Asp @Richard Kane Ferguson +159 C Goblin Skycutter @Clint Langley +111 C Gorgon Recluse @Darrell Riche +160 C Grapeshot @Pete Venters +161 R Greater Gargadon @Rob Alexander +198 C Greenseeker @Rebecca Guay +21 U Griffin Guide @Jim Nelson +162 C Ground Rift @Thomas M. Baxa +22 U Gustcloak Cavalier @Stuart Griffin +240 U Harmonic Sliver @Luca Zontini +112 U Haunting Hymn @rk post +199 C Havenwood Wurm @Stuart Griffin +200 C Herd Gnarr @Daren Bader +256 R Hivestone @Dave Allsop +201 R Hypergenesis @Ron Spears +163 R Ib Halfheart, Goblin Tactician @Wayne Reynolds +23 C Icatian Crier @Michael Phillippi +164 U Ignite Memories @Justin Sweet +165 C Ironclaw Buzzardiers @Carl Critchlow +286 L Island @Rob Alexander +287 L Island @Jeremy Jarvis +288 L Island @Craig Mullins +289 L Island @Richard Wright +241 R Ith, High Arcanist @Zoltan Boros & Gabor Szikszai +24 C Ivory Giant @Jeff Miracola +65 R Ixidron @Terese Nielsen +166 R Jaya Ballard, Task Mage @Matt Cavotta +25 C Jedit's Dragoons @John Matson +257 C Jhoira's Timebug @Dan Frazier +242 R Kaervek the Merciless @rk post +167 C Keldon Halberdier @Paolo Parente +275 R Kher Keep @Paolo Parente +26 U Knight of the Holy Nimbus @Wayne England +202 U Krosan Grip @Zoltan Boros & Gabor Szikszai +113 R Liege of the Pit @Jeremy Jarvis +168 C Lightning Axe @Dan Scott +114 R Lim-Dul the Necromancer @Matt Cavotta +115 R Living End @Greg Staples +258 U Locket of Yesterdays @Dany Orizio +66 C Looter il-Kor @Mike Dringenberg +259 R Lotus Bloom @Mark Zug +203 R Magus of the Candelabra @Terese Nielsen +27 R Magus of the Disk @Jeremy Jarvis +67 R Magus of the Jar @Zoltan Boros & Gabor Szikszai +116 R Magus of the Mirror @Christopher Moeller +169 R Magus of the Scroll @Greg Staples +117 C Mana Skimmer @Daniel Gelon +28 R Mangara of Corondor @Zoltan Boros & Gabor Szikszai +205 U Might Sliver @Jeff Miracola +204 U Might of Old Krosa @Una Fricker +118 C Mindlash Sliver @Jeff Miracola +119 C Mindstab @Mark Tedin +243 R Mishra, Artificer Prodigy @Scott M. Fischer +170 C Mogg War Marshal @Wayne England +206 C Molder @Greg Hildebrandt +276 U Molten Slagheap @Daren Bader +29 C Momentary Blink @Anthony S. Waters +68 R Moonlace @Mike Dringenberg +294 L Mountain @John Avon +295 L Mountain @D. Alexander Gregory +296 L Mountain @Craig Mullins +297 L Mountain @Greg Staples +207 C Mwonvuli Acid-Moss @Randy Gallegos +69 C Mystical Teachings @Ron Spears +208 C Nantuko Shaman @Daren Bader +120 R Nether Traitor @Vance Kovacs +121 U Nightshade Assassin @Alan Pollack +171 R Norin the Wary @Heather Hudson +30 R Opal Guardian @Christopher Rush +244 U Opaline Sliver @Dave Dorman +70 C Ophidian Eye @Zoltan Boros & Gabor Szikszai +172 C Orcish Cannonade @Pete Venters +31 U Outrider en-Kor @D. Alexander Gregory +260 U Paradise Plume @Wayne England +71 U Paradox Haze @Greg Staples +173 R Pardic Dragon @Zoltan Boros & Gabor Szikszai +209 U Pendelhaven Elder @Pete Venters +32 R Pentarch Paladin @Jim Murray +33 C Pentarch Ward @Dany Orizio +210 C Penumbra Spider @Jeff Easley +211 U Phantom Wurm @Alan Pollack +122 U Phthisis @Carl Critchlow +261 U Phyrexian Totem @John Zeleznik +123 C Pit Keeper @Anthony S. Waters +124 R Plague Sliver @Dave Allsop +282 L Plains @Rob Alexander +283 L Plains @Craig Mullins +284 L Plains @Justin Sweet +285 L Plains @Richard Wright +34 U Plated Pegasus @Greg Hildebrandt +174 C Plunder @Thomas M. Baxa +125 U Premature Burial @Clint Langley +212 U Primal Forcemage @Jeff Miracola +262 C Prismatic Lens @Alan Pollack +72 R Psionic Sliver @Wayne England +126 C Psychotic Episode @Drew Tucker +35 U Pull from Eternity @Ron Spears +36 R Pulmonic Sliver @Jeff Easley +37 U Quilled Sliver @John Matson +175 R Reiterate @Dan Scott +38 R Restore Balance @Mark Poole +39 U Return to Dust @Wayne Reynolds +176 C Rift Bolt @Michael Sutfin +73 U Riftwing Cloudskate @Carl Critchlow +245 R Saffi Eriksdotter @Christopher Moeller +74 C Sage of Epityr @Randy Gallegos +277 U Saltcrusted Steppe @Greg Staples +127 C Sangrophage @Pete Venters +263 R Sarpadian Empires, Vol. VII @Doug Chaffee +213 C Savage Thallid @Luca Zontini +214 C Scarwood Treefolk @Stuart Griffin +246 R Scion of the Ur-Dragon @Jim Murray +75 C Screeching Sliver @Stuart Griffin +215 U Scryb Ranger @Rebecca Guay +216 C Search for Tomorrow @Randy Gallegos +177 R Sedge Sliver @Richard Kane Ferguson +128 R Sengir Nosferatu @Scott M. Fischer +40 R Serra Avenger @Scott M. Fischer +76 C Shadow Sliver @Warren Mahy +41 C Sidewinder Sliver @Ron Spencer +129 U Skittering Monstrosity @rk post +130 C Skulking Knight @rk post +77 C Slipstream Serpent @Darrell Riche +131 U Smallpox @Janine Johnston +78 C Snapback @Alan Pollack +217 R Spectral Force @Dan Scott +79 U Spell Burst @Terese Nielsen +218 R Spike Tiller @Tony Szczudlo +80 C Spiketail Drakeling @Dave Dorman +219 C Spinneret Sliver @Michael Sutfin +42 U Spirit Loop @Wayne Reynolds +220 U Sporesower Thallid @Ron Spencer +81 R Sprite Noble @Randy Gallegos +221 C Sprout @Anthony S. Waters +222 R Squall Line @Lars Grant-West +247 R Stonebrow, Krosan Hero @Ron Spears +223 R Stonewood Invocation @Pete Venters +82 U Stormcloud Djinn @Greg Staples +132 C Strangling Soot @Jim Murray +224 C Strength in Numbers @Ron Spencer +133 R Stronghold Overseer @Puddnhead +264 R Stuffy Doll @Dave Allsop +178 C Subterranean Shambler @Kev Walker +134 U Sudden Death @Dave Allsop +179 U Sudden Shock @Vance Kovacs +135 R Sudden Spoiling @Alan Pollack +180 U Sulfurous Blast @Jeff Miracola +290 L Swamp @John Avon +291 L Swamp @Vance Kovacs +292 L Swamp @Craig Mullins +293 L Swamp @Richard Wright +278 R Swarmyard @Thomas M. Baxa +181 U Tectonic Fiend @Mark Tedin +83 R Teferi, Mage of Zhalfir @D. Alexander Gregory & Jeremy Jarvis +84 U Telekinetic Sliver @Randy Elliott +85 C Temporal Eddy @Wayne England +43 C Temporal Isolation @Stephen Tappin +136 C Tendrils of Corruption @Mike Dringenberg +279 C Terramorphic Expanse @Dan Scott +225 C Thallid Germinator @Tom Wänerstrand +226 C Thallid Shell-Dweller @Carl Critchlow +227 R Thelon of Havenwood @Kev Walker +228 R Thelonite Hermit @Chippy +182 U Thick-Skinned Goblin @Ralph Horsley +86 C Think Twice @Jim Nelson +229 C Thrill of the Hunt @Stephen Tappin +265 U Thunder Totem @Randy Gallegos +44 R Tivadar of Thorn @Carl Critchlow +87 C Tolarian Sentinel @Thomas M. Baxa +137 C Traitor's Clutch @Dave Allsop +138 C Trespasser il-Vec @Jim Murray +88 R Trickbind @John Zeleznik +266 R Triskelavus @Mark Zug +230 U Tromp the Domains @Mike Dringenberg +89 U Truth or Tale @Michael Phillippi +183 C Two-Headed Sliver @Dany Orizio +184 U Undying Rage @Scott M. Fischer +231 R Unyaro Bees @Tom Wänerstrand +139 C Urborg Syphon-Mage @Greg Staples +280 U Urza's Factory @Mark Tedin +140 U Vampiric Sliver @Thomas M. Baxa +267 C Venser's Sliver @Carl Critchlow +232 R Verdant Embrace @Stephen Tappin +281 R Vesuva @Zoltan Boros & Gabor Szikszai +90 R Vesuvan Shapeshifter @Quinton Hoover +185 C Viashino Bladescout @Dany Orizio +91 C Viscerid Deepwalker @Heather Hudson +141 C Viscid Lemures @Drew Tucker +92 U Voidmage Husher @Chippy +186 U Volcanic Awakening @Dan Scott +93 R Walk the Aeons @Jeremy Jarvis +45 C Watcher Sliver @Liz Danforth +46 R Weathered Bodyguards @Wayne Reynolds +268 U Weatherseed Totem @Heather Hudson +187 R Wheel of Fate @Kev Walker +94 U Wipe Away @Jeff Miracola +188 R Word of Seizing @Vance Kovacs +233 C Wormwood Dryad @Warren Mahy +234 R Wurmcalling @Jeff Easley +235 U Yavimaya Dryad @Rebecca Guay +47 C Zealot il-Vec @Chippy [tokens] kobolds_of_kher_keep diff --git a/forge-gui/res/editions/Torment Promos.txt b/forge-gui/res/editions/Torment Promos.txt index 31376a6e968..283991ade33 100644 --- a/forge-gui/res/editions/Torment Promos.txt +++ b/forge-gui/res/editions/Torment Promos.txt @@ -7,4 +7,4 @@ CardLang=ru ScryfallCode=PTOR [cards] -67 R Laquatus's Champion +67 R Laquatus's Champion @Greg Staples diff --git a/forge-gui/res/editions/Torment.txt b/forge-gui/res/editions/Torment.txt index 4499ad2519a..560c1df9a12 100644 --- a/forge-gui/res/editions/Torment.txt +++ b/forge-gui/res/editions/Torment.txt @@ -14,149 +14,149 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=TOR [cards] -90 C Accelerate -118 C Acorn Harvest -22 R Alter Reality -23 R Ambassador Laquatus -1 R Angel of Retribution -119 U Anurid Scavenger -24 C Aquamoeba -120 U Arrogant Wurm -2 C Aven Trooper -25 U Balshan Collaborator -91 R Balthor the Stout -92 C Barbarian Outcast -121 C Basking Rootwalla -50 U Boneshard Slasher -26 U Breakthrough -139 U Cabal Coffers -51 C Cabal Ritual -52 C Cabal Surgeon -53 C Cabal Torturer -54 C Carrion Rats -55 U Carrion Wurm -122 U Centaur Chieftain -123 C Centaur Veteran -27 C Cephalid Aristocrat -28 U Cephalid Illusionist -29 U Cephalid Sage -30 C Cephalid Snitch -31 R Cephalid Vandal -57 U Chainer's Edict -56 R Chainer, Dementia Master -32 C Churning Eddy -33 U Circular Logic -3 U Cleansing Meditation -34 U Compulsion -35 C Coral Net -93 C Crackling Club -94 U Crazed Firecat -58 C Crippling Fatigue -59 R Dawn of the Dead -36 C Deep Analysis -95 R Devastating Dreams -124 U Dwell on the Past -96 C Enslaved Dwarf -4 U Equal Treatment -60 C Faceless Butcher -37 R False Memories -125 C Far Wanderings -97 C Fiery Temper -98 U Flaming Gambit -99 C Flash of Defiance -5 C Floating Shield -6 C Frantic Purification -38 C Ghostly Wings -61 U Gloomdrifter -62 C Gravegouger -100 R Grim Lavamancer -63 U Grotesque Hybrid -126 R Gurzigost -101 R Hell-Bent Raider -39 C Hydromorph Guardian -40 U Hydromorph Gull -64 R Hypnox -7 U Hypochondria -65 R Ichorid -66 R Insidious Dreams -127 R Insist -128 C Invigorating Falls -102 C Kamahl's Sledge -129 C Krosan Constrictor -130 C Krosan Restorer -67 R Laquatus's Champion -68 R Last Laugh -41 C Liquify -42 R Llawan, Cephalid Empress -103 C Longhorn Firebeast -8 R Major Teroh -69 C Mesmeric Fiend -9 C Militant Monk -70 U Mind Sludge -10 R Morningtide -71 R Mortal Combat -72 U Mortiphobia -73 R Mutilate -11 C Mystic Familiar -131 R Nantuko Blightcutter -132 C Nantuko Calmer -133 R Nantuko Cultivator -74 R Nantuko Shade -134 U Narcissism -135 R Nostalgic Dreams -43 C Obsessive Search -75 C Organ Grinder -104 R Overmaster -136 R Parallel Evolution -105 U Pardic Arsonist -106 U Pardic Collaborator -107 C Pardic Lancer -12 C Pay No Heed -108 R Petradon -109 C Petravark -110 U Pitchstone Wall -44 R Plagiarize -45 R Possessed Aven -111 R Possessed Barbarian -137 R Possessed Centaur -13 R Possessed Nomad -76 C Psychotic Haze -77 C Putrid Imp -112 U Pyromania -113 R Radiate -78 C Rancid Earth -14 R Reborn Hero -79 C Restless Dreams -46 R Retraced Image -80 R Sengir Vampire -138 U Seton's Scout -81 C Shade's Form -82 R Shambling Swarm -83 U Sickening Dreams -114 R Skullscorch -47 C Skywing Aven -84 U Slithery Stalker -115 C Sonic Seizure -85 C Soul Scourge -15 C Spirit Flare -16 U Stern Judge -17 U Strength of Isolation -86 U Strength of Lunacy -48 U Stupefying Touch -140 U Tainted Field -141 U Tainted Isle -142 U Tainted Peak -143 U Tainted Wood -116 U Temporary Insanity -18 C Teroh's Faithful -19 U Teroh's Vanguard -20 R Transcendence -49 R Turbulent Dreams -87 C Unhinge -21 R Vengeful Dreams -117 U Violent Eruption -88 C Waste Away -89 U Zombie Trailblazer +90 C Accelerate @Gary Ruddell +118 C Acorn Harvest @Edward P. Beard, Jr. +22 R Alter Reality @Justin Sweet +23 R Ambassador Laquatus @Eric Peterson +1 R Angel of Retribution @rk post +119 U Anurid Scavenger @Bob Petillo +24 C Aquamoeba @Arnie Swekel +120 U Arrogant Wurm @John Avon +2 C Aven Trooper @Greg Staples +25 U Balshan Collaborator @DiTerlizzi +91 R Balthor the Stout @Ron Spears +92 C Barbarian Outcast @Mark Tedin +121 C Basking Rootwalla @Heather Hudson +50 U Boneshard Slasher @Ron Spencer +26 U Breakthrough @Gary Ruddell +139 U Cabal Coffers @Don Hazeltine +51 C Cabal Ritual @Greg Hildebrandt +52 C Cabal Surgeon @Donato Giancola +53 C Cabal Torturer @Pete Venters +54 C Carrion Rats @Edward P. Beard, Jr. +55 U Carrion Wurm @Glen Angus +122 U Centaur Chieftain @Justin Sweet +123 C Centaur Veteran @Mark Zug +27 C Cephalid Aristocrat @Rob Alexander +28 U Cephalid Illusionist @Pete Venters +29 U Cephalid Sage @Keith Garletts +30 C Cephalid Snitch @Jerry Tiritilli +31 R Cephalid Vandal @Alex Horley-Orlandelli +57 U Chainer's Edict @Ben Thompson +56 R Chainer, Dementia Master @Mark Zug +32 C Churning Eddy @Thomas M. Baxa +33 U Circular Logic @Anthony S. Waters +3 U Cleansing Meditation @Ron Spears +34 U Compulsion @Christopher Moeller +35 C Coral Net @Roger Raupp +93 C Crackling Club @Mike Ploog +94 U Crazed Firecat @Ron Spears +58 C Crippling Fatigue @Heather Hudson +59 R Dawn of the Dead @Pete Venters +36 C Deep Analysis @Daren Bader +95 R Devastating Dreams @Tony Szczudlo +124 U Dwell on the Past @Rebecca Guay +96 C Enslaved Dwarf @Terese Nielsen +4 U Equal Treatment @Greg Hildebrandt & Tim Hildebrandt +60 C Faceless Butcher @Daren Bader +37 R False Memories @Ron Spencer +125 C Far Wanderings @Darrell Riche +97 C Fiery Temper @Greg Hildebrandt & Tim Hildebrandt +98 U Flaming Gambit @Donato Giancola +99 C Flash of Defiance @Carl Critchlow +5 C Floating Shield @Keith Garletts +6 C Frantic Purification @Mark Brill +38 C Ghostly Wings @David Martin +61 U Gloomdrifter @Adam Rex +62 C Gravegouger @Daren Bader +100 R Grim Lavamancer @Jim Nelson +63 U Grotesque Hybrid @Terese Nielsen +126 R Gurzigost @Scott M. Fischer +101 R Hell-Bent Raider @Mike Ploog +39 C Hydromorph Guardian @Glen Angus +40 U Hydromorph Gull @Arnie Swekel +64 R Hypnox @Greg Staples +7 U Hypochondria @Christopher Moeller +65 R Ichorid @rk post +66 R Insidious Dreams @John Avon +127 R Insist @Franz Vohwinkel +128 C Invigorating Falls @Rebecca Guay +102 C Kamahl's Sledge @Don Hazeltine +129 C Krosan Constrictor @Jim Nelson +130 C Krosan Restorer @Clyde Caldwell +67 R Laquatus's Champion @Greg Staples +68 R Last Laugh @John Matson +41 C Liquify @Ron Spencer +42 R Llawan, Cephalid Empress @Mark Zug +103 C Longhorn Firebeast @Glen Angus +8 R Major Teroh @Daren Bader +69 C Mesmeric Fiend @Dana Knutson +9 C Militant Monk @Mark Brill +70 U Mind Sludge @Eric Peterson +10 R Morningtide @Tony Szczudlo +71 R Mortal Combat @Mike Ploog +72 U Mortiphobia @Christopher Moeller +73 R Mutilate @Eric Peterson +11 C Mystic Familiar @Edward P. Beard, Jr. +131 R Nantuko Blightcutter @Matt Cavotta +132 C Nantuko Calmer @Mark Romanoski +133 R Nantuko Cultivator @Darrell Riche +74 R Nantuko Shade @Brian Snõddy +134 U Narcissism @Christopher Moeller +135 R Nostalgic Dreams @Darrell Riche +43 C Obsessive Search @Jim Nelson +75 C Organ Grinder @Adam Rex +104 R Overmaster @Anthony S. Waters +136 R Parallel Evolution @Matt Cavotta +105 U Pardic Arsonist @rk post +106 U Pardic Collaborator @Pete Venters +107 C Pardic Lancer @Justin Sweet +12 C Pay No Heed @Adam Rex +108 R Petradon @Jim Nelson +109 C Petravark @Wayne England +110 U Pitchstone Wall @David Martin +44 R Plagiarize @Ben Thompson +45 R Possessed Aven @Scott M. Fischer +111 R Possessed Barbarian @Scott M. Fischer +137 R Possessed Centaur @Alex Horley-Orlandelli +13 R Possessed Nomad @Eric Peterson +76 C Psychotic Haze @Alex Horley-Orlandelli +77 C Putrid Imp @Wayne England +112 U Pyromania @Christopher Moeller +113 R Radiate @Carl Critchlow +78 C Rancid Earth @Ciruelo +14 R Reborn Hero @Gary Ruddell +79 C Restless Dreams @John Matson +46 R Retraced Image @Greg Staples +80 R Sengir Vampire @Kev Walker +138 U Seton's Scout @Mark Romanoski +81 C Shade's Form @Clyde Caldwell +82 R Shambling Swarm @Arnie Swekel +83 U Sickening Dreams @Scott M. Fischer +114 R Skullscorch @Bradley Williams +47 C Skywing Aven @Matt Cavotta +84 U Slithery Stalker @John Avon +115 C Sonic Seizure @Terese Nielsen +85 C Soul Scourge @Carl Critchlow +15 C Spirit Flare @rk post +16 U Stern Judge @Matt Cavotta +17 U Strength of Isolation @Jerry Tiritilli +86 U Strength of Lunacy @Greg Hildebrandt & Tim Hildebrandt +48 U Stupefying Touch @Bradley Williams +140 U Tainted Field @Don Hazeltine +141 U Tainted Isle @Alan Pollack +142 U Tainted Peak @Tony Szczudlo +143 U Tainted Wood @Rob Alexander +116 U Temporary Insanity @Mark Romanoski +18 C Teroh's Faithful @Tim Hildebrandt +19 U Teroh's Vanguard @Greg Hildebrandt & Tim Hildebrandt +20 R Transcendence @Rebecca Guay +49 R Turbulent Dreams @Wayne England +87 C Unhinge @Keith Garletts +21 R Vengeful Dreams @Mark Tedin +117 U Violent Eruption @Bob Petillo +88 C Waste Away @Alan Pollack +89 U Zombie Trailblazer @Brian Snõddy [tokens] g_1_1_squirrel diff --git a/forge-gui/res/editions/Treasure Chests.txt b/forge-gui/res/editions/Treasure Chests.txt index 03e3e39f072..7b86563c6ba 100644 --- a/forge-gui/res/editions/Treasure Chests.txt +++ b/forge-gui/res/editions/Treasure Chests.txt @@ -7,79 +7,79 @@ Type=Online ScryfallCode=PZ2 [cards] -1 C Throne Warden -2 C Palace Sentinels -3 U Orzhov Advokist -4 U Palace Jailer -5 R Recruiter of the Guard -6 R Custodi Soulbinders -7 R Selfless Squire -8 R Protector of the Crown -9 R Duelist's Heritage -10 R Entrapment Maneuver -11 M Sanctum Prelate -12 U Grip of Phyresis -13 R Stunt Double -14 R Faerie Artisans -15 R Keeper of Keys -16 R Deepglow Skate -17 C Garrulous Sycophant -18 C Thorn of the Black Rose -19 U Parting Thoughts -20 U Marchesa's Decree -21 R Magus of the Will -22 R Custodi Lich -23 R Curse of Vengeance -24 U Frenzied Fugue -25 R Goblin Spymaster -26 R Charging Cinderhorn -27 R Runehorn Hellkite -28 R Skyline Despot -29 R Grenzo, Havoc Raiser -30 M Subterranean Tremors -31 U Domesticated Hydra -32 U Evolutionary Escalation -33 R Primeval Protector -34 R Splitting Slime -35 R Stonehoof Chieftain -36 R Benefactor's Draught -37 M Selvala, Heart of the Wilds -38 U Ancient Excavation -39 U Sylvan Reclamation -40 U Migratory Route -41 U Grave Upheaval -42 U Treacherous Terrain -43 R Reyhan, Last of the Abzan -44 R Tymna the Weaver -45 R Adriana, Captain of the Guard -46 R Kraum, Ludevic's Opus -47 R Thrasios, Triton Hero -48 R Akiri, Line-Slinger -49 M Vial Smasher the Fierce -50 M Queen Marchesa -51 M Silas Renn, Seeker Adept -52 M Ludevic, Necro-Alchemist -53 M Kydele, Chosen of Kruphix -54 M Sidar Kondo of Jamuraa -55 M Tana, the Bloodsower -56 M Bruse Tarl, Boorish Herder -57 M Ishai, Ojutai Dragonspeaker -58 M Ikra Shidiqi, the Usurper -59 M Ravos, Soultender -60 M Leovold, Emissary of Trest -61 M Saskia the Unyielding -62 M Atraxa, Praetors' Voice -63 M Kynaios and Tiro of Meletis -64 M Yidris, Maelstrom Wielder -65 M Breya, Etherium Shaper -66 M Daretti, Ingenious Iconoclast -67 M Kaya, Ghost Assassin -68 R Armory Automaton -69 R Crystalline Crawler -70 R Boompile -71 R Prismatic Geoscope -72 C Ash Barrens -73 R Throne of the High City +1 C Throne Warden @Chris Rallis +2 C Palace Sentinels @Aaron Miller +3 U Orzhov Advokist @Jason A. Engle +4 U Palace Jailer @David Palumbo +5 R Recruiter of the Guard @Jason Rainville +6 R Custodi Soulbinders @Karla Ortiz +7 R Selfless Squire @Tony Foti +8 R Protector of the Crown @Johannes Voss +9 R Duelist's Heritage @Lake Hurwitz +10 R Entrapment Maneuver @Filip Burburan +11 M Sanctum Prelate @Winona Nelson +12 U Grip of Phyresis @Lake Hurwitz +13 R Stunt Double @Joseph Meehan +14 R Faerie Artisans @Tony Foti +15 R Keeper of Keys @Bastien L. Deharme +16 R Deepglow Skate @Jason Kang +17 C Garrulous Sycophant @Lake Hurwitz +18 C Thorn of the Black Rose @David Gaillet +19 U Parting Thoughts @Seb McKinnon +20 U Marchesa's Decree @Chris Rallis +21 R Magus of the Will @Vincent Proce +22 R Custodi Lich @Bastien L. Deharme +23 R Curse of Vengeance @Bastien L. Deharme +24 U Frenzied Fugue @Tony Foti +25 R Goblin Spymaster @Wayne Reynolds +26 R Charging Cinderhorn @Lius Lasahido +27 R Runehorn Hellkite @Karl Kopinski +28 R Skyline Despot @Lucas Graciano +29 R Grenzo, Havoc Raiser @Svetlin Velinov +30 M Subterranean Tremors @Filip Burburan +31 U Domesticated Hydra @Mathias Kollros +32 U Evolutionary Escalation @Kev Walker +33 R Primeval Protector @Jaime Jones +34 R Splitting Slime @James Paick +35 R Stonehoof Chieftain @Tomasz Jedruszek +36 R Benefactor's Draught @Scott Murphy +37 M Selvala, Heart of the Wilds @Tyler Jacobson +38 U Ancient Excavation @James Paick +39 U Sylvan Reclamation @Seb McKinnon +40 U Migratory Route @Winona Nelson +41 U Grave Upheaval @Vincent Proce +42 U Treacherous Terrain @Titus Lunter +43 R Reyhan, Last of the Abzan @Chris Rallis +44 R Tymna the Weaver @Winona Nelson +45 R Adriana, Captain of the Guard @Chris Rallis +46 R Kraum, Ludevic's Opus @Aaron Miller +47 R Thrasios, Triton Hero @Josu Hernaiz +48 R Akiri, Line-Slinger @David Gaillet +49 M Vial Smasher the Fierce @Deruchenko Alexander +50 M Queen Marchesa @Kieran Yanner +51 M Silas Renn, Seeker Adept @Joseph Meehan +52 M Ludevic, Necro-Alchemist @Aaron Miller +53 M Kydele, Chosen of Kruphix @Bastien L. Deharme +54 M Sidar Kondo of Jamuraa @Ryan Alexander Lee +55 M Tana, the Bloodsower @Magali Villeneuve +56 M Bruse Tarl, Boorish Herder @Anthony Palumbo +57 M Ishai, Ojutai Dragonspeaker @Zack Stella +58 M Ikra Shidiqi, the Usurper @Josu Hernaiz +59 M Ravos, Soultender @Zezhou Chen +60 M Leovold, Emissary of Trest @Magali Villeneuve +61 M Saskia the Unyielding @Greg Opalinski +62 M Atraxa, Praetors' Voice @Victor Adame Minguez +63 M Kynaios and Tiro of Meletis @Willian Murai +64 M Yidris, Maelstrom Wielder @Karl Kopinski +65 M Breya, Etherium Shaper @Clint Cearley +66 M Daretti, Ingenious Iconoclast @Victor Adame Minguez +67 M Kaya, Ghost Assassin @Chris Rallis +68 R Armory Automaton @James Paick +69 R Crystalline Crawler @Jason Felix +70 R Boompile @Filip Burburan +71 R Prismatic Geoscope @Steven Belledin +72 C Ash Barrens @Jonas De Ro +73 R Throne of the High City @Titus Lunter [tokens] w_1_1_bird_flying diff --git a/forge-gui/res/editions/Two-Headed Giant Tournament.txt b/forge-gui/res/editions/Two-Headed Giant Tournament.txt index 7da27aa68ea..0684858e997 100644 --- a/forge-gui/res/editions/Two-Headed Giant Tournament.txt +++ b/forge-gui/res/editions/Two-Headed Giant Tournament.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=P2HG [cards] -1 R Underworld Dreams +1 R Underworld Dreams @Julie Baroh diff --git a/forge-gui/res/editions/URL Convention Promos.txt b/forge-gui/res/editions/URL Convention Promos.txt index 53bb2888a93..d8ec00a8a16 100644 --- a/forge-gui/res/editions/URL Convention Promos.txt +++ b/forge-gui/res/editions/URL Convention Promos.txt @@ -6,12 +6,12 @@ Type=Promo ScryfallCode=PURL [cards] -1 R Steward of Valeron -2 R Kor Skyfisher -3 R Bloodthrone Vampire -4 R Merfolk Mesmerist -5 R Chandra's Fury -7 R Stealer of Secrets -8 C Aeronaut Tinkerer -9 R Relentless Rats -34 U Shepherd of the Lost +1 R Steward of Valeron @Greg Staples +2 R Kor Skyfisher @Dan Scott +3 R Bloodthrone Vampire @Steve Argyle +4 R Merfolk Mesmerist @Jana Schirmer & Johannes Voss +5 R Chandra's Fury @Volkan Baǵa +7 R Stealer of Secrets @Michael C. Hayes +8 C Aeronaut Tinkerer @Willian Murai +9 R Relentless Rats @Thomas M. Baxa +34★ U Shepherd of the Lost @Kekai Kotaki diff --git a/forge-gui/res/editions/Ugin's Fate.txt b/forge-gui/res/editions/Ugin's Fate.txt index cc4cb14561c..7cfd7b19220 100644 --- a/forge-gui/res/editions/Ugin's Fate.txt +++ b/forge-gui/res/editions/Ugin's Fate.txt @@ -7,29 +7,29 @@ Type=Promo ScryfallCode=ugin [cards] -1 M Ugin, the Spirit Dragon -19 R Mastery of the Unseen -24 C Smite the Monstrous -26 C Soul Summons -30 U Watcher of the Roost -36 R Jeskai Infiltrator -46 U Reality Shift -48 C Mystic of the Hidden Way -59 C Write into Being -68 C Debilitating Injury -73 R Grim Haruspex -85 C Sultai Emissary -88 U Ruthless Ripper -96 C Ainok Tracker -97 U Arc Lightning -98 C Fierce Invocation -113 R Jeering Instigator -123 U Arashin War Beast -129 C Formless Nurturing -131 C Dragonscale Boon -146 R Wildcall -161 U Hewed Stone Retainers -164 U Ugin's Construct -216 R Altar of the Brood -217 U Briber's Purse -220 R Ghostfire Blade +1 M Ugin, the Spirit Dragon @Chris Rahn +19 R Mastery of the Unseen @Daniel Ljunggren +24 C Smite the Monstrous @Greg Staples +26 C Soul Summons @Johann Bodin +30 U Watcher of the Roost @Jack Wang +36 R Jeskai Infiltrator @Cynthia Sheppard +46 U Reality Shift @Howard Lyon +48 C Mystic of the Hidden Way @Ryan Alexander Lee +59 C Write into Being @Yeong-Hao Han +68 C Debilitating Injury @Slawomir Maniak +73 R Grim Haruspex @Seb McKinnon +85 C Sultai Emissary @Mathias Kollros +88 U Ruthless Ripper @Clint Cearley +96 C Ainok Tracker @Evan Shipard +97 U Arc Lightning @Seb McKinnon +98 C Fierce Invocation @Tyler Jacobson +113 R Jeering Instigator @Willian Murai +123 U Arashin War Beast @Eric Deschamps +129 C Formless Nurturing @Cliff Childs +131 C Dragonscale Boon @Mark Winters +146 R Wildcall @Adam Paquette +161 U Hewed Stone Retainers @David Seguin +164 U Ugin's Construct @Peter Mohrbacher +216 R Altar of the Brood @Erica Yang +217 U Briber's Purse @Steve Argyle +220 R Ghostfire Blade @Cyril Van Der Haegen diff --git a/forge-gui/res/editions/Ultimate Box Topper.txt b/forge-gui/res/editions/Ultimate Box Topper.txt index 54d14e9bd5c..e15bc998d33 100644 --- a/forge-gui/res/editions/Ultimate Box Topper.txt +++ b/forge-gui/res/editions/Ultimate Box Topper.txt @@ -4,46 +4,46 @@ Date=2018-12-07 Name=Ultimate Box Topper - Ultimate Masters MciCode=uma Type=Reprint -ScryfallCode=uma +ScryfallCode=puma [cards] -1 M Emrakul, the Aeons Torn -2 M Karn Liberated -3 M Kozilek, Butcher of Truth -4 M Ulamog, the Infinite Gyre -5 M Snapcaster Mage -6 M Temporal Manipulation -7 M Bitterblossom -8 M Demonic Tutor -9 M Goryo's Vengeance -10 M Liliana of the Veil -11 M Mikaeus, the Unhallowed -12 M Reanimate -13 M Tasigur, the Golden Fang -14 M Balefire Dragon -15 M Through the Breach -16 M Eternal Witness -17 M Life from the Loam -18 M Noble Hierarch -19 M Tarmogoyf -20 M Vengevine -21 M Gaddock Teeg -22 M Leovold, Emissary of Trest -23 M Lord of Extinction -24 M Maelstrom Pulse -25 M Sigarda, Host of Herons -26 M Fulminator Mage -27 M Kitchen Finks -28 M Engineered Explosives -29 M Mana Vault -30 M Platinum Emperion -31 M Ancient Tomb -32 M Cavern of Souls -33 M Celestial Colonnade -34 M Creeping Tar Pit -35 M Dark Depths -36 M Karakas -37 M Lavaclaw Reaches -38 M Raging Ravine -39 M Stirring Wildwood -40 M Urborg, Tomb of Yawgmoth +U1 M Emrakul, the Aeons Torn @Mark Tedin +U2 M Karn Liberated @Jason Chan +U3 M Kozilek, Butcher of Truth @Michael Komarck +U4 M Ulamog, the Infinite Gyre @Aleksi Briclot +U5 M Snapcaster Mage @Ryan Alexander Lee +U6 M Temporal Manipulation @Franz Vohwinkel +U7 M Bitterblossom @Jesper Ejsing +U8 M Demonic Tutor @Zack Stella +U9 M Goryo's Vengeance @Randy Vargas +U10 M Liliana of the Veil @Steve Argyle +U11 M Mikaeus, the Unhallowed @Chris Rahn +U12 M Reanimate @Johann Bodin +U13 M Tasigur, the Golden Fang @Igor Kieryluk +U14 M Balefire Dragon @Eric Deschamps +U15 M Through the Breach @Randy Vargas +U16 M Eternal Witness @Chris Rahn +U17 M Life from the Loam @Sung Choi +U18 M Noble Hierarch @Mark Zug +U19 M Tarmogoyf @Filip Burburan +U20 M Vengevine @Raymond Swanland +U21 M Gaddock Teeg @Greg Staples +U22 M Leovold, Emissary of Trest @Magali Villeneuve +U23 M Lord of Extinction @Izzy +U24 M Maelstrom Pulse @John Avon +U25 M Sigarda, Host of Herons @Chris Rahn +U26 M Fulminator Mage @Lucas Graciano +U27 M Kitchen Finks @Kev Walker +U28 M Engineered Explosives @Lars Grant-West +U29 M Mana Vault @Christine Choi +U30 M Platinum Emperion @Igor Kieryluk +U31 M Ancient Tomb @Yeong-Hao Han +U32 M Cavern of Souls @Richard Wright +U33 M Celestial Colonnade @Eric Deschamps +U34 M Creeping Tar Pit @Jason Felix +U35 M Dark Depths @Mathias Kollros +U36 M Karakas @Drew Baker +U37 M Lavaclaw Reaches @Véronique Meignaud +U38 M Raging Ravine @Todd Lockwood +U39 M Stirring Wildwood @Eric Deschamps +U40 M Urborg, Tomb of Yawgmoth @Jung Park diff --git a/forge-gui/res/editions/Ultimate Masters.txt b/forge-gui/res/editions/Ultimate Masters.txt index df5258d56d4..f1695d55cbf 100644 --- a/forge-gui/res/editions/Ultimate Masters.txt +++ b/forge-gui/res/editions/Ultimate Masters.txt @@ -13,260 +13,260 @@ ChaosDraftThemes=MASTERS_SET;GRAVEYARD_MATTERS ScryfallCode=UMA [cards] -1 R All Is Dust -2 U Artisan of Kozilek -3 R Eldrazi Conscription -4 M Emrakul, the Aeons Torn -5 M Karn Liberated -6 M Kozilek, Butcher of Truth -7 M Ulamog, the Infinite Gyre -8 C Ulamog's Crusher -9 U Ancestor's Chosen -10 C Angelic Renewal -11 R Containment Priest -12 C Conviction -13 U Dawn Charm -14 R Daybreak Coronet -15 U Emancipation Angel -16 C Faith's Fetters -17 U Fiend Hunter -18 C Gods Willing -19 C Heliod's Pilgrim -20 U Hero of Iroas -21 C Hyena Umbra -22 C Icatian Crier -23 C Lotus-Eye Mystics -24 C Mammoth Umbra -25 C Martyr of Sands -26 U Miraculous Recovery -27 U Phalanx Leader -28 U Rally the Peasants -29 C Repel the Darkness -30 C Resurrection -31 R Reveillark -32 R Reya Dawnbringer -33 C Ronom Unicorn -34 R Runed Halo -35 U Sigil of the New Dawn -36 C Skyspear Cavalry -37 U Spirit Cairn -38 R Sublime Archangel -39 U Swift Reckoning -40 C Tethmos High Priest -41 R Wall of Reverence -42 C Wandering Champion -43 C Wingsteed Rider -44 C Aethersnipe -45 C Archaeomancer -46 R Back to Basics -47 U Circular Logic -48 C Defy Gravity -49 C Deranged Assistant -50 R Dig Through Time -51 R Disrupting Shoal -52 U Dreamscape Artist -53 C Eel Umbra -54 C Flight of Fancy -55 C Foil -56 U Forbidden Alchemy -57 C Frantic Search -58 R Glen Elendra Archmage -59 U Iridescent Drake -60 C Just the Wind -61 U Laboratory Maniac -62 U Living Lore -63 R Magus of the Bazaar -64 U Mahamoti Djinn -65 U Marang River Prowler -66 U Mystic Retrieval -67 U Rise from the Tides -68 C Rune Snag -69 C Skywing Aven -70 U Sleight of Hand -71 M Snapcaster Mage -72 C Stitched Drake -73 C Stitcher's Apprentice -74 U Stream of Consciousness -75 C Sultai Skullkeeper -76 R Talrand, Sky Summoner -77 M Temporal Manipulation -78 C Think Twice -79 C Treasure Cruise -80 U Unstable Mutation -81 R Visions of Beyond -82 C Whirlwind Adept -83 U Appetite for Brains -84 U Apprentice Necromancer -85 M Bitterblossom -86 C Bloodflow Connoisseur -87 R Bridge from Below -88 U Buried Alive -89 U Chainer's Edict -90 C Crow of Dark Tidings -91 C Dark Dabbling -92 C Death Denied -93 R Demonic Tutor -94 R Entomb -95 C Fume Spitter -96 C Ghoulcaller's Accomplice -97 U Ghoulsteed -98 U Golgari Thug -99 R Goryo's Vengeance -100 C Grave Scrabbler -101 U Grave Strength -102 C Gurmag Angler -103 C Last Gasp -104 M Liliana of the Veil -105 C Mark of the Vampire -106 M Mikaeus, the Unhallowed -107 C Moan of the Unhallowed -108 C Offalsnout -109 C Olivia's Dragoon -110 R Reanimate -111 C Sanitarium Skeleton -112 U Shirei, Shizo's Caretaker -113 U Shriekmaw -114 C Slum Reaper -115 U Songs of the Damned -116 R Spoils of the Vault -117 R Tasigur, the Golden Fang -118 C Twins of Maurer Estate -119 U Unburial Rites -120 C Unholy Hunger -121 C Akroan Crusader -122 U Anger -123 C Arena Athlete -124 M Balefire Dragon -125 U Brazen Scourge -126 U Conflagrate -127 U Desperate Ritual -128 C Faithless Looting -129 C Fiery Temper -130 U Firewing Phoenix -131 U Furnace Celebration -132 R Gamble -133 C Generator Servant -134 C Hissing Iguanar -135 C Ingot Chewer -136 U Lava Spike -137 C Mad Prophet -138 U Magmaw -139 U Malevolent Whispers -140 C Molten Birth -141 C Nightbird's Clutches -142 C Raid Bombardment -143 C Reckless Charge -144 C Reckless Wurm -145 U Rolling Temblor -146 R Seismic Assault -147 R Seize the Day -148 C Soul's Fire -149 C Sparkspitter -150 R Squee, Goblin Nabob -151 C Thermo-Alchemist -152 R Through the Breach -153 C Undying Rage -154 R Vexing Devil -155 U Young Pyromancer -156 C Basking Rootwalla -157 U Become Immense -158 U Boar Umbra -159 U Boneyard Wurm -160 U Brawn -161 C Crushing Canopy -162 U Devoted Druid -163 U Eternal Witness -164 R Fauna Shaman -165 U Fecundity -166 C Golgari Brownscale -167 R Golgari Grave-Troll -168 C Groundskeeper -169 U Hero of Leina Tower -170 C Hooting Mandrills -171 C Kodama's Reach -172 R Life from the Loam -173 C Miming Slime -174 R Noble Hierarch -175 R Nourishing Shoal -176 R Pattern of Rebirth -177 U Penumbra Wurm -178 C Prey Upon -179 C Pulse of Murasa -180 C Satyr Wayfinder -181 C Shed Weakness -182 U Snake Umbra -183 U Spider Spawning -184 C Spider Umbra -185 C Staunch-Hearted Warrior -186 U Stingerfling Spider -187 M Tarmogoyf -188 U Travel Preparations -189 M Vengevine -190 C Verdant Eidolon -191 C Walker of the Grove -192 C Wickerbough Elder -193 U Wild Hunger -194 C Wild Mongrel -195 R Woodfall Primus -196 U Angel of Despair -197 U Blast of Genius -198 U Countersquall -199 R Gaddock Teeg -200 U Garna, the Bloodflame -201 U Golgari Charm -202 M Leovold, Emissary of Trest -203 M Lord of Extinction -204 R Maelstrom Pulse -205 U Reviving Vapors -206 M Sigarda, Host of Herons -207 R Sovereigns of Lost Alara -208 U Urban Evolution -209 U Vengeful Rebirth -210 U Warleader's Helix -211 C Beckon Apparition -212 C Canker Abomination -213 C Dimir Guildmage -214 C Double Cleave -215 R Fulminator Mage -216 U Kitchen Finks -217 U Murderous Redcap -218 U Plumeveil -219 C Rakdos Shred-Freak -220 C Safehold Elite -221 C Scuzzback Marauders -222 C Shielding Plax -223 U Slippery Bogle -224 C Turn to Mist -225 C Fire // Ice -226 C Cathodion -227 R Engineered Explosives -228 U Heap Doll -229 M Mana Vault -230 C Myr Servitor -231 C Patchwork Gnomes -232 R Phyrexian Altar -233 M Platinum Emperion -234 U Prismatic Lens -235 C Vessel of Endless Rest -236 R Ancient Tomb -237 M Cavern of Souls -238 R Celestial Colonnade -239 R Creeping Tar Pit -240 U Dakmor Salvage -241 M Dark Depths -242 R Desolate Lighthouse -243 R Flagstones of Trokair -244 M Karakas -245 R Lavaclaw Reaches -246 U Mage-Ring Network -247 U Mistveil Plains -248 R Phyrexian Tower -249 R Raging Ravine -250 U Rogue's Passage -251 R Stirring Wildwood -252 C Terramorphic Expanse -253 R Thespian's Stage -254 R Urborg, Tomb of Yawgmoth +1 R All Is Dust @Jason Felix +2 U Artisan of Kozilek @Jason Felix +3 R Eldrazi Conscription @Jaime Jones +4 M Emrakul, the Aeons Torn @Mark Tedin +5 M Karn Liberated @Jason Chan +6 M Kozilek, Butcher of Truth @Michael Komarck +7 M Ulamog, the Infinite Gyre @Aleksi Briclot +8 C Ulamog's Crusher @Lucas Graciano +9 U Ancestor's Chosen @Pete Venters +10 C Angelic Renewal @Rebecca Guay +11 R Containment Priest @John Stanko +12 C Conviction @John Stanko +13 U Dawn Charm @John Avon +14 R Daybreak Coronet @Johannes Voss +15 U Emancipation Angel @Scott Chou +16 C Faith's Fetters @Kev Walker +17 U Fiend Hunter @Wayne Reynolds +18 C Gods Willing @Mark Winters +19 C Heliod's Pilgrim @Izzy +20 U Hero of Iroas @Willian Murai +21 C Hyena Umbra @Howard Lyon +22 C Icatian Crier @Michael Phillippi +23 C Lotus-Eye Mystics @Dan Scott +24 C Mammoth Umbra @Howard Lyon +25 C Martyr of Sands @Randy Gallegos +26 U Miraculous Recovery @Mark Winters +27 U Phalanx Leader @David Palumbo +28 U Rally the Peasants @Jaime Jones +29 C Repel the Darkness @Scott Chou +30 C Resurrection @Michael Komarck +31 R Reveillark @Jim Murray +32 R Reya Dawnbringer @Matthew D. Wilson +33 C Ronom Unicorn @Carl Critchlow +34 R Runed Halo @Steve Prescott +35 U Sigil of the New Dawn @Volkan Baǵa +36 C Skyspear Cavalry @Wayne Reynolds +37 U Spirit Cairn @Noah Bradley +38 R Sublime Archangel @Cynthia Sheppard +39 U Swift Reckoning @Chris Rahn +40 C Tethmos High Priest @Mark Zug +41 R Wall of Reverence @Wayne Reynolds +42 C Wandering Champion @Willian Murai +43 C Wingsteed Rider @Cynthia Sheppard +44 C Aethersnipe @Zoltan Boros & Gabor Szikszai +45 C Archaeomancer @Zoltan Boros +46 R Back to Basics @Terese Nielsen +47 U Circular Logic @Anthony S. Waters +48 C Defy Gravity @Ben Thompson +49 C Deranged Assistant @Nils Hamm +50 R Dig Through Time @Ryan Yee +51 R Disrupting Shoal @Scott M. Fischer +52 U Dreamscape Artist @Jim Murray +53 C Eel Umbra @Howard Lyon +54 C Flight of Fancy @Glen Angus +55 C Foil @Donato Giancola +56 U Forbidden Alchemy @David Rapoza +57 C Frantic Search @Mitchell Malloy +58 R Glen Elendra Archmage @Karl Kopinski +59 U Iridescent Drake @Donato Giancola +60 C Just the Wind @Christopher Moeller +61 U Laboratory Maniac @Jason Felix +62 U Living Lore @Jason Felix +63 R Magus of the Bazaar @Rob Alexander +64 U Mahamoti Djinn @Greg Staples +65 U Marang River Prowler @Yefim Kligerman +66 U Mystic Retrieval @Scott Chou +67 U Rise from the Tides @Dave Kendall +68 C Rune Snag @Dave Dorman +69 C Skywing Aven @Matt Cavotta +70 U Sleight of Hand @Jim Murray +71 M Snapcaster Mage @Ryan Alexander Lee +72 C Stitched Drake @Chris Rahn +73 C Stitcher's Apprentice @Johann Bodin +74 U Stream of Consciousness @John Avon +75 C Sultai Skullkeeper @Ryan Barger +76 R Talrand, Sky Summoner @Svetlin Velinov +77 M Temporal Manipulation @Franz Vohwinkel +78 C Think Twice @Anthony Francisco +79 C Treasure Cruise @Cynthia Sheppard +80 U Unstable Mutation @Slawomir Maniak +81 R Visions of Beyond @Terese Nielsen +82 C Whirlwind Adept @Steve Argyle +83 U Appetite for Brains @Michael C. Hayes +84 U Apprentice Necromancer @Randy Vargas +85 M Bitterblossom @Jesper Ejsing +86 C Bloodflow Connoisseur @Slawomir Maniak +87 R Bridge from Below @Daarken +88 U Buried Alive @Greg Staples +89 U Chainer's Edict @Mark Zug +90 C Crow of Dark Tidings @Tianhua X +91 C Dark Dabbling @Bastien L. Deharme +92 C Death Denied @James Paick +93 R Demonic Tutor @Zack Stella +94 R Entomb @Seb McKinnon +95 C Fume Spitter @Nils Hamm +96 C Ghoulcaller's Accomplice @Dave Kendall +97 U Ghoulsteed @Jason Kang +98 U Golgari Thug @Johann Bodin +99 R Goryo's Vengeance @Randy Vargas +100 C Grave Scrabbler @Livia Prima +101 U Grave Strength @Jeff Simpson +102 C Gurmag Angler @YW Tang +103 C Last Gasp @Jason A. Engle +104 M Liliana of the Veil @Steve Argyle +105 C Mark of the Vampire @Winona Nelson +106 M Mikaeus, the Unhallowed @Chris Rahn +107 C Moan of the Unhallowed @Nils Hamm +108 C Offalsnout @Lars Grant-West +109 C Olivia's Dragoon @Chris Rallis +110 R Reanimate @Johann Bodin +111 C Sanitarium Skeleton @Kev Walker +112 U Shirei, Shizo's Caretaker @Wayne Reynolds +113 U Shriekmaw @Steve Prescott +114 C Slum Reaper @Karl Kopinski +115 U Songs of the Damned @Robbie Trevino +116 R Spoils of the Vault @Steven Belledin +117 R Tasigur, the Golden Fang @Igor Kieryluk +118 C Twins of Maurer Estate @Darek Zabrocki +119 U Unburial Rites @Ryan Pancoast +120 C Unholy Hunger @Lius Lasahido +121 C Akroan Crusader @Johann Bodin +122 U Anger @Svetlin Velinov +123 C Arena Athlete @Jason Chan +124 M Balefire Dragon @Eric Deschamps +125 U Brazen Scourge @Kev Walker +126 U Conflagrate @Warren Mahy +127 U Desperate Ritual @Wayne Reynolds +128 C Faithless Looting @Gabor Szikszai +129 C Fiery Temper @Johannes Voss +130 U Firewing Phoenix @James Paick +131 U Furnace Celebration @Svetlin Velinov +132 R Gamble @Even Amundsen +133 C Generator Servant @Mathias Kollros +134 C Hissing Iguanar @Zoltan Boros +135 C Ingot Chewer @Kev Walker +136 U Lava Spike @Igor Kieryluk +137 C Mad Prophet @Iain McCaig +138 U Magmaw @Karl Kopinski +139 U Malevolent Whispers @Greg Staples +140 C Molten Birth @Jaime Jones +141 C Nightbird's Clutches @Jason A. Engle +142 C Raid Bombardment @Matt Cavotta +143 C Reckless Charge @Steve Argyle +144 C Reckless Wurm @Greg Staples +145 U Rolling Temblor @Cliff Childs +146 R Seismic Assault @Adam Paquette +147 R Seize the Day @Greg Staples +148 C Soul's Fire @Wayne Reynolds +149 C Sparkspitter @Dan Scott +150 R Squee, Goblin Nabob @Greg Staples +151 C Thermo-Alchemist @Raymond Swanland +152 R Through the Breach @Randy Vargas +153 C Undying Rage @Scott M. Fischer +154 R Vexing Devil @Lucas Graciano +155 U Young Pyromancer @Cynthia Sheppard +156 C Basking Rootwalla @Heather Hudson +157 U Become Immense @Jaime Jones +158 U Boar Umbra @Christopher Moeller +159 U Boneyard Wurm @Jaime Jones +160 U Brawn @Matt Cavotta +161 C Crushing Canopy @Tomasz Jedruszek +162 U Devoted Druid @Kimonas Theodossiou +163 U Eternal Witness @Chris Rahn +164 R Fauna Shaman @Steve Prescott +165 U Fecundity @Terese Nielsen +166 C Golgari Brownscale @Carl Critchlow +167 R Golgari Grave-Troll @Jakub Kasper +168 C Groundskeeper @Anthony Palumbo +169 U Hero of Leina Tower @Aaron Miller +170 C Hooting Mandrills @Mike Bierek +171 C Kodama's Reach @John Avon +172 R Life from the Loam @Sung Choi +173 C Miming Slime @Svetlin Velinov +174 R Noble Hierarch @Mark Zug +175 R Nourishing Shoal @Greg Staples +176 R Pattern of Rebirth @Terese Nielsen +177 U Penumbra Wurm @Daarken +178 C Prey Upon @Dave Kendall +179 C Pulse of Murasa @Matt Stewart +180 C Satyr Wayfinder @Steve Prescott +181 C Shed Weakness @Christine Choi +182 U Snake Umbra @Christopher Moeller +183 U Spider Spawning @Daniel Ljunggren +184 C Spider Umbra @Christopher Moeller +185 C Staunch-Hearted Warrior @Greg Staples +186 U Stingerfling Spider @Dave Allsop +187 M Tarmogoyf @Filip Burburan +188 U Travel Preparations @Vincent Proce +189 M Vengevine @Raymond Swanland +190 C Verdant Eidolon @Howard Lyon +191 C Walker of the Grove @Todd Lockwood +192 C Wickerbough Elder @Jesper Ejsing +193 U Wild Hunger @Karl Kopinski +194 C Wild Mongrel @Anthony S. Waters +195 R Woodfall Primus @Adam Rex +196 U Angel of Despair @Todd Lockwood +197 U Blast of Genius @Terese Nielsen +198 U Countersquall @Anthony Francisco +199 R Gaddock Teeg @Greg Staples +200 U Garna, the Bloodflame @Winona Nelson +201 U Golgari Charm @Zoltan Boros +202 M Leovold, Emissary of Trest @Magali Villeneuve +203 M Lord of Extinction @Izzy +204 R Maelstrom Pulse @John Avon +205 U Reviving Vapors @Bastien L. Deharme +206 M Sigarda, Host of Herons @Chris Rahn +207 R Sovereigns of Lost Alara @Donato Giancola +208 U Urban Evolution @Eytan Zana +209 U Vengeful Rebirth @Seb McKinnon +210 U Warleader's Helix @Wesley Burt +211 C Beckon Apparition @Cliff Childs +212 C Canker Abomination @Brandon Kitkouski +213 C Dimir Guildmage @Adam Rex +214 C Double Cleave @Zoltan Boros +215 R Fulminator Mage @Lucas Graciano +216 U Kitchen Finks @Kev Walker +217 U Murderous Redcap @Dave Allsop +218 U Plumeveil @Nils Hamm +219 C Rakdos Shred-Freak @Wayne Reynolds +220 C Safehold Elite @Jesper Ejsing +221 C Scuzzback Marauders @Pete Venters +222 C Shielding Plax @Brian Hagan +223 U Slippery Bogle @Jesper Ejsing +224 C Turn to Mist @Greg Staples +225 C Fire // Ice @Dan Scott +226 C Cathodion @Izzy +227 R Engineered Explosives @Lars Grant-West +228 U Heap Doll @John Avon +229 M Mana Vault @Christine Choi +230 C Myr Servitor @John Matson +231 C Patchwork Gnomes @Filip Burburan +232 R Phyrexian Altar @Yigit Koroglu +233 M Platinum Emperion @Igor Kieryluk +234 U Prismatic Lens @Scott Murphy +235 C Vessel of Endless Rest @John Avon +236 R Ancient Tomb @Yeong-Hao Han +237 M Cavern of Souls @Richard Wright +238 R Celestial Colonnade @Eric Deschamps +239 R Creeping Tar Pit @Jason Felix +240 U Dakmor Salvage @John Avon +241 M Dark Depths @Mathias Kollros +242 R Desolate Lighthouse @Scott Chou +243 R Flagstones of Trokair @Rob Alexander +244 M Karakas @Drew Baker +245 R Lavaclaw Reaches @Véronique Meignaud +246 U Mage-Ring Network @Jung Park +247 U Mistveil Plains @Ralph Horsley +248 R Phyrexian Tower @Dimitar Marinski +249 R Raging Ravine @Todd Lockwood +250 U Rogue's Passage @Christine Choi +251 R Stirring Wildwood @Eric Deschamps +252 C Terramorphic Expanse @Dan Scott +253 R Thespian's Stage @John Avon +254 R Urborg, Tomb of Yawgmoth @Jung Park [tokens] marit_lage diff --git a/forge-gui/res/editions/Unglued.txt b/forge-gui/res/editions/Unglued.txt index d095f3e5ef9..bcd0320e078 100644 --- a/forge-gui/res/editions/Unglued.txt +++ b/forge-gui/res/editions/Unglued.txt @@ -11,94 +11,94 @@ FoilAlwaysInCommonSlot=False ScryfallCode=UGL [cards] -1 U Charm School -2 R The Cheese Stands Alone -3 C Double Dip -4 U Get a Life -5 R I'm Rubber, You're Glue -6 C Knight of the Hokey Pokey -7 U Lexivore -8 R Look at Me, I'm the DCI -9 C Mesa Chicken -10 U Miss Demeanor -11 R Once More with Feeling -12 C Prismatic Wardrobe -13 C Sex Appeal -14 R Bureaucracy -15 U Censorship -16 U Checks and Balances -17 R Chicken a la King -18 C Clambassadors -19 C Clam-I-Am -20 C Clam Session -21 C Common Courtesy -22 C Denied! -23 C Double Take -24 C Fowl Play -25 R Free-for-All -26 R Psychic Network -27 U Sorry -28 R B.F.M. (Big Furry Monster) A -29 R B.F.M. (Big Furry Monster) B -30 C Deadhead -31 C Double Cross -32 U Handcuffs -33 R Infernal Spawn of Evil -34 U Jumbo Imp -35 C Organ Harvest -36 R Ow -37 C Poultrygeist -38 C Temp of the Damned -39 U Volrath's Motion Sensor -40 R Burning Cinder Fury of Crimson Chaos Fire -41 C Chicken Egg -42 C Double Deal -43 C Goblin Bookie -44 C Goblin Bowling Team -45 U Goblin Tutor -46 C Hurloon Wrangler -47 R Jalum Grifter -48 C Krazy Kow -49 R Landfill -50 U Ricochet -51 R Spark Fiend -52 R Strategy, Schmategy -53 U The Ultimate Nightmare of Wizards of the Coast Customer Service -54 R Cardboard Carapace -55 C Double Play -56 C Elvish Impersonators -57 U Flock of Rabid Sheep -58 C Free-Range Chicken -59 U Gerrymandering -60 C Ghazban Ogress -61 C Growth Spurt -62 C Gus -63 U Hungry Hungry Heifer -64 R Incoming! -65 R Mine, Mine, Mine! -66 R Squirrel Farm -67 C Team Spirit -68 R Timmy, Power Gamer -69 R Ashnod's Coupon -70 R Blacker Lotus -71 U Bronze Calendar -72 C Chaos Confetti -73 U Clay Pigeon -74 R Giant Fan -75 R Jack-in-the-Mox -76 R Jester's Sombrero -77 R Mirror Mirror -78 C Paper Tiger -79 C Rock Lobster -80 C Scissors Lizard -81 U Spatula of the Ages -82 U Urza's Contact Lenses -83 U Urza's Science Fair Project -84 L Plains -85 L Island -86 L Swamp -87 L Mountain -88 L Forest +1 U Charm School @Kaja Foglio +2 R The Cheese Stands Alone @Randy Elliott +3 C Double Dip @D. Alexander Gregory +4 U Get a Life @Melissa A. Benson +5 R I'm Rubber, You're Glue @Claymore J. Flapdoodle +6 C Knight of the Hokey Pokey @Kev Walker +7 U Lexivore @Daniel Gelon +8 R Look at Me, I'm the DCI @Mark Rosewater +9 C Mesa Chicken @Kev Walker +10 U Miss Demeanor @Matthew D. Wilson +11 R Once More with Feeling @Terese Nielsen +12 C Prismatic Wardrobe @D. Alexander Gregory +13 C Sex Appeal @Matthew D. Wilson +14 R Bureaucracy @Mark Zug +15 U Censorship @Matthew D. Wilson +16 U Checks and Balances @David A. Cherry +17 R Chicken a la King @Mark Zug +18 C Clambassadors @Randy Elliott +19 C Clam-I-Am @Randy Elliott +20 C Clam Session @Randy Elliott +21 C Common Courtesy @Mike Raabe +22 C Denied! @Quinton Hoover +23 C Double Take @Claymore J. Flapdoodle +24 C Fowl Play @Mark Poole +25 R Free-for-All @Claymore J. Flapdoodle +26 R Psychic Network @Claymore J. Flapdoodle +27 U Sorry @Kaja Foglio +28 R B.F.M. (Big Furry Monster) A @Douglas Shuler +29 R B.F.M. (Big Furry Monster) B @Douglas Shuler +30 C Deadhead @Daren Bader +31 C Double Cross @Jeff Laubenstein +32 U Handcuffs @Jeff Laubenstein +33 R Infernal Spawn of Evil @Ron Spencer +34 U Jumbo Imp @Pete Venters +35 C Organ Harvest @Terese Nielsen +36 R Ow @Edward P. Beard, Jr. +37 C Poultrygeist @Daren Bader +38 C Temp of the Damned @Adam Rex +39 U Volrath's Motion Sensor @Mark Tedin +40 R Burning Cinder Fury of Crimson Chaos Fire @Richard Kane Ferguson +41 C Chicken Egg @Christopher Rush +42 C Double Deal @Edward P. Beard, Jr. +43 C Goblin Bookie @Claymore J. Flapdoodle +44 C Goblin Bowling Team @Pete Venters +45 U Goblin Tutor @Quinton Hoover +46 C Hurloon Wrangler @Kaja Foglio +47 R Jalum Grifter @Claymore J. Flapdoodle +48 C Krazy Kow @Ron Spencer +49 R Landfill @Daren Bader +50 U Ricochet @David A. Cherry +51 R Spark Fiend @Pete Venters +52 R Strategy, Schmategy @Daniel Gelon +53 U The Ultimate Nightmare of Wizards of the Coast Customer Service @Melissa A. Benson +54 R Cardboard Carapace @Douglas Shuler +55 C Double Play @Claymore J. Flapdoodle +56 C Elvish Impersonators @Claymore J. Flapdoodle +57 U Flock of Rabid Sheep @Anthony S. Waters +58 C Free-Range Chicken @Mike Raabe +59 U Gerrymandering @Doug Chaffee +60 C Ghazban Ogress @Mike Raabe +61 C Growth Spurt @Jeff Laubenstein +62 C Gus @DiTerlizzi +63 U Hungry Hungry Heifer @Randy Gallegos +64 R Incoming! @Quinton Hoover +65 R Mine, Mine, Mine! @Heather Hudson +66 R Squirrel Farm @Ron Spencer +67 C Team Spirit @Terese Nielsen +68 R Timmy, Power Gamer @Edward P. Beard, Jr. +69 R Ashnod's Coupon @Edward P. Beard, Jr. +70 R Blacker Lotus @Christopher Rush +71 U Bronze Calendar @Melissa A. Benson +72 C Chaos Confetti @Mark Tedin +73 U Clay Pigeon @D. Alexander Gregory +74 R Giant Fan @Randy Gallegos +75 R Jack-in-the-Mox @Dan Frazier +76 R Jester's Sombrero @Dan Frazier +77 R Mirror Mirror @Kaja Foglio +78 C Paper Tiger @Heather Hudson +79 C Rock Lobster @Heather Hudson +80 C Scissors Lizard @Heather Hudson +81 U Spatula of the Ages @Melissa A. Benson +82 U Urza's Contact Lenses @David A. Cherry +83 U Urza's Science Fair Project @Claymore J. Flapdoodle +84 L Plains @Christopher Rush +85 L Island @Daren Bader +86 L Swamp @Mark Zug +87 L Mountain @Tom Wänerstrand +88 L Forest @Terese Nielsen [tokens] rabid_sheep diff --git a/forge-gui/res/editions/Unhinged.txt b/forge-gui/res/editions/Unhinged.txt index dac429a003d..894d229b707 100644 --- a/forge-gui/res/editions/Unhinged.txt +++ b/forge-gui/res/editions/Unhinged.txt @@ -11,147 +11,147 @@ FoilAlwaysInCommonSlot=False ScryfallCode=UNH [cards] -1 U Atinlay Igpay -2 C AWOL -3 U Bosom Buddy -4 C Cardpecker -5 C Cheap Ass -6 C Circle of Protection: Art -7 R Collector Protector -8 R Drawn Together -9 U Emcee -10 C Erase (Not the Urza's Legacy One) -11 C Fascist Art Director -12 U First Come, First Served -13 R Frankie Peanuts -14 U Head to Head -15 U Ladies' Knight -16 C Little Girl -17 R Look at Me, I'm R&D -18 C Man of Measure -19 U Save Life -20 C Standing Army -21 R Staying Power -22 C Wordmail -23 U _ -24 R Ambiguity -25 C Artful Looter -26 R Avatar of Me -27 C Brushstroke Paintermage -28 C Bursting Beebles -29 C Carnivorous Death-Parrot -30 U Cheatyface -31 C Double Header -32 C Flaccify -33 C Framed! -34 R Greater Morphling -35 R Johnny, Combo Player -36 C Loose Lips -37 U Magical Hacker -38 U Mise -39 C Moniker Mage -40 U Mouth to Mouth -41 R Now I Know My ABC's -42 C Number Crunch -43 U Question Elemental? -44 R Richard Garfield, Ph.D. -45 C Smart Ass -46 U Spell Counter -47 R Topsy Turvy -48 R Aesthetic Consultation -49 C Bad Ass -50 C Bloodletter -51 U Booster Tutor -52 C Duh -53 R Enter the Dungeon -54 U Eye to Eye -55 C The Fallen Apart -56 C Farewell to Arms -57 R Infernal Spawn of Infernal Spawn of Evil -58 U Kill! Destroy! -59 C Mother of Goons -60 R Necro-Impotence -61 U Persecute Artist -62 U Phyrexian Librarian -63 C Stop That -64 C Tainted Monkey -65 C Vile Bile -66 C Wet Willie of the Damned -67 C When Fluffy Bunnies Attack -68 U Working Stiff -69 U Zombie Fanboy -70 R Zzzyxas's Abyss -71 R Assquatch -72 R Blast from the Past -73 R Curse of the Fire Penguin -74 U Deal Damage -75 C Dumb Ass -76 U Face to Face -77 C Frazzled Editor -78 C Goblin Mime -79 C Goblin Secret Agent -80 C Goblin S.W.A.T. Team -81 C Mana Flair -82 C Mons's Goblin Waiters -83 C Orcish Paratroopers -84 C Punctuate -85 U Pygmy Giant -86 C Red-Hot Hottie -87 U Rocket-Powered Turbo Slug -88 C Saute -89 U Six-y Beast -90 C Touch and Go -91 R Yet Another Aether Vortex -92 R B-I-N-G-O -93 U Creature Guy -94 U Elvish House Party -95 C Fat Ass -96 R Form of the Squirrel -97 R Fraction Jackson -98 U Gluetius Maximus -99 U Granny's Payback -100 C Graphic Violence -101 C Keeper of the Sacred Word -102 C Land Aid '04 -103 C Laughing Hyena -104 C Monkey Monkey Monkey -105 U Name Dropping -106 R Old Fogey -107 C Our Market Research Shows That Players Like Really Long Card Names So We Made this Card to Have the Absolute Longest Card Name Ever Elemental -108 C Remodel -109 C Shoe Tree -110 U Side to Side -111 C S.N.O.T. -112 U Stone-Cold Basilisk -113 C Supersize -114 U Symbol Status -115 R Uktabi Kong -116 R "Ach! Hans, Run!" -117 R Ass Whuppin' -118 R Meddling Kids -119 R Rare-B-Gone -120 R Who // What // When // Where // Why -121 R Gleemax -122 R Letter Bomb -123 U Mana Screw -124 R Mox Lotus -125 U My First Tome -126 R Pointy Finger of Doom -127 U Rod of Spanking -128 R Time Machine -129 U Togglodyte -130 U Toy Boat -131 U Urza's Hot Tub -132 R Water Gun Balloon Game -133 R World-Bottling Kit -134 R City of Ass -135 R R&D's Secret Lair -136 L Plains -137 L Island -138 L Swamp -139 L Mountain -140 L Forest -141 S Super Secret Tech +1 U Atinlay Igpay @Evkay Alkerway +2 C AWOL @Stephen Tappin +3 U Bosom Buddy @Dan Scott +4 C Cardpecker @Richard Sardinha +5 C Cheap Ass @Randy Gallegos +6 C Circle of Protection: Art @Jim “Stop the Da Vinci Beatdown” Pavelec +7 R Collector Protector @Christopher Rush +8 R Drawn Together @Pete “Fear Me” Venters +9 U Emcee @Quinton Hoover +10 C Erase (Not the Urza's Legacy One) @Pete “Yes the Urza's Legacy One” Venters +11 C Fascist Art Director @Edward P. “Feed Me” Beard, Jr. +12 U First Come, First Served @Thomas Gianni +13 R Frankie Peanuts @Thomas M. Baxa +14 U Head to Head @Thomas Gianni +15 U Ladies' Knight @Ron Spears +16 C Little Girl @Rebecca Guay +17 R Look at Me, I'm R&D @ +18 C Man of Measure @Edward P. Beard, Jr. +19 U Save Life @Ray Lago +20 C Standing Army @Randy Gallegos +21 R Staying Power @Richard Sardinha +22 C Wordmail @Ron Spencer +23 U _ @Ron Spears +24 R Ambiguity @Stephen Daniele +25 C Artful Looter @Heather “Erica Gassalasca-Jape” Hudson +26 R Avatar of Me @Greg Hildebrandt +27 C Brushstroke Paintermage @Ron “Don't You Dare Change Me” Spears +28 C Bursting Beebles @David “Beeblemania” Martin +29 C Carnivorous Death-Parrot @Tim Hildebrandt +30 U Cheatyface @Doug Chaffee +31 C Double Header @Richard Sardinha +32 C Flaccify @Tim Hildebrandt +33 C Framed! @Alan “Don't Feel Like You Have to Pick Me” Pollack +34 R Greater Morphling @Greg “Six-Pack” Staples +35 R Johnny, Combo Player @Kensuke Okabayashi +36 C Loose Lips @John Matson +37 U Magical Hacker @Doug Chaffee +38 U Mise @Matt Cavotta +39 C Moniker Mage @Keith Garletts +40 U Mouth to Mouth @Alan Pollack +41 R Now I Know My ABC's @Tony Szczudlo +42 C Number Crunch @Stephen Daniele +43 U Question Elemental? @Edward P. Beard, Jr. +44 R Richard Garfield, Ph.D. @Dave Dorman +45 C Smart Ass @Trevor Hairsine +46 U Spell Counter @Doug Chaffee +47 R Topsy Turvy @Jeff Miracola +48 R Aesthetic Consultation @David “Help Me” Martin +49 C Bad Ass @Thomas M. Baxa +50 C Bloodletter @Daren Bader +51 U Booster Tutor @Christopher Rush +52 C Duh @Dave Dorman +53 R Enter the Dungeon @Luca Zontini +54 U Eye to Eye @Michael Sutfin +55 C The Fallen Apart @Corey D. Macourek +56 C Farewell to Arms @Ron Lemen +57 R Infernal Spawn of Infernal Spawn of Evil @Ron Spencer +58 U Kill! Destroy! @Corey D. Macourek +59 C Mother of Goons @Darrell Riche +60 R Necro-Impotence @Mark Tedin +61 U Persecute Artist @Rebecca “Don't Mess with Me” Guay +62 U Phyrexian Librarian @Kev Walker +63 C Stop That @Anson Maddocks +64 C Tainted Monkey @Mark Zug +65 C Vile Bile @Tony Szczudlo +66 C Wet Willie of the Damned @Greg Staples +67 C When Fluffy Bunnies Attack @Ray Lago +68 U Working Stiff @Darrell Riche +69 U Zombie Fanboy @Matt “I'm Your Boy” Cavotta +70 R Zzzyxas's Abyss @Pete Venters +71 R Assquatch @Jeremy Jarvis +72 R Blast from the Past @Douglas Shuler +73 R Curse of the Fire Penguin @Matt Thompson +74 U Deal Damage @Scott M. Fischer +75 C Dumb Ass @Bradley Williams +76 U Face to Face @Randy Gallegos +77 C Frazzled Editor @Jim Pavelec +78 C Goblin Mime @Franz Vohwinkel +79 C Goblin Secret Agent @Tony Szczudlo +80 C Goblin S.W.A.T. Team @Eric Deschamps +81 C Mana Flair @Paolo “That's Actually Me” Parente +82 C Mons's Goblin Waiters @Pete Venters +83 C Orcish Paratroopers @Matt Thompson +84 C Punctuate @Jim Pavelec +85 U Pygmy Giant @Eric Deschamps +86 C Red-Hot Hottie @Jeremy Jarvis +87 U Rocket-Powered Turbo Slug @Franz Vohwinkel +88 C Saute @Jeff Miracola +89 U Six-y Beast @Anson Maddocks +90 C Touch and Go @Ben Thompson +91 R Yet Another Aether Vortex @David Day +92 R B-I-N-G-O @Ron Spencer +93 U Creature Guy @Jeff Easley +94 U Elvish House Party @Thomas Manning +95 C Fat Ass @Jeremy Jarvis +96 R Form of the Squirrel @Carl Critchlow +97 R Fraction Jackson @Mark Poole +98 U Gluetius Maximus @Jeff Easley +99 U Granny's Payback @Joel Thomas +100 C Graphic Violence @Wayne “King of” England +101 C Keeper of the Sacred Word @Dany Orizio +102 C Land Aid '04 @Jim Nelson +103 C Laughing Hyena @Mark Poole +104 C Monkey Monkey Monkey @Liz Danforth +105 U Name Dropping @Tony Szczudlo +106 R Old Fogey @Douglas Shuler +107 C Our Market Research Shows That Players Like Really Long Card Names So We Made this Card to Have the Absolute Longest Card Name Ever Elemental @Greg Hildebrandt +108 C Remodel @Lars Grant-“Wild Wild”-West +109 C Shoe Tree @Francis Tsai +110 U Side to Side @Jim Nelson +111 C S.N.O.T. @Cyril Van Der Haegen +112 U Stone-Cold Basilisk @Don Hazeltine +113 C Supersize @DiTerlizzi +114 U Symbol Status @Liz Danforth +115 R Uktabi Kong @Una Fricker +116 R "Ach! Hans, Run!" @Quinton Hoover +117 R Ass Whuppin' @Don Hazeltine +118 R Meddling Kids @Christopher Moeller +119 R Rare-B-Gone @John Matson +120 R Who // What // When // Where // Why @Dan Frazier +121 R Gleemax @Richard Thomas +122 R Letter Bomb @Daniel Gelon +123 U Mana Screw @Mike Raabe +124 R Mox Lotus @Kevin Dobler +125 U My First Tome @Heather Hudson +126 R Pointy Finger of Doom @Martina Pilcerova +127 U Rod of Spanking @Mark Brill +128 R Time Machine @John Avon +129 U Togglodyte @Dan Frazier +130 U Toy Boat @Lars Grant-West +131 U Urza's Hot Tub @Stephen Tappin +132 R Water Gun Balloon Game @Mark Brill +133 R World-Bottling Kit @Alan Rabinowitz +134 R City of Ass @John Avon +135 R R&D's Secret Lair @John Avon +136 L Plains @John Avon +137 L Island @John Avon +138 L Swamp @John Avon +139 L Mountain @John Avon +140 L Forest @John Avon +141 S Super Secret Tech @Dan Frazier [tokens] r_1_1_goblin diff --git a/forge-gui/res/editions/Unlimited Edition.txt b/forge-gui/res/editions/Unlimited Edition.txt index 80c5fb8e9f2..972381f2e46 100644 --- a/forge-gui/res/editions/Unlimited Edition.txt +++ b/forge-gui/res/editions/Unlimited Edition.txt @@ -13,308 +13,308 @@ ChaosDraftThemes=CORE_SET ScryfallCode=2ED [cards] -47 U Air Elemental -48 R Ancestral Recall -49 U Animate Artifact -93 U Animate Dead -1 R Animate Wall -231 R Ankh of Mishra -2 R Armageddon -185 R Aspect of Wolf -278 R Badlands -94 R Bad Moon -3 R Balance -232 U Basalt Monolith -279 R Bayou -4 C Benalish Hero -186 U Berserk -187 R Birds of Paradise -95 U Black Knight -233 R Black Lotus -234 U Black Vise -5 U Black Ward -6 R Blaze of Glory -7 R Blessing -50 C Blue Elemental Blast -8 U Blue Ward -96 U Bog Wraith -51 R Braingeyser -139 U Burrowing -188 U Camouflage -9 U Castle -235 U Celestial Prism -189 U Channel -140 R Chaoslace -236 R Chaos Orb -10 C Circle of Protection: Black -11 C Circle of Protection: Blue -12 C Circle of Protection: Green -13 C Circle of Protection: Red -14 C Circle of Protection: White -237 R Clockwork Beast -52 U Clone -190 R Cockatrice -15 U Consecrate Land -238 U Conservator -97 R Contract from Below -53 U Control Magic -16 U Conversion -239 U Copper Tablet -54 R Copy Artifact -55 U Counterspell -191 C Craw Wurm -56 C Creature Bond -17 R Crusade -240 U Crystal Rod -98 U Cursed Land -241 R Cyclopean Tomb -100 R Darkpact -99 C Dark Ritual -101 U Deathgrip -102 R Deathlace -18 C Death Ward -103 R Demonic Attorney -104 R Demonic Hordes -105 U Demonic Tutor -242 R Dingus Egg -19 C Disenchant -141 C Disintegrate -243 R Disrupting Scepter -142 U Dragon Whelp -106 C Drain Life -57 R Drain Power -107 C Drudge Skeletons -143 U Dwarven Demolition Team -144 C Dwarven Warriors -146 C Earthbind -145 U Earth Elemental -147 R Earthquake -192 R Elvish Archers -108 U Evil Presence -148 C False Orders -20 R Farmstead -193 R Fastbond -109 C Fear -58 U Feedback -150 C Fireball -151 C Firebreathing -149 U Fire Elemental -152 U Flashfires -59 C Flight -194 C Fog -244 R Forcefield -195 R Force of Nature -300 L Forest -301 L Forest -302 L Forest -153 R Fork -110 C Frozen Shade -196 R Fungusaur -197 R Gaea's Liege -245 R Gauntlet of Might -198 C Giant Growth -199 C Giant Spider -246 U Glasses of Urza -111 U Gloom -154 U Goblin Balloon Brigade -155 R Goblin King -156 R Granite Gargoyle -157 C Gray Ogre -21 U Green Ward -200 C Grizzly Bears -22 C Guardian Angel -23 C Healing Salve -247 R Helm of Chatzuk -158 C Hill Giant -24 C Holy Armor -25 C Holy Strength -112 C Howl from Beyond -248 R Howling Mine -159 C Hurloon Minotaur -201 U Hurricane -113 U Hypnotic Specter -202 U Ice Storm -249 U Icy Manipulator -250 R Illusionary Mask -203 U Instill Energy -60 C Invisibility -160 C Ironclaw Orcs -204 C Ironroot Treefolk -251 U Iron Star -291 L Island -292 L Island -293 L Island -26 R Island Sanctuary -252 U Ivory Cup -253 R Jade Monolith -254 U Jade Statue -255 R Jayemdae Tome -256 U Juggernaut -61 C Jump -27 U Karma -161 U Keldon Warlord -257 R Kormus Bell -205 R Kudzu -28 U Lance -206 U Ley Druid -258 U Library of Leng -114 R Lich -207 U Lifeforce -208 R Lifelace -62 U Lifetap -162 C Lightning Bolt -209 R Living Artifact -210 R Living Lands -259 U Living Wall -211 C Llanowar Elves -63 R Lord of Atlantis -115 R Lord of the Pit -212 U Lure -64 R Magical Hack -65 R Mahamoti Djinn -164 R Manabarbs -163 R Mana Flare -66 R Mana Short -260 R Mana Vault -261 R Meekstone -67 C Merfolk of the Pearl Trident -29 C Mesa Pegasus -116 R Mind Twist -165 C Mons's Goblin Raiders -297 L Mountain -298 L Mountain -299 L Mountain -262 R Mox Emerald -263 R Mox Jet -264 R Mox Pearl -265 R Mox Ruby -266 R Mox Sapphire -213 R Natural Selection -117 R Nether Shadow -118 U Nettling Imp -267 R Nevinyrral's Disk -119 R Nightmare -30 R Northern Paladin -268 U Obsianus Golem -166 U Orcish Artillery -167 U Orcish Oriflamme -120 C Paralyze -31 C Pearled Unicorn -32 R Personal Incarnation -121 C Pestilence -68 U Phantasmal Forces -69 C Phantasmal Terrain -70 U Phantom Monster -71 R Pirate Ship -122 C Plague Rats -288 L Plains -289 L Plains -290 L Plains -280 R Plateau -72 C Power Leak -73 C Power Sink -168 R Power Surge -74 C Prodigal Sorcerer -75 U Psionic Blast -76 C Psychic Venom -33 R Purelace -169 R Raging River -123 C Raise Dead -170 C Red Elemental Blast -34 U Red Ward -214 C Regeneration -215 U Regrowth -35 U Resurrection -36 R Reverse Damage -37 R Righteousness -172 R Rock Hydra -171 R Roc of Kher Ridges -269 U Rod of Ruin -124 R Royal Assassin -125 U Sacrifice -38 C Samite Healer -281 R Savannah -39 R Savannah Lions -126 C Scathe Zombies -127 U Scavenging Ghoul -282 R Scrubland -216 C Scryb Sprites -77 C Sea Serpent -173 R Sedge Troll -128 U Sengir Vampire -40 U Serra Angel -217 C Shanodin Dryads -174 C Shatter -175 R Shivan Dragon -129 U Simulacrum -130 C Sinkhole -78 U Siren's Call -79 R Sleight of Mind -176 R Smoke -270 U Sol Ring -271 U Soul Net -80 C Spell Blast -81 R Stasis -82 U Steal Artifact -177 U Stone Giant -178 C Stone Rain -218 C Stream of Life -272 R Sunglasses of Urza -294 L Swamp -295 L Swamp -296 L Swamp -41 U Swords to Plowshares -283 R Taiga -131 C Terror -273 R The Hive -219 U Thicket Basilisk -83 R Thoughtlace -274 U Throne of Bone -220 R Timber Wolves -85 R Timetwister -275 R Time Vault -84 R Time Walk -221 C Tranquility -284 R Tropical Island -222 U Tsunami -285 R Tundra -179 U Tunnel -86 C Twiddle -180 R Two-Headed Giant of Foriys -286 R Underground Sea -132 C Unholy Strength -87 C Unsummon -181 U Uthden Troll -223 R Verduran Enchantress -88 R Vesuvan Doppelganger -42 R Veteran Bodyguard -89 R Volcanic Eruption -287 R Volcanic Island -90 U Wall of Air -133 U Wall of Bone -224 U Wall of Brambles -182 U Wall of Fire -225 U Wall of Ice -183 U Wall of Stone -43 U Wall of Swords -91 U Wall of Water -226 C Wall of Wood -227 U Wanderlust -228 C War Mammoth -134 R Warp Artifact -92 U Water Elemental -135 C Weakness -229 R Web -184 R Wheel of Fortune -44 U White Knight -45 U White Ward -230 C Wild Growth -136 R Will-o'-the-Wisp -276 R Winter Orb -277 U Wooden Sphere -137 R Word of Command -46 R Wrath of God -138 R Zombie Master +47 U Air Elemental @Richard Thomas +48 R Ancestral Recall @Mark Poole +49 U Animate Artifact @Douglas Shuler +93 U Animate Dead @Anson Maddocks +1 R Animate Wall @Dan Frazier +231 R Ankh of Mishra @Amy Weber +2 R Armageddon @Jesper Myrfors +185 R Aspect of Wolf @Jeff A. Menges +278 R Badlands @Rob Alexander +94 R Bad Moon @Jesper Myrfors +3 R Balance @Mark Poole +232 U Basalt Monolith @Jesper Myrfors +279 R Bayou @Jesper Myrfors +4 C Benalish Hero @Douglas Shuler +186 U Berserk @Dan Frazier +187 R Birds of Paradise @Mark Poole +95 U Black Knight @Jeff A. Menges +233 R Black Lotus @Christopher Rush +234 U Black Vise @Richard Thomas +5 U Black Ward @Dan Frazier +6 R Blaze of Glory @Richard Thomas +7 R Blessing @Julie Baroh +50 C Blue Elemental Blast @Richard Thomas +8 U Blue Ward @Dan Frazier +96 U Bog Wraith @Jeff A. Menges +51 R Braingeyser @Mark Tedin +139 U Burrowing @Mark Poole +188 U Camouflage @Jesper Myrfors +9 U Castle @Dameon Willich +235 U Celestial Prism @Amy Weber +189 U Channel @Richard Thomas +140 R Chaoslace @Dameon Willich +236 R Chaos Orb @Mark Tedin +10 C Circle of Protection: Black @Jesper Myrfors +11 C Circle of Protection: Blue @Dameon Willich +12 C Circle of Protection: Green @Sandra Everingham +13 C Circle of Protection: Red @Mark Tedin +14 C Circle of Protection: White @Douglas Shuler +237 R Clockwork Beast @Drew Tucker +52 U Clone @Julie Baroh +190 R Cockatrice @Dan Frazier +15 U Consecrate Land @Jeff A. Menges +238 U Conservator @Amy Weber +97 R Contract from Below @Douglas Shuler +53 U Control Magic @Dameon Willich +16 U Conversion @Jesper Myrfors +239 U Copper Tablet @Amy Weber +54 R Copy Artifact @Amy Weber +55 U Counterspell @Mark Poole +191 C Craw Wurm @Daniel Gelon +56 C Creature Bond @Anson Maddocks +17 R Crusade @Mark Poole +240 U Crystal Rod @Amy Weber +98 U Cursed Land @Jesper Myrfors +241 R Cyclopean Tomb @Anson Maddocks +100 R Darkpact @Quinton Hoover +99 C Dark Ritual @Sandra Everingham +101 U Deathgrip @Anson Maddocks +102 R Deathlace @Sandra Everingham +18 C Death Ward @Mark Poole +103 R Demonic Attorney @Daniel Gelon +104 R Demonic Hordes @Jesper Myrfors +105 U Demonic Tutor @Douglas Shuler +242 R Dingus Egg @Dan Frazier +19 C Disenchant @Amy Weber +141 C Disintegrate @Anson Maddocks +243 R Disrupting Scepter @Dan Frazier +142 U Dragon Whelp @Amy Weber +106 C Drain Life @Douglas Shuler +57 R Drain Power @Douglas Shuler +107 C Drudge Skeletons @Sandra Everingham +143 U Dwarven Demolition Team @Kev Brockschmidt +144 C Dwarven Warriors @Douglas Shuler +146 C Earthbind @Quinton Hoover +145 U Earth Elemental @Dan Frazier +147 R Earthquake @Dan Frazier +192 R Elvish Archers @Anson Maddocks +108 U Evil Presence @Sandra Everingham +148 C False Orders @Anson Maddocks +20 R Farmstead @Mark Poole +193 R Fastbond @Mark Poole +109 C Fear @Mark Poole +58 U Feedback @Quinton Hoover +150 C Fireball @Mark Tedin +151 C Firebreathing @Dan Frazier +149 U Fire Elemental @Melissa A. Benson +152 U Flashfires @Dameon Willich +59 C Flight @Anson Maddocks +194 C Fog @Jesper Myrfors +244 R Forcefield @Dan Frazier +195 R Force of Nature @Douglas Shuler +300 L Forest @Christopher Rush +301 L Forest @Christopher Rush +302 L Forest @Christopher Rush +153 R Fork @Amy Weber +110 C Frozen Shade @Douglas Shuler +196 R Fungusaur @Daniel Gelon +197 R Gaea's Liege @Dameon Willich +245 R Gauntlet of Might @Christopher Rush +198 C Giant Growth @Sandra Everingham +199 C Giant Spider @Sandra Everingham +246 U Glasses of Urza @Douglas Shuler +111 U Gloom @Dan Frazier +154 U Goblin Balloon Brigade @Andi Rusu +155 R Goblin King @Jesper Myrfors +156 R Granite Gargoyle @Christopher Rush +157 C Gray Ogre @Dan Frazier +21 U Green Ward @Dan Frazier +200 C Grizzly Bears @Jeff A. Menges +22 C Guardian Angel @Anson Maddocks +23 C Healing Salve @Dan Frazier +247 R Helm of Chatzuk @Mark Tedin +158 C Hill Giant @Dan Frazier +24 C Holy Armor @Melissa A. Benson +25 C Holy Strength @Anson Maddocks +112 C Howl from Beyond @Mark Poole +248 R Howling Mine @Mark Poole +159 C Hurloon Minotaur @Anson Maddocks +201 U Hurricane @Dameon Willich +113 U Hypnotic Specter @Douglas Shuler +202 U Ice Storm @Dan Frazier +249 U Icy Manipulator @Douglas Shuler +250 R Illusionary Mask @Amy Weber +203 U Instill Energy @Dameon Willich +60 C Invisibility @Anson Maddocks +160 C Ironclaw Orcs @Anson Maddocks +204 C Ironroot Treefolk @Jesper Myrfors +251 U Iron Star @Dan Frazier +291 L Island @Mark Poole +292 L Island @Mark Poole +293 L Island @Mark Poole +26 R Island Sanctuary @Mark Poole +252 U Ivory Cup @Anson Maddocks +253 R Jade Monolith @Anson Maddocks +254 U Jade Statue @Dan Frazier +255 R Jayemdae Tome @Mark Tedin +256 U Juggernaut @Dan Frazier +61 C Jump @Mark Poole +27 U Karma @Richard Thomas +161 U Keldon Warlord @Kev Brockschmidt +257 R Kormus Bell @Christopher Rush +205 R Kudzu @Mark Poole +28 U Lance @Rob Alexander +206 U Ley Druid @Sandra Everingham +258 U Library of Leng @Daniel Gelon +114 R Lich @Daniel Gelon +207 U Lifeforce @Dameon Willich +208 R Lifelace @Amy Weber +62 U Lifetap @Anson Maddocks +162 C Lightning Bolt @Christopher Rush +209 R Living Artifact @Anson Maddocks +210 R Living Lands @Jesper Myrfors +259 U Living Wall @Anson Maddocks +211 C Llanowar Elves @Anson Maddocks +63 R Lord of Atlantis @Melissa A. Benson +115 R Lord of the Pit @Mark Tedin +212 U Lure @Anson Maddocks +64 R Magical Hack @Julie Baroh +65 R Mahamoti Djinn @Dan Frazier +164 R Manabarbs @Christopher Rush +163 R Mana Flare @Christopher Rush +66 R Mana Short @Dameon Willich +260 R Mana Vault @Mark Tedin +261 R Meekstone @Quinton Hoover +67 C Merfolk of the Pearl Trident @Jeff A. Menges +29 C Mesa Pegasus @Melissa A. Benson +116 R Mind Twist @Julie Baroh +165 C Mons's Goblin Raiders @Jeff A. Menges +297 L Mountain @Douglas Shuler +298 L Mountain @Douglas Shuler +299 L Mountain @Douglas Shuler +262 R Mox Emerald @Dan Frazier +263 R Mox Jet @Dan Frazier +264 R Mox Pearl @Dan Frazier +265 R Mox Ruby @Dan Frazier +266 R Mox Sapphire @Dan Frazier +213 R Natural Selection @Mark Poole +117 R Nether Shadow @Christopher Rush +118 U Nettling Imp @Quinton Hoover +267 R Nevinyrral's Disk @Mark Tedin +119 R Nightmare @Melissa A. Benson +30 R Northern Paladin @Douglas Shuler +268 U Obsianus Golem @Jesper Myrfors +166 U Orcish Artillery @Anson Maddocks +167 U Orcish Oriflamme @Dan Frazier +120 C Paralyze @Anson Maddocks +31 C Pearled Unicorn @Cornelius Brudi +32 R Personal Incarnation @Kev Brockschmidt +121 C Pestilence @Jesper Myrfors +68 U Phantasmal Forces @Mark Poole +69 C Phantasmal Terrain @Dameon Willich +70 U Phantom Monster @Jesper Myrfors +71 R Pirate Ship @Tom Wänerstrand +122 C Plague Rats @Anson Maddocks +288 L Plains @Jesper Myrfors +289 L Plains @Jesper Myrfors +290 L Plains @Jesper Myrfors +280 R Plateau @Drew Tucker +72 C Power Leak @Drew Tucker +73 C Power Sink @Richard Thomas +168 R Power Surge @Douglas Shuler +74 C Prodigal Sorcerer @Douglas Shuler +75 U Psionic Blast @Douglas Shuler +76 C Psychic Venom @Brian Snõddy +33 R Purelace @Sandra Everingham +169 R Raging River @Sandra Everingham +123 C Raise Dead @Jeff A. Menges +170 C Red Elemental Blast @Richard Thomas +34 U Red Ward @Dan Frazier +214 C Regeneration @Quinton Hoover +215 U Regrowth @Dameon Willich +35 U Resurrection @Dan Frazier +36 R Reverse Damage @Dameon Willich +37 R Righteousness @Douglas Shuler +172 R Rock Hydra @Jeff A. Menges +171 R Roc of Kher Ridges @Andi Rusu +269 U Rod of Ruin @Christopher Rush +124 R Royal Assassin @Tom Wänerstrand +125 U Sacrifice @Dan Frazier +38 C Samite Healer @Tom Wänerstrand +281 R Savannah @Rob Alexander +39 R Savannah Lions @Daniel Gelon +126 C Scathe Zombies @Jesper Myrfors +127 U Scavenging Ghoul @Jeff A. Menges +282 R Scrubland @Jesper Myrfors +216 C Scryb Sprites @Amy Weber +77 C Sea Serpent @Jeff A. Menges +173 R Sedge Troll @Dan Frazier +128 U Sengir Vampire @Anson Maddocks +40 U Serra Angel @Douglas Shuler +217 C Shanodin Dryads @Anson Maddocks +174 C Shatter @Amy Weber +175 R Shivan Dragon @Melissa A. Benson +129 U Simulacrum @Mark Poole +130 C Sinkhole @Sandra Everingham +78 U Siren's Call @Anson Maddocks +79 R Sleight of Mind @Mark Poole +176 R Smoke @Jesper Myrfors +270 U Sol Ring @Mark Tedin +271 U Soul Net @Dameon Willich +80 C Spell Blast @Brian Snõddy +81 R Stasis @Fay Jones +82 U Steal Artifact @Amy Weber +177 U Stone Giant @Dameon Willich +178 C Stone Rain @Daniel Gelon +218 C Stream of Life @Mark Poole +272 R Sunglasses of Urza @Dan Frazier +294 L Swamp @Dan Frazier +295 L Swamp @Dan Frazier +296 L Swamp @Dan Frazier +41 U Swords to Plowshares @Jeff A. Menges +283 R Taiga @Rob Alexander +131 C Terror @Ron Spencer +273 R The Hive @Sandra Everingham +219 U Thicket Basilisk @Dan Frazier +83 R Thoughtlace @Mark Poole +274 U Throne of Bone @Anson Maddocks +220 R Timber Wolves @Melissa A. Benson +85 R Timetwister @Mark Tedin +275 R Time Vault @Mark Tedin +84 R Time Walk @Amy Weber +221 C Tranquility @Douglas Shuler +284 R Tropical Island @Jesper Myrfors +222 U Tsunami @Richard Thomas +285 R Tundra @Jesper Myrfors +179 U Tunnel @Dan Frazier +86 C Twiddle @Rob Alexander +180 R Two-Headed Giant of Foriys @Anson Maddocks +286 R Underground Sea @Rob Alexander +132 C Unholy Strength @Douglas Shuler +87 C Unsummon @Douglas Shuler +181 U Uthden Troll @Douglas Shuler +223 R Verduran Enchantress @Kev Brockschmidt +88 R Vesuvan Doppelganger @Quinton Hoover +42 R Veteran Bodyguard @Douglas Shuler +89 R Volcanic Eruption @Douglas Shuler +287 R Volcanic Island @Brian Snõddy +90 U Wall of Air @Richard Thomas +133 U Wall of Bone @Anson Maddocks +224 U Wall of Brambles @Anson Maddocks +182 U Wall of Fire @Richard Thomas +225 U Wall of Ice @Richard Thomas +183 U Wall of Stone @Dan Frazier +43 U Wall of Swords @Mark Tedin +91 U Wall of Water @Richard Thomas +226 C Wall of Wood @Mark Tedin +227 U Wanderlust @Cornelius Brudi +228 C War Mammoth @Jeff A. Menges +134 R Warp Artifact @Amy Weber +92 U Water Elemental @Jeff A. Menges +135 C Weakness @Douglas Shuler +229 R Web @Rob Alexander +184 R Wheel of Fortune @Daniel Gelon +44 U White Knight @Daniel Gelon +45 U White Ward @Dan Frazier +230 C Wild Growth @Mark Poole +136 R Will-o'-the-Wisp @Jesper Myrfors +276 R Winter Orb @Mark Tedin +277 U Wooden Sphere @Mark Tedin +137 R Word of Command @Jesper Myrfors +46 R Wrath of God @Quinton Hoover +138 R Zombie Master @Jeff A. Menges [tokens] wasp diff --git a/forge-gui/res/editions/Unsanctioned.txt b/forge-gui/res/editions/Unsanctioned.txt index c6761772c0b..c92171f63db 100644 --- a/forge-gui/res/editions/Unsanctioned.txt +++ b/forge-gui/res/editions/Unsanctioned.txt @@ -9,102 +9,102 @@ Border=Silver ScryfallCode=UND [cards] -1 C Adorable Kitten -2 C AWOL -3 U Emcee -4 R Flavor Judge -5 R Frankie Peanuts -6 C GO TO JAIL -7 C Humming- -8 C Knight of the Hokey Pokey -9 R Look at Me, I'm R&D -10 R Look at Me, I'm the DCI -11 C Old Guard -12 C Ordinary Pony -13 R Staying Power -14 U Strutting Turkey -15 R Syr Cadian, Knight Owl -16 R Alexander Clamilton -17 R Avatar of Me -18 M B.O.B. (Bevy of Beebles) -19 C Carnivorous Death-Parrot -20 U Cheatyface -21 R Chicken à la King -22 U Common Courtesy -23 R Johnny, Combo Player -24 C Magic Word -25 C Mer Man -26 R Richard Garfield, Ph.D. -27 U Rings a Bell -28 C Time Out -29 U Topsy Turvy -30 C Wall of Fortune -31 R Acornelia, Fashionable Filcher -32 U Bat- -33 U Booster Tutor -34 C Dirty Rat -35 C Duh -36 R Enter the Dungeon -37 C Hoisted Hireling -38 R Infernal Spawn of Evil -39 R Infernal Spawn of Infernal Spawn of Evil -40 R Infernius Spawnington III, Esq. -41 U Inhumaniac -42 U Jumbo Imp -43 C Poultrygeist -44 U Skull Saucer -45 C Snickering Squirrel -46 C Stinging Scorpion -47 U Abstract Iguanart -48 R Blast from the Past -49 R Boomstacker -50 C Common Iguana -51 U Goblin Haberdasher -52 C Goblin S.W.A.T. Team -53 U Goblin Tutor -54 M Infinity Elemental -55 C Painiac -56 U Six-y Beast -57 R Stet, Draconic Proofreader -58 R Strategy, Schmategy -59 U Super-Duper Death Ray -60 R Yet Another Aether Vortex -61 R B-I-N-G-O -62 C Elvish Impersonators -63 C Free-Range Chicken -64 C Growth Spurt -65 U Half-Squirrel, Half- -66 C Mother Kangaroo -67 R Old Fogey -68 R Pippa, Duchess of Dice -69 U Slaying Mantis -70 U Spirit of the Season -71 R Squirrel Farm -72 M Surgeon Commander -73 R Timmy, Power Gamer -74 C Wild Crocodile -75 R Who // What // When // Where // Why -76 U Bronze Calendar -77 U Entirely Normal Armchair -78 R Jack-in-the-Mox -79 U Krark's Other Thumb -80 C Paper Tiger -81 R Pointy Finger of Doom -82 C Rock Lobster -83 C Scissors Lizard -84 M Sword of Dungeons & Dragons -85 R Water Balloon Game -86 C Underdome -87 L Plains -88 L Plains -89 L Island -90 L Island -91 L Swamp -92 L Swamp -93 L Mountain -94 L Mountain -95 L Forest -96 L Forest +1 C Adorable Kitten @Andrea Radeck +2 C AWOL @Stephen Tappin +3 U Emcee @Quinton Hoover +4 R Flavor Judge @Mike Burns +5 R Frankie Peanuts @Thomas M. Baxa +6 C GO TO JAIL @Marco Teixeira +7 C Humming- @Mark Behm +8 C Knight of the Hokey Pokey @Kev Walker +9 R Look at Me, I'm R&D @ +10 R Look at Me, I'm the DCI @Mark Rosewater +11 C Old Guard @David Sladek +12 C Ordinary Pony @Andrea Radeck +13 R Staying Power @Richard Sardinha +14 U Strutting Turkey @Andrea Radeck +15 R Syr Cadian, Knight Owl @Andrea Radeck +16 R Alexander Clamilton @Dmitry Burmak +17 R Avatar of Me @Greg Hildebrandt +18 M B.O.B. (Bevy of Beebles) @Jeff Miracola +19 C Carnivorous Death-Parrot @Greg Hildebrandt +20 U Cheatyface @Doug Chaffee +21 R Chicken a la King @Mark Zug +22 U Common Courtesy @Mike Raabe +23 R Johnny, Combo Player @Kensuke Okabayashi +24 C Magic Word @Carl Frank +25 C Mer Man @Mark Behm +26 R Richard Garfield, Ph.D. @Dave Dorman +27 U Rings a Bell @Chris Seaman +28 C Time Out @Dave Allsop +29 U Topsy Turvy @Jeff Miracola +30 C Wall of Fortune @Tom Babbey +31 R Acornelia, Fashionable Filcher @Bram Sels +32 U Bat- @Mark Behm +33 U Booster Tutor @Heather Hudson +34 C Dirty Rat @Kari Christensen +35 C Duh @Dave Dorman +36 R Enter the Dungeon @Luca Zontini +37 C Hoisted Hireling @Alex Konstad +38 R Infernal Spawn of Evil @Ron Spencer +39 R Infernal Spawn of Infernal Spawn of Evil @Ron Spencer +40 R Infernius Spawnington III, Esq. @Ron Spencer +41 U Inhumaniac @Matt Dixon +42 U Jumbo Imp @Pete Venters +43 C Poultrygeist @Daren Bader +44 U Skull Saucer @Mike Burns +45 C Snickering Squirrel @Michael Phillippi +46 C Stinging Scorpion @YW Tang +47 U Abstract Iguanart @Chris Seaman +48 R Blast from the Past @Douglas Shuler +49 R Boomstacker @Jesper Ejsing +50 C Common Iguana @Brynn Metheney +51 U Goblin Haberdasher @Jesper Ejsing +52 C Goblin S.W.A.T. Team @Eric Deschamps +53 U Goblin Tutor @Quinton Hoover +54 M Infinity Elemental @Seb McKinnon +55 C Painiac @McLean Kendree +56 U Six-y Beast @Anson Maddocks +57 R Stet, Draconic Proofreader @Dmitry Burmak +58 R Strategy, Schmategy @Daniel Gelon +59 U Super-Duper Death Ray @Even Amundsen +60 R Yet Another Aether Vortex @David Day +61 R B-I-N-G-O @Ron Spencer +62 C Elvish Impersonators @Phil Foglio +63 C Free-Range Chicken @Mike Raabe +64 C Growth Spurt @Jeff Laubenstein +65 U Half-Squirrel, Half- @Andrea Radeck +66 C Mother Kangaroo @Andrea Radeck +67 R Old Fogey @Douglas Shuler +68 R Pippa, Duchess of Dice @Simon Dominic +69 U Slaying Mantis @Ben Wootten +70 U Spirit of the Season @Emrah Elmasli +71 R Squirrel Farm @Ron Spencer +72 M Surgeon General Commander @Simon Dominic +73 R Timmy, Power Gamer @Karl Kopinski +74 C Wild Crocodile @Brynn Metheney +75 R Who // What // When // Where // Why @Dan Frazier +76 U Bronze Calendar @Melissa A. Benson +77 U Entirely Normal Armchair @Tom Babbey +78 R Jack-in-the-Mox @Dan Frazier +79 U Krark's Other Thumb @Jeff Miracola +80 C Paper Tiger @Heather Hudson +81 R Pointy Finger of Doom @Martina Pilcerova +82 C Rock Lobster @Heather Hudson +83 C Scissors Lizard @Heather Hudson +84 M Sword of Dungeons & Dragons @Chris Rahn +85 R Water Gun Balloon Game @Mark Brill +86 C Underdome @Matt Gaser +87 L Plains @Sam Burley +88 L Plains @Adam Paquette +89 L Island @John Avon +90 L Island @Adam Paquette +91 L Swamp @Mike Bierek +92 L Swamp @Adam Paquette +93 L Mountain @Rob Alexander +94 L Mountain @Adam Paquette +95 L Forest @Mark Poole +96 L Forest @Adam Paquette [tokens] u_1_1_beeble diff --git a/forge-gui/res/editions/Unstable Promos.txt b/forge-gui/res/editions/Unstable Promos.txt index 82b8d12c9be..593db144b0a 100644 --- a/forge-gui/res/editions/Unstable Promos.txt +++ b/forge-gui/res/editions/Unstable Promos.txt @@ -7,4 +7,4 @@ Border=Silver ScryfallCode=PUST [cards] -108 R Earl of Squirrel +108 R Earl of Squirrel @Matt Cavotta diff --git a/forge-gui/res/editions/Urza's Destiny Promos.txt b/forge-gui/res/editions/Urza's Destiny Promos.txt index 9684a041aa6..4e94d2b4259 100644 --- a/forge-gui/res/editions/Urza's Destiny Promos.txt +++ b/forge-gui/res/editions/Urza's Destiny Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PUDS [cards] -6 R False Prophet +6 R False Prophet @Eric Peterson diff --git a/forge-gui/res/editions/Urza's Destiny.txt b/forge-gui/res/editions/Urza's Destiny.txt index 064f98f5d7f..97e4a1b32fb 100644 --- a/forge-gui/res/editions/Urza's Destiny.txt +++ b/forge-gui/res/editions/Urza's Destiny.txt @@ -12,149 +12,149 @@ FoilAlwaysInCommonSlot=False ScryfallCode=UDS [cards] -76 U AEther Sting -1 R Academy Rector -101 R Ancient Silverback -51 R Apprentice Necromancer -2 U Archery Training -52 R Attrition -26 R Aura Thief -27 R Blizzard Elemental -77 R Bloodshot Cyclops -53 R Body Snatcher -126 U Braidwood Cup -127 U Braidwood Sextant -128 U Brass Secretary -28 U Brine Seer -29 C Bubbling Beebles -54 C Bubbling Muck -129 U Caltrops -3 C Capashen Knight -4 C Capashen Standard -5 C Capashen Templar -55 R Carnival of Souls -56 C Chime of Night -78 U Cinder Seer -79 C Colos Yearling -102 U Compost -80 R Covetous Dragon -30 U Disappear -57 C Disease Carriers -31 R Donate -58 C Dying Wail -103 C Elvish Lookout -104 R Elvish Piper -105 R Emperor Crocodile -59 U Encroach -60 U Eradicate -130 U Extruder -6 R False Prophet -32 C Fatigue -7 C Fend Off -61 U Festering Wound -8 C Field Surgeon -81 C Flame Jet -33 C Fledgling Osprey -9 R Flicker -131 U Fodder Cannon -106 U Gamekeeper -82 U Goblin Berserker -83 R Goblin Festival -84 C Goblin Gardener -85 R Goblin Marshal -86 C Goblin Masons -107 C Goliath Beetle -108 C Heart Warden -87 C Hulking Ogre -109 U Hunting Moa -34 C Illuminated Wings -88 R Impatience -89 U Incendiary -35 U Iridescent Drake -110 U Ivy Seer -10 U Jasmine Seer -132 R Junk Diver -90 U Keldon Champion -91 C Keldon Vandals -36 C Kingfisher -92 U Landslide -62 U Lurking Jackals -111 C Magnify -133 U Mantis Engine -93 C Mark of Fury -112 C Marker Beetles -11 C Mask of Law and Grace -12 R Master Healer -134 R Masticore -37 C Mental Discipline -135 R Metalworker -38 U Metathran Elite -39 C Metathran Soldier -113 U Momentum -114 C Multani's Decree -63 U Nightshade Seer -13 R Opalescence -40 R Opposition -115 R Pattern of Rebirth -64 C Phyrexian Monitor -65 R Phyrexian Negator -66 U Plague Dogs -116 C Plated Spider -117 R Plow Under -136 R Powder Keg -41 U Private Research -42 U Quash -67 R Rapid Decay -68 C Ravenous Rats -43 R Rayne, Academy Chancellor -94 C Reckless Abandon -14 C Reliquary Monk -95 R Repercussion -15 R Replenish -44 C Rescue -119 C Rofellos's Gift -118 R Rofellos, Llanowar Emissary -16 U Sanctimony -45 C Scent of Brine -96 C Scent of Cinder -120 C Scent of Ivy -17 C Scent of Jasmine -69 C Scent of Nightshade -18 U Scour -137 R Scrying Glass -19 U Serra Advocate -46 C Sigil of Sleep -70 C Skittering Horror -71 C Slinking Skirge -20 C Solidarity -72 U Soul Feast -97 U Sowing Salt -121 U Splinter -73 C Squirming Mass -138 R Storage Matrix -122 C Taunting Elf -47 C Telepathic Spies -48 R Temporal Adept -21 R Tethered Griffin -49 U Thieving Magpie -123 R Thorn Elemental -139 U Thran Dynamo -140 U Thran Foundry -141 R Thran Golem -22 C Tormented Angel -50 R Treachery -98 C Trumpet Blast -74 C Twisted Experiment -142 R Urza's Incubator -23 U Voice of Duty -24 U Voice of Reason -99 R Wake of Destruction -25 C Wall of Glare -100 C Wild Colos -124 C Yavimaya Elder -125 U Yavimaya Enchantress -143 R Yavimaya Hollow -75 R Yawgmoth's Bargain +76 U Aether Sting @Pete Venters +1 R Academy Rector @Heather Hudson +101 R Ancient Silverback @Paolo Parente +51 R Apprentice Necromancer @Pete Venters +2 U Archery Training @Mark Brill +52 R Attrition @Scott M. Fischer +26 R Aura Thief @Ron Spears +27 R Blizzard Elemental @Thomas M. Baxa +77 R Bloodshot Cyclops @Ray Lago +53 R Body Snatcher @Mark Zug +126 U Braidwood Cup @Greg Hildebrandt & Tim Hildebrandt +127 U Braidwood Sextant @Don Hazeltine +128 U Brass Secretary @DiTerlizzi +28 U Brine Seer @Donato Giancola +29 C Bubbling Beebles @Jeff Miracola +54 C Bubbling Muck @Greg Hildebrandt & Tim Hildebrandt +129 U Caltrops @Jeff Laubenstein +3 C Capashen Knight @Kev Walker +4 C Capashen Standard @Todd Lockwood +5 C Capashen Templar @Todd Lockwood +55 R Carnival of Souls @Brian Snõddy +56 C Chime of Night @Pete Venters +78 U Cinder Seer @Donato Giancola +79 C Colos Yearling @Patrick Ho +102 U Compost @Douglas Shuler +80 R Covetous Dragon @rk post +30 U Disappear @Edward P. Beard, Jr. +57 C Disease Carriers @Chippy & Matthew D. Wilson +31 R Donate @Jeff Miracola +58 C Dying Wail @Brian Snõddy +103 C Elvish Lookout @Greg Hildebrandt & Tim Hildebrandt +104 R Elvish Piper @Scott M. Fischer +105 R Emperor Crocodile @Kev Walker +59 U Encroach @rk post & Mark Tedin +60 U Eradicate @Kev Walker +130 U Extruder @Mark Tedin +6 R False Prophet @Eric Peterson +32 C Fatigue @Jeff Miracola +7 C Fend Off @Paolo Parente +61 U Festering Wound @Chippy & Matthew D. Wilson +8 C Field Surgeon @Heather Hudson +81 C Flame Jet @John Avon +33 C Fledgling Osprey @Heather Hudson +9 R Flicker @Douglas Shuler +131 U Fodder Cannon @DiTerlizzi +106 U Gamekeeper @Scott Hampton +82 U Goblin Berserker @Christopher Rush +83 R Goblin Festival @Jeff Laubenstein +84 C Goblin Gardener @Dan Frazier +85 R Goblin Marshal @DiTerlizzi +86 C Goblin Masons @DiTerlizzi +107 C Goliath Beetle @Don Hazeltine +108 C Heart Warden @Adam Rex +87 C Hulking Ogre @Greg Hildebrandt & Tim Hildebrandt +109 U Hunting Moa @DiTerlizzi +34 C Illuminated Wings @Jim Nelson +88 R Impatience @Mark Brill +89 U Incendiary @Jeff Laubenstein +35 U Iridescent Drake @Jim Nelson +110 U Ivy Seer @Donato Giancola +10 U Jasmine Seer @Donato Giancola +132 R Junk Diver @Eric Peterson +90 U Keldon Champion @Mark Tedin +91 C Keldon Vandals @Greg Staples +36 C Kingfisher @Edward P. Beard, Jr. +92 U Landslide @Jeff Laubenstein +62 U Lurking Jackals @Greg Staples +111 C Magnify @Michael Sutfin +133 U Mantis Engine @John Zeleznik +93 C Mark of Fury @Thomas M. Baxa +112 C Marker Beetles @Ron Spencer +11 C Mask of Law and Grace @Kev Walker +12 R Master Healer @Adam Rex +134 R Masticore @Paolo Parente +37 C Mental Discipline @Edward P. Beard, Jr. +135 R Metalworker @Don Hazeltine +38 U Metathran Elite @Jim Nelson +39 C Metathran Soldier @Paolo Parente +113 U Momentum @Carl Critchlow +114 C Multani's Decree @Eric Peterson +63 U Nightshade Seer @Donato Giancola +13 R Opalescence @John Avon +40 R Opposition @Todd Lockwood +115 R Pattern of Rebirth @Mark Brill +64 C Phyrexian Monitor @Carl Critchlow +65 R Phyrexian Negator @John Zeleznik +66 U Plague Dogs @Chippy & Matthew D. Wilson +116 C Plated Spider @Ron Spencer +117 R Plow Under @Edward P. Beard, Jr. +136 R Powder Keg @Dan Frazier +41 U Private Research @Scott M. Fischer +42 U Quash @Don Hazeltine +67 R Rapid Decay @Chippy +68 C Ravenous Rats @Carl Critchlow +43 R Rayne, Academy Chancellor @Matthew D. Wilson +94 C Reckless Abandon @Ron Spears +14 C Reliquary Monk @Thomas M. Baxa +95 R Repercussion @Michael Sutfin +15 R Replenish @Jim Nelson +44 C Rescue @Greg Staples +119 C Rofellos's Gift @Pete Venters +118 R Rofellos, Llanowar Emissary @Michael Sutfin +16 U Sanctimony @Mark Brill +45 C Scent of Brine @Greg Staples +96 C Scent of Cinder @Marc Fishman +120 C Scent of Ivy @John Avon +17 C Scent of Jasmine @Douglas Shuler +69 C Scent of Nightshade @John Avon +18 U Scour @Eric Peterson +137 R Scrying Glass @Patrick Ho +19 U Serra Advocate @Scott Hampton +46 C Sigil of Sleep @Greg Hildebrandt & Tim Hildebrandt +70 C Skittering Horror @Mark Zug +71 C Slinking Skirge @Ron Spencer +20 C Solidarity @John Zeleznik +72 U Soul Feast @Ray Lago +97 U Sowing Salt @Todd Lockwood +121 U Splinter @Daren Bader +73 C Squirming Mass @Ron Spencer +138 R Storage Matrix @Patrick Ho +122 C Taunting Elf @Scott M. Fischer +47 C Telepathic Spies @Thomas M. Baxa +48 R Temporal Adept @Heather Hudson +21 R Tethered Griffin @Matthew D. Wilson +49 U Thieving Magpie @Una Fricker +123 R Thorn Elemental @rk post +139 U Thran Dynamo @Ron Spears +140 U Thran Foundry @John Zeleznik +141 R Thran Golem @Ron Spears +22 C Tormented Angel @Greg Hildebrandt & Tim Hildebrandt +50 R Treachery @Matthew D. Wilson +98 C Trumpet Blast @Carl Critchlow +74 C Twisted Experiment @rk post +142 R Urza's Incubator @Pete Venters +23 U Voice of Duty @Mark Zug +24 U Voice of Reason @Ray Lago +99 R Wake of Destruction @Todd Lockwood +25 C Wall of Glare @Patrick Ho +100 C Wild Colos @Marc Fishman +124 C Yavimaya Elder @Ray Lago +125 U Yavimaya Enchantress @Matthew D. Wilson +143 R Yavimaya Hollow @Douglas Shuler +75 R Yawgmoth's Bargain @Michael Sutfin [tokens] r_1_1_goblin diff --git a/forge-gui/res/editions/Urza's Legacy Promos.txt b/forge-gui/res/editions/Urza's Legacy Promos.txt index 43d210c3f5b..9b1f03380c4 100644 --- a/forge-gui/res/editions/Urza's Legacy Promos.txt +++ b/forge-gui/res/editions/Urza's Legacy Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PULG [cards] -122 R Beast of Burden -123 R Beast of Burden +122 R Beast of Burden @Ron Spears +122† R Beast of Burden @Ron Spears diff --git a/forge-gui/res/editions/Urza's Legacy.txt b/forge-gui/res/editions/Urza's Legacy.txt index fc9b934ef24..6046f5bd6dc 100644 --- a/forge-gui/res/editions/Urza's Legacy.txt +++ b/forge-gui/res/editions/Urza's Legacy.txt @@ -12,149 +12,149 @@ FoilAlwaysInCommonSlot=False ScryfallCode=ULG [cards] -73 C About Face -121 U Angel's Trumpet -1 C Angelic Curator -25 R Anthroplasm -26 R Archivist -27 C Aura Flux -74 U Avalanche Riders -122 R Beast of Burden -2 R Blessed Reversal -97 U Bloated Toad -49 U Bone Shredder -28 C Bouncing Beebles -50 R Brink of Madness -3 C Burst of Energy -4 C Cessation -29 C Cloud of Faeries -123 R Crawlspace -98 C Crop Rotation -124 R Damping Engine -99 U Darkwatch Elves -75 C Defender of Chaos -5 C Defender of Law -125 R Defense Grid -100 R Defense of the Heart -30 R Delusions of Mediocrity -101 R Deranged Hermit -6 C Devout Harpist -51 U Engineered Plague -7 C Erase -52 R Eviscerator -8 C Expendable Troops -139 U Faerie Conclave -31 R Fleeting Image -53 C Fog of Gnats -140 U Forbidding Watchtower -32 C Frantic Search -102 U Gang of Elk -141 U Ghitu Encampment -76 U Ghitu Fire-Eater -77 C Ghitu Slinger -78 U Ghitu War Cry -54 C Giant Cockroach -79 C Goblin Medics -80 R Goblin Welder -81 C Granite Grip -126 R Grim Monolith -103 U Harmonic Convergence -104 R Hidden Gibbons -9 U Hope and Glory -82 R Impending Disaster -33 C Intervene -127 R Iron Maiden -10 C Iron Will -128 U Jhoira's Toolbox -11 R Karmic Guide -34 U King Crab -12 U Knighthood -83 U Last-Ditch Effort -84 C Lava Axe -35 U Levitation -105 U Lone Wolf -55 R Lurking Skirge -13 U Martyr's Cause -129 R Memory Jar -106 R Might of Oaks -36 C Miscalculation -85 R Molten Hydra -14 U Mother of Runes -108 C Multani's Acolyte -109 U Multani's Presence -107 R Multani, Maro-Sorcerer -56 R No Mercy -15 R Opal Avenger -16 C Opal Champion -37 U Opportunity -57 C Ostracize -38 R Palinchron -86 C Parch -17 U Peace and Quiet -58 C Phyrexian Broodlings -59 C Phyrexian Debaser -60 U Phyrexian Defiler -61 C Phyrexian Denouncer -62 R Phyrexian Plaguelord -63 U Phyrexian Reclamation -64 C Plague Beetle -18 R Planar Collapse -19 R Purify -87 C Pygmy Pyrosaur -88 R Pyromancy -130 R Quicksilver Amulet -89 U Rack and Ruin -21 U Radiant's Dragoons -22 C Radiant's Judgment -20 R Radiant, Archangel -110 C Rancor -65 U Rank and File -39 U Raven Familiar -40 U Rebuild -111 C Repopulate -131 R Ring of Gix -90 R Rivalry -132 R Scrapheap -41 R Second Chance -91 R Shivan Phoenix -66 C Sick and Tired -112 C Silk Net -113 C Simian Grunts -67 C Sleeper's Guile -42 C Slow Motion -92 C Sluggishness -43 C Snap -142 U Spawning Pool -68 R Subversion -23 U Sustainer of the Realm -69 C Swat -70 U Tethered Skirge -44 C Thornwind Faeries -133 R Thran Lens -134 U Thran War Machine -135 R Thran Weaponry -136 U Ticking Gnomes -45 U Tinker -24 C Tragic Poet -71 U Treacherous Link -114 C Treefolk Mystic -143 U Treetop Village -72 C Unearth -137 R Urza's Blueprints -93 C Viashino Bey -94 U Viashino Cutthroat -95 U Viashino Heretic -96 C Viashino Sandscout -46 C Vigilant Drake -47 U Walking Sponge -115 C Weatherseed Elf -48 C Weatherseed Faeries -116 R Weatherseed Treefolk -138 R Wheel of Torture -117 U Wing Snare -118 C Yavimaya Granger -119 C Yavimaya Scion -120 C Yavimaya Wurm +73 C About Face @Melissa A. Benson +121 U Angel's Trumpet @Kev Walker +1 C Angelic Curator @Greg Staples +25 R Anthroplasm @Ron Spencer +26 R Archivist @Pete Venters +27 C Aura Flux @John Avon +74 U Avalanche Riders @Edward P. Beard, Jr. +122 R Beast of Burden @Ron Spears +2 R Blessed Reversal @Pete Venters +97 U Bloated Toad @Una Fricker +49 U Bone Shredder @Ron Spencer +28 C Bouncing Beebles @Jeff Miracola +50 R Brink of Madness @Donato Giancola +3 C Burst of Energy @Mark Brill +4 C Cessation @Mark Zug +29 C Cloud of Faeries @Melissa A. Benson +123 R Crawlspace @Douglas Shuler +98 C Crop Rotation @DiTerlizzi +124 R Damping Engine @rk post +99 U Darkwatch Elves @Don Hazeltine +75 C Defender of Chaos @Carl Critchlow +5 C Defender of Law @Carl Critchlow +125 R Defense Grid @Mark Tedin +100 R Defense of the Heart @Rebecca Guay +30 R Delusions of Mediocrity @Jeff Laubenstein +101 R Deranged Hermit @Kev Walker +6 C Devout Harpist @Rebecca Guay +51 U Engineered Plague @Michael Sutfin +7 C Erase @Ron Spears +52 R Eviscerator @Michael Sutfin +8 C Expendable Troops @Carl Critchlow +139 U Faerie Conclave @Val Mayerik +31 R Fleeting Image @Scott M. Fischer +53 C Fog of Gnats @Jeff Miracola +140 U Forbidding Watchtower @Mark Brill +32 C Frantic Search @Jeff Miracola +102 U Gang of Elk @Una Fricker +141 U Ghitu Encampment @Don Hazeltine +76 U Ghitu Fire-Eater @Melissa A. Benson +77 C Ghitu Slinger @Melissa A. Benson +78 U Ghitu War Cry @Douglas Shuler +54 C Giant Cockroach @Heather Hudson +79 C Goblin Medics @Jeff Laubenstein +80 R Goblin Welder @Scott M. Fischer +81 C Granite Grip @Mike Raabe +126 R Grim Monolith @Chippy +103 U Harmonic Convergence @John Avon +104 R Hidden Gibbons @Una Fricker +9 U Hope and Glory @Heather Hudson +82 R Impending Disaster @Pete Venters +33 C Intervene @Heather Hudson +127 R Iron Maiden @Tom Wänerstrand +10 C Iron Will @Val Mayerik +128 U Jhoira's Toolbox @Mike Raabe +11 R Karmic Guide @Heather Hudson +34 U King Crab @Daniel Gelon +12 U Knighthood @Kev Walker +83 U Last-Ditch Effort @Dan Frazier +84 C Lava Axe @Brian Snõddy +35 U Levitation @Heather Hudson +105 U Lone Wolf @Una Fricker +55 R Lurking Skirge @Daren Bader +13 U Martyr's Cause @Jeff Laubenstein +129 R Memory Jar @Donato Giancola +106 R Might of Oaks @Ron Spencer +36 C Miscalculation @Jeff Laubenstein +85 R Molten Hydra @Greg Staples +14 U Mother of Runes @Scott M. Fischer +108 C Multani's Acolyte @Edward P. Beard, Jr. +109 U Multani's Presence @Scott M. Fischer +107 R Multani, Maro-Sorcerer @Daren Bader +56 R No Mercy @Mark Tedin +15 R Opal Avenger @Edward P. Beard, Jr. +16 C Opal Champion @Edward P. Beard, Jr. +37 U Opportunity @Ron Spears +57 C Ostracize @Chippy +38 R Palinchron @Matthew D. Wilson +86 C Parch @Ron Spencer +17 U Peace and Quiet @Don Hazeltine +58 C Phyrexian Broodlings @Daren Bader +59 C Phyrexian Debaser @Mark Tedin +60 U Phyrexian Defiler @DiTerlizzi +61 C Phyrexian Denouncer @Brian Snõddy +62 R Phyrexian Plaguelord @Kev Walker +63 U Phyrexian Reclamation @rk post +64 C Plague Beetle @Tom Fleming +18 R Planar Collapse @Mark Zug +19 R Purify @John Avon +87 C Pygmy Pyrosaur @Dan Frazier +88 R Pyromancy @Quinton Hoover +130 R Quicksilver Amulet @Douglas Shuler +89 U Rack and Ruin @Donato Giancola +21 U Radiant's Dragoons @Pete Venters +22 C Radiant's Judgment @Greg Staples +20 R Radiant, Archangel @Michael Sutfin +110 C Rancor @Kev Walker +65 U Rank and File @Donato Giancola +39 U Raven Familiar @Edward P. Beard, Jr. +40 U Rebuild @Allen Williams +111 C Repopulate @Una Fricker +131 R Ring of Gix @Mark Tedin +90 R Rivalry @Brian Snõddy +132 R Scrapheap @Bradley Williams +41 R Second Chance @Mark Tedin +91 R Shivan Phoenix @Daren Bader +66 C Sick and Tired @Val Mayerik +112 C Silk Net @Rob Alexander +113 C Simian Grunts @Pete Venters +67 C Sleeper's Guile @Daren Bader +42 C Slow Motion @Todd Lockwood +92 C Sluggishness @Pete Venters +43 C Snap @Mike Raabe +142 U Spawning Pool @Rob Alexander +68 R Subversion @Rob Alexander +23 U Sustainer of the Realm @Greg Staples +69 C Swat @Daren Bader +70 U Tethered Skirge @Brian Snõddy +44 C Thornwind Faeries @Rebecca Guay +133 R Thran Lens @Allen Williams +134 U Thran War Machine @Pete Venters +135 R Thran Weaponry @Anthony S. Waters +136 U Ticking Gnomes @Henry Van Der Linde +45 U Tinker @Mike Raabe +24 C Tragic Poet @Quinton Hoover +71 U Treacherous Link @Carl Critchlow +114 C Treefolk Mystic @DiTerlizzi +143 U Treetop Village @Anthony S. Waters +72 C Unearth @Don Hazeltine +137 R Urza's Blueprints @Tom Wänerstrand +93 C Viashino Bey @Bradley Williams +94 U Viashino Cutthroat @Edward P. Beard, Jr. +95 U Viashino Heretic @Douglas Shuler +96 C Viashino Sandscout @Scott M. Fischer +46 C Vigilant Drake @Greg Staples +47 U Walking Sponge @Ron Spencer +115 C Weatherseed Elf @Heather Hudson +48 C Weatherseed Faeries @Don Hazeltine +116 R Weatherseed Treefolk @Heather Hudson +138 R Wheel of Torture @Henry Van Der Linde +117 U Wing Snare @Henry Van Der Linde +118 C Yavimaya Granger @Henry Van Der Linde +119 C Yavimaya Scion @DiTerlizzi +120 C Yavimaya Wurm @Melissa A. Benson [tokens] g_1_1_squirrel diff --git a/forge-gui/res/editions/Urza's Saga Promos.txt b/forge-gui/res/editions/Urza's Saga Promos.txt index 35f0a473853..93d8f787c32 100644 --- a/forge-gui/res/editions/Urza's Saga Promos.txt +++ b/forge-gui/res/editions/Urza's Saga Promos.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PUSG [cards] -202 R Lightning Dragon +202 R Lightning Dragon @Ron Spencer diff --git a/forge-gui/res/editions/Urza's Saga.txt b/forge-gui/res/editions/Urza's Saga.txt index a601e2d9864..8ac44bf8e3a 100644 --- a/forge-gui/res/editions/Urza's Saga.txt +++ b/forge-gui/res/editions/Urza's Saga.txt @@ -11,356 +11,356 @@ Foil=NotSupported ScryfallCode=USG [cards] -1 U Absolute Grace -2 U Absolute Law -229 R Abundance -115 R Abyssal Horror -58 U Academy Researchers -172 U Acidic Soil -230 C Acridian -231 U Albino Troll -232 U Anaconda -3 R Angelic Chorus -4 C Angelic Page -59 C Annul -173 R Antagonism -174 C Arc Lightning -60 U Arcane Laboratory -233 U Argothian Elder -234 R Argothian Enchantress -235 C Argothian Swine -236 R Argothian Wurm -61 R Attunement -62 R Back to Basics -286 R Barrin's Codex -63 R Barrin, Master Wizard -175 R Bedlam -116 C Befoul -117 U Bereavement -237 U Blanchwood Armor -238 C Blanchwood Treefolk -319 U Blasted Landscape -118 C Blood Vassal -119 C Bog Raiders -176 R Brand -177 C Bravado -120 C Breach -5 C Brilliant Halo -239 U Bull Hippo -178 R Bulwark -121 C Cackling Fiend -240 U Carpet of Flowers -122 C Carrion Beetles -64 C Catalog -6 R Catastrophe -287 U Cathodion -241 C Cave Tiger -242 R Child of Gaea -288 R Chimeric Staff -243 R Citanul Centaurs -289 R Citanul Flute -244 R Citanul Hierophants -290 U Claws of Gix -7 U Clear -65 C Cloak of Mists -66 U Confiscate -8 C Congregate -123 R Contamination -291 R Copper Gnomes -67 C Coral Merfolk -124 C Corrupt -245 U Cradle Guard -179 R Crater Hellion -125 U Crazed Skirge -246 U Crosswinds -292 U Crystal Chimes -68 C Curfew -126 R Dark Hatchling -127 C Dark Ritual -128 R Darkest Hour -9 U Defensive Formation -129 C Despondency -180 U Destructive Urge -130 U Diabolic Servitude -10 C Disciple of Grace -11 C Disciple of Law -131 R Discordant Dirge -12 C Disenchant -181 U Disorder -69 C Disruptive Student -70 U Douse -293 U Dragon Blood -71 R Drifting Djinn -320 C Drifting Meadow -182 C Dromosaur -132 C Duress -133 R Eastern Paladin -183 R Electryte -13 R Elite Archers -247 C Elvish Herder -248 C Elvish Lyrist -72 U Enchantment Alteration -249 R Endless Wurm -294 U Endoskeleton -73 R Energy Field -74 U Exhaustion -134 C Exhume -250 R Exploration -135 C Expunge -14 R Faith Healer -184 C Falter -185 R Fault Line -251 U Fecundity -252 C Fertile Ground -186 C Fiery Mantle -187 U Fire Ants -136 U Flesh Reaver -295 R Fluctuator -75 U Fog Bank -348 L Forest -348 L Forest -348 L Forest -348 L Forest -253 C Fortitude -254 C Gaea's Bounty -321 R Gaea's Cradle -255 U Gaea's Embrace -188 R Gamble -76 R Gilded Drake -15 R Glorious Anthem -189 U Goblin Cadets -190 U Goblin Lackey -191 C Goblin Matron -192 U Goblin Offensive -193 C Goblin Patrol -194 C Goblin Raider -195 C Goblin Spelunkers -196 C Goblin War Buggy -256 C Gorilla Warrior -296 R Grafted Skullcap -77 R Great Whale -257 R Greater Good -258 R Greener Pastures -197 U Guma -259 U Hawkeater Moth -198 C Headlong Rush -16 C Healing Salve -199 C Heat Ray -17 R Herald of Serra -78 C Hermetic Study -79 U Hibernation -260 U Hidden Ancients -261 U Hidden Guerrillas -262 R Hidden Herd -263 R Hidden Predators -264 C Hidden Spider -265 R Hidden Stag -137 C Hollow Dogs -297 U Hopping Automaton -80 C Horseshoe Crab -18 U Humble -266 C Hush -138 R Ill-Gotten Gains -81 R Imaginary Pet -19 R Intrepid Hero -335 L Island -335 L Island -335 L Island -335 L Island -200 U Jagged Lightning -298 R Karn, Silver Golem -82 C Launch -201 C Lay Waste -299 R Lifeline -202 R Lightning Dragon -83 U Lilting Refrain -84 U Lingering Mirage -139 C Looming Shade -300 R Lotus Blossom -267 C Lull -140 R Lurking Evil -141 U Mana Leech -203 U Meltdown -301 R Metrognome -268 R Midsummer Revel -302 R Mishra's Helix -303 U Mobile Fort -20 U Monk Idealist -21 C Monk Realist -85 R Morphling -343 L Mountain -343 L Mountain -343 L Mountain -343 L Mountain -142 U No Rest for the Wicked -304 R Noetic Scales -204 R Okk -22 U Opal Acrolith -23 R Opal Archangel -24 C Opal Caryatid -25 C Opal Gargoyle -26 R Opal Titan -143 R Oppression -144 U Order of Yawgmoth -205 U Outmaneuver -27 C Pacifism -145 U Parasitic Bond -28 R Pariah -29 C Path of Peace -30 C Pegasus Charger -86 C Pendrell Drake -87 C Pendrell Flux -88 U Peregrine Drake -146 R Persecute -147 C Pestilence -305 R Phyrexian Colossus -148 C Phyrexian Ghoul -306 R Phyrexian Processor -322 R Phyrexian Tower -307 U Pit Trap -333 L Plains -333 L Plains -333 L Plains -333 L Plains -31 R Planar Birth -149 U Planar Void -323 C Polluted Mire -269 C Pouncing Jaguar -89 C Power Sink -90 C Power Taint -32 U Presence of the Master -150 U Priest of Gix -270 C Priest of Titania -308 R Purging Scythe -151 U Rain of Filth -206 U Rain of Salt -152 C Ravenous Skirge -207 C Raze -91 R Recantation -153 U Reclusive Wight -33 U Redeem -208 C Reflexes -271 C Rejuvenate -34 R Remembrance -324 C Remote Isle -154 R Reprocess -92 C Rescind -272 U Retaliation -209 C Retromancer -93 C Rewind -210 R Rumbling Crescendo -35 U Rune of Protection: Artifacts -36 C Rune of Protection: Black -37 C Rune of Protection: Blue -38 C Rune of Protection: Green -39 R Rune of Protection: Lands -40 C Rune of Protection: Red -41 C Rune of Protection: White -42 C Sanctum Custodian -43 U Sanctum Guardian -94 C Sandbar Merfolk -95 U Sandbar Serpent -155 U Sanguine Guard -211 U Scald -212 R Scoria Wurm -213 C Scrap -44 U Seasoned Marshal -45 R Serra Avatar -46 C Serra Zealot -47 U Serra's Embrace -48 U Serra's Hymn -49 R Serra's Liturgy -325 R Serra's Sanctum -50 U Shimmering Barrier -214 U Shiv's Embrace -326 R Shivan Gorge -215 R Shivan Hellkite -216 U Shivan Raptor -96 R Show and Tell -217 C Shower of Sparks -156 C Sicken -51 C Silent Attendant -157 U Skirge Familiar -158 C Skittering Skirge -159 R Sleeper Agent -327 C Slippery Karst -309 R Smokestack -328 C Smoldering Crater -218 R Sneak Attack -97 R Somnophore -52 U Songstitcher -53 R Soul Sculptor -160 U Spined Fluke -98 C Spire Owl -273 R Sporogenesis -274 U Spreading Algae -219 U Steam Blast -99 U Stern Proctor -100 R Stroke of Genius -220 R Sulfuric Vapors -101 R Sunder -342 L Swamp -342 L Swamp -342 L Swamp -342 L Swamp -275 C Symbiosis -161 R Tainted AEther -102 U Telepathy -310 R Temporal Aperture -329 R Thran Quarry -311 U Thran Turbine -221 U Thundering Giant -103 R Time Spiral -276 U Titania's Boon -277 U Titania's Chosen -330 R Tolarian Academy -104 C Tolarian Winds -222 U Torch Song -278 U Treefolk Seedlings -279 C Treetop Rangers -105 U Turnabout -312 R Umbilicus -162 C Unnerve -163 C Unworthy Dead -313 U Urza's Armor -164 U Vampiric Embrace -165 R Vebulid -106 C Veil of Birds -107 U Veiled Apparition -108 R Veiled Crocodile -109 U Veiled Sentry -110 C Veiled Serpent -280 C Venomous Fangs -281 R Vernal Bloom -223 C Viashino Outrider -224 C Viashino Runner -225 R Viashino Sandswimmer -226 C Viashino Weaponsmith -166 U Victimize -167 U Vile Requiem -54 U Voice of Grace -55 U Voice of Law -314 U Voltaic Key -227 U Vug Lizard -315 U Wall of Junk -282 U War Dance -56 U Waylay -168 R Western Paladin -316 R Whetstone -283 R Whirlwind -284 C Wild Dogs -228 R Wildfire -111 U Windfall -285 C Winding Wurm -317 U Wirecat -169 R Witch Engine -112 C Wizard Mentor -318 U Worn Powerstone -57 R Worship -170 U Yawgmoth's Edict -171 R Yawgmoth's Will -113 R Zephid -114 U Zephid's Embrace +1 U Absolute Grace @Jeff Miracola +2 U Absolute Law @Mark Zug +229 R Abundance @Rebecca Guay +115 R Abyssal Horror @rk post +58 U Academy Researchers @Stephen Daniele +172 U Acidic Soil @Scott M. Fischer +230 C Acridian @rk post +231 U Albino Troll @Paolo Parente +232 U Anaconda @Stephen Daniele +3 R Angelic Chorus @Ron Spencer +4 C Angelic Page @Rebecca Guay +59 C Annul @Greg Simanson +173 R Antagonism @Donato Giancola +174 C Arc Lightning @Andrew Goldhawk +60 U Arcane Laboratory @Stephen Daniele +233 U Argothian Elder @DiTerlizzi +234 R Argothian Enchantress @Daren Bader +235 C Argothian Swine @Randy Elliott +236 R Argothian Wurm @Kev Walker +61 R Attunement @Randy Gallegos +62 R Back to Basics @Andrew Robinson +286 R Barrin's Codex @DiTerlizzi +63 R Barrin, Master Wizard @Michael Sutfin +175 R Bedlam @Mike Raabe +116 C Befoul @Pete Venters +117 U Bereavement @Andrew Goldhawk +237 U Blanchwood Armor @Paolo Parente +238 C Blanchwood Treefolk @DiTerlizzi +319 U Blasted Landscape @Ciruelo +118 C Blood Vassal @Chippy +119 C Bog Raiders @Carl Critchlow +176 R Brand @Donato Giancola +177 C Bravado @Jerry Tiritilli +120 C Breach @Greg Staples +5 C Brilliant Halo @Randy Gallegos +239 U Bull Hippo @Daren Bader +178 R Bulwark @Brian Snõddy +121 C Cackling Fiend @Brian Despain +240 U Carpet of Flowers @Rebecca Guay +122 C Carrion Beetles @Ron Spencer +64 C Catalog @Berry +6 R Catastrophe @Andrew Robinson +287 U Cathodion @Henry G. Higginbotham +241 C Cave Tiger @Hannibal King +242 R Child of Gaea @Paolo Parente +288 R Chimeric Staff @Michael Sutfin +243 R Citanul Centaurs @Val Mayerik +289 R Citanul Flute @Berry +244 R Citanul Hierophants @Vincent Evans +290 U Claws of Gix @Henry G. Higginbotham +7 U Clear @Andrew Robinson +65 C Cloak of Mists @John Matson +66 U Confiscate @Adam Rex +8 C Congregate @Mark Zug +123 R Contamination @Stephen Daniele +291 R Copper Gnomes @Jeff Laubenstein +67 C Coral Merfolk @rk post +124 C Corrupt @Vincent Evans +245 U Cradle Guard @Mark Zug +179 R Crater Hellion @Daren Bader +125 U Crazed Skirge @Ron Spencer +246 U Crosswinds @Randy Elliott +292 U Crystal Chimes @Donato Giancola +68 C Curfew @Randy Gallegos +126 R Dark Hatchling @Mark A. Nelson +127 C Dark Ritual @Tom Fleming +128 R Darkest Hour @Heather Hudson +9 U Defensive Formation @Greg Staples +129 C Despondency @D. Alexander Gregory +180 U Destructive Urge @Andrew Robinson +130 U Diabolic Servitude @Scott M. Fischer +10 C Disciple of Grace @Robh Ruppel +11 C Disciple of Law @Matthew D. Wilson +131 R Discordant Dirge @Carl Critchlow +12 C Disenchant @Donato Giancola +181 U Disorder @Terese Nielsen +69 C Disruptive Student @Randy Gallegos +70 U Douse @Val Mayerik +293 U Dragon Blood @Greg Simanson +71 R Drifting Djinn @Carl Critchlow +320 C Drifting Meadow @Bob Eggleton +182 C Dromosaur @Ciruelo +132 C Duress @Lawrence Snelly +133 R Eastern Paladin @Carl Critchlow +183 R Electryte @Thomas M. Baxa +13 R Elite Archers @Greg Staples +247 C Elvish Herder @Tom Fleming +248 C Elvish Lyrist @Rebecca Guay +72 U Enchantment Alteration @D. Alexander Gregory +249 R Endless Wurm @DiTerlizzi +294 U Endoskeleton @Mark Tedin +73 R Energy Field @John Matson +74 U Exhaustion @Paolo Parente +134 C Exhume @Carl Critchlow +250 R Exploration @Brian Snõddy +135 C Expunge @Christopher Moeller +14 R Faith Healer @Randy Gallegos +184 C Falter @Mike Raabe +185 R Fault Line @Ron Spencer +251 U Fecundity @Rebecca Guay +252 C Fertile Ground @Heather Hudson +186 C Fiery Mantle @Bob Eggleton +187 U Fire Ants @Tom Fleming +136 U Flesh Reaver @Pete Venters +295 R Fluctuator @John Matson +75 U Fog Bank @Scott Kirschner +347 L Forest @Anthony S. Waters +348 L Forest @Anthony S. Waters +349 L Forest @Anthony S. Waters +350 L Forest @Anthony S. Waters +253 C Fortitude @Daren Bader +254 C Gaea's Bounty @Stephen Daniele +321 R Gaea's Cradle @Mark Zug +255 U Gaea's Embrace @Paolo Parente +188 R Gamble @Andrew Goldhawk +76 R Gilded Drake @Bob Eggleton +15 R Glorious Anthem @Kev Walker +189 U Goblin Cadets @Jerry Tiritilli +190 U Goblin Lackey @Jerry Tiritilli +191 C Goblin Matron @DiTerlizzi +192 U Goblin Offensive @Carl Critchlow +193 C Goblin Patrol @Greg Staples +194 C Goblin Raider @Greg Staples +195 C Goblin Spelunkers @DiTerlizzi +196 C Goblin War Buggy @DiTerlizzi +256 C Gorilla Warrior @Steve White +296 R Grafted Skullcap @Brian Despain +77 R Great Whale @Bob Eggleton +257 R Greater Good @Pete Venters +258 R Greener Pastures @Heather Hudson +197 U Guma @Daren Bader +259 U Hawkeater Moth @Heather Hudson +198 C Headlong Rush @Dermot Power +16 C Healing Salve @Heather Hudson +199 C Heat Ray @Brian Snõddy +17 R Herald of Serra @Matthew D. Wilson +78 C Hermetic Study @Ron Spencer +79 U Hibernation @Scott Kirschner +260 U Hidden Ancients @Daren Bader +261 U Hidden Guerrillas @Christopher Moeller +262 R Hidden Herd @Andrew Robinson +263 R Hidden Predators @John Matson +264 C Hidden Spider @Thomas M. Baxa +265 R Hidden Stag @Berry +137 C Hollow Dogs @Jeff Miracola +297 U Hopping Automaton @Val Mayerik +80 C Horseshoe Crab @Scott Kirschner +18 U Humble @Val Mayerik +266 C Hush @Rebecca Guay +138 R Ill-Gotten Gains @Greg Staples +81 R Imaginary Pet @Heather Hudson +19 R Intrepid Hero @Brian Snõddy +335 L Island @Donato Giancola +336 L Island @Donato Giancola +337 L Island @Donato Giancola +338 L Island @Donato Giancola +200 U Jagged Lightning @Mike Raabe +298 R Karn, Silver Golem @Mark Zug +82 C Launch @Val Mayerik +201 C Lay Waste @Terese Nielsen +299 R Lifeline @D. Alexander Gregory +202 R Lightning Dragon @Ron Spencer +83 U Lilting Refrain @Berry +84 U Lingering Mirage @Jerry Tiritilli +139 C Looming Shade @Vincent Evans +300 R Lotus Blossom @Randy Gallegos +267 C Lull @Terese Nielsen +140 R Lurking Evil @Scott Kirschner +141 U Mana Leech @Mark A. Nelson +203 U Meltdown @Donato Giancola +301 R Metrognome @Jeff Laubenstein +268 R Midsummer Revel @Steve Firchow +302 R Mishra's Helix @Berry +303 U Mobile Fort @Mark Tedin +20 U Monk Idealist @Daren Bader +21 C Monk Realist @Daren Bader +85 R Morphling @rk post +343 L Mountain @John Avon +344 L Mountain @John Avon +345 L Mountain @John Avon +346 L Mountain @John Avon +142 U No Rest for the Wicked @Carl Critchlow +304 R Noetic Scales @Andrew Robinson +204 R Okk @Mike Raabe +22 U Opal Acrolith @Robh Ruppel +23 R Opal Archangel @Jeff Miracola +24 C Opal Caryatid @Berry +25 C Opal Gargoyle @Kev Walker +26 R Opal Titan @Paolo Parente +143 R Oppression @Pete Venters +144 U Order of Yawgmoth @Chippy +205 U Outmaneuver @Greg Staples +27 C Pacifism @Randy Gallegos +145 U Parasitic Bond @Scott Kirschner +28 R Pariah @Jon J Muth +29 C Path of Peace @Val Mayerik +30 C Pegasus Charger @Val Mayerik +86 C Pendrell Drake @Jeff Miracola +87 C Pendrell Flux @Andrew Robinson +88 U Peregrine Drake @Bob Eggleton +146 R Persecute @D. Alexander Gregory +147 C Pestilence @Pete Venters +305 R Phyrexian Colossus @Mark Tedin +148 C Phyrexian Ghoul @Pete Venters +306 R Phyrexian Processor @Ron Spencer +322 R Phyrexian Tower @Chippy +307 U Pit Trap @Brian Snõddy +331 L Plains @Rob Alexander +332 L Plains @Rob Alexander +333 L Plains @Rob Alexander +334 L Plains @Rob Alexander +31 R Planar Birth @Adam Rex +149 U Planar Void @Andrew Goldhawk +323 C Polluted Mire @Stephen Daniele +269 C Pouncing Jaguar @Daren Bader +89 C Power Sink @Andrew Robinson +90 C Power Taint @Brian Snõddy +32 U Presence of the Master @Ciruelo +150 U Priest of Gix @Brian Despain +270 C Priest of Titania @Rebecca Guay +308 R Purging Scythe @Matthew D. Wilson +151 U Rain of Filth @Stephen Daniele +206 U Rain of Salt @Adam Rex +152 C Ravenous Skirge @Ron Spencer +207 C Raze @Mike Raabe +91 R Recantation @Greg Simanson +153 U Reclusive Wight @Vincent Evans +33 U Redeem @D. Alexander Gregory +208 C Reflexes @Steve White +271 C Rejuvenate @Greg Simanson +34 R Remembrance @Val Mayerik +324 C Remote Isle @Ciruelo +154 R Reprocess @Mark Tedin +92 C Rescind @Adam Rex +272 U Retaliation @Tom Fleming +209 C Retromancer @Robh Ruppel +93 C Rewind @Dermot Power +210 R Rumbling Crescendo @Lawrence Snelly +35 U Rune of Protection: Artifacts @Scott M. Fischer +36 C Rune of Protection: Black @Scott M. Fischer +37 C Rune of Protection: Blue @Scott M. Fischer +38 C Rune of Protection: Green @Scott M. Fischer +39 R Rune of Protection: Lands @Scott M. Fischer +40 C Rune of Protection: Red @Scott M. Fischer +41 C Rune of Protection: White @Scott M. Fischer +42 C Sanctum Custodian @Paolo Parente +43 U Sanctum Guardian @Donato Giancola +94 C Sandbar Merfolk @rk post +95 U Sandbar Serpent @Jim Nelson +155 U Sanguine Guard @Kev Walker +211 U Scald @Adam Rex +212 R Scoria Wurm @Steve Firchow +213 C Scrap @Donato Giancola +44 U Seasoned Marshal @Matthew D. Wilson +45 R Serra Avatar @Dermot Power +46 C Serra Zealot @DiTerlizzi +47 U Serra's Embrace @Terese Nielsen +48 U Serra's Hymn @Rebecca Guay +49 R Serra's Liturgy @rk post +325 R Serra's Sanctum @Ciruelo +50 U Shimmering Barrier @D. Alexander Gregory +216 U Shiv's Embrace @Bob Eggleton +326 R Shivan Gorge @John Matson +214 R Shivan Hellkite @Bob Eggleton +215 U Shivan Raptor @Bob Eggleton +96 R Show and Tell @Jeff Laubenstein +217 C Shower of Sparks @Christopher Moeller +156 C Sicken @Heather Hudson +51 C Silent Attendant @Rebecca Guay +157 U Skirge Familiar @Ron Spencer +158 C Skittering Skirge @Ron Spencer +159 R Sleeper Agent @Randy Gallegos +327 C Slippery Karst @Stephen Daniele +309 R Smokestack @Scott Kirschner +328 C Smoldering Crater @Mark Tedin +218 R Sneak Attack @Jerry Tiritilli +97 R Somnophore @Andrew Robinson +52 U Songstitcher @Berry +53 R Soul Sculptor @Ciruelo +160 U Spined Fluke @Mark A. Nelson +98 C Spire Owl @Steve Firchow +273 R Sporogenesis @Ron Spencer +274 U Spreading Algae @Stephen Daniele +219 U Steam Blast @Mike Raabe +99 U Stern Proctor @Randy Gallegos +100 R Stroke of Genius @Stephen Daniele +220 R Sulfuric Vapors @Lawrence Snelly +101 R Sunder @Stephen Daniele +339 L Swamp @John Avon +340 L Swamp @John Avon +341 L Swamp @John Avon +342 L Swamp @John Avon +275 C Symbiosis @Jeff Miracola +161 R Tainted Aether @Thomas M. Baxa +102 U Telepathy @Matthew D. Wilson +310 R Temporal Aperture @Michael Sutfin +329 R Thran Quarry @Michael Sutfin +311 U Thran Turbine @Brian Snõddy +221 U Thundering Giant @Mark Zug +103 R Time Spiral @Michael Sutfin +276 U Titania's Boon @Val Mayerik +277 U Titania's Chosen @Mark Zug +330 R Tolarian Academy @Stephen Daniele +104 C Tolarian Winds @Lawrence Snelly +222 U Torch Song @Thomas M. Baxa +278 U Treefolk Seedlings @John Matson +279 C Treetop Rangers @Daren Bader +105 U Turnabout @Heather Hudson +312 R Umbilicus @Dermot Power +162 C Unnerve @Terese Nielsen +163 C Unworthy Dead @Carl Critchlow +313 U Urza's Armor @rk post +164 U Vampiric Embrace @Thomas M. Baxa +165 R Vebulid @Ron Spencer +106 C Veil of Birds @Heather Hudson +107 U Veiled Apparition @Andrew Robinson +108 R Veiled Crocodile @Paolo Parente +109 U Veiled Sentry @Ron Spears +110 C Veiled Serpent @Bob Eggleton +280 C Venomous Fangs @Lawrence Snelly +281 R Vernal Bloom @Bob Eggleton +223 C Viashino Outrider @Ciruelo +224 C Viashino Runner @Steve White +225 R Viashino Sandswimmer @Pete Venters +226 C Viashino Weaponsmith @Dermot Power +166 U Victimize @Val Mayerik +167 U Vile Requiem @Carl Critchlow +54 U Voice of Grace @Jeff Miracola +55 U Voice of Law @Mark Zug +314 U Voltaic Key @Henry G. Higginbotham +227 U Vug Lizard @Heather Hudson +315 U Wall of Junk @Adam Rex +282 U War Dance @Terese Nielsen +56 U Waylay @Greg Staples +168 R Western Paladin @Carl Critchlow +316 R Whetstone @Greg Simanson +283 R Whirlwind @John Matson +284 C Wild Dogs @Terese Nielsen +228 R Wildfire @Carl Critchlow +111 U Windfall @Pete Venters +285 C Winding Wurm @DiTerlizzi +317 U Wirecat @Michael Sutfin +169 R Witch Engine @Kev Walker +112 C Wizard Mentor @Jeff Miracola +318 U Worn Powerstone @Henry G. Higginbotham +57 R Worship @Mark Zug +170 U Yawgmoth's Edict @Scott Kirschner +171 R Yawgmoth's Will @Ron Spencer +113 R Zephid @Daren Bader +114 U Zephid's Embrace @Daren Bader [tokens] c_1_1_a_gnome diff --git a/forge-gui/res/editions/Vintage Championship.txt b/forge-gui/res/editions/Vintage Championship.txt index a2919ad4b9b..01ba176ba9d 100644 --- a/forge-gui/res/editions/Vintage Championship.txt +++ b/forge-gui/res/editions/Vintage Championship.txt @@ -6,26 +6,26 @@ Type=Promo ScryfallCode=OVNT [cards] -2003 R Black Lotus -2004 R Timetwister -2005 R Ancestral Recall -2006 R Mox Pearl -2007 R Mox Jet -2008 R Mox Ruby -2009 R Mox Emerald -2010 R Mox Sapphire -2011 R Time Walk -2012 R Timetwister -2013 R Ancestral Recall -2014 M Mox Pearl -2015 M Mox Emerald -2016EU M Mox Jet -2016NA M Mox Sapphire -2017EU M Mox Ruby -2017NA M Black Lotus -2018 M Ancestral Recall -2018A M Timetwister -2018NA M Time Walk -2019 M Mox Pearl -2019A M Mox Sapphire -2019NA M Mox Jet +2003 R Black Lotus @Christopher Rush +2004 R Timetwister @Mark Tedin +2005 R Ancestral Recall @Mark Poole +2006 R Mox Pearl @Volkan Baǵa +2007 R Mox Jet @Volkan Baǵa +2008 R Mox Ruby @Volkan Baǵa +2009 R Mox Emerald @Volkan Baǵa +2010 R Mox Sapphire @Volkan Baǵa +2011 R Time Walk @Chris Rahn +2012 R Timetwister @Matt Stewart +2013 R Ancestral Recall @Ryan Pancoast +2014 M Mox Pearl @Raoul Vitale +2015 M Mox Emerald @Raoul Vitale +2016EU M Mox Jet @Raoul Vitale +2016NA M Mox Sapphire @Raoul Vitale +2017EU M Mox Ruby @Raoul Vitale +2017NA M Black Lotus @Steven Belledin +2018 M Ancestral Recall @Raoul Vitale +2018A M Timetwister @Ralph Horsley +2018NA M Time Walk @Chris Seaman +2019 M Mox Pearl @Sidharth Chaturvedi +2019A M Mox Sapphire @Tyler Walpole +2019NA M Mox Jet @Filip Burburan diff --git a/forge-gui/res/editions/Vintage Masters.txt b/forge-gui/res/editions/Vintage Masters.txt index cec96766f60..39b5af113da 100644 --- a/forge-gui/res/editions/Vintage Masters.txt +++ b/forge-gui/res/editions/Vintage Masters.txt @@ -11,331 +11,331 @@ FoilChanceInBooster=100 ScryfallCode=VMA [cards] -1 S Ancestral Recall -2 S Time Walk -3 S Timetwister -4 S Black Lotus -5 S Mox Emerald -6 S Mox Jet -7 S Mox Pearl -8 S Mox Ruby -9 S Mox Sapphire -10 C Afterlife -11 U Akroma's Blessing -12 M Armageddon -13 U Astral Slide -14 M Balance -15 C Battle Screech -16 C Benalish Trapper -17 C Benevolent Bodyguard -18 U Breath of Life -19 C Brilliant Halo -20 R Council's Judgment -21 R Crescendo of War -22 R Decree of Justice -23 C Deftblade Elite -24 U Devout Witness -25 U Empyrial Armor -26 R Eternal Dragon -27 C Exile -28 R Gerrard's Battle Cry -29 C Gilded Light -30 C Gustcloak Harrier -31 R Jareth, Leonine Titan -32 R Karmic Guide -33 R Kongming, "Sleeping Dragon" -34 C Mistmoon Griffin -35 U Mystic Zealot -36 C Noble Templar -37 R Parallax Wave -38 C Phantom Nomad -39 U Pianna, Nomad Captain -40 U Radiant, Archangel -41 C Radiant's Judgment -42 C Renewed Faith -43 C Seal of Cleansing -44 C Shelter -45 U Sidar Jabari -46 C Soltari Emissary -47 C Soltari Trooper -48 R Spirit Cairn -49 R Spirit Mirror -50 U Stoic Champion -51 U Swords to Plowshares -52 C Teroh's Faithful -53 R Winds of Rath -54 R Zhalfirin Crusader -55 R Academy Elite -56 C Aquamoeba -57 U Brain Freeze -58 C Brainstorm -59 C Choking Tethers -60 C Circular Logic -61 U Cloud Djinn -62 U Cloud of Faeries -63 R Control Magic -64 C Counterspell -65 C Deep Analysis -66 R Ephemeron -67 U Fact or Fiction -68 R Flusterstorm -69 R Force of Will -70 C Frantic Search -71 R Future Sight -72 U Gush -73 U High Tide -74 M Jace, the Mind Sculptor -75 C Keeneye Aven -76 C Killer Whale -77 C Krovikan Sorcerer -78 M Mana Drain -79 C Man-o'-War -80 R Mind's Desire -81 M Morphling -82 M Muzzio, Visionary Architect -83 C Obsessive Search -84 C Ophidian -85 C Owl Familiar -86 R Palinchron -87 R Plea for Power -88 U Power Sink -89 C Repel -90 C Rescind -91 C Scrivener -92 R Sea Drake -93 U Serendib Efreet -94 C Skywing Aven -95 R Stroke of Genius -96 C Temporal Fissure -97 U Thalakos Drifters -98 R Tradewind Rider -99 U Turnabout -100 M Upheaval -101 R Volrath's Shapeshifter -102 U Waterfront Bouncer -103 C Addle -104 U Animate Dead -105 R Baleful Force -106 U Cabal Ritual -107 C Carnophage -108 C Chainer's Edict -109 C Choking Sands -110 R Crovax the Cursed -111 R Cruel Bargain -112 U Dark Hatchling -113 C Dark Ritual -114 C Dauthi Mercenary -115 C Death's-Head Buzzard -116 M Demonic Tutor -117 R Drakestown Forgotten -118 C Expunge -119 C Fallen Askari -120 U Famine -121 C Fledgling Djinn -122 U Hymn to Tourach -123 R Ichorid -124 U Kezzerdrix -125 R Laquatus's Champion -126 R Living Death -127 U Lurking Evil -128 C Mesmeric Fiend -129 R Nature's Ruin -130 R Necropotence -131 C Nightscape Familiar -132 C Paralyze -133 U Phyrexian Defiler -134 C Predatory Nightstalker -135 C Putrid Imp -136 U Reanimate -137 R Recurring Nightmare -138 R Reign of the Pit -139 U Sarcomancy -140 C Skirge Familiar -141 C Spinal Graft -142 U Tendrils of Agony -143 C Tyrant's Choice -144 C Urborg Uprising -145 R Vampiric Tutor -146 R Visara the Dreadful -147 M Yawgmoth's Bargain -148 M Yawgmoth's Will -149 C Aftershock -150 C Beetleback Chief -151 R Burning of Xinye -152 R Burning Wish -153 C Chain Lightning -154 R Chaos Warp -155 C Chartooth Cougar -156 R Clickslither -157 R Crater Hellion -158 C Falter -159 U Fireblast -160 U Flametongue Kavu -161 U Flowstone Hellion -162 R Gamble -163 C Giant Strength -164 C Goblin Commando -165 C Goblin General -166 U Goblin Goon -167 R Goblin Lackey -168 C Goblin Matron -169 C Goblin Patrol -170 R Goblin Piledriver -171 U Goblin Ringleader -172 U Goblin Settler -173 U Goblin Warchief -174 C Hulking Goblin -175 U Kaervek's Torch -176 C Kindle -177 R Lightning Dragon -178 U Lightning Rift -179 C Orcish Lumberjack -180 U Pillaging Horde -181 C Reckless Charge -182 U Rites of Initiation -183 R Rorix Bladewing -184 M Scourge of the Throne -185 C Skirk Drill Sergeant -186 C Skirk Prospector -187 C Solar Blast -188 C Spark Spray -189 R Starstorm -190 R Sulfuric Vortex -191 C Wall of Diffusion -192 M Wheel of Fortune -193 R Worldgorger Dragon -194 C Armor of Thorns -195 C Arrogant Wurm -196 C Basking Rootwalla -197 R Berserk -198 U Blastoderm -199 C Brindle Shoat -200 M Channel -201 C Claws of Wirewood -202 R Deranged Hermit -203 U Desert Twister -204 U Dreampod Druid -205 C Elephant Guide -206 C Elvish Aberration -207 U Erhnam Djinn -208 M Eureka -209 M Fastbond -210 C Fyndhorn Elves -211 U Gaea's Embrace -212 R Genesis -213 C Giant Mantis -214 R Gigapede -215 U Grizzly Fate -216 R Hermit Druid -217 C Jungle Wurm -218 C Krosan Tusker -219 C Krosan Vorine -220 C Nature's Lore -221 R Norwood Priestess -222 U Nostalgic Dreams -223 M Oath of Druids -224 U Penumbra Wurm -225 C Provoke -226 R Realm Seekers -227 R Regrowth -228 U Roar of the Wurm -229 R Rofellos, Llanowar Emissary -230 R Saproling Burst -231 R Silvos, Rogue Elemental -232 C Simian Grunts -233 C Sudden Strength -234 R Survival of the Fittest -235 R Sylvan Library -236 U Symbiotic Wurm -237 C Tangle -238 C Tribute to the Wild -239 C Wild Mongrel -240 U Yavimaya Elder -241 U AEther Mutation -242 U Armadillo Cloak -243 R Baleful Strix -244 R Basandra, Battle Seraph -245 U Blazing Specter -246 R Brago, King Eternal -247 M Dack Fayden -248 R Dack's Duplicate -249 U Death Grasp -250 U Deathreap Ritual -251 R Edric, Spymaster of Trest -252 U Fires of Yavimaya -253 U Goblin Trenches -254 R Grenzo, Dungeon Warden -255 R Magister of Worth -256 M Marchesa, the Black Rose -257 U Prophetic Bolt -258 U Psychatog -259 U Reviving Vapors -260 R Selvala, Explorer Returned -261 R Shivan Wurm -262 R Spiritmonger -263 R Ankh of Mishra -264 U Chimeric Idol -265 M City in a Bottle -266 M Coercive Portal -267 R Cursed Scroll -268 R Flowstone Sculpture -269 U Ivory Tower -270 R Karn, Silver Golem -271 M Lion's Eye Diamond -272 M Mana Crypt -273 C Mana Prism -274 R Mana Vault -275 R Masticore -276 M Memory Jar -277 R Nevinyrral's Disk -278 R Null Rod -279 R Predator, Flagship -280 R Ring of Gix -281 M Skullclamp -282 R Smokestack -283 M Sol Ring -284 R Sphere of Resistance -285 U Su-Chi -286 U Thopter Squadron -287 M Time Vault -288 U Triangle of War -289 R Ancient Tomb -290 U Bad River -291 R Badlands -292 C Barren Moor -293 R Bayou -294 M Bazaar of Baghdad -295 U Caldera Lake -296 U Flood Plain -297 C Forgotten Cave -298 R Grand Coliseum -299 U Grasslands -300 R Keldon Necropolis -301 R Kjeldoran Outpost -302 R Lake of the Dead -303 M Library of Alexandria -304 C Lonely Sandbar -305 M Mishra's Workshop -306 U Mountain Valley -307 U Pine Barrens -308 R Plateau -309 U Rocky Tar Pit -310 U Salt Flats -311 R Savannah -312 U Scabland -313 R Scrubland -314 C Secluded Steppe -315 U Skyshroud Forest -316 R Strip Mine -317 R Taiga -318 R Thawing Glaciers -319 M Tolarian Academy -320 C Tranquil Thicket -321 R Tropical Island -322 R Tundra -323 R Underground Sea -324 R Volcanic Island -325 R Yavimaya Hollow +1 S Ancestral Recall @Ryan Pancoast +2 S Time Walk @Chris Rahn +3 S Timetwister @Matt Stewart +4 S Black Lotus @Chris Rahn +5 S Mox Emerald @Volkan Baǵa +6 S Mox Jet @Volkan Baǵa +7 S Mox Pearl @Volkan Baǵa +8 S Mox Ruby @Volkan Baǵa +9 S Mox Sapphire @Volkan Baǵa +10 C Afterlife @Brian Snõddy +11 U Akroma's Blessing @Adam Rex +12 M Armageddon @John Avon +13 U Astral Slide @Ron Spears +14 M Balance @Kev Walker +15 C Battle Screech @Randy Gallegos +16 C Benalish Trapper @Ken Meyer, Jr. +17 C Benevolent Bodyguard @Roger Raupp +18 U Breath of Life @Roger Raupp +19 C Brilliant Halo @Randy Gallegos +20 R Council's Judgment @Kev Walker +21 R Crescendo of War @Daarken +22 R Decree of Justice @Adam Rex +23 C Deftblade Elite @Alan Pollack +24 U Devout Witness @Don Hazeltine +25 U Empyrial Armor @D. Alexander Gregory +26 R Eternal Dragon @Adam Rex +27 C Exile @Sam Wolfe Connelly +28 R Gerrard's Battle Cry @Val Mayerik +29 C Gilded Light @John Avon +30 C Gustcloak Harrier @Dan Frazier +31 R Jareth, Leonine Titan @Daren Bader +32 R Karmic Guide @Allen Williams +33 R Kongming, "Sleeping Dragon" @Gao Yan +34 C Mistmoon Griffin @David A. Cherry +35 U Mystic Zealot @Paolo Parente +36 C Noble Templar @Alex Horley-Orlandelli +37 R Parallax Wave @Greg Staples +38 C Phantom Nomad @Jim Nelson +39 U Pianna, Nomad Captain @D. Alexander Gregory +40 U Radiant, Archangel @Michael Sutfin +41 C Radiant's Judgment @Greg Staples +42 C Renewed Faith @Dave Dorman +43 C Seal of Cleansing @Christopher Moeller +44 C Shelter @Christopher Moeller +45 U Sidar Jabari @Gerry Grace +46 C Soltari Emissary @Adam Rex +47 C Soltari Trooper @Kev Walker +48 R Spirit Cairn @Gary Ruddell +49 R Spirit Mirror @D. Alexander Gregory +50 U Stoic Champion @Greg Hildebrandt +51 U Swords to Plowshares @Terese Nielsen +52 C Teroh's Faithful @Tim Hildebrandt +53 R Winds of Rath @Drew Tucker +54 R Zhalfirin Crusader @Alan Rabinowitz +55 R Academy Elite @Volkan Baǵa +56 C Aquamoeba @Arnie Swekel +57 U Brain Freeze @Tim Hildebrandt +58 C Brainstorm @Chris Rahn +59 C Choking Tethers @Carl Critchlow +60 C Circular Logic @Anthony S. Waters +61 U Cloud Djinn @Mike Dringenberg +62 U Cloud of Faeries @Melissa A. Benson +63 R Control Magic @Clint Cearley +64 C Counterspell @Jason Chan +65 C Deep Analysis @Daren Bader +66 R Ephemeron @Keith Parkinson +67 U Fact or Fiction @Matt Cavotta +68 R Flusterstorm @Erica Yang +69 R Force of Will @Matt Stewart +70 C Frantic Search @Jeff Miracola +71 R Future Sight @Dan Scott +72 U Gush @Kev Walker +73 U High Tide @Eric Deschamps +74 M Jace, the Mind Sculptor @Jason Chan +75 C Keeneye Aven @Greg Hildebrandt +76 C Killer Whale @Stephen Daniele +77 C Krovikan Sorcerer @Igor Kieryluk +78 M Mana Drain @Mike Bierek +79 C Man-o'-War @Jon J Muth +80 R Mind's Desire @Anthony Francisco +81 M Morphling @rk post +82 M Muzzio, Visionary Architect @Volkan Baǵa +83 C Obsessive Search @Jim Nelson +84 C Ophidian @Cliff Nielsen +85 C Owl Familiar @Janine Johnston +86 R Palinchron @Matthew D. Wilson +87 R Plea for Power @John Severin Brassell +88 U Power Sink @Andrew Robinson +89 C Repel @Terese Nielsen +90 C Rescind @Adam Rex +91 C Scrivener @Kev Walker +92 R Sea Drake @Rebecca Guay +93 U Serendib Efreet @Matt Stewart +94 C Skywing Aven @Matt Cavotta +95 R Stroke of Genius @Stephen Daniele +96 C Temporal Fissure @Seb McKinnon +97 U Thalakos Drifters @Andrew Robinson +98 R Tradewind Rider @John Matson +99 U Turnabout @Steve Prescott +100 M Upheaval @Kev Walker +101 R Volrath's Shapeshifter @Ron Spencer +102 U Waterfront Bouncer @Paolo Parente +103 C Addle @Ron Spears +104 U Animate Dead @Anthony Jones +105 R Baleful Force @Eytan Zana +106 U Cabal Ritual @Greg Hildebrandt +107 C Carnophage @Pete Venters +108 C Chainer's Edict @Mark Zug +109 C Choking Sands @Roger Raupp +110 R Crovax the Cursed @Pete Venters +111 R Cruel Bargain @Adrian Smith +112 U Dark Hatchling @Brad Rigney +113 C Dark Ritual @Clint Langley +114 C Dauthi Mercenary @Matthew D. Wilson +115 C Death's-Head Buzzard @Marcelo Vignali +116 M Demonic Tutor @Scott Chou +117 R Drakestown Forgotten @Steve Prescott +118 C Expunge @Christopher Moeller +119 C Fallen Askari @Adrian Smith +120 U Famine @Karla Ortiz +121 C Fledgling Djinn @Thomas Gianni +122 U Hymn to Tourach @Greg Staples +123 R Ichorid @rk post +124 U Kezzerdrix @Matthew D. Wilson +125 R Laquatus's Champion @Greg Staples +126 R Living Death @Mark Winters +127 U Lurking Evil @Scott Kirschner +128 C Mesmeric Fiend @Dana Knutson +129 R Nature's Ruin @Mike Dringenberg +130 R Necropotence @Dave Kendall +131 C Nightscape Familiar @Jeff Easley +132 C Paralyze @Ron Spencer +133 U Phyrexian Defiler @DiTerlizzi +134 C Predatory Nightstalker @D. Alexander Gregory +135 C Putrid Imp @Wayne England +136 U Reanimate @Robert Bliss +137 R Recurring Nightmare @Jeff Laubenstein +138 R Reign of the Pit @Evan Shipard +139 U Sarcomancy @Daren Bader +140 C Skirge Familiar @Ron Spencer +141 C Spinal Graft @Ron Spencer +142 U Tendrils of Agony @Volkan Baǵa +143 C Tyrant's Choice @Daarken +144 C Urborg Uprising @Adam Rex +145 R Vampiric Tutor @Gary Leach +146 R Visara the Dreadful @Kev Walker +147 M Yawgmoth's Bargain @Michael Sutfin +148 M Yawgmoth's Will @Ron Spencer +149 C Aftershock @Hannibal King +150 C Beetleback Chief @Wayne England +151 R Burning of Xinye @Yang Hong +152 R Burning Wish @Scott M. Fischer +153 C Chain Lightning @Christopher Moeller +154 R Chaos Warp @Trevor Claxton +155 C Chartooth Cougar @Chase Stone +156 R Clickslither @Kev Walker +157 R Crater Hellion @Daren Bader +158 C Falter @Mike Raabe +159 U Fireblast @Mike Bierek +160 U Flametongue Kavu @Slawomir Maniak +161 U Flowstone Hellion @Daren Bader +162 R Gamble @Andrew Goldhawk +163 C Giant Strength @Pete Venters +164 C Goblin Commando @Todd Lockwood +165 C Goblin General @Keith Parkinson +166 U Goblin Goon @Greg Staples +167 R Goblin Lackey @Christopher Moeller +168 C Goblin Matron @Dan Frazier +169 C Goblin Patrol @Greg Staples +170 R Goblin Piledriver @Dave Kendall +171 U Goblin Ringleader @Gabor Szikszai +172 U Goblin Settler @Carl Critchlow +173 U Goblin Warchief @Greg Hildebrandt & Tim Hildebrandt +174 C Hulking Goblin @Pete Venters +175 U Kaervek's Torch @John Coulthart +176 C Kindle @Donato Giancola +177 R Lightning Dragon @Ron Spencer +178 U Lightning Rift @Eric Peterson +179 C Orcish Lumberjack @Steve Prescott +180 U Pillaging Horde @Kev Walker +181 C Reckless Charge @Scott M. Fischer +182 U Rites of Initiation @Bradley Williams +183 R Rorix Bladewing @Darrell Riche +184 M Scourge of the Throne @Michael Komarck +185 C Skirk Drill Sergeant @Alex Horley-Orlandelli +186 C Skirk Prospector @Doug Chaffee +187 C Solar Blast @Greg Staples +188 C Spark Spray @Pete Venters +189 R Starstorm @Jonas De Ro +190 R Sulfuric Vortex @Greg Staples +191 C Wall of Diffusion @DiTerlizzi +192 M Wheel of Fortune @John Matson +193 R Worldgorger Dragon @Wayne England +194 C Armor of Thorns @Alan Rabinowitz +195 C Arrogant Wurm @John Avon +196 C Basking Rootwalla @Heather Hudson +197 R Berserk @Steve Prescott +198 U Blastoderm @Nils Hamm +199 C Brindle Shoat @Steven Belledin +200 M Channel @Rebecca Guay +201 C Claws of Wirewood @Tony Szczudlo +202 R Deranged Hermit @Kev Walker +203 U Desert Twister @Noah Bradley +204 U Dreampod Druid @Wayne Reynolds +205 C Elephant Guide @Tomasz Jedruszek +206 C Elvish Aberration @Matt Cavotta +207 U Erhnam Djinn @Greg Staples +208 M Eureka @Ryan Pancoast +209 M Fastbond @Nils Hamm +210 C Fyndhorn Elves @Igor Kieryluk +211 U Gaea's Embrace @Paolo Parente +212 R Genesis @Mark Zug +213 C Giant Mantis @Randy Gallegos +214 R Gigapede @Glen Angus +215 U Grizzly Fate @Dave Dorman +216 R Hermit Druid @Heather Hudson +217 C Jungle Wurm @Tom Kyffin +218 C Krosan Tusker @Kev Walker +219 C Krosan Vorine @Carl Critchlow +220 C Nature's Lore @Terese Nielsen +221 R Norwood Priestess @Melissa A. Benson +222 U Nostalgic Dreams @Darrell Riche +223 M Oath of Druids @Daren Bader +224 U Penumbra Wurm @Daarken +225 C Provoke @Terese Nielsen +226 R Realm Seekers @Mike Sass +227 R Regrowth @Dan Scott +228 U Roar of the Wurm @Kev Walker +229 R Rofellos, Llanowar Emissary @Michael Sutfin +230 R Saproling Burst @Carl Critchlow +231 R Silvos, Rogue Elemental @Carl Critchlow +232 C Simian Grunts @Pete Venters +233 C Sudden Strength @Alan Pollack +234 R Survival of the Fittest @Shelly Wan +235 R Sylvan Library @Yeong-Hao Han +236 U Symbiotic Wurm @Matt Cavotta +237 C Tangle @John Avon +238 C Tribute to the Wild @Hideaki Takamura +239 C Wild Mongrel @Anthony S. Waters +240 U Yavimaya Elder @Matt Cavotta +241 U Aether Mutation @Ron Spencer +242 U Armadillo Cloak @Wayne Reynolds +243 R Baleful Strix @Nils Hamm +244 R Basandra, Battle Seraph @Terese Nielsen +245 U Blazing Specter @Marc Fishman +246 R Brago, King Eternal @Karla Ortiz +247 M Dack Fayden @Eric Deschamps +248 R Dack's Duplicate @Karl Kopinski +249 U Death Grasp @Raymond Swanland +250 U Deathreap Ritual @Steve Argyle +251 R Edric, Spymaster of Trest @Volkan Baǵa +252 U Fires of Yavimaya @Izzy +253 U Goblin Trenches @Wayne England +254 R Grenzo, Dungeon Warden @Lucas Graciano +255 R Magister of Worth @John Stanko +256 M Marchesa, the Black Rose @Matt Stewart +257 U Prophetic Bolt @Slawomir Maniak +258 U Psychatog @Izzy +259 U Reviving Vapors @Pete Venters +260 R Selvala, Explorer Returned @Tyler Jacobson +261 R Shivan Wurm @Scott M. Fischer +262 R Spiritmonger @Kev Walker +263 R Ankh of Mishra @Ian Miller +264 U Chimeric Idol @Mark Tedin +265 M City in a Bottle @Daniel Ljunggren +266 M Coercive Portal @Yeong-Hao Han +267 R Cursed Scroll @D. Alexander Gregory +268 R Flowstone Sculpture @Hannibal King +269 U Ivory Tower @Jason Chan +270 R Karn, Silver Golem @Mark Zug +271 M Lion's Eye Diamond @Lindsey Look +272 M Mana Crypt @Matt Stewart +273 C Mana Prism @Margaret Organ-Kean +274 R Mana Vault @Christine Choi +275 R Masticore @Steven Belledin +276 M Memory Jar @Donato Giancola +277 R Nevinyrral's Disk @Steve Argyle +278 R Null Rod @Anson Maddocks +279 R Predator, Flagship @Mark Tedin +280 R Ring of Gix @Mark Tedin +281 M Skullclamp @Daniel Ljunggren +282 R Smokestack @Daniel Ljunggren +283 M Sol Ring @Mike Bierek +284 R Sphere of Resistance @Doug Chaffee +285 U Su-Chi @Robbie Trevino +286 U Thopter Squadron @Doug Chaffee +287 M Time Vault @Yeong-Hao Han +288 U Triangle of War @Ian Miller +289 R Ancient Tomb @Colin MacNeil +290 U Bad River @Terese Nielsen +291 R Badlands @Daarken +292 C Barren Moor @Heather Hudson +293 R Bayou @Karl Kopinski +294 M Bazaar of Baghdad @Christopher Moeller +295 U Caldera Lake @Allen Williams +296 U Flood Plain @Pat Lewis +297 C Forgotten Cave @Noah Bradley +298 R Grand Coliseum @Carl Critchlow +299 U Grasslands @John Avon +300 R Keldon Necropolis @Franz Vohwinkel +301 R Kjeldoran Outpost @Noah Bradley +302 R Lake of the Dead @Eytan Zana +303 M Library of Alexandria @Drew Baker +304 C Lonely Sandbar @Heather Hudson +305 M Mishra's Workshop @Sam Burley +306 U Mountain Valley @Kari Johnson +307 U Pine Barrens @Rebecca Guay +308 R Plateau @Noah Bradley +309 U Rocky Tar Pit @Jeff Miracola +310 U Salt Flats @Scott Kirschner +311 R Savannah @Charles Urbach +312 U Scabland @Andrew Robinson +313 R Scrubland @Eytan Zana +314 C Secluded Steppe @Heather Hudson +315 U Skyshroud Forest @Roger Raupp +316 R Strip Mine @John Avon +317 R Taiga @Sam Burley +318 R Thawing Glaciers @Jim Nelson +319 M Tolarian Academy @Stephen Daniele +320 C Tranquil Thicket @Heather Hudson +321 R Tropical Island @Franz Vohwinkel +322 R Tundra @Lars Grant-West +323 R Underground Sea @Cliff Childs +324 R Volcanic Island @Noah Bradley +325 R Yavimaya Hollow @Douglas Shuler [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/editions/Visions.txt b/forge-gui/res/editions/Visions.txt index f63a7323b4d..50fd3becd33 100644 --- a/forge-gui/res/editions/Visions.txt +++ b/forge-gui/res/editions/Visions.txt @@ -11,173 +11,173 @@ Foil=NotSupported ScryfallCode=VIS [cards] -51 R Aku Djinn -141 R Anvil of Bogardan -1 R Archangel -126 U Army Ants -26 C Betrayal -52 U Blanket of Night -76 R Bogardan Phoenix -142 U Brass-Talon Chimera -127 R Breathstealer's Crypt -27 C Breezekeeper -53 U Brood of Cockroaches -101 C Bull Elephant -28 R Chronatog -102 R City of Solitude -29 C Cloud Elemental -54 C Coercion -160 U Coral Atoll -128 R Corrosion -103 U Creeping Mold -55 C Crypt Rats -2 U Daraja Griffin -56 C Dark Privilege -57 C Death Watch -30 R Desertion -58 U Desolation -143 R Diamond Kaleidoscope -161 U Dormant Volcano -144 U Dragon Mask -31 U Dream Tides -77 C Dwarven Vigilantes -104 U Elephant Grass -78 R Elkin Lair -105 C Elven Cache -106 C Emerald Charm -3 R Equipoise -162 U Everglades -4 R Eye of Singularity -59 C Fallen Askari -129 R Femeref Enchantress -107 C Feral Instinct -79 C Fireblast -130 R Firestorm Hellkite -32 R Flooded Shoreline -60 R Forbidden Ritual -33 U Foreshadow -5 C Freewind Falcon -61 C Funeral Charm -108 C Giant Caterpillar -80 U Goblin Recruiter -81 C Goblin Swine-Rider -6 C Gossamer Chains -163 R Griffin Canyon -131 R Guiding Spirit -82 C Hearth Charm -83 U Heat Wave -145 U Helm of Awakening -7 U Honorable Passage -8 C Hope Charm -84 U Hulking Cyclops -34 C Impulse -9 C Infantry Veteran -62 C Infernal Harvest -35 C Inspiration -146 U Iron-Heart Chimera -10 C Jamuraan Lion -147 U Juju Bubble -164 U Jungle Basin -63 R Kaervek's Spite -165 U Karoo -109 R Katabatic Winds -85 C Keeper of Kookus -110 C King Cheetah -36 C Knight of the Mists -11 C Knight of Valor -86 R Kookus -111 U Kyscu Drake -148 U Lead-Belly Chimera -112 R Lichenthrope -87 R Lightning Cloud -12 U Longbow Archer -149 U Magma Mine -37 C Man-o'-War -150 U Matopi Golem -13 U Miraculous Recovery -88 U Mob Mentality -113 C Mortal Wound -132 U Mundungu -38 C Mystic Veil -114 R Natural Order -64 U Necromancy -65 R Necrosavant -66 U Nekrataal -89 R Ogre Enforcer -39 U Ovinomancer -115 C Panther Warriors -14 C Parapet -15 U Peace Talks -151 R Phyrexian Marauder -152 C Phyrexian Walker -67 R Pillar Tombs of Aku -40 U Prosperity -133 R Pygmy Hippo -68 C Python -166 U Quicksand -116 R Quirion Druid -117 C Quirion Ranger -90 C Raging Gorilla -41 R Rainbow Efreet -91 R Relentless Assault -16 U Relic Ward -17 C Remedy -18 C Resistance Fighter -19 R Retribution of the Meek -20 C Righteous Aura -134 R Righteous War -118 C River Boa -92 C Rock Slide -119 R Rowen -153 R Sands of Time -135 U Scalebane's Elite -42 U Shimmering Efreet -43 C Shrieking Drake -136 U Simoon -154 C Sisay's Ring -155 R Snake Basket -93 C Solfatara -94 C Song of Blood -120 C Spider Climb -95 U Spitting Drake -137 R Squandered Resources -121 U Stampeding Wildebeests -138 R Suleiman's Legacy -122 U Summer Bloom -21 C Sun Clasp -69 U Suq'Ata Assassin -96 C Suq'Ata Lancer -97 C Talruum Champion -98 U Talruum Piper -70 C Tar Pit Warrior -22 U Teferi's Honor Guard -156 R Teferi's Puzzle Box -44 R Teferi's Realm -139 U Tempest Drake -45 R Three Wishes -46 U Time and Tide -157 U Tin-Wing Chimera -23 R Tithe -99 C Tremor -158 R Triangle of War -123 U Uktabi Orangutan -167 R Undiscovered Paradise -47 C Undo -71 C Urborg Mindsucker -72 R Vampiric Tutor -73 U Vampirism -48 C Vanishing -100 U Viashino Sandstalker -140 R Viashivan Dragon -49 C Vision Charm -74 C Wake of Vultures -159 R Wand of Denial -24 C Warrior's Honor -124 C Warthog -50 U Waterspout Djinn -75 C Wicked Reward -125 U Wind Shear -25 R Zhalfirin Crusader +51 R Aku Djinn @Terese Nielsen +141 R Anvil of Bogardan @Roger Raupp +1 R Archangel @Christopher Rush +126 U Army Ants @Geofrey Darrow & I. Rabarot +26 C Betrayal @Gary Leach +52 U Blanket of Night @Cliff Nielsen +76 R Bogardan Phoenix @David O'Connor +142 U Brass-Talon Chimera @Mike Dringenberg +127 R Breathstealer's Crypt @Blackie del Rio +27 C Breezekeeper @Adam Rex +53 U Brood of Cockroaches @Geofrey Darrow & I. Rabarot +101 C Bull Elephant @Steve White +28 R Chronatog @Christopher Rush +102 R City of Solitude @Romas Kukalis +29 C Cloud Elemental @Adam Rex +54 C Coercion @DiTerlizzi +160 U Coral Atoll @John Avon +128 R Corrosion @Michael Danza +103 U Creeping Mold @David Seeley +55 C Crypt Rats @Paul Lee +2 U Daraja Griffin @Stuart Griffin +56 C Dark Privilege @Tom Kyffin +57 C Death Watch @Brian Horton +30 R Desertion @Richard Kane Ferguson +58 U Desolation @George Pratt +143 R Diamond Kaleidoscope @Ron Spencer +161 U Dormant Volcano @John Avon +144 U Dragon Mask @Craig Hooper +31 U Dream Tides @Jerry Tiritilli +77 C Dwarven Vigilantes @Pete Venters +104 U Elephant Grass @Tony Roberts +78 R Elkin Lair @Jerry Tiritilli +105 C Elven Cache @John Matson +106 C Emerald Charm @Greg Spalenka +3 R Equipoise @Adam Rex +162 U Everglades @Bob Eggleton +4 R Eye of Singularity @Eric Peterson +59 C Fallen Askari @Adrian Smith +129 R Femeref Enchantress @D. Alexander Gregory +107 C Feral Instinct @Una Fricker +79 C Fireblast @Michael Danza +130 R Firestorm Hellkite @Pete Venters +32 R Flooded Shoreline @Romas Kukalis +60 R Forbidden Ritual @Christopher Rush +33 U Foreshadow @George Pratt +5 C Freewind Falcon @Una Fricker +61 C Funeral Charm @Greg Spalenka +108 C Giant Caterpillar @Zina Saunders +80 U Goblin Recruiter @Scott Kirschner +81 C Goblin Swine-Rider @Geofrey Darrow & I. Rabarot +6 C Gossamer Chains @Steve Luke +163 R Griffin Canyon @Stuart Griffin +131 R Guiding Spirit @Terese Nielsen +82 C Hearth Charm @Greg Spalenka +83 U Heat Wave @Alan Rabinowitz +145 U Helm of Awakening @Adam Rex +7 U Honorable Passage @Jeff Miracola +8 C Hope Charm @Greg Spalenka +84 U Hulking Cyclops @DiTerlizzi +34 C Impulse @Bryan Talbot +9 C Infantry Veteran @Christopher Rush +62 C Infernal Harvest @Nathalie Hertz +35 C Inspiration @Zina Saunders +146 U Iron-Heart Chimera @Mike Dringenberg +10 C Jamuraan Lion @Stuart Griffin +147 U Juju Bubble @Donato Giancola +164 U Jungle Basin @John Avon +63 R Kaervek's Spite @Bryan Talbot +165 U Karoo @Zina Saunders +109 R Katabatic Winds @Gary Gianni +85 C Keeper of Kookus @Scott Hampton +110 C King Cheetah @Terese Nielsen +36 C Knight of the Mists @Harold McNeill +11 C Knight of Valor @Jeff Miracola +86 R Kookus @Scott Hampton +111 U Kyscu Drake @Geofrey Darrow & I. Rabarot +148 U Lead-Belly Chimera @Mike Dringenberg +112 R Lichenthrope @Bob Eggleton +87 R Lightning Cloud @John Matson +12 U Longbow Archer @Eric Peterson +149 U Magma Mine @Ron Spencer +37 C Man-o'-War @Jon J Muth +150 U Matopi Golem @Tom Kyffin +13 U Miraculous Recovery @Brian Horton +88 U Mob Mentality @Douglas Shuler +113 C Mortal Wound @Kev Walker +132 U Mundungu @Terese Nielsen +38 C Mystic Veil @D. Alexander Gregory +114 R Natural Order @Terese Nielsen +64 U Necromancy @Pete Venters +65 R Necrosavant @John Coulthart +66 U Nekrataal @Adrian Smith +89 R Ogre Enforcer @Pete Venters +39 U Ovinomancer @Kev Walker +115 C Panther Warriors @Cecil Fernando +14 C Parapet @Mark Poole +15 U Peace Talks @Roger Raupp +151 R Phyrexian Marauder @David Seeley +152 C Phyrexian Walker @Bryan Talbot +67 R Pillar Tombs of Aku @Terese Nielsen +40 U Prosperity @Dan Frazier +133 R Pygmy Hippo @Steve White +68 C Python @Steve White +166 U Quicksand @Roger Raupp +116 R Quirion Druid @John Matson +117 C Quirion Ranger @Tom Kyffin +90 C Raging Gorilla @Tom Kyffin +41 R Rainbow Efreet @Nathalie Hertz +91 R Relentless Assault @Geofrey Darrow & I. Rabarot +16 U Relic Ward @John Coulthart +17 C Remedy @Zina Saunders +18 C Resistance Fighter @Cecil Fernando +19 R Retribution of the Meek @Nathalie Hertz +20 C Righteous Aura @Jeff Miracola +134 R Righteous War @Ian Miller +118 C River Boa @Steve White +92 C Rock Slide @Mike Kerr +119 R Rowen @Jon J Muth +153 R Sands of Time @Paul Lee +135 U Scalebane's Elite @Steve Luke +42 U Shimmering Efreet @Thomas Gianni +43 C Shrieking Drake @Ian Miller +136 U Simoon @Randy Gallegos +154 C Sisay's Ring @Donato Giancola +155 R Snake Basket @Roger Raupp +93 C Solfatara @Omaha Pérez +94 C Song of Blood @Eric Peterson +120 C Spider Climb @Ron Spencer +95 U Spitting Drake @Geofrey Darrow & I. Rabarot +137 R Squandered Resources @Romas Kukalis +121 U Stampeding Wildebeests @Randy Gallegos +138 R Suleiman's Legacy @Kaja Foglio +122 U Summer Bloom @Nicola Leonard +21 C Sun Clasp @John Coulthart +69 U Suq'Ata Assassin @Gary Gianni +96 C Suq'Ata Lancer @Jeff Miracola +97 C Talruum Champion @Pete Venters +98 U Talruum Piper @Pete Venters +70 C Tar Pit Warrior @George Pratt +22 U Teferi's Honor Guard @Cecil Fernando +156 R Teferi's Puzzle Box @Kaja Foglio +44 R Teferi's Realm @Alan Rabinowitz +139 U Tempest Drake @Gerry Grace +45 R Three Wishes @George Pratt +46 U Time and Tide @George Pratt +157 U Tin-Wing Chimera @Mike Dringenberg +23 R Tithe @Jon J Muth +99 C Tremor @Michael Danza +158 R Triangle of War @Ian Miller +123 U Uktabi Orangutan @Una Fricker +167 R Undiscovered Paradise @David O'Connor +47 C Undo @Terese Nielsen +71 C Urborg Mindsucker @DiTerlizzi +72 R Vampiric Tutor @Gary Leach +73 U Vampirism @Gary Leach +48 C Vanishing @John Matson +100 U Viashino Sandstalker @Andrew Robinson +140 R Viashivan Dragon @Ian Miller +49 C Vision Charm @Greg Spalenka +74 C Wake of Vultures @Jeff Miracola +159 R Wand of Denial @Steve Luke +24 C Warrior's Honor @D. Alexander Gregory +124 C Warthog @Steve White +50 U Waterspout Djinn @Thomas Gianni +75 C Wicked Reward @D. Alexander Gregory +125 U Wind Shear @John Matson +25 R Zhalfirin Crusader @Alan Rabinowitz [tokens] butterfly diff --git a/forge-gui/res/editions/War of the Spark Promos.txt b/forge-gui/res/editions/War of the Spark Promos.txt index e4a8a2402f9..0ce3fffec79 100644 --- a/forge-gui/res/editions/War of the Spark Promos.txt +++ b/forge-gui/res/editions/War of the Spark Promos.txt @@ -6,10 +6,10 @@ Type=Promo ScryfallCode=PWAR [cards] -41 U Augur of Bolas -79 R Bolas's Citadel -98 U Liliana's Triumph -171 U Paradise Druid -193 U Dovin's Veto -223 R Time Wipe -248 R Karn's Bastion +41 U Augur of Bolas @Alex Konstad +79 R Bolas's Citadel @Piotr Dura +98 U Liliana's Triumph @Heonhwa Choe +171 U Paradise Druid @Nils Hamm +193 U Dovin's Veto @Izzy +223 R Time Wipe @Heonhwa Choe +248 R Karn's Bastion @Piotr Dura diff --git a/forge-gui/res/editions/War of the Spark.txt b/forge-gui/res/editions/War of the Spark.txt index 59e0c580159..67590db9d57 100644 --- a/forge-gui/res/editions/War of the Spark.txt +++ b/forge-gui/res/editions/War of the Spark.txt @@ -14,317 +14,317 @@ ChaosDraftThemes=RAVNICA ScryfallCode=WAR [cards] -1 R Karn, the Great Creator -2 R Ugin, the Ineffable -3 U Ugin's Conjurant -4 U Ajani's Pridemate -5 C Battlefield Promotion -6 U Bond of Discipline -7 C Bulwark Giant -8 C Charmed Stray -9 C Defiant Strike -10 C Divine Arrow -11 C Enforcer Griffin -12 M Finale of Glory -13 M Gideon Blackblade -14 C Gideon's Sacrifice -15 U Gideon's Triumph -16 M God-Eternal Oketra -17 U Grateful Apparition -18 R Ignite the Beacon -19 C Ironclad Krovod -20 C Law-Rune Enforcer -21 C Loxodon Sergeant -22 C Makeshift Battalion -23 C Martyr for the Cause -24 R Parhelion II -25 C Pouncing Lynx -26 U Prison Realm -27 U Rally of Wings -28 R Ravnica at War -29 C Rising Populace -30 R Single Combat -31 U Sunblade Angel -32 U Teyo, the Shieldmage -33 C Teyo's Lightshield -34 R Tomik, Distinguished Advokist -35 C Topple the Statue -36 C Trusted Pegasus -37 U The Wanderer -38 C Wanderer's Strike -39 C War Screecher -40 C Ashiok's Skulker -41 U Augur of Bolas -42 C Aven Eternal -43 U Bond of Insight -44 C Callous Dismissal -45 R Commence the Endgame -46 C Contentious Plan -47 C Crush Dissent -48 C Erratic Visionary -49 U Eternal Skylord -50 R Fblthp, the Lost -51 M Finale of Revelation -52 U Flux Channeler -53 M God-Eternal Kefnet -54 R Jace, Wielder of Mysteries -55 U Jace's Triumph -56 U Kasmina, Enigmatic Mentor -57 C Kasmina's Transmutation -58 C Kiora's Dambreaker -59 U Lazotep Plating -60 C Naga Eternal -61 U Narset, Parter of Veils -62 R Narset's Reversal -63 C No Escape -64 C Relentless Advance -65 U Rescuer Sphinx -66 R Silent Submersible -67 C Sky Theater Strix -68 R Spark Double -69 C Spellkeeper Weird -70 C Stealth Mission -71 C Tamiyo's Epiphany -72 C Teferi's Time Twist -73 C Thunder Drake -74 C Totally Lost -75 C Wall of Runes -76 C Aid the Fallen -77 C Banehound -78 U Bleeding Edge -79 R Bolas's Citadel -80 U Bond of Revival -81 C Charity Extractor -82 R Command the Dreadhorde -83 U Davriel, Rogue Shadowmage -84 C Davriel's Shadowfugue -85 R Deliver Unto Evil -86 R Dreadhorde Invasion -87 U Dreadmalkin -88 C Duskmantle Operative -89 R The Elderspell -90 U Eternal Taskmaster -91 M Finale of Eternity -92 M God-Eternal Bontu -93 C Herald of the Dreadhorde -94 C Kaya's Ghostform -95 C Lazotep Behemoth -96 C Lazotep Reaver -97 M Liliana, Dreadhorde General -98 U Liliana's Triumph -99 R Massacre Girl -100 U Ob Nixilis, the Hate-Twisted -101 C Ob Nixilis's Cruelty -102 U Price of Betrayal -103 C Shriekdiver -104 C Sorin's Thirst -105 C Spark Harvest -106 C Spark Reaper -107 C Tithebearer Giant -108 C Toll of the Invasion -109 C Unlikely Aid -110 C Vampire Opportunist -111 U Vizier of the Scorpion -112 C Vraska's Finisher -113 C Ahn-Crop Invader -114 C Blindblast -115 U Bolt Bend -116 U Bond of Passion -117 C Burning Prophet -118 C Chainwhip Cyclops -119 R Chandra, Fire Artisan -120 C Chandra's Pyrohelix -121 U Chandra's Triumph -122 U Cyclops Electromancer -123 C Demolish -124 U Devouring Hellion -125 R Dreadhorde Arcanist -126 U Dreadhorde Twins -127 M Finale of Promise -128 C Goblin Assailant -129 C Goblin Assault Team -130 C Grim Initiate -131 C Heartfire -132 C Honor the God-Pharaoh -133 M Ilharg, the Raze-Boar -134 C Invading Manticore -135 U Jaya, Venerated Firemage -136 C Jaya's Greeting -137 R Krenko, Tin Street Kingpin -138 R Mizzium Tank -139 C Nahiri's Stoneblades -140 R Neheb, Dreadhorde Champion -141 C Raging Kronch -142 C Samut's Sprint -143 R Sarkhan the Masterless -144 C Sarkhan's Catharsis -145 C Spellgorger Weird -146 U Tibalt, Rakish Instigator -147 U Tibalt's Rager -148 C Turret Ogre -149 C Arboreal Grazer -150 U Arlinn, Voice of the Pack -151 C Arlinn's Wolf -152 R Awakening of Vitu-Ghazi -153 C Band Together -154 C Bloom Hulk -155 U Bond of Flourishing -156 C Centaur Nurturer -157 U Challenger Troll -158 C Courage in Crisis -159 U Evolution Sage -160 M Finale of Devastation -161 C Forced Landing -162 C Giant Growth -163 M God-Eternal Rhonas -164 U Jiang Yanggu, Wildcrafter -165 C Kraul Stinger -166 C Kronch Wrangler -167 U Mowu, Loyal Companion -168 C New Horizons -169 R Nissa, Who Shakes the World -170 U Nissa's Triumph -171 U Paradise Druid -172 R Planewide Celebration -173 C Pollenbright Druid -174 C Primordial Wurm -175 C Return to Nature -176 C Snarespinner -177 C Steady Aim -178 U Storm the Citadel -179 C Thundering Ceratok -180 R Vivien, Champion of the Wilds -181 R Vivien's Arkbow -182 C Vivien's Grizzly -183 C Wardscale Crocodile -184 R Ajani, the Greathearted -185 U Angrath's Rampage -186 R Bioessence Hydra -187 R Casualties of War -188 U Cruel Celebrant -189 U Deathsprout -190 U Despark -191 R Domri, Anarch of Bolas -192 U Domri's Ambush -193 U Dovin's Veto -194 R Dreadhorde Butcher -195 U Elite Guardmage -196 R Enter the God-Eternals -197 R Feather, the Redeemed -198 U Gleaming Overseer -199 U Heartwarming Redemption -200 U Huatli's Raptor -201 U Invade the City -202 U Leyline Prowler -203 R Living Twister -204 U Mayhem Devil -205 U Merfolk Skydiver -206 U Neoform -207 M Nicol Bolas, Dragon-God -208 M Niv-Mizzet Reborn -209 R Oath of Kaya -210 U Pledge of Unity -211 R Ral, Storm Conduit -212 U Ral's Outburst -213 M Roalesk, Apex Hybrid -214 R Role Reversal -215 U Rubblebelt Rioters -216 R Solar Blaze -217 R Sorin, Vengeful Bloodlord -218 R Soul Diviner -219 R Storrev, Devkarin Lich -220 R Tamiyo, Collector of Tales -221 R Teferi, Time Raveler -222 U Tenth District Legionnaire -223 R Time Wipe -224 R Tolsimir, Friend to Wolves -225 U Tyrant's Scorn -226 R Widespread Brutality -227 U Angrath, Captain of Chaos -228 U Ashiok, Dream Render -229 U Dovin, Hand of Control -230 U Huatli, the Sun's Heart -231 U Kaya, Bane of the Dead -232 U Kiora, Behemoth Beckoner -233 U Nahiri, Storm of Stone -234 U Saheeli, Sublime Artificer -235 U Samut, Tyrant Smasher -236 U Vraska, Swarm's Eminence -237 U Firemind Vessel -238 U God-Pharaoh's Statue -239 C Guild Globe -240 C Iron Bully -241 C Mana Geode -242 C Prismite -243 C Saheeli's Silverwing -244 R Blast Zone -245 U Emergence Zone -246 C Gateway Plaza -247 U Interplanar Beacon -248 R Karn's Bastion -249 R Mobilized District -250 L Plains -251 L Plains -252 L Plains -253 L Island -254 L Island -255 L Island -256 L Swamp -257 L Swamp -258 L Swamp -259 L Mountain -260 L Mountain -261 L Mountain -262 L Forest -263 L Forest -264 L Forest -265 M Gideon, the Oathsworn -266 C Desperate Lunge -267 R Gideon's Battle Cry -268 U Gideon's Company -269 C Orzhov Guildgate -270 M Jace, Arcane Strategist -271 C Guildpact Informant -272 U Jace's Projection -273 R Jace's Ruse -274 C Simic Guildgate -275 M Tezzeret, Master of the Bridge -1★ R Karn, the Great Creator -2★ R Ugin, the Ineffable -13★ M Gideon Blackblade -32★ U Teyo, the Shieldmage -37★ U The Wanderer -54★ R Jace, Wielder of Mysteries -56★ U Kasmina, Enigmatic Mentor -61★ U Narset, Parter of Veils -83★ U Davriel, Rogue Shadowmage -97★ M Liliana, Dreadhorde General -100★ U Ob Nixilis, the Hate-Twisted -119★ R Chandra, Fire Artisan -135★ U Jaya, Venerated Firemage -143★ R Sarkhan the Masterless -146★ U Tibalt, Rakish Instigator -150★ U Arlinn, Voice of the Pack -164★ U Jiang Yanggu, Wildcrafter -169★ R Nissa, Who Shakes the World -180★ R Vivien, Champion of the Wilds -184★ R Ajani, the Greathearted -191★ R Domri, Anarch of Bolas -207★ M Nicol Bolas, Dragon-God -211★ R Ral, Storm Conduit -217★ R Sorin, Vengeful Bloodlord -220★ R Tamiyo, Collector of Tales -221★ R Teferi, Time Raveler -227★ U Angrath, Captain of Chaos -228★ U Ashiok, Dream Render -229★ U Dovin, Hand of Control -230★ U Huatli, the Sun's Heart -231★ U Kaya, Bane of the Dead -232★ U Kiora, Behemoth Beckoner -233★ U Nahiri, Storm of Stone -234★ U Saheeli, Sublime Artificer -235★ U Samut, Tyrant Smasher -236★ U Vraska, Swarm's Eminence +1 R Karn, the Great Creator @Wisnu Tan +2 R Ugin, the Ineffable @Daarken +3 U Ugin's Conjurant @Ryan Yee +4 U Ajani's Pridemate @Sidharth Chaturvedi +5 C Battlefield Promotion @Scott Murphy +6 U Bond of Discipline @Zezhou Chen +7 C Bulwark Giant @Victor Adame Minguez +8 C Charmed Stray @Chris Rahn +9 C Defiant Strike @Gabor Szikszai +10 C Divine Arrow @Kieran Yanner +11 C Enforcer Griffin @Johan Grenier +12 M Finale of Glory @Stanton Feng +13 M Gideon Blackblade @Viktor Titov +14 C Gideon's Sacrifice @Chris Rallis +15 U Gideon's Triumph @Kieran Yanner +16 M God-Eternal Oketra @Grzegorz Rutkowski +17 U Grateful Apparition @Izzy +18 R Ignite the Beacon @Slawomir Maniak +19 C Ironclad Krovod @Sam Rowan +20 C Law-Rune Enforcer @Eric Deschamps +21 C Loxodon Sergeant @Jesper Ejsing +22 C Makeshift Battalion @Zoltan Boros +23 C Martyr for the Cause @Zoltan Boros +24 R Parhelion II @Adam Paquette +25 C Pouncing Lynx @Sidharth Chaturvedi +26 U Prison Realm @Daarken +27 U Rally of Wings @Magali Villeneuve +28 R Ravnica at War @Adam Paquette +29 C Rising Populace @Tomasz Jedruszek +30 R Single Combat @Livia Prima +31 U Sunblade Angel @Johannes Voss +32 U Teyo, the Shieldmage @Magali Villeneuve +33 C Teyo's Lightshield @Igor Kieryluk +34 R Tomik, Distinguished Advokist @Johannes Voss +35 C Topple the Statue @Sidharth Chaturvedi +36 C Trusted Pegasus @Chris Rahn +37 U The Wanderer @Wesley Burt +38 C Wanderer's Strike @Sara Winters +39 C War Screecher @Dan Scott +40 C Ashiok's Skulker @Livia Prima +41 U Augur of Bolas @Alex Konstad +42 C Aven Eternal @Johan Grenier +43 U Bond of Insight @Joe Slucher +44 C Callous Dismissal @Mathias Kollros +45 R Commence the Endgame @Noah Bradley +46 C Contentious Plan @Eric Deschamps +47 C Crush Dissent @Mike Bierek +48 C Erratic Visionary @Randy Vargas +49 U Eternal Skylord @Johan Grenier +50 R Fblthp, the Lost @Jesper Ejsing +51 M Finale of Revelation @Johann Bodin +52 U Flux Channeler @Heonhwa Choe +53 M God-Eternal Kefnet @Lius Lasahido +54 R Jace, Wielder of Mysteries @Anna Steinbauer +55 U Jace's Triumph @Kieran Yanner +56 U Kasmina, Enigmatic Mentor @Magali Villeneuve +57 C Kasmina's Transmutation @Uriah Voth +58 C Kiora's Dambreaker @Mathias Kollros +59 U Lazotep Plating @Yeong-Hao Han +60 C Naga Eternal @Johann Bodin +61 U Narset, Parter of Veils @Magali Villeneuve +62 R Narset's Reversal @Viktor Titov +63 C No Escape @G-host Lee +64 C Relentless Advance @Stanton Feng +65 U Rescuer Sphinx @Jesper Ejsing +66 R Silent Submersible @Daniel Ljunggren +67 C Sky Theater Strix @Chris Seaman +68 R Spark Double @Eric Deschamps +69 C Spellkeeper Weird @James Paick +70 C Stealth Mission @Heonhwa Choe +71 C Tamiyo's Epiphany @Lake Hurwitz +72 C Teferi's Time Twist @Ralph Horsley +73 C Thunder Drake @Yeong-Hao Han +74 C Totally Lost @Aaron Miller +75 C Wall of Runes @Zezhou Chen +76 C Aid the Fallen @Sara Winters +77 C Banehound @YW Tang +78 U Bleeding Edge @Mike Bierek +79 R Bolas's Citadel @Jonas De Ro +80 U Bond of Revival @Lake Hurwitz +81 C Charity Extractor @Matt Stewart +82 R Command the Dreadhorde @Daarken +83 U Davriel, Rogue Shadowmage @Daarken +84 C Davriel's Shadowfugue @Daarken +85 R Deliver Unto Evil @Seb McKinnon +86 R Dreadhorde Invasion @Stanton Feng +87 U Dreadmalkin @Aaron Miller +88 C Duskmantle Operative @Anna Steinbauer +89 R The Elderspell @Daarken +90 U Eternal Taskmaster @Tomasz Jedruszek +91 M Finale of Eternity @Daarken +92 M God-Eternal Bontu @Lius Lasahido +93 C Herald of the Dreadhorde @Heonhwa Choe +94 C Kaya's Ghostform @Johan Grenier +95 C Lazotep Behemoth @Zezhou Chen +96 C Lazotep Reaver @Craig J Spearing +97 M Liliana, Dreadhorde General @Chris Rallis +98 U Liliana's Triumph @Kieran Yanner +99 R Massacre Girl @Chris Rallis +100 U Ob Nixilis, the Hate-Twisted @Yongjae Choi +101 C Ob Nixilis's Cruelty @Igor Kieryluk +102 U Price of Betrayal @Ryan Yee +103 C Shriekdiver @Piotr Dura +104 C Sorin's Thirst @Daarken +105 C Spark Harvest @Kieran Yanner +106 C Spark Reaper @Zoltan Boros +107 C Tithebearer Giant @Wisnu Tan +108 C Toll of the Invasion @Joe Slucher +109 C Unlikely Aid @Viktor Titov +110 C Vampire Opportunist @Jason Rainville +111 U Vizier of the Scorpion @Zack Stella +112 C Vraska's Finisher @Igor Kieryluk +113 C Ahn-Crop Invader @Tomasz Jedruszek +114 C Blindblast @Sidharth Chaturvedi +115 U Bolt Bend @Svetlin Velinov +116 U Bond of Passion @Izzy +117 C Burning Prophet @Mathias Kollros +118 C Chainwhip Cyclops @Johann Bodin +119 R Chandra, Fire Artisan @Yongjae Choi +120 C Chandra's Pyrohelix @Aleksi Briclot +121 U Chandra's Triumph @Kieran Yanner +122 U Cyclops Electromancer @Jason Felix +123 C Demolish @Adam Paquette +124 U Devouring Hellion @Bayard Wu +125 R Dreadhorde Arcanist @G-host Lee +126 U Dreadhorde Twins @Johannes Voss +127 M Finale of Promise @Jaime Jones +128 C Goblin Assailant @Jesper Ejsing +129 C Goblin Assault Team @Zoltan Boros +130 C Grim Initiate @Jason Felix +131 C Heartfire @Craig J Spearing +132 C Honor the God-Pharaoh @David Palumbo +133 M Ilharg, the Raze-Boar @Filip Burburan +134 C Invading Manticore @Jehan Choo +135 U Jaya, Venerated Firemage @Yongjae Choi +136 C Jaya's Greeting @Victor Adame Minguez +137 R Krenko, Tin Street Kingpin @Mark Behm +138 R Mizzium Tank @Wayne Reynolds +139 C Nahiri's Stoneblades @Micah Epstein +140 R Neheb, Dreadhorde Champion @Igor Kieryluk +141 C Raging Kronch @Steve Prescott +142 C Samut's Sprint @Aleksi Briclot +143 R Sarkhan the Masterless @Kieran Yanner +144 C Sarkhan's Catharsis @Zack Stella +145 C Spellgorger Weird @James Paick +146 U Tibalt, Rakish Instigator @Chase Stone +147 U Tibalt's Rager @Yongjae Choi +148 C Turret Ogre @Johann Bodin +149 C Arboreal Grazer @Jason Rainville +150 U Arlinn, Voice of the Pack @Ryan Pancoast +151 C Arlinn's Wolf @Kimonas Theodossiou +152 R Awakening of Vitu-Ghazi @Jaime Jones +153 C Band Together @Josh Hass +154 C Bloom Hulk @Even Amundsen +155 U Bond of Flourishing @Tyler Walpole +156 C Centaur Nurturer @Even Amundsen +157 U Challenger Troll @Svetlin Velinov +158 C Courage in Crisis @Micah Epstein +159 U Evolution Sage @Simon Dominic +160 M Finale of Devastation @Bayard Wu +161 C Forced Landing @Svetlin Velinov +162 C Giant Growth @Dmitry Burmak +163 M God-Eternal Rhonas @Lius Lasahido +164 U Jiang Yanggu, Wildcrafter @Anna Steinbauer +165 C Kraul Stinger @Randy Vargas +166 C Kronch Wrangler @Steve Prescott +167 U Mowu, Loyal Companion @Kimonas Theodossiou +168 C New Horizons @Eytan Zana +169 R Nissa, Who Shakes the World @Chris Rallis +170 U Nissa's Triumph @Kieran Yanner +171 U Paradise Druid @Nils Hamm +172 R Planewide Celebration @Wisnu Tan +173 C Pollenbright Druid @Matt Stewart +174 C Primordial Wurm @Svetlin Velinov +175 C Return to Nature @Alayna Danner +176 C Snarespinner @Yeong-Hao Han +177 C Steady Aim @Ralph Horsley +178 U Storm the Citadel @Grzegorz Rutkowski +179 C Thundering Ceratok @Izzy +180 R Vivien, Champion of the Wilds @Magali Villeneuve +181 R Vivien's Arkbow @Zack Stella +182 C Vivien's Grizzly @Lius Lasahido +183 C Wardscale Crocodile @Zezhou Chen +184 R Ajani, the Greathearted @Victor Adame Minguez +185 U Angrath's Rampage @Victor Adame Minguez +186 R Bioessence Hydra @Mathias Kollros +187 R Casualties of War @Tomasz Jedruszek +188 U Cruel Celebrant @Bastien L. Deharme +189 U Deathsprout @Seb McKinnon +190 U Despark @Slawomir Maniak +191 R Domri, Anarch of Bolas @Raymond Swanland +192 U Domri's Ambush @Victor Adame Minguez +193 U Dovin's Veto @Izzy +194 R Dreadhorde Butcher @Piotr Dura +195 U Elite Guardmage @PINDURSKI +196 R Enter the God-Eternals @Daniel Ljunggren +197 R Feather, the Redeemed @Wayne Reynolds +198 U Gleaming Overseer @Volkan Baǵa +199 U Heartwarming Redemption @Howard Lyon +200 U Huatli's Raptor @Randy Vargas +201 U Invade the City @Sung Choi +202 U Leyline Prowler @YW Tang +203 R Living Twister @James Paick +204 U Mayhem Devil @Dmitry Burmak +205 U Merfolk Skydiver @Sara Winters +206 U Neoform @Bram Sels +207 M Nicol Bolas, Dragon-God @Raymond Swanland +208 M Niv-Mizzet Reborn @Raymond Swanland +209 R Oath of Kaya @Wesley Burt +210 U Pledge of Unity @Chris Rallis +211 R Ral, Storm Conduit @Wesley Burt +212 U Ral's Outburst @Joseph Meehan +213 M Roalesk, Apex Hybrid @Svetlin Velinov +214 R Role Reversal @Mathias Kollros +215 U Rubblebelt Rioters @Tomasz Jedruszek +216 R Solar Blaze @Adam Paquette +217 R Sorin, Vengeful Bloodlord @Tommy Arnold +218 R Soul Diviner @Randy Vargas +219 R Storrev, Devkarin Lich @Igor Kieryluk +220 R Tamiyo, Collector of Tales @Chase Stone +221 R Teferi, Time Raveler @Chris Rallis +222 U Tenth District Legionnaire @Victor Adame Minguez +223 R Time Wipe @Svetlin Velinov +224 R Tolsimir, Friend to Wolves @Ryan Pancoast +225 U Tyrant's Scorn @Svetlin Velinov +226 R Widespread Brutality @Victor Adame Minguez +227 U Angrath, Captain of Chaos @Slawomir Maniak +228 U Ashiok, Dream Render @Cynthia Sheppard +229 U Dovin, Hand of Control @Kieran Yanner +230 U Huatli, the Sun's Heart @Lius Lasahido +231 U Kaya, Bane of the Dead @Magali Villeneuve +232 U Kiora, Behemoth Beckoner @Jaime Jones +233 U Nahiri, Storm of Stone @Aleksi Briclot +234 U Saheeli, Sublime Artificer @Wesley Burt +235 U Samut, Tyrant Smasher @Aleksi Briclot +236 U Vraska, Swarm's Eminence @Anna Steinbauer +237 U Firemind Vessel @Ravenna Tran +238 U God-Pharaoh's Statue @Igor Kieryluk +239 C Guild Globe @Daniel Ljunggren +240 C Iron Bully @Aaron Miller +241 C Mana Geode @Raoul Vitale +242 C Prismite @Alayna Danner +243 C Saheeli's Silverwing @Daniel Ljunggren +244 R Blast Zone @Chris Ostrowski +245 U Emergence Zone @Jonas De Ro +246 C Gateway Plaza @Sung Choi +247 U Interplanar Beacon @Adam Paquette +248 R Karn's Bastion @Adam Paquette +249 R Mobilized District @Jedd Chevrier +250 L Plains @Jonas De Ro +251 L Plains @Adam Paquette +252 L Plains @Richard Wright +253 L Island @Adam Paquette +254 L Island @Richard Wright +255 L Island @Kirsten Zirngibl +256 L Swamp @Titus Lunter +257 L Swamp @Adam Paquette +258 L Swamp @Richard Wright +259 L Mountain @Titus Lunter +260 L Mountain @Adam Paquette +261 L Mountain @Richard Wright +262 L Forest @Jonas De Ro +263 L Forest @Titus Lunter +264 L Forest @Richard Wright +265 M Gideon, the Oathsworn @Kieran Yanner +266 C Desperate Lunge @Deruchenko Alexander +267 R Gideon's Battle Cry @Zoltan Boros +268 U Gideon's Company @Milivoj Ćeran +269 C Orzhov Guildgate @Cliff Childs +270 M Jace, Arcane Strategist @Kieran Yanner +271 C Guildpact Informant @Randy Gallegos +272 U Jace's Projection @Darek Zabrocki +273 R Jace's Ruse @Clint Cearley +274 C Simic Guildgate @Adam Paquette +275 M Tezzeret, Master of the Bridge @Chase Stone +1★ R Karn, the Great Creator @Naochika Morishita +2★ R Ugin, the Ineffable @Maekawa Yuichi +13★ M Gideon Blackblade @Tada +32★ U Teyo, the Shieldmage @Foo Midori +37★ U The Wanderer @Norikatsu Miyoshi +54★ R Jace, Wielder of Mysteries @Toshiaki Takayama +56★ U Kasmina, Enigmatic Mentor @Mid +61★ U Narset, Parter of Veils @Foo Midori +83★ U Davriel, Rogue Shadowmage @Hagiya Kaoru +97★ M Liliana, Dreadhorde General @Yoshitaka Amano +100★ U Ob Nixilis, the Hate-Twisted @Sansyu +119★ R Chandra, Fire Artisan @Ryota-H +135★ U Jaya, Venerated Firemage @Maekawa Yuichi +143★ R Sarkhan the Masterless @Lack +146★ U Tibalt, Rakish Instigator @Clover.K +150★ U Arlinn, Voice of the Pack @D-suzuki +164★ U Jiang Yanggu, Wildcrafter @Daisuke Izuka +169★ R Nissa, Who Shakes the World @Hitowa +180★ R Vivien, Champion of the Wilds @Hisashi Momose +184★ R Ajani, the Greathearted @Miho Midorikawa +191★ R Domri, Anarch of Bolas @Raita Kazama +207★ M Nicol Bolas, Dragon-God @Kaida Yuji +211★ R Ral, Storm Conduit @Naochika Morishita +217★ R Sorin, Vengeful Bloodlord @Yukie Tajima +220★ R Tamiyo, Collector of Tales @Fuzichoco +221★ R Teferi, Time Raveler @Shishizaru +227★ U Angrath, Captain of Chaos @Sansyu +228★ U Ashiok, Dream Render @Hozan Shinomaru +229★ U Dovin, Hand of Control @Nablange +230★ U Huatli, the Sun's Heart @Masuda Mikio +231★ U Kaya, Bane of the Dead @Mid +232★ U Kiora, Behemoth Beckoner @Yamamoto Akifumi +233★ U Nahiri, Storm of Stone @Yukie Tajima +234★ U Saheeli, Sublime Artificer @Hisashi Momose +235★ U Samut, Tyrant Smasher @Norikatsu Miyoshi +236★ U Vraska, Swarm's Eminence @Ryota Murayama [tokens] wubrg_2_2_citizen diff --git a/forge-gui/res/editions/Weatherlight.txt b/forge-gui/res/editions/Weatherlight.txt index f3c400b1fa0..c778e8b85a5 100644 --- a/forge-gui/res/editions/Weatherlight.txt +++ b/forge-gui/res/editions/Weatherlight.txt @@ -12,173 +12,173 @@ ChaosDraftThemes=GRAVEYARD_MATTERS ScryfallCode=WTH [cards] -30 U Abduction -1 R Abeyance -31 C Abjure -117 R Aboroth -59 C Abyssal Gatekeeper -88 U Aether Flash -60 U Agonizing Memories -2 R Alabaster Dragon -3 C Alms -32 R Ancestral Knowledge -4 C Angelic Renewal -33 C Apathy -118 U Arctic Wolves -5 C Ardent Militia -6 U Argivian Find -34 U Argivian Restoration -7 U Aura of Silence -35 R Avizoa -119 U Barishi -61 C Barrow Ghoul -8 C Benalish Infantry -9 C Benalish Knight -10 C Benalish Missionary -89 C Betrothed of Fire -90 C Bloodrock Cyclops -120 C Blossoming Wreath -91 C Bogardan Firefiend -92 C Boiling Blood -62 R Bone Dancer -147 R Bosium Strip -121 C Briar Shield -146 R Bubble Matrix -63 U Buried Alive -122 R Call of the Wild -148 U Chimeric Sphere -123 C Choking Vines -93 U Cinder Giant -94 C Cinder Wall -64 U Circling Vultures -36 U Cloud Djinn -65 C Coils of the Medusa -95 U Cone of Flame -11 R Debt of Loyalty -124 R Dense Foliage -96 U Desperate Gambit -149 U Dingus Staff -37 C Disrupt -66 R Doomsday -125 U Downdraft -12 C Duskrider Falcon -97 C Dwarven Berserker -98 R Dwarven Thaumaturgist -13 C Empyrial Armor -38 R Ertai's Familiar -126 U Fallow Wurm -127 U Familiar Ground -67 C Fatal Blow -99 R Fervor -68 U Festering Evil -101 R Firestorm -100 C Fire Whip -102 C Fit of Rage -69 C Fledgling Djinn -39 C Flux -40 C Fog Elemental -14 U Foriysian Brigade -128 R Fungus Elemental -129 U Gaea's Blessing -70 R Gallowbraid -164 U Gemstone Mine -15 U Gerrard's Wisdom -103 R Goblin Bomb -104 U Goblin Grenadiers -105 C Goblin Vandal -16 C Guided Strike -130 C Harvest Wurm -71 C Haunting Misery -106 R Heart of Bogardan -107 R Heat Stroke -17 C Heavy Ballista -72 U Hidden Horror -108 U Hurloon Shaman -73 R Infernal Tribute -18 R Inner Sanctum -150 U Jabari's Banner -151 C Jangling Automaton -19 C Kithkin Armor -109 U Lava Hounds -110 C Lava Storm -131 R Liege of the Hollows -132 U Llanowar Behemoth -133 C Llanowar Druid -134 C Llanowar Sentinel -165 R Lotus Vale -41 C Mana Chains -152 R Mana Web -42 C Manta Ray -111 R Maraxus of Keld -20 U Master of Arms -43 C Merfolk Traders -153 C Mind Stone -74 U Mischievous Poltergeist -21 U Mistmoon Griffin -75 R Morinfen -135 R Mwonvuli Ooze -136 C Nature's Kiss -137 R Nature's Resurgence -76 U Necratog -44 U Noble Benefactor -154 R Null Rod -77 U Odylic Wraith -45 C Ophidian -112 U Orcish Settlers -46 R Paradigm Shift -22 R Peacekeeper -47 R Pendrell Mists -48 U Phantom Warrior -49 C Phantom Wings -155 U Phyrexian Furnace -50 R Psychic Vortex -78 C Razortooth Rats -138 C Redwood Treefolk -51 U Relearn -23 U Revered Unicorn -113 U Roc Hatchling -139 C Rogue Elephant -52 C Sage Owl -114 C Sawtooth Ogre -166 R Scorched Ruins -24 R Serenity -25 U Serra's Blessing -156 U Serrated Biskelion -79 C Shadow Rider -80 C Shattered Crypt -26 C Soul Shepherd -27 R Southern Paladin -81 C Spinning Darkness -157 U Steel Golem -82 U Strands of Night -158 U Straw Golem -140 C Striped Bears -141 U Sylvan Hierophant -28 R Tariff -53 U Teferi's Veil -83 C Tendrils of Despair -159 U Thran Forge -160 R Thran Tome -115 C Thunderbolt -116 R Thundermare -54 U Timid Drake -55 C Tolarian Drake -56 R Tolarian Entrancer -57 R Tolarian Serpent -161 U Touchstone -142 R Tranquil Grove -143 C Uktabi Efreet -84 R Urborg Justice -85 R Urborg Stalker -144 U Veteran Explorer -145 C Vitalize -58 U Vodalian Illusionist -29 U Volunteer Reserves -86 R Wave of Terror -162 R Well of Knowledge -167 R Winding Canyons -163 R Xanthic Statue -87 C Zombie Scavengers +30 U Abduction @Colin MacNeil +1 R Abeyance @Thomas Gianni +31 C Abjure @Ted Naifeh +117 R Aboroth @Brom +59 C Abyssal Gatekeeper @Mark Tedin +88 U Aether Flash @Ron Spencer +60 U Agonizing Memories @Mike Dringenberg +2 R Alabaster Dragon @Bob Eggleton +3 C Alms @Rogério Vilela +32 R Ancestral Knowledge @Colin MacNeil +4 C Angelic Renewal @Rebecca Guay +33 C Apathy @Phil Foglio +118 U Arctic Wolves @Steve White +5 C Ardent Militia @Zina Saunders +6 U Argivian Find @Roger Raupp +34 U Argivian Restoration @Roger Raupp +7 U Aura of Silence @D. Alexander Gregory +35 R Avizoa @Paolo Parente +119 U Barishi @Ted Naifeh +61 C Barrow Ghoul @Bryan Talbot +8 C Benalish Infantry @Dan Frazier +9 C Benalish Knight @Zina Saunders +10 C Benalish Missionary @Pete Venters +89 C Betrothed of Fire @Clint Langley +90 C Bloodrock Cyclops @Tom Wänerstrand +120 C Blossoming Wreath @Brian Durfee +91 C Bogardan Firefiend @Terese Nielsen +92 C Boiling Blood @Cliff Nielsen +62 R Bone Dancer @Scott Kirschner +147 R Bosium Strip @Steve Luke +121 C Briar Shield @Scott Kirschner +146 R Bubble Matrix @Brom +63 U Buried Alive @Brian Horton +122 R Call of the Wild @Brom +148 U Chimeric Sphere @Colin MacNeil +123 C Choking Vines @Ted Naifeh +93 U Cinder Giant @Rogério Vilela +94 C Cinder Wall @Randy Gallegos +64 U Circling Vultures @Una Fricker +36 U Cloud Djinn @Mike Dringenberg +65 C Coils of the Medusa @Darbury Stenderu +95 U Cone of Flame @Ron Spencer +11 R Debt of Loyalty @Pete Venters +124 R Dense Foliage @Alan Rabinowitz +96 U Desperate Gambit @Pete Venters +149 U Dingus Staff @Richard Kane Ferguson +37 C Disrupt @Adam Rex +66 R Doomsday @Adrian Smith +125 U Downdraft @John Matson +12 C Duskrider Falcon @Cecil Fernando +97 C Dwarven Berserker @Douglas Shuler +98 R Dwarven Thaumaturgist @Kipling West +13 C Empyrial Armor @D. Alexander Gregory +38 R Ertai's Familiar @Kipling West +126 U Fallow Wurm @Stephen L. Walsh +127 U Familiar Ground @Jeff Miracola +67 C Fatal Blow @George Pratt +99 R Fervor @Franz Vohwinkel +68 U Festering Evil @John Matson +101 R Firestorm @Jeff Miracola +100 C Fire Whip @Jeff Miracola +102 C Fit of Rage @Douglas Shuler +69 C Fledgling Djinn @Thomas Gianni +39 C Flux @Richard Kane Ferguson +40 C Fog Elemental @Jon J Muth +14 U Foriysian Brigade @Kev Walker +128 R Fungus Elemental @Scott M. Fischer +129 U Gaea's Blessing @Rebecca Guay +70 R Gallowbraid @Carl Critchlow +164 U Gemstone Mine @Brom +15 U Gerrard's Wisdom @Heather Hudson +103 R Goblin Bomb @Ron Spencer +104 U Goblin Grenadiers @Dan Frazier +105 C Goblin Vandal @Franz Vohwinkel +16 C Guided Strike @Gary Leach +130 C Harvest Wurm @Stephen L. Walsh +71 C Haunting Misery @Gary Leach +106 R Heart of Bogardan @Terese Nielsen +107 R Heat Stroke @Andrew Robinson +17 C Heavy Ballista @Ron Spencer +72 U Hidden Horror @Clint Langley +108 U Hurloon Shaman @Scott M. Fischer +73 R Infernal Tribute @Terese Nielsen +18 R Inner Sanctum @D. Alexander Gregory +150 U Jabari's Banner @Mark Harrison +151 C Jangling Automaton @Adam Rex +19 C Kithkin Armor @Charles Gillespie +109 U Lava Hounds @Steve White +110 C Lava Storm @Scott Kirschner +131 R Liege of the Hollows @Ron Spencer +132 U Llanowar Behemoth @Hannibal King +133 C Llanowar Druid @Pete Venters +134 C Llanowar Sentinel @Douglas Shuler +165 R Lotus Vale @John Avon +41 C Mana Chains @Bryan Talbot +152 R Mana Web @Hannibal King +42 C Manta Ray @Una Fricker +111 R Maraxus of Keld @Adrian Smith +20 U Master of Arms @Dan Frazier +43 C Merfolk Traders @DiTerlizzi +153 C Mind Stone @Adam Rex +74 U Mischievous Poltergeist @DiTerlizzi +21 U Mistmoon Griffin @David A. Cherry +75 R Morinfen @Carl Critchlow +135 R Mwonvuli Ooze @Zina Saunders +136 C Nature's Kiss @Scott M. Fischer +137 R Nature's Resurgence @Scott M. Fischer +76 U Necratog @Bryan Talbot +44 U Noble Benefactor @DiTerlizzi +154 R Null Rod @Anson Maddocks +77 U Odylic Wraith @Ian Miller +45 C Ophidian @Cliff Nielsen +112 U Orcish Settlers @Pete Venters +46 R Paradigm Shift @Cliff Nielsen +22 R Peacekeeper @Donato Giancola +47 R Pendrell Mists @Andrew Robinson +48 U Phantom Warrior @John Matson +49 C Phantom Wings @Una Fricker +155 U Phyrexian Furnace @George Pratt +50 R Psychic Vortex @Steve Luke +78 C Razortooth Rats @Brian Horton +138 C Redwood Treefolk @Phil Foglio +51 U Relearn @Zina Saunders +23 U Revered Unicorn @David A. Cherry +113 U Roc Hatchling @Una Fricker +139 C Rogue Elephant @Steve White +52 C Sage Owl @Mark Poole +114 C Sawtooth Ogre @Brom +166 R Scorched Ruins @John Avon +24 R Serenity @Cliff Nielsen +25 U Serra's Blessing @Rebecca Guay +156 U Serrated Biskelion @Ron Spencer +79 C Shadow Rider @Pete Venters +80 C Shattered Crypt @Gary Leach +26 C Soul Shepherd @John Coulthart +27 R Southern Paladin @Douglas Shuler +81 C Spinning Darkness @John Coulthart +157 U Steel Golem @Donato Giancola +82 U Strands of Night @Patrick Kochakji +158 U Straw Golem @Bryan Talbot +140 C Striped Bears @Una Fricker +141 U Sylvan Hierophant @Brian Durfee +28 R Tariff @Kev Walker +53 U Teferi's Veil @Brom +83 C Tendrils of Despair @John Coulthart +159 U Thran Forge @Mark Poole +160 R Thran Tome @Donato Giancola +115 C Thunderbolt @Dylan Martens +116 R Thundermare @Bob Eggleton +54 U Timid Drake @Mike Dringenberg +55 C Tolarian Drake @Mark Harrison +56 R Tolarian Entrancer @Bryan Talbot +57 R Tolarian Serpent @Stuart Griffin +161 U Touchstone @George Pratt +142 R Tranquil Grove @Dylan Martens +143 C Uktabi Efreet @Alan Rabinowitz +84 R Urborg Justice @Gary Leach +85 R Urborg Stalker @Cliff Nielsen +144 U Veteran Explorer @David A. Cherry +145 C Vitalize @Pete Venters +58 U Vodalian Illusionist @John Matson +29 U Volunteer Reserves @Kev Walker +86 R Wave of Terror @Adrian Smith +162 R Well of Knowledge @D. Alexander Gregory +167 R Winding Canyons @John Avon +163 R Xanthic Statue @Hannibal King +87 C Zombie Scavengers @Patrick Kochakji [tokens] g_1_1_squirrel diff --git a/forge-gui/res/editions/Welcome Deck 2016.txt b/forge-gui/res/editions/Welcome Deck 2016.txt index 879b1c59107..a2254b0ebe4 100644 --- a/forge-gui/res/editions/Welcome Deck 2016.txt +++ b/forge-gui/res/editions/Welcome Deck 2016.txt @@ -7,19 +7,19 @@ Type=Starter ScryfallCode=W16 [cards] -1 R Aegis Angel -2 C Marked by Honor -3 U Serra Angel -4 U Air Servant -5 C Disperse -6 R Sphinx of Magosi -7 C Mind Rot -8 R Nightmare -9 U Sengir Vampire -10 C Walking Corpse -11 C Borderland Marauder -12 U Cone of Flame -13 R Shivan Dragon -14 U Incremental Growth -15 C Oakenform -16 R Soul of the Harvest +1 R Aegis Angel @Aleksi Briclot +2 C Marked by Honor @David Palumbo +3 U Serra Angel @Greg Staples +4 U Air Servant @Lars Grant-West +5 C Disperse @Ryan Yee +6 R Sphinx of Magosi @James Ryman +7 C Mind Rot @Steve Luke +8 R Nightmare @Vance Kovacs +9 U Sengir Vampire @Kev Walker +10 C Walking Corpse @Igor Kieryluk +11 C Borderland Marauder @Scott M. Fischer +12 U Cone of Flame @Chippy +13 R Shivan Dragon @Donato Giancola +14 U Incremental Growth @Chuck Lukacs +15 C Oakenform @Wayne Reynolds +16 R Soul of the Harvest @Eytan Zana diff --git a/forge-gui/res/editions/Welcome Deck 2017.txt b/forge-gui/res/editions/Welcome Deck 2017.txt index 769c38d9f31..16337f68786 100644 --- a/forge-gui/res/editions/Welcome Deck 2017.txt +++ b/forge-gui/res/editions/Welcome Deck 2017.txt @@ -7,33 +7,33 @@ Type=Starter ScryfallCode=W17 [cards] -1 C Divine Verdict -2 C Glory Seeker -3 U Serra Angel -4 C Standing Troops -5 U Stormfront Pegasus -6 R Victory's Herald -7 U Air Elemental -8 C Coral Merfolk -9 C Drag Under -10 C Inspiration -11 C Sleep Paralysis -12 R Sphinx of Magosi -13 C Stealer of Secrets -14 C Tricks of the Trade -15 C Bloodhunter Bat -16 C Certain Death -17 R Nightmare -18 C Raise Dead -19 U Sengir Vampire -20 C Untamed Hunger -21 C Falkenrath Reaver -22 R Shivan Dragon -23 C Thundering Giant -24 R Garruk's Horde -25 C Oakenform -26 C Rabid Bite -27 C Rootwalla -28 C Stalking Tiger -29 C Stampeding Rhino -30 U Wing Snare +1 C Divine Verdict @Kev Walker +2 C Glory Seeker @Matt Cavotta +3 U Serra Angel @Greg Staples +4 C Standing Troops @Zoltan Boros +5 U Stormfront Pegasus @rk post +6 R Victory's Herald @rk post +7 U Air Elemental @Kev Walker +8 C Coral Merfolk @rk post +9 C Drag Under @Tianhua X +10 C Inspiration @Izzy +11 C Sleep Paralysis @Josu Hernaiz +12 R Sphinx of Magosi @James Ryman +13 C Stealer of Secrets @Michael C. Hayes +14 C Tricks of the Trade @Steven Belledin +15 C Bloodhunter Bat @Tomasz Jedruszek +16 C Certain Death @Kev Walker +17 R Nightmare @Vance Kovacs +18 C Raise Dead @Carl Critchlow +19 U Sengir Vampire @Kev Walker +20 C Untamed Hunger @Willian Murai +21 C Falkenrath Reaver @Daarken +22 R Shivan Dragon @Donato Giancola +23 C Thundering Giant @Mark Zug +24 R Garruk's Horde @Steve Prescott +25 C Oakenform @Wayne Reynolds +26 C Rabid Bite @Karl Kopinski +27 C Rootwalla @Roger Raupp +28 C Stalking Tiger @Terese Nielsen +29 C Stampeding Rhino @Steven Belledin +30 U Wing Snare @Daren Bader diff --git a/forge-gui/res/editions/Whispering Woods.txt b/forge-gui/res/editions/Whispering Woods.txt index 15b2f267843..26e55aa2654 100644 --- a/forge-gui/res/editions/Whispering Woods.txt +++ b/forge-gui/res/editions/Whispering Woods.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PHPR [cards] -3 C Windseeker Centaur +3 C Windseeker Centaur @Anson Maddocks diff --git a/forge-gui/res/editions/Wizards Play Network 2008.txt b/forge-gui/res/editions/Wizards Play Network 2008.txt index fd45bd3fd4d..5a9764e87e9 100644 --- a/forge-gui/res/editions/Wizards Play Network 2008.txt +++ b/forge-gui/res/editions/Wizards Play Network 2008.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PWPN [cards] -21 R Sprouting Thrinax -22 R Woolly Thoctar +21 R Sprouting Thrinax @Jaime Jones +22 R Woolly Thoctar @Steve Argyle diff --git a/forge-gui/res/editions/Wizards Play Network 2009.txt b/forge-gui/res/editions/Wizards Play Network 2009.txt index cf331d18f1c..c6486e1a878 100644 --- a/forge-gui/res/editions/Wizards Play Network 2009.txt +++ b/forge-gui/res/editions/Wizards Play Network 2009.txt @@ -6,11 +6,11 @@ Type=Promo ScryfallCode=PWP09 [cards] -24 R Path to Exile -25 R Hellspark Elemental -26 R Marisi's Twinclaws -27 R Slave of Bolas -30 R Mind Control -31 R Rise from the Grave -32 R Kor Duelist -33 R Vampire Nighthawk +24 R Path to Exile @Rebecca Guay +25 R Hellspark Elemental @Nils Hamm +26 R Marisi's Twinclaws @Dominick Domingo +27 R Slave of Bolas @Karl Kopinski +30 R Mind Control @Keith Garletts +31 R Rise from the Grave @Thomas M. Baxa +32 R Kor Duelist @Kekai Kotaki +33 R Vampire Nighthawk @Karl Kopinski diff --git a/forge-gui/res/editions/Wizards Play Network 2010.txt b/forge-gui/res/editions/Wizards Play Network 2010.txt index d073d4c71be..cfb9032fac6 100644 --- a/forge-gui/res/editions/Wizards Play Network 2010.txt +++ b/forge-gui/res/editions/Wizards Play Network 2010.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PWP10 [cards] -36 R Kor Firewalker -37 R leatherback Baloth -40 R Syphon Mind -46 R Pathrazer of Ulamog -47 R Curse of Wizardry -50 R Fling -51 R Sylvan Ranger -59 R Plague Stinger -60 R Golem's Heart -63 R Skinrender +36 R Kor Firewalker @Alex Horley-Orlandelli +37 R Leatherback Baloth @Chris Rahn +40 R Syphon Mind @Jeff Easley +46 R Pathrazer of Ulamog @Goran Josic +47 R Curse of Wizardry @Karl Kopinski +50 R Fling @Daren Bader +51 R Sylvan Ranger @Ciruelo +59 R Plague Stinger @Tomasz Jedruszek +60 R Golem's Heart @Alan Pollack +63 R Skinrender @Adrian Smith diff --git a/forge-gui/res/editions/Wizards Play Network 2011.txt b/forge-gui/res/editions/Wizards Play Network 2011.txt index ec155f2d1ee..3df4d8ce192 100644 --- a/forge-gui/res/editions/Wizards Play Network 2011.txt +++ b/forge-gui/res/editions/Wizards Play Network 2011.txt @@ -6,17 +6,17 @@ Type=Promo ScryfallCode=PWP11 [cards] -64 R Master's Call -65 R Plague Myr -66 R Signal Pest -69 R Fling -70 R Sylvan Ranger -71 R Vault Skirge -72 R Maul Splicer -73 R Shrine of Burning Rage -76 R Tormented Soul -77 R Auramancer -78 R Circle of Flame -80 R Curse of the Bloody Tome -83 R Bloodcrazed Neonate -84 R Boneyard Wurm +64 R Master's Call @Erica Yang +65 R Plague Myr @Ryan Pancoast +66 R Signal Pest @Chippy +69 R Fling @Daren Bader +70 R Sylvan Ranger @Ciruelo +71 R Vault Skirge @Lars Grant-West +72 R Maul Splicer @Erica Yang +73 R Shrine of Burning Rage @Nils Hamm +76 R Tormented Soul @John Stanko +77 R Auramancer @Wayne Reynolds +78 R Circle of Flame @James Paick +80 R Curse of the Bloody Tome @John Stanko +83 R Bloodcrazed Neonate @Dave Kendall +84 R Boneyard Wurm @Austin Hsu diff --git a/forge-gui/res/editions/Wizards Play Network 2012.txt b/forge-gui/res/editions/Wizards Play Network 2012.txt index 8702cb59fa4..2bd532b2591 100644 --- a/forge-gui/res/editions/Wizards Play Network 2012.txt +++ b/forge-gui/res/editions/Wizards Play Network 2012.txt @@ -6,6 +6,6 @@ Type=Promo ScryfallCode=PWP12 [cards] -79 R Gather the Townsfolk -81 R Curse of Thirst -82 R Nearheath Stalker +79 R Gather the Townsfolk @Bud Cook +81 R Curse of Thirst @Dave Kendall +82 R Nearheath Stalker @Steve Prescott diff --git a/forge-gui/res/editions/Wizards Play Network 2021.txt b/forge-gui/res/editions/Wizards Play Network 2021.txt index 2c9f2345082..6f372415875 100644 --- a/forge-gui/res/editions/Wizards Play Network 2021.txt +++ b/forge-gui/res/editions/Wizards Play Network 2021.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PWP21 [cards] -1 R Fabled Passage +1 R Fabled Passage @Howard Lyon diff --git a/forge-gui/res/editions/Wizards of the Coast Online Store.txt b/forge-gui/res/editions/Wizards of the Coast Online Store.txt index 86b4774de0e..579cb21f81a 100644 --- a/forge-gui/res/editions/Wizards of the Coast Online Store.txt +++ b/forge-gui/res/editions/Wizards of the Coast Online Store.txt @@ -6,4 +6,4 @@ Type=Promo ScryfallCode=PWOS [cards] -1 R Serra Angel +1 R Serra Angel @Douglas Shuler diff --git a/forge-gui/res/editions/World Championship Promos.txt b/forge-gui/res/editions/World Championship Promos.txt index cdf8fce7846..48450c9dcaa 100644 --- a/forge-gui/res/editions/World Championship Promos.txt +++ b/forge-gui/res/editions/World Championship Promos.txt @@ -6,5 +6,5 @@ Type=Promo ScryfallCode=PWOR [cards] -1 R Balduvian Horde -2019 M Crucible of Worlds +1 R Balduvian Horde @Brian Snõddy +2019 M Crucible of Worlds @Ralph Horsley diff --git a/forge-gui/res/editions/World Magic Cup Qualifiers.txt b/forge-gui/res/editions/World Magic Cup Qualifiers.txt index 0bae1c3ef14..2af06e4c1c1 100644 --- a/forge-gui/res/editions/World Magic Cup Qualifiers.txt +++ b/forge-gui/res/editions/World Magic Cup Qualifiers.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PWCQ [cards] -2013 M Vengevine -2014 M Geist of Saint Traft -2015 R Thalia, Guardian of Thraben -2016 R Abrupt Decay -2017 R Inkmoth Nexus +2013 M Vengevine @Trevor Claxton +2014 M Geist of Saint Traft @Izzy +2015 R Thalia, Guardian of Thraben @Steve Argyle +2016 R Abrupt Decay @Seb McKinnon +2017 R Inkmoth Nexus @Sung Choi diff --git a/forge-gui/res/editions/Worldwake Promos.txt b/forge-gui/res/editions/Worldwake Promos.txt index 2c5900ed276..e1ff6e66ae3 100644 --- a/forge-gui/res/editions/Worldwake Promos.txt +++ b/forge-gui/res/editions/Worldwake Promos.txt @@ -6,9 +6,9 @@ Type=Promo ScryfallCode=PWWK [cards] -38 R Hada Freeblade -39 R Kalastria Highborn -65★ C Ruthless Cullblade -76★ M Comet Storm -106★ R Joraga Warcaller -133 R Celestial Colonnade +38 R Hada Freeblade @Cyril Van Der Haegen +39 R Kalastria Highborn @D. Alexander Gregory +65★ C Ruthless Cullblade @rk post +76★ M Comet Storm @Tomasz Jedruszek +106★ R Joraga Warcaller @Kev Walker +133 R Celestial Colonnade @Kekai Kotaki diff --git a/forge-gui/res/editions/Worldwake.txt b/forge-gui/res/editions/Worldwake.txt index fa5e885f9ec..bfcd1e1bed9 100644 --- a/forge-gui/res/editions/Worldwake.txt +++ b/forge-gui/res/editions/Worldwake.txt @@ -12,151 +12,151 @@ FatPackExtraSlots=40 BasicLands ZEN ScryfallCode=WWK [cards] -24 C AEther Tradewinds -47 M Abyssal Persecutor -1 M Admonition Angel -48 R Agadeem Occultist -71 C Akoum Battlesinger -121 R Amulet of Vigor -49 R Anowon, the Ruin Sage -2 C Apex Hawks -95 C Arbor Elf -3 R Archon of Redemption -96 M Avenger of Zendikar -122 R Basilisk Collar -4 C Battle Hurda -72 R Bazaar Trader -97 U Bestial Menace -50 U Bloodhusk Ritualist -132 C Bojuka Bog -51 C Bojuka Brigand -52 C Brink of Disaster -73 C Bull Rush -53 R Butcher of Malakir -25 C Calcite Snapper -98 U Canopy Cover -54 U Caustic Crawler -133 R Celestial Colonnade -74 R Chain Reaction -75 C Claws of Valakut -76 M Comet Storm -55 C Corrupted Zendikon -77 C Cosi's Ravager -134 R Creeping Tar Pit -78 C Crusher Zendikon -79 U Cunning Sparkmage -56 C Dead Reckoning -57 R Death's Shadow -80 U Deathforge Shaman -26 C Dispel -81 M Dragonmaster Outcast -135 U Dread Statuary -27 C Enclave Elite -123 U Everflowing Chalice -99 C Explore -136 M Eye of Ugin -100 C Feral Contest -5 C Fledgling Griffin -101 C Gnarlid Pack -82 C Goblin Roughrider -28 R Goliath Sphinx -102 C Grappler Spider -103 C Graypelt Hunter -83 C Grotag Thrasher -104 C Groundswell -6 C Guardian Zendikon -7 U Hada Freeblade -137 C Halimar Depths -29 C Halimar Excavator -124 U Hammer of Ruin -105 R Harabaz Druid -125 C Hedron Rover -30 U Horizon Drake -8 C Iona's Judgment -31 M Jace, the Mind Sculptor -58 C Jagwasp Swarm -9 C Join the Ranks -106 R Joraga Warcaller -32 R Jwari Shapeshifter -59 R Kalastria Highborn -84 R Kazuul, Tyrant of the Cliffs -138 C Khalni Garden -126 C Kitesail -10 C Kitesail Apprentice -11 U Kor Firewalker -139 R Lavaclaw Reaches -107 U Leatherback Baloth -12 U Lightkeeper of Emeria -13 U Loam Lion -127 R Lodestone Golem -14 C Marsh Threader -15 R Marshal's Anthem -60 C Mire's Toll -85 R Mordant Dragon -33 C Mysteries of the Deep -108 C Nature's Claim -61 U Nemesis Trap -119 M Novablast Wurm -109 M Omnath, Locus of Mana -16 U Perimeter Captain -34 U Permafrost Trap -128 C Pilgrim's Eye -62 C Pulse Tracker -63 C Quag Vampires -110 U Quest for Renewal -35 R Quest for Ula's Temple -86 U Quest for the Goblin Lord -64 R Quest for the Nihil Stone -140 C Quicksand -141 R Raging Ravine -129 U Razor Boomerang -17 U Refraction Trap -18 C Rest for the Weary -87 U Ricochet Trap -88 C Roiling Terrain -19 U Ruin Ghost -89 U Rumbling Aftershocks -65 C Ruthless Cullblade -66 U Scrib Nibblers -90 C Searing Blaze -130 R Seer's Sundial -36 U Sejiri Merfolk -142 C Sejiri Steppe -37 R Selective Memory -67 U Shoreline Salvager -91 C Skitter of Lizards -92 U Slavering Nulls -111 U Slingbow Trap -143 C Smoldering Spires -68 U Smother -112 C Snapping Creeper -38 U Spell Contortion -144 R Stirring Wildwood -93 R Stone Idol Trap -20 R Stoneforge Mystic -113 R Strength of the Tajuru -114 U Summit Apes -39 C Surrakar Banisher -21 R Talus Paladin -145 U Tectonic Edge -115 R Terastodon -22 R Terra Eternal -40 R Thada Adel, Acquisitor -41 U Tideforce Elemental -69 C Tomb Hex -42 C Treasure Hunt -94 U Tuktuk Scrapper -43 C Twitch -70 U Urge to Feed -44 U Vapor Snare -116 U Vastwood Animist -117 C Vastwood Zendikon -23 C Veteran's Reflexes -45 U Voyager Drake -131 C Walking Atlas -46 C Wind Zendikon -118 R Wolfbriar Elemental -120 M Wrexial, the Risen Deep +24 C Aether Tradewinds @Kieran Yanner +47 M Abyssal Persecutor @Chippy +1 M Admonition Angel @Steve Argyle +48 R Agadeem Occultist @Vance Kovacs +71 C Akoum Battlesinger @Adi Granov +121 R Amulet of Vigor @Warren Mahy +49 R Anowon, the Ruin Sage @Dan Scott +2 C Apex Hawks @David Palumbo +95 C Arbor Elf @rk post +3 R Archon of Redemption @Steven Belledin +96 M Avenger of Zendikar @Zoltan Boros & Gabor Szikszai +122 R Basilisk Collar @Howard Lyon +4 C Battle Hurda @Christopher Moeller +72 R Bazaar Trader @Matt Cavotta +97 U Bestial Menace @Andrew Robinson +50 U Bloodhusk Ritualist @Daarken +132 C Bojuka Bog @Howard Lyon +51 C Bojuka Brigand @Johann Bodin +52 C Brink of Disaster @Alex Horley-Orlandelli +73 C Bull Rush @Christopher Moeller +53 R Butcher of Malakir @Jason Chan +25 C Calcite Snapper @David Palumbo +98 U Canopy Cover @Igor Kieryluk +54 U Caustic Crawler @Raymond Swanland +133 R Celestial Colonnade @Eric Deschamps +74 R Chain Reaction @Trevor Claxton +75 C Claws of Valakut @Igor Kieryluk +76 M Comet Storm @Jung Park +55 C Corrupted Zendikon @John Avon +77 C Cosi's Ravager @Zoltan Boros & Gabor Szikszai +134 R Creeping Tar Pit @Jason Felix +78 C Crusher Zendikon @Ryan Pancoast +79 U Cunning Sparkmage @Wayne Reynolds +56 C Dead Reckoning @Svetlin Velinov +57 R Death's Shadow @Howard Lyon +80 U Deathforge Shaman @Dave Kendall +26 C Dispel @Vance Kovacs +81 M Dragonmaster Outcast @Raymond Swanland +135 U Dread Statuary @Jason A. Engle +27 C Enclave Elite @Igor Kieryluk +123 U Everflowing Chalice @Steve Argyle +99 C Explore @John Avon +136 M Eye of Ugin @James Paick +100 C Feral Contest @Daarken +5 C Fledgling Griffin @Christopher Moeller +101 C Gnarlid Pack @Johann Bodin +82 C Goblin Roughrider @Jesper Ejsing +28 R Goliath Sphinx @Greg Staples +102 C Grappler Spider @Austin Hsu +103 C Graypelt Hunter @Svetlin Velinov +83 C Grotag Thrasher @Jesper Ejsing +104 C Groundswell @Chris Rahn +6 C Guardian Zendikon @John Avon +7 U Hada Freeblade @Cyril Van Der Haegen +137 C Halimar Depths @Volkan Baǵa +29 C Halimar Excavator @Kev Walker +124 U Hammer of Ruin @Vincent Proce +105 R Harabaz Druid @Wayne Reynolds +125 C Hedron Rover @Jason Felix +30 U Horizon Drake @Adi Granov +8 C Iona's Judgment @Mike Bierek +31 M Jace, the Mind Sculptor @Jason Chan +58 C Jagwasp Swarm @Austin Hsu +9 C Join the Ranks @Kekai Kotaki +106 R Joraga Warcaller @Steven Belledin +32 R Jwari Shapeshifter @Kev Walker +59 R Kalastria Highborn @D. Alexander Gregory +84 R Kazuul, Tyrant of the Cliffs @Paul Bonner +138 C Khalni Garden @Ryan Pancoast +126 C Kitesail @Cyril Van Der Haegen +10 C Kitesail Apprentice @Austin Hsu +11 U Kor Firewalker @Matt Stewart +139 R Lavaclaw Reaches @Véronique Meignaud +107 U Leatherback Baloth @Dave Kendall +12 U Lightkeeper of Emeria @James Ryman +13 U Loam Lion @Daniel Ljunggren +127 R Lodestone Golem @Chris Rahn +14 C Marsh Threader @David Palumbo +15 R Marshal's Anthem @Matt Stewart +60 C Mire's Toll @Alex Horley-Orlandelli +85 R Mordant Dragon @Scott Chou +33 C Mysteries of the Deep @Véronique Meignaud +108 C Nature's Claim @Daarken +61 U Nemesis Trap @Ryan Pancoast +119 M Novablast Wurm @Michael Komarck +109 M Omnath, Locus of Mana @Mike Bierek +16 U Perimeter Captain @Steven Belledin +34 U Permafrost Trap @Howard Lyon +128 C Pilgrim's Eye @Dan Scott +62 C Pulse Tracker @Andrew Robinson +63 C Quag Vampires @Jason Felix +110 U Quest for Renewal @Tomasz Jedruszek +35 R Quest for Ula's Temple @Rob Alexander +86 U Quest for the Goblin Lord @Jesper Ejsing +64 R Quest for the Nihil Stone @Mike Bierek +140 C Quicksand @Matt Stewart +141 R Raging Ravine @Todd Lockwood +129 U Razor Boomerang @Franz Vohwinkel +17 U Refraction Trap @Zoltan Boros & Gabor Szikszai +18 C Rest for the Weary @James Paick +87 U Ricochet Trap @Jaime Jones +88 C Roiling Terrain @Steve Prescott +19 U Ruin Ghost @Jason A. Engle +89 U Rumbling Aftershocks @Tomasz Jedruszek +65 C Ruthless Cullblade @rk post +66 U Scrib Nibblers @Daren Bader +90 C Searing Blaze @James Paick +130 R Seer's Sundial @Franz Vohwinkel +36 U Sejiri Merfolk @Anthony Francisco +142 C Sejiri Steppe @Anthony Francisco +37 R Selective Memory @Chippy +67 U Shoreline Salvager @Igor Kieryluk +91 C Skitter of Lizards @Warren Mahy +92 U Slavering Nulls @Dave Kendall +111 U Slingbow Trap @Daniel Ljunggren +143 C Smoldering Spires @Rob Alexander +68 U Smother @Karl Kopinski +112 C Snapping Creeper @Cyril Van Der Haegen +38 U Spell Contortion @Wayne Reynolds +144 R Stirring Wildwood @Eric Deschamps +93 R Stone Idol Trap @Jung Park +20 R Stoneforge Mystic @Mike Bierek +113 R Strength of the Tajuru @Christopher Moeller +114 U Summit Apes @Véronique Meignaud +39 C Surrakar Banisher @Matt Cavotta +21 R Talus Paladin @Svetlin Velinov +145 U Tectonic Edge @Vincent Proce +115 R Terastodon @Lars Grant-West +22 R Terra Eternal @Daniel Ljunggren +40 R Thada Adel, Acquisitor @Andrew Robinson +41 U Tideforce Elemental @Donato Giancola +69 C Tomb Hex @Izzy +42 C Treasure Hunt @Daren Bader +94 U Tuktuk Scrapper @Matt Cavotta +43 C Twitch @Scott Chou +70 U Urge to Feed @Johann Bodin +44 U Vapor Snare @Trevor Claxton +116 U Vastwood Animist @Raymond Swanland +117 C Vastwood Zendikon @Rob Alexander +23 C Veteran's Reflexes @Scott Chou +45 U Voyager Drake @Kieran Yanner +131 C Walking Atlas @Rob Alexander +46 C Wind Zendikon @Vincent Proce +118 R Wolfbriar Elemental @Chippy +120 M Wrexial, the Risen Deep @Eric Deschamps [tokens] w_1_1_soldier_ally diff --git a/forge-gui/res/editions/XLN Standard Showdown.txt b/forge-gui/res/editions/XLN Standard Showdown.txt index 02ec7244b38..1bcdb4e18f2 100644 --- a/forge-gui/res/editions/XLN Standard Showdown.txt +++ b/forge-gui/res/editions/XLN Standard Showdown.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PSS2 [cards] -1 R Plains -2 R Island -3 R Swamp -4 R Mountain -5 R Forest +1 R Plains @Rebecca Guay +2 R Island @Rebecca Guay +3 R Swamp @Rebecca Guay +4 R Mountain @Rebecca Guay +5 R Forest @Rebecca Guay diff --git a/forge-gui/res/editions/XLN Treasure Chest.txt b/forge-gui/res/editions/XLN Treasure Chest.txt index 81917370421..2e7788a881d 100644 --- a/forge-gui/res/editions/XLN Treasure Chest.txt +++ b/forge-gui/res/editions/XLN Treasure Chest.txt @@ -6,13 +6,13 @@ Type=Promo ScryfallCode=PXTC [cards] -22 R Legion's Landing -74 R Search for Azcanta -90 R Arguel's Blood Fast -173 R Vance's Blasting Cannons -191 R Growing Rites of Itlimoc -234 R Conqueror's Galleon -235 R Dowsing Dagger -243 R Primal Amulet -249 R Thaumatic Compass -250 R Treasure Map +22 R Legion's Landing @Svetlin Velinov & Jared Blando +74 R Search for Azcanta @Magali Villeneuve & Jared Blando +90 R Arguel's Blood Fast @Daarken & Jared Blando +173 R Vance's Blasting Cannons @Jonas De Ro & Jared Blando +191 R Growing Rites of Itlimoc @Grzegorz Rutkowski & Jared Blando +234 R Conqueror's Galleon @Emrah Elmasli & Jared Blando +235 R Dowsing Dagger @Florian de Gesincourt & Jared Blando +243 R Primal Amulet @John Avon & Jared Blando +249 R Thaumatic Compass @Yeong-Hao Han & Jared Blando +250 R Treasure Map @Cliff Childs & Jared Blando diff --git a/forge-gui/res/editions/Zendikar Expeditions.txt b/forge-gui/res/editions/Zendikar Expeditions.txt index 3c8d2304e97..44fec0b1a62 100644 --- a/forge-gui/res/editions/Zendikar Expeditions.txt +++ b/forge-gui/res/editions/Zendikar Expeditions.txt @@ -7,48 +7,48 @@ Type=Collector_Edition ScryfallCode=EXP [cards] -1 M Prairie Stream -2 M Sunken Hollow -3 M Smoldering Marsh -4 M Cinder Glade -5 M Canopy Vista -6 M Hallowed Fountain -7 M Watery Grave -8 M Blood Crypt -9 M Stomping Ground -10 M Temple Garden -11 M Godless Shrine -12 M Steam Vents -13 M Overgrown Tomb -14 M Sacred Foundry -15 M Breeding Pool -16 M Flooded Strand -17 M Polluted Delta -18 M Bloodstained Mire -19 M Wooded Foothills -20 M Windswept Heath -21 M Marsh Flats -22 M Scalding Tarn -23 M Verdant Catacombs -24 M Arid Mesa -25 M Misty Rainforest -26 M Mystic Gate -27 M Sunken Ruins -28 M Graven Cairns -29 M Fire-Lit Thicket -30 M Wooded Bastion -31 M Fetid Heath -32 M Cascade Bluffs -33 M Twilight Mire -34 M Rugged Prairie -35 M Flooded Grove -36 M Ancient Tomb -37 M Dust Bowl -38 M Eye of Ugin -39 M Forbidden Orchard -40 M Horizon Canopy -41 M Kor Haven -42 M Mana Confluence -43 M Strip Mine -44 M Tectonic Edge -45 M Wasteland +1 M Prairie Stream @Titus Lunter +2 M Sunken Hollow @Titus Lunter +3 M Smoldering Marsh @Titus Lunter +4 M Cinder Glade @Titus Lunter +5 M Canopy Vista @Titus Lunter +6 M Hallowed Fountain @Min Yum +7 M Watery Grave @Min Yum +8 M Blood Crypt @Min Yum +9 M Stomping Ground @Min Yum +10 M Temple Garden @Min Yum +11 M Godless Shrine @Noah Bradley +12 M Steam Vents @Noah Bradley +13 M Overgrown Tomb @Noah Bradley +14 M Sacred Foundry @Noah Bradley +15 M Breeding Pool @Noah Bradley +16 M Flooded Strand @Véronique Meignaud +17 M Polluted Delta @Véronique Meignaud +18 M Bloodstained Mire @Véronique Meignaud +19 M Wooded Foothills @Véronique Meignaud +20 M Windswept Heath @Véronique Meignaud +21 M Marsh Flats @Ryan Yee +22 M Scalding Tarn @Ryan Yee +23 M Verdant Catacombs @Ryan Yee +24 M Arid Mesa @Ryan Yee +25 M Misty Rainforest @Ryan Yee +26 M Mystic Gate @Adam Paquette +27 M Sunken Ruins @Adam Paquette +28 M Graven Cairns @Adam Paquette +29 M Fire-Lit Thicket @Adam Paquette +30 M Wooded Bastion @Adam Paquette +31 M Fetid Heath @Christine Choi +32 M Cascade Bluffs @Christine Choi +33 M Twilight Mire @Christine Choi +34 M Rugged Prairie @Christine Choi +35 M Flooded Grove @Christine Choi +36 M Ancient Tomb @Howard Lyon +37 M Dust Bowl @Florian de Gesincourt +38 M Eye of Ugin @James Paick +39 M Forbidden Orchard @Jesper Ejsing +40 M Horizon Canopy @Florian de Gesincourt +41 M Kor Haven @Jonas De Ro +42 M Mana Confluence @Howard Lyon +43 M Strip Mine @Howard Lyon +44 M Tectonic Edge @Raymond Swanland +45 M Wasteland @William Wu diff --git a/forge-gui/res/editions/Zendikar Promos.txt b/forge-gui/res/editions/Zendikar Promos.txt index 54c98b8221e..6ae1a86bbb2 100644 --- a/forge-gui/res/editions/Zendikar Promos.txt +++ b/forge-gui/res/editions/Zendikar Promos.txt @@ -6,8 +6,8 @@ Type=Promo ScryfallCode=PZEN [cards] -*9 R Day of Judgment -34 R Nissa's Chosen -35 R Emeria Angel -178★ M Rampaging Baloths -228★ R Valakut, the Molten Pinnacle +*9 R Day of Judgment @Kev Walker +34 R Nissa's Chosen @Sam Wood +35 R Emeria Angel @Steve Argyle +178★ M Rampaging Baloths @Eric Deschamps +228★ R Valakut, the Molten Pinnacle @James Paick diff --git a/forge-gui/res/editions/Zendikar Rising Commander.txt b/forge-gui/res/editions/Zendikar Rising Commander.txt index afcc9a60fb0..f19f79451cc 100644 --- a/forge-gui/res/editions/Zendikar Rising Commander.txt +++ b/forge-gui/res/editions/Zendikar Rising Commander.txt @@ -6,148 +6,148 @@ Type=Commander ScryfallCode=ZNC [cards] -1 M Anowon, the Ruin Thief -2 M Obuun, Mul Daya Ancestor -3 R Trove Warden -4 R Enigma Thief -5 R Whispersteel Dagger -6 R Geode Rager -7 M Anowon, the Ruin Thief -8 M Obuun, Mul Daya Ancestor -9 U Abzan Falconer -10 M Admonition Angel -11 U Banishing Light -12 U Condemn -13 U Crush Contraband -14 U Elite Scaleguard -15 R Emeria Angel -16 R Emeria Shepherd -17 R Hour of Revelation -18 C Kor Cartographer -19 R Planar Outburst -20 U Retreat to Emeria -21 M Sun Titan -22 R Together Forever -23 U Aetherize -24 C Distant Melody -25 U Fact or Fiction -26 U Faerie Vandal -27 U Invisible Stalker -28 C Latchkey Faerie -29 U Marang River Prowler -30 U Master Thief -31 U Military Intelligence -32 U Nightveil Sprite -33 R Notorious Throng -34 U Open into Wonder -35 R Scourge of Fleets -36 C Slither Blade -37 R Stolen Identity -38 C Triton Shorestalker -39 U Whirler Rogue -40 C Changeling Outcast -41 U Endless Obedience -42 R Fated Return -43 C Frogtosser Banneret -44 R Gonti, Lord of Luxury -45 R In Garruk's Wake -46 U Marsh Flitter -47 C Murder -48 R Necromantic Selection -49 R Nighthowler -50 R Ogre Slumlord -51 U Oona's Blackguard -52 U Price of Fame -53 U Rise from the Grave -54 R Sepulchral Primordial -55 U Stinkdrinker Bandit -56 U Syr Konrad, the Grim -57 U Zulaport Cutthroat -58 R Abundance -59 U Acidic Slime -60 U Armorcraft Judge -61 U Beanstalk Giant -62 U Circuitous Route -63 C Elvish Rejuvenator -64 U Embodiment of Insight -65 U Evolution Sage -66 C Far Wanderings -67 C Fertilid -68 U Harmonize -69 C Harrow -70 U Inspiring Call -71 U Keeper of Fables -72 C Khalni Heart Expedition -73 C Kodama's Reach -74 R The Mending of Dominaria -75 M Multani, Yavimaya's Avatar -76 R Nissa's Renewal -77 R Rampaging Baloths -78 U Retreat to Kazandu -79 R Return of the Wildspeaker -80 R Rites of Flourishing -81 C Satyr Wayfinder -82 C Sporemound -83 C Springbloom Druid -84 R Sylvan Advocate -85 U Tuskguard Captain -86 R Waker of the Wilds -87 C Yavimaya Elder -88 U Zendikar's Roil -89 R Consuming Aberration -90 U Extract from Darkness -91 U Ground Assault -92 M Lazav, Dimir Mastermind -93 R Living Twister -94 R Mina and Denn, Wildborn -95 U Naya Charm -96 R Notion Thief -97 M Omnath, Locus of Rage -98 R Oona, Queen of the Fae -99 R Silumgar's Command -100 U Soul Manipulation -101 R Spinal Embrace -102 U Struggle // Survive -103 R Sygg, River Cutthroat -104 U Sylvan Reclamation -105 U Treacherous Terrain -106 C Arcane Signet -107 R Blackblade Reforged -108 R Bonehoard -109 C Commander's Sphere -110 U Dimir Keyrune -111 C Dimir Locket -112 U Dimir Signet -113 U Heirloom Blade -114 C Mind Stone -115 R Obelisk of Urd -116 U Sandstone Oracle -117 C Scaretiller -118 R Scytheclaw -119 R Seer's Sundial -120 U Sol Ring -121 U Blighted Woodland -122 C Boros Garrison -123 C Boros Guildgate -124 C Command Tower -125 U Cryptic Caves -126 U Dimir Aqueduct -127 C Dimir Guildgate -128 C Dismal Backwater -129 C Evolving Wilds -130 C Gruul Guildgate -131 U Gruul Turf -132 U Jungle Shrine -133 U Jwar Isle Refuge -134 U Krosan Verge -135 U Myriad Landscape -136 C Naya Panorama -137 R Needle Spires -138 U Rogue's Passage -139 C Selesnya Guildgate -140 C Selesnya Sanctuary -141 U Submerged Boneyard -142 C Terramorphic Expanse +1 M Anowon, the Ruin Thief @Magali Villeneuve +2 M Obuun, Mul Daya Ancestor @Chris Rallis +3 R Trove Warden @Lars Grant-West +4 R Enigma Thief @Victor Adame Minguez +5 R Whispersteel Dagger @Svetlin Velinov +6 R Geode Rager @Caio Monteiro +7 M Anowon, the Ruin Thief @Magali Villeneuve +8 M Obuun, Mul Daya Ancestor @Chris Rallis +9 U Abzan Falconer @Steven Belledin +10 M Admonition Angel @Steve Argyle +11 U Banishing Light @Willian Murai +12 U Condemn @Daren Bader +13 U Crush Contraband @Jason A. Engle +14 U Elite Scaleguard @Steve Prescott +15 R Emeria Angel @Jim Murray +16 R Emeria Shepherd @Cynthia Sheppard +17 R Hour of Revelation @Raymond Swanland +18 C Kor Cartographer @Ryan Pancoast +19 R Planar Outburst @Vincent Proce +20 U Retreat to Emeria @Kieran Yanner +21 M Sun Titan @Todd Lockwood +22 R Together Forever @Aaron Miller +23 U Aetherize @Ryan Barger +24 C Distant Melody @Omar Rayyan +25 U Fact or Fiction @Matt Cavotta +26 U Faerie Vandal @Paul Scott Canavan +27 U Invisible Stalker @Bud Cook +28 C Latchkey Faerie @Warren Mahy +29 U Marang River Prowler @Yefim Kligerman +30 U Master Thief @Christopher Moeller +31 U Military Intelligence @Craig J Spearing +32 U Nightveil Sprite @Uriah Voth +33 R Notorious Throng @Thomas Denmark +34 U Open into Wonder @Tyler Jacobson +35 R Scourge of Fleets @Steven Belledin +36 C Slither Blade @Zezhou Chen +37 R Stolen Identity @Clint Cearley +38 C Triton Shorestalker @Svetlin Velinov +39 U Whirler Rogue @Winona Nelson +40 C Changeling Outcast @Micah Epstein +41 U Endless Obedience @Karl Kopinski +42 R Fated Return @Peter Mohrbacher +43 C Frogtosser Banneret @Ralph Horsley +44 R Gonti, Lord of Luxury @Daarken +45 R In Garruk's Wake @Chase Stone +46 U Marsh Flitter @Wayne Reynolds +47 C Murder @Allen Williams +48 R Necromantic Selection @Dave Kendall +49 R Nighthowler @Nils Hamm +50 R Ogre Slumlord @Trevor Claxton +51 U Oona's Blackguard @Kev Walker +52 U Price of Fame @Winona Nelson +53 U Rise from the Grave @Kieran Yanner +54 R Sepulchral Primordial @Stephan Martiniere +55 U Stinkdrinker Bandit @Brandon Dorman +56 U Syr Konrad, the Grim @Anna Steinbauer +57 U Zulaport Cutthroat @Jason Rainville +58 R Abundance @Rebecca Guay +59 U Acidic Slime @Karl Kopinski +60 U Armorcraft Judge @David Palumbo +61 U Beanstalk Giant @Jason A. Engle +62 U Circuitous Route @Milivoj Ćeran +63 C Elvish Rejuvenator @Winona Nelson +64 U Embodiment of Insight @Marco Nelor +65 U Evolution Sage @Simon Dominic +66 C Far Wanderings @Darrell Riche +67 C Fertilid @Nicholas Gregory +68 U Harmonize @Dan Scott +69 C Harrow @Izzy +70 U Inspiring Call @Dan Scott +71 U Keeper of Fables @Alex Konstad +72 C Khalni Heart Expedition @Jason Chan +73 C Kodama's Reach @John Avon +74 R The Mending of Dominaria @Adam Paquette +75 M Multani, Yavimaya's Avatar @Ryan Yee +76 R Nissa's Renewal @Lius Lasahido +77 R Rampaging Baloths @Steve Prescott +78 U Retreat to Kazandu @Kieran Yanner +79 R Return of the Wildspeaker @Chris Rallis +80 R Rites of Flourishing @Brandon Kitkouski +81 C Satyr Wayfinder @Steve Prescott +82 C Sporemound @Svetlin Velinov +83 C Springbloom Druid @Randy Gallegos +84 R Sylvan Advocate @Volkan Baǵa +85 U Tuskguard Captain @Aaron Miller +86 R Waker of the Wilds @Shreya Shetty +87 C Yavimaya Elder @Matt Cavotta +88 U Zendikar's Roil @Sam Burley +89 R Consuming Aberration @Volkan Baǵa +90 U Extract from Darkness @Dallas Williams +91 U Ground Assault @Karl Kopinski +92 M Lazav, Dimir Mastermind @David Rapoza +93 R Living Twister @James Paick +94 R Mina and Denn, Wildborn @Izzy +95 U Naya Charm @Jesper Ejsing +96 R Notion Thief @Clint Cearley +97 M Omnath, Locus of Rage @Brad Rigney +98 R Oona, Queen of the Fae @Adam Rex +99 R Silumgar's Command @Nils Hamm +100 U Soul Manipulation @Carl Critchlow +101 R Spinal Embrace @Donato Giancola +102 U Struggle // Survive @Eric Deschamps +103 R Sygg, River Cutthroat @Jeremy Enecio +104 U Sylvan Reclamation @Seb McKinnon +105 U Treacherous Terrain @Titus Lunter +106 C Arcane Signet @Dan Scott +107 R Blackblade Reforged @Chris Rahn +108 R Bonehoard @Chippy +109 C Commander's Sphere @Ryan Alexander Lee +110 U Dimir Keyrune @Daniel Ljunggren +111 C Dimir Locket @Zezhou Chen +112 U Dimir Signet @Raoul Vitale +113 U Heirloom Blade @Carmen Sinek +114 C Mind Stone @Adam Rex +115 R Obelisk of Urd @John Severin Brassell +116 U Sandstone Oracle @Izzy +117 C Scaretiller @Jakub Kasper +118 R Scytheclaw @James Paick +119 R Seer's Sundial @Franz Vohwinkel +120 U Sol Ring @Mike Bierek +121 U Blighted Woodland @Jason Felix +122 C Boros Garrison @John Avon +123 C Boros Guildgate @Noah Bradley +124 C Command Tower @Ryan Yee +125 U Cryptic Caves @Sung Choi +126 U Dimir Aqueduct @John Avon +127 C Dimir Guildgate @Cliff Childs +128 C Dismal Backwater @Eytan Zana +129 C Evolving Wilds @Steven Belledin +130 C Gruul Guildgate @Randy Gallegos +131 U Gruul Turf @John Avon +132 U Jungle Shrine @Wayne Reynolds +133 U Jwar Isle Refuge @Cyril Van Der Haegen +134 U Krosan Verge @Ruxing Gao +135 U Myriad Landscape @Jonas De Ro +136 C Naya Panorama @Hideaki Takamura +137 R Needle Spires @Jonas De Ro +138 U Rogue's Passage @Christine Choi +139 C Selesnya Guildgate @Howard Lyon +140 C Selesnya Sanctuary @John Avon +141 U Submerged Boneyard @Cliff Childs +142 C Terramorphic Expanse @Dan Scott [tokens] w_1_1_bird_flying diff --git a/forge-gui/res/editions/Zendikar Rising Expeditions.txt b/forge-gui/res/editions/Zendikar Rising Expeditions.txt index d7a93a719fe..46fe5131b43 100644 --- a/forge-gui/res/editions/Zendikar Rising Expeditions.txt +++ b/forge-gui/res/editions/Zendikar Rising Expeditions.txt @@ -6,33 +6,33 @@ Type=Collector_Edition ScryfallCode=ZNE [cards] -1 M Flooded Strand -2 M Polluted Delta -3 M Bloodstained Mire -4 M Wooded Foothills -5 M Windswept Heath -6 M Marsh Flats -7 M Scalding Tarn -8 M Verdant Catacombs -9 M Arid Mesa -10 M Misty Rainforest -11 M Seachrome Coast -12 M Darkslick Shores -13 M Blackcleave Cliffs -14 M Copperline Gorge -15 M Razorverge Thicket -16 M Sea of Clouds -17 M Morphic Pool -18 M Luxury Suite -19 M Spire Garden -20 M Bountiful Promenade -21 M Ancient Tomb -22 M Cavern of Souls -23 M Celestial Colonnade -24 M Creeping Tar Pit -25 M Grove of the Burnwillows -26 M Horizon Canopy -27 M Prismatic Vista -28 M Strip Mine -29 M Valakut, the Molten Pinnacle -30 M Wasteland +1 M Flooded Strand @Adam Paquette +2 M Polluted Delta @Titus Lunter +3 M Bloodstained Mire @Sam Burley +4 M Wooded Foothills @Daarken +5 M Windswept Heath @Johannes Voss +6 M Marsh Flats @Sam Burley +7 M Scalding Tarn @Jonas De Ro +8 M Verdant Catacombs @Alayna Danner +9 M Arid Mesa @Adam Paquette +10 M Misty Rainforest @Sam Burley +11 M Seachrome Coast @Adam Paquette +12 M Darkslick Shores @Jonas De Ro +13 M Blackcleave Cliffs @Richard Wright +14 M Copperline Gorge @Chris Ostrowski +15 M Razorverge Thicket @Alayna Danner +16 M Sea of Clouds @Sam Burley +17 M Morphic Pool @Steven Belledin +18 M Luxury Suite @Kieran Yanner +19 M Spire Garden @Titus Lunter +20 M Bountiful Promenade @Piotr Dura +21 M Ancient Tomb @Adam Paquette +22 M Cavern of Souls @Sam Burley +23 M Celestial Colonnade @Piotr Dura +24 M Creeping Tar Pit @Adam Paquette +25 M Grove of the Burnwillows @Donato Giancola +26 M Horizon Canopy @Alayna Danner +27 M Prismatic Vista @Sam Burley +28 M Strip Mine @Adam Paquette +29 M Valakut, the Molten Pinnacle @Kieran Yanner +30 M Wasteland @Adam Paquette diff --git a/forge-gui/res/editions/Zendikar Rising.txt b/forge-gui/res/editions/Zendikar Rising.txt index 57151c45415..d29eae1178b 100644 --- a/forge-gui/res/editions/Zendikar Rising.txt +++ b/forge-gui/res/editions/Zendikar Rising.txt @@ -14,407 +14,407 @@ FatPackExtraSlots=20 BasicLands, 20 BasicLands+, 1 Charix; the Raging Isle+|ZNR| ScryfallCode=ZNR [cards] -1 U Allied Assault -2 M Angel of Destiny -3 C Angelheart Protector -4 R Archon of Emeria -5 R Archpriest of Iona -6 U Attended Healer -7 U Canyon Jerboa -8 C Cliffhaven Sell-Sword -9 C Dauntless Unity -10 C Disenchant -11 U Emeria Captain -12 M Emeria's Call -13 C Expedition Healer -14 C Farsight Adept -15 U Fearless Fledgling -16 R Felidar Retreat -17 U Journey to Oblivion -18 C Kabira Outrider -19 U Kabira Takedown -20 U Kitesail Cleric -21 U Kor Blademaster -22 C Kor Celebrant -23 R Legion Angel -24 R Luminarch Aspirant -25 C Makindi Ox -26 U Makindi Stampede -27 R Maul of the Skyclaves -28 C Mesa Lynx -29 C Nahiri's Binding -30 R Ondu Inversion -31 U Paired Tactician -32 C Practiced Tactics -33 C Pressure Point -34 C Prowling Felidar -35 C Resolute Strike -36 C Sea Gate Banneret -37 U Sejiri Shelter -38 C Shepherd of Heroes -39 R Skyclave Apparition -40 U Skyclave Cleric -41 R Squad Commander -42 C Smite the Monstrous -43 C Tazeem Raptor -44 M Tazri, Beacon of Unity -45 C Anticognition -46 U Beyeen Veil -47 C Bubble Snare -48 C Cascade Seer -49 R Charix, the Raging Isle -50 C Chilling Trap -51 C Cleric of Chill Depths -52 U Concerted Defense -53 R Confounding Conundrum -54 R Coralhelm Chronicler -55 C Cunning Geysermage -56 C Deliberate -57 C Expedition Diviner -58 C Field Research -59 C Glacial Grasp -60 R Glasspool Mimic -61 R Inscription of Insight -62 C Into the Roil -63 M Jace, Mirror Mage -64 U Jwari Disruption -65 C Living Tempest -66 U Lullmage's Domination -67 R Maddening Cacophony -68 R Master of Winds -69 U Merfolk Falconer -70 U Merfolk Windrobber -71 C Negate -72 R Nimble Trapfinder -73 C Risen Riptide -74 U Roost of Drakes -75 U Ruin Crab -76 M Sea Gate Restoration -77 M Sea Gate Stormcaller -78 C Seafloor Stalker -79 C Shell Shield -80 U Silundi Vision -81 U Skyclave Plunder -82 C Skyclave Squid -83 U Sure-Footed Infiltrator -84 C Tazeem Roilmage -85 R Thieving Skydiver -86 U Umara Wizard -87 U Windrider Wizard -88 C Zulaport Duelist -89 U Acquisitions Expert -90 M Agadeem's Awakening -91 U Blackbloom Rogue -92 C Blood Beckoning -93 C Blood Price -94 U Bloodchief's Thirst -95 R Coveted Prize -96 C Deadly Alliance -97 U Demon's Disciple -98 M Drana, the Last Bloodchief -99 C Drana's Silencer -100 C Dreadwurm -101 C Expedition Skulker -102 C Feed the Swarm -103 C Ghastly Gloomhunter -104 C Guul Draz Mucklord -105 C Hagra Constrictor -106 R Hagra Mauling -107 C Highborn Vampire -108 R Inscription of Ruin -109 U Lithoform Blight -110 C Malakir Blood-Priest -111 U Malakir Rebirth -112 C Marauding Blight-Priest -113 U Mind Carver -114 C Mind Drain -115 R Nighthawk Scavenger -116 C Nimana Skitter-Sneak -117 C Nimana Skydancer -118 R Nullpriest of Oblivion -119 C Oblivion's Hunger -120 U Pelakka Predation -121 U Scion of the Swarm -122 M Scourge of the Skyclaves -123 U Shadow Stinger -124 R Shadows' Verdict -125 R Skyclave Shade -126 U Skyclave Shadowcat -127 R Soul Shatter -128 C Subtle Strike -129 R Taborax, Hope's Demise -130 U Thwart the Grave -131 C Vanquish the Weak -132 U Zof Consumption -133 C Akoum Hellhound -134 U Akoum Warrior -135 C Ardent Electromancer -136 U Cinderclasm -137 C Cleansing Wildfire -138 C Expedition Champion -139 U Fireblade Charger -140 C Fissure Wizard -141 U Goma Fada Vanguard -142 C Grotag Bug-Catcher -143 U Grotag Night-Runner -144 C Inordinate Rage -145 R Kargan Intimidator -146 U Kazuul's Fury -147 M Leyline Tyrant -148 R Magmatic Channeler -149 C Molten Blast -150 M Moraug, Fury of Akoum -151 R Nahiri's Lithoforming -152 C Pyroclastic Hellion -153 R Relic Robber -154 U Rockslide Sorcerer -155 C Roil Eruption -156 R Roiling Vortex -157 C Scavenged Blade -158 C Scorch Rider -159 R Shatterskull Charger -160 U Shatterskull Minotaur -161 M Shatterskull Smashing -162 C Sizzling Barrage -163 U Skyclave Geopede -164 C Sneaking Guide -165 U Song-Mad Treachery -166 U Spikefield Hazard -167 C Spitfire Lagac -168 C Synchronized Spellcraft -169 C Teeterpeak Ambusher -170 U Thundering Rebuke -171 U Thundering Sparkmage -172 C Tormenting Voice -173 C Tuktuk Rubblefort -174 R Valakut Awakening -175 R Valakut Exploration -176 R Wayward Guide-Beast -177 C Adventure Awaits -178 M Ancient Greenwarden -179 M Ashaya, Soul of the Wild -180 U Bala Ged Recovery -181 C Broken Wings -182 C Canopy Baloth -183 R Cragplate Baloth -184 C Dauntless Survivor -185 C Gnarlid Colony -186 R Inscription of Abundance -187 U Iridescent Hornbeetle -188 C Joraga Visionary -189 R Kazandu Mammoth -190 C Kazandu Nectarpot -191 C Kazandu Stomper -192 U Khalni Ambush -193 R Lotus Cobra -194 C Might of Murasa -195 C Murasa Brute -196 U Murasa Sproutling -197 C Nissa's Zendikon -198 R Oran-Rief Ooze -199 C Rabid Bite -200 C Reclaim the Wastes -201 U Roiling Regrowth -202 C Scale the Heights -203 R Scute Swarm -204 U Skyclave Pick-Axe -205 U Springmantle Cleric -206 C Strength of Solidarity -207 R Swarm Shambler -208 C Tajuru Blightblade -209 R Tajuru Paragon -210 C Tajuru Snarecaster -211 U Tangled Florahedron -212 U Taunting Arbormage -213 C Territorial Scythecat -214 C Turntimber Ascetic -215 M Turntimber Symbiosis -216 U Vastwood Fortification -217 U Vastwood Surge -218 U Veteran Adventurer -219 U Vine Gecko -220 R Akiri, Fearless Voyager -221 U Brushfire Elemental -222 U Cleric of Life's Bond -223 R Grakmaw, Skyclave Ravager -224 U Kargan Warleader -225 R Kaza, Roil Chaser -226 R Linvala, Shield of Sea Gate -227 U Lullmage's Familiar -228 U Moss-Pit Skeleton -229 U Murasa Rootgrazer -230 M Nahiri, Heir of the Ancients -231 M Nissa of Shadowed Boughs -232 M Omnath, Locus of Creation -233 R Orah, Skyclave Hierophant -234 R Phylath, World Sculptor -235 U Ravager's Mace -236 U Soaring Thought-Thief -237 U Spoils of Adventure -238 U Umara Mystic -239 R Verazol, the Split Current -240 R Yasharn, Implacable Earth -241 R Zagras, Thief of Heartbeats -242 R Zareth San, the Trickster -243 C Cliffhaven Kitesail -244 M Forsaken Monument -245 M Lithoform Engine -246 R Myriad Construct -247 U Relic Amulet -248 U Relic Axe -249 U Relic Golem -250 U Relic Vial -251 C Sea Gate Colossus -252 R Skyclave Relic -253 C Skyclave Sentinel -254 C Spare Supplies -255 C Stonework Packbeast -256 C Utility Knife -257 U Base Camp -258 R Branchloft Pathway -259 R Brightclimb Pathway -260 R Clearwater Pathway -261 R Cragcrown Pathway -262 R Crawling Barrens -263 R Needleverge Pathway -264 R Riverglide Pathway -265 R Throne of Makindi -266 L Plains -267 L Plains -268 L Plains -269 L Island -270 L Island -271 L Island -272 L Swamp -273 L Swamp -274 L Swamp -275 L Mountain -276 L Mountain -277 L Mountain -278 L Forest -279 L Forest -280 L Forest +1 U Allied Assault @Josh Hass +2 M Angel of Destiny @Ryan Pancoast +3 C Angelheart Protector @Cristi Balanescu +4 R Archon of Emeria @Ryan Pancoast +5 R Archpriest of Iona @Denman Rooke +6 U Attended Healer @Wisnu Tan +7 U Canyon Jerboa @Antonio José Manzanedo +8 C Cliffhaven Sell-Sword @Jason Rainville +9 C Dauntless Unity @Josu Hernaiz +10 C Disenchant @Colin Boyer +11 U Emeria Captain @Matt Stewart +12 M Emeria's Call @Matt Stewart +13 C Expedition Healer @Heonhwa Choe +14 C Farsight Adept @Cristi Balanescu +15 U Fearless Fledgling @Jesper Ejsing +16 R Felidar Retreat @Ralph Horsley +17 U Journey to Oblivion @Jason Felix +18 C Kabira Outrider @Izzy +19 U Kabira Takedown @Randy Vargas +20 U Kitesail Cleric @PINDURSKI +21 U Kor Blademaster @Darren Tan +22 C Kor Celebrant @Jake Murray +23 R Legion Angel @PINDURSKI +24 R Luminarch Aspirant @Mads Ahm +25 C Makindi Ox @Ilse Gort +26 U Makindi Stampede @Tomasz Jedruszek +27 R Maul of the Skyclaves @Joseph Meehan +28 C Mesa Lynx @Svetlin Velinov +29 C Nahiri's Binding @Magali Villeneuve +30 R Ondu Inversion @James Paick +31 U Paired Tactician @Colin Boyer +32 C Practiced Tactics @Alex Konstad +33 C Pressure Point @Caio Monteiro +34 C Prowling Felidar @Ilse Gort +35 C Resolute Strike @Zezhou Chen +36 C Sea Gate Banneret @Jesper Ejsing +37 U Sejiri Shelter @Darek Zabrocki +38 C Shepherd of Heroes @Livia Prima +39 R Skyclave Apparition @Donato Giancola +40 U Skyclave Cleric @Johannes Voss +41 R Squad Commander @Ekaterina Burmak +42 C Smite the Monstrous @Izzy +43 C Tazeem Raptor @Dan Scott +44 M Tazri, Beacon of Unity @Chris Rahn +45 C Anticognition @Igor Kieryluk +46 U Beyeen Veil @YW Tang +47 C Bubble Snare @Jakub Kasper +48 C Cascade Seer @Brian Valeza +49 R Charix, the Raging Isle @Viktor Titov +50 C Chilling Trap @Johann Bodin +51 C Cleric of Chill Depths @Livia Prima +52 U Concerted Defense @Chris Rallis +53 R Confounding Conundrum @Bryan Sola +54 R Coralhelm Chronicler @Lie Setiawan +55 C Cunning Geysermage @Chris Rallis +56 C Deliberate @Slawomir Maniak +57 C Expedition Diviner @Heonhwa Choe +58 C Field Research @PINDURSKI +59 C Glacial Grasp @Tomasz Jedruszek +60 R Glasspool Mimic @Johan Grenier +61 R Inscription of Insight @Zoltan Boros +62 C Into the Roil @Campbell White +63 M Jace, Mirror Mage @Tyler Jacobson +64 U Jwari Disruption @Cliff Childs +65 C Living Tempest @Campbell White +66 U Lullmage's Domination @Zezhou Chen +67 R Maddening Cacophony @Magali Villeneuve +68 R Master of Winds @Yigit Koroglu +69 U Merfolk Falconer @Brian Valeza +70 U Merfolk Windrobber @Colin Boyer +71 C Negate @Billy Christian +72 R Nimble Trapfinder @Caio Monteiro +73 C Risen Riptide @Zezhou Chen +74 U Roost of Drakes @Bayard Wu +75 U Ruin Crab @Simon Dominic +76 M Sea Gate Restoration @Adam Paquette +77 M Sea Gate Stormcaller @Anna Steinbauer +78 C Seafloor Stalker @Cristi Balanescu +79 C Shell Shield @Wisnu Tan +80 U Silundi Vision @Randy Vargas +81 U Skyclave Plunder @YW Tang +82 C Skyclave Squid @Livia Prima +83 U Sure-Footed Infiltrator @Mathias Kollros +84 C Tazeem Roilmage @Manuel Castañón +85 R Thieving Skydiver @Kieran Yanner +86 U Umara Wizard @Jesper Ejsing +87 U Windrider Wizard @Slawomir Maniak +88 C Zulaport Duelist @Bryan Sola +89 U Acquisitions Expert @Anna Steinbauer +90 M Agadeem's Awakening @Dmitry Burmak +91 U Blackbloom Rogue @Jesper Ejsing +92 C Blood Beckoning @Cristi Balanescu +93 C Blood Price @Antonio José Manzanedo +94 U Bloodchief's Thirst @Jason Rainville +95 R Coveted Prize @Lie Setiawan +96 C Deadly Alliance @Kieran Yanner +97 U Demon's Disciple @Kieran Yanner +98 M Drana, the Last Bloodchief @Tyler Jacobson +99 C Drana's Silencer @Mads Ahm +100 C Dreadwurm @Lius Lasahido +101 C Expedition Skulker @Mathias Kollros +102 C Feed the Swarm @Andrey Kuzinskiy +103 C Ghastly Gloomhunter @Zezhou Chen +104 C Guul Draz Mucklord @Darek Zabrocki +105 C Hagra Constrictor @Simon Dominic +106 R Hagra Mauling @Victor Adame Minguez +107 C Highborn Vampire @Denman Rooke +108 R Inscription of Ruin @Zoltan Boros +109 U Lithoform Blight @Denis Nigmatullin +110 C Malakir Blood-Priest @Scott Murphy +111 U Malakir Rebirth @Marta Nael +112 C Marauding Blight-Priest @Caio Monteiro +113 U Mind Carver @Scott Murphy +114 C Mind Drain @Grzegorz Rutkowski +115 R Nighthawk Scavenger @Heonhwa Choe +116 C Nimana Skitter-Sneak @Campbell White +117 C Nimana Skydancer @Bryan Sola +118 R Nullpriest of Oblivion @Yongjae Choi +119 C Oblivion's Hunger @Izzy +120 U Pelakka Predation @Jokubas Uogintas +121 U Scion of the Swarm @Ekaterina Burmak +122 M Scourge of the Skyclaves @Chase Stone +123 U Shadow Stinger @John Thacker +124 R Shadows' Verdict @Lius Lasahido +125 R Skyclave Shade @Daarken +126 U Skyclave Shadowcat @Simon Dominic +127 R Soul Shatter @Wylie Beckert +128 C Subtle Strike @Brian Valeza +129 R Taborax, Hope's Demise @G-host Lee +130 U Thwart the Grave @Wylie Beckert +131 C Vanquish the Weak @Bayard Wu +132 U Zof Consumption @Izzy +133 C Akoum Hellhound @Jason Kang +134 U Akoum Warrior @Karl Kopinski +135 C Ardent Electromancer @Lie Setiawan +136 U Cinderclasm @Campbell White +137 C Cleansing Wildfire @Mathias Kollros +138 C Expedition Champion @Bram Sels +139 U Fireblade Charger @Lie Setiawan +140 C Fissure Wizard @Lius Lasahido +141 U Goma Fada Vanguard @Sean Sevestre +142 C Grotag Bug-Catcher @Jakub Kasper +143 U Grotag Night-Runner @Caroline Gariba +144 C Inordinate Rage @Tomasz Jedruszek +145 R Kargan Intimidator @Kieran Yanner +146 U Kazuul's Fury @Karl Kopinski +147 M Leyline Tyrant @Chase Stone +148 R Magmatic Channeler @Bryan Sola +149 C Molten Blast @Izzy +150 M Moraug, Fury of Akoum @Rudy Siswanto +151 R Nahiri's Lithoforming @Campbell White +152 C Pyroclastic Hellion @Simon Dominic +153 R Relic Robber @Slawomir Maniak +154 U Rockslide Sorcerer @Daarken +155 C Roil Eruption @Campbell White +156 R Roiling Vortex @Campbell White +157 C Scavenged Blade @Antonio José Manzanedo +158 C Scorch Rider @Andrey Kuzinskiy +159 R Shatterskull Charger @Lius Lasahido +160 U Shatterskull Minotaur @Aleksi Briclot +161 M Shatterskull Smashing @Adam Paquette +162 C Sizzling Barrage @Johann Bodin +163 U Skyclave Geopede @Filip Burburan +164 C Sneaking Guide @Dan Scott +165 U Song-Mad Treachery @Zoltan Boros +166 U Spikefield Hazard @Tomasz Jedruszek +167 C Spitfire Lagac @Antonio José Manzanedo +168 C Synchronized Spellcraft @Svetlin Velinov +169 C Teeterpeak Ambusher @Kekai Kotaki +170 U Thundering Rebuke @Campbell White +171 U Thundering Sparkmage @Billy Christian +172 C Tormenting Voice @Izzy +173 C Tuktuk Rubblefort @Nicholas Gregory +174 R Valakut Awakening @Campbell White +175 R Valakut Exploration @Jesper Ejsing +176 R Wayward Guide-Beast @Filip Burburan +177 C Adventure Awaits @Billy Christian +178 M Ancient Greenwarden @Grzegorz Rutkowski +179 M Ashaya, Soul of the Wild @Chase Stone +180 U Bala Ged Recovery @Lucas Staniec +181 C Broken Wings @Ekaterina Burmak +182 C Canopy Baloth @Filip Burburan +183 R Cragplate Baloth @Jesper Ejsing +184 C Dauntless Survivor @David Rapoza +185 C Gnarlid Colony @Izzy +186 R Inscription of Abundance @Zoltan Boros +187 U Iridescent Hornbeetle @Simon Dominic +188 C Joraga Visionary @Andrey Kuzinskiy +189 R Kazandu Mammoth @Grzegorz Rutkowski +190 C Kazandu Nectarpot @Simon Dominic +191 C Kazandu Stomper @Sam Rowan +192 U Khalni Ambush @Grzegorz Rutkowski +193 R Lotus Cobra @Sam Rowan +194 C Might of Murasa @Lie Setiawan +195 C Murasa Brute @Caio Monteiro +196 U Murasa Sproutling @Svetlin Velinov +197 C Nissa's Zendikon @Campbell White +198 R Oran-Rief Ooze @Daarken +199 C Rabid Bite @John Thacker +200 C Reclaim the Wastes @Wylie Beckert +201 U Roiling Regrowth @Jonas De Ro +202 C Scale the Heights @Cristi Balanescu +203 R Scute Swarm @Alex Konstad +204 U Skyclave Pick-Axe @Dan Scott +205 U Springmantle Cleric @Cristi Balanescu +206 C Strength of Solidarity @Svetlin Velinov +207 R Swarm Shambler @Nicholas Gregory +208 C Tajuru Blightblade @Dmitry Burmak +209 R Tajuru Paragon @Cristi Balanescu +210 C Tajuru Snarecaster @Rudy Siswanto +211 U Tangled Florahedron @Randy Vargas +212 U Taunting Arbormage @Cristi Balanescu +213 C Territorial Scythecat @Wisnu Tan +214 C Turntimber Ascetic @Nicholas Gregory +215 M Turntimber Symbiosis @Randy Vargas +216 U Vastwood Fortification @Sidharth Chaturvedi +217 U Vastwood Surge @Jason Rainville +218 U Veteran Adventurer @Jakub Kasper +219 U Vine Gecko @Uriah Voth +220 R Akiri, Fearless Voyager @Ekaterina Burmak +221 U Brushfire Elemental @Campbell White +222 U Cleric of Life's Bond @Andrey Kuzinskiy +223 R Grakmaw, Skyclave Ravager @Filip Burburan +224 U Kargan Warleader @Colin Boyer +225 R Kaza, Roil Chaser @Ekaterina Burmak +226 R Linvala, Shield of Sea Gate @Wayne Reynolds +227 U Lullmage's Familiar @Gabor Szikszai +228 U Moss-Pit Skeleton @Bryan Sola +229 U Murasa Rootgrazer @Mathias Kollros +230 M Nahiri, Heir of the Ancients @Anna Steinbauer +231 M Nissa of Shadowed Boughs @Yongjae Choi +232 M Omnath, Locus of Creation @Chris Rahn +233 R Orah, Skyclave Hierophant @Heonhwa Choe +234 R Phylath, World Sculptor @Victor Adame Minguez +235 U Ravager's Mace @Antonio José Manzanedo +236 U Soaring Thought-Thief @Lie Setiawan +237 U Spoils of Adventure @Zezhou Chen +238 U Umara Mystic @Bryan Sola +239 R Verazol, the Split Current @Daarken +240 R Yasharn, Implacable Earth @G-host Lee +241 R Zagras, Thief of Heartbeats @Anna Steinbauer +242 R Zareth San, the Trickster @Zack Stella +243 C Cliffhaven Kitesail @Caroline Gariba +244 M Forsaken Monument @Piotr Dura +245 M Lithoform Engine @Colin Boyer +246 R Myriad Construct @Chase Stone +247 U Relic Amulet @Yeong-Hao Han +248 U Relic Axe @Cristi Balanescu +249 U Relic Golem @Svetlin Velinov +250 U Relic Vial @Jason Felix +251 C Sea Gate Colossus @Daniel Ljunggren +252 R Skyclave Relic @Daniel Ljunggren +253 C Skyclave Sentinel @Joseph Meehan +254 C Spare Supplies @Jason Felix +255 C Stonework Packbeast @Dmitry Burmak +256 C Utility Knife @Craig J Spearing +257 U Base Camp @Jokubas Uogintas +258 R Branchloft Pathway @Titus Lunter +259 R Brightclimb Pathway @Johannes Voss +260 R Clearwater Pathway @Daarken +261 R Cragcrown Pathway @Andreas Rocha +262 R Crawling Barrens @Jonas De Ro +263 R Needleverge Pathway @Piotr Dura +264 R Riverglide Pathway @Kieran Yanner +265 R Throne of Makindi @Igor Kieryluk +266 L Plains @Sam Burley +267 L Plains @Adam Paquette +268 L Plains @Chris Rahn +269 L Island @Adam Paquette +270 L Island @Anna Steinbauer +271 L Island @Tianhua X +272 L Swamp @Sam Burley +273 L Swamp @Slawomir Maniak +274 L Swamp @Adam Paquette +275 L Mountain @Sam Burley +276 L Mountain @Adam Paquette +277 L Mountain @Chase Stone +278 L Forest @Sam Burley +279 L Forest @Adam Paquette +280 L Forest @Tianhua X [borderless] -281 M Jace, Mirror Mage -282 M Nahiri, Heir of the Ancients -283 M Nissa of Shadowed Boughs -284 R Branchloft Pathway -285 R Brightclimb Pathway -286 R Clearwater Pathway -287 R Cragcrown Pathway -288 R Needleverge Pathway -289 R Riverglide Pathway +281 M Jace, Mirror Mage @David Rapoza +282 M Nahiri, Heir of the Ancients @David Rapoza +283 M Nissa of Shadowed Boughs @David Rapoza +284 R Branchloft Pathway @Grady Frederick +285 R Brightclimb Pathway @Donato Giancola +286 R Clearwater Pathway @Johannes Voss +287 R Cragcrown Pathway @Sam Burley +288 R Needleverge Pathway @Noah Bradley +289 R Riverglide Pathway @Johan Grenier [showcase] -290 U Canyon Jerboa -291 U Fearless Fledgling -292 R Felidar Retreat -293 C Makindi Ox -294 C Prowling Felidar -295 U Ruin Crab -296 C Skyclave Squid -297 C Dreadwurm -298 R Skyclave Shade -299 C Akoum Hellhound -300 M Moraug, Fury of Akoum -301 U Skyclave Geopede -302 C Spitfire Lagac -303 R Valakut Exploration -304 C Canopy Baloth -305 R Kazandu Mammoth -306 C Kazandu Nectarpot -307 R Lotus Cobra -308 R Scute Swarm -309 U Skyclave Pick-Axe -310 C Territorial Scythecat -311 U Brushfire Elemental -312 M Omnath, Locus of Creation -313 R Phylath, World Sculptor +290 U Canyon Jerboa @Dominik Mayer +291 U Fearless Fledgling @Anato Finnstark +292 R Felidar Retreat @Tyler Smith +293 C Makindi Ox @Roman Kuteynikov +294 C Prowling Felidar @Tyler Smith +295 U Ruin Crab @Matteo Bassini +296 C Skyclave Squid @Tyler Smith +297 C Dreadwurm @Anato Finnstark +298 R Skyclave Shade @Dominik Mayer +299 C Akoum Hellhound @Pascal Blanché +300 M Moraug, Fury of Akoum @Dominik Mayer +301 U Skyclave Geopede @Lorenzo Lanfranconi +302 C Spitfire Lagac @Dominik Mayer +303 R Valakut Exploration @Aenami +304 C Canopy Baloth @Dominik Mayer +305 R Kazandu Mammoth @Finnian MacManus +306 C Kazandu Nectarpot @Daniel Lieske +307 R Lotus Cobra @Bastien Grivet +308 R Scute Swarm @Roman Kuteynikov +309 U Skyclave Pick-Axe @Pascal Blanché +310 C Territorial Scythecat @Pascal Blanché +311 U Brushfire Elemental @Roman Kuteynikov +312 M Omnath, Locus of Creation @Bastien Grivet & Jessica Rossier +313 R Phylath, World Sculptor @Pascal Blanché [extended art] -314 M Angel of Destiny -315 R Archon of Emeria -316 R Archpriest of Iona -317 M Emeria's Call -318 R Legion Angel -319 R Luminarch Aspirant -320 R Maul of the Skyclaves -321 R Ondu Inversion -322 R Skyclave Apparition -323 R Squad Commander -324 M Tazri, Beacon of Unity -325 R Charix, the Raging Isle -326 R Confounding Conundrum -327 R Coralhelm Chronicler -328 R Glasspool Mimic -329 R Inscription of Insight -330 R Maddening Cacophony -331 R Master of Winds -332 R Nimble Trapfinder -333 M Sea Gate Restoration -334 M Sea Gate Stormcaller -335 R Thieving Skydiver -336 M Agadeem's Awakening -337 R Coveted Prize -338 M Drana, the Last Bloodchief -339 R Hagra Mauling -340 R Inscription of Ruin -341 R Nighthawk Scavenger -342 R Nullpriest of Oblivion -343 M Scourge of the Skyclaves -344 R Shadows' Verdict -345 R Soul Shatter -346 R Taborax, Hope's Demise -347 R Kargan Intimidator -348 M Leyline Tyrant -349 R Magmatic Channeler -350 R Nahiri's Lithoforming -351 R Relic Robber -352 R Roiling Vortex -353 R Shatterskull Charger -354 M Shatterskull Smashing -355 R Valakut Awakening -356 R Wayward Guide-Beast -357 M Ancient Greenwarden -358 M Ashaya, Soul of the Wild -359 R Cragplate Baloth -360 R Inscription of Abundance -361 R Oran-Rief Ooze -362 R Swarm Shambler -363 R Tajuru Paragon -364 M Turntimber Symbiosis -365 R Akiri, Fearless Voyager -366 R Grakmaw, Skyclave Ravager -367 R Kaza, Roil Chaser -368 R Linvala, Shield of Sea Gate -369 R Orah, Skyclave Hierophant -370 R Verazol, the Split Current -371 R Yasharn, Implacable Earth -372 R Zagras, Thief of Heartbeats -373 R Zareth San, the Trickster -374 M Forsaken Monument -375 M Lithoform Engine -376 R Myriad Construct -377 R Skyclave Relic -378 R Crawling Barrens -379 R Throne of Makindi -380 L Plains -381 L Island -382 L Swamp -383 L Mountain -384 L Forest +314 M Angel of Destiny @Ryan Pancoast +315 R Archon of Emeria @Ryan Pancoast +316 R Archpriest of Iona @Denman Rooke +317 M Emeria's Call @Matt Stewart +318 R Legion Angel @PINDURSKI +319 R Luminarch Aspirant @Mads Ahm +320 R Maul of the Skyclaves @Joseph Meehan +321 R Ondu Inversion @James Paick +322 R Skyclave Apparition @Donato Giancola +323 R Squad Commander @Ekaterina Burmak +324 M Tazri, Beacon of Unity @Chris Rahn +325 R Charix, the Raging Isle @Viktor Titov +326 R Confounding Conundrum @Bryan Sola +327 R Coralhelm Chronicler @Lie Setiawan +328 R Glasspool Mimic @Johan Grenier +329 R Inscription of Insight @Zoltan Boros +330 R Maddening Cacophony @Magali Villeneuve +331 R Master of Winds @Yigit Koroglu +332 R Nimble Trapfinder @Caio Monteiro +333 M Sea Gate Restoration @Adam Paquette +334 M Sea Gate Stormcaller @Anna Steinbauer +335 R Thieving Skydiver @Kieran Yanner +336 M Agadeem's Awakening @Dmitry Burmak +337 R Coveted Prize @Lie Setiawan +338 M Drana, the Last Bloodchief @Tyler Jacobson +339 R Hagra Mauling @Victor Adame Minguez +340 R Inscription of Ruin @Zoltan Boros +341 R Nighthawk Scavenger @Heonhwa Choe +342 R Nullpriest of Oblivion @Yongjae Choi +343 M Scourge of the Skyclaves @Chase Stone +344 R Shadows' Verdict @Lius Lasahido +345 R Soul Shatter @Wylie Beckert +346 R Taborax, Hope's Demise @G-host Lee +347 R Kargan Intimidator @Kieran Yanner +348 M Leyline Tyrant @Chase Stone +349 R Magmatic Channeler @Bryan Sola +350 R Nahiri's Lithoforming @Campbell White +351 R Relic Robber @Slawomir Maniak +352 R Roiling Vortex @Campbell White +353 R Shatterskull Charger @Lius Lasahido +354 M Shatterskull Smashing @Adam Paquette +355 R Valakut Awakening @Campbell White +356 R Wayward Guide-Beast @Filip Burburan +357 M Ancient Greenwarden @Grzegorz Rutkowski +358 M Ashaya, Soul of the Wild @Chase Stone +359 R Cragplate Baloth @Jesper Ejsing +360 R Inscription of Abundance @Zoltan Boros +361 R Oran-Rief Ooze @Daarken +362 R Swarm Shambler @Nicholas Gregory +363 R Tajuru Paragon @Cristi Balanescu +364 M Turntimber Symbiosis @Randy Vargas +365 R Akiri, Fearless Voyager @Ekaterina Burmak +366 R Grakmaw, Skyclave Ravager @Filip Burburan +367 R Kaza, Roil Chaser @Ekaterina Burmak +368 R Linvala, Shield of Sea Gate @Wayne Reynolds +369 R Orah, Skyclave Hierophant @Heonhwa Choe +370 R Verazol, the Split Current @Daarken +371 R Yasharn, Implacable Earth @G-host Lee +372 R Zagras, Thief of Heartbeats @Anna Steinbauer +373 R Zareth San, the Trickster @Zack Stella +374 M Forsaken Monument @Piotr Dura +375 M Lithoform Engine @Colin Boyer +376 R Myriad Construct @Chase Stone +377 R Skyclave Relic @Daniel Ljunggren +378 R Crawling Barrens @Jonas De Ro +379 R Throne of Makindi @Igor Kieryluk +380 L Plains @Adam Paquette +381 L Island @Tianhua X +382 L Swamp @Adam Paquette +383 L Mountain @Sam Burley +384 L Forest @Adam Paquette [buy a box] -385 R Orah, Skyclave Hierophant +385 R Orah, Skyclave Hierophant @Anna Steinbauer [promo] -386 R Charix, the Raging Isle -387 C Into the Roil -388 U Bloodchief's Thirst -389 C Roil Eruption -390 U Roiling Regrowth -391 U Kargan Warleader +386 R Charix, the Raging Isle @Kekai Kotaki +387 C Into the Roil @Campbell White +388 U Bloodchief's Thirst @Jason Rainville +389 C Roil Eruption @Campbell White +390 U Roiling Regrowth @Jonas De Ro +391 U Kargan Warleader @Colin Boyer [ModalDoubleFaceCards] 1 Agadeem's Awakening|ZNR diff --git a/forge-gui/res/editions/Zendikar.txt b/forge-gui/res/editions/Zendikar.txt index 463a39f7282..287160b78b8 100644 --- a/forge-gui/res/editions/Zendikar.txt +++ b/forge-gui/res/editions/Zendikar.txt @@ -12,275 +12,275 @@ FatPackExtraSlots=40 BasicLands ScryfallCode=ZEN [cards] -40 U AEther Figment -195 C Adventuring Gear -210 U Akoum Refuge -41 R Archive Trap -42 R Archmage Ascension -211 R Arid Mesa -1 R Armament Master -2 U Arrow Volley Trap -79 R Bala Ged Thief -156 U Baloth Cage Trap -157 U Baloth Woodcrasher -158 C Beast Hunt -159 R Beastmaster Ascension -196 R Blade of the Bloodchief -118 C Bladetusk Boar -197 U Blazing Torch -80 C Blood Seeker -81 R Blood Tribute -82 R Bloodchief Ascension -83 R Bloodghast -84 C Bog Tatters -3 C Bold Defense -4 U Brave the Elements -119 C Burst Lightning -43 C Caller of Gales -44 C Cancel -5 C Caravan Hurda -198 U Carnage Altar -6 R Celestial Mantle -120 M Chandra Ablaze -7 C Cliff Threader -160 U Cobra Trap -8 R Conqueror's Pledge -45 R Cosi's Trickster -85 C Crypt Ripper -212 R Crypt of Agadeem -9 R Day of Judgment -121 C Demolish -86 C Desecrated Earth -10 R Devout Lightcaster -87 C Disfigure -199 M Eldrazi Monument -122 R Electropotence -123 R Elemental Appeal -11 R Emeria Angel -213 R Emeria, the Sky Ruin -200 M Eternity Vessel -201 C Expedition Map -202 C Explorer's Scope -88 U Feast of Blood -12 M Felidar Sovereign -247 L Forest -247 L Forest -247 L Forest -247 L Forest -247 L Forest -247 L Forest -247 L Forest -247 L Forest -161 U Frontier Guide -89 U Gatekeeper of Malakir -124 U Geyser Glider -90 C Giant Scorpion -162 R Gigantiform -125 C Goblin Bushwhacker -126 R Goblin Guide -127 U Goblin Ruinblaster -128 C Goblin Shortcutter -129 C Goblin War Paint -46 U Gomazoa -203 R Grappling Hook -214 U Graypelt Refuge -163 C Grazing Gladehart -164 U Greenweaver Druid -91 C Grim Discovery -92 R Guul Draz Specter -93 C Guul Draz Vampire -94 C Hagra Crocodile -95 U Hagra Diabolist -96 R Halo Hunter -165 C Harrow -97 C Heartstabber Mosquito -47 U Hedron Crab -204 C Hedron Scrabbler -130 U Hellfire Mongrel -131 R Hellkite Charger -98 C Hideous End -132 C Highland Berserker -133 U Inferno Trap -48 C Into the Roil -13 M Iona, Shield of Emeria -49 C Ior Ruin Expedition -234 L Island -234 L Island -234 L Island -234 L Island -234 L Island -234 L Island -234 L Island -234 L Island -166 C Joraga Bard -14 C Journey to Nowhere -215 U Jwar Isle Refuge -216 C Kabira Crossroads -15 R Kabira Evangel -99 M Kalitas, Bloodchief of Ghet -16 U Kazandu Blademaster -217 U Kazandu Refuge -134 R Kazuul Warlord -205 U Khalni Gem -167 C Khalni Heart Expedition -17 U Kor Aeronaut -18 C Kor Cartographer -19 U Kor Duelist -20 C Kor Hookmaster -21 C Kor Outfitter -22 C Kor Sanctifiers -23 C Kor Skyfisher -50 C Kraken Hatchling -24 U Landbind Ritual -135 R Lavaball Trap -51 C Lethargy Trap -52 U Living Tsunami -53 M Lorthos, the Tidemaker -168 M Lotus Cobra -54 R Lullmage Mentor -25 R Luminarch Ascension -136 C Magma Rift -218 R Magosi, the Waterveil -26 C Makindi Shieldmate -100 R Malakir Bloodwitch -137 U Mark of Mutiny -101 U Marsh Casualties -219 R Marsh Flats -55 U Merfolk Seastalkers -56 U Merfolk Wayfinder -102 U Mind Sludge -57 M Mindbreak Trap -103 C Mindless Null -104 C Mire Blight -220 R Misty Rainforest -169 C Mold Shambler -138 C Molten Ravager -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -243 L Mountain -139 U Murasa Pyromancer -27 C Narrow Escape -105 U Needlebite Trap -106 C Nimana Sell-Sword -28 C Nimbus Wings -170 M Nissa Revane -171 C Nissa's Chosen -29 C Noble Vestige -107 M Ob Nixilis, the Fallen -140 M Obsidian Fireheart -30 C Ondu Cleric -172 R Oracle of Mul Daya -173 C Oran-Rief Recluse -174 C Oran-Rief Survivalist -221 R Oran-Rief, the Vastwood -58 C Paralyzing Grasp -31 C Pillarfield Ox -222 C Piranha Marsh -32 U Pitfall Trap -231 L Plains -231 L Plains -231 L Plains -231 L Plains -231 L Plains -231 L Plains -231 L Plains -231 L Plains -141 C Plated Geopede -175 R Predatory Urge -176 U Primal Bellow -142 U Punishing Fire -143 R Pyromancer Ascension -59 U Quest for Ancient Secrets -144 U Quest for Pure Flame -177 U Quest for the Gemblades -108 U Quest for the Gravelord -33 U Quest for the Holy Relic -178 M Rampaging Baloths -109 U Ravenous Trap -60 C Reckless Scholar -179 C Relic Crush -61 R Rite of Replication -180 U River Boa -62 R Roil Elemental -145 C Ruinous Minotaur -146 U Runeflare Trap -110 R Sadistic Sacrament -181 C Savage Silhouette -223 R Scalding Tarn -182 R Scute Mob -183 C Scythe Tiger -63 R Sea Gate Loremaster -64 U Seascape Aerialist -147 C Seismic Shudder -224 U Sejiri Refuge -148 C Shatterskull Giant -34 U Shepherd of the Lost -35 C Shieldmate's Blessing -65 C Shoal Serpent -66 C Sky Ruin Drake -149 C Slaughter Cry -225 C Soaring Seacliff -111 M Sorin Markov -112 C Soul Stair Expedition -67 C Spell Pierce -68 R Sphinx of Jwar Isle -69 R Sphinx of Lost Truths -206 C Spidersilk Net -150 C Spire Barrage -70 C Spreading Seas -36 C Steppe Lynx -207 C Stonework Puma -71 U Summoner's Bane -184 R Summoning Trap -37 C Sunspring Expedition -113 C Surrakar Marauder -238 L Swamp -238 L Swamp -238 L Swamp -238 L Swamp -238 L Swamp -238 L Swamp -238 L Swamp -238 L Swamp -185 U Tajuru Archer -186 C Tanglesap -226 C Teetering Peaks -72 C Tempest Owl -187 R Terra Stomper -188 C Territorial Baloth -189 C Timbermaw Larva -151 C Torch Slinger -208 U Trailblazer's Boots -73 C Trapfinder's Trick -74 U Trapmaker's Snare -209 U Trusty Machete -152 C Tuktuk Grunts -190 U Turntimber Basilisk -227 C Turntimber Grove -191 R Turntimber Ranger -75 C Umara Raptor -153 U Unstable Footing -228 R Valakut, the Molten Pinnacle -114 U Vampire Hexmage -115 C Vampire Lacerator -116 U Vampire Nighthawk -117 C Vampire's Bite -192 C Vastwood Gorger -229 R Verdant Catacombs -193 C Vines of Vastwood -154 M Warren Instigator -76 C Welkin Tern -77 C Whiplash Trap -38 U Windborne Charge -78 C Windrider Eel -39 R World Queller -155 C Zektar Shrine Expedition -194 C Zendikar Farguide +40 U Aether Figment @Thomas M. Baxa +195 C Adventuring Gear @Howard Lyon +210 U Akoum Refuge @Fred Fields +41 R Archive Trap @Jason Felix +42 R Archmage Ascension @Christopher Moeller +211 R Arid Mesa @Raymond Swanland +1 R Armament Master @Steven Belledin +2 U Arrow Volley Trap @Steve Argyle +79 R Bala Ged Thief @Matt Cavotta +156 U Baloth Cage Trap @Austin Hsu +157 U Baloth Woodcrasher @Zoltan Boros & Gabor Szikszai +158 C Beast Hunt @Kieran Yanner +159 R Beastmaster Ascension @Alex Horley-Orlandelli +196 R Blade of the Bloodchief @Jung Park +118 C Bladetusk Boar @Paul Bonner +197 U Blazing Torch @Vance Kovacs +80 C Blood Seeker @Greg Staples +81 R Blood Tribute @Alex Horley-Orlandelli +82 R Bloodchief Ascension @Adi Granov +83 R Bloodghast @Daarken +84 C Bog Tatters @Daarken +3 C Bold Defense @Scott Chou +4 U Brave the Elements @Goran Josic +119 C Burst Lightning @Vance Kovacs +43 C Caller of Gales @Alex Horley-Orlandelli +44 C Cancel @Scott Chou +5 C Caravan Hurda @Dave Kendall +198 U Carnage Altar @James Paick +6 R Celestial Mantle @Steve Argyle +120 M Chandra Ablaze @Steve Argyle +7 C Cliff Threader @Paul Bonner +160 U Cobra Trap @Scott Chou +8 R Conqueror's Pledge @Kev Walker +45 R Cosi's Trickster @Igor Kieryluk +85 C Crypt Ripper @Dave Kendall +212 R Crypt of Agadeem @Jason Felix +9 R Day of Judgment @Vincent Proce +121 C Demolish @John Avon +86 C Desecrated Earth @Daarken +10 R Devout Lightcaster @Shelly Wan +87 C Disfigure @Justin Sweet +199 M Eldrazi Monument @Mark Tedin +122 R Electropotence @Christopher Moeller +123 R Elemental Appeal @Anthony Francisco +11 R Emeria Angel @Jim Murray +213 R Emeria, the Sky Ruin @Jaime Jones +200 M Eternity Vessel @John Avon +201 C Expedition Map @Franz Vohwinkel +202 C Explorer's Scope @Vincent Proce +88 U Feast of Blood @Jason Felix +12 M Felidar Sovereign @Zoltan Boros & Gabor Szikszai +246 L Forest @John Avon +246a L Forest @John Avon +247 L Forest @Jung Park +247a L Forest @Jung Park +248 L Forest @Véronique Meignaud +248a L Forest @Véronique Meignaud +249 L Forest @Vincent Proce +249a L Forest @Vincent Proce +161 U Frontier Guide @Wayne Reynolds +89 U Gatekeeper of Malakir @Karl Kopinski +124 U Geyser Glider @Warren Mahy +90 C Giant Scorpion @Raymond Swanland +162 R Gigantiform @Justin Sweet +125 C Goblin Bushwhacker @Mark Tedin +126 R Goblin Guide @Warren Mahy +127 U Goblin Ruinblaster @Matt Cavotta +128 C Goblin Shortcutter @Jesper Ejsing +129 C Goblin War Paint @Austin Hsu +46 U Gomazoa @Chippy +203 R Grappling Hook @Philip Straub +214 U Graypelt Refuge @Philip Straub +163 C Grazing Gladehart @Ryan Pancoast +164 U Greenweaver Druid @Justin Sweet +91 C Grim Discovery @Christopher Moeller +92 R Guul Draz Specter @Mark Tedin +93 C Guul Draz Vampire @Steve Argyle +94 C Hagra Crocodile @Daren Bader +95 U Hagra Diabolist @Karl Kopinski +96 R Halo Hunter @Chris Rahn +165 C Harrow @Izzy +97 C Heartstabber Mosquito @Jason Felix +47 U Hedron Crab @Jesper Ejsing +204 C Hedron Scrabbler @Jason Felix +130 U Hellfire Mongrel @Dan Scott +131 R Hellkite Charger @Jaime Jones +98 C Hideous End @Zoltan Boros & Gabor Szikszai +132 C Highland Berserker @Chris Rahn +133 U Inferno Trap @Philip Straub +48 C Into the Roil @Kieran Yanner +13 M Iona, Shield of Emeria @Jason Chan +49 C Ior Ruin Expedition @Chris Rahn +234 L Island @John Avon +234a L Island @John Avon +235 L Island @Jung Park +235a L Island @Jung Park +236 L Island @Véronique Meignaud +236a L Island @Véronique Meignaud +237 L Island @Vincent Proce +237a L Island @Vincent Proce +166 C Joraga Bard @Volkan Baǵa +14 C Journey to Nowhere @Warren Mahy +215 U Jwar Isle Refuge @Cyril Van Der Haegen +216 C Kabira Crossroads @James Paick +15 R Kabira Evangel @Eric Deschamps +99 M Kalitas, Bloodchief of Ghet @Todd Lockwood +16 U Kazandu Blademaster @Michael Komarck +217 U Kazandu Refuge @Franz Vohwinkel +134 R Kazuul Warlord @Kev Walker +205 U Khalni Gem @Franz Vohwinkel +167 C Khalni Heart Expedition @Jason Chan +17 U Kor Aeronaut @Karl Kopinski +18 C Kor Cartographer @Ryan Pancoast +19 U Kor Duelist @Izzy +20 C Kor Hookmaster @Wayne Reynolds +21 C Kor Outfitter @Kieran Yanner +22 C Kor Sanctifiers @Dan Scott +23 C Kor Skyfisher @Dan Scott +50 C Kraken Hatchling @Jason Felix +24 U Landbind Ritual @Steve Prescott +135 R Lavaball Trap @Zoltan Boros & Gabor Szikszai +51 C Lethargy Trap @Anthony Francisco +52 U Living Tsunami @Matt Cavotta +53 M Lorthos, the Tidemaker @Kekai Kotaki +168 M Lotus Cobra @Chippy +54 R Lullmage Mentor @Jaime Jones +25 R Luminarch Ascension @Michael Komarck +136 C Magma Rift @Jung Park +218 R Magosi, the Waterveil @Eric Deschamps +26 C Makindi Shieldmate @Howard Lyon +100 R Malakir Bloodwitch @Shelly Wan +137 U Mark of Mutiny @Mike Bierek +101 U Marsh Casualties @Scott Chou +219 R Marsh Flats @Izzy +55 U Merfolk Seastalkers @Eric Deschamps +56 U Merfolk Wayfinder @Christopher Moeller +102 U Mind Sludge @Howard Lyon +57 M Mindbreak Trap @Christopher Moeller +103 C Mindless Null @Karl Kopinski +104 C Mire Blight @Dave Kendall +220 R Misty Rainforest @Shelly Wan +169 C Mold Shambler @Karl Kopinski +138 C Molten Ravager @Dave Kendall +242 L Mountain @John Avon +242a L Mountain @John Avon +243 L Mountain @Jung Park +243a L Mountain @Jung Park +244 L Mountain @Véronique Meignaud +244a L Mountain @Véronique Meignaud +245 L Mountain @Vincent Proce +245a L Mountain @Vincent Proce +139 U Murasa Pyromancer @Kekai Kotaki +27 C Narrow Escape @Karl Kopinski +105 U Needlebite Trap @Daarken +106 C Nimana Sell-Sword @Daarken +28 C Nimbus Wings @Chris Rahn +170 M Nissa Revane @Jaime Jones +171 C Nissa's Chosen @Jaime Jones +29 C Noble Vestige @Jason Chan +107 M Ob Nixilis, the Fallen @Jason Felix +140 M Obsidian Fireheart @Raymond Swanland +30 C Ondu Cleric @Jim Murray +172 R Oracle of Mul Daya @Vance Kovacs +173 C Oran-Rief Recluse @Lars Grant-West +174 C Oran-Rief Survivalist @Kev Walker +221 R Oran-Rief, the Vastwood @Mike Bierek +58 C Paralyzing Grasp @Izzy +31 C Pillarfield Ox @Andrew Robinson +222 C Piranha Marsh @Nic Klein +32 U Pitfall Trap @Franz Vohwinkel +230 L Plains @John Avon +230a L Plains @John Avon +231 L Plains @Jung Park +231a L Plains @Jung Park +232 L Plains @Véronique Meignaud +232a L Plains @Véronique Meignaud +233 L Plains @Vincent Proce +233a L Plains @Vincent Proce +141 C Plated Geopede @Eric Deschamps +175 R Predatory Urge @Scott Chou +176 U Primal Bellow @Daren Bader +142 U Punishing Fire @Christopher Moeller +143 R Pyromancer Ascension @Kev Walker +59 U Quest for Ancient Secrets @Mike Bierek +144 U Quest for Pure Flame @Cyril Van Der Haegen +177 U Quest for the Gemblades @Karl Kopinski +108 U Quest for the Gravelord @Chris Rahn +33 U Quest for the Holy Relic @Greg Staples +178 M Rampaging Baloths @Steve Prescott +109 U Ravenous Trap @Cyril Van Der Haegen +60 C Reckless Scholar @Steve Prescott +179 C Relic Crush @Steven Belledin +61 R Rite of Replication @Matt Cavotta +180 U River Boa @Paul Bonner +62 R Roil Elemental @Raymond Swanland +145 C Ruinous Minotaur @Raymond Swanland +146 U Runeflare Trap @Franz Vohwinkel +110 R Sadistic Sacrament @Dan Scott +181 C Savage Silhouette @Dave Kendall +223 R Scalding Tarn @Philip Straub +182 R Scute Mob @Zoltan Boros & Gabor Szikszai +183 C Scythe Tiger @Michael Komarck +63 R Sea Gate Loremaster @Dave Kendall +64 U Seascape Aerialist @Andrew Robinson +147 C Seismic Shudder @Vincent Proce +224 U Sejiri Refuge @Ryan Pancoast +148 C Shatterskull Giant @Kekai Kotaki +34 U Shepherd of the Lost @Kekai Kotaki +35 C Shieldmate's Blessing @Mike Bierek +65 C Shoal Serpent @Trevor Claxton +66 C Sky Ruin Drake @Izzy +149 C Slaughter Cry @Matt Cavotta +225 C Soaring Seacliff @Izzy +111 M Sorin Markov @Michael Komarck +112 C Soul Stair Expedition @Anthony Francisco +67 C Spell Pierce @Vance Kovacs +68 R Sphinx of Jwar Isle @Justin Sweet +69 R Sphinx of Lost Truths @Shelly Wan +206 C Spidersilk Net @Zoltan Boros & Gabor Szikszai +150 C Spire Barrage @Ryan Pancoast +70 C Spreading Seas @Jung Park +36 C Steppe Lynx @Nic Klein +207 C Stonework Puma @Christopher Moeller +71 U Summoner's Bane @Cyril Van Der Haegen +184 R Summoning Trap @Kieran Yanner +37 C Sunspring Expedition @Chris J. Anderson +113 C Surrakar Marauder @Kev Walker +238 L Swamp @John Avon +238a L Swamp @John Avon +239 L Swamp @Jung Park +239a L Swamp @Jung Park +240 L Swamp @Véronique Meignaud +240a L Swamp @Véronique Meignaud +241 L Swamp @Vincent Proce +241a L Swamp @Vincent Proce +185 U Tajuru Archer @Chris Rahn +186 C Tanglesap @Trevor Claxton +226 C Teetering Peaks @Fred Fields +72 C Tempest Owl @Dan Scott +187 R Terra Stomper @Goran Josic +188 C Territorial Baloth @Jesper Ejsing +189 C Timbermaw Larva @Matt Cavotta +151 C Torch Slinger @Andrew Robinson +208 U Trailblazer's Boots @Zoltan Boros & Gabor Szikszai +73 C Trapfinder's Trick @Philip Straub +74 U Trapmaker's Snare @Daarken +209 U Trusty Machete @Raymond Swanland +152 C Tuktuk Grunts @Mike Bierek +190 U Turntimber Basilisk @Goran Josic +227 C Turntimber Grove @Rob Alexander +191 R Turntimber Ranger @Wayne Reynolds +75 C Umara Raptor @Sam Wood +153 U Unstable Footing @Nic Klein +228 R Valakut, the Molten Pinnacle @Kieran Yanner +114 U Vampire Hexmage @Eric Deschamps +115 C Vampire Lacerator @Steve Argyle +116 U Vampire Nighthawk @Jason Chan +117 C Vampire's Bite @Christopher Moeller +192 C Vastwood Gorger @Kieran Yanner +229 R Verdant Catacombs @Vance Kovacs +193 C Vines of Vastwood @Christopher Moeller +154 M Warren Instigator @Andrew Robinson +76 C Welkin Tern @Austin Hsu +77 C Whiplash Trap @Zoltan Boros & Gabor Szikszai +38 U Windborne Charge @Ryan Pancoast +78 C Windrider Eel @Austin Hsu +39 R World Queller @James Paick +155 C Zektar Shrine Expedition @Justin Sweet +194 C Zendikar Farguide @Vincent Proce [tokens] w_4_4_angel_flying diff --git a/forge-gui/res/languages/de-DE.properties b/forge-gui/res/languages/de-DE.properties index 66da96b0f80..438cc758c62 100644 --- a/forge-gui/res/languages/de-DE.properties +++ b/forge-gui/res/languages/de-DE.properties @@ -110,6 +110,7 @@ cbUseSentry=Sende automatisch Fehlerberichte cbpGameLogEntryType=Spielberichtsumfang cbpCloseAction=Beenden cbpDefaultFontSize=Standard Schriftgröße +cbpCardArtFormat=Card Art Format cbpAiProfiles=KI Persönlichkeit cbpStackAdditions=Nachricht bei Stapeländerung cbpDisplayCurrentCardColors=Zeige detaillierte Kartenfarben @@ -168,6 +169,7 @@ nlLoadCardsLazily=Wenn aktiviert, lädt Forge Kartenskripte erst wenn sie benöt nlLoadHistoricFormats=Wenn aktiviert, lädt Forge auch ältere Spielformate. Verlängert den Programmstart. GraphicOptions=Grafik Optionen nlDefaultFontSize=Die Standardschriftgröße. Alle Schriftelemente werden relative zu dieser angepaßt. (Erfordert Neustart) +nlCardArtFormat=The format of card art images. (Full: image of entire card. Crop: only the art part) cbpMulliganRule=Mulligan Regel nlImageFetcher=Ermöglicht bei bestehender Onlineverbindung das automatisches Nachladen fehlender Kartenbilder. nlDisplayFoil=Zeige FOIL-Karten mit einem optischen FOIL-Effekt. diff --git a/forge-gui/res/languages/en-US.properties b/forge-gui/res/languages/en-US.properties index 39fb3af5623..921aab93dab 100644 --- a/forge-gui/res/languages/en-US.properties +++ b/forge-gui/res/languages/en-US.properties @@ -110,6 +110,7 @@ cbUseSentry=Automatically submit bug reports. cbpGameLogEntryType=Game Log Verbosity cbpCloseAction=Close Action cbpDefaultFontSize=Default Font Size +cbpCardArtFormat=Card Art Format cbpAiProfiles=AI Personality cbpStackAdditions=Stack effect notifications cbpDisplayCurrentCardColors=Show Detailed Card Color @@ -168,6 +169,7 @@ nlLoadCardsLazily=If turned on, Forge will load card scripts as they''re needed nlLoadHistoricFormats=If turned on, Forge will load all historic format definitions, this may take slightly longer to load at startup. GraphicOptions=Graphic Options nlDefaultFontSize=The default font size within the UI. All font elements are scaled relative to this. (Needs restart) +nlCardArtFormat=The format of card art images. (Full: image of entire card. Crop: only the art part) cbpMulliganRule = Mulligan Rule nlImageFetcher=Enables live fetching of missing card images from an online resource. nlDisplayFoil=Displays foil cards with the visual foil overlay effect. diff --git a/forge-gui/res/languages/es-ES.properties b/forge-gui/res/languages/es-ES.properties index aab1873c2af..c32a5469bc3 100644 --- a/forge-gui/res/languages/es-ES.properties +++ b/forge-gui/res/languages/es-ES.properties @@ -110,6 +110,7 @@ cbUseSentry=Enviar automáticamente informes de errores. cbpGameLogEntryType=Registro del juego cbpCloseAction=Acción al cerrar cbpDefaultFontSize=Tamaño de fuente predeterminado +cbpCardArtFormat=Card Art Format cbpAiProfiles=Personalidad de la IA cbpStackAdditions=Efecto de la pila de notificaciones cbpDisplayCurrentCardColors=Mostrar color de la carta @@ -168,6 +169,7 @@ nlLoadCardsLazily=Si está activado, Forge cargará los scripts de las cartas se nlLoadHistoricFormats=Si está activado, Forge cargará todas los formatos históricos, esto puede demorar un poco más en cargarse en el inicio. GraphicOptions=Opciones gráficas nlDefaultFontSize=El tamaño de fuente predeterminado dentro de la interfaz de usuario. Todos los elementos de fuente se escalan en relación a esto. (Necesita reinicio) +nlCardArtFormat=The format of card art images. (Full: image of entire card. Crop: only the art part) cbpMulliganRule=Regla de mulligan nlImageFetcher=Permite la descarga al vuelo de las imágenes de cartas que falten. nlDisplayFoil=Mostrar las cartas foil con un capa sobre la carta que da efecto foil diff --git a/forge-gui/res/languages/it-IT.properties b/forge-gui/res/languages/it-IT.properties index 7a284519580..78b46507810 100644 --- a/forge-gui/res/languages/it-IT.properties +++ b/forge-gui/res/languages/it-IT.properties @@ -110,6 +110,7 @@ cbUseSentry=Invia automaticamente segnalazioni di bug. cbpGameLogEntryType=Verbosità del registro di gioco cbpCloseAction=Chiudi cbpDefaultFontSize=Dimensione carattere predefinita +cbpCardArtFormat=Card Art Format cbpAiProfiles=Personalità dell''IA cbpStackAdditions=Notifiche degli effetti in pila cbpDisplayCurrentCardColors=Mostra colore scheda dettagliato @@ -168,6 +169,7 @@ nlLoadCardsLazily=Se attivato, Forge caricherà gli script delle carte quando so nlLoadHistoricFormats=Se attivato, Forge caricherà tutte le definizioni dei formati storici, il caricamento potrebbe richiedere un po'' più di tempo all''avvio. GraphicOptions=Opzioni grafiche nlDefaultFontSize=La dimensione predefinita dei caratteri nell''interfaccia utente. Tutti i caratteri sono ridimensionati rispetto a questo valore. (Richiede riavvio) +nlCardArtFormat=The format of card art images. (Full: image of entire card. Crop: only the art part) cbpMulliganRule=Tipo di Mulligan nlImageFetcher=Consente il recupero in tempo reale delle immagini mancanti da una risorsa online. nlDisplayFoil=Visualizza le carte foil con l''effetto di sovrapposizione foil visivo. diff --git a/forge-gui/res/languages/ja-JP.properties b/forge-gui/res/languages/ja-JP.properties index ac1c0c73ce2..eabeb9ec360 100644 --- a/forge-gui/res/languages/ja-JP.properties +++ b/forge-gui/res/languages/ja-JP.properties @@ -110,6 +110,7 @@ cbUseSentry=バグレポートを自動的に送信します。 cbpGameLogEntryType=ゲームログの詳細レベル cbpCloseAction=閉じる時の動作 cbpDefaultFontSize=デフォルトのフォントサイズ +cbpCardArtFormat=カードのアートフォーマット cbpAiProfiles=AI の性格 cbpStackAdditions=スタック効果通知 cbpDisplayCurrentCardColors=詳細なカードの色を表示 @@ -168,6 +169,7 @@ nlLoadCardsLazily=オンにすると、Forge は起動時にではなく、必 nlLoadHistoricFormats=オンにすると、Forge はすべての歴史フォーマット定義をロードします。これは、起動時にロードするのに少し時間がかかる場合があります。 GraphicOptions=グラフィックオプション nlDefaultFontSize=UI 内のデフォルトのフォントサイズ。 すべてのフォント要素はこれに比例して拡大縮小されます。 (再起動が必要) +nlCardArtFormat=カード描画時使うアートのフォーマット(Full: カード全体の画像を使う。Crop: カードのアートの部分の画像だけを使う。) cbpMulliganRule =マリガンルール nlImageFetcher=オンラインサーバーから欠落しているカード画像の動的にフェッチを有効にします。 nlDisplayFoil=視覚的フォイルオーバーレイ効果のあるフォイルカードを表示します。 diff --git a/forge-gui/res/languages/zh-CN.properties b/forge-gui/res/languages/zh-CN.properties index 93355b94298..8fdc2c5f4f4 100644 --- a/forge-gui/res/languages/zh-CN.properties +++ b/forge-gui/res/languages/zh-CN.properties @@ -110,6 +110,7 @@ cbUseSentry=自动提交错误报告 cbpGameLogEntryType=游戏日志详细程度 cbpCloseAction=关闭动作 cbpDefaultFontSize=默认字体大小 +cbpCardArtFormat=Card Art Format cbpAiProfiles=AI强度 cbpStackAdditions=堆叠效应通知 cbpDisplayCurrentCardColors=显示卡牌颜色详情 @@ -168,6 +169,7 @@ nlLoadCardsLazily=如果打开该选项Forge将在使用到卡牌脚本时才加 nlLoadHistoricFormats=如果打开,Forge将加载旧赛制,这个能会导致游戏载入时间变长。 GraphicOptions=图形选项 nlDefaultFontSize=UI中字体的默认大小。所有字体元素都相对于此缩放。(需要重启) +nlCardArtFormat=The format of card art images. (Full: image of entire card. Crop: only the art part) cbpMulliganRule = 调度规则 nlImageFetcher=允许从在线资源中实时获取缺失的图片 nlDisplayFoil=显示闪卡 diff --git a/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java b/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java index 5b0c426c52e..79f96580407 100644 --- a/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java +++ b/forge-gui/src/main/java/forge/localinstance/properties/ForgePreferences.java @@ -159,6 +159,7 @@ public class ForgePreferences extends PreferencesStore { UI_AUTO_CACHE_SIZE("false"), UI_ALLOW_ORDER_GRAVEYARD_WHEN_NEEDED ("Never"), UI_DEFAULT_FONT_SIZE("12"), + UI_CARD_ART_FORMAT("Full"), UI_SELECT_FROM_CARD_DISPLAYS("true"), UI_FOR_TOUCHSCREN("false"), UI_SWITCH_STATES_DECKVIEW("Always"), diff --git a/forge-gui/src/main/java/forge/util/ImageFetcher.java b/forge-gui/src/main/java/forge/util/ImageFetcher.java index 41ad305259d..4d9798501af 100644 --- a/forge-gui/src/main/java/forge/util/ImageFetcher.java +++ b/forge-gui/src/main/java/forge/util/ImageFetcher.java @@ -39,7 +39,7 @@ public abstract class ImageFetcher { private HashMap> currentFetches = new HashMap<>(); private HashMap tokenImages; - private String getScryfallDownloadURL(PaperCard c, boolean backFace){ + private String getScryfallDownloadURL(PaperCard c, boolean backFace, boolean useArtCrop){ StaticData data = StaticData.instance(); CardEdition edition = data.getEditions().get(c.getEdition()); if (edition == null) // edition does not exist - some error occurred with card data @@ -48,7 +48,7 @@ public abstract class ImageFetcher { String setCode = edition.getScryfallCode(); String langCode = edition.getCardsLangCode(); return ForgeConstants.URL_PIC_SCRYFALL_DOWNLOAD + - ImageUtil.getScryfallDownloadUrl(c, backFace, setCode, langCode); + ImageUtil.getScryfallDownloadUrl(c, backFace, setCode, langCode, useArtCrop); } public void fetchImage(final String imageKey, final Callback callback) { @@ -64,6 +64,7 @@ public abstract class ImageFetcher { if (imageKey.length() < 2) return; + boolean useArtCrop = "Crop".equals(FModel.getPreferences().getPref(ForgePreferences.FPref.UI_CARD_ART_FORMAT)); final String prefix = imageKey.substring(0, 2); final ArrayList downloadUrls = new ArrayList<>(); File destFile = null; @@ -73,17 +74,28 @@ public abstract class ImageFetcher { System.err.println("Paper card not found for: " + imageKey); return; } + // Skip fetching if artist info is not available for art crop + if (useArtCrop && paperCard.getArtist().isEmpty()) + return; + final boolean backFace = imageKey.endsWith(ImageKeys.BACKFACE_POSTFIX); - final String filename = ImageUtil.getImageKey(paperCard, backFace, true); + String filename = ImageUtil.getImageKey(paperCard, backFace, true); + if (useArtCrop) { + filename = TextUtil.fastReplace(filename, ".full", ".artcrop"); + } destFile = new File(ForgeConstants.CACHE_CARD_PICS_DIR, filename + ".jpg"); - //move priority of ftp image here - StringBuilder setDownload = new StringBuilder(ForgeConstants.URL_PIC_DOWNLOAD); - setDownload.append(ImageUtil.getDownloadUrl(paperCard, backFace)); - downloadUrls.add(setDownload.toString()); + //skip ftp if using art crop + if (!useArtCrop) { + //move priority of ftp image here + StringBuilder setDownload = new StringBuilder(ForgeConstants.URL_PIC_DOWNLOAD); + setDownload.append(ImageUtil.getDownloadUrl(paperCard, backFace)); + downloadUrls.add(setDownload.toString()); + } + final String cardCollectorNumber = paperCard.getCollectorNumber(); if (!cardCollectorNumber.equals(IPaperCard.NO_COLLECTOR_NUMBER)){ - final String scryfallURL = this.getScryfallDownloadURL(paperCard, backFace); + final String scryfallURL = this.getScryfallDownloadURL(paperCard, backFace, useArtCrop); if (scryfallURL != null) downloadUrls.add(scryfallURL); } From f824c33a85d2d7f8c305737175f3c1d6b6e4af4d Mon Sep 17 00:00:00 2001 From: Lyu Zong-Hong Date: Mon, 2 Aug 2021 18:51:27 +0900 Subject: [PATCH 03/28] Minor fix of size calculation for rendering split cards --- .../main/java/forge/toolbox/imaging/FCardImageRenderer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java b/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java index e4fee633496..1eeb8079c14 100644 --- a/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java +++ b/forge-gui-desktop/src/main/java/forge/toolbox/imaging/FCardImageRenderer.java @@ -212,7 +212,7 @@ public class FCardImageRenderer { rightArt = art.getSubimage(leftWidth, 0, art.getWidth() - leftWidth, art.getHeight()); } int halfHeight = Math.round(370 * ratio); - int halfWidth = Math.round((halfHeight - 10) * ratio); + int halfWidth = Math.round(360 * ratio); CARD_ART_RATIO = 2.719f; updateAreaSizes(ratio, ratio); drawCardStateImage(g, leftState, leftText, width, halfHeight, leftArt); @@ -228,7 +228,7 @@ public class FCardImageRenderer { rightArt = art.getSubimage(art.getWidth() / 2, 0, art.getWidth() / 2, art.getHeight()); } CARD_ART_RATIO = 1.443f; - updateAreaSizes(ratio, (float)height / 2f / (float)width); + updateAreaSizes(ratio, ((float)height / 2f / (float)width) * ratio); int widthAdjust = OUTER_BORDER_THICKNESS + PT_SIZE / 2; int heightAdjust = height - widthAdjust - BLACK_BORDER_THICKNESS; AffineTransform tf = g.getTransform(); From bf3379279d1c5bb6343b625b6bb123f77eede51e Mon Sep 17 00:00:00 2001 From: paul_snoops Date: Mon, 2 Aug 2021 11:01:25 +0100 Subject: [PATCH 04/28] =?UTF-8?q?Chicken=20=C3=A0=20la=20King=20in=20editi?= =?UTF-8?q?ons=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forge-gui/res/editions/Unglued.txt | 2 +- forge-gui/res/editions/Unsanctioned.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Unglued.txt b/forge-gui/res/editions/Unglued.txt index bcd0320e078..54c46677a5c 100644 --- a/forge-gui/res/editions/Unglued.txt +++ b/forge-gui/res/editions/Unglued.txt @@ -27,7 +27,7 @@ ScryfallCode=UGL 14 R Bureaucracy @Mark Zug 15 U Censorship @Matthew D. Wilson 16 U Checks and Balances @David A. Cherry -17 R Chicken a la King @Mark Zug +17 R Chicken à la King @Mark Zug 18 C Clambassadors @Randy Elliott 19 C Clam-I-Am @Randy Elliott 20 C Clam Session @Randy Elliott diff --git a/forge-gui/res/editions/Unsanctioned.txt b/forge-gui/res/editions/Unsanctioned.txt index c92171f63db..5bfc7dd7945 100644 --- a/forge-gui/res/editions/Unsanctioned.txt +++ b/forge-gui/res/editions/Unsanctioned.txt @@ -29,7 +29,7 @@ ScryfallCode=UND 18 M B.O.B. (Bevy of Beebles) @Jeff Miracola 19 C Carnivorous Death-Parrot @Greg Hildebrandt 20 U Cheatyface @Doug Chaffee -21 R Chicken a la King @Mark Zug +21 R Chicken à la King @Mark Zug 22 U Common Courtesy @Mike Raabe 23 R Johnny, Combo Player @Kensuke Okabayashi 24 C Magic Word @Carl Frank From 47d103f49353c2d53663f64b79b014bf92f9d633 Mon Sep 17 00:00:00 2001 From: Bug Hunter Date: Mon, 2 Aug 2021 11:40:48 +0000 Subject: [PATCH 05/28] Update forge-gui/res/cardsfolder/v/vanish_into_memory.txt --- forge-gui/res/cardsfolder/v/vanish_into_memory.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/v/vanish_into_memory.txt b/forge-gui/res/cardsfolder/v/vanish_into_memory.txt index 97949dc9c22..c306e3ae18d 100644 --- a/forge-gui/res/cardsfolder/v/vanish_into_memory.txt +++ b/forge-gui/res/cardsfolder/v/vanish_into_memory.txt @@ -4,7 +4,7 @@ Types:Instant A:SP$ ChangeZone | Cost$ 2 W U | ValidTgts$ Creature | TgtPrompt$ Select target creature | RememberLKI$ True | ForgetOtherRemembered$ True | Imprint$ True | SubAbility$ DBDraw | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature. You draw cards equal to that creature's power. At the beginning of your next upkeep, return that card to the battlefield under its owner's control. If you do, discard cards equal to that creature's toughness. SVar:DBDraw:DB$ Draw | NumCards$ X | SubAbility$ DelTrig SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigReturn | RememberObjects$ ImprintedLKI | TriggerDescription$ At the beginning of your next upkeep, return that card to the battlefield under its owner's control. If you do, discard cards equal to that creature's toughness. | SubAbility$ DBCleanup -SVar:TrigReturn:DB$ ChangeZone | Origin$ Exile | Destination$ Battlefield | Defined$ DelayTriggerRememberedLKI | RememberChanged$ True | SubAbility$ DBDiscard +SVar:TrigReturn:DB$ ChangeZone | Origin$ Exile | Destination$ Battlefield | Defined$ DelayTriggerRememberedLKI | RememberChanged$ True | ForgetOtherRemembered$ True | SubAbility$ DBDiscard SVar:DBDiscard:DB$ Discard | NumCards$ Y | Mode$ TgtChoose | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True SVar:X:RememberedLKI$CardPower From 87e6af657f589d07bddae5420f1dc619b46e9bfe Mon Sep 17 00:00:00 2001 From: Northmoc Date: Fri, 30 Jul 2021 16:19:19 -0400 Subject: [PATCH 06/28] J21 edition update --- .../res/editions/Jumpstart Historic Horizons.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/forge-gui/res/editions/Jumpstart Historic Horizons.txt b/forge-gui/res/editions/Jumpstart Historic Horizons.txt index a6e5990e7f2..0894bebc62a 100644 --- a/forge-gui/res/editions/Jumpstart Historic Horizons.txt +++ b/forge-gui/res/editions/Jumpstart Historic Horizons.txt @@ -7,16 +7,30 @@ ScryfallCode=J21 [cards] 0 C Baffling Defenses +0 U Boneyard Aberration +0 C Bounty of the Deep 0 M Davriel, Soul Broker 0 C Davriel's Withering 0 C Ethereal Grasp 0 C Faceless Agent +0 M Kiora, the Tide's Fury +0 C Longtusk Staker 0 C Lumbering Lightshield +0 R Managorger Phoenix 0 U Manor Guardian 0 C Plaguecrafter's Familiar +0 R Pool of Vigorous Growth 0 C Sarkhan's Scorn 0 M Sarkhan, Wanderer to Shiv 0 C Scion of Shiv +0 U Shoreline Scout +0 C Skyshroud Ambush +0 U Static Discharge 0 R Subversive Acolyte 0 R Tome of the Infinite +0 C Veteran Charger 0 U Wingsteed Trainer + +[tokens] + +u_8_8_kraken \ No newline at end of file From 873ff52224bb4760b8eddde325224acd0f9316bf Mon Sep 17 00:00:00 2001 From: Northmoc Date: Fri, 30 Jul 2021 16:19:37 -0400 Subject: [PATCH 07/28] kiora_the_tides_fury.txt --- .../cardsfolder/upcoming/kiora_the_tides_fury.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt diff --git a/forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt b/forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt new file mode 100644 index 00000000000..d166553c0f0 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt @@ -0,0 +1,13 @@ +Name:Kiora, the Tide's Fury +ManaCost:3 U +Types:Legendary Planeswalker Kiora +Loyalty:4 +A:AB$ MakeCard | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | Name$ Kraken Hatchling | Zone$ Hand | SpellDescription$ Conjure a Kraken Hatchling card into your hand. +A:AB$ Untap | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TgtPrompt$ Select target creature or land | ValidTgts$ Creature,Land | SubAbility$ DBPump | SpellDescription$ Untap target creature or land. Prevent all damage that would be dealt to and dealt by that permanent until your next turn. +SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ Prevent all damage that would be dealt to and dealt by CARDNAME. | Duration$ UntilYourNextTurn +A:AB$ Sacrifice | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | Optional$ True | SacValid$ Kraken | Amount$ 1 | RememberSacrificed$ True | SubAbility$ DBToken | SpellDescription$ You may sacrifice a Kraken. If you do, create an 8/8 blue Kraken creature token. +SVar:DBToken:DB$ Token | TokenScript$ u_8_8_kraken | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +DeckHas:Ability$Token & Ability$Sacrifice +DeckHints:Type$Kraken +Oracle:[+1]: Conjure a Kraken Hatchling card into your hand.\n[+1]: Untap target creature or land. Prevent all damage that would be dealt to and dealt by that permanent until your next turn.\n[-3]: You may sacrifice a Kraken. If you do, create an 8/8 blue Kraken creature token. From fa70d55432d50c20266b89ede35add7ead47861b Mon Sep 17 00:00:00 2001 From: Northmoc Date: Fri, 30 Jul 2021 16:19:56 -0400 Subject: [PATCH 08/28] add whitespace --- forge-gui/res/tokenscripts/u_8_8_kraken.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/tokenscripts/u_8_8_kraken.txt b/forge-gui/res/tokenscripts/u_8_8_kraken.txt index 3df1f45a889..96388e28772 100644 --- a/forge-gui/res/tokenscripts/u_8_8_kraken.txt +++ b/forge-gui/res/tokenscripts/u_8_8_kraken.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Creature Kraken Colors:blue PT:8/8 -Oracle: \ No newline at end of file +Oracle: From d3a464304d924c4c01a7f4a593a609e8e9e575f4 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Sat, 31 Jul 2021 07:55:38 -0400 Subject: [PATCH 09/28] longtusk_stalker.txt --- .../res/cardsfolder/upcoming/longtusk_stalker.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/longtusk_stalker.txt diff --git a/forge-gui/res/cardsfolder/upcoming/longtusk_stalker.txt b/forge-gui/res/cardsfolder/upcoming/longtusk_stalker.txt new file mode 100644 index 00000000000..a0bb2250be5 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/longtusk_stalker.txt @@ -0,0 +1,14 @@ +Name:Longtusk Stalker +ManaCost:G +Types:Creature Cat +PT:1/1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, you get {E}. +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigEnergy | Secondary$ True | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, you get {E}. +SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 1 +A:AB$ Effect | Cost$ PayEnergy<2> | StaticAbilities$ SelfPerpetualP1P0 | Duration$ Permanent | SubAbility$ DBChooseCard | SpellDescription$ CARDNAME perpetually gets +1/+0. You may choose a creature card in your hand. If you do, that card perpetually gets +1/+0. +SVar:SelfPerpetualP1P0:Mode$ Continuous | Affected$ Card.EffectSource | AddPower$ 1 | EffectZone$ Command | AffectedZone$ Battlefield,Hand,Graveyard,Exile,Stack,Library,Command | Description$ EFFECTSOURCE perpetually gets +1/+1. +SVar:DBChooseCard:DB$ ChooseCard | ChoiceZone$ Hand | Choices$ Card.Creature+YouOwn | ChoiceTitle$ Choose up to one creature card in your hand | MinAmount$ 0 | Amount$ 1 | SubAbility$ DBEffect +SVar:DBEffect:DB$ Effect | ConditionDefined$ ChosenCard | ConditionPresent$ Card | StaticAbilities$ PerpetualP1P0 | Duration$ Permanent | SubAbility$ DBCleanup +SVar:PerpetualP1P0:Mode$ Continuous | Affected$ Card.ChosenCard | AddPower$ 1 | EffectZone$ Command | AffectedZone$ Battlefield,Hand,Graveyard,Exile,Stack,Library,Command | Description$ This card perpetually gets +1/+0. +SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True +Oracle:Whenever Longtusk Stalker enters the battlefield or attacks, you get {E}.\nPay {E}{E}: Longtusk Stalker perpetually gets +1/+0. You may choose a creature card in your hand. If you do, that card perpetually gets +1/+0. From 5bd3062ce2ed22e6586a4273a3753c9cf4d3804b Mon Sep 17 00:00:00 2001 From: Northmoc Date: Sat, 31 Jul 2021 07:59:52 -0400 Subject: [PATCH 10/28] fix spelling --- forge-gui/res/editions/Jumpstart Historic Horizons.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Jumpstart Historic Horizons.txt b/forge-gui/res/editions/Jumpstart Historic Horizons.txt index 0894bebc62a..600731afc0f 100644 --- a/forge-gui/res/editions/Jumpstart Historic Horizons.txt +++ b/forge-gui/res/editions/Jumpstart Historic Horizons.txt @@ -14,7 +14,7 @@ ScryfallCode=J21 0 C Ethereal Grasp 0 C Faceless Agent 0 M Kiora, the Tide's Fury -0 C Longtusk Staker +0 C Longtusk Stalker 0 C Lumbering Lightshield 0 R Managorger Phoenix 0 U Manor Guardian From e79fbad31d134dedacdb896069345fc9d740ffeb Mon Sep 17 00:00:00 2001 From: Northmoc Date: Sat, 31 Jul 2021 08:04:28 -0400 Subject: [PATCH 11/28] fix StackDescs --- forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt b/forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt index d166553c0f0..e2649391fb3 100644 --- a/forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt +++ b/forge-gui/res/cardsfolder/upcoming/kiora_the_tides_fury.txt @@ -3,9 +3,9 @@ ManaCost:3 U Types:Legendary Planeswalker Kiora Loyalty:4 A:AB$ MakeCard | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | Name$ Kraken Hatchling | Zone$ Hand | SpellDescription$ Conjure a Kraken Hatchling card into your hand. -A:AB$ Untap | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TgtPrompt$ Select target creature or land | ValidTgts$ Creature,Land | SubAbility$ DBPump | SpellDescription$ Untap target creature or land. Prevent all damage that would be dealt to and dealt by that permanent until your next turn. -SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ Prevent all damage that would be dealt to and dealt by CARDNAME. | Duration$ UntilYourNextTurn -A:AB$ Sacrifice | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | Optional$ True | SacValid$ Kraken | Amount$ 1 | RememberSacrificed$ True | SubAbility$ DBToken | SpellDescription$ You may sacrifice a Kraken. If you do, create an 8/8 blue Kraken creature token. +A:AB$ Untap | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TgtPrompt$ Select target creature or land | ValidTgts$ Creature,Land | SubAbility$ DBPump | StackDescription$ Untap {c:Targeted}. Prevent all damage that would be dealt to and dealt by that permanent until your next turn. | SpellDescription$ Untap target creature or land. Prevent all damage that would be dealt to and dealt by that permanent until your next turn. +SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ Prevent all damage that would be dealt to and dealt by CARDNAME. | Duration$ UntilYourNextTurn | StackDescription$ None +A:AB$ Sacrifice | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | Optional$ True | SacValid$ Kraken | Amount$ 1 | RememberSacrificed$ True | SubAbility$ DBToken | StackDescription$ SpellDescription | SpellDescription$ You may sacrifice a Kraken. If you do, create an 8/8 blue Kraken creature token. SVar:DBToken:DB$ Token | TokenScript$ u_8_8_kraken | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True DeckHas:Ability$Token & Ability$Sacrifice From d280317ff867e7506e7b8f0b08a1ae88f4ae4ccd Mon Sep 17 00:00:00 2001 From: Northmoc Date: Mon, 2 Aug 2021 16:03:06 -0400 Subject: [PATCH 12/28] shoreline_scout.txt --- .../res/cardsfolder/upcoming/shoreline_scout.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/shoreline_scout.txt diff --git a/forge-gui/res/cardsfolder/upcoming/shoreline_scout.txt b/forge-gui/res/cardsfolder/upcoming/shoreline_scout.txt new file mode 100644 index 00000000000..ed260cefbbc --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/shoreline_scout.txt @@ -0,0 +1,12 @@ +Name:Shoreline Scout +ManaCost:U +Types:Creature Merfolk Scout +PT:1/1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigExile | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may exile a Merfolk card or a land card from your hand. If you do, conjure a Tropical Island card into your hand. +SVar:TrigExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | Hidden$ True | ChangeType$ Card.Merfolk,Card.Land | SelectPrompt$ Select target Merfolk card or land card | SubAbility$ DBConjure | RememberChanged$ True +SVar:DBConjure:DB$ MakeCard | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | Name$ Tropical Island | Zone$ Hand +S:Mode$ Continuous | CheckSVar$ X | SVarCompare$ GE1 | Affected$ Card.Self | AddPower$ 1 | Description$ As long as another Merfolk or an Island entered the battlefield under your control this turn, CARDNAME gets +1/+0. +SVar:X:Count$Valid Merfolk.Other+ThisTurnEntered+EnteredUnder You/Plus.Y +SVar:Y:Count$Valid Island.ThisTurnEntered+EnteredUnder You +DeckHints:Type$Merfolk +Oracle:When Shoreline Scout enters the battlefield, you may exile a Merfolk card or a land card from your hand. If you do, conjure a Tropical Island card into your hand.\nAs long as another Merfolk or an Island entered the battlefield under your control this turn, Shoreline Scout gets +1/+0. From 131fd8f7cf9b97b56b88b28676032d5a781846e6 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Mon, 2 Aug 2021 17:26:47 -0400 Subject: [PATCH 13/28] lumbering_lightshield.txt --- .../res/cardsfolder/upcoming/lumbering_lightshield.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/lumbering_lightshield.txt diff --git a/forge-gui/res/cardsfolder/upcoming/lumbering_lightshield.txt b/forge-gui/res/cardsfolder/upcoming/lumbering_lightshield.txt new file mode 100644 index 00000000000..b951b84a7df --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/lumbering_lightshield.txt @@ -0,0 +1,10 @@ +Name:Lumbering Lightshield +ManaCost:1 W +Types:Creature Illusion +PT:1/4 +T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigReveal | TriggerDescription$ When CARDNAME enters the battlefield, target opponent reveals a nonland card at random from their hand. It perpetually gains "This spell costs {1} more to cast." +SVar:TrigReveal:DB$ Reveal | Random$ True | RevealValid$ Card.nonLand | RememberRevealed$ True | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SubAbility$ DBEffect +SVar:DBEffect:DB$ Effect | RememberObjects$ Remembered | StaticAbilities$ PerpetualRaiseCost | Duration$ Permanent | SubAbility$ DBCleanup +SVar:PerpetualRaiseCost:Mode$ RaiseCost | ValidCard$ Card.IsRemembered | Type$ Spell | Amount$ 1 | EffectZone$ All | Description$ This spell costs {1} more to cast. +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +Oracle:When Lumbering Lightshield enters the battelfield, target opponent reveals a nonland card at random from their hand. It perpetually gains "This spell costs {1} more to cast." From a634860ffd77f6f704dbfcc2f13c880245611b6a Mon Sep 17 00:00:00 2001 From: tool4EvEr Date: Mon, 2 Aug 2021 23:37:21 +0200 Subject: [PATCH 14/28] Fix typechange Auras not attaching on reload (e.g. Minimus Containment) --- forge-ai/src/main/java/forge/ai/AiController.java | 2 +- forge-ai/src/main/java/forge/ai/ComputerUtil.java | 3 +-- forge-ai/src/main/java/forge/ai/GameState.java | 2 +- forge-ai/src/main/java/forge/ai/ability/AnimateAi.java | 2 +- forge-ai/src/main/java/forge/ai/ability/ChangeZoneAi.java | 2 +- forge-ai/src/main/java/forge/ai/ability/CounterAi.java | 3 +-- forge-ai/src/main/java/forge/ai/ability/CountersPutAi.java | 2 +- forge-ai/src/main/java/forge/ai/ability/MillAi.java | 2 +- forge-ai/src/main/java/forge/ai/ability/ScryAi.java | 3 +-- forge-ai/src/main/java/forge/ai/ability/SurveilAi.java | 3 +-- forge-core/src/main/java/forge/util/ImageUtil.java | 6 +++--- 11 files changed, 13 insertions(+), 17 deletions(-) diff --git a/forge-ai/src/main/java/forge/ai/AiController.java b/forge-ai/src/main/java/forge/ai/AiController.java index 58ef536f627..de732a4625d 100644 --- a/forge-ai/src/main/java/forge/ai/AiController.java +++ b/forge-ai/src/main/java/forge/ai/AiController.java @@ -389,7 +389,7 @@ public class AiController { final List spellAbility = Lists.newArrayList(); for (final Card c : l) { for (final SpellAbility sa : c.getNonManaAbilities()) { - // Check if this AF is a Counterpsell + // Check if this AF is a Counterspell if (sa.getApi() == ApiType.Counter) { spellAbility.add(sa); } diff --git a/forge-ai/src/main/java/forge/ai/ComputerUtil.java b/forge-ai/src/main/java/forge/ai/ComputerUtil.java index 273dcdd5a73..0b95e2ae065 100644 --- a/forge-ai/src/main/java/forge/ai/ComputerUtil.java +++ b/forge-ai/src/main/java/forge/ai/ComputerUtil.java @@ -1307,7 +1307,7 @@ public class ComputerUtil { } if (abCost.hasTapCost() && source.hasSVar("AITapDown")) { return true; - } else if (sa.hasParam("Planeswalker") && ai.getGame().getPhaseHandler().is(PhaseType.MAIN2)) { + } else if (sa.isPwAbility() && ai.getGame().getPhaseHandler().is(PhaseType.MAIN2)) { for (final CostPart part : abCost.getCostParts()) { if (part instanceof CostPutCounter) { return true; @@ -2859,7 +2859,6 @@ public class ComputerUtil { public static boolean lifegainNegative(final Player player, final Card source) { return lifegainNegative(player, source, 1); } - public static boolean lifegainNegative(final Player player, final Card source, final int n) { if (!player.canGainLife()) { return false; diff --git a/forge-ai/src/main/java/forge/ai/GameState.java b/forge-ai/src/main/java/forge/ai/GameState.java index 9f2b53e6dac..48b58631072 100644 --- a/forge-ai/src/main/java/forge/ai/GameState.java +++ b/forge-ai/src/main/java/forge/ai/GameState.java @@ -1236,7 +1236,7 @@ public abstract class GameState { // (will be overridden later, so the actual value shouldn't matter) //FIXME it shouldn't be able to attach itself - c.setEntityAttachedTo(c); + c.setEntityAttachedTo(CardFactory.copyCard(c, true)); } if (cardsWithoutETBTrigs.contains(c)) { diff --git a/forge-ai/src/main/java/forge/ai/ability/AnimateAi.java b/forge-ai/src/main/java/forge/ai/ability/AnimateAi.java index eb1e863f80b..06afcd1a106 100644 --- a/forge-ai/src/main/java/forge/ai/ability/AnimateAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/AnimateAi.java @@ -252,7 +252,7 @@ public class AnimateAi extends SpellAbilityAi { private boolean animateTgtAI(final SpellAbility sa) { final Player ai = sa.getActivatingPlayer(); final PhaseHandler ph = ai.getGame().getPhaseHandler(); - final boolean alwaysActivatePWAbility = sa.hasParam("Planeswalker") + final boolean alwaysActivatePWAbility = sa.isPwAbility() && sa.getPayCosts().hasSpecificCostType(CostPutCounter.class) && sa.getTargetRestrictions() != null && sa.getTargetRestrictions().getMinTargets(sa.getHostCard(), sa) == 0; diff --git a/forge-ai/src/main/java/forge/ai/ability/ChangeZoneAi.java b/forge-ai/src/main/java/forge/ai/ability/ChangeZoneAi.java index 802cdc60bb1..c8cd1122060 100644 --- a/forge-ai/src/main/java/forge/ai/ability/ChangeZoneAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/ChangeZoneAi.java @@ -1130,7 +1130,7 @@ public class ChangeZoneAi extends SpellAbilityAi { } } - boolean doWithoutTarget = sa.hasParam("Planeswalker") && sa.usesTargeting() + boolean doWithoutTarget = sa.isPwAbility() && sa.usesTargeting() && sa.getMinTargets() == 0 && sa.getPayCosts().hasSpecificCostType(CostPutCounter.class); diff --git a/forge-ai/src/main/java/forge/ai/ability/CounterAi.java b/forge-ai/src/main/java/forge/ai/ability/CounterAi.java index 37366e9c008..f9bce402881 100644 --- a/forge-ai/src/main/java/forge/ai/ability/CounterAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/CounterAi.java @@ -64,7 +64,6 @@ public class CounterAi extends SpellAbilityAi { final TargetRestrictions tgt = sa.getTargetRestrictions(); if (tgt != null) { - final SpellAbility topSA = ComputerUtilAbility.getTopSpellAbilityOnStack(game, sa); if (!CardFactoryUtil.isCounterableBy(topSA.getHostCard(), sa) || topSA.getActivatingPlayer() == ai || ai.getAllies().contains(topSA.getActivatingPlayer())) { @@ -317,7 +316,7 @@ public class CounterAi extends SpellAbilityAi { Iterator it = game.getStack().iterator(); SpellAbilityStackInstance si = null; - while(it.hasNext()) { + while (it.hasNext()) { si = it.next(); tgtSA = si.getSpellAbility(true); if (!sa.canTargetSpellAbility(tgtSA)) { diff --git a/forge-ai/src/main/java/forge/ai/ability/CountersPutAi.java b/forge-ai/src/main/java/forge/ai/ability/CountersPutAi.java index cbedc0356ed..aab3783cac0 100644 --- a/forge-ai/src/main/java/forge/ai/ability/CountersPutAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/CountersPutAi.java @@ -501,7 +501,7 @@ public class CountersPutAi extends SpellAbilityAi { // Activate +Loyalty planeswalker abilities even if they have no target (e.g. Vivien of the Arkbow), // but try to do it in Main 2 then so that the AI has a chance to play creatures first. if (list.isEmpty() - && sa.hasParam("Planeswalker") + && sa.isPwAbility() && sa.getPayCosts().hasOnlySpecificCostType(CostPutCounter.class) && sa.isTargetNumberValid() && sa.getTargets().size() == 0 diff --git a/forge-ai/src/main/java/forge/ai/ability/MillAi.java b/forge-ai/src/main/java/forge/ai/ability/MillAi.java index 520a54b63df..f10a3ed8104 100644 --- a/forge-ai/src/main/java/forge/ai/ability/MillAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/MillAi.java @@ -53,7 +53,7 @@ public class MillAi extends SpellAbilityAi { } else if ("ExileAndPlayOrDealDamage".equals(sa.getParam("AILogic"))) { return (ph.is(PhaseType.MAIN1) || ph.is(PhaseType.MAIN2)) && ph.isPlayerTurn(ai); // Chandra, Torch of Defiance and similar } - if (!sa.hasParam("Planeswalker")) { // Planeswalker abilities are only activated at sorcery speed + if (!sa.isPwAbility()) { // Planeswalker abilities are only activated at sorcery speed if ("You".equals(sa.getParam("Defined")) && !(!SpellAbilityAi.isSorcerySpeed(sa) && ph.is(PhaseType.END_OF_TURN) && ph.getNextTurn().equals(ai))) { return false; // only self-mill at opponent EOT diff --git a/forge-ai/src/main/java/forge/ai/ability/ScryAi.java b/forge-ai/src/main/java/forge/ai/ability/ScryAi.java index 9fd83435a03..f3b160a1f86 100644 --- a/forge-ai/src/main/java/forge/ai/ability/ScryAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/ScryAi.java @@ -24,7 +24,6 @@ public class ScryAi extends SpellAbilityAi { */ @Override protected boolean doTriggerAINoCost(Player ai, SpellAbility sa, boolean mandatory) { - if (sa.usesTargeting()) { // It doesn't appear that Scry ever targets // ability is targeted sa.resetTargets(); @@ -69,7 +68,7 @@ public class ScryAi extends SpellAbilityAi { // in the playerturn Scry should only be done in Main1 or in upkeep if able if (ph.isPlayerTurn(ai)) { if (SpellAbilityAi.isSorcerySpeed(sa)) { - return ph.is(PhaseType.MAIN1) || sa.hasParam("Planeswalker"); + return ph.is(PhaseType.MAIN1) || sa.isPwAbility(); } else { return ph.is(PhaseType.UPKEEP); } diff --git a/forge-ai/src/main/java/forge/ai/ability/SurveilAi.java b/forge-ai/src/main/java/forge/ai/ability/SurveilAi.java index 94c40655dec..573ab9e993e 100644 --- a/forge-ai/src/main/java/forge/ai/ability/SurveilAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/SurveilAi.java @@ -24,7 +24,6 @@ public class SurveilAi extends SpellAbilityAi { */ @Override protected boolean doTriggerAINoCost(Player ai, SpellAbility sa, boolean mandatory) { - if (sa.usesTargeting()) { // TODO: It doesn't appear that Surveil ever targets, is this necessary? sa.resetTargets(); sa.getTargets().add(ai); @@ -60,7 +59,7 @@ public class SurveilAi extends SpellAbilityAi { // in the player's turn Surveil should only be done in Main1 or in Upkeep if able if (ph.isPlayerTurn(ai)) { if (SpellAbilityAi.isSorcerySpeed(sa)) { - return ph.is(PhaseType.MAIN1) || sa.hasParam("Planeswalker"); + return ph.is(PhaseType.MAIN1) || sa.isPwAbility(); } else { return ph.is(PhaseType.UPKEEP); } diff --git a/forge-core/src/main/java/forge/util/ImageUtil.java b/forge-core/src/main/java/forge/util/ImageUtil.java index 4206b317ebb..d9fa99ad644 100644 --- a/forge-core/src/main/java/forge/util/ImageUtil.java +++ b/forge-core/src/main/java/forge/util/ImageUtil.java @@ -56,7 +56,7 @@ public class ImageUtil { int artIdx = cp.getArtIndex() - 1; if (hasManyPictures) { - if ( cntPictures <= artIdx ) // prevent overflow + if (cntPictures <= artIdx) // prevent overflow artIdx = cntPictures == 0 ? 0 : artIdx % cntPictures; s.append(artIdx + 1); } @@ -91,8 +91,8 @@ public class ImageUtil { public static String getNameToUse(PaperCard cp, boolean backFace) { final CardRules card = cp.getRules(); - if (backFace ) { - if ( hasBackFacePicture(cp) ) + if (backFace) { + if (hasBackFacePicture(cp)) if (card.getOtherPart() != null) { return card.getOtherPart().getName(); } else if (!card.getMeldWith().isEmpty()) { From 356baae7474cb733c81977cd518a63e68f9fd903 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Tue, 3 Aug 2021 10:39:48 +0000 Subject: [PATCH 15/28] Revert EffectEffect add set to Emblem imagekey --- .../main/java/forge/game/ability/effects/EffectEffect.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java b/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java index 8168028e11e..413bacd639b 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java @@ -123,8 +123,6 @@ public class EffectEffect extends SpellAbilityEffect { imprintOnHost = true; } - String image; - String set = hostCard.getSetCode().toLowerCase(); StringBuilder imageSet = new StringBuilder(); if (sa.hasParam("Image")) { image = ImageKeys.getTokenKey(sa.getParam("Image")); @@ -138,8 +136,6 @@ public class EffectEffect extends SpellAbilityEffect { } else { // use host image image = hostCard.getImageKey(); } - imageSet.append(image).append("_").append(set); - image = imageSet.toString(); for (Player controller : effectOwner) { final Card eff = createEffect(sa, controller, name, image); From b9b71e85353294593dc15ae6431e19f5bdd4aad4 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Tue, 3 Aug 2021 10:45:25 +0000 Subject: [PATCH 16/28] Update EffectEffect.java --- .../src/main/java/forge/game/ability/effects/EffectEffect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java b/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java index 413bacd639b..9da9fa7df9c 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/EffectEffect.java @@ -123,7 +123,7 @@ public class EffectEffect extends SpellAbilityEffect { imprintOnHost = true; } - StringBuilder imageSet = new StringBuilder(); + String image; if (sa.hasParam("Image")) { image = ImageKeys.getTokenKey(sa.getParam("Image")); } else if (name.startsWith("Emblem")) { // try to get the image from name From 8f53b89b25f13bd1df1ff4250c96b64ec23dc9e8 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Tue, 3 Aug 2021 09:18:01 -0400 Subject: [PATCH 17/28] support "NumRandomChoices" for davriel_soul_broker.txt --- .../forge/game/ability/effects/ChooseGenericEffect.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/forge-game/src/main/java/forge/game/ability/effects/ChooseGenericEffect.java b/forge-game/src/main/java/forge/game/ability/effects/ChooseGenericEffect.java index 9c7391c914e..ccf5184c8d4 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/ChooseGenericEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/ChooseGenericEffect.java @@ -32,6 +32,12 @@ public class ChooseGenericEffect extends SpellAbilityEffect { final Card host = sa.getHostCard(); final List abilities = Lists.newArrayList(sa.getAdditionalAbilityList("Choices")); + if (sa.hasParam("NumRandomChoices")) { + int n = AbilityUtils.calculateAmount(host, sa.getParam("NumRandomChoices"), sa); + while (abilities.size() > n) { + Aggregates.removeRandom(abilities); + } + } final SpellAbility fallback = sa.getAdditionalAbility("FallbackAbility"); final int amount = AbilityUtils.calculateAmount(host, sa.getParamOrDefault("ChoiceAmount", "1"), sa); From d54df10ccd8e062dd1cfccb7b70aca94a627d2b8 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Tue, 3 Aug 2021 09:19:58 -0400 Subject: [PATCH 18/28] davriel_soul_broker.txt limit number of choices for -2 ability --- forge-gui/res/cardsfolder/upcoming/davriel_soul_broker.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/davriel_soul_broker.txt b/forge-gui/res/cardsfolder/upcoming/davriel_soul_broker.txt index a062f60d9bd..65baf117149 100644 --- a/forge-gui/res/cardsfolder/upcoming/davriel_soul_broker.txt +++ b/forge-gui/res/cardsfolder/upcoming/davriel_soul_broker.txt @@ -6,7 +6,7 @@ A:AB$ Effect | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | Triggers$ Atta SVar:AttackTrigger:Mode$ AttackersDeclared | AttackingPlayer$ Player.Opponent | AttackedTarget$ You,Planeswalker.YouCtrl | NoResolvingCheck$ True | TriggerZones$ Command | Execute$ TrigDiscard | TriggerDescription$ Whenever an opponent attacks you and/or planeswalkers you control, they discard a card. If they can't, they sacrifice an attacking creature. SVar:TrigDiscard:DB$ Discard | Defined$ TriggeredAttackingPlayer | NumCards$ 1 | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBSacrifice SVar:DBSacrifice:DB$ Sacrifice | SacValid$ Creature.attacking | Defined$ TriggeredAttackingPlayer | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ0 -A:AB$ GenericChoice | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ChoicePrompt$ Choose an offer | Choices$ Draw3,Conjure,Return2,ReturnBig,EmblemBuff,EmblemReduceCost,EmblemDavrielPW,EmblemDrawGain | SubAbility$ DBCondition | StackDescription$ SpellDescription | SpellDescription$ Accept one of NICKNAME's offers, then accept one of NICKNAME's conditions. +A:AB$ GenericChoice | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ChoicePrompt$ Choose an offer | NumRandomChoices$ 3 | Choices$ Draw3,Conjure,Return2,ReturnBig,EmblemBuff,EmblemReduceCost,EmblemDavrielPW,EmblemDrawGain | SubAbility$ DBCondition | StackDescription$ SpellDescription | SpellDescription$ Accept one of NICKNAME's offers, then accept one of NICKNAME's conditions. SVar:Draw3:DB$ Draw | NumCards$ 3 | SpellDescription$ Draw three cards. SVar:Conjure:DB$ MakeCard | Name$ Manor Guardian | Zone$ Hand | SpellDescription$ Conjure a Manor Guardian card into your hand. SVar:Return2:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | ChangeType$ Creature.YouOwn | ChangeNum$ 2 | RememberChanged$ True | Hidden$ True | Mandatory$ True | AtRandom$ True | SubAbility$ DBEffect | SpellDescription$ Return two random creature cards from your graveyard to your hand. They perpetually gain +1/+1. @@ -24,7 +24,7 @@ SVar:ABDraw:AB$ Draw | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | NumCar SVar:EmblemDrawGain:DB$ Effect | Name$ Emblem - Davriel, Soul Broker (Offer 8) | Triggers$ DrawGainTrig | Duration$ Permanent | SpellDescription$ You get an emblem with “Whenever you draw a card, you gain 2 life.” SVar:DrawGainTrig:Mode$ Drawn | ValidCard$ Card.YouOwn | TriggerZones$ Command | Execute$ TrigGainLife | TriggerDescription$ Whenever you draw a card, you gain 2 life. SVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2 -SVar:DBCondition:DB$ GenericChoice | ChoicePrompt$ Choose a condition | Choices$ Lose6,Exile2,Sac2,PerpetualBuffTheirs,EmblemDebuff,EmblemRaiseCost,EmblemDrawExile,EmblemUpkeepLose | StackDescription$ None +SVar:DBCondition:DB$ GenericChoice | ChoicePrompt$ Choose a condition | NumRandomChoices$ 3 | Choices$ Lose6,Exile2,Sac2,PerpetualBuffTheirs,EmblemDebuff,EmblemRaiseCost,EmblemDrawExile,EmblemUpkeepLose | StackDescription$ None SVar:Lose6:DB$ LoseLife | Defined$ You | LifeAmount$ 6 | SpellDescription$ You lose 6 life. SVar:Exile2:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ChangeType$ Card.YouOwn | ChangeNum$ 2 | RememberChanged$ True | Hidden$ True | Mandatory$ True | SubAbility$ DBDraw | SpellDescription$ Exile two cards from your hand. If fewer than two cards were exiled this way, each opponent draws cards equal to the difference. SVar:DBDraw:DB$ Draw | Defined$ Player.Opponent | ConditionCheckSVar$ X | ConditionSVarCompare$ LT2 | NumCards$ Y | SubAbility$ DBCleanup From 444bc8cfdde2f6b2be2225b6f3a29436e8bc285f Mon Sep 17 00:00:00 2001 From: tool4EvEr Date: Tue, 3 Aug 2021 19:16:08 +0200 Subject: [PATCH 19/28] Clean up --- forge-game/src/main/java/forge/game/Game.java | 1 - .../StaticAbilityContinuous.java | 30 ++++++++----------- .../res/cardsfolder/a/aetherstorm_roc.txt | 3 +- .../res/cardsfolder/a/agent_of_erebos.txt | 3 +- .../res/cardsfolder/a/ambuscade_shaman.txt | 3 +- .../cardsfolder/a/archon_of_redemption.txt | 3 +- .../a/ayara_first_of_locthwain.txt | 3 +- .../res/cardsfolder/b/bala_ged_thief.txt | 3 +- forge-gui/res/cardsfolder/b/blood_artist.txt | 3 +- .../res/cardsfolder/b/bojuka_brigand.txt | 3 +- .../res/cardsfolder/c/coercive_recruiter.txt | 3 +- .../res/cardsfolder/d/daxoss_torment.txt | 3 +- .../res/cardsfolder/d/doomwake_giant.txt | 3 +- .../cardsfolder/d/dreadbringer_lampads.txt | 3 +- .../res/cardsfolder/e/eidolon_of_blossoms.txt | 3 +- .../res/cardsfolder/f/field_of_the_dead.txt | 3 +- .../res/cardsfolder/f/forgeborn_oreads.txt | 3 +- .../g/general_kudro_of_drannith.txt | 3 +- .../res/cardsfolder/g/goblin_assassin.txt | 3 +- forge-gui/res/cardsfolder/g/goldenhide_ox.txt | 3 +- .../res/cardsfolder/g/graypelt_hunter.txt | 3 +- forge-gui/res/cardsfolder/g/grim_guardian.txt | 3 +- .../res/cardsfolder/g/grovetender_druids.txt | 3 +- .../res/cardsfolder/g/gruul_ragebeast.txt | 3 +- .../res/cardsfolder/h/hada_freeblade.txt | 3 +- .../res/cardsfolder/h/halimar_excavator.txt | 3 +- .../res/cardsfolder/h/hammer_of_nazahn.txt | 3 +- .../cardsfolder/h/harvestguard_alseids.txt | 3 +- .../res/cardsfolder/h/humbler_of_mortals.txt | 3 +- forge-gui/res/cardsfolder/j/joraga_bard.txt | 3 +- .../res/cardsfolder/k/kalastria_healer.txt | 3 +- .../res/cardsfolder/k/kapsho_kitefins.txt | 3 +- .../res/cardsfolder/k/kazandu_blademaster.txt | 3 +- .../res/cardsfolder/k/kazuul_warlord.txt | 5 ++-- forge-gui/res/cardsfolder/k/kor_celebrant.txt | 3 +- .../res/cardsfolder/k/kor_entanglers.txt | 3 +- .../res/cardsfolder/m/makindi_shieldmate.txt | 3 +- .../res/cardsfolder/m/mardu_woe_reaper.txt | 3 +- .../res/cardsfolder/m/marit_lages_slumber.txt | 3 +- .../res/cardsfolder/m/munda_ambush_leader.txt | 3 +- .../res/cardsfolder/n/nebelgast_herald.txt | 3 +- .../res/cardsfolder/n/nimana_sell_sword.txt | 3 +- forge-gui/res/cardsfolder/n/noxious_ghoul.txt | 3 +- .../res/cardsfolder/n/nyleas_colossus.txt | 3 +- .../res/cardsfolder/o/oakheart_dryads.txt | 3 +- .../o/oath_of_the_ancient_wood.txt | 3 +- .../cardsfolder/o/oran_rief_survivalist.txt | 3 +- .../res/cardsfolder/q/qasali_slingers.txt | 3 +- forge-gui/res/cardsfolder/r/risen_reef.txt | 3 +- .../res/cardsfolder/s/sage_of_the_falls.txt | 3 +- .../res/cardsfolder/s/scourge_of_valkas.txt | 3 +- forge-gui/res/cardsfolder/s/serum_tank.txt | 3 +- .../cardsfolder/s/sethron_hurloon_general.txt | 3 +- .../s/strength_from_the_fallen.txt | 3 +- .../res/cardsfolder/t/thassas_devourer.txt | 3 +- .../cardsfolder/t/thieves_guild_enforcer.txt | 3 +- forge-gui/res/cardsfolder/t/thorn_mammoth.txt | 3 +- .../res/cardsfolder/t/thoughtrender_lamia.txt | 3 +- .../res/cardsfolder/t/thrasher_brute.txt | 3 +- .../res/cardsfolder/t/turntimber_ranger.txt | 3 +- forge-gui/res/cardsfolder/u/umara_raptor.txt | 3 +- .../cardsfolder/u/underworld_coinsmith.txt | 3 +- .../u/unesh_criosphinx_sovereign.txt | 3 +- .../res/cardsfolder/v/verdant_suns_avatar.txt | 3 +- .../res/cardsfolder/w/whitewater_naiads.txt | 3 +- 65 files changed, 77 insertions(+), 145 deletions(-) diff --git a/forge-game/src/main/java/forge/game/Game.java b/forge-game/src/main/java/forge/game/Game.java index 15f0c33dc24..155aadcc080 100644 --- a/forge-game/src/main/java/forge/game/Game.java +++ b/forge-game/src/main/java/forge/game/Game.java @@ -1024,7 +1024,6 @@ public class Game { } public void clearCaches() { - lastStateBattlefield.clear(); lastStateGraveyard.clear(); //playerCache.clear(); diff --git a/forge-game/src/main/java/forge/game/staticability/StaticAbilityContinuous.java b/forge-game/src/main/java/forge/game/staticability/StaticAbilityContinuous.java index 1c29da47d03..5ed3df8b676 100644 --- a/forge-game/src/main/java/forge/game/staticability/StaticAbilityContinuous.java +++ b/forge-game/src/main/java/forge/game/staticability/StaticAbilityContinuous.java @@ -413,33 +413,29 @@ public final class StaticAbilityContinuous { }); } - if (layer == StaticAbilityLayer.TYPE && params.containsKey("RemoveType")) { - removeTypes = Lists.newArrayList(Arrays.asList(params.get("RemoveType").split(" & "))); - - Iterables.removeIf(removeTypes, new Predicate() { - @Override - public boolean apply(String input) { - if (input.equals("ChosenType") && !hostCard.hasChosenType()) { - return true; - } - return false; - } - }); - } - if (layer == StaticAbilityLayer.TYPE) { + if (params.containsKey("RemoveType")) { + removeTypes = Lists.newArrayList(Arrays.asList(params.get("RemoveType").split(" & "))); + + Iterables.removeIf(removeTypes, new Predicate() { + @Override + public boolean apply(String input) { + if (input.equals("ChosenType") && !hostCard.hasChosenType()) { + return true; + } + return false; + } + }); + } if (params.containsKey("RemoveSuperTypes")) { removeSuperTypes = true; } - if (params.containsKey("RemoveCardTypes")) { removeCardTypes = true; } - if (params.containsKey("RemoveSubTypes")) { removeSubTypes = true; } - if (params.containsKey("RemoveLandTypes")) { removeLandTypes = true; } diff --git a/forge-gui/res/cardsfolder/a/aetherstorm_roc.txt b/forge-gui/res/cardsfolder/a/aetherstorm_roc.txt index 4bfbe71de88..2f80e4c3475 100644 --- a/forge-gui/res/cardsfolder/a/aetherstorm_roc.txt +++ b/forge-gui/res/cardsfolder/a/aetherstorm_roc.txt @@ -3,8 +3,7 @@ ManaCost:2 W W Types:Creature Bird PT:3/3 K:Flying -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigEnergy | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you get {E} (an energy counter). -T:Mode$ ChangesZone | ValidCard$ Creature.Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigEnergy | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you get {E} (an energy counter). +T:Mode$ ChangesZone | ValidCard$ Card.Self,Creature.YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigEnergy | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you get {E} (an energy counter). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 1 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME attacks, you may pay {E}{E}. If you do, put a +1/+1 counter on it and tap up to one target creature defending player controls. SVar:TrigPutCounter:AB$ PutCounter | Cost$ PayEnergy<2> | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBTap diff --git a/forge-gui/res/cardsfolder/a/agent_of_erebos.txt b/forge-gui/res/cardsfolder/a/agent_of_erebos.txt index e89234f9a76..0f1ee3c3313 100644 --- a/forge-gui/res/cardsfolder/a/agent_of_erebos.txt +++ b/forge-gui/res/cardsfolder/a/agent_of_erebos.txt @@ -2,8 +2,7 @@ Name:Agent of Erebos ManaCost:3 B Types:Enchantment Creature Zombie PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, exile all cards from target player's graveyard. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigExile | Secondary$ True | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, exile all cards from target player's graveyard. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.YouCtrl | Execute$ TrigExile | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, exile all cards from target player's graveyard. SVar:TrigExile:DB$ ChangeZoneAll | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Player | TgtPrompt$ Select target player | ChangeType$ Card AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/agent_of_erebos.jpg diff --git a/forge-gui/res/cardsfolder/a/ambuscade_shaman.txt b/forge-gui/res/cardsfolder/a/ambuscade_shaman.txt index 77818b41fad..a010dbaf072 100644 --- a/forge-gui/res/cardsfolder/a/ambuscade_shaman.txt +++ b/forge-gui/res/cardsfolder/a/ambuscade_shaman.txt @@ -3,8 +3,7 @@ ManaCost:2 B Types:Creature Orc Shaman PT:2/2 K:Dash:3 B -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, that creature gets +2/+2. -T:Mode$ ChangesZone | ValidCard$ Creature.Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigPump | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, that creature gets +2/+2. +T:Mode$ ChangesZone | ValidCard$ Card.Self,Creature.YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, that creature gets +2/+2. SVar:TrigPump:DB$ Pump | Defined$ TriggeredCard | NumAtt$ +2 | NumDef$ +2 SVar:BuffedBy:Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/ambuscade_shaman.jpg diff --git a/forge-gui/res/cardsfolder/a/archon_of_redemption.txt b/forge-gui/res/cardsfolder/a/archon_of_redemption.txt index 58b02f90d53..cc181a53121 100644 --- a/forge-gui/res/cardsfolder/a/archon_of_redemption.txt +++ b/forge-gui/res/cardsfolder/a/archon_of_redemption.txt @@ -3,8 +3,7 @@ ManaCost:3 W W Types:Creature Archon PT:3/4 K:Flying -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigGainLife | TriggerDescription$ Whenever CARDNAME or another creature with flying enters the battlefield under your control, you may gain life equal to that creature's power. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl+withFlying | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigGainLife | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature with flying enters the battlefield under your control, you may gain life equal to that creature's power. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.Other+YouCtrl+withFlying | OptionalDecider$ You | Execute$ TrigGainLife | TriggerDescription$ Whenever CARDNAME or another creature with flying enters the battlefield under your control, you may gain life equal to that creature's power. SVar:TrigGainLife:DB$GainLife | Defined$ You | LifeAmount$ X SVar:X:TriggeredCard$CardPower SVar:Picture:http://www.wizards.com/global/images/magic/general/archon_of_redemption.jpg diff --git a/forge-gui/res/cardsfolder/a/ayara_first_of_locthwain.txt b/forge-gui/res/cardsfolder/a/ayara_first_of_locthwain.txt index 7ac9a6cd3bd..1bedae66982 100644 --- a/forge-gui/res/cardsfolder/a/ayara_first_of_locthwain.txt +++ b/forge-gui/res/cardsfolder/a/ayara_first_of_locthwain.txt @@ -2,8 +2,7 @@ Name:Ayara, First of Locthwain ManaCost:B B B Types:Legendary Creature Elf Noble PT:2/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ Whenever CARDNAME or another black creature enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Black+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another black creature enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.Black+Other+YouCtrl | Execute$ TrigDrain | TriggerDescription$ Whenever CARDNAME or another black creature enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. SVar:TrigDrain:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 A:AB$ Draw | Cost$ T Sac<1/Creature.Other+Black/another black creature> | NumCards$ 1 | SpellDescription$ Draw a card. diff --git a/forge-gui/res/cardsfolder/b/bala_ged_thief.txt b/forge-gui/res/cardsfolder/b/bala_ged_thief.txt index a94fa661172..903439ccc08 100644 --- a/forge-gui/res/cardsfolder/b/bala_ged_thief.txt +++ b/forge-gui/res/cardsfolder/b/bala_ged_thief.txt @@ -2,8 +2,7 @@ Name:Bala Ged Thief ManaCost:3 B Types:Creature Human Rogue Ally PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBDiscard | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player reveals a number of cards from their hand equal to the number of Allies you control. You choose one of them. That player discards that card. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ DBDiscard | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player reveals a number of cards from their hand equal to the number of Allies you control. You choose one of them. That player discards that card. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | Execute$ DBDiscard | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player reveals a number of cards from their hand equal to the number of Allies you control. You choose one of them. That player discards that card. SVar:DBDiscard:DB$ Discard | ValidTgts$ Player | NumCards$ 1 | RevealNumber$ X | Mode$ RevealYouChoose | DiscardValid$ Card SVar:X:Count$TypeYouCtrl.Ally SVar:BuffedBy:Ally diff --git a/forge-gui/res/cardsfolder/b/blood_artist.txt b/forge-gui/res/cardsfolder/b/blood_artist.txt index dbb9263207b..8c3c32ce849 100644 --- a/forge-gui/res/cardsfolder/b/blood_artist.txt +++ b/forge-gui/res/cardsfolder/b/blood_artist.txt @@ -2,8 +2,7 @@ Name:Blood Artist ManaCost:1 B Types:Creature Vampire PT:0/1 -T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME or another creature dies, target player loses 1 life and you gain 1 life. -T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | TriggerController$ TriggeredCardController | Execute$ TrigLoseLife | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature dies, target player loses 1 life and you gain 1 life. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self,Creature.Other | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME or another creature dies, target player loses 1 life and you gain 1 life. SVar:TrigLoseLife:DB$ LoseLife | ValidTgts$ Player | TgtPrompt$ Choose a player to lose life | LifeAmount$ 1 | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/blood_artist.jpg diff --git a/forge-gui/res/cardsfolder/b/bojuka_brigand.txt b/forge-gui/res/cardsfolder/b/bojuka_brigand.txt index 6a4c406a865..488e1b5ec3a 100644 --- a/forge-gui/res/cardsfolder/b/bojuka_brigand.txt +++ b/forge-gui/res/cardsfolder/b/bojuka_brigand.txt @@ -3,8 +3,7 @@ ManaCost:1 B Types:Creature Human Warrior Ally PT:1/1 K:CARDNAME can't block. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/bojuka_brigand.jpg diff --git a/forge-gui/res/cardsfolder/c/coercive_recruiter.txt b/forge-gui/res/cardsfolder/c/coercive_recruiter.txt index 949326eb143..80493230480 100644 --- a/forge-gui/res/cardsfolder/c/coercive_recruiter.txt +++ b/forge-gui/res/cardsfolder/c/coercive_recruiter.txt @@ -2,8 +2,7 @@ Name:Coercive Recruiter ManaCost:4 R Types:Creature Orc Pirate PT:4/3 -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigGainControl | TriggerDescription$ Whenever CARDNAME 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. -T:Mode$ ChangesZone | ValidCard$ Pirate.Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigGainControl | Secondary$ True | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME 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. +T:Mode$ ChangesZone | ValidCard$ Card.Self,Pirate.Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigGainControl | TriggerDescription$ Whenever CARDNAME 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. SVar:TrigGainControl:DB$ GainControl | ValidTgts$ Creature | TgtPrompt$ Select target creature | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SubAbility$ DBAnimate SVar:DBAnimate:DB$ Animate | Defined$ Targeted | Types$ Pirate | UntilEndOfTurn$ True DeckNeeds:Type$Pirate diff --git a/forge-gui/res/cardsfolder/d/daxoss_torment.txt b/forge-gui/res/cardsfolder/d/daxoss_torment.txt index 6a78f4ef5d8..e5584a8741e 100644 --- a/forge-gui/res/cardsfolder/d/daxoss_torment.txt +++ b/forge-gui/res/cardsfolder/d/daxoss_torment.txt @@ -1,8 +1,7 @@ Name:Daxos's Torment ManaCost:3 B Types:Enchantment -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigAnimate | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME becomes a 5/5 Demon creature with flying and haste in addition to its other types until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigAnimate | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME becomes a 5/5 Demon creature with flying and haste in addition to its other types until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigAnimate | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME becomes a 5/5 Demon creature with flying and haste in addition to its other types until end of turn. SVar:TrigAnimate:DB$ Animate | Defined$ Self | Power$ 5 | Toughness$ 5 | Types$ Creature,Demon | Keywords$ Flying & Haste SVar:PlayMain1:ALWAYS SVar:BuffedBy:Enchantment diff --git a/forge-gui/res/cardsfolder/d/doomwake_giant.txt b/forge-gui/res/cardsfolder/d/doomwake_giant.txt index 31ea923f277..6dd0a271504 100644 --- a/forge-gui/res/cardsfolder/d/doomwake_giant.txt +++ b/forge-gui/res/cardsfolder/d/doomwake_giant.txt @@ -2,8 +2,7 @@ Name:Doomwake Giant ManaCost:4 B Types:Enchantment Creature Giant PT:4/6 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMassacre | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, creatures your opponents control get -1/-1 until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMassacre | Secondary$ True | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, creatures your opponents control get -1/-1 until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigMassacre | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, creatures your opponents control get -1/-1 until end of turn. SVar:TrigMassacre:DB$ PumpAll | NumAtt$ -1 | NumDef$ -1 | ValidCards$ Creature.OppCtrl | IsCurse$ True SVar:PlayMain1:TRUE SVar:BuffedBy:Enchantment diff --git a/forge-gui/res/cardsfolder/d/dreadbringer_lampads.txt b/forge-gui/res/cardsfolder/d/dreadbringer_lampads.txt index 3784b14cbac..aa11c9e6fbe 100644 --- a/forge-gui/res/cardsfolder/d/dreadbringer_lampads.txt +++ b/forge-gui/res/cardsfolder/d/dreadbringer_lampads.txt @@ -2,8 +2,7 @@ Name:Dreadbringer Lampads ManaCost:4 B Types:Enchantment Creature Nymph PT:4/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gains intimidate until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gains intimidate until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gains intimidate until end of turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Intimidate SVar:BuffedBy:Enchantment SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/e/eidolon_of_blossoms.txt b/forge-gui/res/cardsfolder/e/eidolon_of_blossoms.txt index 015946717c9..aab94e6b548 100644 --- a/forge-gui/res/cardsfolder/e/eidolon_of_blossoms.txt +++ b/forge-gui/res/cardsfolder/e/eidolon_of_blossoms.txt @@ -2,8 +2,7 @@ Name:Eidolon of Blossoms ManaCost:2 G G Types:Enchantment Creature Spirit PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, draw a card. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigDraw | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, draw a card. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigDraw | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, draw a card. SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1 SVar:BuffedBy:Enchantment SVar:Picture:http://www.wizards.com/global/images/magic/general/eidolon_of_blossoms.jpg diff --git a/forge-gui/res/cardsfolder/f/field_of_the_dead.txt b/forge-gui/res/cardsfolder/f/field_of_the_dead.txt index ae276e57920..fae713076fa 100644 --- a/forge-gui/res/cardsfolder/f/field_of_the_dead.txt +++ b/forge-gui/res/cardsfolder/f/field_of_the_dead.txt @@ -3,8 +3,7 @@ ManaCost:no cost Types:Land K:CARDNAME enters the battlefield tapped. A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ X | SVarCompare$ GE7 | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another land enters the battlefield under your control, if you control seven or more lands with different names, create a 2/2 black Zombie creature token. -T:Mode$ ChangesZone | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ GE7 | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.Other+YouCtrl | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another land enters the battlefield under your control, if you control seven or more lands with different names, create a 2/2 black Zombie creature token. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Land.Other+YouCtrl | CheckSVar$ X | SVarCompare$ GE7 | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another land enters the battlefield under your control, if you control seven or more lands with different names, create a 2/2 black Zombie creature token. SVar:TrigToken:DB$ Token | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 | LegacyImage$ b 2 2 zombie m20 SVar:X:Count$DifferentCardNames_Land.YouCtrl+inZoneBattlefield DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/f/forgeborn_oreads.txt b/forge-gui/res/cardsfolder/f/forgeborn_oreads.txt index 2db3e2ce2f2..e1e3043294f 100644 --- a/forge-gui/res/cardsfolder/f/forgeborn_oreads.txt +++ b/forge-gui/res/cardsfolder/f/forgeborn_oreads.txt @@ -2,8 +2,7 @@ Name:Forgeborn Oreads ManaCost:2 R R Types:Enchantment Creature Nymph PT:4/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDamage | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME deals 1 damage to any target. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDamage | Secondary$ True | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME deals 1 damage to any target. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigDamage | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, CARDNAME deals 1 damage to any target. SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 SVar:PlayMain1:TRUE SVar:BuffedBy:Enchantment diff --git a/forge-gui/res/cardsfolder/g/general_kudro_of_drannith.txt b/forge-gui/res/cardsfolder/g/general_kudro_of_drannith.txt index 54765c7e001..b3b76c7421e 100755 --- a/forge-gui/res/cardsfolder/g/general_kudro_of_drannith.txt +++ b/forge-gui/res/cardsfolder/g/general_kudro_of_drannith.txt @@ -3,8 +3,7 @@ ManaCost:1 W B Types:Legendary Creature Human Soldier PT:3/3 S:Mode$ Continuous | Affected$ Human.Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Humans you control get +1/+1. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME or another Human enters the battlefield under your control, exile target card from an opponent's graveyard. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+Human+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigExile | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Human enters the battlefield under your control, exile target card from an opponent's graveyard. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.Other+Human+YouCtrl | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME or another Human enters the battlefield under your control, exile target card from an opponent's graveyard. SVar:TrigExile:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in an opponent's graveyard | ValidTgts$ Card.OppOwn A:AB$ Destroy | Cost$ 2 Sac<2/Human> | ValidTgts$ Creature.powerGE4 | TgtPrompt$ Select target creature with power 4 or greater | SpellDescription$ Destroy target creature with power 4 or greater. DeckHints:Type$Human diff --git a/forge-gui/res/cardsfolder/g/goblin_assassin.txt b/forge-gui/res/cardsfolder/g/goblin_assassin.txt index 6d90f56bada..6184f01ae87 100644 --- a/forge-gui/res/cardsfolder/g/goblin_assassin.txt +++ b/forge-gui/res/cardsfolder/g/goblin_assassin.txt @@ -2,8 +2,7 @@ Name:Goblin Assassin ManaCost:3 R R Types:Creature Goblin Assassin PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ RepeatFlips | TriggerDescription$ Whenever CARDNAME or another Goblin enters the battlefield, each player flips a coin. Each player whose coin comes up tails sacrifices a creature. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Goblin.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ RepeatFlips | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Goblin enters the battlefield, each player flips a coin. Each player whose coin comes up tails sacrifices a creature. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Goblin.Other+YouCtrl | Execute$ RepeatFlips | TriggerDescription$ Whenever CARDNAME or another Goblin enters the battlefield, each player flips a coin. Each player whose coin comes up tails sacrifices a creature. SVar:RepeatFlips:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ AssassinsFlip | SubAbility$ Assassination SVar:AssassinsFlip:DB$ FlipACoin | Flipper$ Remembered | NoCall$ True | RememberResult$ True SVar:Assassination:DB$ Sacrifice | Defined$ FlippedTails | SacValid$ Creature | Amount$ 1 | SubAbility$ ResetFlips diff --git a/forge-gui/res/cardsfolder/g/goldenhide_ox.txt b/forge-gui/res/cardsfolder/g/goldenhide_ox.txt index 34303187231..c150dda18eb 100644 --- a/forge-gui/res/cardsfolder/g/goldenhide_ox.txt +++ b/forge-gui/res/cardsfolder/g/goldenhide_ox.txt @@ -2,8 +2,7 @@ Name:Goldenhide Ox ManaCost:5 G Types:Enchantment Creature Ox PT:5/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature must be blocked this turn if able. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature must be blocked this turn if able. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature must be blocked this turn if able. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN CARDNAME must be blocked if able. | AILogic$ Pump SVar:PlayMain1:TRUE SVar:BuffedBy:Enchantment diff --git a/forge-gui/res/cardsfolder/g/graypelt_hunter.txt b/forge-gui/res/cardsfolder/g/graypelt_hunter.txt index c5756f489f0..7a886bb6e5e 100644 --- a/forge-gui/res/cardsfolder/g/graypelt_hunter.txt +++ b/forge-gui/res/cardsfolder/g/graypelt_hunter.txt @@ -3,8 +3,7 @@ ManaCost:3 G Types:Creature Human Warrior Ally PT:2/2 K:Trample -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/graypelt_hunter.jpg diff --git a/forge-gui/res/cardsfolder/g/grim_guardian.txt b/forge-gui/res/cardsfolder/g/grim_guardian.txt index 4ece5fbe6c2..3c2baca04fc 100644 --- a/forge-gui/res/cardsfolder/g/grim_guardian.txt +++ b/forge-gui/res/cardsfolder/g/grim_guardian.txt @@ -2,8 +2,7 @@ Name:Grim Guardian ManaCost:2 B Types:Enchantment Creature Zombie PT:1/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, each opponent loses 1 life. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | Secondary$ True | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, each opponent loses 1 life. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigDrain | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, each opponent loses 1 life. SVar:TrigDrain:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/grim_guardian.jpg Oracle:Constellation — Whenever Grim Guardian or another enchantment enters the battlefield under your control, each opponent loses 1 life. diff --git a/forge-gui/res/cardsfolder/g/grovetender_druids.txt b/forge-gui/res/cardsfolder/g/grovetender_druids.txt index a59b3687fee..c59e0e1cccd 100644 --- a/forge-gui/res/cardsfolder/g/grovetender_druids.txt +++ b/forge-gui/res/cardsfolder/g/grovetender_druids.txt @@ -2,8 +2,7 @@ Name:Grovetender Druids ManaCost:2 G W Types:Creature Elf Druid Ally PT:3/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may pay {1}. If you do, create a 1/1 green Plant creature token. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may pay {1}. If you do, create a 1/1 green Plant creature token. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | Execute$ TrigToken | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may pay {1}. If you do, create a 1/1 green Plant creature token. SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenScript$ g_1_1_plant | LegacyImage$ g 1 1 plant bfz | TokenOwner$ You DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/grovetender_druids.jpg diff --git a/forge-gui/res/cardsfolder/g/gruul_ragebeast.txt b/forge-gui/res/cardsfolder/g/gruul_ragebeast.txt index c03a4b9741b..b8c43f42a93 100644 --- a/forge-gui/res/cardsfolder/g/gruul_ragebeast.txt +++ b/forge-gui/res/cardsfolder/g/gruul_ragebeast.txt @@ -2,8 +2,7 @@ Name:Gruul Ragebeast ManaCost:5 R G Types:Creature Beast PT:6/6 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigFight | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, that creature fights target creature an opponent controls. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigFight | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, that creature fights target creature an opponent controls. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.Other+YouCtrl | Execute$ TrigFight | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, that creature fights target creature an opponent controls. SVar:TrigFight:DB$ Fight | Defined$ TriggeredCardLKICopy | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls. SVar:Picture:http://www.wizards.com/global/images/magic/general/gruul_ragebeast.jpg Oracle:Whenever Gruul Ragebeast or another creature enters the battlefield under your control, that creature fights target creature an opponent controls. diff --git a/forge-gui/res/cardsfolder/h/hada_freeblade.txt b/forge-gui/res/cardsfolder/h/hada_freeblade.txt index 4cfcf1b2a62..904c6dbb14c 100644 --- a/forge-gui/res/cardsfolder/h/hada_freeblade.txt +++ b/forge-gui/res/cardsfolder/h/hada_freeblade.txt @@ -2,8 +2,7 @@ Name:Hada Freeblade ManaCost:W Types:Creature Human Soldier Ally PT:0/1 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/hada_freeblade.jpg diff --git a/forge-gui/res/cardsfolder/h/halimar_excavator.txt b/forge-gui/res/cardsfolder/h/halimar_excavator.txt index 79b81e62eb1..fa6188cf489 100644 --- a/forge-gui/res/cardsfolder/h/halimar_excavator.txt +++ b/forge-gui/res/cardsfolder/h/halimar_excavator.txt @@ -2,8 +2,7 @@ Name:Halimar Excavator ManaCost:1 U Types:Creature Human Wizard Ally PT:1/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player mills X cards, where X is the number of Allies you control. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMill | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player mills X cards, where X is the number of Allies you control. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, target player mills X cards, where X is the number of Allies you control. SVar:TrigMill:DB$ Mill | ValidTgts$ Player | NumCards$ X | TgtPrompt$ Select a target player. | SpellDescription$ Target player mills X cards, where X is the number of Allies you control. SVar:X:Count$Valid Ally.YouCtrl SVar:BuffedBy:Ally diff --git a/forge-gui/res/cardsfolder/h/hammer_of_nazahn.txt b/forge-gui/res/cardsfolder/h/hammer_of_nazahn.txt index fa30c94ea2d..490f7b4d917 100644 --- a/forge-gui/res/cardsfolder/h/hammer_of_nazahn.txt +++ b/forge-gui/res/cardsfolder/h/hammer_of_nazahn.txt @@ -1,8 +1,7 @@ Name:Hammer of Nazahn ManaCost:4 Types:Legendary Artifact Equipment -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigAttach | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another Equipment enters the battlefield under your control, you may attach that Equipment to target creature you control. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Equipment+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigAttach | OptionalDecider$ You | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Equipment enters the battlefield under your control, that Equipment to target creature you control. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Card.Equipment+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigAttach | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another Equipment enters the battlefield under your control, you may attach that Equipment to target creature you control. SVar:TrigAttach:DB$ Attach | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Target creature you control | Object$ TriggeredCard S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddKeyword$ Indestructible | Description$ Equipped creature gets +2/+0 and has indestructible. K:Equip:4 diff --git a/forge-gui/res/cardsfolder/h/harvestguard_alseids.txt b/forge-gui/res/cardsfolder/h/harvestguard_alseids.txt index d343946c140..b06f2897630 100644 --- a/forge-gui/res/cardsfolder/h/harvestguard_alseids.txt +++ b/forge-gui/res/cardsfolder/h/harvestguard_alseids.txt @@ -2,8 +2,7 @@ Name:Harvestguard Alseids ManaCost:2 W Types:Enchantment Creature Nymph PT:2/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, prevent all damage that would be dealt to target creature this turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, prevent all damage that would be dealt to target creature this turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, prevent all damage that would be dealt to target creature this turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Prevent all damage that would be dealt to CARDNAME. SVar:PlayMain1:TRUE SVar:BuffedBy:Enchantment diff --git a/forge-gui/res/cardsfolder/h/humbler_of_mortals.txt b/forge-gui/res/cardsfolder/h/humbler_of_mortals.txt index c170253861a..15d40d5b365 100644 --- a/forge-gui/res/cardsfolder/h/humbler_of_mortals.txt +++ b/forge-gui/res/cardsfolder/h/humbler_of_mortals.txt @@ -2,8 +2,7 @@ Name:Humbler of Mortals ManaCost:4 G G Types:Enchantment Creature Elemental PT:5/5 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, creatures you control gain trample until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, creatures you control gain trample until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, creatures you control gain trample until end of turn. SVar:TrigPump:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Trample | SpellDescription$ Creatures you control gain trample until end of turn. SVar:PlayMain1:TRUE SVar:BuffedBy:Enchantment diff --git a/forge-gui/res/cardsfolder/j/joraga_bard.txt b/forge-gui/res/cardsfolder/j/joraga_bard.txt index a19f4dd6766..4055624c922 100644 --- a/forge-gui/res/cardsfolder/j/joraga_bard.txt +++ b/forge-gui/res/cardsfolder/j/joraga_bard.txt @@ -2,8 +2,7 @@ Name:Joraga Bard ManaCost:3 G Types:Creature Elf Rogue Bard Ally PT:1/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain vigilance until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain vigilance until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may have Ally creatures you control gain vigilance until end of turn. SVar:TrigPump:DB$ PumpAll | ValidCards$ Ally.YouCtrl | KW$ Vigilance SVar:PlayMain1:TRUE SVar:BuffedBy:Ally diff --git a/forge-gui/res/cardsfolder/k/kalastria_healer.txt b/forge-gui/res/cardsfolder/k/kalastria_healer.txt index ebce8276bc6..fb855a91fd9 100644 --- a/forge-gui/res/cardsfolder/k/kalastria_healer.txt +++ b/forge-gui/res/cardsfolder/k/kalastria_healer.txt @@ -2,8 +2,7 @@ Name:Kalastria Healer ManaCost:1 B Types:Creature Vampire Cleric Ally PT:1/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | Execute$ TrigDrain | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. SVar:TrigDrain:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/k/kapsho_kitefins.txt b/forge-gui/res/cardsfolder/k/kapsho_kitefins.txt index 8277ad30a72..5130812ccef 100644 --- a/forge-gui/res/cardsfolder/k/kapsho_kitefins.txt +++ b/forge-gui/res/cardsfolder/k/kapsho_kitefins.txt @@ -3,8 +3,7 @@ ManaCost:4 U U Types:Creature Fish PT:3/3 K:Flying -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, tap target creature an opponent controls. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigTap | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, tap target creature an opponent controls. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.YouCtrl+Other | Execute$ TrigTap | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, tap target creature an opponent controls. SVar:TrigTap:DB$ Tap | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls. SVar:BuffedBy:Creature SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/k/kazandu_blademaster.txt b/forge-gui/res/cardsfolder/k/kazandu_blademaster.txt index 46b398f4c71..895e5712c5c 100644 --- a/forge-gui/res/cardsfolder/k/kazandu_blademaster.txt +++ b/forge-gui/res/cardsfolder/k/kazandu_blademaster.txt @@ -4,8 +4,7 @@ Types:Creature Human Soldier Ally PT:1/1 K:First Strike K:Vigilance -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/kazandu_blademaster.jpg diff --git a/forge-gui/res/cardsfolder/k/kazuul_warlord.txt b/forge-gui/res/cardsfolder/k/kazuul_warlord.txt index 7bc405286cf..f1177f258b8 100644 --- a/forge-gui/res/cardsfolder/k/kazuul_warlord.txt +++ b/forge-gui/res/cardsfolder/k/kazuul_warlord.txt @@ -2,9 +2,8 @@ Name:Kazuul Warlord ManaCost:4 R Types:Creature Minotaur Warrior Ally PT:3/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on each Ally creature you control. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on each Ally creature you control. -SVar:TrigPutCounter:DB$PutCounterAll | ValidCards$ Ally.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on each Ally creature you control. +SVar:TrigPutCounter:DB$ PutCounterAll | ValidCards$ Ally.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 SVar:PlayMain1:TRUE SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/kazuul_warlord.jpg diff --git a/forge-gui/res/cardsfolder/k/kor_celebrant.txt b/forge-gui/res/cardsfolder/k/kor_celebrant.txt index 41870a6cdff..0006e8d7568 100755 --- a/forge-gui/res/cardsfolder/k/kor_celebrant.txt +++ b/forge-gui/res/cardsfolder/k/kor_celebrant.txt @@ -2,8 +2,7 @@ Name:Kor Celebrant ManaCost:2 W Types:Creature Kor Cleric PT:1/4 -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigGainLife | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you gain 1 life. -T:Mode$ ChangesZone | ValidCard$ Creature.Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigGainLife | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you gain 1 life. +T:Mode$ ChangesZone | ValidCard$ Card.Self,Creature.Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigGainLife | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you gain 1 life. SVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 DeckHas:Ability$LifeGain Oracle:Whenever Kor Celebrant or another creature enters the battlefield under your control, you gain 1 life. diff --git a/forge-gui/res/cardsfolder/k/kor_entanglers.txt b/forge-gui/res/cardsfolder/k/kor_entanglers.txt index f04bf7df656..f32fc99c77b 100644 --- a/forge-gui/res/cardsfolder/k/kor_entanglers.txt +++ b/forge-gui/res/cardsfolder/k/kor_entanglers.txt @@ -2,8 +2,7 @@ Name:Kor Entanglers ManaCost:4 W Types:Creature Kor Soldier Ally PT:3/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, tap target creature an opponent controls. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigTap | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, tap target creature an opponent controls. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | Execute$ TrigTap | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, tap target creature an opponent controls. SVar:TrigTap:DB$ Tap | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls. SVar:PlayMain1:TRUE SVar:BuffedBy:Ally diff --git a/forge-gui/res/cardsfolder/m/makindi_shieldmate.txt b/forge-gui/res/cardsfolder/m/makindi_shieldmate.txt index 458a4d4ca09..8364a29bc5a 100644 --- a/forge-gui/res/cardsfolder/m/makindi_shieldmate.txt +++ b/forge-gui/res/cardsfolder/m/makindi_shieldmate.txt @@ -3,8 +3,7 @@ ManaCost:2 W Types:Creature Kor Soldier Ally PT:0/3 K:Defender -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtr | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/m/mardu_woe_reaper.txt b/forge-gui/res/cardsfolder/m/mardu_woe_reaper.txt index 455699700f0..a3316e97ab8 100644 --- a/forge-gui/res/cardsfolder/m/mardu_woe_reaper.txt +++ b/forge-gui/res/cardsfolder/m/mardu_woe_reaper.txt @@ -2,8 +2,7 @@ Name:Mardu Woe-Reaper ManaCost:W Types:Creature Human Warrior PT:2/1 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigExile| TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your control, you may exile target creature card from a graveyard. If you do, you gain 1 life. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Warrior.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigExile | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your control, you may exile target creature card from a graveyard. If you do, you gain 1 life. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Warrior.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your control, you may exile target creature card from a graveyard. If you do, you gain 1 life. SVar:TrigExile:DB$ ChangeZone | ValidTgts$ Creature | TgtPrompt$ Select target creature card | Origin$ Graveyard | Destination$ Exile | RememberChanged$ True | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | LifeAmount$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/m/marit_lages_slumber.txt b/forge-gui/res/cardsfolder/m/marit_lages_slumber.txt index 55a004d352a..a04b6640191 100644 --- a/forge-gui/res/cardsfolder/m/marit_lages_slumber.txt +++ b/forge-gui/res/cardsfolder/m/marit_lages_slumber.txt @@ -1,8 +1,7 @@ Name:Marit Lage's Slumber ManaCost:1 U Types:Legendary Snow Enchantment -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Permanent.Snow+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Whenever CARDNAME or another snow permanent enters the battlefield under your control, scry 1. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Secondary$ True | Execute$ TrigScry | TriggerDescription$ Whenever CARDNAME or another snow permanent enters the battlefield under your control, scry 1. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Permanent.Snow+Other+YouCtrl | Execute$ TrigScry | TriggerDescription$ Whenever CARDNAME or another snow permanent enters the battlefield under your control, scry 1. SVar:TrigScry:DB$ Scry | ScryNum$ 1 | SpellDescription$ Scry 1. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Permanent.Snow+YouCtrl | PresentCompare$ GE10 | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, if you control ten or more snow permanents, sacrifice CARDNAME. If you do, create Marit Lage, a legendary 20/20 black Avatar creature token with flying and indestructible. SVar:TrigSac:DB$ Sacrifice | RememberSacrificed$ True | SubAbility$ DBToken diff --git a/forge-gui/res/cardsfolder/m/munda_ambush_leader.txt b/forge-gui/res/cardsfolder/m/munda_ambush_leader.txt index 396cbcd751a..d651610cf84 100644 --- a/forge-gui/res/cardsfolder/m/munda_ambush_leader.txt +++ b/forge-gui/res/cardsfolder/m/munda_ambush_leader.txt @@ -3,8 +3,7 @@ ManaCost:2 R W Types:Legendary Creature Kor Ally PT:3/4 K:Haste -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDig | OptionalDecider$ You | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may look at the top four cards of your library. If you do, reveal any number of Ally cards from among them, then put those cards on top of your library in any order and the rest on the bottom in any order. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDig | Secondary$ True | OptionalDecider$ You | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may look at the top four cards of your library. If you do, reveal any number of Ally cards from among them, then put those cards on top of your library in any order and the rest on the bottom in any order. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | Execute$ TrigDig | OptionalDecider$ You | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may look at the top four cards of your library. If you do, reveal any number of Ally cards from among them, then put those cards on top of your library in any order and the rest on the bottom in any order. SVar:TrigDig:DB$ Dig | DigNum$ 4 | AnyNumber$ True | ChangeValid$ Ally | DestinationZone$ Library | LibraryPosition$ 0 DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/munda_ambush_leader.jpg diff --git a/forge-gui/res/cardsfolder/n/nebelgast_herald.txt b/forge-gui/res/cardsfolder/n/nebelgast_herald.txt index 87e1e79592a..65509bfa0bd 100644 --- a/forge-gui/res/cardsfolder/n/nebelgast_herald.txt +++ b/forge-gui/res/cardsfolder/n/nebelgast_herald.txt @@ -4,8 +4,7 @@ Types:Creature Spirit PT:2/1 K:Flash K:Flying -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ Whenever Nebelgast Herald or another Spirit enters the battlefield under your control, tap target creature an opponent controls. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Spirit+YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigTap | Secondary$ True | TriggerDescription$ Whenever another white creature enters the battlefield under your control, tap target creature an opponent controls. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Spirit.YouCtrl+Other | Execute$ TrigTap | TriggerDescription$ Whenever CARDNAME or another Spirit enters the battlefield under your control, tap target creature an opponent controls. SVar:TrigTap:DB$ Tap | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls. SVar:BuffedBy:Spirit DeckHints:Type$Spirit diff --git a/forge-gui/res/cardsfolder/n/nimana_sell_sword.txt b/forge-gui/res/cardsfolder/n/nimana_sell_sword.txt index 41569159e6f..4ebc533cb30 100644 --- a/forge-gui/res/cardsfolder/n/nimana_sell_sword.txt +++ b/forge-gui/res/cardsfolder/n/nimana_sell_sword.txt @@ -2,8 +2,7 @@ Name:Nimana Sell-Sword ManaCost:3 B Types:Creature Human Warrior Ally PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/nimana_sell_sword.jpg diff --git a/forge-gui/res/cardsfolder/n/noxious_ghoul.txt b/forge-gui/res/cardsfolder/n/noxious_ghoul.txt index 6e5f3164e27..da7909cc39a 100644 --- a/forge-gui/res/cardsfolder/n/noxious_ghoul.txt +++ b/forge-gui/res/cardsfolder/n/noxious_ghoul.txt @@ -2,8 +2,7 @@ Name:Noxious Ghoul ManaCost:3 B B Types:Creature Zombie PT:3/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ Whenever CARDNAME or another Zombie enters the battlefield, all non-Zombie creatures get -1/-1 until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Zombie.Other | Execute$ TrigPumpAll | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Zombie enters the battlefield, all non-Zombie creatures get -1/-1 until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Zombie.Other | Execute$ TrigPumpAll | TriggerDescription$ Whenever CARDNAME or another Zombie enters the battlefield, all non-Zombie creatures get -1/-1 until end of turn. SVar:TrigPumpAll:DB$ PumpAll | ValidCards$ Creature.nonZombie | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True SVar:PlayMain1:TRUE Oracle:Whenever Noxious Ghoul or another Zombie enters the battlefield, all non-Zombie creatures get -1/-1 until end of turn. diff --git a/forge-gui/res/cardsfolder/n/nyleas_colossus.txt b/forge-gui/res/cardsfolder/n/nyleas_colossus.txt index 08aea395421..9a831b12528 100644 --- a/forge-gui/res/cardsfolder/n/nyleas_colossus.txt +++ b/forge-gui/res/cardsfolder/n/nyleas_colossus.txt @@ -2,8 +2,7 @@ Name:Nylea's Colossus ManaCost:6 G Types:Enchantment Creature Giant PT:6/6 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation Whenever CARDNAME or another enchantment enters the battlefield under your control, double target creature's power and toughness until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigPump | TriggerDescription$ Constellation Whenever CARDNAME or another enchantment enters the battlefield under your control, double target creature's power and toughness until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation Whenever CARDNAME or another enchantment enters the battlefield under your control, double target creature's power and toughness until end of turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +X | NumDef$ +Y | RememberTargets$ True | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$CardPower diff --git a/forge-gui/res/cardsfolder/o/oakheart_dryads.txt b/forge-gui/res/cardsfolder/o/oakheart_dryads.txt index 01266382762..9688d0fbe90 100644 --- a/forge-gui/res/cardsfolder/o/oakheart_dryads.txt +++ b/forge-gui/res/cardsfolder/o/oakheart_dryads.txt @@ -2,8 +2,7 @@ Name:Oakheart Dryads ManaCost:2 G Types:Enchantment Creature Nymph Dryad PT:2/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gets +1/+1 until end of turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gets +1/+1 until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gets +1/+1 until end of turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | NumAtt$ +1 | NumDef$ +1 SVar:BuffedBy:Enchantment SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/o/oath_of_the_ancient_wood.txt b/forge-gui/res/cardsfolder/o/oath_of_the_ancient_wood.txt index 9626570a723..44afac340ac 100644 --- a/forge-gui/res/cardsfolder/o/oath_of_the_ancient_wood.txt +++ b/forge-gui/res/cardsfolder/o/oath_of_the_ancient_wood.txt @@ -1,8 +1,7 @@ Name:Oath of the Ancient Wood ManaCost:2 G Types:Enchantment -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another enchantment enters the battlefield under your control, you may put a +1/+1 counter on target creature. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | Secondary$ True | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another enchantment enters the battlefield under your control, you may put a +1/+1 counter on target creature. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPutCounter | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another enchantment enters the battlefield under your control, you may put a +1/+1 counter on target creature. SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/oath_of_the_ancient_wood.jpg diff --git a/forge-gui/res/cardsfolder/o/oran_rief_survivalist.txt b/forge-gui/res/cardsfolder/o/oran_rief_survivalist.txt index d0f7c09830c..0cffd13b632 100644 --- a/forge-gui/res/cardsfolder/o/oran_rief_survivalist.txt +++ b/forge-gui/res/cardsfolder/o/oran_rief_survivalist.txt @@ -2,8 +2,7 @@ Name:Oran-Rief Survivalist ManaCost:1 G Types:Creature Human Warrior Ally PT:1/1 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/oran_rief_survivalist.jpg diff --git a/forge-gui/res/cardsfolder/q/qasali_slingers.txt b/forge-gui/res/cardsfolder/q/qasali_slingers.txt index fc7f62c9673..e05bd368fda 100644 --- a/forge-gui/res/cardsfolder/q/qasali_slingers.txt +++ b/forge-gui/res/cardsfolder/q/qasali_slingers.txt @@ -3,8 +3,7 @@ ManaCost:4 G Types:Creature Cat Warrior PT:3/5 K:Reach -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another Cat enters the battlefield under your control, you may destroy target artifact or enchantment. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Cat.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDestroy | Secondary$ True | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another Cat enters the battlefield under your control, you may destroy target artifact or enchantment. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Cat.Other+YouCtrl | Execute$ TrigDestroy | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another Cat enters the battlefield under your control, you may destroy target artifact or enchantment. SVar:TrigDestroy:DB$ Destroy | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment DeckHints:Type$Cat SVar:Picture:http://www.wizards.com/global/images/magic/general/qasali_slingers.jpg diff --git a/forge-gui/res/cardsfolder/r/risen_reef.txt b/forge-gui/res/cardsfolder/r/risen_reef.txt index 3c64017c542..344a140c238 100644 --- a/forge-gui/res/cardsfolder/r/risen_reef.txt +++ b/forge-gui/res/cardsfolder/r/risen_reef.txt @@ -2,8 +2,7 @@ Name:Risen Reef ManaCost:1 G U Types:Creature Elemental PT:1/1 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPeek | TriggerDescription$ Whenever CARDNAME or another Elemental enters the battlefield under your control, look at the top card of your library. If it's a land card, you may put it onto the battlefield tapped. If you don't put the card onto the battlefield, put it into your hand. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Elemental.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigPeek | TriggerDescription$ Whenever CARDNAME or another Elemental enters the battlefield under your control, look at the top card of your library. If it's a land card, you may put it onto the battlefield tapped. If you don't put the card onto the battlefield, put it into your hand. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Elemental.Other+YouCtrl | Execute$ TrigPeek | TriggerDescription$ Whenever CARDNAME or another Elemental enters the battlefield under your control, look at the top card of your library. If it's a land card, you may put it onto the battlefield tapped. If you don't put the card onto the battlefield, put it into your hand. SVar:TrigPeek:DB$ PeekAndReveal | PeekAmount$ 1 | NoReveal$ True | RememberPeeked$ True | SubAbility$ DBChangeZone SVar:DBChangeZone:DB$ ChangeZone | Optional$ True | ForgetChanged$ True | Origin$ Library | Destination$ Battlefield | Defined$ Remembered | ConditionDefined$ Remembered | ConditionPresent$ Land | ConditionCompare$ GE1 | Tapped$ True | SubAbility$ DBHand SVar:DBHand:DB$ ChangeZone | Origin$ Library | Destination$ Hand | Defined$ Remembered | SubAbility$ DBCleanup diff --git a/forge-gui/res/cardsfolder/s/sage_of_the_falls.txt b/forge-gui/res/cardsfolder/s/sage_of_the_falls.txt index f27a147b5f8..db91888eb98 100644 --- a/forge-gui/res/cardsfolder/s/sage_of_the_falls.txt +++ b/forge-gui/res/cardsfolder/s/sage_of_the_falls.txt @@ -2,7 +2,6 @@ Name:Sage of the Falls ManaCost:4 U Types:Creature Merfolk Wizard PT:2/5 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigLoot | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another non-Human creature enters the battlefield under your control, you may draw a card. If you do, discard a card. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.nonHuman+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigLoot | OptionalDecider$ You | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another non-Human creature enters the battlefield under your control, you may draw a card. If you do, discard a card. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.nonHuman+Other+YouCtrl | Execute$ TrigLoot | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME or another non-Human creature enters the battlefield under your control, you may draw a card. If you do, discard a card. SVar:TrigLoot:AB$ Discard | Defined$ You | Mode$ TgtChoose | NumCards$ 1 | Cost$ Draw<1/You> Oracle:Whenever Sage of the Falls or another non-Human creature enters the battlefield under your control, you may draw a card. If you do, discard a card. diff --git a/forge-gui/res/cardsfolder/s/scourge_of_valkas.txt b/forge-gui/res/cardsfolder/s/scourge_of_valkas.txt index e459e0268d8..e9130693112 100644 --- a/forge-gui/res/cardsfolder/s/scourge_of_valkas.txt +++ b/forge-gui/res/cardsfolder/s/scourge_of_valkas.txt @@ -3,8 +3,7 @@ ManaCost:2 R R R Types:Creature Dragon PT:4/4 K:Flying -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDamage | TriggerDescription$ Whenever CARDNAME or another Dragon enters the battlefield under your control, it deals X damage to any target, where X is the number of Dragons you control. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Dragon.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDamage | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Dragon enters the battlefield under your control, it deals X damage to any target, where X is the number of Dragons you control. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Dragon.Other+YouCtrl | Execute$ TrigDamage | TriggerDescription$ Whenever CARDNAME or another Dragon enters the battlefield under your control, it deals X damage to any target, where X is the number of Dragons you control. SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | NumDmg$ NumDragons | TgtPrompt$ Select any target | DamageSource$ TriggeredCard SVar:NumDragons:Count$Valid Dragon.YouCtrl A:AB$ Pump | Cost$ R | Defined$ Self | NumAtt$ +1 | SpellDescription$ CARDNAME gets +1/+0 until end of turn. diff --git a/forge-gui/res/cardsfolder/s/serum_tank.txt b/forge-gui/res/cardsfolder/s/serum_tank.txt index 9c47cb5e648..2d9563d97df 100644 --- a/forge-gui/res/cardsfolder/s/serum_tank.txt +++ b/forge-gui/res/cardsfolder/s/serum_tank.txt @@ -1,8 +1,7 @@ Name:Serum Tank ManaCost:3 Types:Artifact -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another artifact enters the battlefield, put a charge counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Artifact.Other | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another artifact enters the battlefield, put a charge counter on CARDNAME. | Secondary$ True +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Artifact.Other | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another artifact enters the battlefield, put a charge counter on CARDNAME. A:AB$ Draw | Cost$ 3 T SubCounter<1/CHARGE> | NumCards$ 1 | SpellDescription$ Draw a card. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ CHARGE | CounterNum$ 1 AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/s/sethron_hurloon_general.txt b/forge-gui/res/cardsfolder/s/sethron_hurloon_general.txt index d552c85950b..01dc5e1de34 100755 --- a/forge-gui/res/cardsfolder/s/sethron_hurloon_general.txt +++ b/forge-gui/res/cardsfolder/s/sethron_hurloon_general.txt @@ -2,8 +2,7 @@ Name:Sethron, Hurloon General ManaCost:3 R R Types:Legendary Creature Minotaur Warrior PT:4/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another nontoken Minotaur enters enters the battlefield under your control, create a 2/3 red Minotaur creature token. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Minotaur.nonToken+Other+YouCtrl | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another nontoken Minotaur enters the battlefield under your control, create a 2/3 red Minotaur creature token. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Card.Self,Minotaur.nonToken+Other+YouCtrl | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another nontoken Minotaur enters enters the battlefield under your control, create a 2/3 red Minotaur creature token. SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_2_3_minotaur | TokenOwner$ You A:AB$ PumpAll | Cost$ 2 BR | ValidCards$ Minotaur.YouCtrl | NumAtt$ +1 | KW$ Menace & Haste | SpellDescription$ Minotaurs you control get +1/+0 and gain menace and haste until end of turn. SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/s/strength_from_the_fallen.txt b/forge-gui/res/cardsfolder/s/strength_from_the_fallen.txt index f55fbc35252..8fd213a32fa 100644 --- a/forge-gui/res/cardsfolder/s/strength_from_the_fallen.txt +++ b/forge-gui/res/cardsfolder/s/strength_from_the_fallen.txt @@ -1,8 +1,7 @@ Name:Strength from the Fallen ManaCost:1 G Types:Enchantment -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gets +X/+X until end of turn, where X is the number of creature cards in your graveyard. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gets +X/+X until end of turn, where X is the number of creature cards in your graveyard. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature gets +X/+X until end of turn, where X is the number of creature cards in your graveyard. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | NumAtt$ +X | NumDef$ +X SVar:X:Count$TypeInYourYard.Creature SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/t/thassas_devourer.txt b/forge-gui/res/cardsfolder/t/thassas_devourer.txt index 54e8dcab3ce..4bd2f0a1aba 100644 --- a/forge-gui/res/cardsfolder/t/thassas_devourer.txt +++ b/forge-gui/res/cardsfolder/t/thassas_devourer.txt @@ -2,8 +2,7 @@ Name:Thassa's Devourer ManaCost:4 U Types:Enchantment Creature Elemental PT:2/6 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target player mills two cards. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigMill | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target player mills two cards. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigMill | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target player mills two cards. SVar:TrigMill:DB$ Mill | ValidTgts$ Player | TgtPrompt$ Select target player | NumCards$ 2 SVar:BuffedBy:Enchantment Oracle:Constellation — Whenever Thassa's Devourer or another enchantment enters the battlefield under your control, target player mills two cards. diff --git a/forge-gui/res/cardsfolder/t/thieves_guild_enforcer.txt b/forge-gui/res/cardsfolder/t/thieves_guild_enforcer.txt index 61127b748f7..fde50d683f4 100755 --- a/forge-gui/res/cardsfolder/t/thieves_guild_enforcer.txt +++ b/forge-gui/res/cardsfolder/t/thieves_guild_enforcer.txt @@ -3,8 +3,7 @@ ManaCost:B Types:Creature Human Rogue PT:1/1 K:Flash -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME or another Rogue enters the battlefield under your control, each opponent mills two cards. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Rogue.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMill | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Rogue enters the battlefield under your control, each opponent mills two cards. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Rogue.Other+YouCtrl | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME or another Rogue enters the battlefield under your control, each opponent mills two cards. SVar:TrigMill:DB$ Mill | Defined$ Player.Opponent | NumCards$ 2 SVar:BuffedBy:Rogue DeckHints:Type$Rogue diff --git a/forge-gui/res/cardsfolder/t/thorn_mammoth.txt b/forge-gui/res/cardsfolder/t/thorn_mammoth.txt index b66f232aade..210ca49ca64 100644 --- a/forge-gui/res/cardsfolder/t/thorn_mammoth.txt +++ b/forge-gui/res/cardsfolder/t/thorn_mammoth.txt @@ -3,7 +3,6 @@ ManaCost:5 G G Types:Creature Elephant PT:6/6 K:Trample -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigFight | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, CARDNAME fights up to one target creature you don't control. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigFight | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, CARDNAME fights up to one target creature you don't control. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.Other+YouCtrl | Execute$ TrigFight | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, CARDNAME fights up to one target creature you don't control. SVar:TrigFight:DB$ Fight | Defined$ Self | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Choose target creature you don't control | TargetMin$ 0 | TargetMax$ 1 Oracle:Trample\nWhenever Thorn Mammoth or another creature enters the battlefield under your control, Thorn Mammoth fights up to one target creature you don't control. diff --git a/forge-gui/res/cardsfolder/t/thoughtrender_lamia.txt b/forge-gui/res/cardsfolder/t/thoughtrender_lamia.txt index 97078ec65c3..efce69e0362 100644 --- a/forge-gui/res/cardsfolder/t/thoughtrender_lamia.txt +++ b/forge-gui/res/cardsfolder/t/thoughtrender_lamia.txt @@ -2,8 +2,7 @@ Name:Thoughtrender Lamia ManaCost:4 B B Types:Enchantment Creature Lamia PT:5/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDiscard | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, each opponent discards a card. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigDiscard | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, each opponent discards a card. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigDiscard | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, each opponent discards a card. SVar:TrigDiscard:DB$ Discard | Defined$ Player.Opponent | NumCards$ 1 | Mode$ TgtChoose SVar:BuffedBy:Enchantment SVar:Picture:http://www.wizards.com/global/images/magic/general/thoughtrender_lamia.jpg diff --git a/forge-gui/res/cardsfolder/t/thrasher_brute.txt b/forge-gui/res/cardsfolder/t/thrasher_brute.txt index 648eefb2d1e..7e0cdece6c0 100644 --- a/forge-gui/res/cardsfolder/t/thrasher_brute.txt +++ b/forge-gui/res/cardsfolder/t/thrasher_brute.txt @@ -2,8 +2,7 @@ Name:Thrasher Brute ManaCost:3 B Types:Creature Orc Warrior PT:4/3 -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDrain | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your team's control, target opponent loses 1 life and you gain 1 life. -T:Mode$ ChangesZone | ValidCard$ Warrior.Other+YourTeamCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigDrain | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your team's control, target opponent loses 1 life and you gain 1 life. +T:Mode$ ChangesZone | ValidCard$ Card.Self,Warrior.Other+YourTeamCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigDrain | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another Warrior enters the battlefield under your team's control, target opponent loses 1 life and you gain 1 life. SVar:TrigDrain:DB$ LoseLife | ValidTgts$ Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 SVar:BuffedBy:Warrior diff --git a/forge-gui/res/cardsfolder/t/turntimber_ranger.txt b/forge-gui/res/cardsfolder/t/turntimber_ranger.txt index acb07bb8ac6..d7a5d896b34 100644 --- a/forge-gui/res/cardsfolder/t/turntimber_ranger.txt +++ b/forge-gui/res/cardsfolder/t/turntimber_ranger.txt @@ -2,8 +2,7 @@ Name:Turntimber Ranger ManaCost:3 G G Types:Creature Elf Scout Ranger Ally PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may create a 2/2 green Wolf creature token. If you do, put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, create a 2/2 green Wolf creature token. If you do, put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may create a 2/2 green Wolf creature token. If you do, put a +1/+1 counter on CARDNAME. SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf zen | SubAbility$ DBPutCounter SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally diff --git a/forge-gui/res/cardsfolder/u/umara_raptor.txt b/forge-gui/res/cardsfolder/u/umara_raptor.txt index c1c18e1a505..cfc48f1f2af 100644 --- a/forge-gui/res/cardsfolder/u/umara_raptor.txt +++ b/forge-gui/res/cardsfolder/u/umara_raptor.txt @@ -3,8 +3,7 @@ ManaCost:2 U Types:Creature Bird Ally PT:1/1 K:Flying -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Ally.Other+YouCtrl | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/umara_raptor.jpg diff --git a/forge-gui/res/cardsfolder/u/underworld_coinsmith.txt b/forge-gui/res/cardsfolder/u/underworld_coinsmith.txt index cf1974bb312..4fb4e666f71 100644 --- a/forge-gui/res/cardsfolder/u/underworld_coinsmith.txt +++ b/forge-gui/res/cardsfolder/u/underworld_coinsmith.txt @@ -2,8 +2,7 @@ Name:Underworld Coinsmith ManaCost:W B Types:Enchantment Creature Human Cleric PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, you gain 1 life. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigGainLife | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, you gain 1 life. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigGainLife | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, you gain 1 life. SVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 A:AB$ LoseLife | Cost$ W B PayLife<1> | Defined$ Player.Opponent | LifeAmount$ 1 | SpellDescription$ Each Opponent Loses 1 life. SVar:BuffedBy:Enchantment diff --git a/forge-gui/res/cardsfolder/u/unesh_criosphinx_sovereign.txt b/forge-gui/res/cardsfolder/u/unesh_criosphinx_sovereign.txt index cf4f005447c..e9592c5dbd0 100644 --- a/forge-gui/res/cardsfolder/u/unesh_criosphinx_sovereign.txt +++ b/forge-gui/res/cardsfolder/u/unesh_criosphinx_sovereign.txt @@ -4,8 +4,7 @@ Types:Legendary Creature Sphinx PT:4/4 K:Flying S:Mode$ ReduceCost | ValidCard$ Sphinx | Type$ Spell | Activator$ You | Amount$ 2 | Description$ Sphinx spells you cast cost {2} less to cast. -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigChangeZone | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard. -T:Mode$ ChangesZone | ValidCard$ Card.Sphinx+Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigChangeZone | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard. +T:Mode$ ChangesZone | ValidCard$ Card.Self,Card.Sphinx+Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigChangeZone | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard. SVar:TrigChangeZone:DB$ Dig | DigNum$ 4 | Reveal$ True | RememberRevealed$ True | NoMove$ True | SubAbility$ DBTwoPiles | SpellDescription$ 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. SVar:DBTwoPiles:DB$ TwoPiles | Defined$ You | DefinedCards$ Remembered | Separator$ Opponent | ChosenPile$ DBHand | UnchosenPile$ DBGrave SVar:DBHand:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Hand diff --git a/forge-gui/res/cardsfolder/v/verdant_suns_avatar.txt b/forge-gui/res/cardsfolder/v/verdant_suns_avatar.txt index 753e02cc9b7..21e2539584d 100644 --- a/forge-gui/res/cardsfolder/v/verdant_suns_avatar.txt +++ b/forge-gui/res/cardsfolder/v/verdant_suns_avatar.txt @@ -2,8 +2,7 @@ Name:Verdant Sun's Avatar ManaCost:5 G G Types:Creature Dinosaur Avatar PT:5/5 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you gain life equal to that creature's toughness. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigGainLife | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you gain life equal to that creature's toughness. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.YouCtrl+Other | Execute$ TrigGainLife | TriggerDescription$ Whenever CARDNAME or another creature enters the battlefield under your control, you gain life equal to that creature's toughness. SVar:TrigGainLife:DB$GainLife | Defined$ You | LifeAmount$ Life SVar:Life:TriggeredCard$CardToughness SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_suns_avatar.jpg diff --git a/forge-gui/res/cardsfolder/w/whitewater_naiads.txt b/forge-gui/res/cardsfolder/w/whitewater_naiads.txt index b1be95166ca..d2fdd06c3ee 100644 --- a/forge-gui/res/cardsfolder/w/whitewater_naiads.txt +++ b/forge-gui/res/cardsfolder/w/whitewater_naiads.txt @@ -2,8 +2,7 @@ Name:Whitewater Naiads ManaCost:3 U U Types:Enchantment Creature Nymph PT:4/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature can't be blocked this turn. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.Other+YouCtrl | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature can't be blocked this turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Enchantment.Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Constellation — Whenever CARDNAME or another enchantment enters the battlefield under your control, target creature can't be blocked this turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN Unblockable SVar:PlayMain1:TRUE SVar:BuffedBy:Enchantment From 833974595608f47300618a3d87fe484384af301f Mon Sep 17 00:00:00 2001 From: tool4EvEr Date: Tue, 3 Aug 2021 21:19:23 +0200 Subject: [PATCH 20/28] Clean up --- forge-ai/src/main/java/forge/ai/ability/AmassAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/BondAi.java | 1 - .../src/main/java/forge/ai/ability/CanPlayAsDrawbackAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/CharmAi.java | 3 +-- forge-ai/src/main/java/forge/ai/ability/ClashAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/EncodeAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/ExploreAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/FightAi.java | 2 +- forge-ai/src/main/java/forge/ai/ability/FlipACoinAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/InvestigateAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/LifeExchangeAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/SetStateAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/StoreSVarAi.java | 1 - forge-ai/src/main/java/forge/ai/ability/TwoPilesAi.java | 3 +-- 14 files changed, 3 insertions(+), 16 deletions(-) diff --git a/forge-ai/src/main/java/forge/ai/ability/AmassAi.java b/forge-ai/src/main/java/forge/ai/ability/AmassAi.java index b7a649acfb3..e5e7c4d08d6 100644 --- a/forge-ai/src/main/java/forge/ai/ability/AmassAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/AmassAi.java @@ -98,4 +98,3 @@ public class AmassAi extends SpellAbilityAi { return ComputerUtilCard.getBestAI(better); } } - diff --git a/forge-ai/src/main/java/forge/ai/ability/BondAi.java b/forge-ai/src/main/java/forge/ai/ability/BondAi.java index 8619983df69..bd7ea559f1c 100644 --- a/forge-ai/src/main/java/forge/ai/ability/BondAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/BondAi.java @@ -49,7 +49,6 @@ public final class BondAi extends SpellAbilityAi { protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) { return true; } // end bondCanPlayAI() - @Override protected Card chooseSingleCard(Player ai, SpellAbility sa, Iterable options, boolean isOptional, Player targetedPlayer, Map params) { diff --git a/forge-ai/src/main/java/forge/ai/ability/CanPlayAsDrawbackAi.java b/forge-ai/src/main/java/forge/ai/ability/CanPlayAsDrawbackAi.java index a0afe996eac..98cc44d1e39 100644 --- a/forge-ai/src/main/java/forge/ai/ability/CanPlayAsDrawbackAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/CanPlayAsDrawbackAi.java @@ -36,7 +36,6 @@ public class CanPlayAsDrawbackAi extends SpellAbilityAi { return false; } - @Override public SpellAbility chooseSingleSpellAbility(Player player, SpellAbility sa, List spells, Map params) { diff --git a/forge-ai/src/main/java/forge/ai/ability/CharmAi.java b/forge-ai/src/main/java/forge/ai/ability/CharmAi.java index f61b30b1574..3a73a3876d0 100644 --- a/forge-ai/src/main/java/forge/ai/ability/CharmAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/CharmAi.java @@ -30,8 +30,7 @@ public class CharmAi extends SpellAbilityAi { final int min; if (sa.isEntwine()) { num = min = choices.size(); - } - else { + } else { num = AbilityUtils.calculateAmount(source, sa.getParamOrDefault("CharmNum", "1"), sa); min = sa.hasParam("MinCharmNum") ? AbilityUtils.calculateAmount(source, sa.getParamOrDefault("MinCharmNum", "1"), sa) : num; } diff --git a/forge-ai/src/main/java/forge/ai/ability/ClashAi.java b/forge-ai/src/main/java/forge/ai/ability/ClashAi.java index 0c6c65ff151..b02be7b92ab 100644 --- a/forge-ai/src/main/java/forge/ai/ability/ClashAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/ClashAi.java @@ -33,7 +33,6 @@ public class ClashAi extends SpellAbilityAi { return legalAction; } - /* * (non-Javadoc) * diff --git a/forge-ai/src/main/java/forge/ai/ability/EncodeAi.java b/forge-ai/src/main/java/forge/ai/ability/EncodeAi.java index 53587f59cd6..3f68bd73ed8 100644 --- a/forge-ai/src/main/java/forge/ai/ability/EncodeAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/EncodeAi.java @@ -56,7 +56,6 @@ public final class EncodeAi extends SpellAbilityAi { protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) { return true; } - @Override public boolean chkAIDrawback(SpellAbility sa, Player ai) { diff --git a/forge-ai/src/main/java/forge/ai/ability/ExploreAi.java b/forge-ai/src/main/java/forge/ai/ability/ExploreAi.java index 261c4e9d9d6..7cc4abf0dce 100644 --- a/forge-ai/src/main/java/forge/ai/ability/ExploreAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/ExploreAi.java @@ -69,4 +69,3 @@ public class ExploreAi extends SpellAbilityAi { } } - diff --git a/forge-ai/src/main/java/forge/ai/ability/FightAi.java b/forge-ai/src/main/java/forge/ai/ability/FightAi.java index f93c625b14b..56bea9a0ac2 100644 --- a/forge-ai/src/main/java/forge/ai/ability/FightAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/FightAi.java @@ -284,7 +284,7 @@ public class FightAi extends SpellAbilityAi { } return 0; } - + private static boolean shouldFight(Card fighter, Card opponent, int pumpAttack, int pumpDefense) { if (canKill(fighter, opponent, pumpAttack)) { if (!canKill(opponent, fighter, -pumpDefense)) { // can survive diff --git a/forge-ai/src/main/java/forge/ai/ability/FlipACoinAi.java b/forge-ai/src/main/java/forge/ai/ability/FlipACoinAi.java index 984f3c75fab..d41ac5a2aea 100644 --- a/forge-ai/src/main/java/forge/ai/ability/FlipACoinAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/FlipACoinAi.java @@ -14,7 +14,6 @@ public class FlipACoinAi extends SpellAbilityAi { */ @Override protected boolean canPlayAI(Player ai, SpellAbility sa) { - if (sa.hasParam("AILogic")) { String ailogic = sa.getParam("AILogic"); if (ailogic.equals("Never")) { diff --git a/forge-ai/src/main/java/forge/ai/ability/InvestigateAi.java b/forge-ai/src/main/java/forge/ai/ability/InvestigateAi.java index 1ae9da74c7b..e58cf83d66c 100644 --- a/forge-ai/src/main/java/forge/ai/ability/InvestigateAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/InvestigateAi.java @@ -24,4 +24,3 @@ public class InvestigateAi extends SpellAbilityAi { return true; } } - diff --git a/forge-ai/src/main/java/forge/ai/ability/LifeExchangeAi.java b/forge-ai/src/main/java/forge/ai/ability/LifeExchangeAi.java index 2aba049fa22..2f906d3e53f 100644 --- a/forge-ai/src/main/java/forge/ai/ability/LifeExchangeAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/LifeExchangeAi.java @@ -74,7 +74,6 @@ public class LifeExchangeAi extends SpellAbilityAi { @Override protected boolean doTriggerAINoCost(final Player ai, final SpellAbility sa, final boolean mandatory) { - final TargetRestrictions tgt = sa.getTargetRestrictions(); Player opp = AiAttackController.choosePreferredDefenderPlayer(ai); if (tgt != null) { diff --git a/forge-ai/src/main/java/forge/ai/ability/SetStateAi.java b/forge-ai/src/main/java/forge/ai/ability/SetStateAi.java index 29ded831c7f..ff78b3cc8fd 100644 --- a/forge-ai/src/main/java/forge/ai/ability/SetStateAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/SetStateAi.java @@ -199,7 +199,6 @@ public class SetStateAi extends SpellAbilityAi { return false; } - // check which state would be better for attacking if (ph.isPlayerTurn(ai) && ph.getPhase().isBefore(PhaseType.COMBAT_DECLARE_ATTACKERS)) { boolean transformAttack = false; diff --git a/forge-ai/src/main/java/forge/ai/ability/StoreSVarAi.java b/forge-ai/src/main/java/forge/ai/ability/StoreSVarAi.java index bec7848d51e..7e2cdf2423b 100644 --- a/forge-ai/src/main/java/forge/ai/ability/StoreSVarAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/StoreSVarAi.java @@ -66,7 +66,6 @@ public class StoreSVarAi extends SpellAbilityAi { return false; } - return true; } diff --git a/forge-ai/src/main/java/forge/ai/ability/TwoPilesAi.java b/forge-ai/src/main/java/forge/ai/ability/TwoPilesAi.java index d5b687f0774..fd55af81ab8 100644 --- a/forge-ai/src/main/java/forge/ai/ability/TwoPilesAi.java +++ b/forge-ai/src/main/java/forge/ai/ability/TwoPilesAi.java @@ -47,8 +47,7 @@ public class TwoPilesAi extends SpellAbilityAi { CardCollectionView pool; if (sa.hasParam("DefinedCards")) { pool = AbilityUtils.getDefinedCards(sa.getHostCard(), sa.getParam("DefinedCards"), sa); - } - else { + } else { pool = p.getCardsIn(zone); } pool = CardLists.getValidCards(pool, valid, card.getController(), card, sa); From 5b4653754f7b5ecb4a00f25f10226298f18434a6 Mon Sep 17 00:00:00 2001 From: tool4EvEr Date: Tue, 3 Aug 2021 22:27:58 +0200 Subject: [PATCH 21/28] Fix same choices --- .../ability/effects/ChangeTargetsEffect.java | 18 +++++++++--------- .../res/cardsfolder/b/bond_of_flourishing.txt | 2 +- .../res/cardsfolder/b/bond_of_passion.txt | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/forge-game/src/main/java/forge/game/ability/effects/ChangeTargetsEffect.java b/forge-game/src/main/java/forge/game/ability/effects/ChangeTargetsEffect.java index e625c7ab55b..c3a24f2b8ce 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/ChangeTargetsEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/ChangeTargetsEffect.java @@ -56,10 +56,10 @@ public class ChangeTargetsEffect extends SpellAbilityEffect { if (sa.hasParam("ChangeSingleTarget")) { // 1. choose a target of target spell List> allTargets = new ArrayList<>(); - while(changingTgtSI != null) { + while (changingTgtSI != null) { SpellAbility changedSa = changingTgtSI.getSpellAbility(true); if (changedSa.usesTargeting()) { - for(GameObject it : changedSa.getTargets()) + for (GameObject it : changedSa.getTargets()) allTargets.add(ImmutablePair.of(changingTgtSI, it)); } changingTgtSI = changingTgtSI.getSubInstance(); @@ -76,12 +76,14 @@ public class ChangeTargetsEffect extends SpellAbilityEffect { GameObject oldTarget = chosenTarget.getValue(); TargetChoices oldTargetBlock = replaceIn.getTargetChoices(); TargetChoices newTargetBlock = oldTargetBlock.clone(); - // gets the divied value from old target + // gets the divided value from old target Integer div = oldTargetBlock.getDividedValue(oldTarget); // 3. test if updated choices would be correct. GameObject newTarget = Iterables.getFirst(getDefinedCardsOrTargeted(sa, "DefinedMagnet"), null); - if (replaceIn.getSpellAbility(true).canTarget(newTarget)) { + // CR 115.3. The same target can’t be chosen multiple times for + // any one instance of the word “target” on a spell or ability. + if (!oldTargetBlock.contains(newTarget) && replaceIn.getSpellAbility(true).canTarget(newTarget)) { newTargetBlock.remove(oldTarget); newTargetBlock.add(newTarget); if (div != null) { @@ -89,9 +91,8 @@ public class ChangeTargetsEffect extends SpellAbilityEffect { } replaceIn.updateTarget(newTargetBlock, sa.getHostCard()); } - } - else { - while(changingTgtSI != null) { + } else { + while (changingTgtSI != null) { SpellAbility changingTgtSA = changingTgtSI.getSpellAbility(true); if (changingTgtSA.usesTargeting()) { // random target and DefinedMagnet works on single targets @@ -126,8 +127,7 @@ public class ChangeTargetsEffect extends SpellAbilityEffect { changingTgtSA.addDividedAllocation(newTarget, div); } } - } - else { + } else { // Update targets, with a potential new target Predicate filter = sa.hasParam("TargetRestriction") ? GameObjectPredicates.restriction(sa.getParam("TargetRestriction").split(","), activator, sa.getHostCard(), sa) : null; // TODO Creature.Other might not work yet as it should diff --git a/forge-gui/res/cardsfolder/b/bond_of_flourishing.txt b/forge-gui/res/cardsfolder/b/bond_of_flourishing.txt index 5a9655472b9..4866f0396db 100644 --- a/forge-gui/res/cardsfolder/b/bond_of_flourishing.txt +++ b/forge-gui/res/cardsfolder/b/bond_of_flourishing.txt @@ -2,5 +2,5 @@ Name:Bond of Flourishing ManaCost:1 G Types:Sorcery A:SP$ Dig | Cost$ 1 G | DigNum$ 3 | ChangeNum$ 1 | Optional$ True | ChangeValid$ Permanent | DestinationZone$ Hand | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | SubAbility$ GainLife | SpellDescription$ Look at the top three cards of your library. You may reveal a permanent card from among them and put it into your hand. Put the rest on the bottom of your library in any order. You gain 3 life. -SVar:GainLife:DB$GainLife | LifeAmount$ 3 +SVar:GainLife:DB$ GainLife | LifeAmount$ 3 Oracle:Look at the top three cards of your library. You may reveal a permanent card from among them and put it into your hand. Put the rest on the bottom of your library in any order. You gain 3 life. diff --git a/forge-gui/res/cardsfolder/b/bond_of_passion.txt b/forge-gui/res/cardsfolder/b/bond_of_passion.txt index de92d3affc3..d4e57f1adb7 100644 --- a/forge-gui/res/cardsfolder/b/bond_of_passion.txt +++ b/forge-gui/res/cardsfolder/b/bond_of_passion.txt @@ -2,5 +2,5 @@ Name:Bond of Passion ManaCost:4 R R Types:Sorcery A:SP$ GainControl | Cost$ 4 R R | ValidTgts$ Creature | TgtPrompt$ Select target creature. | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SubAbility$ DBDamage | SpellDescription$ Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. CARDNAME deals 2 damage to any target. -SVar:DBDamage:DB$DealDamage | ValidTgts$ Creature,Player,Planeswalker | NumDmg$ 2 | TargetUnique$ True | TgtPrompt$ Select any target. +SVar:DBDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | NumDmg$ 2 | TargetUnique$ True | TgtPrompt$ Select any target. Oracle:Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. Bond of Passion deals 2 damage to any other target. From 5c033655c7363a95151101aa3dd8321a40457ef1 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Tue, 3 Aug 2021 21:03:18 -0400 Subject: [PATCH 22/28] SoundEffectType.java add RollDie filename --- forge-gui/src/main/java/forge/sound/SoundEffectType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/forge-gui/src/main/java/forge/sound/SoundEffectType.java b/forge-gui/src/main/java/forge/sound/SoundEffectType.java index 944f9d70c03..a060050f040 100644 --- a/forge-gui/src/main/java/forge/sound/SoundEffectType.java +++ b/forge-gui/src/main/java/forge/sound/SoundEffectType.java @@ -79,6 +79,7 @@ public enum SoundEffectType { RedLand("red_land.mp3", false), Regen("regeneration.mp3", false), RemoveCounter("remove_counter.mp3", true), + RollDie("roll_die.mp3", false), Sacrifice("sacrifice.mp3", true), ScriptedEffect("", false), // Plays the effect defined by SVar:SoundEffect Shuffle("shuffle.mp3", false), From 62ab654497f36a5bcf7b093f4f9b3086db92c198 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Tue, 3 Aug 2021 21:04:00 -0400 Subject: [PATCH 23/28] add die roll event to RollDiceEffect and RollPlanarDiceEffect --- .../main/java/forge/game/ability/effects/RollDiceEffect.java | 3 +++ .../java/forge/game/ability/effects/RollPlanarDiceEffect.java | 3 +++ 2 files changed, 6 insertions(+) diff --git a/forge-game/src/main/java/forge/game/ability/effects/RollDiceEffect.java b/forge-game/src/main/java/forge/game/ability/effects/RollDiceEffect.java index 653f3fc4b4c..8bbfea68780 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/RollDiceEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/RollDiceEffect.java @@ -4,6 +4,7 @@ import java.util.ArrayList; import java.util.List; import java.util.Map; +import forge.game.event.GameEventRollDie; import org.apache.commons.lang3.StringUtils; import forge.game.ability.AbilityKey; @@ -75,6 +76,8 @@ public class RollDiceEffect extends SpellAbilityEffect { for (int i = 0; i < amount; i++) { int roll = MyRandom.getRandom().nextInt(sides) + 1; + // Play the die roll sound + player.getGame().fireEvent(new GameEventRollDie()); rolls.add(roll); total += roll; } diff --git a/forge-game/src/main/java/forge/game/ability/effects/RollPlanarDiceEffect.java b/forge-game/src/main/java/forge/game/ability/effects/RollPlanarDiceEffect.java index 221a3182d1e..b81802142d9 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/RollPlanarDiceEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/RollPlanarDiceEffect.java @@ -3,6 +3,7 @@ package forge.game.ability.effects; import forge.game.Game; import forge.game.PlanarDice; import forge.game.ability.SpellAbilityEffect; +import forge.game.event.GameEventRollDie; import forge.game.player.Player; import forge.game.spellability.SpellAbility; import forge.util.Localizer; @@ -26,6 +27,8 @@ public class RollPlanarDiceEffect extends SpellAbilityEffect { game.getPhaseHandler().incPlanarDiceRolledthisTurn(); } PlanarDice result = PlanarDice.roll(activator, null); + // Play the die roll sound + activator.getGame().fireEvent(new GameEventRollDie()); String message = Localizer.getInstance().getMessage("lblPlayerRolledResult", activator.getName(), result.toString()); game.getAction().notifyOfValue(sa, activator, message, null); From b0c242141986ff44319b6f03c143121612046015 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Tue, 3 Aug 2021 21:04:28 -0400 Subject: [PATCH 24/28] royalty-free die roll mp3 from SoundBible.com --- forge-gui/res/sound/roll_die.mp3 | Bin 0 -> 18832 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 forge-gui/res/sound/roll_die.mp3 diff --git a/forge-gui/res/sound/roll_die.mp3 b/forge-gui/res/sound/roll_die.mp3 new file mode 100644 index 0000000000000000000000000000000000000000..1306cb17a71db9270aff55745700fc525e97d976 GIT binary patch literal 18832 zcmdq|_g7O*_XiB06heRip@(XK0HGQ}FGA?OcLWW+BSjF)C7~Aq>0Rka7Zgyi(2*`( zuu+vFDk>^HPq^;yeXn=DKRkcHv)4Lj=A2AsKC@@`p4of$G0>KQ0B0m>tz~9PNnw=B z?5ej%h_$(nG$qeSxvZ{)1-fhcxcYlYxm^h$AEmofUjDz5y-%PQrNG&ru>fG;3{X=e z5NvF0XtaccguJ|}s;a)et*!0l%iiAJAtASJ-HMOT$;r8QucD%&wzjFM>CvOk&d%=c zzP`R!uSP~j#>eO8=H9(qUS8hV*xA|n`SbVh-+%w^@9!TT9vvN>oSdGXlF5{|%#Afn zbY!HIltQ2#|HUVV#!wlV0HEbF93H9LHUItL|FbFis8kzZ*ad({5&*y{qd>`mpbjfs zXuxXW21$@W>ACRI<983p|I%sR;-b>Ss~%oT8SsYCmJh~0yq_58Q?mZ^>wk*eJIXAi zj)uIV>I+om0LAusXx0I6*yAgixz7*(Tkh!m*MG+DeV6==H%^`iD6!5MwLnrP0T%L~ zD(Kvk0c}aOuCu4E@HO> zkgZC{dq?b@_e^i%BhQ{GG}qSn>8dbW>!QRMG1e79^k%KCQZ8|&IajhkYaFdUg!9SuUkAt0cL5iIwRd_;1ehJtVr zdPsmZ9J7r2MHzaUA6pzb8UUzTr9%GxB_FX=u_5L8^x3d&s*hJ{yj@S~;aj_dye;N{B^0we6l-s< zGlbV2C*~Cls4~v1{J_0LAl-V#M`~<08_UV+_P_6r1YZ} zJibZTXmx}!TUr#&kG({NJb)412T*uX+_}_~d63A9B61 z)Rp}GWV=+NLaXw7E%|L$QRJ7inQ=yYm+sgmeL7DjM>furkDA^0NKh-oq0@j;phiMe zeOw#hc*`wx&2JzkNk7|_vUO+*W1AWK#*R|6b!w(&xXMV zX<b)*<#cX9JnLPWYk?m0(nS3II$=iNN{vCPp zqUiDCX)@Wd#`)@B8S-88;>2?OcaKSd;m(=h${*oYm)dB$@n(k4!d9 zj+{TTBX2t{3U5yYRtUqTML+Ky@;cdo+ z*b)|LqjkgI2|833+Q`hh`A)9m-+)O1DW%1AxbB^DG{>=Gzk^D1B~+M)^%oSsTS9-? z@&cak(E%X{u{`pEkF0h*u!N#MDD0&mq0q;Nrw>ox$r<41>%p;6|k6vHj z-~I#Dg~6c3o6zeOJgKkF#oN)wSg!O%{mQ>a7hh~8Hq!iERvL_dLW9Fhesb9FFVEz8 zxUi%Eb|J6y;Mwl;!0M7lWU-~+)Goix9O6&3P|to$Vd0UWj(SrPfNZc>qN*`~Ofp0I zq&EZn0BUrTY_bD}1sz2T3`JA1V8HAE6l1uDOGG>#tL zUL&0>=52qtfYH3jQJf(DBsIWq>f=L}l4soCt}msiXBeS2a(Q2v7%^yNj^v1Pt$VyO zG4NMseHO40BB70aoG~g*&T)Qzp#IBx^3u7#xF@c5+|SHL2#SPC6o|HtUi3jA2}JZ< z)=0a7DjjT-9-vPG20gEfjtaBiLcZUANjm{rkY3d;ED0IRZi#_Ope-^lQR#wV>AA}F z2m^K=36JyH{V(J1b(gXB7!pg{8yaj`BO`MV!apm(V=ok3@II#HjuaK*ixYvJ@MlLh6k8_fieC5{H`&wm9$H2=2=K@FT zZ8k22M}mgLrq@y>uX$!hTU;c6as7HZQ>G^CQby$4ly8AD5`JR*f;y;`xxG1G(6=cvP#6?A=Ado%4=%MRvYE#WeDW6ze0t%3^ zrMDB4>*8}{mQM}Mou*h6s>K117TrzP?jae= zE{vz7=%kEmd&DC>(@Fk>1FrM*yo@S!L9)o!-n}B7f`CNoJENjhiBf2;;dWD4F-qov z3REVq(W!07BdN(Fw;)k%=)-ST=dV#ck(W2N!rEaa4nZp4ldnF?dn^3wV^+s67SmaE zniM4|s5)0_z;MvLyy3sWoO}FbW=<^$C)eMMKk?bsJ=l6aZmVgB_hRe2NzsF6RGGUX z@uGe|@~De3;P?e9)nUwFb{zmnQ2oXBZ$?^C-4H#L!Q7WEQoj~E&W0jZ}zyI5X4YK+XWz8CU$=w#{kT^)9Y-}O# z_%gNIN&$>ut3H?n-3=ZR)0lY_t{zW|_v#bj>3&7;a}z8dhe`B^vWId}^H9+nmI-}H zWQJNRIz1|AY$2A#&?&fY;&9vaQLtQBQxH|{2E3QaBUNpM#Dy@H#c^rtTMksSLCZ_| zCBo1`^r{`HIGlh;o$^GoYI*3T7@}x!!~j_8_s_BXXqUQYm+g0`B84HM@ej(cPHh;f z=DrSX-D{P5pPnREIhG%cjLp~V)@L`7+NavGZ-&-4jr|tV=L@fRDA8b?$jVRi>4&Ah z`3Ej%k)!AX1Er3->_zg>`InP^CK*;%wmDvUfQA5p01gek(`x_#z1GG^)qWw8#$c1H z4UKejIy$)ymALf)#9ibXRgcNTH-B ztfbD%(!r#mRxK0vTh}EoLX7Swwaw9`D;}F4Iu-krYhQX~jkJ|4WSg2DY}}9BpB#Jo zq{@2QJC>R=?`f_&*;c*ehcEf4+r5uOoo;$2LdX^x+V2z*Lb6e$E*=my;j1Gzlc0Kr z6OwNoOz52+JQUq=S8sZx2f@FAa{9#K77qu@!Y%U@1f*B!PXAp0qnR-B zp{)4di=R@t9Tmyq>z)^7B~3c}|B_F%Zhw3EFmhz1*4Ev}6U@ZyWO9k7AAv%fVVzh% zwez9>mhDC2VNTU%k2fEpx{u*}FNYQG#`)0o#|_a~XW0rEyBW(Llsu4h`TVBD4bP_> zPk-KTBgyN|r7TQsKb@W5=re;W?>}d_T(oiAa`j{CH$P0HEefl-AgHTj-w|plGe}oT z;(eQ~+>^+};vh`o0a#%<5)4eu0&FOV+B8IJ=tE9Jb7Eq=Ry3H2V60w;TrSWYj6i6U z%-Ky1gi6SVnv>k=Y{Sy+e7hsuQdakv%U>{iN`24pPmD&t5R8Dv2V^@Xwya!R^*h0f&yQl!id`=E~x5?rMuZYDddcs*+Q{LaM%TE2Ae@Xw!Mc_{7JLheQvidAh z#=f^BV#cyo9u;K#N5@fBx6M2Uyh`5p%E6r#vb58^hbMxI zJ{NuOnP_n5*>}4W7FgBsKX{oLm}L`cRZw>}c+&qg%KadwP-(a~{*y{o9O5>AfwYiu9?*i`0l_!Ws4)BzJeehA;X#^a;84 z

@Jtn{=C?fsJ2OY$>*p_y-(W&I6nE#LmZkw|{jtxB9 z4=o{+4@SRF-)7BsIsK}`+de87@nz`1)YG^Wj)oJWKNlJZq5;rsLHs*!UTa+pJub+& z4g#j`2I6e26Scucu?WrHs@!7{WqqDj)D>1bf&^XSto&jY6-$CPE|!l*WBIGm3C;Ik ztpgvdBdr*V5-_iSMb9kWkqFEP+M5Z;df>=gqVF+(W!0SS8GDY!b4gzr-k0C>(FJPN zHLLjRPdporCe}u)7_zD-@9Q0WbZT2ic8UjSKR$hLvz|I|#P^vVwAY8a-6rYt`g8$G zQFR1!iNe7cU0DEM37T|)oQm7HAZBRRZsR8`+9^0FN;GH51julZNZQd(!wwN zBnnF8*l(Z`aG`@mMfK|Pp^1cAr`N^^W`S>`E5YsA&11v82_BE;e55v=P|XZ3n#+?b zlYd@__WYS+%M7#-xTU~$emKdM3SXmga`?x7(VDC)1|Y1PhexcLjaQiYVSXY2PlAAn}^Q>86z0) z*zQ?r3^w(MsnDx-Z3x#0>hb6n(1ig+&^An`%)8&Fgf%^08Bvg?xOGP^{G7L>%ev!t zh-_8R zD|}yw{6%+|LB{r&7i6h_SMM&FwNLLBAFL>^Pfuz_5(cRnAWkWPZ4>C)Mtlsw5O3iD6;z+c~ z#yTtr_Q!F+AS{)9wCvtPf^(V-2VNrp&%Kl)CpLj|aw=vWFPI^8LYrN3y@XeE^X3=L zp3l{_en=lYIytySUuWFhaiB085K=-8E+mJNuP#PDb*$RQ3wd3(E1viixZ-yCKb=45 z_|%4N3e&u>^i{(2EkGwiqE6A@-_;)TQJl)61yc5xr|4kiaU~2sn*_@twv-xSY+c|+ z#emD2H)-g(YMSxWZg0gJtVRr%s>B2r1cNtD>G^^3a=E}>>%rX8(cw9}Al`F_D{i~G zZT2&3YkyL!2yfEB#0`s#;aueUc!qB>y$L*gIgvN3t#-CMfF(!_$FGsf!1IH_q&LKJ zwkQHrG`jvZM8n|RQ`aa^6g^Z@nOQ#$h_`%`H!~fg1b#k#TT(|NE8Hwr!&%z;oH-NP zTM^}trGemb-qkWZzUG=$@)N}_@y_~+SkJSrp-T&{#koDtaow3!28ne~X-Ed(D7c3+ z6}TG#gvrRd9mLGD_?me9MM5qW+$q;(_ zp_^dR-cwo-ry$^SetPTuixzP=jp4|A6dX(|(tDR*h-W@j1y0xJ|4~KOh8BeaaTQe* z9kpD)9h}{D=W+ZZpW5#(pS^QrJMwp{{(4JGU;9(b(JlU@w||;eUXy2$$Fi@SKUM$3 zJ5+zbdwWf;f@OOASLE5Kv8J3QhdZ~PHqMe5FihalqJT#gB*-Q2O|0_A3F(TES>5#I z3F`CGv4$8Jku~1i3MG>O?|8x*TE;yoLMvK{_qO3ok0-#N3oM`jSW2Zg0zmQ%vEW@0 zcxku>9Kwtwb|BF~atzk-oGfZ4`L{;P1sKJyR=P@;YY0h5zn2rdp8;6&F)^7IVGWIi zQ=GS)_-Epjce7*7?1DpOy)GD*ERJ5g{BEj)Wq()YZr`6xj*g6ngCRSeO!?U#WOaJ{ z#eRo+MOw>d==~gT59z2%Gvd;`1slGY^@X9YjR@meWaf;F?3*?eIYq@PX4I4S>N>L8 zg`0Bf2hyPUbP|#oXa+QjSGqN{0V4Kkf*`u;7d|Ts(z6^C?-oIHoS_1;fbMXC6BIi? zDo_XnIKU2{qO|4!l3Y8Wt004C|-i>^$?Z z#wpR7w$rcf-IgNTJgEc&-*~Bu(1fGNB9D-#bN2NH*LXLxj^|4`YkVtp_Of&YSzBIC zO)S=@WDI^C@^$tF`^`8Q$<_J(GZCrMwRCN0_PaV|#5TPS)~DtgwGpx6pPx`kLxfmK zn064#T8Ye|1$n0KMWh~BT9^}2#uKtRrf_*cEV^vRPVkC}g|Qh(pF`HkO@ zcI!EFWgd~J%S^4$tm2p0kt-9+>Buc{i<1W=(d)c*>dnnmV-M>ws;UudMYgSf-)Gb( z{rUm98Qt*SpX}%RZeFr0+|O~U#m^;ybH6FPkBjb2!_(AX_oj74PsP108Ux6eBk2d- z?|7RFYcTuNgDOD?i0>LTG{pZyDkwI8sy58eaUypT!UGZjmN#XEbRxqmZHWc^^98jh z;~vtJ$6uUh9{zH?-}S|8->tY4x+U*L{`)hje{y^Lf!}qX89i{((ukaAyo?~yHazeg zE_5s~N^=7bW%f37jfOGc>8wp3{e5f`GVDyBz#q{%z~t0^$~IaRleH(qf)Sa>o%3j0 zdqBS28Y;i z*I`sNo}OKU-+DGVw;UE+UEiiT&oLZ=h<(#@-z9AH&jFgDCHO-Hz*@t=3DPM~nEfY1 zG1a9t**ac?tN#n9mql0wJx6#hb>gt29!7#sdE}>6L|=2m@Qnoye1iDrwM)-mHe9k@ zdA)+`6QIqMlnN-g_?oLEz_sa1s^L#{=fgB@E3y;$)@;wZEB(%;J9baz@L_qWh_+&a z#Mz9SCqZ6cm_BhK(HgFgTxmdocvsH+Fy-LXb9H2jE3^I_#mD*=&BK_4FfS-fW4m}e zca#JGLB6@DQMlsQzac43Cj4pKL9c^W?^-Z%>jiPSb%?@6@3+#YYPL|ryf>9+;~v-y zUIn@n;$w}RHsUbmx+UYE)Np${>T;}`2xab*?Jx){E zb(guN5;ZADD3X*F4RsD2mAX`HISW{n*N& z;?0B0VkMv9pj)ibVnPGiuNlyP$=xzrbhQ{~?hGz00$mD)Ee|C2`S(BKrvX5TRNa%; zYd=>%!)4NIlF-4Z?ov0|l(B7o0mciSN{sZ-)OL>dx>So0d_sv6S@-yult@Z&^F_Yu`&CV`n?$V3pyi+qpJT=!BhK?m;ZrL% zj{nTYUwdct?4un=C){ zf9Fwry5M-+{w>n@t4HXVdRyg$<5JuAk;iXuy#7b*t7mwJPr-Qj^c&-~(MFHCg13*_ zYbKio;MENoOugOQEYRo58JgPIRMhh_&&RUOU!u29Wv9bIL{%L&aD2XvY+9v#9;{p2 z+2|4V@IVe!d3?L>Wl8^>fkI|x{XpdVx_%itx?7Jg?~EId?-(@BbDRC_o-|K&dB>@p z{l(Ti_E+jq;=ubD!!k*-^}}nhslh zAze}Aoh!%lU1TVgZ%oHjB12+W2DmcJr#n#dDg5YCj$xjqVl$jR$+jw_ASY=%ww!^< z2UA|Mv)nut98zQ3_v5wv-rU`oD|{`r56M5ykx#o0ixSIs>o1Q-9`@*de0;0%mO`E5 z`lLIgsyhh)5K=NHi-&#yiGJ7xzbZSJ>SoQTjfqYCw-YprP>e!aHQkaEo!M#iAN5%lxfWdS*xTLhqwUUQ@^GJDRmhavDW>Z* z`gZlXv#C8pf~;sv2DmK49cpgyHlRT~F5*fZW9i^-K4Ar=bbzv5Am^!5Zl`feCtc*P zvnDN|C;*<0`E08hP2mS~vowGmmXQ(4F*Xjetl*692lK<}qfk%TClIpYOeBN^pLCG- zkV}S!yJSXcKQbCaiue4LEph+cVs$?=S#wP+Zn*R7!}Zyeq1kyGjur(wVa!f*|9X_f z1w)CQ#|Bh!tZ5Mg-^nwW&`C&=O+{?&U za%9KXkypb_qhHlf5L1r-DOY2VFu+XBa<^lxy|o(v6Pvet`#}3T1-Ry~2E~;S&G8)L z8Drz=-8m1$SFp7^DV|o$U-|P(TE7u)mMSthSvtgcxc>#gA3MSztDWsMKQ2d2h$d+` zxY~t){YDV6@o+Q@gv6QPS)_G%`=IwjPO%Q_cnCrTPKDt~Mfy0#uCx>$mt#{cj#>T@CaFi1b zgOcwhI>LN*_fymUfYe%!Irg;krAYk=k&kwKjkB_s@7}!PB|3a$zV`kZhn8Y6_H(Vk z!&}0f2@Rv7U*6|E&U-QRam(kj_npnv)-N}oA^IPG>MS`T`#kR2Js9`Q*o&m_^<;<^ z845!NQJH(cFk{z}UI46i{FoLK`aeeq;X@%%6WC2@^g_?tV=fp%LP(eei7lyM7BGg< z;k=W?lQEq8Fj=N_Lb9n+BOy(HyVA%2jYX3{nQ+Akmvp!enL*N|pdOa5A0ntt@)iJ6 z;8>zPD44b9d0_(G4@i%hd*dHn{Z-dCJ>?Mnd11b-_y@k&C9NNDvA(d1=dF|@&u;fa z5)5@=>>EXE=TdE-n;@q1%&F)djHAIDBG@juOdv29^OMk$;IdQ8--SE28mbXnxkU4Z zJR_GZ#`&=Cx9APxb)NWl=i_-_AB!HHkjWt{);VPzN4$L}_Dh2;ftX{Hx4Ds5$R~ag zH8luy1#5kkw0z!Ip`4U%03J19T)SI0V4Viyh>Om^vnP&U4E1KKWCF(PneV##cV+Anb~HEh%2%o( zUPOU4=-p3yzW#8jw7~x8(L8M4UvlInQF7;>s`*O=pHGc{X`P%}=Q(uPR&yQ?2=P>; z-rh-zq>T_;`$QQtGWna(-LJ{}_T+t)^N}Jx=lsMJFwqz$JQ@RjW@MqAO$2(PG!upO zh(7Dp#!@_WM4fokSoiI!TwYdOxeP)aVTHRIa}FfE^7C7ZxdmEOPz(*F3eU#K>6#?= zTY7KrwM(iZRpmj&H~2|zp6xnsKTCNg+JHwu$9xu{^ny*$fj|}+wjZVT--ml0>nk5 ze7v{ayuP|MMy};y-KUGgSk|k-^{#J@#{-W=$cm$Xm&k|nFB>vnTvVqxYo~vlIbs$8 z>JiiF+gAw4r%83+$B7sbxeb|vw_w_3-p`Q=Bw((2o;5!S$Tm}|-qz3uAj(TFGnJpU z-;dd`j&h<#CtKG(-5Qi$9(K#_2Q`fL5nn@{MsYi@UHeCwoRs0xI}ywlgh@7t430st zROVCnA~U2Fg*Ik^QYDhYn_<;3o*<`5P8ZS|AsszPP<)EY0vvYTh|;b)nNZXCVi*bu zg@g2Z1t1#HZ)w&M_CTyRc8DHCgkhoO0G>$02Z4})#5=JXi6;<^a8NI4I0F=;kp#$M z719wdL~WcD$=M!duF)1loa{wo0DidOZWn;#$)Mkp^TD7bqf9Shk6F28 zDw0Bvh!MC`Z0fdYHOz!!V18OMus=a+PPZp0Mg$X(Q0*w9<~%K}30r=iSYVQSVxokE zZizz8^LC0zoP<3&lMM1Z4UX3r3=k8or77{r$?aV`la&C#=`od(&iPtD`}*Jc`$~Pu zSA+(YKYD-H9a8k@6INxX;t_yJ<5;tC%LFYmjSJ5g`Wz6yZ*zp0aeVqm{8M7zP&`)H zzuS_PHH<;uB10}a1P|!iM0uppgozCzJ3N{WE3IZyG+4MhAscg2Hb1PJ0$U;$t$s`V zgL%Cj?l#Qs`0XDP!+zBfFYkt9wjzq~HSyn^ z7(OtqFrkN1RA9{;q9cjje}#V7e;ulCuALo^X-ZP?HC!Lf<(y;VSPQ$+!Cd3%JNA+% zTStA22oPZ2&c8o*&b#3*mV8|mRM<*+Kj$FC&YSl6bMIz+H)%6sD`&0m0to=EGI-6P zSaiNZ+d@7yBlCA@geH#?Nj2ph6%KJ?cmWw3L1XyhqAwoC%m-sIEsiU`URp~-;v)8P zdgvj82~%ZB!dZrD-&^0bu?D8Nyve=HZ{<(Ey{S%g6X@u6@GI#b>p(qLp#PM;4!PN0l=boB;D$Q+)a6T5sc9s6YA5t zYZm%C`vp}Y2$+S!uflS@(FTu|^X5O;Nj5SXAWH>wp?@mv*OTWZbubI=wjIb0yw7~; z^}W@rnx4t!^^ObK*qY-Sr&nBUje(hIh5py%-uZH$nZ;y)`n8$G=@o6@!A4=pxOX~Z zlBC&597$BWP%N^UNOk*eWqIz}l+3fbzmZbhFL3)c}2*Up_Nf z_)0DbYGlP!uVNv;Q@YykU3+P@R5*O^#0On(!H0 zp{^|C=-50Zf|Q~0jb6XCms~7flMmeeO={6-6Za_(E=1<9&ZomlO9i_}(!kp@(rdU_ zsss7azASbJWoOMWEpe$~+o5|yg;UzK7X5vab(*4<)yMCyN~~I*(-i$weuqppVQ~nw z88>?6IO^F#S0-9tLcZHbuI|f=to+oqcknHVF}dlUk5|4O1n2n}P~^$BGyT|Z8#rN8 zMPJ~9vvkqAvU4t&>+*3*MKX6lyq;6Pf7`Zy%l+_jYk$v}SnWQ%Z$jG0lWcs#IosM- zD#tQ%Ar5~2Lfl2b0@(FDr{!1nARS{1VF8GRi#w(TSMVr*ylaDG?#WO6DqZBx+kdjM zz|(KsF6dxWe_vtE(w-5@k{a-Y1WF=j5S3y|cAs(?3TqSE|8QNDH(@my4GM#fVqKf?b~+2sDr0 z)^EfYL&~vbq6PpRt*=d4j<4&C%anj11L*PW4L^zDJk6xmly+%8BYgoe?~k=Um#=8J zeJ?6y&U!vYY!bO^NHbyVV6A>AiwxHYdU+;`9Uo!RsUlQYn+JH(?@6US7c{-$( zXL4%F+|551cm&55OEF#U_w^-rKim>n*H@Xn=Kc@E^+Ltx!J1tMHV{8O9W8;1PSQDn z<~xp;EJO`SxyNd|F?p1Y*sWV}-oIHYtan+nhTU_k%tbz|Du3c}k&{Sxv^Hibldd|- z#VKCP(h-nc6o&Pet^~>Pj;&p$gzcDVj<_pkFh`y`%zj`BJsY5nC`gCy>o1fuX;WRF z?*R!u2=t6f!vzU`*31VNvUoRZtE22eVyUUR)lJF$hA3#+qc}$%Lft%LE-vj7ld)EX z%CC{AYsSc`D_1;4D6tQQuRhZCF;t_VCJJPUYq_ij@MqniDMf8YB71L)gi{i~RxE9- zx0nw^2&zoSml2y&8FCZM0{I#8!DrTNXJ zU~qrzB_r$Q*@gqBlMx!T$p34UOkVskERV65lc8OU_6LqZz;U33t}>V*ET-m?uuym? zA;CeQl~DFL^286zn&Q*^Q8p?Sq0KAr0*<^U8WxGCG z#wqLpiMm(BRGrjwFV;PWPXh**F4l&5`@Ss(6X{hE29vGJ7&Jl@Cmq`xO=?DeCQX`y z*kKrZ;XT&d^ofkc8t50%iR`8vNRU?Ip2Q|Cop_9Q%F`>oBW#(n5hzdob|f&`Qy(9} zebqV=Nl^Sr8e{nNh4lwiPd13*%HcnVcM2Nk4zYnwlD|J!RTd~0ojyD;UwBAZx|01O*%Vabid=0J7(KfkiVB5M$B%AwYyO#7-}vdFnuH5G07;gQC@9NxTO* zVPDZ1v|cF7#eiPCn%t;0)G=@y<{-ozPj0E{Bc5gt(4IrN_8R?U&}LHG#;ab!ixiO? zULN*e{hk+iskpb4ev~Rx z|3~(kW8{%7`LUcFnf%Emy#KHF;CqiIVYf&!xnt_|*=35hFtjs>F|F!vYQ>|TiXoqp zhX7;-3!z-!cKN5y8dsO;cT*Snhii0{k3`&mkzh1N!>7I^Ai<-i8}ZLlP1ZHC_{tM5&jEGJqLBJQv|;uI&M&7! zy!Nv2RL1IPh@vLHn{6Zkq(yg~YC^?7r%4t$3gLAr`OW_29N~tAppYXEU&Z_pPkg7i zx~TqNxeCY-pG9$%I}zoCG*_hrg!3{G_H@VS!anRHfOyb%TK(rhWoz7yO(u|BhHx8P zWN~;1)AtAR%dm;_2eEw$W$pv>{=f9vEYo1Jbo_J@g<0k&FveuBAW8{Y@GC zAI8JSp8~)#3d~?XW0kJrPGCXdyo1gM`z=w)r9Kn$-F5NViduv$`n}6~Rb2ifU7iEvjxyIGR7>`A@V9 z3)F)DskrwQZII^LP`Lh^*JlgLdlJhnEfYT)?Fe0A(Gr(94_fOO8H&Cl_R&udO2Xq6|n)@h3fJD-1U2!Efv1dN#(NbR>AU`7? zxc~sJ$sRCJ%DY>)h^s(8n&^+zxK=MGY`=XhX+JnQ?NU)4>SC2O7Oo zPgfe)c$WUJ?7zwONl=nlT4V$@XVlt*T^0VV0#I&nCJEZwXMR{jVS;bJDuK4N>z0lR8& z*F{8+RzFy%;esgfN{rBpVhJ9`?7qtH1p{CiPi|#i>ecBf>)9c5G1}kJb*i+TXGZ0} zv_nG)Is9)1)8r;%8pySPScWz0pxaaGqF;1d6q&AS;U z$qa$rn8CHmON&a@Iu3h)9~~U!TmP>nN@nG6x!RG=Y#8_}JDo0&qGM>mE=XnLsUPOW zVy*+R%!PKJf%s%p;#;siBRwBL!?88h=~mu0vVE5!wMbU93@q~E<< zYs9q7GC~lKQoWFT9cRcGwLl9B0$)dUrm~1k^13Is!xx!66G`d*aNlfQ5ig5upD23JDUkRF?dFV z;gKTITM9VfBP!yds^^u)JOt6dp07?3Xs;Ll%RbnQfOAEMxqu*u`VLB8lxvK~t$R|p zIjtI1lmCN{+eRyjDw`H|>rZpnB5IDdU-MjFB!}}ACkE|cL5^q}O7O?=-#H!~81@Cn z<&*#5q)eTjsWpAU6T?)st}o8vDWwE793H!-6y!~55#o@Xa$662Cq+$7@j9IEo~*_0 zSd>L&Vn&kOm?pJ!VbBCYhJ}`(3E|8$L4qNYIEEISF^O6gqDzvq=gA_K@7~yDkT{2h zU;xYLF~F682e_>jC+7$$>9l;nI?-Dv#s^XAQC7zRB_HA3ee76o}6J_4xd)0hda`T&|qlfJA|N`pp=Hc_8FR|wcAp#f&FY?8lfB~;qL zrhG5vRt|58vftiCGWiQRRF9n3^{cv`@<5@(>@V+5UtA`W-&~>ON8B^D|0HAsHI(=| z;8Dvs@?SO+z-f9oe}CAZ>pqdl{ATmaUOxe#FA|4u2LeEd+oJmTGQb7nKHo6{7^-V~ zMk?Uo!vv!nJf8P_y-T5!{gs-!p5|a)P=T>I`U;%Zy3XhhaV%4Nmmkf717GEpMlvN? zOQT(XI-^Hp-0if=L|$v%Lr$-tJ2rAsMR^o}|9|v^{2#~H;m1}nN4=Y!yvRI5K-~UnkxG~IH9?dNaBGp zF-8I2@{05+By(179_Akg$%lYT`hq+?SgW*UvkdZwac)unzo@tJyABeE`Tu>SOtNj8 zNg1@e%5g=m9M+3G5BK*5EX85>kDt50;LCU4SLO9un2N!Ws#K@%k|aw5{Yffhw9W)Va`*;LYN70U5@vS%L6rWXaL5a z=Yz%UgKKup&HH~QFbVQ=1tM&SwY^T)XS4zDx&eR>xjgXM4toivsX&|mWF-h=iS0|% ze1i8X7e__jk6^X;|0y7y@R7Ptzwo3`NA(R0rvdBk+3Nirp!)7Jb{beo3UTXL8h4L| zE4txMQULTb_y)PT8@lU>PhtNE0CWOWxe1wXE8EZAaNh_j;@8dW*xNvdq86ia`lUT% zSGphH&O6RQ8@c%uL_j=5)00!ZZ!O~rte0g;5TlTidLEVYS>4UN5P_DjK)-<)TJdGV zf<0dD`EU_~knOcmoz$m$$c_K;lYAQG8y2Op2W^DSh9>eeLd!icH`9oq0~3B!Zqe;` zh+ICcm9mbi)W8^5r%7S6|DQh=0&GHo;}n)$z-Vjw42m$7=2K})OQ)J~oW!A5No{t# zdR6fzQM(XFj7WL3=fgxJbybUhoH|4$hTo~(B1%hsaL4)nu!^AAjJkq~oICFU^k+lA zrG{bdVn*SSq%vh}@3ObCa$K=iXL^04$p2d217b9i3$d+5{L^oUAS@hk%MX5}tINyD z2p=*a0Z0(mEyO1(8m3Rn8JmWcV_->+&i2<=bc^jNCUr{?c_g?Cp;1v$A<%jtxU_kh z0R{^~pIIm$KuljbC%!1^M@aT=y>QuNq|x>{GY5(5bX9T*#jVU&=|55f1kQ3|#BzcZ zcZ*jl%gW86#DHaYBw)U)5I~q#<1BMSL*aVSd2#}N3Xu3AdeS6qE`+Ij1gapgHDjCr zQ{|2biQy6r!V$Yk=0h6KsSPzL{W`7WdZN~#CbNY#2d6|tQC{Fbeg0KVuJtFM%9-0Q zJJIXLdgw-Ba-vxwuO0?P9!=t>HS1Rmw_0EU(mflv2^UoEnWDMhWSUd!&^k*9(SY8I$! zFbL;w6m^upYRPoh#n?e5WCYa3BLByG@?rg%+WMBvR?Jf)r0p4TW})l?U^-6YuP!9G zd@s#E4Hyt-n~KcA2oij;wMJb*TLTIPcves8Qe2SYy>mvpQ@ITqVIV>897JrOq2=cb zSl2_=+-QAx3T@vo|10;c+F3pC>%1bFPXdECP|@CBCH?OE`WDCr@K)8nfAaaBD8uqz zn4p{6n}0zaiYqOVzv(Z&ElqB1YqW41D$Fu%@1h*lC|mO-ymt%7Z?Xrx7&~;^6K=Df z=CSH%lXQ^T2Q6kAMM^}2-6}9`GnBZtXuT{@n$EM{##7iBUC33YBYfjESNgQP22gHc zU3f{7)AeVmsalhlX&e66f>c$w+)cOlzaG^ISskG&QsP3qU)c$C;5l=crqs#g*5#<| z5Ho#k(DbHsDjWcn%*W`_wuWUEAcmL3Qlh5p*=jojW5^(xTp`fV%J88}?TRF`t1V8# zpUS4*gR|QEomXWjXv|_KN+t_$g~C%MB!FWCRy2|RXC9TkD3))=lVlent(JQdd8ZVl z552C`fSIV7O7l92O_d;Matq2rX~&ZoN(hNPT>Y^Dv~73}#^A7Ket%SLC&d#@L7 zU325}gxI#L0lp_zok$Ywbx-Ul=46jp@gQTv%&1kc6Fu}ySCItB)rV}!;4}l+32-^z z|0$%(<%ELX0>^VdX0oszabRHl2Q0o77#QpiFfgzn`+|7(;Pfw6_y7Mb;BvSB1L_$k l4Ack&RO?3VK@AULdBZT=Qm~~r;8FrmrZZ_EJJX?tC;**$LOB2c literal 0 HcmV?d00001 From db4ac4db9d7979a638be04e8f1da6f2573424547 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Tue, 3 Aug 2021 21:04:58 -0400 Subject: [PATCH 25/28] add GameEventRollDie --- .../src/main/java/forge/game/event/GameEventRollDie.java | 9 +++++++++ .../main/java/forge/game/event/IGameEventVisitor.java | 2 ++ forge-gui/src/main/java/forge/sound/EventVisualizer.java | 3 +++ 3 files changed, 14 insertions(+) create mode 100644 forge-game/src/main/java/forge/game/event/GameEventRollDie.java diff --git a/forge-game/src/main/java/forge/game/event/GameEventRollDie.java b/forge-game/src/main/java/forge/game/event/GameEventRollDie.java new file mode 100644 index 00000000000..b44674e924e --- /dev/null +++ b/forge-game/src/main/java/forge/game/event/GameEventRollDie.java @@ -0,0 +1,9 @@ +package forge.game.event; + +public class GameEventRollDie extends GameEvent { + + @Override + public T visit(IGameEventVisitor visitor) { + return visitor.visit(this); + } +} diff --git a/forge-game/src/main/java/forge/game/event/IGameEventVisitor.java b/forge-game/src/main/java/forge/game/event/IGameEventVisitor.java index c0aba8f84ad..6293b76555e 100644 --- a/forge-game/src/main/java/forge/game/event/IGameEventVisitor.java +++ b/forge-game/src/main/java/forge/game/event/IGameEventVisitor.java @@ -38,6 +38,7 @@ public interface IGameEventVisitor { T visit(GameEventPlayerPoisoned event); T visit(GameEventPlayerPriority event); T visit(GameEventPlayerStatsChanged event); + T visit(GameEventRollDie event); T visit(GameEventTokenStateUpdate event); T visit(GameEventScry event); T visit(GameEventShuffle event); @@ -88,6 +89,7 @@ public interface IGameEventVisitor { public T visit(GameEventPlayerPoisoned event) { return null; } public T visit(GameEventPlayerPriority event) { return null; } public T visit(GameEventPlayerStatsChanged event) { return null; } + public T visit(GameEventRollDie event) { return null; } public T visit(GameEventTokenStateUpdate event) { return null; } public T visit(GameEventScry event) { return null; } public T visit(GameEventShuffle event) { return null; } diff --git a/forge-gui/src/main/java/forge/sound/EventVisualizer.java b/forge-gui/src/main/java/forge/sound/EventVisualizer.java index 7351795d281..a30a8756b0b 100644 --- a/forge-gui/src/main/java/forge/sound/EventVisualizer.java +++ b/forge-gui/src/main/java/forge/sound/EventVisualizer.java @@ -23,6 +23,7 @@ import forge.game.event.GameEventLandPlayed; import forge.game.event.GameEventManaBurn; import forge.game.event.GameEventPlayerLivesChanged; import forge.game.event.GameEventPlayerPoisoned; +import forge.game.event.GameEventRollDie; import forge.game.event.GameEventShuffle; import forge.game.event.GameEventSpellResolved; import forge.game.event.GameEventTokenCreated; @@ -85,6 +86,8 @@ public class EventVisualizer extends IGameEventVisitor.Base imp @Override public SoundEffectType visit(final GameEventFlipCoin event) { return SoundEffectType.FlipCoin; } @Override + public SoundEffectType visit(final GameEventRollDie event) { return SoundEffectType.RollDie; } + @Override public SoundEffectType visit(final GameEventPlayerLivesChanged event) { return event.newLives < event.oldLives ? SoundEffectType.LifeLoss : SoundEffectType.LifeGain; } @Override public SoundEffectType visit(final GameEventManaBurn event) { return SoundEffectType.ManaBurn; } From ead0d809cdef59c17167d11a70d5e5b0971152ab Mon Sep 17 00:00:00 2001 From: Lyu Zong-Hong Date: Wed, 4 Aug 2021 10:29:06 +0900 Subject: [PATCH 26/28] Fix lose effect of The Deck of Many Things --- .../res/cardsfolder/t/the_deck_of_many_things.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/cardsfolder/t/the_deck_of_many_things.txt b/forge-gui/res/cardsfolder/t/the_deck_of_many_things.txt index 31f60f0d55d..f2b55e96529 100644 --- a/forge-gui/res/cardsfolder/t/the_deck_of_many_things.txt +++ b/forge-gui/res/cardsfolder/t/the_deck_of_many_things.txt @@ -8,9 +8,11 @@ SVar:DBReturn:DB$ ChangeZone | ChangeType$ Card.YouCtrl | ChangeNum$ 1 | Hidden$ SVar:DBDrawTwo:DB$ Draw | NumCards$ 2 | SpellDescription$ 10—19 VERT Draw two cards. SVar:DBReanimate:DB$ ChooseCard | Choices$ Creature | ChoiceZone$ Graveyard | Amount$ 1 | SubAbility$ DBChangeZone | SpellDescription$ 20 VERT Put a creature card from any graveyard onto the battlefield under your control. When that creature dies, its owner loses the game. SVar:DBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Defined$ ChosenCard | GainControl$ True | RememberChanged$ True | SubAbility$ DBLoseEffect -SVar:DBLoseEffect:DB$ Effect | Triggers$ TrigDie | RememberObjects$ ChosenCard | Duration$ Permanent | ExileOnMoved$ Battlefield | SubAbility$ DBCleanup -SVar:TrigDie:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | Execute$ DBLose | TriggerDescription$ When that creature dies, its owner loses the game. -SVar:DBLose:DB$ LosesGame | Defined$ RememberedOwner -SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True +SVar:DBLoseEffect:DB$ Effect | Triggers$ TrigExile,TrigDie | RememberObjects$ RememberedCard | Duration$ Permanent | SubAbility$ DBCleanup +SVar:TrigExile:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Battlefield | Destination$ Any | ExcludedDestinations$ Graveyard | Execute$ DBExile | Static$ True +SVar:TrigDie:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | Execute$ DBLose | TriggerDescription$ When that creature dies, its owner loses the game. +SVar:DBLose:DB$ LosesGame | Defined$ RememberedOwner | SubAbility$ DBExile +SVar:DBExile:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile +SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True | ClearRemembered$ True DeckHas:Ability$Discard & Ability$Graveyard Oracle:{2}, {T}: Roll a d20 and subtract the number of cards in your hand. If the result is 0 or less, discard your hand.\n1—9 | Return a card at random from your graveyard to your hand.\n10—19 | Draw two cards.\n20 | Put a creature card from any graveyard onto the battlefield under your control. When that creature dies, its owner loses the game. From 39e94349018812d8cf8d4ef0084f273d464358e2 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Tue, 3 Aug 2021 23:47:06 -0400 Subject: [PATCH 27/28] allow "Random" and "RevealValid" in same Reveal --- .../forge/game/ability/effects/RevealEffect.java | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/forge-game/src/main/java/forge/game/ability/effects/RevealEffect.java b/forge-game/src/main/java/forge/game/ability/effects/RevealEffect.java index 7a97db7def5..f96266f1dc4 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/RevealEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/RevealEffect.java @@ -36,16 +36,25 @@ public class RevealEffect extends SpellAbilityEffect { } final CardCollection revealed = new CardCollection(); if (sa.hasParam("Random")) { + CardCollection valid = new CardCollection(cardsInHand); + + if (sa.hasParam("RevealValid")) { + valid = CardLists.getValidCards(valid, sa.getParam("RevealValid"), p, host, sa); + } + + if (valid.isEmpty()) + continue; + if (sa.hasParam("NumCards")) { final int revealnum = Math.min(cardsInHand.size(), cnt); final CardCollection hand = new CardCollection(cardsInHand); for (int i = 0; i < revealnum; i++) { - final Card random = Aggregates.random(hand); + final Card random = Aggregates.random(valid); revealed.add(random); - hand.remove(random); + valid.remove(random); } } else { - revealed.add(Aggregates.random(cardsInHand)); + revealed.add(Aggregates.random(valid)); } } else if (sa.hasParam("RevealDefined")) { From f292ad2fb6fe910ecc45d8f000a7c4782817caef Mon Sep 17 00:00:00 2001 From: Hans Mackowiak Date: Wed, 4 Aug 2021 07:21:28 +0200 Subject: [PATCH 28/28] Card fix disabled static ability conditions --- forge-game/src/main/java/forge/game/card/Card.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge-game/src/main/java/forge/game/card/Card.java b/forge-game/src/main/java/forge/game/card/Card.java index 4ddeb2c05f2..87709e6c219 100644 --- a/forge-game/src/main/java/forge/game/card/Card.java +++ b/forge-game/src/main/java/forge/game/card/Card.java @@ -70,6 +70,7 @@ import forge.game.Game; import forge.game.GameActionUtil; import forge.game.GameEntity; import forge.game.GameEntityCounterTable; +import forge.game.GameStage; import forge.game.GlobalRuleChange; import forge.game.IHasSVars; import forge.game.ability.AbilityFactory; @@ -2329,7 +2330,7 @@ public class Card extends GameEntity implements Comparable, IHasSVars { if (!stAb.isSecondary() && !stAb.isClassAbility()) { final String stAbD = stAb.toString(); if (!stAbD.equals("")) { - boolean disabled = getGame() != null && !stAb.checkConditions(); + boolean disabled = getGame() != null && getController() != null && game.getAge() != GameStage.Play && !stAb.checkConditions(); if (disabled) sb.append(grayTag); sb.append(stAbD); if (disabled) sb.append(endTag);