mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Added Vintage Cube June 2017. Added some HOU and XLN spoilers to mtg-cards-data.txt.
This commit is contained in:
parent
9b31a5a7e3
commit
1d183736c8
4 changed files with 605 additions and 10 deletions
|
@ -0,0 +1,583 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||||
|
*
|
||||||
|
* Redistribution and use in source and binary forms, with or without modification, are
|
||||||
|
* permitted provided that the following conditions are met:
|
||||||
|
*
|
||||||
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
|
* conditions and the following disclaimer.
|
||||||
|
*
|
||||||
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
|
* provided with the distribution.
|
||||||
|
*
|
||||||
|
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||||
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||||
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||||
|
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||||
|
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*
|
||||||
|
* The views and conclusions contained in the software and documentation are those of the
|
||||||
|
* authors and should not be interpreted as representing official policies, either expressed
|
||||||
|
* or implied, of BetaSteward_at_googlemail.com.
|
||||||
|
*/
|
||||||
|
package mage.tournament.cubes;
|
||||||
|
|
||||||
|
import mage.game.draft.DraftCube;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author fireshoes
|
||||||
|
*/
|
||||||
|
public class VintageCubeJune2017 extends DraftCube {
|
||||||
|
|
||||||
|
public VintageCubeJune2017() {
|
||||||
|
super("MTGO Vintage Cube June 2017");
|
||||||
|
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Abbot of Keral Keep", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Abrupt Decay", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Academy Ruins", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Acidic Slime", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ajani Vengeant", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ancestral Recall", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ancestral Vision", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ancient Grudge", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ancient Tomb", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Angel of Sanctions", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Angel of Serenity", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Anguished Unmaking", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Animate Dead", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Anticipate", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Arbor Elf", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Archangel of Thune", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Arid Mesa", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Armageddon", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ashiok, Nightmare Weaver", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Avacyn's Pilgrim", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Avalanche Riders", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Avenger of Zendikar", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Awakening Zone", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Azorius Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Badlands", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Balance", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Baleful Strix", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Baneslayer Angel", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Banisher Priest", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Banishing Light", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Baral, Chief of Compliance", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Basalt Monolith", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Batterskull", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bayou", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bazaar of Baghdad", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Beast Within", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Birds of Paradise", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bitterblossom", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Black Lotus", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Blackcleave Cliffs", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Blade Splicer", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Blightsteel Colossus", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Blood Crypt", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bloodbraid Elf", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bloodstained Mire", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Blooming Marsh", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bone Shredder", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bonfire of the Damned", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Boros Charm", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Boros Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Botanical Sanctum", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Braids, Cabal Minion", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Brain Freeze", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Brain Maggot", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Brainstorm", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Breeding Pool", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bribery", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Brimaz, King of Oreskos", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Brimstone Volley", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Bring to Light", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Buried Alive", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Burning of Xinye", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Burst Lightning", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Cabal Ritual", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Careful Study", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Cast Out", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Celestial Colonnade", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Chain Lightning", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Chandra, Flamecaller", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Chandra, Pyromaster", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Chandra, Torch of Defiance", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Channel", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Char", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Chrome Mox", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Coalition Relic", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Coercive Portal", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Commit // Memory", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Compulsive Research", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Concealed Courtyard", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Consecrated Sphinx", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Control Magic", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Copperline Gorge", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Corpse Dance", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Council's Judgment", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Counterspell", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Courser of Kruphix", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Crater's Claws", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Craterhoof Behemoth", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Creeping Tar Pit", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Crucible of Worlds", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Cryptic Command", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dack Fayden", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Damnation", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Daretti, Scrap Savant", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dark Confidant", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dark Petition", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dark Ritual", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Darkslick Shores", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Day of Judgment", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Daze", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Deathrite Shaman", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Deceiver Exarch", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Declaration in Stone", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Delver of Secrets", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Demonic Tutor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Den Protector", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Deranged Hermit", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Desecration Demon", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Diabolic Edict", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dig Through Time", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dimir Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Disenchant", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dismember", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dissenter's Deliverance", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dragonlord Atarka", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dragonlord Dromoka", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dragonlord Ojutai", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dragonlord Silumgar", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dreadbore", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dromoka's Command", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Dualcaster Mage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Duplicant", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Duress", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Edric, Spymaster of Trest", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Eidolon of the Great Revel", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Electrolyze", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Elesh Norn, Grand Cenobite", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Elspeth, Knight-Errant", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Elspeth, Sun's Champion", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Elves of Deep Shadow", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Elvish Mystic", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Emeria Angel", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Empty the Warrens", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Emrakul, the Aeons Torn", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Emrakul, the Promised End", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Enlightened Tutor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Entomb", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Eternal Witness", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Eureka", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Everflowing Chalice", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Exalted Angel", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Exhume", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Exquisite Firecraft", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fact or Fiction", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Faithless Looting", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Falkenrath Gorger", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fastbond", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fatal Push", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fauna Shaman", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fiend Hunter", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fiery Confluence", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Figure of Destiny", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fire // Ice", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fireblast", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Firebolt", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Firedrinker Satyr", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Flametongue Kavu", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Flickerwisp", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Flooded Strand", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Force Spike", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Force of Will", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Frantic Search", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Freyalise, Llanowar's Fury", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Frost Titan", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Fyndhorn Elves", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gaea's Cradle", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Garruk Relentless", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Garruk Wildspeaker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Garruk, Apex Predator", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Garruk, Primal Hunter", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Geist of Saint Traft", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Genesis Wave", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gideon Jura", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gideon of the Trials", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gideon, Ally of Zendikar", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gifts Ungiven", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gilded Lotus", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gitaxian Probe", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Glen Elendra Archmage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Go for the Throat", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Goblin Dark-Dwellers", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Goblin Guide", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Goblin Welder", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Godless Shrine", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Golgari Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Grave Titan", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Green Sun's Zenith", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Grim Lavamancer", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Grim Monolith", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Grim Tutor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Griselbrand", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gruul Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gurmag Angler", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Gush", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Guttersnipe", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hallowed Fountain", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hangarback Walker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Harmonize", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Harsh Mentor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Heartbeat of Spring", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hedron Archive", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hellrider", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hero of Bladehold", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hero's Downfall", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("High Tide", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hissing Quagmire", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Honor of the Pure", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Huntmaster of the Fells", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hymn to Tourach", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Hypnotic Specter", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Imperial Recruiter", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Imperial Seal", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Impulse", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Incinerate", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Inferno Titan", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Inkwell Leviathan", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Inquisition of Kozilek", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Inspiring Vantage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Iona, Shield of Emeria", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Izzet Charm", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Izzet Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Jace Beleren", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Jace, Architect of Thought", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Jace, Vryn's Prodigy", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Jace, the Mind Sculptor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Jackal Pup", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Joraga Treespeaker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kalitas, Traitor of Ghet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Karakas", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kargan Dragonlord", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Karn Liberated", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kiki-Jiki, Mirror Breaker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kitchen Finks", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Knight of the White Orchid", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kolaghan's Command", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Koth of the Hammer", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kozilek, Butcher of Truth", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kuldotha Forgemaster", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Kytheon, Hero of Akros", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Land Tax", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lavaclaw Reaches", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Leonin Relic-Warder", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Leovold, Emissary of Trest", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Leyline of Sanctity", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Library of Alexandria", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lifebane Zombie", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lightning Bolt", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lightning Greaves", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lightning Helix", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lightning Mauler", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lightning Strike", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Liliana of the Veil", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Liliana, Death's Majesty", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lingering Souls", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Linvala, Keeper of Silence", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Linvala, the Preserver", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lion's Eye Diamond", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Living Death", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Llanowar Elves", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lodestone Golem", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Looter il-Kor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lotus Bloom", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lotus Cobra", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Lumbering Falls", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Maelstrom Pulse", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Magma Jet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Magus of the Moon", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Magus of the Wheel", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Magus of the Will", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Makeshift Mannequin", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mana Confluence", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mana Crypt", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mana Drain", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mana Leak", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mana Tithe", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mana Vault", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Managorger Hydra", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Manglehorn", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Manic Vandal", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mardu Woe-Reaper", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Marsh Flats", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Massacre Wurm", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Master of the Wild Hunt", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Maze of Ith", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Memory Jar", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mental Misstep", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mesmeric Fiend", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Metalworker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mind Twist", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mind's Desire", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mindslaver", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mirari's Wake", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mirran Crusader", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mishra's Factory", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mishra's Workshop", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Misty Rainforest", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mizzium Mortars", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Moat", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Monastery Mentor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Monastery Swiftspear", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mother of Runes", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mox Diamond", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mox Emerald", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mox Jet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mox Pearl", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mox Ruby", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mox Sapphire", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mulldrifter", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Murderous Cut", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mutavault", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Myr Battlesphere", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mystic Confluence", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mystic Snake", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Mystical Tutor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nahiri, the Harbinger", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Natural Order", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nature's Claim", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Necromancy", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Necropotence", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Needle Spires", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nekrataal", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nevinyrral's Disk", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nezumi Graverobber", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nezumi Shortfang", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nicol Bolas, Planeswalker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nissa, Worldwaker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Noble Hierarch", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Nykthos, Shrine to Nyx", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Oath of Druids", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Oath of Nissa", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Oblivion Ring", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Olivia Voldaren", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Oona's Prowler", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ophiomancer", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Opposition", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Oracle of Mul Daya", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Orzhov Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Overgrown Tomb", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Pack Rat", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Painful Truths", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Palinchron", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Parallax Wave", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Path to Exile", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Pentad Prism", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Pernicious Deed", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Pestermite", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Phantasmal Image", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Phyrexian Metamorph", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Phyrexian Revoker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Pithing Needle", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Plateau", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Polluted Delta", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Polukranos, World Eater", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ponder", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Porcelain Legionnaire", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Preordain", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Primal Command", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Primeval Titan", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Progenitus", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Putrid Imp", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Qasali Pridemage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Raging Ravine", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Rakdos Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Rakdos's Return", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ral Zarek", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ravages of War", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Razorverge Thicket", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Reanimate", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Reckless Bushwhacker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Reclamation Sage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Recruiter of the Guard", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Recurring Nightmare", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Reflector Mage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Regrowth", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Remand", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Repeal", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Restoration Angel", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Reveillark", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Rift Bolt", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Riftwing Cloudskate", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Rishadan Port", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Rishkar, Peema Renegade", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Rofellos, Llanowar Emissary", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sacred Foundry", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sakura-Tribe Elder", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Savannah", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Scalding Tarn", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Scavenging Ooze", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Scroll Rack", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Scrubland", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Seachrome Coast", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Search for Tomorrow", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Searing Blaze", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Searing Spear", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Seasons Past", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Seeker of the Way", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Seething Song", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Selesnya Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Selfless Spirit", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sensei's Divining Top", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Shadowmage Infiltrator", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Shallow Grave", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Shambling Vent", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Shardless Agent", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Shelldock Isle", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sheoldred, Whispering One", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Show and Tell", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Shriekmaw", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Shrine of Burning Rage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sidisi, Undead Vizier", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Siege-Gang Commander", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Silverblade Paladin", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Simic Signet", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Skinrender", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Skullclamp", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Smash to Smithereens", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Smokestack", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Smuggler's Copter", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Snapcaster Mage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sneak Attack", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sol Ring", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Soldier of the Pantheon", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Solemn Simulacrum", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Song of the Dryads", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Soulfire Grand Master", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sower of Temptation", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Spear of Heliod", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Spectral Procession", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Spell Pierce", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Spellskite", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sphinx of the Steel Wind", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sphinx's Revelation", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Spirebluff Canal", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Spirit of the Labyrinth", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Splinter Twin", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Steam Vents", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Stirring Wildwood", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Stomping Ground", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Stoneforge Mystic", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Stormbreath Dragon", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Strip Mine", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Student of Warfare", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sulfuric Vortex", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sun Titan", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sundering Titan", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Supreme Verdict", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Survival of the Fittest", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sweltering Suns", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sword of Body and Mind", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sword of Feast and Famine", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sword of Fire and Ice", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sword of Light and Shadow", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sword of War and Peace", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Swords to Plowshares", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sylvan Caryatid", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Sylvan Library", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Taiga", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tamiyo, the Moon Sage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tangle Wire", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tarmogoyf", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tasigur, the Golden Fang", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Temple Garden", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tendrils of Agony", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Terastodon", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Terminate", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tezzeret the Seeker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tezzeret, Agent of Bolas", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thada Adel, Acquisitor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thalia, Guardian of Thraben", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("The Abyss", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thirst for Knowledge", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thoughtseize", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thragtusk", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thran Dynamo", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Through the Breach", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thrun, the Last Troll", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Thundermaw Hellkite", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tidehollow Sculler", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Time Spiral", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Time Walk", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Timely Reinforcements", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Timetwister", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tinker", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tolarian Academy", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tooth and Nail", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Torrential Gearhulk", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Toxic Deluge", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Traverse the Ulvenwald", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Treachery", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Treasure Cruise", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Trinket Mage", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tropical Island", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("True-Name Nemesis", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Trygon Predator", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Tundra", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Turnabout", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ugin, the Spirit Dragon", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ulamog, the Ceaseless Hunger", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ulamog, the Infinite Gyre", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Ultimate Price", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Umezawa's Jitte", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Unburial Rites", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Underground Sea", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Unexpectedly Absent", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Upheaval", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Urborg, Tomb of Yawgmoth", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Vampire Nighthawk", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Vampiric Tutor", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Vedalken Shackles", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Vendilion Clique", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Venser, Shaper Savant", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Verdant Catacombs", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Verdurous Gearhulk", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Vindicate", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Voice of Resurgence", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Volcanic Island", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Vryn Wingmare", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Walking Ballista", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wall of Blossoms", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wall of Omens", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wall of Roots", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wandering Fumarole", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wasteland", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Watery Grave", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Westvale Abbey", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wheel of Fortune", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wildfire", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Windswept Heath", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Winter Orb", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wooded Foothills", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Woodfall Primus", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Worn Powerstone", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wrath of God", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Wurmcoil Engine", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Xenagos, the Reveler", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Yavimaya Elder", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Yawgmoth's Bargain", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Yawgmoth's Will", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Young Pyromancer", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Zealous Conscripts", ""));
|
||||||
|
cubeCards.add(new DraftCube.CardIdentity("Zurgo Bellstriker", ""));
|
||||||
|
}
|
||||||
|
}
|
|
@ -122,6 +122,7 @@
|
||||||
<draftCube name="MTGO Vintage Cube 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCube2016"/>
|
<draftCube name="MTGO Vintage Cube 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCube2016"/>
|
||||||
<draftCube name="MTGO Vintage Cube June 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCubeJune2016"/>
|
<draftCube name="MTGO Vintage Cube June 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCubeJune2016"/>
|
||||||
<draftCube name="MTGO Vintage Cube November 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCubeNovember2016"/>
|
<draftCube name="MTGO Vintage Cube November 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCubeNovember2016"/>
|
||||||
|
<draftCube name="MTGO Vintage Cube June 2017" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.VintageCubeJune2017"/>
|
||||||
<draftCube name="The Peasant's Toolbox" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.PeasantsToolboxCube"/>
|
<draftCube name="The Peasant's Toolbox" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.PeasantsToolboxCube"/>
|
||||||
<draftCube name="www.MTGCube.com" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.MTGCube"/>
|
<draftCube name="www.MTGCube.com" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.MTGCube"/>
|
||||||
<draftCube name="Cube From Deck" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.CubeFromDeck"/>
|
<draftCube name="Cube From Deck" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.CubeFromDeck"/>
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<draftCube name="MTGO Vintage Cube 2016" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.VintageCube2016"/>
|
<draftCube name="MTGO Vintage Cube 2016" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.VintageCube2016"/>
|
||||||
<draftCube name="MTGO Vintage Cube June 2016" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.VintageCubeJune2016"/>
|
<draftCube name="MTGO Vintage Cube June 2016" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.VintageCubeJune2016"/>
|
||||||
<draftCube name="MTGO Vintage Cube November 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCubeNovember2016"/>
|
<draftCube name="MTGO Vintage Cube November 2016" jar="mage-tournament-booster-draft.jar" className="mage.tournament.cubes.VintageCubeNovember2016"/>
|
||||||
|
<draftCube name="MTGO Vintage Cube June 2017" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.VintageCubeJune2017"/>
|
||||||
<draftCube name="The Peasant's Toolbox" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.PeasantsToolboxCube"/>
|
<draftCube name="The Peasant's Toolbox" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.PeasantsToolboxCube"/>
|
||||||
<draftCube name="www.MTGCube.com" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.MTGCube"/>
|
<draftCube name="www.MTGCube.com" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.MTGCube"/>
|
||||||
<draftCube name="Cube From Deck" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.CubeFromDeck"/>
|
<draftCube name="Cube From Deck" jar="mage-tournament-booster-draft-${project.version}.jar" className="mage.tournament.cubes.CubeFromDeck"/>
|
||||||
|
|
|
@ -31630,15 +31630,18 @@ Adorned Pouncer|Hour of Devastation|2|R|{1}{W}|Creature - Cat|1|1|Double strike$
|
||||||
Angel of the God-Pharaoh|Hour of Devastation|4|U|{4}{W}{W}|Creature - Angel|4|4|Flying$Cycling {2}|
|
Angel of the God-Pharaoh|Hour of Devastation|4|U|{4}{W}{W}|Creature - Angel|4|4|Flying$Cycling {2}|
|
||||||
Adorned Pouncer|Hour of Devastation|2|R|{1}{W}|Creature - Cat|1|1|Double strike$Eternalize {3}{W}{W} <i>({3}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Cat with no mana cost. Eternalize only as a sorcery.)</i>|
|
Adorned Pouncer|Hour of Devastation|2|R|{1}{W}|Creature - Cat|1|1|Double strike$Eternalize {3}{W}{W} <i>({3}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Cat with no mana cost. Eternalize only as a sorcery.)</i>|
|
||||||
Angel of Condemnation|Hour of Devastation|3|R|{2}{W}{W}|Creature - Angel|3|3|Flying, vigilance${2}{W}, {T}: Exile another target creature. Return that card to the battlefield under its owner's control at the beginning of the next end step.${2}{W}, {T}, Exert Angel of Condemnation: Exile another target creature until Angel of Condemnation leaves the battlefield. <i>(An exerted creature won't untap during your next untap step.)</i>|
|
Angel of Condemnation|Hour of Devastation|3|R|{2}{W}{W}|Creature - Angel|3|3|Flying, vigilance${2}{W}, {T}: Exile another target creature. Return that card to the battlefield under its owner's control at the beginning of the next end step.${2}{W}, {T}, Exert Angel of Condemnation: Exile another target creature until Angel of Condemnation leaves the battlefield. <i>(An exerted creature won't untap during your next untap step.)</i>|
|
||||||
|
Angel of the God-Pharoah|Hour of Devastation|4|U|{4}{W}{W}|Creature - Angel|4|4|Flying$Cycling {2}|
|
||||||
Desert's Hold|Hour of Devastation|8|U|{2}{W}|Enchantment - Aura|||Enchant creature$When Desert's Hold enters the battlefield, if you control a Desert or there is a Desert card in your graveyard, you gain 3 life.$Enchanted creature can't attack or block, and its activated abilities can't be activated.|
|
Desert's Hold|Hour of Devastation|8|U|{2}{W}|Enchantment - Aura|||Enchant creature$When Desert's Hold enters the battlefield, if you control a Desert or there is a Desert card in your graveyard, you gain 3 life.$Enchanted creature can't attack or block, and its activated abilities can't be activated.|
|
||||||
Djeru, With Eyes Open|Hour of Devastation|10|R|{3}{W}{W}|Legendary Creature - Human Warrior|4|3|Vigilance$When Djeru, With Eyes Open enters the battlefield, you may search your library for a planeswalker card, reveal it, put it into your hand, then shuffle your library.$If a source would deal damage to a planeswalker you control, prevent 1 of that damage.|
|
Djeru, With Eyes Open|Hour of Devastation|10|R|{3}{W}{W}|Legendary Creature - Human Warrior|4|3|Vigilance$When Djeru, With Eyes Open enters the battlefield, you may search your library for a planeswalker card, reveal it, put it into your hand, then shuffle your library.$If a source would deal damage to a planeswalker you control, prevent 1 of that damage.|
|
||||||
Gideon's Defeat|Hour of Devastation|13|U|{W}|Instant|||Exile target white creature that's attacking or blocking. If it was a Gideon planeswalker, you gain 5 life.|
|
Gideon's Defeat|Hour of Devastation|13|U|{W}|Instant|||Exile target white creature that's attacking or blocking. If it was a Gideon planeswalker, you gain 5 life.|
|
||||||
Hour of Revelation|Hour of Devastation|15|R|{3}{W}{W}{W}|Sorcery|||Hour of Revelation costs {3} less to cast if there are ten or more nonland permanents on the battlefield.$Destroy all nonland permanents.|
|
Hour of Revelation|Hour of Devastation|15|R|{3}{W}{W}{W}|Sorcery|||Hour of Revelation costs {3} less to cast if there are ten or more nonland permanents on the battlefield.$Destroy all nonland permanents.|
|
||||||
Oketra's Last Mercy|Hour of Devastation|18|R|{1}{W}{W}|Sorcery|||Your life total becomes your starting life total. Lands you control don't untap during your next untap phase|
|
Oketra's Last Mercy|Hour of Devastation|18|R|{1}{W}{W}|Sorcery|||Your life total becomes your starting life total. Lands you control don't untap during your next untap phase|
|
||||||
|
Overwhelming Splendor|Hour of Devastation|19|M|{6}{W}{W}|Enchantment - Aura Curse|||Enchant player$Creatures enchanted player controls lose all abilities and have base power and toughness 1/1.$Enchanted player can't activate abilities that aren't mana abilities or loyalty abilities.|
|
||||||
Solemnity|Hour of Devastation|22|R|{2}{W}|Enchantment|||Players can't get counters.$Counters can't be put on artifacts, creatures, enchantments, or lands.|
|
Solemnity|Hour of Devastation|22|R|{2}{W}|Enchantment|||Players can't get counters.$Counters can't be put on artifacts, creatures, enchantments, or lands.|
|
||||||
Steadfast Sentinel|Hour of Devastation|24|C|{3}{W}|Creature - Human Cleric|2|3|Vigilance$Eternalize {4}{W}{W} <i>({4}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Human Cleric with no mana cost. Eternalize only as a sorcery.)</i>|
|
Steadfast Sentinel|Hour of Devastation|24|C|{3}{W}|Creature - Human Cleric|2|3|Vigilance$Eternalize {4}{W}{W} <i>({4}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Human Cleric with no mana cost. Eternalize only as a sorcery.)</i>|
|
||||||
Steward of Solidarity|Hour of Devastation|25|U|{1}{W}|Creature - Human Warrior|2|2|{T}, Exert Steward of Solidarity: Create a 1/1 white Warrior creature token with vigilance. <i>(An exerted creature won't untap during your next untap step.)</i>|
|
Steward of Solidarity|Hour of Devastation|25|U|{1}{W}|Creature - Human Warrior|2|2|{T}, Exert Steward of Solidarity: Create a 1/1 white Warrior creature token with vigilance. <i>(An exerted creature won't untap during your next untap step.)</i>|
|
||||||
Vizier of the True|Hour of Devastation|28|U|{3}{W}|Creature - Human Cleric|3|2|You may exert Vizier of the True as it attacks. <i>(It won't untap during your next untap step.)</i>$Whenever you exert a creature, tap target creature an opponent controls.|
|
Vizier of the True|Hour of Devastation|28|U|{3}{W}|Creature - Human Cleric|3|2|You may exert Vizier of the True as it attacks. <i>(It won't untap during your next untap step.)</i>$Whenever you exert a creature, tap target creature an opponent controls.|
|
||||||
|
Champion of Wits|Hour of Devastation|31|R|{2}{U}|Creature - Naga Wizard|2|1|When Champion of Wits enters the battlefield, you may draw cards equal to its power. If you do, discard two cards.$Eternalize {5}{U}{U}|
|
||||||
Fraying Sanity|Hour of Devastation|35|R|{2}{U}|Enchantment - Aura Curse|||Enchant player$At the beginning of each end step, enchanted player puts the top X cards of his or her library into his or her graveyard, where X is the total number of cards put into his or her graveyard from anywhere this turn. |
|
Fraying Sanity|Hour of Devastation|35|R|{2}{U}|Enchantment - Aura Curse|||Enchant player$At the beginning of each end step, enchanted player puts the top X cards of his or her library into his or her graveyard, where X is the total number of cards put into his or her graveyard from anywhere this turn. |
|
||||||
Jace's Defeat|Hour of Devastation|38|U|{1}{U}|Instant|||Counter target blue spell. If it was a Jace planeswalker spell, scry 2.|
|
Jace's Defeat|Hour of Devastation|38|U|{1}{U}|Instant|||Counter target blue spell. If it was a Jace planeswalker spell, scry 2.|
|
||||||
Nimble Obstructionist|Hour of Devastation|40|R|{2}{U}|Creature - Bird Wizard|3|1|Flash$Flying$Cycling {2}{U} <i>({2}{U}, Discard this card: Draw a card.)</i>$When you cycle Nimble Obstructionist, counter target activated or triggered ability you don't control.|
|
Nimble Obstructionist|Hour of Devastation|40|R|{2}{U}|Creature - Bird Wizard|3|1|Flash$Flying$Cycling {2}{U} <i>({2}{U}, Discard this card: Draw a card.)</i>$When you cycle Nimble Obstructionist, counter target activated or triggered ability you don't control.|
|
||||||
|
@ -31648,6 +31651,7 @@ Supreme Will|Hour of Devastation|49|U|{2}{U}|Instant|||Choose one —$• Counte
|
||||||
Swarm Intelligence|Hour of Devastation|50|R|{6}{U}|Enchantment|||Whenever you cast an instant or sorcery spell, you may copy that spell. You may choose new targets for the copy.|
|
Swarm Intelligence|Hour of Devastation|50|R|{6}{U}|Enchantment|||Whenever you cast an instant or sorcery spell, you may copy that spell. You may choose new targets for the copy.|
|
||||||
Unesh, Criosphinx Sovereign|Hour of Devastation|52|M|{4}{U}{U}|Legendary Creature - Sphinx|4|4|Flying$Sphinx spells you cast cost {2} less to cast.$Whenever Unesh, Criosphinx Sovereign or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent seperates those cards into two piles. Put one pile into your hand and the other into your graveyard.|
|
Unesh, Criosphinx Sovereign|Hour of Devastation|52|M|{4}{U}{U}|Legendary Creature - Sphinx|4|4|Flying$Sphinx spells you cast cost {2} less to cast.$Whenever Unesh, Criosphinx Sovereign or another Sphinx enters the battlefield under your control, reveal the top four cards of your library. An opponent seperates those cards into two piles. Put one pile into your hand and the other into your graveyard.|
|
||||||
Accursed Horde|Hour of Devastation|56|U|{3}{B}|Creature - Zombie|3|3|{1}{B}: Target attacking Zombie gains indestructible until end of turn. <i>(Damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)</i>|
|
Accursed Horde|Hour of Devastation|56|U|{3}{B}|Creature - Zombie|3|3|{1}{B}: Target attacking Zombie gains indestructible until end of turn. <i>(Damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)</i>|
|
||||||
|
Ammit Eternal|Hour of Devastation|57|{2}{B}|Creature - Zombie Crocodile Demon|5|5|Afflict 3$Whenever an opponent casts a spell, put a -1/-1 counter on Ammit Eternal.$Whenever Ammit Eternal deals combat damage to a player, remove all -1/-1 counters from it.|
|
||||||
Bontu's Last Reckoning|Hour of Devastation|60|R|{1}{B}{B}|Sorcery|||Destroy all creatures. Lands you control don't untap during your next untap step.|
|
Bontu's Last Reckoning|Hour of Devastation|60|R|{1}{B}{B}|Sorcery|||Destroy all creatures. Lands you control don't untap during your next untap step.|
|
||||||
Carrion Screecher|Hour of Devastation|61|C|{3}{B}|Creature - Zombie Bird|3|1|Flying|
|
Carrion Screecher|Hour of Devastation|61|C|{3}{B}|Creature - Zombie Bird|3|1|Flying|
|
||||||
Doomfall|Hour of Devastation|62|U|{2}{B}|Sorcery|||Choose one —$• Target player exiles a creature he or she controls.$• Target opponent reveals his or her hand. You choose a nonland card from it. Exile that card.|
|
Doomfall|Hour of Devastation|62|U|{2}{B}|Sorcery|||Choose one —$• Target player exiles a creature he or she controls.$• Target opponent reveals his or her hand. You choose a nonland card from it. Exile that card.|
|
||||||
|
@ -31689,13 +31693,17 @@ River Hoopoe|Hour of Devastation|143|U|{G}{U}|Creature - Bird|1|3|Flying${3}{G}{
|
||||||
Samut, the Tested|Hour of Devastation|144|M|{2}{R}{G}|Planeswalker - Samut|4|+1: Up to one target creature gains double strike until end of turn.$-2: Samut, the Tested deals 2 damage divided as you choose among one or two target creatures and/or players.$-7: Search your library for up to two creature and/or planeswalker cards, put them onto the battlefield, then shuffle your library.|
|
Samut, the Tested|Hour of Devastation|144|M|{2}{R}{G}|Planeswalker - Samut|4|+1: Up to one target creature gains double strike until end of turn.$-2: Samut, the Tested deals 2 damage divided as you choose among one or two target creatures and/or players.$-7: Search your library for up to two creature and/or planeswalker cards, put them onto the battlefield, then shuffle your library.|
|
||||||
The Scarab God|Hour of Devastation|145|M|{3}{U}{B}|Legendary Creature - God|5|5|At the beginning of your upkeep, each opponent loses X life and you scry X, where X is the number of Zombies you control.${2}{U}{B}: Exile target creature card from a graveyard. Create a token that's a copy of it, except it's a 4/4 black Zombie.$When The Scarab God dies, return it to its owner's hand at the beginning of the next upkeep.|
|
The Scarab God|Hour of Devastation|145|M|{3}{U}{B}|Legendary Creature - God|5|5|At the beginning of your upkeep, each opponent loses X life and you scry X, where X is the number of Zombies you control.${2}{U}{B}: Exile target creature card from a graveyard. Create a token that's a copy of it, except it's a 4/4 black Zombie.$When The Scarab God dies, return it to its owner's hand at the beginning of the next upkeep.|
|
||||||
The Scorpion God|Hour of Devastation|146|M|{3}{B}{R}|Legendary Creature - God|6|5|Whenever a creature with a -1/-1 counter on it dies, draw a card.${1}{B}{R}: Put a -1/-1 counter on another target creature.$When The Scorpion God dies, return it to its owner's hand at the beginning of the next end step.|
|
The Scorpion God|Hour of Devastation|146|M|{3}{B}{R}|Legendary Creature - God|6|5|Whenever a creature with a -1/-1 counter on it dies, draw a card.${1}{B}{R}: Put a -1/-1 counter on another target creature.$When The Scorpion God dies, return it to its owner's hand at the beginning of the next end step.|
|
||||||
|
Unraveling Mummy|Hour of Devastation|147|U|{1}{W}{B}|Creature - Zombie|2|3|{1}{W}: Target attacking Xombie gains lifelink until end of turn.${1}{B}: Target attacking Zombie gains deathtouch until end of turn.|
|
||||||
Farm // Market|Hour of Devastation|148|U|{2}{W}|Instant|||Destroy target attacking or blocking creature.$<strong>Market</strong> {2}{U}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Draw two cards, then destroy two cards|
|
Farm // Market|Hour of Devastation|148|U|{2}{W}|Instant|||Destroy target attacking or blocking creature.$<strong>Market</strong> {2}{U}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Draw two cards, then destroy two cards|
|
||||||
Claim // Fame|Hour of Devastation|150|U|{B}|Sorcery|||Return target creature card with converted mana cost 2 or less from your graveyard to the battlefield.$<strong>Fame</strong> {1}{R}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Target creature gets +2/+0 and gains haste until end of turn.|
|
Claim // Fame|Hour of Devastation|150|U|{B}|Sorcery|||Return target creature card with converted mana cost 2 or less from your graveyard to the battlefield.$<strong>Fame</strong> {1}{R}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Target creature gets +2/+0 and gains haste until end of turn.|
|
||||||
Struggle // Survive|Hour of Devastation|151|U|{2}{R}|Instant|||Struggle deals damage to target creature equal to the number of lands you control.$<strong>Survive</strong> {1}{G}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Each player shuffles his or graveyard into his or her library.|
|
Struggle // Survive|Hour of Devastation|151|U|{2}{R}|Instant|||Struggle deals damage to target creature equal to the number of lands you control.$<strong>Survive</strong> {1}{G}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Each player shuffles his or graveyard into his or her library.|
|
||||||
|
Appeal // Authority|Hour of Devastation|152|U|{G}|Sorcery|||Until end of turn, target creatures gains trample and gets +X/+X, where X is the number of creatures you control.$<strong>Authority</strong> {1}{W}$<strong>Sorcery</strong>$Aftermath$Tap up to two target creatures your opponents control. Creatures you control gain vigilance until end of turn.|
|
||||||
Reason // Believe|Hour of Devastation|154|R|{U}|Sorcery|||Scry 3.$<strong>Believe</strong> {4}{G}$<strong>Sorcery</strong>$Aftermath$Look at the top card of your library. You may put it onto the battlefield if it's a creature card. If you don't, put it into your hand.|
|
Reason // Believe|Hour of Devastation|154|R|{U}|Sorcery|||Scry 3.$<strong>Believe</strong> {4}{G}$<strong>Sorcery</strong>$Aftermath$Look at the top card of your library. You may put it onto the battlefield if it's a creature card. If you don't, put it into your hand.|
|
||||||
Grind // Dust|Hour of Devastation|155|R|{1}{B}|Sorcery|||Put a -1/-1 counter on each of up to two target creatures.$<strong>Dust</strong> {3}{W}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Exile any number of target creatures that have -1/-1 counters on them.|
|
Grind // Dust|Hour of Devastation|155|R|{1}{B}|Sorcery|||Put a -1/-1 counter on each of up to two target creatures.$<strong>Dust</strong> {3}{W}$<strong>Sorcery</strong>$Aftermath <i>(Cast this spell only from your graveyard. Then exile it.)</i>$Exile any number of target creatures that have -1/-1 counters on them.|
|
||||||
|
Refuse // Cooperate|Hour of Devastation|156|R|{3}{R}|Instant|||Refuse deals damage to target spell's controller equal to that spell's converted mana cost.$<strong>Cooperate</strong> {2}{U}$<strong>Sorcery</strong>$Aftermath$Copy target instant or sorcery spell. You may choose new targets for the copy.|
|
||||||
Driven // Despair|Hour of Devastation|157|R|{1}{G}|Sorcery|||Until end of turn, creatures you control gain trample and "Whenever this creature deals combat damage to a player, draw a card."$<strong>Despair</strong> {1}{B}$<strong>Sorcery</strong>$Aftermath$Until end of turn, creatures you control gain menace and "Whenever this creature deals combat damage to a player, that player discards a card."|
|
Driven // Despair|Hour of Devastation|157|R|{1}{G}|Sorcery|||Until end of turn, creatures you control gain trample and "Whenever this creature deals combat damage to a player, draw a card."$<strong>Despair</strong> {1}{B}$<strong>Sorcery</strong>$Aftermath$Until end of turn, creatures you control gain menace and "Whenever this creature deals combat damage to a player, that player discards a card."|
|
||||||
Crook of Comdemnation|Hour of Devastation|159|U|{2}|Artifact|||{1}, {t}: Exile target card from a graveyard.${1}, Exile Crook of Condemnation: Exile all cards from all graveyards.|
|
Crook of Comdemnation|Hour of Devastation|159|U|{2}|Artifact|||{1}, {t}: Exile target card from a graveyard.${1}, Exile Crook of Condemnation: Exile all cards from all graveyards.|
|
||||||
|
God-Pharoah's Gift|Hour of Devastation|161|R|{7}|Artifact|||At the beginning of combat on your turn, you may exile a creature card from your graveyard. If you do, create a token that's copy of that card, except it's a 4/4 black Zombie. It gains haste until end of turn.|
|
||||||
Mirage Mirror|Hour of Devastation|165|R|{3}|Artifact|||{2}: Mirage Mirror becomes a copy of target artifact, creature, enchantment, or land until end of turn.|
|
Mirage Mirror|Hour of Devastation|165|R|{3}|Artifact|||{2}: Mirage Mirror becomes a copy of target artifact, creature, enchantment, or land until end of turn.|
|
||||||
Sunset Pyramid|Hour of Devastation|166|U|{2}|Artifact|||Sunset Pyramid enters the battlefield with three brick counters on it.${2}, {T}, Remove a brick counter from Sunset Pyramid: Draw a card.${2}, {T}: Scry 1.|
|
Sunset Pyramid|Hour of Devastation|166|U|{2}|Artifact|||Sunset Pyramid enters the battlefield with three brick counters on it.${2}, {T}, Remove a brick counter from Sunset Pyramid: Draw a card.${2}, {T}: Scry 1.|
|
||||||
Desert of the Fervent|Hour of Devastation|170|C||Land - Desert|||Desert of the Fervent enters the battlefield tapped.${T}: Add {R} to your mana pool.$Cycling {1}{R} <i>({1}{R}, Discard this card: Draw a card.)</i>|
|
Desert of the Fervent|Hour of Devastation|170|C||Land - Desert|||Desert of the Fervent enters the battlefield tapped.${T}: Add {R} to your mana pool.$Cycling {1}{R} <i>({1}{R}, Discard this card: Draw a card.)</i>|
|
||||||
|
@ -31720,31 +31728,33 @@ Wasp of the Bitter End|Hour of Devastation|206|U|{1}{B}|Creature - Insect Horror
|
||||||
Zealot of the God-Pharaoh|Hour of Devastation|207|C|{3}{R}|Creature - Minotaur Archer|4|3|{4}{R}: Zealot of the God-Pharaoh deals 2 damage to target opponent.|
|
Zealot of the God-Pharaoh|Hour of Devastation|207|C|{3}{R}|Creature - Minotaur Archer|4|3|{4}{R}: Zealot of the God-Pharaoh deals 2 damage to target opponent.|
|
||||||
Visage of Bolas|Hour of Devastation|208|R|{4}|Artifact|||When Visage of Bolas enters the battlefield, you may search your library and/or graveyard for a card named Nicol Bolas, the Deceiver, reveal it, and put it into your hand. If you search your library this way, shuffle it.${t}: Add {U}, {B}, or {R} to your mana pool.|
|
Visage of Bolas|Hour of Devastation|208|R|{4}|Artifact|||When Visage of Bolas enters the battlefield, you may search your library and/or graveyard for a card named Nicol Bolas, the Deceiver, reveal it, and put it into your hand. If you search your library this way, shuffle it.${t}: Add {U}, {B}, or {R} to your mana pool.|
|
||||||
Cinder Barrens|Hour of Devastation|209|C||Land|||Cinder Barrens enters the battlefield tapped.${t}: Add {B} or {R} to your mana pool.|
|
Cinder Barrens|Hour of Devastation|209|C||Land|||Cinder Barrens enters the battlefield tapped.${t}: Add {B} or {R} to your mana pool.|
|
||||||
Desert of the Fervent|Hour of Devastation|170|C||Land - Desert|||Desert of the Fervent enters the battlefield tapped.${T}: Add {R} to your mana pool.$Cycling {1}{R}|
|
|
||||||
Desert of the Glorified|Hour of Devastation|171|C||Land - Desert|||Desert of the Glorified enters the battlefield tapped.${T}: Add {B} to your mana pool.$Cycling {1}{B}|
|
|
||||||
Desert of the Indomitable|Hour of Devastation|172|C||Land - Desert|||Desert of the Indomitable enters the battlefield tapped.${T}: Add {G} to your mana pool.$Cycling {1}{G}|
|
|
||||||
Desert of the Mindful|Hour of Devastation|173|C||Land - Desert|||Desert of the Mindful enters the battlefield tapped.${T}: Add {U} to your mana pool.$Cycling {1}{U}|
|
|
||||||
Desert of the True|Hour of Devastation|174|C||Land - Desert|||Desert of the True enters the battlefield tapped.${T}: Add {W} to your mana pool.$Cycling {1}{W}|
|
|
||||||
Nissa, Genesis Mage|Hour of Devastation|200|M|{5}{G}{G}|Planeswalker - Nissa|||+2: Untap up to two target creatures and up to two target lands.$-3: Target creature gets +5/+5 until end of turn.$-10: Look at the top ten cards of your library. You may put any number of creature and/or land cards from among them onto the battlefield. Put the rest on the bottom of your library in a random order.|
|
|
||||||
Nicol Bolas, the Deceiver|Hour of Devastation|205|M|{5}{U}{B}{R}|Planeswalker - Bolas|||+3: Each opponent loses 3 life unless that player sacrifices a nonland permanent or discards a card.$-3: Destroy target creature. Draw a card.$-11: Nicol Bolas, the Deceiver deals 7 damage to each opponent. You draw seven cards.|
|
|
||||||
Solemnity|Hour of Devastation|22|R|{2}{W}|Enchantment|||Players can't get counters.$Counters can't be put on artifacts, creatures, enchantments or lands.|
|
|
||||||
Arcane Adaptation|Ixalan|44|R|{2}{U}|Enchantment|||As Arcane Adaptation enters the battlefield, choose a creature type.$Creatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.|
|
Arcane Adaptation|Ixalan|44|R|{2}{U}|Enchantment|||As Arcane Adaptation enters the battlefield, choose a creature type.$Creatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.|
|
||||||
Ashes of the Abhorrent|Ixalan|???|R|{1}{W}|Enchantment|||Players can't cast spells from graveyards or activate abilities from graveyards.$Whenever a creature dies, you gain 1 life.|
|
Ashes of the Abhorrent|Ixalan|???|R|{1}{W}|Enchantment|||Players can't cast spells from graveyards or activate abilities from graveyards.$Whenever a creature dies, you gain 1 life.|
|
||||||
Bishop of Rebirth|Ixalan|???|R|Creature - Vampire Cleric|3|4|Vigilance$Whenever Bishop of Rebirth attacks, you may return target creature card with converted mana cost 3 or less from your graveyard to the battlefield.|
|
Bishop of Rebirth|Ixalan|???|R|Creature - Vampire Cleric|3|4|Vigilance$Whenever Bishop of Rebirth attacks, you may return target creature card with converted mana cost 3 or less from your graveyard to the battlefield.|
|
||||||
Goring Ceratops|Ixalan|???|R|Creature - Dinosaur|?|?|Double strike$Whenever Goring Ceratops attacks, other creatures you control gain double strike until end of turn.|
|
Goring Ceratops|Ixalan|???|R|Creature - Dinosaur|?|?|Double strike$Whenever Goring Ceratops attacks, other creatures you control gain double strike until end of turn.|
|
||||||
Prince of the Wakening Sun|Ixalan|???|R|{W}|Creature - Human Cleric|1|1|At the beginning of your upkeep, you may reveal a Dinosaur card from your hand. If you do, you gain 2 life.${3}{W}{W}, Sacrifice Prince of the Wakening Sun: Search your library for a Dinosaur card, reveal it, and put it into your hand. Shuffle your library.|
|
Kimalla's Sunwing|Ixalan|???|R|{2}{W}|Creature - Dinosaur|2|3|Flying$Creatures your opponents control enter the battlefield tapped.|
|
||||||
|
Mynea Frian, Dark Apostle|Ixalan|???|R|{2}{W}|Legendary Creature - Vampire Cleric|2|2|Whenever one or more nontoken Vampires you control attack, create a 1/1 white Vampire creature token with lifelink.|
|
||||||
|
Priest of the Wandering Sun|Ixalan|???|R|{W}|Creature - Human Cleric|1|1|At the beginning of your upkeep, you may reveal a Dinosaur card from your hand. If you do, you gain 2 life.${3}{W}{W}, Sacrifice Priest of the Wandering Sun: Search your library for a Dinosaur card, reveal it, and put it into your hand, then shuffle your library.|
|
||||||
|
Sanguine Sacrament|Ixalan|???|R|{X}{W}{W}|Instant|||You gain twice X life. Put Sanguine Sacrament on the bottom of its owner's library.|
|
||||||
Settle the Wreckage|Ixalan|???|R|{2}{W}{W}|Instant|||Exile all attacking creatures target player controls. That player may search his or her library for that many basic land cards, put that many cards onto the battlefield tapped, then shuffle his or her library.|
|
Settle the Wreckage|Ixalan|???|R|{2}{W}{W}|Instant|||Exile all attacking creatures target player controls. That player may search his or her library for that many basic land cards, put that many cards onto the battlefield tapped, then shuffle his or her library.|
|
||||||
Sunbird's Invocation|Ixalan|???|R|{3}{R}|Enchantment|||Whenever you cast a spell from your hand, reveal the top X cards of your library, where X is that spell's converted mana cost. You may cast a card revealed this way with converted mana cost X or less without paying its mana cost. Put the rest on the bottom of your library in a random order.|
|
Tocaf's Honor Guard|Ixalan|???|R|{1}{W}|Creature - Human Soldier|1|2|Creatures entering the battlefield don't cause abilities to trigger.|
|
||||||
Daring Saboteur|Ixalan|???|R|{1}{U}|Creature - Human Pirate|?|?|{2}{U}: Daring Saboteur can't be blocked this turn.$Whenever Daring Saboteur deals combat damage to a player, you may draw a card. If you do, discard a card.|
|
Daring Saboteur|Ixalan|???|R|{1}{U}|Creature - Human Pirate|?|?|{2}{U}: Daring Saboteur can't be blocked this turn.$Whenever Daring Saboteur deals combat damage to a player, you may draw a card. If you do, discard a card.|
|
||||||
Dreamcaller Siren|Ixalan|???|R|{3}{U}{U}|Creature - Siren Pirate|3|3|Flash$Flying$Dreamcaller Siren can only block creatures with flying.$When Dreamcaller Siren enters the battlefield, if you control another Pirate, tap up to two nonland permanents.|
|
Dreamcaller Siren|Ixalan|???|R|{3}{U}{U}|Creature - Siren Pirate|3|3|Flash$Flying$Dreamcaller Siren can only block creatures with flying.$When Dreamcaller Siren enters the battlefield, if you control another Pirate, tap up to two nonland permanents.|
|
||||||
|
Evaporating Melody|Ixalan|???|R|{X}{U}{U}|Instant|||Gain control of target creature with converted mana cost X.|
|
||||||
Kopaka, Warden of Waves|Ixalan|???|R|{1}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Spells your opponents cast that target a Merfolk you control cost {1} more to cast.$Abilities your opponent activate that target a Merfolk you control cost {1} more to activate.|
|
Kopaka, Warden of Waves|Ixalan|???|R|{1}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Spells your opponents cast that target a Merfolk you control cost {1} more to cast.$Abilities your opponent activate that target a Merfolk you control cost {1} more to activate.|
|
||||||
River's Rebuke|Ixalan|???|R|{4}{U}{U}|Sorcery|||Return all nonland permanents target player controls to their owner's hand.|
|
River's Rebuke|Ixalan|???|R|{4}{U}{U}|Sorcery|||Return all nonland permanents target player controls to their owner's hand.|
|
||||||
Blackhearted Paladin|Ixalan|???|R|{1}{B}|Creature - Vampire Knight|1|1|Flash$Blackhearted Paladin enters the battlefield with a +1/+1 counter on it for each creature that die this turn.|
|
Blackhearted Paladin|Ixalan|???|R|{1}{B}|Creature - Vampire Knight|1|1|Flash$Blackhearted Paladin enters the battlefield with a +1/+1 counter on it for each creature that die this turn.|
|
||||||
|
Deadeye Tracker|Ixalan|???|R|{B}|Creature - Human Pirate|1|1|{1}{B}, {T}: Exile two target cards from an opponent's graveyard. Deadeye Tracker explores.|
|
||||||
Fathom Fleet Captain|Ixalan|???|R|{1}{B}|Creature - Human Pirate|2|1|Menace$Whenever Fathom Fleet Captain attacks, if you control another Pirate, you may pay {1}. If you do, creature a 2/2 black Pirate creature token with menace.|
|
Fathom Fleet Captain|Ixalan|???|R|{1}{B}|Creature - Human Pirate|2|1|Menace$Whenever Fathom Fleet Captain attacks, if you control another Pirate, you may pay {1}. If you do, creature a 2/2 black Pirate creature token with menace.|
|
||||||
|
Revel in Riches|Ixalan|???|R|{4}{B}|Enchantment|||Whenever a creature an opponent controls dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."|
|
||||||
Vraska's Contempt|Ixalan|???|R|{2}{B}{B}|Instant|||Exile target creature or planeswalker. You gain 2 life.|
|
Vraska's Contempt|Ixalan|???|R|{2}{B}{B}|Instant|||Exile target creature or planeswalker. You gain 2 life.|
|
||||||
|
Aegriah's Marauders|Ixalan|???|R|{3}{R}{R}|Creature - Human Pirate|4|4|If a creature you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead.|
|
||||||
Burning Sun's Avatar|Ixalan|???|R|{3}{R}{R}{R}|Creature - Dinosaur Avatar|6|6|When Burning Sun's Avatar enters the battlefield, it deals 3 damage to target opponent and 3 damage to up to one target creature.|
|
Burning Sun's Avatar|Ixalan|???|R|{3}{R}{R}{R}|Creature - Dinosaur Avatar|6|6|When Burning Sun's Avatar enters the battlefield, it deals 3 damage to target opponent and 3 damage to up to one target creature.|
|
||||||
|
Star of Extinction|Ixalan|???|M|{5}{R}{R}|Sorcery|||Destroy target land. Star of Extinction deals 20 damage to each creature and each planeswalker.|
|
||||||
Captain Lannery Storm|Ixalan|176|R|{2}{R}|Legendary Creature - Human Pirate|2|2|Haste$Whenever Captain Lannery Storm attacks, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."$Whenever you sacrifice a Treasure, Captain Lannery Storm gets +1/+0 until end of turn.|
|
Captain Lannery Storm|Ixalan|176|R|{2}{R}|Legendary Creature - Human Pirate|2|2|Haste$Whenever Captain Lannery Storm attacks, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."$Whenever you sacrifice a Treasure, Captain Lannery Storm gets +1/+0 until end of turn.|
|
||||||
Rowdy Crew|Ixalan|???|M|{2}{R}{R}|Creature - Human Pirate|3|3|Trample$When Rowdy Crew enters the battlefield, draw three cards, then discard two cards at random. If two cards that share a card type are discard this way, put two +1/+1 counters on Rowdy Crew.|
|
Rowdy Crew|Ixalan|???|M|{2}{R}{R}|Creature - Human Pirate|3|3|Trample$When Rowdy Crew enters the battlefield, draw three cards, then discard two cards at random. If two cards that share a card type are discard this way, put two +1/+1 counters on Rowdy Crew.|
|
||||||
|
Sunbird's Invocation|Ixalan|???|R|{3}{R}|Enchantment|||Whenever you cast a spell from your hand, reveal the top X cards of your library, where X is that spell's converted mana cost. You may cast a card revealed this way with converted mana cost X or less without paying its mana cost. Put the rest on the bottom of your library in a random order.|
|
||||||
|
Tilomalli's Skinshifter|Ixalan|???|R|{2}{R}|Creature - Human Shaman|0|3|Whenever Tilomalli's Skinshifter attacks, it becomes a copyt of another target nonlegendary attacking creature until end of turn.|
|
||||||
Carnage Tyrant|Ixalan|???|M|{4}{G}{G}|Creature - Dinosaur|7|6|Carnage Tyrant can't be countered.$Trample, hexproof|
|
Carnage Tyrant|Ixalan|???|M|{4}{G}{G}|Creature - Dinosaur|7|6|Carnage Tyrant can't be countered.$Trample, hexproof|
|
||||||
Deathgorge Scavenger|Ixalan|???|R|???|Creature - Dinosaur|3|2|Whenever Deathgorge Scavenger enters the battlefield or attacks, you may exile target card from a graveyard. If a creature card is exiled this way, you may gain 2 life. If a noncreature card is exiled this way, Deathgorge Scavenger gets +1/+1 until end of turn.|
|
Deathgorge Scavenger|Ixalan|???|R|???|Creature - Dinosaur|3|2|Whenever Deathgorge Scavenger enters the battlefield or attacks, you may exile target card from a graveyard. If a creature card is exiled this way, you may gain 2 life. If a noncreature card is exiled this way, Deathgorge Scavenger gets +1/+1 until end of turn.|
|
||||||
Deeproot Champion|Ixalan|???|R|{1}{G}|Creature - Merfolk Shaman|1|1|Whenever you cast a noncreature spell, put a +1/+1 counter on Deeproot Champion.|
|
Deeproot Champion|Ixalan|???|R|{1}{G}|Creature - Merfolk Shaman|1|1|Whenever you cast a noncreature spell, put a +1/+1 counter on Deeproot Champion.|
|
||||||
|
|
Loading…
Reference in a new issue