PennyDreadfulMTG / perf-reports

2 stars 7 forks source link

500 error at /deckcheck/ #29218

Closed vorpal-buildbot closed 5 years ago

vorpal-buildbot commented 5 years ago

Failed to execute INSERT INTO card_legality (format_id, card_id, legality) SELECT 34, bq.id, 'Legal' FROM ( SELECT u.idASid,u.layoutASlayout, u.idAS face_id, CASE WHEN layout = 'double-faced' OR layout = 'flip' THEN GROUP_CONCAT(CASE WHENu.position = 1 THEN face_name ELSE '' END SEPARATOR '') WHEN layout = 'meld' THEN GROUP_CONCAT(CASE WHENu.position = 1 ORu.position = 2 THEN face_name ELSE '' END SEPARATOR '') ELSE GROUP_CONCAT(face_name SEPARATOR ' // ' ) END AS name, GROUP_CONCAT(u.mana_costSEPARATOR '|') ASmana_cost, CASE WHEN layout = 'split' OR layout = 'aftermath' THEN SUM(u.cmc) WHEN layout = 'meld' THEN SUM(CASE WHENu.position = 1 ORu.position = 2 THEN cmc ELSE 0 END) ELSE SUM(CASE WHENu.position = 1 THENu.cmc ELSE 0 END) END AS cmc, GROUP_CONCAT(CASE WHENu.position = 1 THENu.powerELSE '' END SEPARATOR '') ASpower, GROUP_CONCAT(CASE WHENu.position = 1 THENu.toughnessELSE '' END SEPARATOR '') AStoughness, GROUP_CONCAT(CASE WHENu.position = 1 THENu.loyaltyELSE '' END SEPARATOR '') ASloyalty, CASE WHEN layout = 'meld' THEN GROUP_CONCAT(CASE WHENu.position = 1 ORu.position = 2 THEN type ELSE '' END SEPARATOR '') ELSE GROUP_CONCAT(CASE WHENu.position = 1 THEN type ELSE '' END SEPARATOR '') END AS type, GROUP_CONCAT(u.text` SEPARATOR '

') AS text, GROUP_CONCAT(u.search_text SEPARATOR '

') AS search_text, GROUP_CONCAT(CASE WHEN u.position = 1 THEN u.image_name ELSE '' END SEPARATOR '') AS image_name, GROUP_CONCAT(CASE WHEN u.position = 1 THEN u.hand ELSE '' END SEPARATOR '') AS hand, GROUP_CONCAT(CASE WHEN u.position = 1 THEN u.life ELSE '' END SEPARATOR '') AS life, GROUP_CONCAT(CASE WHEN u.position = 1 THEN u.starter ELSE '' END SEPARATOR '') AS starter, GROUP_CONCAT(CASE WHEN u.position = 1 THEN u.position ELSE '' END SEPARATOR '') AS position, CASE WHEN layout = 'double-faced' OR layout = 'flip' THEN GROUP_CONCAT(CASE WHEN u.position = 1 THEN name_ascii ELSE '' END SEPARATOR '') WHEN layout = 'meld' THEN GROUP_CONCAT(CASE WHEN u.position = 1 OR u.position = 2 THEN name_ascii ELSE '' END SEPARATOR '') ELSE GROUP_CONCAT(name_ascii SEPARATOR ' // ' ) END AS name_ascii, GROUP_CONCAT(CASE WHEN u.position = 1 THEN u.card_id ELSE '' END SEPARATOR '') AS card_id, GROUP_CONCAT(face_name SEPARATOR '|') AS names, legalities, pd_legal, bugs FROM ( SELECT c.id, c.layout, f.mana_cost, f.cmc, f.power, f.toughness, f.loyalty, f.type, f.text, f.search_text, f.image_name, f.hand, f.life, f.starter, f.position, f.name_ascii, f.card_id, f.name AS face_name, pd_legal, legalities FROM card AS c INNER JOIN face AS f ON c.id = f.card_id LEFT JOIN ( SELECT cl.card_id, SUM(CASE WHEN cl.format_id = 34 THEN 1 ELSE 0 END) > 0 AS pd_legal, GROUP_CONCAT(CONCAT(fo.name, ':', cl.legality)) AS legalities FROM card_legality AS cl LEFT JOIN format AS fo ON cl.format_id = fo.id GROUP BY cl.card_id ) AS cl ON cl.card_id = c.id GROUP BY f.id ORDER BY f.card_id, f.position ) AS u LEFT JOIN ( SELECT cb.card_id, GROUP_CONCAT(CONCAT(cb.description, '|', cb.classification, '|', cb.last_confirmed, '|', cb.url, '|', cb.from_bug_blog, '|', cb.bannable) SEPARATOR 'SEPARATOR') AS bugs FROM card_bug AS cb GROUP BY cb.card_id ) AS bugs ON u.id = bugs.card_id WHERE u.id IN (SELECT c.id FROM card AS c INNER JOIN face AS f ON c.id = f.card_id WHERE (1 = 1)) GROUP BY u.id ) AS bq WHERE name IN ('Abandon Reason', 'Abandoned Outpost', 'Abandoned Sarcophagus', 'Abattoir Ghoul', 'Abduction', 'Aberrant Researcher', 'Abhorrent Overlord', 'Abomination of Gudul', 'Aboshan''s Desire', 'About Face', 'Absolver Thrull', 'Absorb Vis', 'Abstruse Interference', 'Abuna''s Chant', 'Abundant Maw', 'Abyssal Horror', 'Abyssal Nocturnus', 'Abyssal Specter', 'Abzan Ascendancy', 'Abzan Banner', 'Abzan Battle Priest', 'Abzan Charm', 'Abzan Falconer', 'Abzan Guide', 'Abzan Runemark', 'Academy Drake', 'Academy Elite', 'Academy Journeymage', 'Academy Raider', 'Academy Researchers', 'Accelerate', 'Accomplished Automaton', 'Accorder Paladin', 'Accorder''s Shield', 'Accursed Horde', 'Accursed Spirit', 'Accursed Witch', 'Acid Web Spider', 'Acid-Spewer Dragon', 'Acidic Sliver', 'Acolyte of Xathrid', 'Acolyte of the Inferno', 'Acolyte''s Reward', 'Acquire', 'Acrobatic Maneuver', 'Act of Aggression', 'Act of Heroism', 'Act of Treason', 'Act on Impulse', 'Active Volcano', 'Adamant Will', 'Adamaro, First to Desire', 'Adanto Vanguard', 'Adaptive Snapjaw', 'Adarkar Sentinel', 'Adarkar Valkyrie', 'Adarkar Windform', 'Addle', 'Advance Scout', 'Advanced Hoverguard', 'Advanced Stitchwing', 'Advent of the Wurm', 'Adventuring Gear', 'Adverse Conditions', 'Advice from the Fae', 'Advocate of the Beast', 'Aegis Angel', 'Aegis Automaton', 'Aeolipile', 'Aeon Chronicler', 'Aerial Caravan', 'Aerial Formation', 'Aerial Guide', 'Aerial Maneuver', 'Aerial Modification', 'Aerial Predation', 'Aerial Responder', 'Aerial Volley', 'Aerie Bowmasters', 'Aerie Mystics', 'Aerie Ouphes', 'Aerie Worshippers', 'Aeronaut Admiral', 'Aeronaut Tinkerer', 'Aesthir Glider', 'Aether Adept', 'Aether Chaser', 'Aether Figment', 'Aether Herder', 'Aether Inspector', 'Aether Membrane', 'Aether Mutation', 'Aether Poisoner', 'Aether Shockwave', 'Aether Snap', 'Aether Spellbomb', 'Aether Sting', 'Aether Storm', 'Aether Swooper', 'Aether Theorist', 'Aether Tide', 'Aether Tradewinds', 'Aetherborn Marauder', 'Aethergeode Miner', 'Aetherling', 'Aethermage''s Touch', 'Aetherplasm', 'Aethersnipe', 'Aethersquall Ancient', 'Aetherstorm Roc', 'Aetherstream Leopard', 'Aethertide Whale', 'Aethertorch Renegade', 'Aethertow', 'Aetherwind Basker', 'Affa Protector', 'Afflict', 'Afflicted Deserter', 'Afterlife', 'Aftershock', 'Agadeem Occultist', 'Agent of Horizons', 'Agent of Masks', 'Agent of the Fates', 'Aggressive Urge', 'Agility', 'Agonizing Demise', 'Agonizing Memories', 'Agony Warp', 'Agoraphobia', 'Agrus Kos, Wojek Veteran', 'Ahn-Crop Champion', 'Aid from the Cowl', 'Aim High', 'Ainok Artillerist', 'Ainok Bond-Kin', 'Ainok Tracker', 'Air Bladder', 'Air Elemental', 'Air Servant', 'Airborne Aid', 'Airdrop Aeronauts', 'Ajani''s Mantra', 'Ajani''s Sunstriker', 'Akki Avalanchers', 'Akki Blizzard-Herder', 'Akki Drillmaster', 'Akki Lavarunner', 'Akki Raider', 'Akki Rockspeaker', 'Akki Underminer', 'Akoum', 'Akoum Battlesinger', 'Akoum Boulderfoot', 'Akoum Flameseeker', 'Akoum Hellkite', 'Akoum Stonewaker', 'Akrasan Squire', 'Akroan Conscriptor', 'Akroan Crusader', 'Akroan Hoplite', 'Akroan Horse', 'Akroan Jailer', 'Akroan Line Breaker', 'Akroan Mastiff', 'Akroan Phalanx', 'Akroan Sergeant', 'Akroma''s Blessing', 'Akroma''s Devoted', 'Akron Legionnaire', 'Aku Djinn', 'Alabaster Kirin', 'Alabaster Wall', 'Alaborn Musketeer', 'Alaborn Trooper', 'Aladdin''s Ring', 'Alarum', 'Albino Troll', 'Alchemist''s Apprentice', 'Alchemist''s Greeting', 'Aleatory', 'Algae Gharial', 'Alhammarret, High Arbiter', 'Aligned Hedron Network', 'Alive // Well', 'All Suns'' Dawn', 'Alley Evasion', 'Alley Strangler', 'Allied Reinforcements', 'Alloy Golem', 'Alloy Myr', 'Alluring Scent', 'Alluring Siren', 'Ally Encampment', 'Alms', 'Alms Beast', 'Alms of the Vein', 'Alpha Authority', 'Alpha Brawl', 'Alpha Kavu', 'Alpha Myr', 'Alpine Grizzly', 'Altac Bloodseeker', 'Altar Golem', 'Altar of Shadows', 'Altar of the Brood', 'Altar of the Lost', 'Altar''s Reap', 'Altered Ego', 'Always Watching', 'Amaranthine Wall', 'Amass the Components', 'Ambassador Laquatus', 'Ambassador Oak', 'Ambitious Aetherborn', 'Ambuscade', 'Ambuscade Shaman', 'Ambush Krotiq', 'Ambush Party', 'Ambush Viper', 'Amnesia', 'Amoeboid Changeling', 'Amok', 'Amphibious Kavu', 'Amphin Cutthroat', 'Amphin Pathmage', 'Ampryn Tactician', 'Amrou Kithkin', 'Amrou Scout', 'Amrou Seekers', 'Amugaba', 'Amulet of Kroog', 'Ana Battlemage', 'Ana Disciple', 'Ana Sanctuary', 'Anaba Ancestor', 'Anaba Shaman', 'Anaba Spirit Crafter', 'Anaconda', 'Anarchist', 'Anathemancer', 'Anax and Cymede', 'Ancestor''s Chosen', 'Ancestor''s Prophet', 'Ancestral Memories', 'Ancestral Tribute', 'Ancestral Vengeance', 'Anchor to the Aether', 'Ancient Amphitheater', 'Ancient Animus', 'Ancient Brontodon', 'Ancient Carp', 'Ancient Crab', 'Ancient Hellkite', 'Ancient Kavu', 'Ancient Runes', 'Ancient Silverback', 'Andradite Leech', 'Angel of Condemnation', 'Angel of Deliverance', 'Angel of Despair', 'Angel of Flight Alabaster', 'Angel of Fury', 'Angel of Light', 'Angel of Mercy', 'Angel of Renewal', 'Angel of Retribution', 'Angel of Salvation', 'Angel of the God-Pharaoh', 'Angel''s Feather', 'Angel''s Herald', 'Angel''s Mercy', 'Angel''s Tomb', 'Angel''s Trumpet', 'Angelfire Crusader', 'Angelheart Vial', 'Angelic Arbiter', 'Angelic Armaments', 'Angelic Benediction', 'Angelic Blessing', 'Angelic Captain', 'Angelic Curator', 'Angelic Edict', 'Angelic Favor', 'Angelic Gift', 'Angelic Overseer', 'Angelic Page', 'Angelic Protector', 'Angelic Purge', 'Angelic Shield', 'Angelic Skirmisher', 'Angelic Voices', 'Angelic Wall', 'Angelsong', 'Angler Drake', 'Angrath''s Marauders', 'Angry Mob', 'Animal Boneyard', 'Animal Magnetism', 'Animate Artifact', 'Animate Land', 'Animate Wall', 'Animation Module', 'Animist''s Awakening', 'Ankh of Mishra', 'Ankle Shanker', 'Annex', 'Annihilate', 'Annihilating Fire', 'Anodet Lurker', 'Anoint', 'Anointed Deacon', 'Anointer Priest', 'Anointer of Champions', 'Ant Queen', 'Anthem of Rakdos', 'Anticipate', 'Antler Skulkin', 'Anurid Barkripper', 'Anurid Brushhopper', 'Anurid Murkdiver', 'Anurid Scavenger', 'Anurid Swarmsnapper', 'Anvilwrought Raptor', 'Apes of Rath', 'Aphetto Dredging', 'Aphetto Exterminator', 'Aphetto Vulture', 'Aphotic Wisps', 'Apocalypse Demon', 'Apocalypse Hydra', 'Apothecary Geist', 'Apothecary Initiate', 'Appeal // Authority', 'Appetite for Brains', 'Appetite for the Unnatural', 'Apprentice Wizard', 'Approach of the Second Sun', 'Aquamoeba', 'Aquastrand Spider', 'Aquatic Incursion', 'Aquitect''s Will', 'Araba Mothrider', 'Arachnus Spinner', 'Arachnus Web', 'Aradara Express', 'Arashi, the Sky Asunder', 'Arashin Cleric', 'Arashin Sovereign', 'Arashin War Beast', 'Arbalest Elite', 'Arbiter of Knollridge', 'Arbiter of the Ideal', 'Arbor Armament', 'Arbor Colossus', 'Arborback Stomper', 'Arc Blade', 'Arc Lightning', 'Arc Runner', 'Arc Trail', 'Arc-Slogger', 'Arcane Adaptation', 'Arcane Flight', 'Arcane Sanctum', 'Arcane Spyglass', 'Arcane Teachings', 'Arcanis the Omnipotent', 'Arcbound Bruiser', 'Arcbound Crusher', 'Arcbound Fiend', 'Arcbound Hybrid', 'Arcbound Lancer', 'Arcbound Overseer', 'Arcbound Reclaimer', 'Arcbound Stinger', 'Arcbound Wanderer', 'Archaeological Dig', 'Archdemon of Unx', 'Archers of Qarsi', 'Archers'' Parapet', 'Archery Training', 'Archetype of Aggression', 'Archetype of Courage', 'Archetype of Finality', 'Archetype of Imagination', 'Archfiend of Ifnir', 'Architect of the Untamed', 'Archivist', 'Archmage Ascension', 'Archon of Justice', 'Archon of Redemption', 'Archon of the Triumvirate', 'Archweaver', 'Arctic Aven', 'Arctic Nishoba', 'Arctic Wolves', 'Ardent Militia', 'Ardent Recruit', 'Ardent Soldier', 'Arena Athlete', 'Argent Mutation', 'Argent Sphinx', 'Argivian Blacksmith', 'Argivian Restoration', 'Argothian Pixies', 'Argothian Swine', 'Argothian Treefolk', 'Ark of Blight', 'Armageddon Clock', 'Armament Corps', 'Armament Master', 'Armament of Nyx', 'Armed // Dangerous', 'Armed Response', 'Armillary Sphere', 'Armor Sliver', 'Armor Thrull', 'Armor of Faith', 'Armor of Thorns', 'Armorcraft Judge', 'Armored Ascension', 'Armored Cancrix', 'Armored Griffin', 'Armored Pegasus', 'Armored Skaab', 'Armored Warhorse', 'Armored Wolf-Rider', 'Armorer Guildmage', 'Armory of Iroas', 'Arms Dealer', 'Arrest', 'Arrogant Bloodlord', 'Arrow Storm', 'Arrows of Justice', 'Arsenal Thresher', 'Arterial Flow', 'Artifact Blast', 'Artificer''s Assistant', 'Artificer''s Epiphany', 'Artificer''s Hex', 'Artificial Evolution', 'Artillerize', 'Artisan of Forms', 'Artisan of Kozilek', 'Artisan''s Sorrow', 'Arvad the Cursed', 'Aryel, Knight of Windgrace', 'Ascendant Evincar', 'Ascended Lawmage', 'Ash Zealot', 'Asha''s Favor', 'Ashcoat Bear', 'Ashen Firebeast', 'Ashen Ghoul', 'Ashen Monstrosity', 'Ashenmoor Cohort', 'Ashenmoor Gouger', 'Ashes of the Fallen', 'Ashiok''s Adept', 'Ashling the Pilgrim', 'Ashling''s Prerogative', 'Ashling, the Extinguisher', 'Ashnod''s Cylix', 'Ashnod''s Transmogrant', 'Aspect of Gorgon', 'Aspect of Mongoose', 'Asphodel Wanderer', 'Asphyxiate', 'Aspiring Aeronaut', 'Assassin''s Strike', 'Assassinate', 'Assault // Battery', 'Assault Griffin', 'Assault Zeppelid', 'Assembled Alphas', 'Assert Authority', 'Astral Slide', 'Astral Steel', 'Astrolabe', 'Asylum Visitor', 'Atarka Efreet', 'Atarka Monument', 'Atarka Pummeler', 'Atogatog', 'Attended Knight', 'Attune with Aether', 'Atzocan Archer', 'Atzocan Seer', 'Audacious Infiltrator', 'Auger Spree', 'Augmenting Automaton', 'Augur il-Vec', 'Augury Owl', 'Auntie''s Snitch', 'Aura Barbs', 'Aura Extraction', 'Aura Finesse', 'Aura Graft', 'Auramancer', 'Auramancer''s Guise', 'Auratouched Mage', 'Auriok Edgewright', 'Auriok Glaivemaster', 'Auriok Salvagers', 'Auriok Steelshaper', 'Auriok Sunchaser', 'Auriok Survivors', 'Auriok Transfixer', 'Auriok Windwalker', 'Aurora Eidolon', 'Auspicious Ancestor', 'Autochthon Wurm', 'Autumn Willow', 'Autumn''s Veil', 'Autumnal Gloom', 'Avacyn''s Collar', 'Avacyn''s Judgment', 'Avacyn''s Pilgrim', 'Avacyn, Guardian Angel', 'Avacynian Missionaries', 'Avacynian Priest', 'Avarax', 'Avarice Amulet', 'Avarice Totem', 'Avatar of Might', 'Aven Archer', 'Aven Augur', 'Aven Battle Priest', 'Aven Brigadier', 'Aven Cloudchaser', 'Aven Envoy', 'Aven Farseer', 'Aven Fisher', 'Aven Fleetwing', 'Aven Flock', 'Aven Initiate', 'Aven Liberator', 'Aven Mimeomancer', 'Aven Mindcensor', 'Aven Redeemer', 'Aven Reedstalker', 'Aven Riftwatcher', 'Aven Sentry', 'Aven Shrine', 'Aven Smokeweaver', 'Aven Squire', 'Aven Sunstriker', 'Aven Surveyor', 'Aven Tactician', 'Aven Trailblazer', 'Aven Trooper', 'Aven Warcraft', 'Aven Warhawk', 'Aven Wind Guide', 'Aven Windreader', 'Aven of Enduring Hope', 'Avenging Angel', 'Avenging Arrow', 'Avian Changeling', 'Aviary Mechanic', 'Avizoa', 'Avoid Fate', 'Awaken the Ancient', 'Awaken the Bear', 'Awakened Amalgam', 'Awakener Druid', 'Awe Strike', 'Awe for the Guilds', 'Axebane Stag', 'Axelrod Gunnarson', 'Ayli, Eternal Pilgrim', 'Aysen Bureaucrats', 'Aysen Crusader', 'Ayumi, the Last Visitor', 'Azimaet Drake', 'Azor''s Elocutors', 'Azorius Aethermage', 'Azorius Arrester', 'Azorius Charm', 'Azorius Cluestone', 'Azorius First-Wing', 'Azorius Guildgate', 'Azorius Guildmage', 'Azorius Herald', 'Azorius Justiciar', 'Azorius Keyrune', 'Azure Drake', 'Azure Mage', 'Back from the Brink', 'Backwoods Survivalists', 'Bad River', 'Baffling End', 'Baird, Steward of Argive', 'Baku Altar', 'Bala Ged Scorpion', 'Bala Ged Thief', 'Balance of Power', 'Balduvian Barbarians', 'Balduvian Conjurer', 'Balduvian Dead', 'Balduvian Fallen', 'Balduvian Rage', 'Balduvian Warlord', 'Baleful Ammit', 'Baleful Eidolon', 'Baleful Force', 'Baleful Stare', 'Ballista Charger', 'Balloon Peddler', 'Ballynock Cohort', 'Ballynock Trapper', 'Baloth Cage Trap', 'Baloth Gorger', 'Baloth Null', 'Baloth Pup', 'Baloth Woodcrasher', 'Balshan Beguiler', 'Balshan Collaborator', 'Balshan Griffin', 'Balustrade Spy', 'Bamboozle', 'Bandage', 'Bane Alley Broker', 'Bane of Bala Ged', 'Baneful Omen', 'Banewhip Punisher', 'Banisher Priest', 'Banishing Stroke', 'Banishment Decree', 'Banners Raised', 'Banshee', 'Banshee''s Blade', 'Bant Sojourners', 'Bar the Door', 'Barbarian Bully', 'Barbarian Riftcutter', 'Barbed Battlegear', 'Barbed Lightning', 'Barbed Sextant', 'Barbed Shocker', 'Barbed Sliver', 'Barbed Wire', 'Barbed-Back Wurm', 'Barishi', 'Barkhide Mauler', 'Barkshell Blessing', 'Barktooth Warbeard', 'Barl''s Cage', 'Barrage Ogre', 'Barrage Tyrant', 'Barrage of Boulders', 'Barrel Down Sokenzan', 'Barren Glory', 'Barrenton Cragtreads', 'Barrenton Medic', 'Barricade Breaker', 'Barrin''s Codex', 'Barrin''s Unmaking', 'Basal Sliver', 'Basal Thrull', 'Basalt Gargoyle', 'Basandra, Battle Seraph', 'Bash to Bits', 'Basilica Guards', 'Basilica Screecher', 'Bassara Tower Archer', 'Bastion Enforcer', 'Bastion Inventor', 'Bastion Mastodon', 'Bathe in Light', 'Batterhorn', 'Battering Craghorn', 'Battering Krasis', 'Battering Sliver', 'Battering Wurm', 'Battle Hurda', 'Battle Mastery', 'Battle Screech', 'Battle Sliver', 'Battle Squadron', 'Battle of Wits', 'Battle-Mad Ronin', 'Battle-Rattle Shaman', 'Battlefield Medic', 'Battlefield Percher', 'Battlefield Scavenger', 'Battlefield Thaumaturge', 'Battlefront Krushok', 'Battlegate Mimic', 'Battlegrace Angel', 'Battleground Geist', 'Battlegrowth', 'Battletide Alchemist', 'Battlewand Oak', 'Battlewise Hoplite', 'Battlewise Valor', 'Batwing Brume', 'Bay Falcon', 'Bayou Dragonfly', 'Beacon Hawk', 'Beacon of Destiny', 'Beacon of Destruction', 'Beacon of Immortality', 'Beacon of Unrest', 'Bear''s Companion', 'Bearer of Silence', 'Bearer of the Heavens', 'Bearscape', 'Beast Attack', 'Beast Hunt', 'Beast of Burden', 'Beastbreaker of Bala Ged', 'Beastcaller Savant', 'Beckon Apparition', 'Bedlam', 'Bee Sting', 'Beetleback Chief', 'Beetleform Mage', 'Befuddle', 'Behemoth Sledge', 'Behemoth''s Herald', 'Behind the Scenes', 'Belbe''s Percher', 'Belfry Spirit', 'Belligerent Brontodon', 'Belligerent Hatchling', 'Belligerent Sliver', 'Belligerent Whiptail', 'Bellowing Aegisaur', 'Bellowing Fiend', 'Bellowing Saddlebrute', 'Bellowing Tanglewurm', 'Bellows Lizard', 'Belltoll Dragon', 'Belltower Sphinx', 'Beloved Chaplain', 'Benalish Cavalry', 'Benalish Commander', 'Benalish Emissary', 'Benalish Heralds', 'Benalish Hero', 'Benalish Honor Guard', 'Benalish Knight', 'Benalish Lancer', 'Benalish Missionary', 'Benalish Trapper', 'Benalish Veteran', 'Beneath the Sands', 'Benediction of Moons', 'Benefaction of Rhonas', 'Benevolent Ancestor', 'Benevolent Bodyguard', 'Benthic Behemoth', 'Benthic Djinn', 'Benthic Explorers', 'Benthic Giant', 'Benthic Infiltrator', 'Bereavement', 'Berserk Murlodont', 'Berserkers of Blood Ridge', 'Bestial Menace', 'Bewilder', 'Bident of Thassa', 'Bile Blight', 'Bile Urchin', 'Binding Agony', 'Binding Mummy', 'Biomantic Mastery', 'Biomass Mutation', 'Bioplasm', 'Bioshift', 'Biovisionary', 'Birthing Hulk', 'Bishop of Rebirth', 'Bishop of the Bloodstained', 'Bishop''s Soldier', 'Biting Rain', 'Biting Tether', 'Bitter Revelation', 'Bitterblade Warrior', 'Bitterbow Sharpshooters', 'Bitterheart Witch', 'Bituminous Blast', 'Black Knight', 'Black Oak of Odunos', 'Black Poplar Shaman', 'Blackblade Reforged', 'Blackcleave Goblin', 'Blade-Tribe Berserkers', 'Bladed Bracers', 'Bladed Pinions', 'Bladed Sentinel', 'Blades of Velis Vel', 'Bladetusk Boar', 'Bladewing''s Thrall', 'Blanchwood Armor', 'Blanchwood Treefolk', 'Blast of Genius', 'Blastfire Bolt', 'Blastoderm', 'Blaze', 'Blaze Commando', 'Blaze of Glory', 'Blazethorn Scarecrow', 'Blazing Blade Askari', 'Blazing Hellhound', 'Blazing Hope', 'Blazing Specter', 'Blazing Torch', 'Bleak Coven Vampires', 'Blessed Breath', 'Blessed Light', 'Blessed Orator', 'Blessed Reincarnation', 'Blessed Reversal', 'Blessed Spirits', 'Blessing', 'Blessing of Belzenlok', 'Blessing of Leeches', 'Blessing of the Nephilim', 'Blight Herder', 'Blight Keeper', 'Blight Sickle', 'Blightcaster', 'Blighted Bat', 'Blighted Cataract', 'Blighted Fen', 'Blighted Gorge', 'Blighted Shaman', 'Blighted Steppe', 'Blighted Woodland', 'Blightspeaker', 'Blightwidow', 'Blind Creeper', 'Blind Fury', 'Blind Hunter', 'Blind Zealot', 'Blind with Anger', 'Blinding Angel', 'Blinding Beam', 'Blinding Drone', 'Blinding Flare', 'Blinding Fog', 'Blinding Light', 'Blinding Mage', 'Blinding Powder', 'Blinding Souleater', 'Blinding Spray', 'Blinking Spirit', 'Blinkmoth Infusion', 'Blinkmoth Urn', 'Blinkmoth Well', 'Blister Beetle', 'Blistercoil Weird', 'Blistergrub', 'Blistering Barrier', 'Blistering Dieflyn', 'Blisterpod', 'Blitz Hellion', 'Blizzard Elemental', 'Blizzard Specter', 'Bloated Toad', 'Blockade Runner', 'Blockbuster', 'Blood Bairn', 'Blood Celebrant', 'Blood Clock', 'Blood Cultist', 'Blood Frenzy', 'Blood Funnel', 'Blood Host', 'Blood Knight', 'Blood Lust', 'Blood Mist', 'Blood Ogre', 'Blood Reckoning', 'Blood Rites', 'Blood Seeker', 'Blood Speaker', 'Blood Tithe', 'Blood Tribute', 'Blood Vassal', 'Blood-Chin Fanatic', 'Blood-Cursed Knight', 'Bloodbond March', 'Bloodbond Vampire', 'Bloodbriar', 'Bloodcrazed Goblin', 'Bloodcrazed Hoplite', 'Bloodcrazed Neonate', 'Bloodcurdler', 'Bloodfire Colossus', 'Bloodfire Dwarf', 'Bloodfire Enforcers', 'Bloodfire Expert', 'Bloodfire Infusion', 'Bloodfire Kavu', 'Bloodfire Mentor', 'Bloodfray Giant', 'Bloodgift Demon', 'Bloodhall Ooze', 'Bloodhall Priest', 'Bloodhunter Bat', 'Bloodhusk Ritualist', 'Bloodied Ghost', 'Bloodletter Quill', 'Bloodline Keeper', 'Bloodline Shaman', 'Bloodlust Inciter', 'Bloodmad Vampire', 'Bloodmark Mentor', 'Bloodrage Brawler', 'Bloodrage Vampire', 'Bloodrite Invoker', 'Bloodrock Cyclops', 'Bloodscale Prowler', 'Bloodscent', 'Bloodshed Fever', 'Bloodshot Trainee', 'Bloodstoke Howler', 'Bloodstone Cameo', 'Bloodstone Goblin', 'Bloodtallow Candle', 'Bloodthirsty Ogre', 'Bloodthorn Taunter', 'Bloodthrone Vampire', 'Bloodwater Entity', 'Blossom Dryad', 'Blossoming Wreath', 'Blowfly Infestation', 'Bludgeon Brawl', 'Blunt the Assault', 'Blur of Blades', 'Blustersquall', 'Boa Constrictor', 'Boar Umbra', 'Board the Weatherlight', 'Body of Jukai', 'Bog Down', 'Bog Elemental', 'Bog Gnarr', 'Bog Hoodlums', 'Bog Imp', 'Bog Initiate', 'Bog Raiders', 'Bog Serpent', 'Bog Tatters', 'Bog Wraith', 'Bog Wreckage', 'Bog-Strider Ash', 'Bogardan Firefiend', 'Bogardan Hellkite', 'Bogardan Lancer', 'Bogardan Phoenix', 'Bogbrew Witch', 'Boggart Arsonists', 'Boggart Birth Rite', 'Boggart Brute', 'Boggart Mob', 'Boggart Shenanigans', 'Boiling Blood', 'Boiling Earth', 'Boiling Seas', 'Bojuka Brigand', 'Bola Warrior', 'Bold Defense', 'Bold Impaler', 'Boldwyr Heavyweights', 'Boldwyr Intimidator', 'Bolt of Keranos', 'Boltwing Marauder', 'Bomat Bazaar Barge', 'Bombard', 'Bomber Corps', 'Bond Beetle', 'Bond of Agony', 'Bonded Construct', 'Bonded Fetch', 'Bonded Horncrest', 'Bonds of Faith', 'Bonds of Mortality', 'Bone Flute', 'Bone Picker', 'Bone Saw', 'Bone Splinters', 'Bone to Ash', 'Bonehoard', 'Boneknitter', 'Boneshard Slasher', 'Bonesplitter Sliver', 'Bonethorn Valesk', 'Boneyard Wurm', 'Bontu''s Monument', 'Booby Trap', 'Book Burning', 'Book of Rass', 'Boon Satyr', 'Boon of Emrakul', 'Boon of Erebos', 'Boonweaver Giant', 'Borborygmos', 'Borderland Behemoth', 'Borderland Marauder', 'Borderland Minotaur', 'Borderland Ranger', 'Boreal Centaur', 'Boreal Griffin', 'Boros Battleshaper', 'Boros Cluestone', 'Boros Elite', 'Boros Guildgate', 'Boros Guildmage', 'Boros Keyrune', 'Boros Mastiff', 'Boros Recruit', 'Boros Signet', 'Boros Swiftblade', 'Borrowed Grace', 'Borrowed Hostility', 'Borrowed Malevolence', 'Bosh, Iron Golem', 'Bosk Banneret', 'Bottle Gnomes', 'Bottled Cloister', 'Boulderfall', 'Bound // Determined', 'Bound by Moonsilver', 'Bound in Silence', 'Bounding Krasis', 'Bounteous Kirin', 'Bow of Nylea', 'Bower Passage', 'Brace for Impact', 'Braids, Cabal Minion', 'Braidwood Cup', 'Brain Freeze', 'Brain Gorgers', 'Brain Pry', 'Brain Weevil', 'Brain in a Jar', 'Brainbite', 'Brainspoil', 'Bramble Creeper', 'Bramble Elemental', 'Bramblesnap', 'Branching Bolt', 'Branded Brawlers', 'Brass Gnat', 'Brass Herald', 'Brass Man', 'Brass Secretary', 'Brass Squire', 'Brass''s Bounty', 'Brass-Talon Chimera', 'Brave the Sands', 'Brawler''s Plate', 'Brawn', 'Brazen Buccaneers', 'Brazen Freebooter', 'Brazen Scourge', 'Brazen Wolves', 'Breaching Hippocamp', 'Break Asunder', 'Break Open', 'Break of Day', 'Breaker of Armies', 'Breaking Point', 'Breaking Wave', 'Breakneck Rider', 'Breath of Fury', 'Breath of Life', 'Breath of Malfegor', 'Breathstealer', 'Bred for the Hunt', 'Breeding Pit', 'Briar Patch', 'Briarberry Cohort', 'Briarbridge Patrol', 'Briarhorn', 'Briarknit Kami', 'Briarpack Alpha', 'Briber''s Purse', 'Bright Reprisal', 'Brightflame', 'Brighthearth Banneret', 'Brigid, Hero of Kinsbaile', 'Brilliant Halo', 'Brilliant Spectrum', 'Brimstone Mage', 'Brindle Boar', 'Brine Elemental', 'Brine Seer', 'Brine Shaman', 'Bring to Light', 'Bringer of the Blue Dawn', 'Bringer of the Green Dawn', 'Bringer of the Red Dawn', 'Brink of Disaster', 'Brink of Madness', 'Brion Stoutarm', 'Brittle Effigy', 'Broken Ambitions', 'Broken Bond', 'Broken Concentration', 'Broken Visage', 'Bronze Bombshell', 'Bronze Horse', 'Bronze Sable', 'Bronzebeak Moa', 'Brood Birthing', 'Brood Butcher', 'Brood Keeper', 'Brood Monitor', 'Brood of Cockroaches', 'Broodbirth Viper', 'Broodhatch Nantuko', 'Broodhunter Wurm', 'Broodmate Dragon', 'Broodstar', 'Broodwarden', 'Brothers Yamazaki', 'Brothers of Fire', 'Brown Ouphe', 'Browse', 'Brush with Death', 'Brutal Expulsion', 'Brutalizer Exarch', 'Brute Force', 'Brute Strength', 'Bubbling Cauldron', 'Buccaneer''s Bravado', 'Builder''s Blessing', 'Built to Last', 'Built to Smash', 'Bull Aurochs', 'Bull Hippo', 'Bull Rush', 'Bullwhip', 'Buoyancy', 'Burden of Greed', 'Burn Away', 'Burn from Within', 'Burn the Impure', 'Burning Anger', 'Burning Earth', 'Burning Oil', 'Burning Palm Efreet', 'Burning Sun''s Avatar', 'Burning Vengeance', 'Burning of Xinye', 'Burning-Eye Zubera', 'Burning-Fist Minotaur', 'Burning-Tree Bloodscale', 'Burr Grafter', 'Burrenton Bombardier', 'Burrenton Shield-Bearers', 'Burst Lightning', 'Burst of Energy', 'Burst of Speed', 'Burst of Strength', 'Bushi Tenderfoot', 'Butcher Orgg', 'Butcher of the Horde', 'Butcher''s Cleaver', 'Butcher''s Glee', 'By Force', 'Bygone Bishop', 'Byway Courier', 'Cabal Archon', 'Cabal Conditioning', 'Cabal Evangel', 'Cabal Executioner', 'Cabal Inquisitor', 'Cabal Paladin', 'Cabal Patriarch', 'Cabal Shrine', 'Cabal Surgeon', 'Cabal Torturer', 'Cache Raiders', 'Cackling Counterpart', 'Cackling Flames', 'Cackling Imp', 'Cackling Witch', 'Cacophodon', 'Cadaver Imp', 'Cadaverous Knight', 'Cage of Hands', 'Cagemail', 'Cairn Wanderer', 'Calciderm', 'Calciform Pools', 'Calcite Snapper', 'Calculated Dismissal', 'Caldera Hellion', 'Caldera Kavu', 'Caldera Lake', 'Caligo Skin-Witch', 'Call for Blood', 'Call for Unity', 'Call of the Conclave', 'Call of the Full Moon', 'Call of the Herd', 'Call of the Nightwing', 'Call of the Wild', 'Call the Bloodline', 'Call the Cavalry', 'Call the Gatewatch', 'Call the Scions', 'Call the Skybreaker', 'Call to Arms', 'Call to Glory', 'Call to Heel', 'Call to Mind', 'Call to Serve', 'Call to the Feast', 'Call to the Grave', 'Call to the Kindred', 'Caller of Gales', 'Caller of the Pack', 'Callous Oppressor', 'Callow Jushi', 'Caltrops', 'Campaign of Vengeance', 'Canal Monitor', 'Cancel', 'Candles of Leng', 'Canker Abomination', 'Cankerous Thirst', 'Cannibalize', 'Canopy Claws', 'Canopy Cover', 'Canopy Crawler', 'Canopy Gorger', 'Canopy Spider', 'Canyon Drake', 'Canyon Lurkers', 'Canyon Minotaur', 'Canyon Wildcat', 'Capashen Knight', 'Capashen Templar', 'Capashen Unicorn', 'Capricious Efreet', 'Captain of the Mists', 'Captain''s Call', 'Captain''s Claws', 'Captain''s Hook', 'Captain''s Maneuver', 'Captivating Crew', 'Captive Flame', 'Captured Sunlight', 'Caravan Escort', 'Caravan Hurda', 'Carbonize', 'Careful Consideration', 'Caregiver', 'Caress of Phyrexia', 'Carnage Altar', 'Carnage Gladiator', 'Carnassid', 'Carnifex Demon', 'Carnival Hellsteed', 'Carnivorous Moss-Beast', 'Carnivorous Plant', 'Carom', 'Carrier Thrall', 'Carrion Beetles', 'Carrion Call', 'Carrion Rats', 'Carrion Screecher', 'Carrion Thrash', 'Carrion Wall', 'Carrion Wurm', 'Cartel Aristocrat', 'Cartographer', 'Cartouche of Ambition', 'Cartouche of Knowledge', 'Cartouche of Strength', 'Carven Caryatid', 'Cascading Cataracts', 'Cast into Darkness', 'Castle', 'Castle Raptors', 'Cat Burglar', 'Catacomb Sifter', 'Catacomb Slug', 'Catalog', 'Catch // Release', 'Cateran Kidnappers', 'Cateran Summons', 'Caterwauling Boggart', 'Cathar''s Companion', 'Cathar''s Shield', 'Cathartic Adept', 'Cathedral Membrane', 'Cathedral of War', 'Cathodion', 'Caught in the Brights', 'Caustic Caterpillar', 'Caustic Crawler', 'Caustic Hound', 'Caustic Rain', 'Caustic Tar', 'Cautery Sliver', 'Cavalry Master', 'Cavalry Pegasus', 'Cave Sense', 'Cave Tiger', 'Cavern Crawler', 'Cavern Lampad', 'Cavern Thoctar', 'Cease-Fire', 'Ceaseless Searblades', 'Celestial Ancient', 'Celestial Archon', 'Celestial Crusader', 'Celestial Dawn', 'Celestial Flare', 'Celestial Kirin', 'Celestial Mantle', 'Celestial Sword', 'Cellar Door', 'Cemetery Puca', 'Cemetery Recruitment', 'Cenn''s Enlistment', 'Cenn''s Heir', 'Cenn''s Tactician', 'Centaur Archer', 'Centaur Battlemaster', 'Centaur Chieftain', 'Centaur Courser', 'Centaur Glade', 'Centaur Healer', 'Centaur Omenreader', 'Centaur Rootcaster', 'Centaur''s Herald', 'Center Soul', 'Cephalid Aristocrat', 'Cephalid Broker', 'Cephalid Illusionist', 'Cephalid Inkshrouder', 'Cephalid Looter', 'Cephalid Retainer', 'Cephalid Sage', 'Cephalid Scout', 'Cephalid Shrine', 'Cerebral Eruption', 'Cerebral Vortex', 'Ceremonial Guard', 'Cerodon Yearling', 'Certain Death', 'Cerulean Sphinx', 'Cerulean Wyvern', 'Cessation', 'Ceta Disciple', 'Ceta Sanctuary', 'Chain of Plasma', 'Chain of Silence', 'Chainbreaker', 'Chained Throatseeker', 'Chained to the Rocks', 'Chainer''s Torment', 'Chainflinger', 'Chamber of Manipulation', 'Chambered Nautilus', 'Chameleon Blur', 'Champion Lancer', 'Champion of Arashin', 'Champion of Dusk', 'Champion of Rhonas', 'Champion of the Flame', 'Champion''s Drake', 'Chancellor of the Dross', 'Chancellor of the Forge', 'Chandra Nalaar', 'Chandra''s Fury', 'Chandra''s Ignition', 'Chandra''s Outrage', 'Chandra''s Phoenix', 'Chandra''s Pyrohelix', 'Chandra''s Revolution', 'Chandra''s Spitfire', 'Change of Heart', 'Changeling Berserker', 'Changeling Hero', 'Changeling Sentinel', 'Changeling Titan', 'Channel Harm', 'Channel the Suns', 'Channeler Initiate', 'Chant of Vitu-Ghazi', 'Chaos Charm', 'Chaos Imps', 'Chaos Maw', 'Chaotic Backlash', 'Chaplain''s Blessing', 'Char', 'Charge', 'Charge Across the Araba', 'Charging Badger', 'Charging Griffin', 'Charging Monstrosaur', 'Charging Paladin', 'Charging Rhino', 'Charging Slateback', 'Charging Tuskodon', 'Charmbreaker Devils', 'Charmed Griffin', 'Chartooth Cougar', 'Chasm Drake', 'Chasm Guide', 'Chastise', 'Chemister''s Trick', 'Cherished Hatchling', 'Chief of the Edge', 'Chief of the Foundry', 'Chief of the Scale', 'Chieftain en-Dal', 'Child of Night', 'Childhood Horror', 'Children of Korlis', 'Chill Haunting', 'Chill of Foreboding', 'Chill to the Bone', 'Chilling Grasp', 'Chilling Shade', 'Chime of Night', 'Chimeric Coils', 'Chimeric Egg', 'Chimeric Idol', 'Chimeric Mass', 'Chimeric Staff', 'Chisei, Heart of Oceans', 'Chitinous Cloak', 'Chlorophant', 'Cho-Arrim Legate', 'Cho-Manno, Revolutionary', 'Choice of Damnations', 'Choking Fumes', 'Choking Restraints', 'Choking Tethers', 'Chorus of Might', 'Chorus of the Conclave', 'Chorus of the Tides', 'Chosen by Heliod', 'Chosen of Markov', 'Chrome Steed', 'Chromescale Drake', 'Chromium', 'Chronatog Totem', 'Chronic Flooding', 'Chronicler of Heroes', 'Chronomantic Escape', 'Chronomaton', 'Chronosavant', 'Chronostutter', 'Chronozoa', 'Chub Toad', 'Churning Eddy', 'Cinder Cloud', 'Cinder Crawler', 'Cinder Elemental', 'Cinder Pyromancer', 'Cinder Seer', 'Cinder Shade', 'Cinderhaze Wretch', 'Circle of Affliction', 'Circle of Elders', 'Circle of Flame', 'Circle of Protection: Artifacts', 'Circle of Protection: Shadow', 'Circle of Protection: White', 'Circle of Solace', 'Circling Vultures', 'Circu, Dimir Lobotomist', 'Citadel Castellan', 'Citanul Druid', 'Citanul Flute', 'Citanul Woodreaders', 'Civic Guildmage', 'Civic Saber', 'Civic Wayfinder', 'Civilized Scholar', 'Claim // Fame', 'Claim of Erebos', 'Clan Defiance', 'Clarion Ultimatum', 'Clash of Realities', 'Clash of Wills', 'Claustrophobia', 'Claws of Valakut', 'Clay Statue', 'Cleanse', 'Cleansing Beam', 'Cleansing Meditation', 'Cleansing Ray', 'Clear', 'Clear Shot', 'Clear a Path', 'Clergy en-Vec', 'Cleric of the Forward Order', 'Clickslither', 'Cliff Threader', 'Cliffhaven Vampire', 'Cliffrunner Behemoth', 'Cliffside Lookout', 'Clinging Anemones', 'Clinging Mists', 'Clip Wings', 'Cloak and Dagger', 'Cloak of Mists', 'Cloaked Siren', 'Clock of Omens', 'Clockspinning', 'Clockwork Avian', 'Clockwork Beetle', 'Clockwork Condor', 'Clockwork Dragon', 'Clockwork Gnomes', 'Clockwork Hydra', 'Cloistered Youth', 'Clone', 'Clone Shell', 'Close Quarters', 'Clot Sliver', 'Cloud Crusader', 'Cloud Dragon', 'Cloud Elemental', 'Cloud Manta', 'Cloud Spirit', 'Cloud Sprite', 'Cloud of Faeries', 'Cloudblazer', 'Cloudchaser Kestrel', 'Cloudcrest Lake', 'Cloudcrown Oak', 'Cloudgoat Ranger', 'Cloudheath Drake', 'Cloudhoof Kirin', 'Cloudpost', 'Cloudreach Cavalry', 'Cloudreader Sphinx', 'Cloudseeder', 'Cloudshift', 'Cloudskate', 'Cloven Casting', 'Clutch of Currents', 'Clutch of Undeath', 'Clutch of the Undercity', 'Coal Golem', 'Coal Stoker', 'Coalition Flag', 'Coalition Victory', 'Coast Watcher', 'Coastal Discovery', 'Coastal Drake', 'Coastal Hornclaw', 'Coat with Venom', 'Coax from the Blind Eternities', 'Cobalt Golem', 'Cobblebrute', 'Cobbled Wings', 'Cobra Trap', 'Cockatrice', 'Codex Shredder', 'Coerced Confession', 'Coercion', 'Cognivore', 'Cogwork Assembler', 'Cogworker''s Puzzleknot', 'Coiled Tinviper', 'Coiling Woodworm', 'Coils of the Medusa', 'Cold-Water Snapper', 'Colfenor''s Plans', 'Colfenor''s Urn', 'Collective Blessing', 'Collective Defiance', 'Collective Effort', 'Colos Yearling', 'Colossal Dreadmaw', 'Colossal Heroics', 'Colossal Might', 'Colossal Whale', 'Colossapede', 'Colossus of Akros', 'Colossus of Sardia', 'Coma Veil', 'Combust', 'Commander Greven il-Vec', 'Commander''s Authority', 'Commando Raid', 'Commencement of Festivities', 'Common Bond', 'Commune with Dinosaurs', 'Commune with Nature', 'Comparative Analysis', 'Compelling Argument', 'Compelling Deterrence', 'Complete Disregard', 'Complex Automaton', 'Complicate', 'Composite Golem', 'Compulsory Rest', 'Concerted Effort', 'Conclave Equenaut', 'Conclave Naturalists', 'Conclave Phalanx', 'Conclave''s Blessing', 'Concordia Pegasus', 'Conduit of Ruin', 'Conduit of Storms', 'Cone of Flame', 'Confessor', 'Confirm Suspicions', 'Confiscate', 'Confiscation Coup', 'Confront the Unknown', 'Congregate', 'Congregation at Dawn', 'Conjured Currency', 'Conjurer''s Ban', 'Conquer', 'Conquering Manticore', 'Conqueror''s Pledge', 'Consecrate Land', 'Consecrated by Blood', 'Consign to Dream', 'Consign to Dust', 'Constricting Sliver', 'Consul''s Lieutenant', 'Consul''s Shieldguard', 'Consulate Crackdown', 'Consulate Dreadnought', 'Consulate Skygate', 'Consulate Surveillance', 'Consulate Turret', 'Consult the Necrosages', 'Consume Spirit', 'Consume Strength', 'Consume the Meek', 'Consuming Aberration', 'Consuming Bonfire', 'Consuming Ferocity', 'Consuming Fervor', 'Consuming Sinkhole', 'Consuming Vortex', 'Consumptive Goo', 'Contagion Clasp', 'Contagious Nim', 'Containment Membrane', 'Contaminated Bond', 'Contaminated Ground', 'Contemplation', 'Contempt', 'Contingency Plan', 'Contraband Kingpin', 'Contract Killing', 'Contradict', 'Control Magic', 'Controvert', 'Conundrum Sphinx', 'Convalescent Care', 'Conversion Chamber', 'Convicted Killer', 'Conviction', 'Convincing Mirage', 'Convolute', 'Coordinated Assault', 'Coordinated Barrage', 'Copper Carapace', 'Copper Myr', 'Copper Tablet', 'Copperhoof Vorrac', 'Copperhorn Scout', 'Coral Barrier', 'Coral Eel', 'Coral Merfolk', 'Coral Trickster', 'Coralhelm Guide', 'Core Prowler', 'Corpse Blockade', 'Corpse Churn', 'Corpse Connoisseur', 'Corpse Cur', 'Corpse Hauler', 'Corpse Lunge', 'Corpse Traders', 'Corpsehatch', 'Corpsejack Menace', 'Corpseweft', 'Corrosive Gale', 'Corrosive Mentor', 'Corrosive Ooze', 'Corrupt', 'Corrupt Eunuchs', 'Corrupt Official', 'Corrupted Conscience', 'Corrupted Crossroads', 'Corrupted Grafstone', 'Corrupted Harvester', 'Corrupted Resolve', 'Corrupted Roots', 'Corrupted Zendikon', 'Corrupting Licid', 'Cosi''s Ravager', 'Cosmic Horror', 'Costly Plunder', 'Council of the Absolute', 'Counsel of the Soratami', 'Counterbore', 'Counterflux', 'Counterlash', 'Countermand', 'Countervailing Winds', 'Countless Gears Renegade', 'Countryside Crusher', 'Courageous Outrider', 'Courier Griffin', 'Courier''s Capsule', 'Coursers'' Accord', 'Court Archers', 'Court Homunculus', 'Court Hussar', 'Court Street Denizen', 'Courtly Provocateur', 'Covenant of Blood', 'Covenant of Minds', 'Cover of Winter', 'Cowardice', 'Cowed by Wisdom', 'Cower in Fear', 'Cowl Prowler', 'Crab Umbra', 'Crabapple Cohort', 'Crackdown Construct', 'Crackleburr', 'Crackling Club', 'Crackling Perimeter', 'Crackling Triton', 'Cradle Guard', 'Cradle of Vitality', 'Cradle of the Accursed', 'Cradle to Grave', 'Crafty Cutpurse', 'Crafty Pathmage', 'Crag Puca', 'Cragganwick Cremator', 'Cranial Archive', 'Cranial Extraction', 'Crash Landing', 'Crash Through', 'Crash of Rhinos', 'Crash the Ramparts', 'Crashing Boars', 'Crashing Centaur', 'Crashing Tide', 'Crater Elemental', 'Crater Hellion', 'Crater''s Claws', 'Craterize', 'Craven Giant', 'Craw Wurm', 'Crawling Filth', 'Crawling Sensation', 'Crazed Armodon', 'Crazed Goblin', 'Creakwood Ghoul', 'Cream of the Crop', 'Creeping Dread', 'Creeping Mold', 'Creeping Renaissance', 'Creepy Doll', 'Cremate', 'Crescendo of War', 'Crested Craghorn', 'Crested Herdcaller', 'Crib Swap', 'Crimson Hellkite', 'Crimson Mage', 'Crimson Manticore', 'Crimson Muckwader', 'Crimson Roc', 'Crimson Wisps', 'Crippling Blight', 'Crippling Chill', 'Crocanura', 'Crocodile of the Crossing', 'Crookclaw Transmuter', 'Crop Sigil', 'Crosis''s Attendant', 'Crossbow Ambush', 'Crossbow Infantry', 'Crossroads Consecrator', 'Crosstown Courier', 'Crossway Vampire', 'Crosswinds', 'Crovax the Cursed', 'Crovax, Ascendant Hero', 'Crow of Dark Tidings', 'Crowd of Cinders', 'Crowd''s Favor', 'Crown of Ascension', 'Crown of Empires', 'Crown of Flames', 'Crown of Fury', 'Crown of Suspicion', 'Crown of Vigor', 'Crowned Ceratok', 'Crucible of Fire', 'Crude Rampart', 'Cruel Bargain', 'Cruel Deceiver', 'Cruel Edict', 'Cruel Feeding', 'Cruel Finality', 'Cruel Revival', 'Cruel Sadist', 'Crumble', 'Crumbling Vestige', 'Crusader of Odric', 'Crush', 'Crush Underfoot', 'Crusher Zendikon', 'Crushing Canopy', 'Crushing Pain', 'Crushing Vines', 'Cry of Contrition', 'Cryoclasm', 'Crypsis', 'Crypt Champion', 'Crypt Cobra', 'Crypt Ripper', 'Crypt of the Eternals', 'Cryptborn Horror', 'Cryptic Annelid', 'Cryptic Cruiser', 'Cryptic Serpent', 'Cryptolith Fragment', 'Cryptwailing', 'Crystal Ball', 'Crystal Rod', 'Crystal Seer', 'Crystal Shard', 'Crystal Spray', 'Crystalline Nautilus', 'Crystallization', 'Cudgel Troll', 'Culling Dais', 'Culling Drone', 'Culling Mark', 'Culling Scales', 'Culling Sun', 'Cult of the Waxing Moon', 'Cultist''s Staff', 'Cultivator Drone', 'Cultivator of Blades', 'Cultivator''s Caravan', 'Cumber Stone', 'Cunning Bandit', 'Cunning Breezedancer', 'Cunning Lethemancer', 'Cunning Sparkmage', 'Cunning Strike', 'Cunning Survivor', 'Curator of Mysteries', 'Curator''s Ward', 'Curio Vendor', 'Curiosity', 'Curious Homunculus', 'Curse of Death''s Hold', 'Curse of Oblivion', 'Curse of Stalked Prey', 'Curse of Thirst', 'Curse of Wizardry', 'Curse of the Cabal', 'Curse of the Nightly Hunt', 'Curse of the Swine', 'Cursebreak', 'Cursed Flesh', 'Cursed Minotaur', 'Cursed Monstrosity', 'Cursed Rack', 'Cursed Scroll', 'Curtain of Light', 'Custodi Soulbinders', 'Custodian of the Trove', 'Cut the Earthly Bond', 'Cut the Tethers', 'Cutthroat Maneuver', 'Cutthroat il-Dal', 'Cycle of Life', 'Cyclone Sire', 'Cyclopean Giant', 'Cyclopean Mummy', 'Cyclopean Snare', 'Cyclops Gladiator', 'Cyclops Tyrant', 'Cyclops of Eternal Fury', 'Cyclops of One-Eyed Pass', 'Cystbearer', 'Cytoplast Manipulator', 'Cytoplast Root-Kin', 'Cytoshape', 'Cytospawn Shambler', 'D''Avenant Trapper', 'Dack''s Duplicate', 'Dagger of the Worthy', 'Daggerclaw Imp', 'Daggerdrome Imp', 'Daily Regimen', 'Dakmor Lancer', 'Dakra Mystic', 'Dampen Thought', 'Dampening Pulse', 'Damping Matrix', 'Dance of Shadows', 'Dance of the Skywise', 'Dance with Devils', 'Dancing Scimitar', 'Dandân', 'Daraja Griffin', 'Darba', 'Daredevil Dragster', 'Darigaaz''s Attendant', 'Darigaaz''s Caldera', 'Daring Apprentice', 'Daring Archaeologist', 'Daring Buccaneer', 'Daring Demolition', 'Daring Leap', 'Daring Saboteur', 'Daring Skyjek', 'Daring Sleuth', 'Dark Banishing', 'Dark Bargain', 'Dark Betrayal', 'Dark Dabbling', 'Dark Favor', 'Dark Hatchling', 'Dark Heart of the Wood', 'Dark Inquiry', 'Dark Intimations', 'Dark Nourishment', 'Dark Privilege', 'Dark Revenant', 'Dark Supplicant', 'Dark Temper', 'Dark Tutelage', 'Dark Withering', 'Darkheart Sliver', 'Darkling Stalker', 'Darkslick Drake', 'Darksteel Axe', 'Darksteel Brute', 'Darksteel Gargoyle', 'Darksteel Myr', 'Darksteel Pendant', 'Darksteel Sentinel', 'Darkthicket Wolf', 'Darkwatch Elves', 'Darkwater Egg', 'Daru Encampment', 'Daru Lancer', 'Daru Mender', 'Dash Hopes', 'Dauntless Aven', 'Dauntless Cathar', 'Dauntless Dourbark', 'Dauntless Onslaught', 'Dauntless River Marshal', 'Dauthi Cutthroat', 'Dauthi Jackal', 'Dauthi Marauder', 'Dauthi Mindripper', 'Dauthi Trapper', 'Dauthi Warlord', 'Dawn Elemental', 'Dawn Gryff', 'Dawn to Dusk', 'Dawn''s Reflection', 'Dawnbringer Charioteers', 'Dawnfeather Eagle', 'Dawnglare Invoker', 'Dawnglow Infusion', 'Dawning Purist', 'Dawnray Archer', 'Dawnstrike Paladin', 'Dawntreader Elk', 'Daxos of Meletis', 'Day of the Dragons', 'Daybreak Ranger', 'Dazzling Beauty', 'Dazzling Ramparts', 'Dazzling Reflection', 'Dead // Gone', 'Dead Drop', 'Dead Man''s Chest', 'Dead Reveler', 'Dead Ringers', 'Dead Weight', 'Dead-Iron Sledge', 'Deadapult', 'Deadbridge Goliath', 'Deadbridge Shaman', 'Deadeye Brawler', 'Deadeye Harpooner', 'Deadeye Plunderers', 'Deadeye Quartermaster', 'Deadeye Rig-Hauler', 'Deadeye Tormentor', 'Deadlock Trap', 'Deadly Allure', 'Deadly Designs', 'Deadly Grub', 'Deadly Insect', 'Deadly Recluse', 'Deadly Wanderings', 'Dearly Departed', 'Death Bomb', 'Death Cultist', 'Death Denied', 'Death Frenzy', 'Death Grasp', 'Death Match', 'Death Pit Offering', 'Death Pits of Rath', 'Death Pulse', 'Death Rattle', 'Death Stroke', 'Death Wind', 'Death by Dragons', 'Death of a Thousand Stings', 'Death''s Approach', 'Death''s Duet', 'Death''s Presence', 'Death-Hood Cobra', 'Deathbellow Raider', 'Deathbloom Thallid', 'Deathbringer Thoctar', 'Deathcap Cultivator', 'Deathcoil Wurm', 'Deathcult Rogue', 'Deathforge Shaman', 'Deathgaze Cockatrice', 'Deathgazer', 'Deathgreeter', 'Deathless Ancient', 'Deathless Angel', 'Deathless Behemoth', 'Deathmark', 'Deathmark Prelate', 'Deathmask Nezumi', 'Deathreap Ritual', 'Deathspore Thallid', 'Debilitating Injury', 'Debtor''s Pulpit', 'Debtors'' Knell', 'Decaying Soil', 'Deceiver of Form', 'Decimator Beetle', 'Decision Paralysis', 'Decoction Module', 'Decommission', 'Decompose', 'Decomposition', 'Deconstruct', 'Decorated Griffin', 'Deem Worthy', 'Deep Freeze', 'Deep Reconnaissance', 'Deep-Sea Kraken', 'Deep-Sea Terror', 'Deep-Slumber Titan', 'Deepcavern Imp', 'Deepchannel Mentor', 'Deepfathom Skulker', 'Deepfire Elemental', 'Deeproot Warrior', 'Deeproot Waters', 'Deeptread Merrow', 'Deepwater Hypnotist', 'Deepwood Ghoul', 'Deepwood Legate', 'Deepwood Tantiv', 'Deepwood Wolverine', 'Defeat', 'Defend the Hearth', 'Defender en-Vec', 'Defender of Law', 'Defender of the Order', 'Defensive Formation', 'Defensive Maneuvers', 'Defiant Bloodlord', 'Defiant Elf', 'Defiant Greatmaw', 'Defiant Khenra', 'Defiant Ogre', 'Defiant Salvager', 'Defiant Strike', 'Defiling Tears', 'Deflection', 'Deft Dismissal', 'Deft Duelist', 'Deftblade Elite', 'Defy Death', 'Defy Gravity', 'Dega Sanctuary', 'Deglamer', 'Dehydration', 'Deicide', 'Delirium Skeins', 'Delusions of Mediocrity', 'Dematerialize', 'Dementia Sliver', 'Demolish', 'Demolition Stomper', 'Demon''s Grasp', 'Demon''s Herald', 'Demon''s Horn', 'Demon''s Jester', 'Demonfire', 'Demonic Appetite', 'Demonic Collusion', 'Demonic Consultation', 'Demonic Taskmaster', 'Demonic Torment', 'Demonic Vigor', 'Demonmail Hauberk', 'Demonspine Whip', 'Demoralize', 'Demystify', 'Denizen of the Deep', 'Dense Canopy', 'Deny Existence', 'Deny Reality', 'Depala, Pilot Exemplar', 'Depths of Desire', 'Deputy of Acquittals', 'Deranged Assistant', 'Deranged Hermit', 'Deranged Outcast', 'Deranged Whelp', 'Dermoplasm', 'Descendant of Soramaro', 'Descent into Madness', 'Desecrated Earth', 'Desecration Elemental', 'Desecration Plague', 'Desecrator Hag', 'Desert', 'Desert Cerodon', 'Desert Twister', 'Desert of the Fervent', 'Desert of the Glorified', 'Desert of the Indomitable', 'Desert of the Mindful', 'Desert of the True', 'Desert''s Hold', 'Deserter''s Quarters', 'Desolation Giant', 'Desolation Twin', 'Desperate Castaways', 'Desperate Charge', 'Desperate Gambit', 'Desperate Ravings', 'Desperate Sentry', 'Desperate Stand', 'Despise', 'Despoiler of Souls', 'Destined // Lead', 'Destroy the Evidence', 'Destructive Force', 'Destructive Tampering', 'Destructive Urge', 'Detainment Spell', 'Deviant Glee', 'Devil''s Play', 'Devils'' Playground', 'Devilthorn Fox', 'Devoted Crop-Mate', 'Devotee of Strength', 'Devour in Flames', 'Devour in Shadow', 'Devouring Greed', 'Devouring Light', 'Devouring Rage', 'Devouring Strossus', 'Devouring Swarm', 'Devout Chaplain', 'Devout Harpist', 'Devout Lightcaster', 'Devout Witness', 'Dewdrop Spy', 'Dhund Operative', 'Diabolic Revelation', 'Diabolic Tutor', 'Diabolic Vision', 'Diamond Faerie', 'Die Young', 'Diligent Excavator', 'Diluvian Primordial', 'Dimensional Breach', 'Dimensional Infiltrator', 'Diminish', 'Dimir Charm', 'Dimir Cluestone', 'Dimir Cutpurse', 'Dimir Guildmage', 'Dimir House Guard', 'Dimir Infiltrator', 'Dimir Keyrune', 'Dimir Machinations', 'Din of the Fireherd', 'Dingus Egg', 'Dinosaur Hunter', 'Dinosaur Stampede', 'Dinrova Horror', 'Diplomacy of the Wastes', 'Diplomatic Escort', 'Dire Fleet Captain', 'Dire Fleet Hoarder', 'Dire Fleet Interloper', 'Dire Fleet Neckbreaker', 'Dire Undercurrents', 'Diregraf Colossus', 'Diregraf Escort', 'Dirge of Dread', 'Dirty Wererat', 'Disappear', 'Disappearing Act', 'Disarm', 'Disaster Radius', 'Disciple of Grace', 'Disciple of Griselbrand', 'Disciple of Kangee', 'Disciple of Malice', 'Disciple of Phenax', 'Disciple of Tevesh Szat', 'Disciple of the Old Ways', 'Disciple of the Ring', 'Discordant Dirge', 'Discordant Spirit', 'Disease Carriers', 'Disembowel', 'Disentomb', 'Disintegrate', 'Dismal Failure', 'Dismantle', 'Dismiss into Dream', 'Disorder', 'Disowned Ancestor', 'Dispeller''s Capsule', 'Dispense Justice', 'Dispersal Technician', 'Disperse', 'Dispersing Orb', 'Displace', 'Displacement Wave', 'Disposal Mummy', 'Dispossess', 'Disrupting Scepter', 'Disruptive Pitmage', 'Disruptive Student', 'Dissension in the Ranks', 'Dissenter''s Deliverance', 'Dissipate', 'Dissipation Field', 'Dissolve', 'Distant Memories', 'Distemper of the Blood', 'Distended Mindbender', 'Distorting Wake', 'Disturbing Plot', 'Dive Down', 'Divebomber Griffin', 'Divergent Growth', 'Diversionary Tactics', 'Divest', 'Divination', 'Divine Deflection', 'Divine Favor', 'Divine Offering', 'Divine Reckoning', 'Divine Transformation', 'Divine Verdict', 'Diviner Spirit', 'Diviner''s Wand', 'Diving Griffin', 'Dizzying Gaze', 'Djeru''s Renunciation', 'Djeru''s Resolve', 'Djeru, With Eyes Open', 'Djinn Illuminatus', 'Djinn of Wishes', 'Docent of Perfection', 'Dodecapod', 'Dogged Hunter', 'Dogpile', 'Dolmen Gate', 'Domesticated Hydra', 'Domestication', 'Dominator Drone', 'Dong Zhou, the Tyrant', 'Doom Cannon', 'Doomed Dissenter', 'Doomed Necromancer', 'Doomgape', 'Doomwake Giant', 'Door to Nothingness', 'Doorkeeper', 'Dormant Gomazoa', 'Dormant Sliver', 'Dosan''s Oldest Chant', 'Double Negative', 'Doubtless One', 'Douse in Gloom', 'Down // Dirty', 'Downdraft', 'Downpour', 'Downsize', 'Dowsing Shaman', 'Dracoplasm', 'Drag Down', 'Drag Under', 'Dragon Appeasement', 'Dragon Bell Monk', 'Dragon Blood', 'Dragon Egg', 'Dragon Engine', 'Dragon Fodder', 'Dragon Grip', 'Dragon Hatchling', 'Dragon Mantle', 'Dragon Mask', 'Dragon Roost', 'Dragon Throne of Tarkir', 'Dragon Whelp', 'Dragon''s Eye Savants', 'Dragon''s Eye Sentry', 'Dragon''s Herald', 'Dragon-Scarred Bear', 'Dragon-Style Twins', 'Dragonloft Idol', 'Dragonlord''s Prerogative', 'Dragonlord''s Servant', 'Dragonrage', 'Dragonscale Boon', 'Dragonshift', 'Dragonsoul Knight', 'Dragonstalker', 'Drain the Well', 'Draining Whelk', 'Drainpipe Vermin', 'Drake Familiar', 'Drake Hatchling', 'Drake Haven', 'Drake Umbra', 'Drake-Skull Cameo', 'Drakestown Forgotten', 'Drakewing Krasis', 'Dralnu''s Pet', 'Dralnu, Lich Lord', 'Dramatic Rescue', 'Dramatic Reversal', 'Drana''s Chosen', 'Drana''s Emissary', 'Drastic Revelation', 'Dread', 'Dread Defiler', 'Dread Drone', 'Dread Reaper', 'Dread Slag', 'Dread Specter', 'Dread Warlock', 'Dread Wight', 'Dreadbringer Lampads', 'Dreadwaters', 'Dreadwing', 'Dream Chisel', 'Dream Fighter', 'Dream Leash', 'Dream Prowler', 'Dream Salvage', 'Dream Thief', 'Dream Tides', 'Dream Twist', 'Dream''s Grip', 'Dreamborn Muse', 'Dreamcaller Siren', 'Dreamcatcher', 'Dreampod Druid', 'Dreams of the Dead', 'Dreamscape Artist', 'Dreamspoiler Witches', 'Dreamstealer', 'Dreamstone Hedron', 'Dreamwinder', 'Dreg Mangler', 'Dreg Reaver', 'Dregs of Sorrow', 'Dregscape Zombie', 'Drekavac', 'Drelnoch', 'Drift of the Dead', 'Drifter il-Dal', 'Drifting Shade', 'Drill-Skimmer', 'Drinker of Sorrow', 'Dripping Dead', 'Dripping-Tongue Zubera', 'Driven // Despair', 'Driver of the Dead', 'Drogskol Cavalry', 'Drogskol Shieldmate', 'Dromar''s Attendant', 'Dromoka Captain', 'Dromoka Dunecaster', 'Dromoka Monument', 'Dromoka Warrior', 'Dromoka''s Gift', 'Dromosaur', 'Droning Bureaucrats', 'Drooling Groodion', 'Drooling Ogre', 'Dross Crocodile', 'Dross Golem', 'Dross Harvester', 'Dross Hopper', 'Dross Prowler', 'Dross Scorpion', 'Drove of Elves', 'Drover of the Mighty', 'Drown in Filth', 'Drowned', 'Drowned Rusalka', 'Drowner Initiate', 'Drowner of Hope', 'Drowner of Secrets', 'Drownyard Behemoth', 'Drownyard Explorers', 'Drownyard Temple', 'Drudge Beetle', 'Drudge Reavers', 'Drudge Sentinel', 'Drudge Skeletons', 'Druid Lyrist', 'Druid of the Anima', 'Druid of the Cowl', 'Druid''s Call', 'Druid''s Deliverance', 'Druid''s Familiar', 'Druidic Satchel', 'Drumhunter', 'Drunau Corpse Trawler', 'Dry Spell', 'Dryad Sophisticate', 'Dryad''s Caress', 'Dual Shot', 'Dub', 'Dubious Challenge', 'Duct Crawler', 'Duergar Assailant', 'Duergar Cave-Guard', 'Duergar Mine-Captain', 'Dukhara Peafowl', 'Dukhara Scavenger', 'Dune Beetle', 'Dune Diviner', 'Dune-Brood Nephilim', 'Duneblast', 'Dunerider Outlaw', 'Dunes of the Dead', 'Dungeon Geists', 'Dungeon Shade', 'Duplicity', 'Durable Handicraft', 'Durkwood Baloth', 'Durkwood Tracker', 'Dusk Charger', 'Dusk Feaster', 'Dusk Imp', 'Dusk Legion Dreadnought', 'Duskborne Skymarcher', 'Duskdale Wurm', 'Duskhunter Bat', 'Duskmantle Prowler', 'Duskmantle, House of Shadow', 'Duskrider Peregrine', 'Duskwalker', 'Duskworker', 'Dust Corona', 'Dust Elemental', 'Dutiful Attendant', 'Dutiful Return', 'Dutiful Servants', 'Dutiful Thrull', 'Duty-Bound Dead', 'Dwarven Berserker', 'Dwarven Blastminer', 'Dwarven Demolition Team', 'Dwarven Driller', 'Dwarven Landslide', 'Dwarven Nomad', 'Dwarven Patrol', 'Dwarven Recruiter', 'Dwarven Shrine', 'Dwarven Soldier', 'Dwarven Strike Force', 'Dwarven Vigilantes', 'Dwynen, Gilt-Leaf Daen', 'Dying Wail', 'Dying Wish', 'Dynacharge', 'Dynavolt Tower', 'Eager Cadet', 'Eager Construct', 'Eagle of the Watch', 'Early Frost', 'Earsplitting Rats', 'Earth Elemental', 'Earthblighter', 'Earthbrawn', 'Earthen Arms', 'Earthshaker', 'Eastern Paladin', 'Eater of Hope', 'Ebon Drake', 'Ebonblade Reaper', 'Ebony Horse', 'Ebony Rhino', 'Ebony Treefolk', 'Echo Circlet', 'Echo Mage', 'Echo Tracer', 'Echoes of the Kin Tree', 'Echoing Calm', 'Echoing Courage', 'Echoing Ruin', 'Eddytrail Hawk', 'Edge of Malacol', 'Edifice of Authority', 'Edric, Spymaster of Trest', 'Eel Umbra', 'Eerie Procession', 'Efficient Construction', 'Efreet Weaponmaster', 'Ego Erasure', 'Eidolon of Countless Battles', 'Eight-and-a-Half-Tails', 'Ekundu Cyclops', 'Ekundu Griffin', 'Elaborate Firecannon', 'Eland Umbra', 'Elder Cathar', 'Elder Deep-Fiend', 'Elder Land Wurm', 'Elder Mastery', 'Elder Pine of Jukai', 'Elder of Laurels', 'Eldrazi Aggressor', 'Eldrazi Devastator', 'Eldrazi Mimic', 'Eldrazi Obligator', 'Eldrazi Skyspawner', 'Electrify', 'Electropotence', 'Electrostatic Bolt', 'Electrostatic Pummeler', 'Electryte', 'Elegant Edgecrafters', 'Elemental Appeal', 'Elemental Bond', 'Elemental Mastery', 'Elemental Resonance', 'Elemental Uprising', 'Elephant Ambush', 'Elephant Guide', 'Elfhame Druid', 'Elgaud Inquisitor', 'Elgaud Shieldmate', 'Elite Arcanist', 'Elite Archers', 'Elite Cat Warrior', 'Elite Inquisitor', 'Elite Javelineer', 'Elite Skirmisher', 'Elite Vanguard', 'Elixir of Immortality', 'Elixir of Vitality', 'Elkin Bottle', 'Elsewhere Flask', 'Elusive Krasis', 'Elusive Tormentor', 'Elven Lyre', 'Elven Riders', 'Elven Rite', 'Elves of Deep Shadow', 'Elvish Aberration', 'Elvish Berserker', 'Elvish Branchbender', 'Elvish Eulogist', 'Elvish Fury', 'Elvish Handservant', 'Elvish Herder', 'Elvish Hexhunter', 'Elvish Lookout', 'Elvish Lyrist', 'Elvish Pathcutter', 'Elvish Piper', 'Elvish Ranger', 'Elvish Scrapper', 'Elvish Soultiller', 'Elvish Warrior', 'Embalmed Brawler', 'Embalmer''s Tools', 'Ember Beast', 'Ember Gale', 'Ember Shot', 'Ember Swallower', 'Ember-Eye Wolf', 'Emberhorn Minotaur', 'Embermaw Hellion', 'Emberstrike Duo', 'Emberwilde Augur', 'Emberwilde Caliph', 'Emblazoned Golem', 'Emblem of the Warmind', 'Embodiment of Fury', 'Embodiment of Insight', 'Embodiment of Spring', 'Embolden', 'Embraal Bruiser', 'Embraal Gear-Smasher', 'Emergent Growth', 'Emeria Angel', 'Emeria Shepherd', 'Emissary of Despair', 'Emissary of Hope', 'Emissary of Sunrise', 'Emissary of the Sleepless', 'Emmara Tandris', 'Emmessi Tome', 'Emperor Crocodile', 'Emperor''s Vanguard', 'Empty-Shrine Kannushi', 'Empyreal Voyager', 'Empyrial Armor', 'Empyrial Plate', 'Emrakul''s Evangel', 'Emrakul''s Hatcher', 'Emrakul''s Influence', 'Enatu Golem', 'Encampment Keeper', 'Encase in Ice', 'Enchantment Alteration', 'Encircling Fissure', 'Enclave Cryptologist', 'Enclave Elite', 'Encroaching Wastes', 'Encrust', 'End Hostilities', 'Endangered Armodon', 'Endbringer''s Revel', 'Endemic Plague', 'Endless Obedience', 'Endless Ranks of the Dead', 'Endless Sands', 'Endless Scream', 'Endless Swarm', 'Endless Whispers', 'Endoskeleton', 'Endrek Sahr, Master Breeder', 'Endure', 'Energizer', 'Energy Arc', 'Enervate', 'Enfeeblement', 'Engineered Might', 'Engulfing Flames', 'Engulfing Slagwurm', 'Enhanced Awareness', 'Enigma Drake', 'Enigma Sphinx', 'Enlarge', 'Enlightened Ascetic', 'Enlightened Maniac', 'Enlisted Wurm', 'Enormous Baloth', 'Enrage', 'Enraged Giant', 'Enraging Licid', 'Enshrined Memories', 'Enshrouding Mist', 'Enslave', 'Enslaved Dwarf', 'Ensouled Scimitar', 'Entangling Trap', 'Entangling Vines', 'Enter the Unknown', 'Enthralling Victor', 'Entomber Exarch', 'Entrails Feaster', 'Entrancing Melody', 'Entropic Eidolon', 'Envelop', 'Eon Hub', 'Ephara''s Enlightenment', 'Ephara''s Radiance', 'Ephemeral Shields', 'Ephemeron', 'Epic Proportions', 'Epicenter', 'Epiphany Storm', 'Epiphany at the Drownyard', 'Epitaph Golem', 'Epochrasite', 'Equal Treatment', 'Equestrian Skill', 'Era of Innovation', 'Eradicate', 'Erase', 'Erdwal Illuminator', 'Erdwal Ripper', 'Erebos''s Emissary', 'Erg Raiders', 'Eron the Relentless', 'Errand of Duty', 'Errant Doomsayers', 'Errant Ephemeron', 'Erratic Mutation', 'Ersatz Gnomes', 'Ertai''s Trickery', 'Escaped Null', 'Escaped Shapeshifter', 'Esper Sojourners', 'Esperzoa', 'Essence Backlash', 'Essence Depleter', 'Essence Drain', 'Essence Feed', 'Essence Filter', 'Essence Flare', 'Essence Flux', 'Essence Fracture', 'Essence Leak', 'Etched Monstrosity', 'Etched Oracle', 'Eternal Dominion', 'Eternal Scourge', 'Eternal Thirst', 'Eternal of Harsh Truths', 'Eternity Snare', 'Ether Well', 'Ethercaste Knight', 'Ethereal Champion', 'Ethereal Guidance', 'Ethereal Usher', 'Etherium Astrolabe', 'Ethersworn Shieldmage', 'Etherwrought Page', 'Evacuation', 'Evanescent Intellect', 'Evangel of Heliod', 'Evangelize', 'Even the Odds', 'Ever After', 'Everbark Shaman', 'Everdawn Champion', 'Everflame Eidolon', 'Everflowing Chalice', 'Everglades', 'Evernight Shade', 'Evershrike', 'Evil Eye of Orms-by-Gore', 'Evil Eye of Urborg', 'Evil Presence', 'Evil Twin', 'Eviscerate', 'Eviscerator', 'Evolution Charm', 'Evolution Vat', 'Evolving Wilds', 'Evra, Halcyon Witness', 'Exalted Dragon', 'Exava, Rakdos Blood Witch', 'Excavation Elephant', 'Excavator', 'Exclusion Ritual', 'Excommunicate', 'Excoriate', 'Excruciator', 'Execute', 'Executioner''s Capsule', 'Executioner''s Hood', 'Executioner''s Swing', 'Exemplar of Strength', 'Exert Influence', 'Exhumer Thrull', 'Exile', 'Exile into Darkness', 'Exiled Boggart', 'Exiled Doomsayer', 'Exoskeletal Armor', 'Exotic Curse', 'Exotic Disease', 'Expedite', 'Expedition Envoy', 'Expedition Raptor', 'Expel from Orazca', 'Expendable Troops', 'Experiment Kraj', 'Experimental Aviator', 'Exploding Borders', 'Explorer''s Scope', 'Explosive Apparatus', 'Explosive Growth', 'Explosive Impact', 'Explosive Revelation', 'Expunge', 'Exquisite Archangel', 'Extinguish All Hope', 'Extract from Darkness', 'Extractor Demon', 'Extricator of Sin', 'Extruder', 'Exultant Cultist', 'Exultant Skymarcher', 'Eye Gouge', 'Eye for an Eye', 'Eye of the Storm', 'Eyeblight Assassin', 'Eyeblight Massacre', 'Eyeblight''s Ending', 'Eyeless Watcher', 'Eyes in the Skies', 'Eyes of the Watcher', 'Eyes of the Wisent', 'Ezuri''s Archers', 'Fa''adiyah Seer', 'Fable of Wolf and Owl', 'Fabled Hero', 'Fabrication Module', 'Face of Fear', 'Facevaulter', 'Fact or Fiction', 'Fade from Memory', 'Fade into Antiquity', 'Faerie Harbinger', 'Faerie Impostor', 'Faerie Invaders', 'Faerie Mechanist', 'Faerie Squadron', 'Faerie Swarm', 'Faerie Tauntings', 'Faerie Trickery', 'Failed Inspection', 'Failure // Comply', 'Fairgrounds Trumpeter', 'Fairgrounds Warden', 'Faith Unbroken', 'Faith of the Devoted', 'Faith''s Fetters', 'Faithbearer Paladin', 'Faithful Squire', 'Falkenrath Gorger', 'Falkenrath Marauders', 'Falkenrath Noble', 'Falkenrath Reaver', 'Falkenrath Torturer', 'Fall of the Gavel', 'Fall of the Hammer', 'Fall of the Thran', 'Fall of the Titans', 'Fallen Angel', 'Fallen Cleric', 'Fallen Ferromancer', 'Fallen Ideal', 'Falling Timber', 'Fallowsage', 'False Dawn', 'False Memories', 'Familiar''s Ruse', 'Famine', 'Famished Ghoul', 'Famished Paladin', 'Fan Bearer', 'Fanatic of Mogis', 'Fanatic of Xenagos', 'Fang Skulkin', 'Fangren Firstborn', 'Fangren Hunter', 'Fanning the Flames', 'Far // Away', 'Farbog Boneflinger', 'Farbog Revenant', 'Farm // Market', 'Farrel''s Zealot', 'Fatal Blow', 'Fatal Frenzy', 'Fate Foretold', 'Fate Forgotten', 'Fate Transfer', 'Fate Unraveler', 'Fated Conflagration', 'Fated Infatuation', 'Fated Intervention', 'Fated Retribution', 'Fated Return', 'Fateful Showdown', 'Fatespinner', 'Fathom Feeder', 'Fathom Fleet Boarder', 'Fathom Fleet Captain', 'Fathom Fleet Cutthroat', 'Fathom Fleet Firebrand', 'Fathom Mage', 'Fathom Seer', 'Fathom Trawl', 'Fatigue', 'Fault Riders', 'Favor of the Mighty', 'Favor of the Woods', 'Favored Hoplite', 'Fear', 'Fearsome Temper', 'Feast of Dreams', 'Feast of Flesh', 'Feast on the Fallen', 'Feast or Famine', 'Feat of Resistance', 'Feebleness', 'Feed the Pack', 'Feeding Frenzy', 'Feeling of Dread', 'Felhide Brawler', 'Felhide Minotaur', 'Felhide Petrifier', 'Felidar Cub', 'Felidar Sovereign', 'Fell Flagship', 'Femeref Healer', 'Femeref Knight', 'Femeref Scouts', 'Fen Hauler', 'Fencer''s Magemark', 'Fencing Ace', 'Fendeep Summoner', 'Feral Abomination', 'Feral Animist', 'Feral Contest', 'Feral Hydra', 'Feral Incarnation', 'Feral Instinct', 'Feral Invocation', 'Feral Krushok', 'Feral Lightning', 'Feral Prowler', 'Feral Shadow', 'Feral Thallid', 'Ferocity', 'Ferropede', 'Ferrovore', 'Fertile Imagination', 'Fertile Thicket', 'Fervent Cathar', 'Fervent Charge', 'Fervent Denial', 'Fervent Paincaster', 'Fervent Strike', 'Fervor', 'Festercreep', 'Festergloom', 'Festerhide Boar', 'Festering Evil', 'Festering Goblin', 'Festering Mummy', 'Festering Newt', 'Festering Wound', 'Festival of the Guildpact', 'Fetid Horror', 'Fetid Imp', 'Fettergeist', 'Feudkiller''s Verdict', 'Fevered Strength', 'Fevered Visions', 'Field Creeper', 'Field Surgeon', 'Field of Souls', 'Fiend Binder', 'Fierce Invocation', 'Fiery Cannonade', 'Fiery Conclusion', 'Fiery Fall', 'Fiery Hellhound', 'Fiery Impulse', 'Fiery Intervention', 'Fiery Temper', 'Fight or Flight', 'Fight to the Death', 'Fighting Chance', 'Fighting Drake', 'Filigree Angel', 'Filigree Crawler', 'Filigree Familiar', 'Filigree Sages', 'Fill with Fright', 'Filth', 'Filthy Cur', 'Final Parting', 'Final Punishment', 'Final Revels', 'Final Reward', 'Final-Sting Faerie', 'Finest Hour', 'Fire Ambush', 'Fire Ants', 'Fire Drake', 'Fire Elemental', 'Fire Imp', 'Fire Juggler', 'Fire Servant', 'Fire Shrine Keeper', 'Fire Sprites', 'Fire Tempest', 'Fire Whip', 'Fire at Will', 'Fire-Belly Changeling', 'Fire-Field Ogre', 'Fireball', 'Firebrand Archer', 'Firebreathing', 'Firecannon Blast', 'Firefiend Elemental', 'Firefist Adept', 'Firefist Striker', 'Firefly', 'Fireforger''s Puzzleknot', 'Firefright Mage', 'Firemane Angel', 'Firemane Avenger', 'Firemantle Mage', 'Firemind''s Foresight', 'Fires of Undeath', 'Fires of Yavimaya', 'Firescreamer', 'Fireshrieker', 'Firestorm Hellkite', 'Firestorm Phoenix', 'Firewake Sliver', 'First Response', 'First Volley', 'Fishliver Oil', 'Fissure', 'Fissure Vent', 'Fists of Ironwood', 'Fists of the Anvil', 'Fists of the Demigod', 'Five-Alarm Fire', 'Flailing Drake', 'Flailing Manticore', 'Flame Burst', 'Flame Elemental', 'Flame Fusillade', 'Flame Javelin', 'Flame Spirit', 'Flame Wave', 'Flame-Kin War Scout', 'Flame-Kin Zealot', 'Flame-Wreathed Phoenix', 'Flameblade Angel', 'Flameblast Dragon', 'Flameborn Hellion', 'Flamebreak', 'Flamecast Wheel', 'Flamecore Elemental', 'Flamekin Bladewhirl', 'Flamekin Brawler', 'Flames of the Blood Hand', 'Flames of the Firebrand', 'Flameshadow Conjuring', 'Flamespeaker Adept', 'Flametongue Kavu', 'Flamewave Invoker', 'Flaming Sword', 'Flare', 'Flaring Flame-Kin', 'Flash Conscription', 'Flash Foliage', 'Flash of Defiance', 'Flashfreeze', 'Flatten', 'Flay', 'Flayed Nim', 'Flayer Drone', 'Flaying Tendrils', 'Fledgling Dragon', 'Fledgling Imp', 'Fledgling Mawcor', 'Fledgling Osprey', 'Fleecemane Lion', 'Fleet Swallower', 'Fleetfeather Cockatrice', 'Fleetfeather Sandals', 'Fleetfoot Panther', 'Fleeting Aven', 'Fleeting Image', 'Fleeting Memories', 'Fleetwheel Cruiser', 'Flensermite', 'Flesh // Blood', 'Flesh Allergy', 'Flesh Reaver', 'Flesh to Dust', 'Flesh-Eater Imp', 'Fleshbag Marauder', 'Fleshwrither', 'Flickerform', 'Flickering Spirit', 'Flight', 'Flight Spellbomb', 'Flight of Fancy', 'Fling', 'Flint Golem', 'Flinthoof Boar', 'Flitterstep Eidolon', 'Flood Plain', 'Flood of Recollection', 'Floodbringer', 'Floodchaser', 'Floodgate', 'Floodtide Serpent', 'Floodwater Dam', 'Floodwaters', 'Flourishing Defenses', 'Flow of Ideas', 'Flowstone Armor', 'Flowstone Blade', 'Flowstone Channeler', 'Flowstone Charger', 'Flowstone Crusher', 'Flowstone Embrace', 'Flowstone Flood', 'Flowstone Mauler', 'Flowstone Overseer', 'Flowstone Salamander', 'Flowstone Sculpture', 'Flowstone Shambler', 'Flowstone Slide', 'Flowstone Strike', 'Flowstone Surge', 'Flowstone Thopter', 'Flowstone Wyvern', 'Flurry of Wings', 'Fluxcharger', 'Flying Carpet', 'Flying Crane Technique', 'Flying Men', 'Fodder Cannon', 'Fodder Launch', 'Fog', 'Fog Elemental', 'Fog Patch', 'Fog of Gnats', 'Fogwalker', 'Fold into Aether', 'Folk of the Pines', 'Followed Footsteps', 'Font of Fortunes', 'Font of Return', 'Font of Vigor', 'Fool''s Demise', 'Fool''s Tome', 'Foot Soldiers', 'Footbottom Feast', 'Foratog', 'Forbidden Lore', 'Force Away', 'Force of Nature', 'Force of Savagery', 'Forced Adaptation', 'Forced Worship', 'Forcemage Advocate', 'Forebear''s Blade', 'Forerunner of Slaughter', 'Forerunner of the Coalition', 'Forerunner of the Empire', 'Forerunner of the Heralds', 'Forerunner of the Legion', 'Foresee', 'Foreshadow', 'Forest', 'Forfend', 'Forge Armor', 'Forge Devil', 'Forgeborn Oreads', 'Forgotten Creation', 'Forgotten Lore', 'Foriysian Interceptor', 'Foriysian Totem', 'Fork in the Road', 'Forked Lightning', 'Forked-Branch Garami', 'Forlorn Pseudamma', 'Form of the Dinosaur', 'Formless Nurturing', 'Forsaken Drifters', 'Forsaken Sanctuary', 'Fortified Rampart', 'Fortify', 'Fortitude', 'Fortress Cyclops', 'Fortuitous Find', 'Fortune Thief', 'Fortune''s Favor', 'Fossil Find', 'Foul Emissary', 'Foul Familiar', 'Foul Imp', 'Foul Orchard', 'Foul Presence', 'Foul Renewal', 'Foundry Assembler', 'Foundry Champion', 'Foundry Hornet', 'Foundry Screecher', 'Foundry of the Consuls', 'Fountain of Youth', 'Fourth Bridge Prowler', 'Fractured Loyalty', 'Fragmentize', 'Frantic Purification', 'Frantic Salvage', 'Freejam Regent', 'Freewind Equenaut', 'Freewind Falcon', 'Frenetic Ogre', 'Frenetic Raptor', 'Frenetic Sliver', 'Frenzied Goblin', 'Frenzied Rage', 'Frenzied Raptor', 'Frenzied Tilling', 'Frenzy Sliver', 'Fresh Meat', 'Fresh Volunteers', 'Fretwork Colony', 'Freyalise''s Winds', 'Frightcrawler', 'Frightful Delusion', 'Frightshroud Courier', 'Frilled Deathspitter', 'Frilled Sandwalla', 'From Beyond', 'From Under the Floorboards', 'Frontier Bivouac', 'Frontier Guide', 'Frontline Devastator', 'Frontline Medic', 'Frontline Rebel', 'Frontline Sage', 'Frontline Strategist', 'Frost Lynx', 'Frost Marsh', 'Frost Raptor', 'Frostburn Weird', 'Frostweb Spider', 'Frozen Aether', 'Frozen Solid', 'Fuel for the Cause', 'Fugitive Wizard', 'Fugue', 'Fulgent Distraction', 'Full Moon''s Rise', 'Fumarole', 'Fumiko the Lowblood', 'Funeral Pyre', 'Fungal Behemoth', 'Fungal Infection', 'Fungal Plots', 'Fungal Reaches', 'Fungal Shambler', 'Fungus Sliver', 'Furious Assault', 'Furious Reprisal', 'Furious Resistance', 'Furnace Brood', 'Furnace Celebration', 'Furnace Dragon', 'Furnace Scamp', 'Furnace Spirit', 'Furnace Whelp', 'Furor of the Bitten', 'Furtive Homunculus', 'Fury Charm', 'Furyblade Vampire', 'Furystoke Giant', 'Fusion Elemental', 'Future Sight', 'Fylamarid', 'Fyndhorn Pollen', 'Gaea''s Anthem', 'Gaea''s Blessing', 'Gaea''s Bounty', 'Gaea''s Embrace', 'Gaea''s Herald', 'Gaea''s Liege', 'Gaea''s Protector', 'Gaea''s Revenge', 'Gainsay', 'Gale Force', 'Galepowder Mage', 'Galestrike', 'Gallantry', 'Gallows Warden', 'Gallows at Willow Hill', 'Galvanic Bombardment', 'Galvanic Juggernaut', 'Galvanic Key', 'Galvanoth', 'Game Trail', 'Game-Trail Changeling', 'Gamekeeper', 'Gang of Devils', 'Gang of Elk', 'Gangrenous Goliath', 'Gangrenous Zombies', 'Gargantuan Gorilla', 'Gargoyle Castle', 'Garna, the Bloodflame', 'Garruk''s Companion', 'Garruk''s Horde', 'Garruk''s Packleader', 'Garrulous Sycophant', 'Garza Zol, Plague Queen', 'Gaseous Form', 'Gate Hound', 'Gate Smasher', 'Gatecreeper Vine', 'Gatekeeper of Malakir', 'Gateway Shade', 'Gathan Raiders', 'Gather Courage', 'Gather Specimens', 'Gather the Pack', 'Gatherer of Graces', 'Gatstaf Arsonists', 'Gatstaf Shepherd', 'Gauntlets of Chaos', 'Gavony Ironwright', 'Gavony Unhallowed', 'Gaze of Adamaro', 'Gaze of Justice', 'Gearseeker Serpent', 'Gearshift Ace', 'Geier Reach Bandit', 'Geist of the Archives', 'Geist of the Lonely Vigil', 'Geist-Fueled Scarecrow', 'Geist-Honored Monk', 'Geistblast', 'Geistflame', 'Gelatinous Genesis', 'Gelectrode', 'Gelid Shackles', 'Gem of Becoming', 'Gemini Engine', 'Gempalm Avenger', 'Gemstone Array', 'General Tazri', 'General''s Kabuto', 'Genesis', 'Genju of the Cedars', 'Genju of the Falls', 'Genju of the Fens', 'Genju of the Fields', 'Genju of the Realm', 'Genju of the Spires', 'Geosurge', 'Geralf''s Mindcrusher', 'Gerrard''s Battle Cry', 'Gerrard''s Command', 'Gerrard''s Irregulars', 'Geth''s Grimoire', 'Geyserfield Stalker', 'Ghastly Remains', 'Ghazbán Ogre', 'Ghirapur Gearcrafter', 'Ghirapur Guide', 'Ghirapur Orrery', 'Ghirapur Osprey', 'Ghitu Chronicler', 'Ghitu Fire', 'Ghitu Fire-Eater', 'Ghitu Firebreathing', 'Ghitu Journeymage', 'Ghitu Slinger', 'Ghitu War Cry', 'Ghor-Clan Bloodscale', 'Ghor-Clan Rampager', 'Ghost Council of Orzhova', 'Ghost Ship', 'Ghost Tactician', 'Ghost Warden', 'Ghost-Lit Raider', 'Ghost-Lit Redeemer', 'Ghost-Lit Stalker', 'Ghost-Lit Warder', 'Ghostblade Eidolon', 'Ghostfire', 'Ghostfire Blade', 'Ghostflame Sliver', 'Ghostform', 'Ghostly Changeling', 'Ghostly Possession', 'Ghostly Sentinel', 'Ghostly Touch', 'Ghostly Visit', 'Ghostly Wings', 'Ghosts of the Damned', 'Ghosts of the Innocent', 'Ghoul''s Feast', 'Ghoulcaller''s Accomplice', 'Ghoulcaller''s Bell', 'Ghoulflesh', 'Ghoulsteed', 'Giant Badger', 'Giant Caterpillar', 'Giant Cockroach', 'Giant Crab', 'Giant Growth', 'Giant Harbinger', 'Giant Mantis', 'Giant Octopus', 'Giant Oyster', 'Giant Scorpion', 'Giant Solifuge', 'Giant Spectacle', 'Giant Spider', 'Giant Strength', 'Giant Tortoise', 'Giant Trap Door Spider', 'Giant''s Ire', 'Giantbaiting', 'Gibbering Descent', 'Gibbering Fiend', 'Gibbering Hyenas', 'Gideon''s Avenger', 'Gideon''s Defeat', 'Gideon''s Intervention', 'Gideon''s Lawkeeper', 'Gideon''s Phalanx', 'Gideon''s Reproach', 'Gift of Granite', 'Gift of Growth', 'Gift of Immortality', 'Gift of Orzhova', 'Gift of Strength', 'Gift of Tusks', 'Gift of the Deity', 'Gift of the Gargantuan', 'Gigapede', 'Gild', 'Gilded Cerodon', 'Gilded Light', 'Gilded Lotus', 'Gilded Sentinel', 'Gilt-Leaf Ambush', 'Gilt-Leaf Seer', 'Gilt-Leaf Winnower', 'Giltgrove Stalker', 'Giltspire Avenger', 'Gisa''s Bidding', 'Give // Take', 'Give No Ground', 'Glacial Crevasses', 'Glacial Plating', 'Glacial Ray', 'Glacial Stalker', 'Glacial Wall', 'Glade Gnarr', 'Glade Watcher', 'Gladehart Cavalry', 'Glamer Spinners', 'Glamerdye', 'Glare of Heresy', 'Glare of Subdual', 'Glarecaster', 'Glaring Aegis', 'Glaring Spotlight', 'Glass Asp', 'Glass Golem', 'Glassblower''s Puzzleknot', 'Glassdust Hulk', 'Glaze Fiend', 'Gleam of Authority', 'Gleam of Battle', 'Gleam of Resistance', 'Gleaming Barrier', 'Gleancrawler', 'Glen Elendra Liege', 'Glimmerdust Nap', 'Glimmerpoint Stag', 'Glimmerpost', 'Glimpse the Future', 'Glimpse the Sun God', 'Glint', 'Glint Hawk Idol', 'Glint-Eye Nephilim', 'Glint-Sleeve Artisan', 'Glintwing Invoker', 'Glissa Sunseeker', 'Glissa''s Scorn', 'Glistening Oil', 'Glitterfang', 'Glittering Lion', 'Gloom Surgeon', 'Gloomhunter', 'Gloomwidow', 'Gloomwidow''s Feast', 'Glorifier of Dusk', 'Glorious Anthem', 'Glorious Charge', 'Glory Seeker', 'Glory of Warfare', 'Glory-Bound Initiate', 'Glowering Rogon', 'Glowing Anemone', 'Gluttonous Slime', 'Gluttonous Zombie', 'Glyph Keeper', 'Gnarled Effigy', 'Gnarled Mass', 'Gnarled Scarhide', 'Gnarlid Pack', 'Gnarlroot Trapper', 'Gnarlwood Dryad', 'Gnathosaur', 'Gnawing Zombie', 'Goatnapper', 'Gobbling Ooze', 'Gobhobbler Rats', 'Goblin Archaeologist', 'Goblin Arsonist', 'Goblin Artillery', 'Goblin Assault', 'Goblin Bangchuckers', 'Goblin Barrage', 'Goblin Battle Jester', 'Goblin Boom Keg', 'Goblin Brigand', 'Goblin Bully', 'Goblin Burrows', 'Goblin Cadets', 'Goblin Cannon', 'Goblin Chariot', 'Goblin Commando', 'Goblin Deathraiders', 'Goblin Digging Team', 'Goblin Diplomats', 'Goblin Elite Infantry', 'Goblin Fire Fiend', 'Goblin Firebug', 'Goblin Fireslinger', 'Goblin Firestarter', 'Goblin Flectomancer', 'Goblin Freerunner', 'Goblin Furrier', 'Goblin Gardener', 'Goblin Gaveleer', 'Goblin General', 'Goblin Glider', 'Goblin Glory Chaser', 'Goblin Goon', 'Goblin Grappler', 'Goblin Grenadiers', 'Goblin Kaboomist', 'Goblin Legionnaire', 'Goblin Machinist', 'Goblin Medics', 'Goblin Mountaineer', 'Goblin Outlander', 'Goblin Patrol', 'Goblin Piker', 'Goblin Pyromancer', 'Goblin Raider', 'Goblin Rally', 'Goblin Razerunners', 'Goblin Rimerunner', 'Goblin Roughrider', 'Goblin Settler', 'Goblin Shortcutter', 'Goblin Shrine', 'Goblin Ski Patrol', 'Goblin Sky Raider', 'Goblin Snowman', 'Goblin Spelunkers', 'Goblin Striker', 'Goblin Swine-Rider', 'Goblin Taskmaster', 'Goblin Test Pilot', 'Goblin Trailblazer', 'Goblin Trenches', 'Goblin Turncoat', 'Goblin War Buggy', 'Goblin War Paint', 'Goblin War Wagon', 'Goblin Warchief', 'Goblins of the Flarg', 'Goblinslide', 'God-Favored General', 'God-Pharaoh''s Faithful', 'Godhead of Awe', 'Godo''s Irregulars', 'Gods Willing', 'Gods'' Eye, Gate to the Reikai', 'Godtoucher', 'Goham Djinn', 'Gold Myr', 'Gold-Forged Sentinel', 'Golden Demise', 'Golden Hind', 'Golden Urn', 'Golden Wish', 'Goldenglow Moth', 'Goldenhide Ox', 'Goldmeadow Dodger', 'Goldmeadow Harrier', 'Goldmeadow Stalwart', 'Goldnight Commander', 'Goldnight Redeemer', 'Golem Foundry', 'Golem''s Heart', 'Golem-Skin Gauntlets', 'Golgari Cluestone', 'Golgari Germination', 'Golgari Guildgate', 'Golgari Guildmage', 'Golgari Keyrune', 'Golgari Rotwurm', 'Golgari Signet', 'Goliath Beetle', 'Goliath Sphinx', 'Gomazoa', 'Gone Missing', 'Gonti''s Aether Heart', 'Gonti''s Machinations', 'Gore Swine', 'Gore-House Chainwalker', 'Gorehorn Minotaurs', 'Goretusk Firebeast', 'Gorgon Flail', 'Gorgon Recluse', 'Gorgon''s Head', 'Gorilla Titan', 'Gorilla War Cry', 'Gorilla Warrior', 'Goring Ceratops', 'Gossamer Chains', 'Gossamer Phantasm', 'Govern the Guildless', 'Grab the Reins', 'Graceful Adept', 'Graceful Antelope', 'Graceful Reprieve', 'Graf Harvest', 'Graf Mole', 'Graf Rats', 'Grafted Exoskeleton', 'Grand Melee', 'Grand Warlord Radha', 'Grandmother Sengir', 'Granite Gargoyle', 'Granite Grip', 'Granite Shard', 'Granitic Titan', 'Grapeshot Catapult', 'Grapple with the Past', 'Grappling Hook', 'Grasp of Darkness', 'Grasp of Phantoms', 'Grasp of the Hieromancer', 'Grasping Dunes', 'Grasping Scoundrel', 'Grasslands', 'Grave Betrayal', 'Grave Birthing', 'Grave Peril', 'Grave Servitude', 'Grave-Shell Scarab', 'Gravebane Zombie', 'Gravebind', 'Graveblade Marauder', 'Gravedigger', 'Gravel Slinger', 'Gravelgill Axeshark', 'Gravelgill Duo', 'Graven Abomination', 'Graven Dominator', 'Gravepurge', 'Graverobber Spider', 'Gravity Negator', 'Gravity Well', 'Graxiplon', 'Graypelt Hunter', 'Grazing Gladehart', 'Grazing Kelpie', 'Grazing Whiptail', 'Great Hart', 'Great Teacher''s Decree', 'Great-Horn Krushok', 'Greatbow Doyen', 'Greater Basilisk', 'Greater Forgeling', 'Greater Harvester', 'Greater Mossdog', 'Greater Sandwurm', 'Greatsword', 'Greel''s Caress', 'Greenhilt Trainee', 'Greenseeker', 'Greenside Watcher', 'Greenweaver Druid', 'Greenwheel Liberator', 'Gremlin Infestation', 'Grenzo, Dungeon Warden', 'Grid Monitor', 'Gridlock', 'Griffin Dreamfinder', 'Griffin Guide', 'Griffin Sentinel', 'Grifter''s Blade', 'Grim Affliction', 'Grim Captain''s Call', 'Grim Contest', 'Grim Discovery', 'Grim Flowering', 'Grim Haruspex', 'Grim Poppet', 'Grim Reminder', 'Grim Return', 'Grim Roustabout', 'Grim Strider', 'Grimoire Thief', 'Grind // Dust', 'Grindclock', 'Grinning Demon', 'Grinning Ignus', 'Grinning Totem', 'Grip of Amnesia', 'Grip of Desolation', 'Grip of the Roil', 'Griptide', 'Grisly Spectacle', 'Grisly Survivor', 'Grisly Transformation', 'Gristle Grinner', 'Gristleback', 'Grixis Battlemage', 'Grixis Charm', 'Grixis Grimblade', 'Grixis Illusionist', 'Grixis Slavedriver', 'Grixis Sojourners', 'Grizzled Angler', 'Grizzled Leotau', 'Grizzled Outcasts', 'Grizzly Bears', 'Grizzly Fate', 'Groffskithur', 'Grollub', 'Grotag Thrasher', 'Grotesque Mutation', 'Ground Assault', 'Ground Rift', 'Groundling Pouncer', 'Groundskeeper', 'Grove Rumbler', 'Grove of the Dreampods', 'Grove of the Guardian', 'Grovetender Druids', 'Grow from the Ashes', 'Growing Ranks', 'Grozoth', 'Gruesome Deformity', 'Gruesome Encore', 'Gruesome Fate', 'Gruesome Slaughter', 'Grunn, the Lonely King', 'Gruul Charm', 'Gruul Cluestone', 'Gruul Guildgate', 'Gruul Guildmage', 'Gruul Keyrune', 'Gruul Nodorog', 'Gruul Ragebeast', 'Gruul Scrapper', 'Gruul War Chant', 'Gruul War Plow', 'Gryff''s Boon', 'Guan Yu''s 1,000-Li March', 'Guan Yu, Sainted Warrior', 'Guard Dogs', 'Guard Duty', 'Guard Gomazoa', 'Guardian Automaton', 'Guardian Seraph', 'Guardian Shield-Bearer', 'Guardian Zendikon', 'Guardian of Pilgrims', 'Guardian of Solitude', 'Guardian of Tazeem', 'Guardian of the Ages', 'Guardian of the Gateless', 'Guardians of Akrasa', 'Guardians of Koilos', 'Guardians of Meletis', 'Guerrilla Tactics', 'Guild Feud', 'Guildscorn Ward', 'Guile', 'Guilty Conscience', 'Guma', 'Gurmag Drowner', 'Gurmag Swiftwing', 'Gust Walker', 'Gust-Skimmer', 'Gustcloak Cavalier', 'Gustcloak Runner', 'Gustcloak Savior', 'Gustcloak Sentinel', 'Gustha''s Scepter', 'Gustrider Exuberant', 'Gutter Grime', 'Gutter Skulk', 'Gutwrencher Oni', 'Guul Draz Assassin', 'Guul Draz Overseer', 'Guul Draz Specter', 'Gwafa Hazid, Profiteer', 'Gwyllion Hedge-Mage', 'Haazda Shield Mate', 'Hada Spy Patrol', 'Hag Hedge-Mage', 'Hagra Crocodile', 'Hagra Diabolist', 'Hagra Sharpshooter', 'Hail of Arrows', 'Hair-Strung Koto', 'Halam Djinn', 'Halcyon Glaze', 'Halimar Excavator', 'Halimar Tidecaller', 'Halimar Wavewatch', 'Hallar, the Firefletcher', 'Hallowed Moonlight', 'Halo Hunter', 'Hamlet Captain', 'Hamletback Goliath', 'Hammer of Bogardan', 'Hammer of Purphoros', 'Hammerfist Giant', 'Hammerhand', 'Hammerhead Shark', 'Hammerheim', 'Hammerheim Deadeye', 'Hana Kami', 'Hanabi Blast', 'Hand of Cruelty', 'Hand of Emrakul', 'Hand of Justice', 'Hand of Silumgar', 'Hand of the Praetors', 'Hand to Hand', 'Hands of Binding', 'Hanweir Battlements', 'Hanweir Lancer', 'Hanweir Militia Captain', 'Hanweir Watchkeep', 'Hapatra''s Mark', 'Hapatra, Vizier of Poisons', 'Haphazard Bombardment', 'Harbinger of the Hunt', 'Harbor Bandit', 'Harbor Guardian', 'Harbor Serpent', 'Hardened Berserker', 'Hardy Veteran', 'Harm''s Way', 'Harmattan Efreet', 'Harmless Offering', 'Harmonic Convergence', 'Harness the Storm', 'Harpoon Sniper', 'Harrier Griffin', 'Harrier Naga', 'Harrow', 'Harrowing Journey', 'Harsh Deceiver', 'Harsh Scrutiny', 'Haru-Onna', 'Harvest Gwyllion', 'Harvest Hand', 'Harvest Mage', 'Harvest Season', 'Harvester Troll', 'Harvestguard Alseids', 'Hasran Ogress', 'Hatchet Bully', 'Hate Weaver', 'Hateflayer', 'Haunted Angel', 'Haunted Cadaver', 'Haunted Cloak', 'Haunted Dead', 'Haunted Guardian', 'Haunted Plate Mail', 'Haunter of Nightveil', 'Haunting Apparition', 'Haunting Echoes', 'Haunting Hymn', 'Havengul Runebinder', 'Havengul Skaab', 'Havengul Vampire', 'Havenwood Battleground', 'Havenwood Wurm', 'Havoc Demon', 'Havoc Festival', 'Havoc Sower', 'Hawkeater Moth', 'Hazardous Conditions', 'Haze Frog', 'Haze of Pollen', 'Hazerider Drake', 'Hazezon Tamar', 'Hazoret''s Favor', 'Hazoret''s Monument', 'Hazoret''s Undying Fury', 'Hazy Homunculus', 'He Who Hungers', 'Head Games', 'Headless Skaab', 'Headstrong Brute', 'Headwater Sentries', 'Heal', 'Healer of the Pride', 'Healer''s Headdress', 'Healing Grace', 'Healing Hands', 'Healing Leaves', 'Healing Salve', 'Heap Doll', 'Heart Warden', 'Heart-Piercer Bow', 'Heart-Piercer Manticore', 'Hearth Kami', 'Hearthfire Hobgoblin', 'Heartlash Cinder', 'Heartless Pillage', 'Heartmender', 'Heartseeker', 'Heartstabber Mosquito', 'Heartwood Dryad', 'Heartwood Giant', 'Heartwood Shard', 'Heartwood Treefolk', 'Heat Ray', 'Heat Shimmer', 'Heat Wave', 'Heat of Battle', 'Heaven // Earth', 'Heavy Arbalest', 'Heavy Ballista', 'Heavy Fog', 'Heavy Infantry', 'Heavy Mattock', 'Hecatomb', 'Heckling Fiends', 'Hedonist''s Trove', 'Hedron Alignment', 'Hedron Archive', 'Hedron Blade', 'Hedron Crawler', 'Hedron Matrix', 'Hedron Rover', 'Hedron Scrabbler', 'Hedron-Field Purists', 'Heed the Mists', 'Heidar, Rimewind Master', 'Heir of Falkenrath', 'Heir of the Wilds', 'Heirs of Stromkirk', 'Hekma Sentinels', 'Heliod''s Emissary', 'Helium Squirter', 'Hellcarver Demon', 'Helldozer', 'Hellhole Flailer', 'Hellhole Rats', 'Hellion Crucible', 'Hellion Eruption', 'Hellkite Charger', 'Hellkite Hatchling', 'Hellraiser Goblin', 'Helm of the Ghastlord', 'Helm of the Gods', 'Helm of the Host', 'Hematite Golem', 'Henchfiend of Ukor', 'Henge Guardian', 'Herald of Anafenza', 'Herald of Kozilek', 'Herald of Secret Streams', 'Herald of Torment', 'Herald of the Fair', 'Herald of the Host', 'Herald of the Pantheon', 'Herbal Poultice', 'Herdchaser Dragon', 'Heretic''s Punishment', 'Hermetic Study', 'Hermit Druid', 'Hermit of the Natterknolls', 'Hero of Goma Fada', 'Hero of Iroas', 'Hero of Leina Tower', 'Hero''s Demise', 'Hero''s Resolve', 'Heroes Remembered', 'Heroes'' Bane', 'Heroes'' Podium', 'Heroes'' Reunion', 'Heroic Defiance', 'Heron''s Grace Champion', 'Hesitation', 'Hewed Stone Retainers', 'Hex', 'Hibernation''s End', 'Hidden Ancients', 'Hidden Gibbons', 'Hidden Guerrillas', 'Hidden Herbalists', 'Hidden Horror', 'Hidden Stockpile', 'Hideous End', 'Hideous Laughter', 'Hideous Visage', 'Hidetsugu''s Second Rite', 'Hieroglyphic Illumination', 'Hierophant''s Chalice', 'High Ground', 'High Priest of Penance', 'High Sentinels of Arashin', 'Highborn Ghoul', 'Highland Berserker', 'Highland Lake', 'Highland Weald', 'Highspire Artisan', 'Highspire Infusion', 'Highspire Mantis', 'Hightide Hermit', 'Highway Robber', 'Higure, the Still Wind', 'Hijack', 'Hikari, Twilight Guardian', 'Hill Giant', 'Hinder', 'Hindering Light', 'Hindering Touch', 'Hindervines', 'Hint of Insanity', 'Hinterland Drake', 'Hinterland Hermit', 'Hinterland Logger', 'Hired Giant', 'Hired Muscle', 'Hired Torturer', 'Hisoka''s Guard', 'Hisoka, Minamo Sensei', 'Hissing Iguanar', 'Hissing Miasma', 'Hit // Run', 'Hitchclaw Recluse', 'Hivestone', 'Hivis of the Scale', 'Hixus, Prison Warden', 'Hoard-Smelter Dragon', 'Hoarder''s Greed', 'Hoarding Dragon', 'Hobgoblin Dragoon', 'Hold at Bay', 'Hold the Gates', 'Hold the Line', 'Holdout Settlement', 'Holistic Wisdom', 'Hollow Dogs', 'Hollow Specter', 'Hollowborn Barghest', 'Hollowhenge Spirit', 'Hollowsage', 'Holy Mantle', 'Holy Strength', 'Homarid Explorer', 'Homarid Spawning Bed', 'Homing Lightning', 'Honden of Cleansing Fire', 'Honden of Infinite Rage', 'Honden of Life''s Web', 'Honden of Night''s Reach', 'Honden of Seeing Winds', 'Honed Khopesh', 'Honor Guard', 'Honor-Worn Shaku', 'Honorable Passage', 'Honored Crop-Captain', 'Honored Hierarch', 'Honored Hydra', 'Hooded Brawler', 'Hooded Horror', 'Hooded Kavu', 'Hoof Skulkin', 'Hoofprints of the Stag', 'Hope Against Hope', 'Hope Charm', 'Hope Tender', 'Hope and Glory', 'Hopeful Eidolon', 'Hopping Automaton', 'Horde of Boggarts', 'Horde of Notions', 'Hordeling Outburst', 'Horizon Chimera', 'Horizon Drake', 'Horizon Scholar', 'Horizon Seed', 'Horizon Spellbomb', 'Horncaller''s Chant', 'Horned Cheetah', 'Horned Helm', 'Horned Turtle', 'Hornet Cannon', 'Hornet Harasser', 'Hornet Sting', 'Hornswoggle', 'Horobi''s Whisper', 'Horrible Hordes', 'Horribly Awry', 'Horrifying Revelation', 'Horror of Horrors', 'Horror of the Broken Lands', 'Horseshoe Crab', 'Hostile Realm', 'Hostility', 'Hot Soup', 'Hound of the Farbogs', 'Hour of Eternity', 'Hour of Need', 'Hour of Revelation', 'Hover Barrier', 'Hoverguard Observer', 'Hoverguard Sweepers', 'Hovermyr', 'Howl from Beyond', 'Howl of the Night Pack', 'Howlgeist', 'Howling Gale', 'Howling Golem', 'Howlpack Resurgence', 'Howlpack Wolf', 'Howltooth Hollow', 'Hubris', 'Hulking Cyclops', 'Hulking Devil', 'Hum of the Radix', 'Human Frailty', 'Humble', 'Humble Budoka', 'Humble the Brute', 'Humbler of Mortals', 'Hundred-Handed One', 'Hundred-Talon Strike', 'Hundroog', 'Hunger of the Nim', 'Hungering Yeti', 'Hungry Flames', 'Hungry Mist', 'Hungry Spriggan', 'Hunt the Hunter', 'Hunt the Weak', 'Hunted Dragon', 'Hunted Ghoul', 'Hunted Lammasu', 'Hunted Phantasm', 'Hunted Troll', 'Hunted Wumpus', 'Hunter of Eyeblights', 'Hunter''s Ambush', 'Hunter''s Insight', 'Hunter''s Prowess', 'Hunters'' Feast', 'Hunting Cheetah', 'Hunting Drake', 'Hunting Moa', 'Hunting Pack', 'Hunting Triad', 'Hunting Wilds', 'Hurloon Minotaur', 'Hurloon Shaman', 'Hurly-Burly', 'Hurricane', 'Hush', 'Hussar Patrol', 'Hydra Broodmaster', 'Hydroform', 'Hydrolash', 'Hydromorph Guardian', 'Hydromorph Gull', 'Hydrosurge', 'Hyena Pack', 'Hymn of Rebirth', 'Hypersonic Dragon', 'Hypervolt Grasp', 'Hypnotic Cloud', 'Hypnotic Siren', 'Hypnotic Specter', 'Hypochondria', 'Hysterical Blindness', 'Hythonia the Cruel', 'Ib Halfheart, Goblin Tactician', 'Icatian Crier', 'Icatian Lieutenant', 'Icatian Priest', 'Icatian Town', 'Ice Cage', 'Ice Cauldron', 'Ice Floe', 'Ice Over', 'Iceberg', 'Icefall', 'Icefeather Aven', 'Ichor Explosion', 'Ichor Rats', 'Ichor Slick', 'Icy Blast', 'Icy Manipulator', 'Icy Prison', 'Identity Crisis', 'Identity Thief', 'Idle Thoughts', 'Ifh-Bíff Efreet', 'Igneous Golem', 'Igneous Pouncer', 'Ignite Disorder', 'Ignite Memories', 'Ignoble Soldier', 'Ignorant Bliss', 'Iizuka the Ruthless', 'Ikiral Outrider', 'Illness in the Ranks', 'Illuminate', 'Illuminated Folio', 'Illuminated Wings', 'Illusion // Reality', 'Illusionary Forces', 'Illusionary Servant', 'Illusionist''s Bracers', 'Illusory Ambusher', 'Illusory Angel', 'Illusory Demon', 'Illusory Gains', 'Illusory Wrappings', 'Imagecrafter', 'Imaginary Pet', 'Imaginary Threats', 'Imi Statue', 'Immaculate Magistrate', 'Imminent Doom', 'Immobilizer Eldrazi', 'Immobilizing Ink', 'Immolating Glare', 'Immolation', 'Immortal Coil', 'Immortal Servitude', 'Imp''s Mischief', 'Impale', 'Impatience', 'Impeccable Timing', 'Impelled Giant', 'Imperial Aerosaur', 'Imperial Ceratops', 'Imperial Hellkite', 'Imperial Lancer', 'Imperiosaur', 'Impetuous Devils', 'Impetuous Sunchaser', 'Implement of Combustion', 'Implement of Examination', 'Implement of Ferocity', 'Implement of Improvement', 'Implement of Malice', 'Imprisoned in the Moon', 'Impromptu Raid', 'Improvised Armor', 'In Bolas''s Clutches', 'In Oketra''s Name', 'In the Web of War', 'Inaction Injunction', 'Iname, Death Aspect', 'Iname, Life Aspect', 'Incandescent Soulstoke', 'Incendiary Command', 'Incendiary Sabotage', 'Incite', 'Incite Hysteria', 'Incite War', 'Incorrigible Youths', 'Incremental Blight', 'Incremental Growth', 'Incubator Drone', 'Incurable Ogre', 'Incursion Specialist', 'Indebted Samurai', 'Indentured Oaf', 'Indestructibility', 'Index', 'Indigo Faerie', 'Indomitable Ancients', 'Indomitable Archangel', 'Indrik Stomphowler', 'Induce Despair', 'Induce Paranoia', 'Induced Amnesia', 'Indulgent Aristocrat', 'Indulgent Tormentor', 'Inertia Bubble', 'Inexorable Blob', 'Inexorable Tide', 'Infantry Veteran', 'Infected Vermin', 'Infectious Horror', 'Infectious Host', 'Infectious Rage', 'Infernal Harvest', 'Infernal Kirin', 'Infernal Scarring', 'Inferno', 'Inferno Elemental', 'Inferno Fist', 'Inferno Jet', 'Inferno Trap', 'Infest', 'Infested Roothold', 'Infiltration Lens', 'Infiltrator il-Kor', 'Infiltrator''s Magemark', 'Infinite Obliteration', 'Infinite Reflection', 'Infuse', 'Infuse with the Elements', 'Infused Arrows', 'Ingenious Skaab', 'Inheritance', 'Initiate of Blood', 'Initiate''s Companion', 'Ink Dissolver', 'Ink-Treader Nephilim', 'Inkfathom Divers', 'Inkfathom Witch', 'Inner Struggle', 'Inner-Chamber Guard', 'Inner-Flame Acolyte', 'Inner-Flame Igniter', 'Innocence Kami', 'Inquisitor''s Flail', 'Inquisitor''s Ox', 'Insatiable Gorgers', 'Insatiable Harpy', 'Insidious Will', 'Insight', 'Insolence', 'Inspiration', 'Inspired Charge', 'Inspired Sprite', 'Inspiring Captain', 'Inspiring Cleric', 'Inspirit', 'Instigator Gang', 'Instill Furor', 'Instill Infection', 'Insult // Injury', 'Intervene', 'Intet, the Dreamer', 'Intimidation', 'Intimidation Bolt', 'Intimidator Initiate', 'Into Thin Air', 'Into the Core', 'Into the Fray', 'Into the Maw of Hell', 'Into the Void', 'Intrepid Hero', 'Intrepid Provisioner', 'Inundate', 'Invader Parasite', 'Invasive Species', 'Invasive Surgery', 'Inventor''s Apprentice', 'Inventor''s Goggles', 'Invert the Skies', 'Inverter of Truth', 'Invigorate', 'Invigorated Rampage', 'Invigorating Boon', 'Invigorating Falls', 'Invincible Hymn', 'Invisibility', 'Invoke the Divine', 'Invoke the Firemind', 'Invulnerability', 'Ion Storm', 'Iona''s Blessing', 'Ior Ruin Expedition', 'Ire Shaman', 'Ire of Kaminari', 'Iridescent Drake', 'Iroas''s Champion', 'Iron Lance', 'Iron League Steed', 'Iron Myr', 'Iron Star', 'Iron Tusk Elephant', 'Iron Will', 'Iron-Barb Hellion', 'Iron-Heart Chimera', 'Ironclad Revolutionary', 'Ironclad Slayer', 'Ironclaw Buzzardiers', 'Ironfist Crusher', 'Ironhoof Ox', 'Irontread Crusher', 'Ironwright''s Cleansing', 'Irradiate', 'Irresistible Prey', 'Isao, Enlightened Bushi', 'Ishi-Ishi, Akki Crackshot', 'Island', 'Isleback Spawn', 'Isolation Cell', 'Isolation Zone', 'Isperia the Inscrutable', 'Isperia''s Skywatch', 'It of the Horrid Swarm', 'Ith, High Arcanist', 'Ivory Crane Netsuke', 'Ivory Cup', 'Ivory Gargoyle', 'Ivory Giant', 'Ivory Guardians', 'Ivory Tower', 'Ivorytusk Fortress', 'Ivy Dancer', 'Ivy Elemental', 'Ivy Lane Denizen', 'Ivy Seer', 'Iwamori of the Open Fist', 'Ixalli''s Diviner', 'Ixalli''s Keeper', 'Ixidor''s Will', 'Ixidron', 'Izzet Chemister', 'Izzet Chronarch', 'Izzet Cluestone', 'Izzet Guildgate', 'Izzet Guildmage', 'Izzet Keyrune', 'Jabari''s Banner', 'Jace''s Ingenuity', 'Jace''s Mindseeker', 'Jace''s Sanctum', 'Jace''s Scrutiny', 'Jackal Pup', 'Jackalope Herd', 'Jaddi Lifestrider', 'Jaddi Offshoot', 'Jade Bearer', 'Jade Guardian', 'Jade Idol', 'Jade Mage', 'Jade Monolith', 'Jade Statue', 'Jadecraft Artisan', 'Jagged Lightning', 'Jagged Poppet', 'Jagged-Scar Archers', 'Jagwasp Swarm', 'Jalira, Master Polymorphist', 'Jalum Tome', 'Jamuraan Lion', 'Janjeet Sentry', 'Jar of Eyeballs', 'Jarad''s Orders', 'Jareth, Leonine Titan', 'Jasmine Seer', 'Jawbone Skulkin', 'Jaya Ballard, Task Mage', 'Jaya''s Immolating Inferno', 'Jayemdae Tome', 'Jedit Ojanen', 'Jedit Ojanen of Efrava', 'Jeering Instigator', 'Jelenn Sphinx', 'Jerrard of the Closed Fist', 'Jeskai Ascendancy', 'Jeskai Banner', 'Jeskai Charm', 'Jeskai Elder', 'Jeskai Infiltrator', 'Jeskai Student', 'Jeskai Windscout', 'Jester''s Scepter', 'Jeweled Torque', 'Jhessian Balmgiver', 'Jhessian Infiltrator', 'Jhessian Lookout', 'Jhessian Thief', 'Jhessian Zombies', 'Jhoira''s Familiar', 'Jhoira''s Timebug', 'Jhoira''s Toolbox', 'Jilt', 'Jinxed Choker', 'Jinxed Idol', 'Jinxed Ring', 'Jiwari, the Earth Aflame', 'Jodah''s Avenger', 'Jodah, Archmage Eternal', 'Johtull Wurm', 'Join the Ranks', 'Joiner Adept', 'Jokulmorder', 'Jolrael, Empress of Beasts', 'Jolt', 'Jolting Merfolk', 'Joraga Auxiliary', 'Joraga Bard', 'Joraga Invocation', 'Jori En, Ruin Diver', 'Jorubai Murk Lurker', 'Journey of Discovery', 'Jousting Lance', 'Joven''s Ferrets', 'Joyous Respite', 'Judge Unworthy', 'Judge of Currents', 'Jugan, the Rising Star', 'Juggernaut', 'Juju Bubble', 'Jukai Messenger', 'Jund Battlemage', 'Jund Charm', 'Jund Sojourners', 'Jungle Barrier', 'Jungle Creeper', 'Jungle Delver', 'Jungle Shrine', 'Jungle Weaver', 'Jungle Wurm', 'Jungleborn Pioneer', 'Juniper Order Advocate', 'Junk Golem', 'Junktroller', 'Junkyo Bell', 'Jushi Apprentice', 'Just Fate', 'Just the Wind', 'Juvenile Gloomwidow', 'Juxtapose', 'Jwar Isle Avenger', 'Jwari Scuttler', 'Jwari Shapeshifter', 'Jötun Grunt', 'Jötun Owl Keeper', 'Kabira Vindicator', 'Kaboom!', 'Kabuto Moth', 'Kaervek the Merciless', 'Kaervek''s Hex', 'Kaervek''s Torch', 'Kagemaro''s Clutch', 'Kagemaro, First to Suffer', 'Kaho, Minamo Historian', 'Kaijin of the Vanishing Touch', 'Kalastria Healer', 'Kalastria Nightwatch', 'Kaleidostone', 'Kalonian Behemoth', 'Kalonian Twingrove', 'Kamahl''s Desire', 'Kamahl''s Druidic Vow', 'Kamahl''s Sledge', 'Kamahl, Pit Fighter', 'Kami of Ancient Law', 'Kami of Fire''s Roar', 'Kami of Lunacy', 'Kami of Twisted Reflection', 'Kami of the Honored Dead', 'Kami of the Painted Road', 'Kami of the Tended Garden', 'Karametra''s Acolyte', 'Karametra''s Favor', 'Karn''s Temporal Sundering', 'Karplusan Giant', 'Karplusan Strider', 'Karplusan Wolverine', 'Karplusan Yeti', 'Karstoderm', 'Kashi-Tribe Elite', 'Kashi-Tribe Reaver', 'Kashi-Tribe Warriors', 'Katabatic Winds', 'Kathari Bomber', 'Kathari Remnant', 'Kathari Screecher', 'Kavu Aggressor', 'Kavu Chameleon', 'Kavu Climber', 'Kavu Glider', 'Kavu Howler', 'Kavu Mauler', 'Kavu Predator', 'Kavu Primarch', 'Kavu Recluse', 'Kavu Runner', 'Kazandu Refuge', 'Kazandu Tuskcaller', 'Kazarov, Sengir Pureblood', 'Kazuul Warlord', 'Kazuul''s Toll Collector', 'Kazuul, Tyrant of the Cliffs', 'Kederekt Creeper', 'Kederekt Leviathan', 'Keeneye Aven', 'Keening Apparition', 'Keening Banshee', 'Keening Stone', 'Keeper of Kookus', 'Keeper of Progenitus', 'Keeper of the Beasts', 'Keeper of the Dead', 'Keeper of the Flame', 'Keeper of the Lens', 'Keeper of the Light', 'Keeper of the Mind', 'Keepsake Gorgon', 'Kefnet''s Monument', 'Keiga, the Tide Star', 'Keldon Berserker', 'Keldon Champion', 'Keldon Halberdier', 'Keldon Mantle', 'Keldon Megaliths', 'Keldon Necropolis', 'Keldon Overseer', 'Keldon Raider', 'Keldon Twilight', 'Keldon Warcaller', 'Keldon Warlord', 'Kelinore Bat', 'Kemba''s Legion', 'Kemba''s Skyguard', 'Kemuri-Onna', 'Kentaro, the Smiling Cat', 'Kessig', 'Kessig Cagebreakers', 'Kessig Dire Swine', 'Kessig Forgemaster', 'Kessig Prowler', 'Kessig Recluse', 'Key to the City', 'Keymaster Rogue', 'Kezzerdrix', 'Khalni Gem', 'Khenra Charioteer', 'Khenra Eternal', 'Khenra Scrapper', 'Kheru Bloodsucker', 'Kheru Dreadmaw', 'Kheru Lich Lord', 'Kheru Spellsnatcher', 'Kiku''s Shadow', 'Kiku, Night''s Flower', 'Kill Shot', 'Kill-Suit Cultist', 'Killer Bees', 'Killer Instinct', 'Killer Whale', 'Killing Glare', 'Kiln Walker', 'Kin-Tree Invocation', 'Kin-Tree Warden', 'Kindle', 'Kindle the Carnage', 'Kindled Fury', 'Kindly Stranger', 'King Cheetah', 'King Crab', 'King Macar, the Gold-Cursed', 'Kingfisher', 'Kingpin''s Pet', 'Kinjalli''s Caller', 'Kinsbaile Balloonist', 'Kinsbaile Skirmisher', 'Kinscaer Harpoonist', 'Kiora''s Dismissal', 'Kiora''s Follower', 'Kird Chieftain', 'Kiri-Onna', 'Kiss of the Amesha', 'Kite Shield', 'Kitesail', 'Kitesail Apprentice', 'Kitesail Corsair', 'Kitesail Scout', 'Kithkin Armor', 'Kithkin Daggerdare', 'Kithkin Greatheart', 'Kithkin Harbinger', 'Kithkin Healer', 'Kithkin Mourncaller', 'Kithkin Spellduster', 'Kithkin Zealot', 'Kithkin Zephyrnaut', 'Kitsune Bonesetter', 'Kitsune Dawnblade', 'Kitsune Diviner', 'Kitsune Healer', 'Kitsune Palliator', 'Kitsune Riftwalker', 'Kiyomaro, First to Stand', 'Kjeldoran Elite Guard', 'Kjeldoran Frostbeast', 'Kjeldoran Gargoyle', 'Kjeldoran Home Guard', 'Kjeldoran Javelineer', 'Kjeldoran Outpost', 'Kjeldoran Outrider', 'Kjeldoran Royal Guard', 'Kjeldoran Skycaptain', 'Kjeldoran War Cry', 'Knacksaw Clique', 'Knight Errant', 'Knight Watch', 'Knight of Cliffhaven', 'Knight of Dusk', 'Knight of Glory', 'Knight of Infamy', 'Knight of New Benalia', 'Knight of Obligation', 'Knight of Stromgald', 'Knight of Sursi', 'Knight of Valor', 'Knight of the Holy Nimbus', 'Knight of the Mists', 'Knight of the Pilgrim''s Road', 'Knight of the Skyward Eye', 'Knight of the Stampede', 'Knight-Captain of Eos', 'Knighthood', 'Knightly Valor', 'Knollspine Dragon', 'Knotvine Mystic', 'Knotvine Paladin', 'Knowledge Exploitation', 'Knowledge Pool', 'Knowledge and Power', 'Knucklebone Witch', 'Kobold Drill Sergeant', 'Kobold Taskmaster', 'Kodama of the Center Tree', 'Kodama of the North Tree', 'Kodama of the South Tree', 'Kodama''s Might', 'Kolaghan Aspirant', 'Kolaghan Forerunners', 'Kolaghan Monument', 'Kolaghan Stormsinger', 'Konda''s Banner', 'Konda''s Hatamoto', 'Konda, Lord of Eiganjo', 'Kongming, "Sleeping Dragon"', 'Kookus', 'Kor Bladewhirl', 'Kor Cartographer', 'Kor Castigator', 'Kor Chant', 'Kor Duelist', 'Kor Entanglers', 'Kor Hookmaster', 'Kor Outfitter', 'Kor Scythemaster', 'Kor Sky Climber', 'Korozda Gorgon', 'Korozda Guildmage', 'Korozda Monitor', 'Kothophed, Soul Hoarder', 'Kozilek''s Channeler', 'Kozilek''s Pathfinder', 'Kozilek''s Predator', 'Kozilek''s Sentinel', 'Kozilek''s Shrieker', 'Kozilek''s Translator', 'Kragma Butcher', 'Kragma Warcaller', 'Kraken Hatchling', 'Kraken of the Straits', 'Kraken''s Eye', 'Krakilin', 'Kranioceros', 'Krasis Incubation', 'Kraul Warrior', 'Krenko''s Enforcer', 'Krosan Avenger', 'Krosan Cloudscraper', 'Krosan Colossus', 'Krosan Drover', 'Krosan Druid', 'Krosan Groundshaker', 'Krosan Reclamation', 'Krosan Tusker', 'Krosan Vorine', 'Krosan Warchief', 'Krosan Wayfarer', 'Krovikan Fetish', 'Krovikan Horror', 'Krovikan Rot', 'Krovikan Scoundrel', 'Krovikan Vampire', 'Kruin Outlaw', 'Kruin Striker', 'Kudzu', 'Kujar Seedsculptor', 'Kukemssa Serpent', 'Kuldotha Flamefiend', 'Kuldotha Phoenix', 'Kulrath Knight', 'Kumano''s Blessing', 'Kumano''s Pupils', 'Kumano, Master Yamabushi', 'Kumena''s Awakening', 'Kumena''s Speaker', 'Kuon, Ogre Ascendant', 'Kurgadon', 'Kurkesh, Onakke Ancient', 'Kuro''s Taken', 'Kuro, Pitlord', 'Kusari-Gama', 'Kwende, Pride of Femeref', 'Kyoki, Sanity''s Eclipse', 'Kyren Legate', 'Kyren Sniper', 'Kytheon''s Irregulars', 'Kytheon''s Tactics', 'Lab Rats', 'Laboratory Brute', 'Labyrinth Champion', 'Labyrinth Guardian', 'Labyrinth Minotaur', 'Laccolith Grunt', 'Laccolith Rig', 'Laccolith Warrior', 'Lady Orca', 'Lagac Lizard', 'Lagonna-Band Elder', 'Lambholt Elder', 'Lambholt Pacifist', 'Lammastide Weave', 'Lamplighter of Selhoff', 'Landbind Ritual', 'Landslide', 'Lantern Kami', 'Lantern Scout', 'Lantern Spirit', 'Lantern-Lit Graveyard', 'Lapse of Certainty', 'Laquatus''s Champion', 'Laquatus''s Disdain', 'Larceny', 'Larger Than Life', 'Lash Out', 'Lashknife', 'Lashknife Barrier', 'Lashweed Lurker', 'Last Breath', 'Last Caress', 'Last Gasp', 'Last Kiss', 'Last Laugh', 'Last Stand', 'Last Thoughts', 'Last Word', 'Last-Ditch Effort', 'Lat-Nam''s Legacy', 'Latch Seeker', 'Latchkey Faerie', 'Lathnu Hellion', 'Lathnu Sailback', 'Launch', 'Lava Axe', 'Lava Burst', 'Lava Dart', 'Lava Flow', 'Lava Hounds', 'Lava Runner', 'Lavaball Trap', 'Lavaborn Muse', 'Lavafume Invoker', 'Lavalanche', 'Lavastep Raider', 'Lavinia of the Tenth', 'Lawless Broker', 'Lay Bare the Heart', 'Lay Claim', 'Lay Waste', 'Lay of the Land', 'Lead Astray', 'Lead Golem', 'Lead by Example', 'Lead-Belly Chimera', 'Leaden Fists', 'Leaden Myr', 'Leaf Dancer', 'Leaf Gilder', 'Leafcrown Dryad', 'Leafdrake Roost', 'Leaping Lizard', 'Leaping Master', 'Learn from the Past', 'Leashling', 'Leave // Chance', 'Leave in the Dust', 'Leech Bonder', 'Leeches', 'Leeching Licid', 'Leering Emblem', 'Leering Gargoyle', 'Leery Fogbeast', 'Legacy Weapon', 'Legacy''s Allure', 'Legerdemain', 'Legion Conquistador', 'Legion Lieutenant', 'Legion''s Judgment', 'Lens of Clarity', 'Leonin Abunas', 'Leonin Armorguard', 'Leonin Battlemage', 'Leonin Bola', 'Leonin Den-Guard', 'Leonin Elder', 'Leonin Iconoclast', 'Leonin Scimitar', 'Leonin Skyhunter', 'Leonin Snarecaster', 'Leonin Squire', 'Leonin Sun Standard', 'Leshrac''s Rite', 'Lesser Gargadon', 'Lesser Werewolf', 'Lethal Sting', 'Lethargy Trap', 'Leveler', 'Leviathan', 'Levitation', 'Ley Druid', 'Ley Line', 'Leyline Phantom', 'Leyline of Lightning', 'Leyline of Vitality', 'Lhurgoyf', 'Liar''s Pendulum', 'Liberate', 'Liberated Dwarf', 'Lich''s Mastery', 'Lich''s Tomb', 'Liege of the Pit', 'Life Goes On', 'Life and Limb', 'Life''s Finale', 'Lifecraft Awakening', 'Lifecraft Cavalry', 'Lifecrafter''s Gift', 'Lifegift', 'Lifespark Spellbomb', 'Lifespinner', 'Lifespring Druid', 'Light of Sanction', 'Lightbringer', 'Lightkeeper of Emeria', 'Lightning Blast', 'Lightning Blow', 'Lightning Cloud', 'Lightning Elemental', 'Lightning Hounds', 'Lightning Javelin', 'Lightning Reaver', 'Lightning Reflexes', 'Lightning Rift', 'Lightning Runner', 'Lightning Talons', 'Lightning Volley', 'Lightning-Rig Crew', 'Lightwielder Paladin', 'Liliana''s Defeat', 'Liliana''s Elite', 'Liliana''s Indignation', 'Liliana''s Shade', 'Liliana''s Specter', 'Lilting Refrain', 'Lim-Dûl the Necromancer', 'Lim-Dûl''s Cohort', 'Lim-Dûl''s High Guard', 'Limestone Golem', 'Limits of Solidarity', 'Linessa, Zephyr Mage', 'Lingering Mirage', 'Lingering Phantom', 'Lingering Tormentor', 'Linvala, the Preserver', 'Lionheart Maverick', 'Liquid Fire', 'Liquimetal Coating', 'Lithatog', 'Lithomancer''s Focus', 'Lithophage', 'Liturgy of Blood', 'Liu Bei, Lord of Shu', 'Live Fast', 'Livewire Lash', 'Living Airship', 'Living Death', 'Living Destiny', 'Living Hive', 'Living Inferno', 'Living Lands', 'Living Terrain', 'Living Totem', 'Living Tsunami', 'Llanowar Behemoth', 'Llanowar Cavalry', 'Llanowar Dead', 'Llanowar Empath', 'Llanowar Envoy', 'Llanowar Mentor', 'Llanowar Scout', 'Llanowar Sentinel', 'Llanowar Vanguard', 'Loafing Giant', 'Loam Dryad', 'Loam Dweller', 'Loam Lion', 'Loamdragger Giant', 'Loathsome Catoblepas', 'Lobber Crew', 'Locket of Yesterdays', 'Lockjaw Snapper', 'Locust Swarm', 'Lodestone Myr', 'Lone Missionary', 'Lone Revenant', 'Lone Rider', 'Lone Wolf', 'Long Road Home', 'Long-Finned Skywhale', 'Long-Forgotten Gohei', 'Longbow Archer', 'Longshot Squad', 'Longtusk Cub', 'Lookout''s Dispersal', 'Looming Altisaur', 'Looming Hoverguard', 'Looming Shade', 'Looming Spires', 'Lord of Shatterskull Pass', 'Lord of the Pit', 'Lore Broker', 'Lorescale Coatl', 'Lorthos, the Tidemaker', 'Lose Calm', 'Lose Hope', 'Lost Auramancers', 'Lost Leonin', 'Lost Order of Jarkeld', 'Lost in Thought', 'Lost in a Labyrinth', 'Lost in the Mist', 'Lost in the Woods', 'Lotus Path Djinn', 'Lowland Basilisk', 'Lowland Giant', 'Loxodon Gatekeeper', 'Loxodon Hierarch', 'Loxodon Mystic', 'Loxodon Partisan', 'Loxodon Peacekeeper', 'Loxodon Punisher', 'Loyal Cathar', 'Loyal Gyrfalcon', 'Loyal Pegasus', 'Lu Bu, Master-at-Arms', 'Lu Meng, Wu General', 'Lucent Liminid', 'Ludevic''s Test Subject', 'Lullmage Mentor', 'Lumbering Satyr', 'Lumberknot', 'Lumengrid Augur', 'Lumengrid Gargoyle', 'Lumengrid Sentinel', 'Lumengrid Warden', 'Luminate Primordial', 'Luminous Angel', 'Luminous Bonds', 'Luminous Wake', 'Lunar Avenger', 'Lunar Force', 'Lunar Mystic', 'Lunarch Mantle', 'Lunk Errant', 'Lupine Prototype', 'Lurching Rotbeast', 'Lure', 'Lurebound Scarecrow', 'Lurking Arynx', 'Lurking Chupacabra', 'Lurking Informant', 'Lurking Skirge', 'Lush Growth', 'Lust for War', 'Luxa River Shrine', 'Lyev Decree', 'Lyev Skyknight', 'Lymph Sliver', 'Lys Alana Bowmaster', 'Lys Alana Scarblade', 'Macabre Waltz', 'Macetail Hystrodon', 'Machinate', 'Mad Auntie', 'Mad Prophet', 'Madblind Mountain', 'Madcap Skills', 'Madrush Cyclops', 'Maelstrom Djinn', 'Maga, Traitor to Mortals', 'Mage Slayer', 'Mage-Ring Bully', 'Mage-Ring Network', 'Mage-Ring Responder', 'Magebane Armor', 'Magefire Wings', 'Magewright''s Stone', 'Maggot Carrier', 'Maggot Therapy', 'Magister Sphinx', 'Magister of Worth', 'Magistrate''s Veto', 'Magma Burst', 'Magma Giant', 'Magma Mine', 'Magma Phoenix', 'Magma Rift', 'Magmaquake', 'Magmaroth', 'Magmasaur', 'Magmatic Chasm', 'Magmatic Core', 'Magmatic Insight', 'Magmaw', 'Magnetic Theft', 'Magnifying Glass', 'Magnivore', 'Magosi, the Waterveil', 'Magus of the Abyss', 'Magus of the Candelabra', 'Magus of the Coffers', 'Magus of the Disk', 'Magus of the Future', 'Magus of the Jar', 'Magus of the Library', 'Magus of the Mirror', 'Magus of the Scroll', 'Magus of the Tabernacle', 'Magus of the Vineyard', 'Mahamoti Djinn', 'Majestic Heliopterus', 'Major Teroh', 'Make Mischief', 'Make Obsolete', 'Make a Stand', 'Make a Wish', 'Makeshift Mannequin', 'Makeshift Mauler', 'Makeshift Munitions', 'Makindi Aeronaut', 'Makindi Griffin', 'Makindi Patrol', 'Makindi Shieldmate', 'Makindi Sliderunner', 'Malach of the Dawn', 'Malachite Golem', 'Malakir Bloodwitch', 'Malakir Cullblade', 'Malakir Familiar', 'Malakir Soothsayer', 'Malevolent Awakening', 'Malevolent Whispers', 'Malfunction', 'Malicious Advice', 'Mammoth Spider', 'Mammoth Umbra', 'Man-o''-War', 'Mana Bloom', 'Mana Clash', 'Mana Cylix', 'Mana Leech', 'Mana Seism', 'Mana Skimmer', 'Manabarbs', 'Manacles of Decay', 'Manaforce Mace', 'Manaforge Cinder', 'Managorger Hydra', 'Manakin', 'Manalith', 'Manaplasm', 'Mangara of Corondor', 'Mangara''s Blessing', 'Manglehorn', 'Maniacal Rage', 'Manic Scribe', 'Manic Vandal', 'Mannichi, the Fevered Dream', 'Manor Gargoyle', 'Manor Skeleton', 'Manta Ray', 'Manta Riders', 'Manticore Eternal', 'Manticore of the Gauntlet', 'Mantis Engine', 'Mantle of Leadership', 'Mantle of Webs', 'Map the Wastes', 'Marang River Skeleton', 'Marauding Boneslasher', 'Marauding Looter', 'Marauding Maulhorn', 'Marble Chalice', 'Marble Titan', 'March of the Drowned', 'March of the Machines', 'March of the Returned', 'Mardu Ascendancy', 'Mardu Banner', 'Mardu Blazebringer', 'Mardu Charm', 'Mardu Hateblade', 'Mardu Heart-Piercer', 'Mardu Hordechief', 'Mardu Roughrider', 'Mardu Runemark', 'Mardu Skullhunter', 'Mardu Warshrieker', 'Marionette Master', 'Marisi''s Twinclaws', 'Maritime Guard', 'Mark for Death', 'Mark of Eviction', 'Mark of Sakiko', 'Mark of the Oni', 'Mark of the Vampire', 'Marked by Honor', 'Marker Beetles', 'Markov Blademaster', 'Markov Crusader', 'Markov Dreadknight', 'Markov Patrician', 'Markov Warlord', 'Maro', 'Marrow Bats', 'Marrow Chomper', 'Marrow Shards', 'Marsh Casualties', 'Marsh Flitter', 'Marsh Hulk', 'Marsh Lurker', 'Marshal''s Anthem', 'Marshaling Cry', 'Marshdrinker Giant', 'Marshmist Titan', 'Martial Glory', 'Martial Law', 'Martyr of Bones', 'Martyr of Dusk', 'Martyr of Frost', 'Martyr''s Cause', 'Martyr''s Cry', 'Martyred Rusalka', 'Martyrs of Korlis', 'Martyrs'' Tomb', 'Marwyn, the Nurturer', 'Masako the Humorless', 'Mask of Avacyn', 'Mask of Intolerance', 'Mask of Riddles', 'Mask of the Mimic', 'Masked Admirers', 'Mass Appeal', 'Mass Calcify', 'Mass Polymorph', 'Mass of Ghouls', 'Master Decoy', 'Master Splicer', 'Master Thief', 'Master Trinketeer', 'Master Warcraft', 'Master of Arms', 'Master of Diversion', 'Master of Pearls', 'Master of Predicaments', 'Master the Way', 'Master''s Call', 'Masticore', 'Masumaro, First to Live', 'Matca Rioters', 'Matsu-Tribe Birdstalker', 'Matsu-Tribe Decoy', 'Matsu-Tribe Sniper', 'Maul Splicer', 'Maulfist Doorbuster', 'Maulfist Revolutionary', 'Maulfist Squad', 'Mausoleum Guard', 'Mausoleum Harpy', 'Mausoleum Turnkey', 'Maverick Thopterist', 'Mavren Fein, Dusk Apostle', 'Maw of Kozilek', 'Maw of the Mire', 'Maw of the Obzedat', 'Mawcor', 'Mayor of Avabruck', 'Maze Abomination', 'Maze Behemoth', 'Maze Glider', 'Maze Rusher', 'Maze Sentinel', 'Maze of Shadows', 'Meadowboon', 'Meandering River', 'Meandering Towershell', 'Measure of Wickedness', 'Meddle', 'Medicine Runner', 'Meditation Puzzle', 'Megatherium', 'Megatog', 'Meglonoth', 'Megrim', 'Melancholy', 'Melek, Izzet Paragon', 'Melesse Spirit', 'Meletis Astronomer', 'Meletis Charlatan', 'Melira''s Keepers', 'Meloku the Clouded Mirror', 'Melt Terrain', 'Memorial to Folly', 'Memorial to Glory', 'Memorial to Unity', 'Memory Erosion', 'Memory''s Journey', 'Menacing Ogre', 'Mending Hands', 'Mending Touch', 'Meng Huo''s Horde', 'Mental Discipline', 'Mental Vapors', 'Mephidross Vampire', 'Mephitic Ooze', 'Mer-Ek Nightblade', 'Mercadian Bazaar', 'Merchant''s Dockhand', 'Merciless Eternal', 'Merciless Javelineer', 'Merciless Resolve', 'Mercurial Chemister', 'Mercurial Kite', 'Mercurial Pretender', 'Merfolk Assassin', 'Merfolk Looter', 'Merfolk Mesmerist', 'Merfolk Mistbinder', 'Merfolk Observer', 'Merfolk Seastalkers', 'Merfolk Seer', 'Merfolk Skyscout', 'Merfolk Sovereign', 'Merfolk Spy', 'Merfolk Thaumaturgist', 'Merfolk Traders', 'Merfolk Wayfinder', 'Merfolk of the Depths', 'Merfolk of the Pearl Trident', 'Merieke Ri Berit', 'Merrow Bonegnawer', 'Merrow Commerce', 'Merrow Grimeblotter', 'Merrow Harbinger', 'Merrow Levitator', 'Merrow Witsniper', 'Mesa Enchantress', 'Mesa Unicorn', 'Mesmeric Sliver', 'Mesmeric Trance', 'Messenger Drake', 'Messenger Falcons', 'Messenger''s Speed', 'Metal Fatigue', 'Metallic Mastery', 'Metallurgeon', 'Metalspinner''s Puzzleknot', 'Metamorphic Wurm', 'Metathran Aerostat', 'Metathran Soldier', 'Metathran Transport', 'Metathran Zombie', 'Meteor Shower', 'Meteorite', 'Metrognome', 'Metropolis Sprite', 'Miasmic Mummy', 'Midnight Banshee', 'Midnight Charm', 'Midnight Covenant', 'Midnight Entourage', 'Midnight Guard', 'Midnight Haunting', 'Midnight Oil', 'Midnight Ritual', 'Midnight Scavengers', 'Might Beyond Reason', 'Might Makes Right', 'Might Sliver', 'Might Weaver', 'Might of Alara', 'Might of Oaks', 'Might of the Masses', 'Might of the Nephilim', 'Mightstone', 'Mighty Emergence', 'Mighty Leap', 'Militant Inquisitor', 'Militant Monk', 'Militia''s Pride', 'Millennial Gargoyle', 'Millikin', 'Millstone', 'Mimeofacture', 'Mimic Vat', 'Miming Slime', 'Mina and Denn, Wildborn', 'Minamo Scrollkeeper', 'Minamo Sightbender', 'Mind Bend', 'Mind Burst', 'Mind Control', 'Mind Extraction', 'Mind Grind', 'Mind Peel', 'Mind Raker', 'Mind Rot', 'Mind Shatter', 'Mind Sludge', 'Mind Spring', 'Mindclaw Shaman', 'Mindlash Sliver', 'Mindleech Mass', 'Mindless Automaton', 'Mindless Null', 'Mindlock Orb', 'Mindmelter', 'Mindreaver', 'Mindshrieker', 'Mindstab', 'Mindstab Thrull', 'Mindstatic', 'Mindswipe', 'Mindwarper', 'Mindwrack Liege', 'Mine Bearer', 'Mine Excavation', 'Minion Reflector', 'Minion of the Wastes', 'Minions'' Murmurs', 'Minister of Impediments', 'Minotaur Abomination', 'Minotaur Aggressor', 'Minotaur Explorer', 'Minotaur Illusionist', 'Minotaur Skullcleaver', 'Minotaur Sureshot', 'Minotaur Tactician', 'Miraculous Recovery', 'Mirage Mirror', 'Mirari', 'Mire Boa', 'Mire Kavu', 'Mire Shade', 'Mire''s Malice', 'Mire''s Toll', 'Mirozel', 'Mirran Mettle', 'Mirran Spy', 'Mirri the Cursed', 'Mirri, Cat Warrior', 'Mirror Sheen', 'Mirror Strike', 'Mirror Wall', 'Mirror of Fate', 'Mirror-Mad Phantasm', 'Mirrorweave', 'Mirrorwood Treefolk', 'Mirrorworks', 'Mischievous Poltergeist', 'Misery Charm', 'Misfortune''s Gain', 'Misguided Rage', 'Mishra''s Groundbreaker', 'Mishra''s Self-Replicator', 'Mishra, Artificer Prodigy', 'Misinformation', 'Misstep', 'Mist Intruder', 'Mist Leopard', 'Mist Raven', 'Mist-Cloaked Herald', 'Mistcutter Hydra', 'Mistfire Weaver', 'Mistform Dreamer', 'Mistform Mask', 'Mistform Mutant', 'Mistform Shrieker', 'Mistform Skyreaver', 'Mistform Sliver', 'Mistform Stalker', 'Mistform Ultimus', 'Mistform Wakecaster', 'Mistform Wall', 'Mistform Warchief', 'Misthoof Kirin', 'Mistmeadow Skulk', 'Mistmeadow Witch', 'Mistmoon Griffin', 'Mistral Charger', 'Mitotic Manipulation', 'Mitotic Slime', 'Mizzium Meddler', 'Mizzium Mortars', 'Mizzium Skin', 'Mizzium Transreliquat', 'Mnemonic Nexus', 'Moan of the Unhallowed', 'Moaning Wall', 'Mobile Fort', 'Mobile Garrison', 'Mockery of Nature', 'Mogg Bombers', 'Mogg Flunkies', 'Mogg Hollows', 'Mogg Salvage', 'Mogg Sentry', 'Mogg Squad', 'Mogis''s Marauder', 'Mogis''s Warhound', 'Mold Adder', 'Molder', 'Molder Beast', 'Molder Slug', 'Moldervine Cloak', 'Moldgraf Monstrosity', 'Moldgraf Scavenger', 'Molimo, Maro-Sorcerer', 'Molten Disaster', 'Molten Firebird', 'Molten Hydra', 'Molten Influence', 'Molten Nursery', 'Molten Primordial', 'Molten Psyche', 'Molten Ravager', 'Molten Sentry', 'Molten Slagheap', 'Molten Vortex', 'Moltensteel Dragon', 'Molting Harpy', 'Molting Skin', 'Molting Snakeskin', 'Moment of Craving', 'Moment of Heroism', 'Moment of Triumph', 'Momentary Blink', 'Momentous Fall', 'Momir Vig, Simic Visionary', 'Monastery Flock', 'Monastery Loremaster', 'Mondronen Shaman', 'Monk Idealist', 'Monk Realist', 'Monomania', 'Monstrify', 'Monstrous Growth', 'Monstrous Hound', 'Monstrous Onslaught', 'Moonbow Illusionist', 'Moonglove Changeling', 'Moonglove Winnower', 'Moonhold', 'Moonlace', 'Moonlight Bargain', 'Moonlight Hunt', 'Moonlit Strider', 'Moonmist', 'Moonring Island', 'Moonring Mirror', 'Moonsilver Spear', 'Moonwing Moth', 'Moorish Cavalry', 'Moorland Drifter', 'Morality Shift', 'Moratorium Stone', 'Morbid Bloom', 'Morbid Curiosity', 'Mordant Dragon', 'Morgue Burst', 'Morgue Thrull', 'Morgue Toad', 'Morinfen', 'Moriok Reaver', 'Moriok Replica', 'Moriok Rigger', 'Moriok Scavenger', 'Morkrut Banshee', 'Morkrut Necropod', 'Morningtide', 'Moroii', 'Morphling', 'Morsel Theft', 'Morselhoarder', 'Mortal Combat', 'Mortal Obstinacy', 'Mortal Wound', 'Mortal''s Ardor', 'Mortal''s Resolve', 'Mortarpod', 'Mortician Beetle', 'Mortipede', 'Mortiphobia', 'Mortivore', 'Mortuary', 'Mortuary Mire', 'Mortus Strider', 'Mosquito Guard', 'Moss Diamond', 'Moss Kami', 'Moss Monster', 'Mossbridge Troll', 'Mossfire Egg', 'Mothdust Changeling', 'Mothrider Samurai', 'Mountain', 'Mountain Valley', 'Mountain Yeti', 'Mourner''s Shield', 'Mournful Zombie', 'Mourning', 'Mournwhelk', 'Mournwillow', 'Mouth // Feed', 'Mtenda Griffin', 'Muck Drubb', 'Mudbutton Clanger', 'Mudbutton Torchrunner', 'Mugging', 'Mul Daya Channelers', 'Mulch', 'Multani''s Acolyte', 'Multani''s Harmony', 'Multani''s Presence', 'Mummy Paramount', 'Munda''s Vanguard', 'Munda, Ambush Leader', 'Mundungu', 'Murasa Pyromancer', 'Murasa Ranger', 'Murder', 'Murder Investigation', 'Murder of Crows', 'Murderer''s Axe', 'Murderous Betrayal', 'Murderous Compulsion', 'Murderous Cut', 'Murderous Redcap', 'Murderous Spoils', 'Murk Strider', 'Murmuring Phantasm', 'Murmurs from Beyond', 'Muscle Burst', 'Muse Vessel', 'Musician', 'Mutant''s Prey', 'Mutiny', 'Muzzle', 'Mwonvuli Beast Tracker', 'Mwonvuli Ooze', 'Mycoid Shepherd', 'Mycologist', 'Mycosynth Fiend', 'Mycosynth Wellspring', 'Myojin of Infinite Rage', 'Myr Adapter', 'Myr Galvanizer', 'Myr Incubator', 'Myr Moonvessel', 'Myr Propagator', 'Myr Prototype', 'Myr Reservoir', 'Myr Sire', 'Myr Turbine', 'Myr Welder', 'Myrsmith', 'Mysteries of the Deep', 'Mystic Decree', 'Mystic Genesis', 'Mystic Meditation', 'Mystic Melting', 'Mystic Monastery', 'Mystic Penitent', 'Mystic Restraints', 'Mystic Snake', 'Mystic Speculation', 'Mystic Veil', 'Mystic Zealot', 'Mystic of the Hidden Way', 'Mystifying Maze', 'Mythic Proportions', 'Nacatl Hunt-Pride', 'Nacatl Outlander', 'Nacatl Savage', 'Nacatl War-Pride', 'Naga Oracle', 'Naga Vitalist', 'Nagao, Bound by Honor', 'Nagging Thoughts', 'Nahiri''s Machinations', 'Nakaya Shade', 'Naked Singularity', 'Nalathni Dragon', 'Nameless One', 'Nantuko Blightcutter', 'Nantuko Disciple', 'Nantuko Elder', 'Nantuko Husk', 'Nantuko Mentor', 'Nantuko Monastery', 'Nantuko Shade', 'Nantuko Shaman', 'Nantuko Tracer', 'Nantuko Vigilante', 'Narcissism', 'Narcolepsy', 'Narnam Cobra', 'Narnam Renegade', 'Narrow Escape', 'Narwhal', 'Nath''s Buffoon', 'Nath''s Elite', 'Natural Affinity', 'Natural Connection', 'Natural Emergence', 'Natural Obsolescence', 'Natural Spring', 'Naturalize', 'Nature''s Blessing', 'Nature''s Kiss', 'Nature''s Panoply', 'Nature''s Resurgence', 'Nature''s Spiral', 'Nature''s Way', 'Nature''s Will', 'Navigator''s Compass', 'Navigator''s Ruin', 'Naya Battlemage', 'Naya Panorama', 'Near-Death Experience', 'Nearheath Chaplain', 'Nearheath Stalker', 'Nebelgast Herald', 'Nebuchadnezzar', 'Neck Snap', 'Necra Disciple', 'Necra Sanctuary', 'Necravolver', 'Necrobite', 'Necrogen Scudder', 'Necrogen Spellbomb', 'Necrogenesis', 'Necrologia', 'Necromancer''s Assistant', 'Necromancer''s Covenant', 'Necromantic Summons', 'Necromantic Thirst', 'Necromaster Dragon', 'Necroplasm', 'Necropolis Fiend', 'Necropouncer', 'Necrosavant', 'Necrotic Plague', 'Nectar Faerie', 'Needle Storm', 'Needlebite Trap', 'Needlebug', 'Needlepeak Spider', 'Needleshot Gourna', 'Needletooth Raptor', 'Nef-Crop Entangler', 'Nefarox, Overlord of Grixis', 'Neglected Heirloom', 'Neheb, the Worthy', 'Neko-Te', 'Nekrataal', 'Nema Siltlurker', 'Nemesis Mask', 'Nemesis Trap', 'Nemesis of Mortals', 'Nephalia', 'Nephalia Academy', 'Nephalia Moondrakes', 'Nephalia Seakite', 'Nephalia Smuggler', 'Nessian Asp', 'Nessian Courser', 'Nessian Demolok', 'Nessian Game Warden', 'Nessian Wilds Ravager', 'Nest Invader', 'Nest Robber', 'Nest of Scarabs', 'Nested Ghoul', 'Nesting Wurm', 'Netcaster Spider', 'Nether Horror', 'Netherborn Phalanx', 'Netter en-Dal', 'Nettle Drone', 'Nettlevine Blight', 'Nettling Curse', 'Neurok Commando', 'Neurok Familiar', 'Neurok Hoversail', 'Neurok Invisimancer', 'Neurok Prodigy', 'Neurok Stealthsuit', 'Neurok Transmuter', 'Neutralizing Blast', 'Nevermaker', 'New Benalia', 'New Horizons', 'New Perspectives', 'New Prahv Guildmage', 'Nezumi Bone-Reader', 'Nezumi Cutthroat', 'Nezumi Graverobber', 'Nezumi Ronin', 'Nezumi Shadow-Watcher', 'Niblis of Dusk', 'Niblis of Frost', 'Niblis of the Urn', 'Nicol Bolas', 'Night Dealings', 'Night Market Aeronaut', 'Night Market Guard', 'Night Market Lookout', 'Night Terrors', 'Nightbird''s Clutches', 'Nightcreep', 'Nightfire Giant', 'Nightguard Patrol', 'Nighthaze', 'Nighthowler', 'Nightmare', 'Nightmare Incursion', 'Nightmare Lash', 'Nightmare Void', 'Nightmarish End', 'Nightscape Apprentice', 'Nightscape Battlemage', 'Nightscape Familiar', 'Nightshade Assassin', 'Nightshade Peddler', 'Nightshade Schemers', 'Nightshade Seer', 'Nightshade Stinger', 'Nightsnare', 'Nightwing Shade', 'Nihilistic Glee', 'Nihilith', 'Nikko-Onna', 'Nim Abomination', 'Nim Devourer', 'Nim Grotesque', 'Nim Lasher', 'Nim Replica', 'Nim Shambler', 'Nim Shrieker', 'Nimana Sell-Sword', 'Nimble Innovator', 'Nimble-Blade Khenra', 'Nimbus Naiad', 'Nimbus Swimmer', 'Nimbus Wings', 'Ninth Bridge Patrol', 'Nirkana Assassin', 'Nirkana Cutthroat', 'Nissa''s Chosen', 'Nissa''s Defeat', 'Nissa''s Expedition', 'Nissa''s Judgment', 'Nissa''s Pilgrimage', 'Nissa''s Renewal', 'Nissa''s Revelation', 'Niv-Mizzet, Dracogenius', 'Niv-Mizzet, the Firemind', 'Niveous Wisps', 'Nivix Barrier', 'Nivix Guildmage', 'Nivix, Aerie of the Firemind', 'Nivmagus Elemental', 'No Rest for the Wicked', 'No-Dachi', 'Nobilis of War', 'Noble Elephant', 'Noble Quarry', 'Noble Stand', 'Noble Templar', 'Noble Vestige', 'Nocturnal Raid', 'Noggin Whack', 'Noggle Bandit', 'Noggle Hedge-Mage', 'Nomad Decoy', 'Nomad Mythmaker', 'Nomad Outpost', 'Nomad Stadium', 'Nomads'' Assembly', 'Noose Constrictor', 'Noosegraf Mob', 'Norwood Priestess', 'Norwood Ranger', 'Nostalgic Dreams', 'Not Forgotten', 'Not of This World', 'Nourish', 'Nova Pentacle', 'Novijen Sages', 'Novijen, Heart of Progress', 'Noxious Hatchling', 'Noxious Vapors', 'Nucklavee', 'Nuisance Engine', 'Null Caller', 'Null Champion', 'Null Profusion', 'Nullify', 'Nullmage Advocate', 'Nullmage Shepherd', 'Nullstone Gargoyle', 'Nulltread Gargantuan', 'Numbing Dose', 'Numot, the Devastator', 'Nurturing Licid', 'Nylea''s Disciple', 'Nylea''s Emissary', 'Nylea''s Presence', 'Nyx Infusion', 'Nyxborn Eidolon', 'Nyxborn Rollicker', 'Nyxborn Shieldmate', 'Nyxborn Triton', 'Nyxborn Wolf', 'Oak Street Innkeeper', 'Oaken Brawler', 'Oakenform', 'Oakgnarl Warrior', 'Oakheart Dryads', 'Oashra Cultivator', 'Oasis', 'Oasis Ritualist', 'Oath of Ajani', 'Oath of Chandra', 'Oath of Gideon', 'Oath of Jace', 'Oath of Liliana', 'Oath of Teferi', 'Oath of the Ancient Wood', 'Oathkeeper, Takeno''s Daisho', 'Oathsworn Giant', 'Oathsworn Vampire', 'Obelisk Spider', 'Obelisk of Alara', 'Obelisk of Bant', 'Obelisk of Esper', 'Obelisk of Grixis', 'Obelisk of Jund', 'Obelisk of Naya', 'Oblivion Crown', 'Oblivion Strike', 'Oboro Envoy', 'Obscuring Aether', 'Observant Alseid', 'Obsessive Search', 'Obsessive Skinner', 'Obsianus Golem', 'Obsidian Battle-Axe', 'Obsidian Fireheart', 'Obstinate Familiar', 'Obzedat''s Aid', 'Ocular Halo', 'Oculus', 'Odds // Ends', 'Odious Trow', 'Odric, Lunarch Marshal', 'Odric, Master Tactician', 'Odunos River Trawler', 'Off Balance', 'Offalsnout', 'Offering to Asha', 'Ogre Enforcer', 'Ogre Gatecrasher', 'Ogre Geargrabber', 'Ogre Jailbreaker', 'Ogre Leadfoot', 'Ogre Marauder', 'Ogre Menial', 'Ogre Recluse', 'Ogre Resister', 'Ogre Savant', 'Ogre Sentry', 'Ogre Shaman', 'Ogre Slumlord', 'Ogre Taskmaster', 'Ogre''s Cleaver', 'Ohran Yeti', 'Ojutai Interceptor', 'Ojutai Monument', 'Ojutai''s Breath', 'Ojutai''s Summons', 'Oketra''s Attendant', 'Oketra''s Avenger', 'Oketra''s Last Mercy', 'Okina, Temple to the Grandfathers', 'Okk', 'Old Ghastbark', 'Old-Growth Dryads', 'Olivia''s Bloodsworn', 'Olivia''s Dragoon', 'Omen Machine', 'Omenspeaker', 'Ominous Sphinx', 'Omnibian', 'On Serra''s Wings', 'Onakke Catacomb', 'Ondu Champion', 'Ondu Cleric', 'Ondu Giant', 'Ondu Greathorn', 'Ondu Rising', 'Ondu War Cleric', 'One Dozen Eyes', 'One Thousand Lashes', 'One With the Wind', 'One with Nothing', 'One-Eyed Scarecrow', 'Ongoing Investigation', 'Oni Possession', 'Oni of Wild Places', 'Onulet', 'Onward // Victory', 'Onyx Goblet', 'Oona''s Blackguard', 'Oona''s Gatewarden', 'Oona''s Grace', 'Oona''s Prowler', 'Oona, Queen of the Fae', 'Ooze Flux', 'Ooze Garden', 'Opal Acrolith', 'Opal Archangel', 'Opal Avenger', 'Opal Caryatid', 'Opal Champion', 'Opal Gargoyle', 'Opal Guardian', 'Opal Lake Gatekeepers', 'Opaline Sliver', 'Opaline Unicorn', 'Open Fire', 'Open into Wonder', 'Open the Armory', 'Ophidian', 'Opportunist', 'Opportunity', 'Oppressive Rays', 'Oppressive Will', 'Oracle en-Vec', 'Oracle of Bones', 'Oracle of Dust', 'Oracle''s Attendants', 'Oracle''s Insight', 'Oracle''s Vault', 'Oran-Rief Hydra', 'Oran-Rief Invoker', 'Oran-Rief Recluse', 'Orator of Ojutai', 'Oraxid', 'Orazca Frillback', 'Orazca Raptor', 'Orazca Relic', 'Orb of Dreams', 'Orbs of Warding', 'Orbweaver Kumo', 'Orchard Spirit', 'Orchard Warden', 'Orcish Artillery', 'Orcish Bloodpainter', 'Orcish Cannonade', 'Orcish Cannoneers', 'Orcish Captain', 'Orcish Librarian', 'Orcish Lumberjack', 'Orcish Mechanics', 'Orcish Oriflamme', 'Orcish Spy', 'Orcish Squatters', 'Orcish Vandal', 'Orcish Veteran', 'Ordeal of Erebos', 'Ordeal of Heliod', 'Ordeal of Nylea', 'Ordeal of Purphoros', 'Ordeal of Thassa', 'Order // Chaos', 'Order of Yawgmoth', 'Order of the Golden Cricket', 'Order of the Sacred Bell', 'Order of the Stars', 'Order of the White Shield', 'Ordered Migration', 'Ordruun Commando', 'Ordruun Veteran', 'Ore Gorger', 'Oreskos Sun Guide', 'Oreskos Swiftclaw', 'Organ Grinder', 'Orgg', 'Origin Spellbomb', 'Orim, Samite Healer', 'Ornamental Courage', 'Ornery Kudu', 'Ornitharch', 'Orochi Eggwatcher', 'Orochi Hatchery', 'Orochi Leafcaller', 'Orochi Ranger', 'Orochi Sustainer', 'Oros, the Avenger', 'Orzhov Charm', 'Orzhov Cluestone', 'Orzhov Euthanist', 'Orzhov Guildgate', 'Orzhov Guildmage', 'Orzhov Keyrune', 'Orzhova', 'Orzhova, the Church of Deals', 'Osai Vultures', 'Ostiary Thrull', 'Ostracize', 'Otarian Juggernaut', 'Otepec Huntmaster', 'Otherworldly Journey', 'Otherworldly Outburst', 'Ouphe Vandals', 'Outbreak', 'Outland Boar', 'Outland Colossus', 'Outmaneuver', 'Outnumber', 'Outrage Shaman', 'Outrider en-Kor', 'Outrider of Jhess', 'Ovalchase Daredevil', 'Ovalchase Dragster', 'Overblaze', 'Overcome', 'Overgrown Armasaur', 'Override', 'Overrule', 'Overrun', 'Overwhelm', 'Overwhelming Denial', 'Overwhelming Stampede', 'Ovinize', 'Ovinomancer', 'Oviya Pashiri, Sage Lifecrafter', 'Owl Familiar', 'Oxidda Daredevil', 'Oxidda Golem', 'Oxidda Scrapmelter', 'Oyobi, Who Split the Heavens', 'Pacification Array', 'Pacifism', 'Pack Guardian', 'Pack''s Disdain', 'Pain // Suffering', 'Pain Kami', 'Pain Magnification', 'Pain Seer', 'Painbringer', 'Painful Lesson', 'Painful Memories', 'Painful Quandary', 'Painful Truths', 'Painsmith', 'Painted Bluffs', 'Painwracker Oni', 'Palace Familiar', 'Palace Guard', 'Paladin of Prahv', 'Paladin of the Bloodstained', 'Pale Recluse', 'Pale Rider of Trostad', 'Pale Wayfarer', 'Paleoloth', 'Palinchron', 'Palisade Giant', 'Palladia-Mors', 'Pallid Mycoderm', 'Pallimud', 'Panacea', 'Panic', 'Panic Attack', 'Panic Spellbomb', 'Panoptic Mirror', 'Panther Warriors', 'Paperfin Rascal', 'Paragon of Eternal Wilds', 'Paragon of Fierce Defiance', 'Paragon of Gathering Mists', 'Paragon of New Dawns', 'Paragon of Open Graves', 'Paragon of the Amesha', 'Parallax Wave', 'Parallectric Feedback', 'Paralyze', 'Paralyzing Grasp', 'Paranoid Delusions', 'Paranoid Parish-Blade', 'Parapet Watchers', 'Paraselene', 'Parasitic Bond', 'Parasitic Implant', 'Parasitic Strix', 'Parch', 'Pardic Collaborator', 'Pardic Dragon', 'Pardic Firecat', 'Pardic Lancer', 'Pardic Miner', 'Pardic Wanderer', 'Pariah''s Shield', 'Part the Veil', 'Patagia Golem', 'Patagia Viper', 'Patchwork Gnomes', 'Path of Anger''s Flame', 'Path of Bravery', 'Pathmaker Initiate', 'Pathrazer of Ulamog', 'Pathway Arrows', 'Patriarch''s Desire', 'Patron of the Akki', 'Patron of the Kitsune', 'Patron of the Moon', 'Patron of the Nezumi', 'Patron of the Valiant', 'Patron of the Wild', 'Pawn of Ulamog', 'Pay No Heed', 'Peace Strider', 'Peace and Quiet', 'Peace of Mind', 'Peacewalker Colossus', 'Peach Garden Oath', 'Peak Eruption', 'Pearl Shard', 'Pearlspear Courier', 'Peel from Reality', 'Peema Aether-Seer', 'Peema Outrider', 'Peer Pressure', 'Peer Through Depths', 'Pegasus Charger', 'Pegasus Courser', 'Pegasus Refuge', 'Pegasus Stampede', 'Pelakka Wurm', 'Penance', 'Pendelhaven Elder', 'Pendrell Drake', 'Pennon Blade', 'Pensive Minotaur', 'Pentagram of the Ages', 'Pentarch Paladin', 'Pentarch Ward', 'Pentavus', 'Penumbra Bobcat', 'Penumbra Kavu', 'Penumbra Spider', 'Penumbra Wurm', 'Peppersmoke', 'Peregrination', 'Peregrine Griffin', 'Peregrine Mask', 'Perilous Forays', 'Perilous Myr', 'Perilous Predicament', 'Perilous Shadow', 'Perilous Voyage', 'Perish the Thought', 'Permafrost Trap', 'Permeating Mass', 'Perpetual Timepiece', 'Perplex', 'Perplexing Chimera', 'Persecute', 'Personal Incarnation', 'Personal Sanctuary', 'Persuasion', 'Pestilence Demon', 'Pestilent Souleater', 'Petalmane Baku', 'Petals of Insight', 'Petradon', 'Petrahydrox', 'Petravark', 'Petrified Wood-Kin', 'Pewter Golem', 'Phalanx Formation', 'Phalanx Leader', 'Phantasmagorian', 'Phantasmal Abomination', 'Phantasmal Bear', 'Phantasmal Dragon', 'Phantasmal Fiend', 'Phantasmal Mount', 'Phantasmal Terrain', 'Phantatog', 'Phantom Beast', 'Phantom Centaur', 'Phantom Flock', 'Phantom General', 'Phantom Monster', 'Phantom Nomad', 'Phantom Tiger', 'Phantom Warrior', 'Phantom Wurm', 'Pharagax Giant', 'Pharika''s Cure', 'Pharika''s Disciple', 'Pharika''s Mender', 'Pheres-Band Centaurs', 'Pheres-Band Raiders', 'Pheres-Band Thunderhoof', 'Pheres-Band Tromper', 'Pheres-Band Warchief', 'Phobian Phantasm', 'Phosphorescent Feast', 'Phthisis', 'Phylactery Lich', 'Phyresis', 'Phyrexia''s Core', 'Phyrexian Battleflies', 'Phyrexian Bloodstock', 'Phyrexian Colossus', 'Phyrexian Defiler', 'Phyrexian Denouncer', 'Phyrexian Devourer', 'Phyrexian Digester', 'Phyrexian Etchings', 'Phyrexian Gargantua', 'Phyrexian Grimoire', 'Phyrexian Hulk', 'Phyrexian Hydra', 'Phyrexian Infiltrator', 'Phyrexian Ingester', 'Phyrexian Ironfoot', 'Phyrexian Juggernaut', 'Phyrexian Monitor', 'Phyrexian Prowler', 'Phyrexian Reaper', 'Phyrexian Rebirth', 'Phyrexian Slayer', 'Phyrexian Splicer', 'Phyrexian Totem', 'Phyrexian Vatmother', 'Phyrexian Vault', 'Phytoburst', 'Phytohydra', 'Phytotitan', 'Pia''s Revolution', 'Pianna, Nomad Captain', 'Pick the Brain', 'Pierce Strider', 'Pierce the Sky', 'Piety Charm', 'Pilfered Plans', 'Pilgrim of Justice', 'Pilgrim of Virtue', 'Pilgrim of the Fires', 'Pilgrim''s Eye', 'Pillage', 'Pillar Tombs of Aku', 'Pillar of Origins', 'Pillar of War', 'Pillar of the Paruns', 'Pillarfield Ox', 'Pillory of the Sleepless', 'Pin to the Earth', 'Pincer Spider', 'Pincher Beetles', 'Pine Barrens', 'Pine Walker', 'Pinecrest Ridge', 'Pinion Feast', 'Pious Evangel', 'Pious Interdiction', 'Pious Kitsune', 'Piper''s Melody', 'Piranha Marsh', 'Pirate Ship', 'Pirate''s Cutlass', 'Pirate''s Pillage', 'Pirate''s Prize', 'Pit Fight', 'Pit Keeper', 'Pit Raptor', 'Pit Trap', 'Pitfall Trap', 'Pith Driller', 'Pitiless Horde', 'Pitiless Plunderer', 'Pitiless Vizier', 'Plagiarize', 'Plague Beetle', 'Plague Belcher', 'Plague Boiler', 'Plague Sliver', 'Plague Spores', 'Plague Wind', 'Plague of Vermin', 'Plaguemaw Beast', 'Plains', 'Planar Cleansing', 'Planar Guide', 'Planar Outburst', 'Planar Overlay', 'Planar Void', 'Planeswalker''s Fury', 'Planeswalker''s Mirth', 'Planeswalker''s Scorn', 'Plasma Elemental', 'Plated Crusher', 'Plated Geopede', 'Plated Pegasus', 'Plated Seastrider', 'Plated Spider', 'Plaxcaster Frogling', 'Plaxmanta', 'Plea for Guidance', 'Pledge of Loyalty', 'Plow Through Reito', 'Plumes of Peace', 'Plumeveil', 'Plummet', 'Plunder', 'Poison the Well', 'Poisonbelly Ogre', 'Polis Crusher', 'Pollen Lullaby', 'Pollen Remedy', 'Pollenbright Wings', 'Polluted Bonds', 'Polluted Dead', 'Polymorphist''s Jest', 'Polymorphous Rush', 'Pontiff of Blight', 'Ponyback Brigade', 'Pooling Venom', 'Pore Over the Pages', 'Portent of Betrayal', 'Possessed Aven', 'Possessed Barbarian', 'Possessed Centaur', 'Possessed Nomad', 'Possessed Skaab', 'Poultice Sliver', 'Pounce', 'Pouncing Cheetah', 'Pouncing Kavu', 'Power Armor', 'Power Taint', 'Power of Fire', 'Powerstone Minefield', 'Powerstone Shard', 'Prahv, Spires of Order', 'Prakhata Club Security', 'Prakhata Pillar-Bug', 'Precinct Captain', 'Precise Strike', 'Precognition', 'Precognition Field', 'Precursor Golem', 'Predator Dragon', 'Predator''s Rapport', 'Predator, Flagship', 'Predatory Advantage', 'Predatory Nightstalker', 'Predatory Urge', 'Premature Burial', 'Prepare // Fight', 'Prescient Chimera', 'Presence of the Master', 'Presence of the Wise', 'Press into Service', 'Press the Advantage', 'Pressure Point', 'Prey Upon', 'Prey''s Vengeance', 'Prickleboar', 'Prickly Boggart', 'Pride Guardian', 'Pride of Conquerors', 'Priest of Gix', 'Priest of Iroas', 'Priest of Urabrask', 'Priest of the Blood Rite', 'Priests of Norn', 'Primal Bellow', 'Primal Beyond', 'Primal Clay', 'Primal Druid', 'Primal Forcemage', 'Primal Huntbeast', 'Primal Plasma', 'Primal Rage', 'Primal Visitation', 'Primal Whisperer', 'Primeval Force', 'Primeval Light', 'Primeval Shambler', 'Primevals'' Glorious Rebirth', 'Primitive Etchings', 'Primitive Justice', 'Primordial Sage', 'Primordial Wurm', 'Prism Array', 'Prism Ring', 'Prismatic Boon', 'Prismatic Lens', 'Prismwake Merrow', 'Prison Barricade', 'Prison Term', 'Pristine Angel', 'Pristine Skywise', 'Private Research', 'Prized Elephant', 'Prized Unicorn', 'Prizefighter Construct', 'Processor Assault', 'Prodigal Pyromancer', 'Prodigal Sorcerer', 'Profane Command', 'Profane Prayers', 'Profaner of the Dead', 'Profit // Loss', 'Profound Journey', 'Prognostic Sphinx', 'Promise of Power', 'Promised Kannushi', 'Propeller Pioneer', 'Proper Burial', 'Prophet of Distortion', 'Prophet of Kruphix', 'Prophetic Bolt', 'Prophetic Ravings', 'Prosperous Pirates', 'Protean Hydra', 'Protean Raider', 'Protection of the Hekma', 'Protective Bubble', 'Proteus Machine', 'Protomatter Powder', 'Prototype Portal', 'Proven Combatant', 'Providence', 'Prowess of the Fair', 'Prowler''s Helm', 'Prowling Nightstalker', 'Prowling Pangolin', 'Prying Blade', 'Prying Questions', 'Psionic Gift', 'Psionic Sliver', 'Psychatog', 'Psychic Barrier', 'Psychic Drain', 'Psychic Intrusion', 'Psychic Membrane', 'Psychic Miasma', 'Psychic Overload', 'Psychic Possession', 'Psychic Puppetry', 'Psychic Purge', 'Psychic Rebuttal', 'Psychic Spear', 'Psychic Spiral', 'Psychic Surgery', 'Psychic Trance', 'Psychic Transfer', 'Psychogenic Probe', 'Psychotic Episode', 'Psychotic Fury', 'Psychotrope Thallid', 'Pterodon Knight', 'Pteron Ghost', 'Public Execution', 'Puca''s Mischief', 'Puffer Extract', 'Pull Under', 'Pull from Eternity', 'Pull from the Deep', 'Pulling Teeth', 'Pulsating Illusion', 'Pulse of Llanowar', 'Pulse of the Dross', 'Pulse of the Fields', 'Pulse of the Forge', 'Pulse of the Grid', 'Pulse of the Tangle', 'Puncture Blast', 'Puncture Bolt', 'Puncturing Blow', 'Puncturing Light', 'Punish Ignorance', 'Puppet Conjurer', 'Puppet Strings', 'Puppeteer', 'Puppeteer Clique', 'Pure // Simple', 'Pure Reflection', 'Puresight Merrow', 'Purge the Profane', 'Purging Scythe', 'Purity', 'Purphoros''s Emissary', 'Pursue Glory', 'Pursuit of Flight', 'Pus Kami', 'Put Away', 'Putrefaction', 'Putrefax', 'Putrefy', 'Putrid Cyclops', 'Putrid Raptor', 'Putrid Warrior', 'Pygmy Kavu', 'Pygmy Pyrosaur', 'Pygmy Razorback', 'Pygmy Troll', 'Pyramid of the Pantheon', 'Pyre Charger', 'Pyre Hound', 'Pyrewild Shaman', 'Pyric Salamander', 'Pyrite Spellbomb', 'Pyroclasm', 'Pyroclast Consul', 'Pyrohemia', 'Pyromancer''s Assault', 'Pyromancer''s Gauntlet', 'Pyromancer''s Swath', 'Pyromancy', 'Pyromania', 'Pyrotechnics', 'Pyrrhic Revival', 'Python', 'Pyxis of Pandemonium', 'Qal Sisma Behemoth', 'Qarsi Deceiver', 'Qasali Ambusher', 'Quag Sickness', 'Quag Vampires', 'Quagmire Druid', 'Quarry Beetle', 'Quarry Colossus', 'Quarry Hauler', 'Quash', 'Queen''s Agent', 'Queen''s Bay Soldier', 'Queen''s Commission', 'Quenchable Fire', 'Quest for Ancient Secrets', 'Quest for Renewal', 'Quest for Ula''s Temple', 'Quest for the Gemblades', 'Quest for the Gravelord', 'Quicken', 'Quicksand', 'Quicksilver Behemoth', 'Quicksilver Dagger', 'Quicksilver Dragon', 'Quicksilver Fountain', 'Quicksilver Geyser', 'Quicksilver Wall', 'Quicksmith Genius', 'Quicksmith Rebel', 'Quicksmith Spy', 'Quiet Contemplation', 'Quiet Purity', 'Quiet Speculation', 'Quietus Spike', 'Quill-Slinger Boggart', 'Quilled Slagwurm', 'Quilled Sliver', 'Quilled Wolf', 'Quillmane Baku', 'Quirion Dryad', 'Quirion Explorer', 'Quirion Sentinel', 'Qumulox', 'Rabble-Rouser', 'Rabid Bite', 'Rabid Bloodsucker', 'Rabid Rats', 'Rabid Wolverines', 'Rabid Wombat', 'Rack and Ruin', 'Radiant Flames', 'Radiant Purge', 'Radiant''s Dragoons', 'Radiant''s Judgment', 'Radiant, Archangel', 'Radiating Lightning', 'Radjan Spirit', 'Raff Capashen, Ship''s Mage', 'Ragamuffyn', 'Rage Forger', 'Rage Reflection', 'Rage Thrower', 'Rage Weaver', 'Rage of Purphoros', 'Rageblood Shaman', 'Ragemonger', 'Ragged Veins', 'Raging Goblin', 'Raging Gorilla', 'Raging Kavu', 'Raging Minotaur', 'Raging Regisaur', 'Raging Swordtooth', 'Rags // Riches', 'Raid Bombardment', 'Raiders'' Spoils', 'Raiders'' Wake', 'Rain of Daggers', 'Rain of Embers', 'Rain of Rust', 'Rain of Salt', 'Rain of Thorns', 'Rainbow Crow', 'Rainbow Efreet', 'Raise Dead', 'Raised by Wolves', 'Raka Disciple', 'Raka Sanctuary', 'Rakalite', 'Rakavolver', 'Rakdos Augermage', 'Rakdos Cackler', 'Rakdos Cluestone', 'Rakdos Drake', 'Rakdos Guildgate', 'Rakdos Guildmage', 'Rakdos Ickspitter', 'Rakdos Keyrune', 'Rakdos Pit Dragon', 'Rakdos Ragemutt', 'Rakdos Ringleader', 'Rakdos Riteknife', 'Rakdos Shred-Freak', 'Rakdos Signet', 'Rakeclaw Gargantuan', 'Raking Canopy', 'Rakish Heir', 'Rakka Mar', 'Raksha Golden Cub', 'Rakshasa Deathdealer', 'Rakshasa Gravecaller', 'Rakshasa Vizier', 'Rakshasa''s Secret', 'Rally the Forces', 'Rally the Horde', 'Rally the Peasants', 'Rally the Righteous', 'Rallying Roar', 'Ramirez DePietro', 'Ramosian Commander', 'Ramosian Revivalist', 'Rampaging Cyclops', 'Rampaging Hippo', 'Rampant Growth', 'Ramroller', 'Ramunap Hydra', 'Ramunap Ruins', 'Rancid Rats', 'Ranger en-Vec', 'Ranger''s Guile', 'Ranging Raptors', 'Rapacious One', 'Raptor Companion', 'Raptor Hatchling', 'Ratcatcher', 'Rathi Dragon', 'Rathi Fiend', 'Rathi Trapper', 'Rats of Rath', 'Rats'' Feast', 'Rattleblaze Scarecrow', 'Rattleclaw Mystic', 'Ravaged Highlands', 'Ravaging Blaze', 'Ravaging Riftwurm', 'Raven Familiar', 'Raven Guild Initiate', 'Ravenous Baloth', 'Ravenous Bloodseeker', 'Ravenous Daggertooth', 'Ravenous Demon', 'Ravenous Intruder', 'Raving Oni-Slave', 'Ray of Command', 'Ray of Dissolution', 'Ray of Distortion', 'Razaketh''s Rite', 'Razia''s Purification', 'Razia, Boros Archangel', 'Razing Snidd', 'Razor Barrier', 'Razor Boomerang', 'Razor Golem', 'Razor Hippogriff', 'Razor Pendulum', 'Razor Swine', 'Razorfin Abolisher', 'Razorfoot Griffin', 'Razorgrass Screen', 'Razormane Masticore', 'Razortip Whip', 'Razortooth Rats', 'Reach Through Mists', 'Reach of Branches', 'Reach of Shadows', 'Read the Runes', 'Reality Acid', 'Reality Anchor', 'Reality Hemorrhage', 'Reality Ripple', 'Reality Spasm', 'Reality Strobe', 'Realm Razer', 'Realm Seekers', 'Realms Uncharted', 'Realmwright', 'Reap', 'Reap Intellect', 'Reap What Is Sown', 'Reap the Seagraf', 'Reaper of Flight Moonsilver', 'Reaper of Sheoldred', 'Reaper of the Wilds', 'Reaping the Rewards', 'Reason // Believe', 'Reassembling Skeleton', 'Reave Soul', 'Reaver Ambush', 'Reaver Drone', 'Rebellion of the Flamekin', 'Reborn Hero', 'Reborn Hope', 'Rebound', 'Rebuff the Wicked', 'Rebuke', 'Rebuking Ceremony', 'Recantation', 'Reciprocate', 'Reckless Charge', 'Reckless Cohort', 'Reckless Embermage', 'Reckless Fireweaver', 'Reckless Imp', 'Reckless Ogre', 'Reckless One', 'Reckless Racer', 'Reckless Rage', 'Reckless Reveler', 'Reckless Scholar', 'Reckless Spite', 'Reckless Waif', 'Reckless Wurm', 'Reclaim', 'Reclusive Artificer', 'Reclusive Wight', 'Recollect', 'Reconstruction', 'Recoup', 'Recover', 'Recumbent Bliss', 'Recuperate', 'Recurring Nightmare', 'Red Cliffs Armada', 'Red Sun''s Zenith', 'Redeem', 'Redeem the Lost', 'Redirect', 'Reduce // Rubble', 'Reduce in Stature', 'Reduce to Ashes', 'Reduce to Dreams', 'Redwood Treefolk', 'Reflex Sliver', 'Reflexes', 'Refraction Trap', 'Refresh', 'Refreshing Rain', 'Refuse // Cooperate', 'Regenerate', 'Regeneration', 'Regress', 'Reign of the Pit', 'Reinforced Bulwark', 'Reinforcements', 'Reins of the Vinesteed', 'Reiterate', 'Reito Lantern', 'Reiver Demon', 'Rejuvenate', 'Rejuvenation Chamber', 'Rekindled Flame', 'Reknit', 'Relearn', 'Release the Ants', 'Release the Gremlins', 'Release to the Wind', 'Relentless Assault', 'Relentless Hunter', 'Relentless Raptor', 'Relentless Rats', 'Relentless Skaabs', 'Relic Bane', 'Relic Barrier', 'Relic Crush', 'Relic Putrescence', 'Relic Runner', 'Relic Seeker', 'Relic Ward', 'Relief Captain', 'Reliquary Monk', 'Remember the Fallen', 'Reminisce', 'Remorseless Punishment', 'Rend Flesh', 'Render Silent', 'Rending Vines', 'Renegade Doppelganger', 'Renegade Freighter', 'Renegade Krasis', 'Renegade Rallier', 'Renegade Tactics', 'Renegade Warlord', 'Renegade Wheelsmith', 'Renegade''s Getaway', 'Renewed Faith', 'Renounce', 'Renounce the Guilds', 'Renowned Weaver', 'Repay in Kind', 'Repeal', 'Repeating Barrage', 'Repel Intruders', 'Repel the Abominable', 'Repentance', 'Repentant Vampire', 'Repopulate', 'Reprisal', 'Reprocess', 'Requiem Angel', 'Reroute', 'Rescind', 'Rescue', 'Rescue from the Underworld', 'Research // Development', 'Research Assistant', 'Research the Deep', 'Reservoir Walker', 'Resilient Wanderer', 'Resistance Fighter', 'Resize', 'Resolute Archangel', 'Resolute Blademaster', 'Resolute Survivors', 'Resounding Scream', 'Resounding Silence', 'Resounding Thunder', 'Resounding Wave', 'Resourceful Return', 'Resplendent Griffin', 'Resplendent Mentor', 'Rest for the Weary', 'Restless Apparition', 'Restless Bones', 'Restless Dreams', 'Restock', 'Restoration Gearsmith', 'Restoration Specialist', 'Restore the Peace', 'Restrain', 'Resupply', 'Resurrection', 'Retaliate', 'Retaliation', 'Retaliator Griffin', 'Retether', 'Rethink', 'Retraction Helix', 'Retreat to Coralhelm', 'Retreat to Emeria', 'Retreat to Hagra', 'Retreat to Kazandu', 'Retreat to Valakut', 'Retribution', 'Retribution of the Ancients', 'Retromancer', 'Return to the Earth', 'Returned Centaur', 'Returned Phalanx', 'Returned Reveler', 'Revealing Wind', 'Reveille Squad', 'Revel in Riches', 'Revel of the Fallen God', 'Revelsong Horn', 'Revenant', 'Revenant Patriarch', 'Reverberate', 'Revered Dead', 'Revered Elder', 'Revered Unicorn', 'Reverence', 'Reverent Hunter', 'Reversal of Fortune', 'Reverse Engineer', 'Reverse the Sands', 'Revive', 'Reviving Dose', 'Reviving Melody', 'Reviving Vapors', 'Revoke Existence', 'Revoke Privileges', 'Revolutionary Rebuff', 'Reward the Faithful', 'Rewards of Diversity', 'Reweave', 'Rewind', 'Rhet-Crop Spearmaster', 'Rhonas''s Last Stand', 'Rhonas''s Monument', 'Rhonas''s Stalwart', 'Rhox', 'Rhox Bodyguard', 'Rhox Brute', 'Rhox Charger', 'Rhox Maulers', 'Rhox Meditant', 'Rhox Pikemaster', 'Rhox War Monk', 'Rhystic Shield', 'Rib Cage Spider', 'Ribbon Snake', 'Ribbons of the Reikai', 'Riddle of Lightning', 'Riddleform', 'Riddlesmith', 'Ride Down', 'Ridge Rannet', 'Ridged Kusite', 'Ridgeline Rager', 'Ridgescale Tusker', 'Ridgetop Raptor', 'Riding the Dilu Horse', 'Rift Elemental', 'Riftmarked Knight', 'Riftsweeper', 'Riftwing Cloudskate', 'Righteous Authority', 'Righteous Avengers', 'Righteous Blow', 'Righteous Charge', 'Righteous Fury', 'Righteousness', 'Rile', 'Rime Transfusion', 'Rimebound Dead', 'Rimefeather Owl', 'Rimescale Dragon', 'Rimewind Cryomancer', 'Rimewind Taskmage', 'Ring of Evos Isle', 'Ring of Gix', 'Ring of Kalonia', 'Ring of Thune', 'Ring of Valkas', 'Ring of Xathrid', 'Ringskipper', 'Ringwarden Owl', 'Riot Control', 'Riot Gear', 'Riot Piker', 'Riot Spikes', 'Riparian Tiger', 'Ripscale Predator', 'Riptide Biologist', 'Riptide Chimera', 'Riptide Chronologist', 'Riptide Entrancer', 'Riptide Mangler', 'Riptide Pilferer', 'Riptide Replicator', 'Rise from the Grave', 'Rise from the Tides', 'Rise of Eagles', 'Rise to the Challenge', 'Risen Sanctuary', 'Rishadan Airship', 'Rishkar''s Expertise', 'Rising Miasma', 'Rite of Belzenlok', 'Rite of Ruin', 'Rite of Undoing', 'Rites of Initiation', 'Rites of Reaping', 'Rites of Refusal', 'Rith''s Attendant', 'Ritual of Rejuvenation', 'Ritual of Restoration', 'Ritual of Subdual', 'Ritual of the Returned', 'Rivalry', 'Rivals'' Duel', 'River Bear', 'River Darter', 'River Heralds'' Boon', 'River Hoopoe', 'River Kaijin', 'River Merfolk', 'River Serpent', 'River Sneak', 'River''s Grasp', 'Riverfall Mimic', 'Riverwheel Aerialists', 'Riverwise Augur', 'Rix Maadi Guildmage', 'Rix Maadi, Dungeon Palace', 'Roar of Challenge', 'Roar of Jukai', 'Roar of Reclamation', 'Roar of the Crowd', 'Roar of the Wurm', 'Roaring Primadox', 'Roaring Slagwurm', 'Robber Fly', 'Robe of Mirrors', 'Roc Egg', 'Roc Hatchling', 'Rock Badger', 'Rock Basilisk', 'Rock Hydra', 'Rock Jockey', 'Rock Slide', 'Rockshard Elemental', 'Rockslide Ambush', 'Rockslide Elemental', 'Rocky Tar Pit', 'Rod of Ruin', 'Rofellos, Llanowar Emissary', 'Rogue Kavu', 'Rogue Refiner', 'Rogue Skycaptain', 'Rogue''s Gloves', 'Rogue''s Passage', 'Roil Spout', 'Roil''s Retribution', 'Roiling Horror', 'Roiling Terrain', 'Roiling Waters', 'Roilmage''s Trick', 'Rollick of Abandon', 'Rolling Spoil', 'Rolling Temblor', 'Rolling Thunder', 'Rona, Disciple of Gix', 'Ronin Cavekeeper', 'Ronin Cliffrider', 'Ronin Houndmaster', 'Ronin Warclub', 'Ronom Hulk', 'Ronom Serpent', 'Ronom Unicorn', 'Roofstalker Wight', 'Rooftop Storm', 'Root Out', 'Root-Kin Ally', 'Rootborn Defenses', 'Rootbreaker Wurm', 'Rootgrapple', 'Rooting Kavu', 'Rootrunner', 'Roots', 'Rootwalla', 'Rootwater Alligator', 'Rootwater Diver', 'Rootwater Hunter', 'Rootwater Matriarch', 'Rootwater Mystic', 'Rorix Bladewing', 'Rosheen Meanderer', 'Rot Farm Skeleton', 'Rot Shambler', 'Rot Wolf', 'Rotcrown Ghoul', 'Roterothopter', 'Rotfeaster Maggot', 'Rotted Hulk', 'Rottenheart Ghoul', 'Rotting Giant', 'Rotting Legion', 'Rotting Mastodon', 'Roughshod Mentor', 'Rouse the Mob', 'Royal Assassin', 'Royal Decree', 'Royal Trooper', 'Rubbleback Rhino', 'Rubblebelt Maaka', 'Rubblebelt Raiders', 'Rubblehulk', 'Rude Awakening', 'Rugged Highlands', 'Ruham Djinn', 'Ruin Processor', 'Ruin Rat', 'Ruin in Their Wake', 'Ruination Guide', 'Ruination Wurm', 'Ruinous Gremlin', 'Ruinous Minotaur', 'Ruinous Path', 'Ruins of Oran-Rief', 'Ruins of Trokair', 'Rukh Egg', 'Rumbling Aftershocks', 'Rumbling Baloth', 'Rumbling Slum', 'Rummaging Goblin', 'Rummaging Wizard', 'Run Aground', 'Run Amok', 'Run Wild', 'Rune of Protection: Artifacts', 'Rune of Protection: Lands', 'Runeboggle', 'Runechanter''s Pike', 'Runeclaw Bear', 'Runed Servitor', 'Runed Stalactite', 'Runeflare Trap', 'Runes of the Deus', 'Runic Repetition', 'Runner''s Bane', 'Rush of Adrenaline', 'Rush of Battle', 'Rush of Blood', 'Rush of Ice', 'Rush of Vitality', 'Rushing-Tide Zubera', 'Rushwood Dryad', 'Rushwood Herbalist', 'Rust Scarab', 'Rusted Relic', 'Rusted Sentinel', 'Rusted Slasher', 'Rustic Clachan', 'Rusting Golem', 'Rustmouth Ogre', 'Rustrazor Butcher', 'Rustspore Ram', 'Ruthless Cullblade', 'Ruthless Deathfang', 'Ruthless Disposal', 'Ruthless Instincts', 'Ruthless Knave', 'Ruthless Ripper', 'Ruthless Sniper', 'Ryusei, the Falling Star', 'Saberclaw Golem', 'Sabertooth Outrider', 'Sabertooth Wyvern', 'Sabretooth Tiger', 'Sacellum Godspeaker', 'Sacred Armory', 'Sacred Excavation', 'Sacred Ground', 'Sacred Mesa', 'Sacred Nectar', 'Sacred Prey', 'Sacred Rites', 'Sacred Wolf', 'Saddleback Lagac', 'Sadistic Augermage', 'Sadistic Skymarcher', 'Safe Passage', 'Safeguard', 'Safehold Sentry', 'Safewright Quest', 'Saffi Eriksdotter', 'Sage Aven', 'Sage Owl', 'Sage of Ancient Lore', 'Sage of Lat-Nam', 'Sage of Shaila''s Claim', 'Sage of the Inward Eye', 'Sage''s Dousing', 'Sage''s Row Denizen', 'Sage-Eye Avengers', 'Sage-Eye Harrier', 'Sages of the Anima', 'Sagu Archer', 'Sagu Mauler', 'Saheeli''s Artistry', 'Sailmonger', 'Sailor of Means', 'Sakiko, Mother of Summer', 'Sakura-Tribe Springcaller', 'Salivating Gremlins', 'Salt Flats', 'Salt Marsh', 'Salt Road Ambushers', 'Salt Road Patrol', 'Salt Road Quartermasters', 'Saltblast', 'Saltcrusted Steppe', 'Saltfield Recluse', 'Saltskitter', 'Salvage Drone', 'Salvage Scout', 'Salvage Scuttler', 'Salvage Slasher', 'Salvage Titan', 'Salvaging Station', 'Samite Archer', 'Samite Blessing', 'Samite Censer-Bearer', 'Samite Healer', 'Samite Ministration', 'Samite Pilgrim', 'Samite Sanctuary', 'Samurai of the Pale Curtain', 'Sanctified Charge', 'Sanctifier of Souls', 'Sanctuary Cat', 'Sanctum Gargoyle', 'Sanctum Guardian', 'Sanctum Plowbeast', 'Sanctum Spirit', 'Sand Golem', 'Sand Strangler', 'Sandbar Merfolk', 'Sandbar Serpent', 'Sandblast', 'Sandcrafter Mage', 'Sands of Delirium', 'Sandskin', 'Sandsower', 'Sandsteppe Citadel', 'Sandsteppe Outcast', 'Sandsteppe Scavenger', 'Sandstone Bridge', 'Sandstone Deadfall', 'Sandstone Warrior', 'Sandstorm Eidolon', 'Sandwurm Convergence', 'Sangromancer', 'Sanguimancy', 'Sanguinary Mage', 'Sanguine Glorifier', 'Sanguine Guard', 'Sanguine Praetor', 'Sanguine Sacrament', 'Sanitarium Skeleton', 'Sanity Gnawers', 'Sanity Grinding', 'Sapphire Drake', 'Sapphire Leech', 'Saprazzan Legate', 'Saprazzan Raider', 'Saproling Burst', 'Saproling Migration', 'Sapseep Forest', 'Sarcatog', 'Sarcomancy', 'Sarcomite Myr', 'Sarkhan''s Rage', 'Sarpadian Empires, Vol. VII', 'Saruli Gatekeepers', 'Sasaya, Orochi Ascendant', 'Satyr Firedancer', 'Satyr Grovedancer', 'Satyr Hedonist', 'Satyr Nyx-Smith', 'Satyr Piper', 'Satyr Rambler', 'Savage Alliance', 'Savage Beating', 'Savage Conception', 'Savage Gorilla', 'Savage Knuckleblade', 'Savage Punch', 'Savage Silhouette', 'Savage Stomp', 'Savage Surge', 'Savage Thallid', 'Savage Twister', 'Saving Grace', 'Saving Grasp', 'Savra, Queen of the Golgari', 'Sawback Manticore', 'Sawtooth Loon', 'Sawtooth Ogre', 'Sawtooth Thresher', 'Scab-Clan Berserker', 'Scab-Clan Mauler', 'Scabland', 'Scald', 'Scalding Tongs', 'Scaldkin', 'Scale Blessing', 'Scale of Chiss-Goria', 'Scalebane''s Elite', 'Scaled Behemoth', 'Scaled Hulk', 'Scaleguard Sentinels', 'Scalpelexis', 'Scandalmonger', 'Scapegoat', 'Scar', 'Scarab Feast', 'Scarblade Elite', 'Scarecrow', 'Scarred Puma', 'Scarred Vinebreeder', 'Scars of the Veteran', 'Scarscale Ritual', 'Scarwood Bandits', 'Scarwood Treefolk', 'Scathe Zombies', 'Scatter Arc', 'Scatter the Seeds', 'Scatter to the Winds', 'Scattering Stroke', 'Scattershot', 'Scavenged Weaponry', 'Scavenger Drake', 'Scavenger Folk', 'Scavenging Scarab', 'Scent of Brine', 'Scent of Jasmine', 'Scent of Nightshade', 'Scepter of Empires', 'Scepter of Insight', 'Schismotivate', 'Scholar of Athreos', 'School of Piranha', 'Scion Summoner', 'Scion of Glaciers', 'Scion of Ugin', 'Scion of Vitu-Ghazi', 'Scion of the Wild', 'Scorch the Fields', 'Scorched Rusalka', 'Scorching Lava', 'Scorchwalker', 'Scoria Elemental', 'Scoria Wurm', 'Scorned Villager', 'Scornful Aether-Lich', 'Scornful Egotist', 'Scour', 'Scour from Existence', 'Scour the Laboratory', 'Scoured Barrens', 'Scourge Devil', 'Scourge Servant', 'Scourge Wolf', 'Scourge of Geier Reach', 'Scourge of Kher Ridges', 'Scourge of Numai', 'Scourge of Skola Vale', 'Scourge of the Nobilis', 'Scourgemark', 'Scourglass', 'Scouring Sands', 'Scout the Borders', 'Scout''s Warning', 'Scragnoth', 'Scrambleverse', 'Scrapbasket', 'Scrapheap', 'Scrapper Champion', 'Scrapskin Drake', 'Scrapyard Mongrel', 'Scrapyard Salvo', 'Screaming Fury', 'Screaming Seahawk', 'Screamreach Brawler', 'Screams from Within', 'Screams of the Damned', 'Screeching Bat', 'Screeching Drake', 'Screeching Griffin', 'Screeching Harpy', 'Screeching Silcaw', 'Screeching Skaab', 'Screeching Sliver', 'Scrib Nibblers', 'Scribe of the Mindful', 'Scrivener', 'Scroll of Avacyn', 'Scroll of Griselbrand', 'Scroll of Origins', 'Scrounge', 'Scrounger of Souls', 'Scrounging Bandar', 'Scryb Ranger', 'Scryb Sprites', 'Scrying Glass', 'Scute Mob', 'Scuttlemutt', 'Scuttling Death', 'Scuttling Doom Engine', 'Scuzzback Marauders', 'Scuzzback Scrapper', 'Scythe Leopard', 'Scythe Tiger', 'Scythe of the Wretched', 'Sea Drake', 'Sea Gate Loremaster', 'Sea Gate Wreckage', 'Sea God''s Revenge', 'Sea Legs', 'Sea Monster', 'Sea Scryer', 'Sea Serpent', 'Sea Snidd', 'Sea Sprite', 'Seacoast Drake', 'Seagraf Skaab', 'Seal of Cleansing', 'Seal of Doom', 'Seal of Primordium', 'Seal of Strength', 'Sealed Fate', 'Sealock Monster', 'Search Warrant', 'Search the City', 'Searing Flesh', 'Searing Light', 'Searing Meditation', 'Searing Rays', 'Searing Spear', 'Searing Touch', 'Searing Wind', 'Seascape Aerialist', 'Seashell Cameo', 'Seaside Citadel', 'Seaside Haven', 'Seasinger', 'Seasoned Marshal', 'Second Guess', 'Second Harvest', 'Second Sunrise', 'Second Wind', 'Secret Plans', 'Secret Salvage', 'Secretkeeper', 'Secrets of the Golden City', 'Security Detail', 'Sedge Scorpion', 'Sedge Troll', 'Sedraxis Alchemist', 'Sedraxis Specter', 'See Beyond', 'See Red', 'Seed Guardian', 'Seed Spark', 'Seed the Land', 'Seedcradle Witch', 'Seedguide Ash', 'Seeds of Strength', 'Seek the Horizon', 'Seek the Wilds', 'Seeker of Insight', 'Seekers'' Squire', 'Seer of the Last Tomorrow', 'Seer''s Lantern', 'Seer''s Sundial', 'Seething Pathblazer', 'Segmented Krotiq', 'Seismic Elemental', 'Seismic Rupture', 'Seismic Shift', 'Seismic Spike', 'Seismic Stomp', 'Seismic Strike', 'Seizan, Perverter of Truth', 'Seize the Soul', 'Sejiri Merfolk', 'Sek''Kuar, Deathkeeper', 'Select for Inspection', 'Selective Memory', 'Selesnya Charm', 'Selesnya Cluestone', 'Selesnya Evangel', 'Selesnya Guildgate', 'Selesnya Guildmage', 'Selesnya Keyrune', 'Selesnya Sagittars', 'Selesnya Sanctuary', 'Selesnya Signet', 'Self-Assembler', 'Self-Inflicted Wound', 'Selfless Cathar', 'Selfless Exorcist', 'Selhoff Occultist', 'Selkie Hedge-Mage', 'Sell-Sword Brute', 'Seller of Songbirds', 'Selvala, Explorer Returned', 'Send to Sleep', 'Sengir Autocrat', 'Sengir Nosferatu', 'Sengir Vampire', 'Sensation Gorger', 'Sensei Golden-Tail', 'Senseless Rage', 'Sensor Splicer', 'Sentinel Spider', 'Sentinel of the Eternal Watch', 'Sentinel of the Pearl Trident', 'Sentinels of Glen Elendra', 'Sentry of the Underworld', 'Separatist Voidmage', 'Septic Rats', 'Sepulchral Primordial', 'Sequestered Stash', 'Seraph of the Masses', 'Seraph of the Suns', 'Serendib Efreet', 'Serendib Sorcerer', 'Serene Offering', 'Serene Remembrance', 'Serene Steward', 'Serene Sunset', 'Sergeant-at-Arms', 'Serpent Skin', 'Serpent Warrior', 'Serpentine Kavu', 'Serpentine Spike', 'Serra Advocate', 'Serra Angel', 'Serra Avenger', 'Serra Aviary', 'Serra Bestiary', 'Serra Disciple', 'Serra Sphinx', 'Serra Zealot', 'Serra''s Blessing', 'Serra''s Boon', 'Serra''s Embrace', 'Serra''s Hymn', 'Serrated Biskelion', 'Serum Raker', 'Serum Tank', 'Servant of Nefarox', 'Servant of Tymaret', 'Servant of Volrath', 'Servo Exhibition', 'Servo Schematic', 'Seshiro the Anointed', 'Set Adrift', 'Setessan Battle Priest', 'Setessan Griffin', 'Setessan Oathsworn', 'Setessan Starbreaker', 'Setessan Tactics', 'Seton''s Desire', 'Seton''s Scout', 'Settle the Score', 'Sever Soul', 'Sever the Bloodline', 'Severed Legion', 'Sewer Rats', 'Sewer Shambler', 'Sewerdreg', 'Sewn-Eye Drake', 'Shackles', 'Shade of Trokair', 'Shade''s Breath', 'Shade''s Form', 'Shadow Alley Denizen', 'Shadow Glider', 'Shadow Guildmage', 'Shadow Rider', 'Shadow Slice', 'Shadow Sliver', 'Shadow of the Grave', 'Shadowblood Egg', 'Shadowcloak Vampire', 'Shadowed Caravel', 'Shadowfeed', 'Shadowmage Infiltrator', 'Shadows of the Past', 'Shadowstorm', 'Shadowstorm Vizier', 'Shake the Foundations', 'Shaleskin Bruiser', 'Shaleskin Plower', 'Shaman of Spring', 'Shaman''s Trance', 'Shamble Back', 'Shambleshark', 'Shambling Attendants', 'Shambling Ghoul', 'Shambling Remains', 'Shambling Shell', 'Shambling Strider', 'Shambling Swarm', 'Shanna, Sisay''s Legacy', 'Shanodin Dryads', 'Shape Anew', 'Shape Stealer', 'Shape the Sands', 'Shaper Apprentice', 'Shaper Guildmage', 'Shapers of Nature', 'Shapeshifter''s Marrow', 'Shard Convergence', 'Shard Phoenix', 'Shard of Broken Glass', 'Sharding Sphinx', 'Shared Discovery', 'Shared Fate', 'Sharpened Pitchfork', 'Shatter', 'Shattered Angel', 'Shattered Crypt', 'Shattered Dreams', 'Shattered Perception', 'Shattering Blow', 'Shatterskull Giant', 'Shatterskull Recruit', 'Shauku''s Minion', 'Shed Weakness', 'Sheer Drop', 'Shefet Monitor', 'Shell Skulkin', 'Shell of the Last Kappa', 'Shelter', 'Sheltered Aerie', 'Sheltering Light', 'Shield Bearer', 'Shield Dancer', 'Shield Wall', 'Shield of the Ages', 'Shield of the Avatar', 'Shield of the Oversoul', 'Shield of the Realm', 'Shield of the Righteous', 'Shielded Aether Thief', 'Shielded Passage', 'Shieldhide Dragon', 'Shielding Plax', 'Shieldmage Elder', 'Shields of Velis Vel', 'Shifting Borders', 'Shifting Sky', 'Shimatsu the Bloodcloaked', 'Shimian Specter', 'Shimmering Barrier', 'Shimmering Efreet', 'Shimmering Glasskite', 'Shimmering Grotto', 'Shimmering Mirage', 'Shimmering Wings', 'Shimmerscale Drake', 'Shinen of Life''s Roar', 'Shinewend', 'Shining Aerosaur', 'Shinka Gatekeeper', 'Shipbreaker Kraken', 'Shipwreck Looter', 'Shipwreck Moray', 'Shipwreck Singer', 'Shirei, Shizo''s Caretaker', 'Shisato, Whispering Hunter', 'Shiv''s Embrace', 'Shivan Dragon', 'Shivan Emissary', 'Shivan Hellkite', 'Shivan Meteor', 'Shivan Oasis', 'Shivan Phoenix', 'Shivan Raptor', 'Shivan Sand-Mage', 'Shivan Wumpus', 'Shivan Wurm', 'Shizuko, Caller of Autumn', 'Shoal Serpent', 'Shock', 'Shockmaw Dragon', 'Shore Keeper', 'Shore Snapper', 'Shorecrasher Mimic', 'Shoreline Raider', 'Shoreline Ranger', 'Short Sword', 'Shoulder to Shoulder', 'Shoving Match', 'Shower of Coals', 'Shower of Sparks', 'Showstopper', 'Shrapnel Blast', 'Shredding Winds', 'Shreds of Sanity', 'Shrewd Hatchling', 'Shrewd Negotiation', 'Shriek Raptor', 'Shriek of Dread', 'Shriekgeist', 'Shriekhorn', 'Shrike Harpy', 'Shrill Howler', 'Shrine of Boundless Growth', 'Shrine of Limitless Power', 'Shrine of Loyal Legions', 'Shrine of Piercing Vision', 'Shrine of the Forsaken Gods', 'Shrink', 'Shriveling Rot', 'Shrouded Lore', 'Shu Cavalry', 'Shu Elite Companions', 'Shu Soldier-Farmers', 'Shuriken', 'Shyft', 'Sibilant Spirit', 'Sibsig Icebreakers', 'Sicken', 'Sickening Dreams', 'Sickle Ripper', 'Sickleslicer', 'Sideswipe', 'Sidewinder Naga', 'Sidisi''s Pet', 'Siege Dragon', 'Siege Mastodon', 'Siege Modification', 'Siege Wurm', 'Siege of Towers', 'Sift', 'Sift Through Sands', 'Sifter of Skulls', 'Sigarda''s Aid', 'Sigardian Priest', 'Sight Beyond Sight', 'Sight of the Scalelords', 'Sighted-Caste Sorcerer', 'Sightless Brawler', 'Sightless Ghoul', 'Sigil Blessing', 'Sigil Captain', 'Sigil Tracer', 'Sigil of Distinction', 'Sigil of Valor', 'Sigil of the Empty Throne', 'Sigil of the Nayan Gods', 'Sigiled Behemoth', 'Sigiled Skink', 'Sigiled Starfish', 'Signal the Clans', 'Silburlind Snapper', 'Silence the Believers', 'Silent Artisan', 'Silent Departure', 'Silent Observer', 'Silent Sentinel', 'Silent Skimmer', 'Silent-Chant Zubera', 'Silhana Starfletcher', 'Silk Net', 'Silkbind Faerie', 'Silkenfist Fighter', 'Silkenfist Order', 'Silklash Spider', 'Silkweaver Elite', 'Silt Crawler', 'Silumgar Assassin', 'Silumgar Butcher', 'Silumgar Monument', 'Silumgar Sorcerer', 'Silumgar Spell-Eater', 'Silver Myr', 'Silver Seraph', 'Silver Wyvern', 'Silver-Inlaid Dagger', 'Silverback Ape', 'Silverchase Fox', 'Silverclad Ferocidons', 'Silvercoat Lion', 'Silverfur Partisan', 'Silvergill Douser', 'Silverskin Armor', 'Silverstorm Samurai', 'Silverstrike', 'Silvos, Rogue Elemental', 'Simian Brawler', 'Simian Grunts', 'Simic Basilisk', 'Simic Cluestone', 'Simic Fluxmage', 'Simic Guildgate', 'Simic Guildmage', 'Simic Initiate', 'Simic Keyrune', 'Simic Manipulator', 'Simic Ragworm', 'Simic Sky Swallower', 'Simoon', 'Sin Prodder', 'Sindbad', 'Singe', 'Singe-Mind Ogre', 'Singing Bell Strike', 'Singing Tree', 'Sinister Concoction', 'Sinister Possession', 'Sinister Strength', 'Sink into Takenuma', 'Sinking Feeling', 'Sins of the Past', 'Sinuous Striker', 'Sir Shandlar of Eberyn', 'Sire of Insanity', 'Siren Lookout', 'Siren Reaver', 'Siren Song Lyre', 'Siren of the Fanged Coast', 'Siren of the Silent Song', 'Siren''s Ruse', 'Sisay''s Ingenuity', 'Sisay''s Ring', 'Sisters of Stone Death', 'Sivitri Scarzam', 'Sixth Sense', 'Skaab Goliath', 'Skarrg Goliath', 'Skarrg Guildmage', 'Skarrg, the Rage Pits', 'Skarrgan Firebird', 'Skarrgan Skybreaker', 'Skeletal Changeling', 'Skeletal Grimace', 'Skeletal Kathari', 'Skeletal Vampire', 'Skeletal Wurm', 'Skeleton Key', 'Skeleton Scavengers', 'Skeleton Shard', 'Skeletonize', 'Skill Borrower', 'Skillful Lunge', 'Skin Invasion', 'Skinbrand Goblin', 'Skinrender', 'Skinshifter', 'Skinthinner', 'Skinwing', 'Skirge Familiar', 'Skirk Alarmist', 'Skirk Drill Sergeant', 'Skirk Outrider', 'Skirk Prospector', 'Skirk Ridge Exhumer', 'Skirk Shaman', 'Skirk Volcanist', 'Skirsdag Flayer', 'Skirsdag High Priest', 'Skirsdag Supplicant', 'Skitter of Lizards', 'Skittering Heartstopper', 'Skittering Horror', 'Skittering Invasion', 'Skittering Monstrosity', 'Skittering Skirge', 'Skittering Surveyor', 'Skitterskin', 'Skittish Kavu', 'Skittish Valesk', 'Skizzik', 'Skulduggery', 'Skulking Ghost', 'Skulking Knight', 'Skull Collector', 'Skull Rend', 'Skull of Orm', 'Skullcage', 'Skullmead Cauldron', 'Skullmulcher', 'Skullsnatcher', 'Skulltap', 'Sky Ruin Drake', 'Sky Scourer', 'Sky Skiff', 'Sky Spirit', 'Sky Swallower', 'Sky Terror', 'Skybind', 'Skyblade of the Legion', 'Skyblinder Staff', 'Skycloud Egg', 'Skygames', 'Skyhunter Cub', 'Skyhunter Prowler', 'Skyhunter Skirmisher', 'Skyknight Legionnaire', 'Skylasher', 'Skyline Cascade', 'Skyline Predator', 'Skymarch Bloodletter', 'Skymarcher Aspirant', 'Skymark Roc', 'Skyraker Giant', 'Skyreach Manta', 'Skyreaping', 'Skyrider Elf', 'Skyrider Trainee', 'Skyscribing', 'Skyshaper', 'Skyship Plunderer', 'Skyship Stalker', 'Skyshooter', 'Skyshroud Archer', 'Skyshroud Blessing', 'Skyshroud Condor', 'Skyshroud Elf', 'Skyshroud Elite', 'Skyshroud Forest', 'Skyshroud Ranger', 'Skyshroud Sentinel', 'Skyshroud Vampire', 'Skyshroud War Beast', 'Skysnare Spider', 'Skyspear Cavalry', 'Skyswirl Harrier', 'Skyward Eye Prophets', 'Skywatcher Adept', 'Skywhaler''s Shot', 'Skywinder Drake', 'Skywing Aven', 'Skywise Teachings', 'Slab Hammer', 'Slag Fiend', 'Slagwurm Armor', 'Slash Panther', 'Slash of Talons', 'Slashing Tiger', 'Slate Street Ruffian', 'Slaughter', 'Slaughter Cry', 'Slaughter Drone', 'Slaughterhorn', 'Slaughterhouse Bouncer', 'Slave of Bolas', 'Slavering Nulls', 'Slay', 'Slayer of the Wicked', 'Slayer''s Cleaver', 'Slayer''s Plate', 'Sleek Schooner', 'Sleep', 'Sleep Paralysis', 'Sleeper Agent', 'Sleeper''s Robe', 'Sleeping Potion', 'Slice and Dice', 'Slice in Twain', 'Slime Molding', 'Slimefoot, the Stowaway', 'Slimy Kavu', 'Slingbow Trap', 'Slingshot Goblin', 'Slinking Serpent', 'Slinking Skirge', 'Slinn Voda, the Rising Deep', 'Slip Through Space', 'Slippery Scoundrel', 'Slipstream Eel', 'Slipstream Serpent', 'Sliptide Serpent', 'Slith Ascendant', 'Slith Bloodletter', 'Slith Firewalker', 'Slith Predator', 'Slith Strider', 'Slither Blade', 'Slitherhead', 'Slithering Shade', 'Slithermuse', 'Slithery Stalker', 'Sliver Construct', 'Sliversmith', 'Slobad, Goblin Tinkerer', 'Slow Motion', 'Sludge Crawler', 'Sludge Strider', 'Sluggishness', 'Sluiceway Scorpion', 'Slum Reaper', 'Slumbering Dragon', 'Slumbering Tora', 'Sly Requisitioner', 'Smash', 'Smash to Smithereens', 'Smelt-Ward Gatekeepers', 'Smite', 'Smite the Monstrous', 'Smogsteed Rider', 'Smoke Teller', 'Smokebraider', 'Smokespew Invoker', 'Smolder Initiate', 'Smoldering Efreet', 'Smoldering Spires', 'Smoldering Tar', 'Smoldering Werewolf', 'Smother', 'Smothering Abomination', 'Snake Cult Initiation', 'Snake Umbra', 'Snake of the Golden Grove', 'Snapback', 'Snapping Drake', 'Snapping Gnarlid', 'Snapping Sailback', 'Snapping Thragg', 'Snare Thopter', 'Sneaky Homunculus', 'Snorting Gahr', 'Snowhorn Rider', 'Snubhorn Sentry', 'Soar', 'Soaring Hope', 'Soaring Seacliff', 'Soilshaper', 'Sokenzan Renegade', 'Sokenzan Spellblade', 'Sol''kanar the Swamp King', 'Solar Tide', 'Solarion', 'Soldevi Digger', 'Soldevi Golem', 'Soldevi Machinist', 'Soldevi Simulacrum', 'Soldier of the Pantheon', 'Solemn Offering', 'Solemn Recruit', 'Solfatara', 'Solidarity', 'Solitary Camel', 'Solitary Hunter', 'Soliton', 'Soltari Champion', 'Soltari Crusader', 'Soltari Lancer', 'Soltari Monk', 'Soltari Priest', 'Soltari Trooper', 'Somber Hoverguard', 'Somberwald Alpha', 'Somberwald Spider', 'Somberwald Stag', 'Somnomancer', 'Somnophore', 'Song of Serenity', 'Songstitcher', 'Sonic Seizure', 'Soot Imp', 'Sootfeather Flock', 'Sootstoke Kindler', 'Sophic Centaur', 'Soramaro, First to Dream', 'Soratami Cloud Chariot', 'Soratami Cloudskater', 'Soratami Mindsweeper', 'Soratami Mirror-Guard', 'Soratami Mirror-Mage', 'Soratami Rainshaper', 'Soratami Savant', 'Soratami Seer', 'Sorcerer''s Strongbox', 'Sorcerer''s Wand', 'Sorin''s Thirst', 'Sorin''s Vengeance', 'Sorrow''s Path', 'Sosuke''s Summons', 'Sosuke, Son of Seshiro', 'Soul Channeling', 'Soul Collector', 'Soul Conduit', 'Soul Exchange', 'Soul Feast', 'Soul Foundry', 'Soul Kiss', 'Soul Link', 'Soul Manipulation', 'Soul Net', 'Soul Nova', 'Soul Ransom', 'Soul Rend', 'Soul Salvage', 'Soul Seizer', 'Soul Separator', 'Soul Shepherd', 'Soul Shred', 'Soul Stair Expedition', 'Soul Swallower', 'Soul Tithe', 'Soul of Magma', 'Soul of the Rapids', 'Soul''s Fire', 'Soul''s Grace', 'Soul''s Might', 'Soulblade Djinn', 'Soulblast', 'Soulbright Flamekin', 'Soulcage Fiend', 'Soulcatcher', 'Soulcatchers'' Aerie', 'Souldrinker', 'Soulgorger Orgg', 'Soulless Revival', 'Soulmender', 'Soulquake', 'Souls of the Faultless', 'Soulstinger', 'Soulsworn Jury', 'Soulsworn Spirit', 'Soultether Golem', 'Southern Paladin', 'Sowing Salt', 'Spare from Evil', 'Spark Jolt', 'Spark Mage', 'Spark Spray', 'Spark Trooper', 'Spark of Creativity', 'Sparkmage''s Gambit', 'Sparkspitter', 'Sparring Construct', 'Sparring Golem', 'Sparring Mummy', 'Spatial Binding', 'Spawn of Thraxes', 'Spawnbinder Mage', 'Spawnbroker', 'Spawning Bed', 'Spawning Breath', 'Spawnsire of Ulamog', 'Spear of Heliod', 'Spearbreaker Behemoth', 'Spearpoint Oread', 'Species Gorger', 'Specter''s Shroud', 'Spectra Ward', 'Spectral Bears', 'Spectral Flight', 'Spectral Force', 'Spectral Guardian', 'Spectral Prison', 'Spectral Reserves', 'Spectral Searchlight', 'Spectral Shepherd', 'Spectral Shield', 'Spectral Shift', 'Spectral Sliver', 'Speedway Fanatic', 'Spell Blast', 'Spell Burst', 'Spell Contortion', 'Spell Rupture', 'Spell Shrivel', 'Spell Swindle', 'Spell Syphon', 'Spellbane Centaur', 'Spellbinder', 'Spellbook', 'Spellbound Dragon', 'Spellheart Chimera', 'Spellshift', 'Spelltithe Enforcer', 'Spelltwine', 'Spellweaver Eternal', 'Spellweaver Helix', 'Sphere of Duty', 'Sphere of Grace', 'Sphere of Purity', 'Sphere of Reason', 'Sphere of Truth', 'Sphere of the Suns', 'Sphinx Summoner', 'Sphinx of Jwar Isle', 'Sphinx of Lost Truths', 'Sphinx of Magosi', 'Sphinx of Uthuun', 'Sphinx of the Chimes', 'Sphinx''s Disciple', 'Sphinx''s Herald', 'Sphinx-Bone Wand', 'Spider Climb', 'Spider Spawning', 'Spidery Grasp', 'Spike Breeder', 'Spike Cannibal', 'Spike Colony', 'Spike Drone', 'Spike Hatcher', 'Spike Jester', 'Spike Rogue', 'Spike Soldier', 'Spike Tiller', 'Spike Worker', 'Spike-Tailed Ceratops', 'Spikeshot Elder', 'Spikeshot Goblin', 'Spiketail Drakeling', 'Spiketail Hatchling', 'Spin Engine', 'Spin into Myth', 'Spinal Graft', 'Spincrusher', 'Spinebiter', 'Spined Basher', 'Spined Fluke', 'Spined Sliver', 'Spined Thopter', 'Spined Wurm', 'Spineless Thug', 'Spiny Starfish', 'Spiraling Duelist', 'Spiraling Embers', 'Spire Monitor', 'Spire Owl', 'Spire Patrol', 'Spire Tracer', 'Spire Winder', 'Spireside Infiltrator', 'Spirespine', 'Spirit Away', 'Spirit Bonds', 'Spirit Cairn', 'Spirit Flare', 'Spirit Loop', 'Spirit Mirror', 'Spirit Shackle', 'Spirit Weaver', 'Spirit en-Dal', 'Spirit en-Kor', 'Spirit of the Hearth', 'Spirit of the Hunt', 'Spiritmonger', 'Spiritual Visit', 'Spiritualize', 'Spite of Mogis', 'Spitebellows', 'Spiteflame Witch', 'Spiteful Blow', 'Spiteful Bully', 'Spiteful Motives', 'Spiteful Returned', 'Spiteful Shadows', 'Spitting Drake', 'Spitting Earth', 'Spitting Gourna', 'Spitting Hydra', 'Spitting Sliver', 'Spitting Slug', 'Spitting Spider', 'Splatter Thug', 'Splendid Agony', 'Splendid Reclamation', 'Splinterfright', 'Split-Tail Miko', 'Splitting Headache', 'Splitting Slime', 'Spoils of Victory', 'Spontaneous Artist', 'Spontaneous Combustion', 'Spontaneous Mutation', 'Spore Burst', 'Spore Cloud', 'Spore Swarm', 'Sporeback Troll', 'Sporecap Spider', 'Sporecrown Thallid', 'Sporesower Thallid', 'Sporoloth Ancient', 'Spotted Griffin', 'Spread the Sickness', 'Spreading Algae', 'Spreading Flames', 'Spreading Rot', 'Spring Cleaning', 'Springing Tiger', 'Springsage Ritual', 'Sprinting Warbrute', 'Sprite Noble', 'Sprout', 'Sprouting Thrinax', 'Spurnmage Advocate', 'Spurred Wolverine', 'Spy Network', 'Squadron Hawk', 'Squall', 'Squall Drifter', 'Squall Line', 'Squeaking Pie Grubfellows', 'Squeaking Pie Sneak', 'Squealing Devil', 'Squee''s Toy', 'Squee, the Immortal', 'Squelch', 'Squelching Leeches', 'Squire', 'Squire''s Devotion', 'Squirming Mass', 'Stab Wound', 'Stabilizer', 'Staff of the Death Magus', 'Staff of the Flame Magus', 'Staff of the Mind Magus', 'Staff of the Sun Magus', 'Staff of the Wild Magus', 'Stag Beetle', 'Stalker Hag', 'Stalking Assassin', 'Stalking Bloodsucker', 'Stalking Drone', 'Stalking Stones', 'Stalking Tiger', 'Stalking Yeti', 'Stalwart Aven', 'Stalwart Shield-Bearers', 'Stamina', 'Stampede', 'Stampeding Elk Herd', 'Stampeding Horncrest', 'Stampeding Rhino', 'Stampeding Wildebeests', 'Stand // Deliver', 'Stand Firm', 'Stand Together', 'Standardize', 'Standing Troops', 'Stangg', 'Star Compass', 'Starlight', 'Starlight Invoker', 'Starlit Sanctum', 'Start // Finish', 'Start Your Engines', 'Starved Rusalka', 'Stasis Cell', 'Stasis Cocoon', 'Stasis Snare', 'Statute of Denial', 'Staunch Defenders', 'Staunch-Hearted Warrior', 'Stave Off', 'Steadfast Armasaur', 'Steadfast Cathar', 'Steadfast Guard', 'Steadfast Sentinel', 'Steady Progress', 'Steal Artifact', 'Steal Strength', 'Stealer of Secrets', 'Steam Augury', 'Steam Blast', 'Steam Catapult', 'Steam Spitter', 'Steam Vines', 'Steamclaw', 'Steamcore Weird', 'Steamflogger Boss', 'Steel Golem', 'Steel Leaf Paladin', 'Steel Sabotage', 'Steelclad Serpent', 'Steeling Stance', 'Steelshaper Apprentice', 'Steeple Roc', 'Stenchskipper', 'Stensia Banquet', 'Stensia Bloodhall', 'Stensia Innkeeper', 'Stensia Masquerade', 'Steppe Glider', 'Stern Constable', 'Stern Judge', 'Stern Mentor', 'Stern Proctor', 'Steward of Solidarity', 'Steward of Valeron', 'Still Life', 'Stingerfling Spider', 'Stinging Licid', 'Stinging Shot', 'Stingmoggie', 'Stingscourger', 'Stinkdrinker Daredevil', 'Stir the Grave', 'Stir the Pride', 'Stir the Sands', 'Stitch in Time', 'Stitched Drake', 'Stitched Mangler', 'Stitcher''s Apprentice', 'Stitchwing Skaab', 'Stoic Angel', 'Stoic Builder', 'Stoic Ephemera', 'Stoic Rebuttal', 'Stoke the Flames', 'Stolen Goods', 'Stolen Grain', 'Stolen Identity', 'Stomper Cub', 'Stomping Slabs', 'Stone Calendar', 'Stone Giant', 'Stone Haven Medic', 'Stone Haven Outfitter', 'Stone Idol Trap', 'Stone Quarry', 'Stone Spirit', 'Stone-Seeder Hierophant', 'Stone-Tongue Basilisk', 'Stonebrow, Krosan Hero', 'Stonecloaker', 'Stoneforge Acolyte', 'Stonefury', 'Stonehands', 'Stonehewer Giant', 'Stoneshaker Shaman', 'Stoneshock Giant', 'Stonewise Fortifier', 'Stonewood Invocation', 'Stonework Puma', 'Stonewright', 'Stonybrook Angler', 'Stonybrook Schoolmaster', 'Storm Crow', 'Storm Elemental', 'Storm Entity', 'Storm Fleet Aerialist', 'Storm Fleet Arsonist', 'Storm Fleet Pyromancer', 'Storm Fleet Sprinter', 'Storm Fleet Spy', 'Storm Fleet Swashbuckler', 'Storm Front', 'Storm Herd', 'Storm Sculptor', 'Storm Seeker', 'Storm Shaman', 'Storm Spirit', 'Storm the Vault', 'Stormblood Berserker', 'Stormchaser Chimera', 'Stormfront Pegasus', 'Stormfront Riders', 'Stormrider Rig', 'Stormrider Spirit', 'Stormscale Anarch', 'Stormscape Apprentice', 'Stormscape Battlemage', 'Stormscape Familiar', 'Stormtide Leviathan', 'Stormwatch Eagle', 'Stormwing Dragon', 'Strands of Night', 'Strandwalker', 'Strange Augmentation', 'Strangling Soot', 'Strata Scythe', 'Stratadon', 'Stratozeppelid', 'Stratus Walk', 'Straw Golem', 'Stream Hopper', 'Stream of Consciousness', 'Stream of Life', 'Stream of Unconsciousness', 'Streambed Aquitects', 'Street Savvy', 'Street Spasm', 'Street Sweeper', 'Streetbreaker Wurm', 'Strength from the Fallen', 'Strength in Numbers', 'Strength of Arms', 'Strength of Isolation', 'Strength of Lunacy', 'Strength of Night', 'Strength of Unity', 'Strength of the Pack', 'Strength of the Tajuru', 'Strider Harness', 'Strip Bare', 'Striped Riverwinder', 'Stromkirk Mentor', 'Stromkirk Noble', 'Stromkirk Occultist', 'Strongarm Monk', 'Strongarm Tactics', 'Strongarm Thug', 'Stronghold Assassin', 'Stronghold Biologist', 'Stronghold Confessor', 'Stronghold Discipline', 'Stronghold Machinist', 'Stronghold Overseer', 'Stronghold Rats', 'Stronghold Taskmaster', 'Stronghold Zeppelin', 'Structural Collapse', 'Structural Distortion', 'Struggle for Sanity', 'Student of Elements', 'Student of Ojutai', 'Stuffy Doll', 'Stun', 'Stun Sniper', 'Stunted Growth', 'Stupefying Touch', 'Sturdy Hatchling', 'Sturmgeist', 'Stymied Hopes', 'Subjugator Angel', 'Subterranean Scout', 'Subtle Strike', 'Succumb to Temptation', 'Sudden Death', 'Sudden Disappearance', 'Sudden Impact', 'Sudden Spoiling', 'Sudden Storm', 'Sudden Strength', 'Suffer the Past', 'Suicidal Charge', 'Sulam Djinn', 'Sulfur Elemental', 'Sulfuric Vapors', 'Sulfurous Blast', 'Sultai Ascendancy', 'Sultai Banner', 'Sultai Charm', 'Sultai Flayer', 'Sultai Scavenger', 'Sultai Soothsayer', 'Summary Dismissal', 'Summit Apes', 'Summit Prowler', 'Summon the School', 'Summoner''s Bane', 'Summoner''s Egg', 'Summoning Station', 'Sun Sentinel', 'Sun''s Bounty', 'Sun-Collared Raptor', 'Sun-Crested Pterodon', 'Sun-Crowned Hunters', 'Sunastian Falconer', 'Sunbeam Spellbomb', 'Sunbird''s Invocation', 'Sunblade Elf', 'Sunblast Angel', 'Sunbond', 'Sunbringer''s Touch', 'Suncrusher', 'Sunder from Within', 'Sundering Growth', 'Sundering Vitae', 'Sunfire Balm', 'Sunflare Shaman', 'Sunforger', 'Sungrace Pegasus', 'Sungrass Egg', 'Sunhome Enforcer', 'Sunhome Guildmage', 'Sunken City', 'Sunken Hope', 'Sunlance', 'Sunrise Seeker', 'Sunrise Sovereign', 'Sunscape Apprentice', 'Sunscorched Desert', 'Sunseed Nurturer', 'Sunset Pyramid', 'Sunspear Shikari', 'Sunspire Gatekeepers', 'Sunspire Griffin', 'Sunspring Expedition', 'Sunstrike Legionnaire', 'Suntail Hawk', 'Suntouched Myr', 'Sunweb', 'Superior Numbers', 'Supernatural Stamina', 'Supply // Demand', 'Supply Caravan', 'Suppress', 'Suppression Bonds', 'Supreme Exemplar', 'Supreme Inquisitor', 'Suq''Ata Assassin', 'Suq''Ata Lancer', 'Sure Strike', 'Surestrike Trident', 'Surge Node', 'Surge of Righteousness', 'Surge of Thoughtweft', 'Surge of Zeal', 'Surgespanner', 'Surging Flame', 'Surging Might', 'Surging Sentinels', 'Surprise Deployment', 'Surrakar Banisher', 'Surrakar Spellblade', 'Surreal Memoir', 'Surveilling Sprite', 'Survey the Wreckage', 'Survival Cache', 'Survive the Night', 'Survivor of the Unseen', 'Survivors'' Encampment', 'Suspension Field', 'Suture Spirit', 'Sutured Ghoul', 'Svogthos, the Restless Tomb', 'Svyelunite Temple', 'Swaggering Corsair', 'Swallowing Plague', 'Swamp', 'Swamp Mosquito', 'Swarm Intelligence', 'Swarm Surge', 'Swarm of Bloodflies', 'Swarmborn Giant', 'Swashbuckling', 'Swat', 'Sway of Illusion', 'Sway of the Stars', 'Sweatworks Brawler', 'Sweep Away', 'Swell of Courage', 'Swell of Growth', 'Swelter', 'Swerve', 'Swift Justice', 'Swift Kick', 'Swift Reckoning', 'Swift Silence', 'Swift Spinner', 'Swift Warden', 'Swift Warkite', 'Swirl the Mists', 'Swirling Spriggan', 'Switcheroo', 'Sword Dancer', 'Sword-Point Diplomacy', 'Swordwise Centaur', 'Sworn Guardian', 'Sygg, River Guide', 'Sylvan Awakening', 'Sylvan Basilisk', 'Sylvan Bounty', 'Sylvan Echoes', 'Sylvan Messenger', 'Sylvan Might', 'Sylvan Primordial', 'Sylvan Ranger', 'Sylvok Explorer', 'Sylvok Replica', 'Symbiosis', 'Symbiotic Deployment', 'Symbiotic Wurm', 'Synchronized Strike', 'Synchronous Sliver', 'Syncopate', 'Syndic of Tithes', 'Syndicate Enforcer', 'Syndicate Trafficker', 'Synod Artificer', 'Synod Centurion', 'Synod Sanctum', 'Syphon Soul', 'Szadek, Lord of Secrets', 'Séance', 'Tablet of Epityr', 'Tablet of the Guilds', 'Tah-Crop Elite', 'Tah-Crop Skirmisher', 'Tahngarth''s Glare', 'Tahngarth''s Rage', 'Taigam''s Scheming', 'Taigam''s Strike', 'Tail Slash', 'Tainted Remedy', 'Tainted Sigil', 'Taj-Nar Swordsmith', 'Tajic, Blade of the Legion', 'Tajuru Archer', 'Tajuru Beastmaster', 'Tajuru Pathwarden', 'Tajuru Preserver', 'Tajuru Stalwart', 'Tajuru Warcaller', 'Take Down', 'Take Inventory', 'Take Possession', 'Take into Custody', 'Takeno, Samurai General', 'Takenuma Bleeder', 'Takklemaggot', 'Talas Researcher', 'Talent of the Telepath', 'Talisman of Impulse', 'Talisman of Unity', 'Talon Trooper', 'Talon of Pain', 'Talonrend', 'Talrand''s Invocation', 'Talruum Champion', 'Talruum Minotaur', 'Talruum Piper', 'Talus Paladin', 'Tamiyo''s Journal', 'Tandem Lookout', 'Tandem Tactics', 'Tangle', 'Tangle Angler', 'Tangle Asp', 'Tangle Golem', 'Tangle Mantis', 'Tangle Spider', 'Tanglebloom', 'Tangleclaw Werewolf', 'Tangleroot', 'Tanglesap', 'Tanglewalker', 'Tapestry of the Ages', 'Tar Fiend', 'Tar Pit Warrior', 'Tasseled Dromedary', 'Taste for Mayhem', 'Tatsumasa, the Dragon''s Fang', 'Tattered Drake', 'Tattered Haunter', 'Tatterkite', 'Tattermunge Duo', 'Tattermunge Maniac', 'Tattermunge Witch', 'Tatyova, Benthic Druid', 'Tawnos''s Coffin', 'Tawnos''s Wand', 'Teardrop Kami', 'Tears of Valakut', 'Tectonic Rift', 'Teferi''s Care', 'Teferi''s Honor Guard', 'Tel-Jilad Archers', 'Tel-Jilad Chosen', 'Tel-Jilad Defiance', 'Tel-Jilad Fallen', 'Tel-Jilad Lifebreather', 'Tel-Jilad Outrider', 'Tel-Jilad Stylus', 'Tel-Jilad Wolf', 'Telekinetic Bonds', 'Telekinetic Sliver', 'Telemin Performance', 'Telepathic Spies', 'Telepathy', 'Teleportal', 'Telim''Tor', 'Telim''Tor''s Darts', 'Teller of Tales', 'Telling Time', 'Temmet, Vizier of Naktamun', 'Temper', 'Tempest Caller', 'Tempest Drake', 'Tempest of Light', 'Temple Acolyte', 'Temple Altisaur', 'Temporal Adept', 'Temporal Cascade', 'Temporal Distortion', 'Temporal Fissure', 'Temporal Isolation', 'Tempting Licid', 'Tempting Wurm', 'Temur Ascendancy', 'Temur Banner', 'Temur Charger', 'Temur Charm', 'Tenacious Dead', 'Tenacious Hunter', 'Tenacity', 'Teneb, the Harvester', 'Tenement Crasher', 'Tenza, Godo''s Maul', 'Tephraderm', 'Terashi''s Cry', 'Terashi''s Grasp', 'Terashi''s Verdict', 'Teremko Griffin', 'Teroh''s Vanguard', 'Terra Eternal', 'Terra Stomper', 'Terraformer', 'Terrarion', 'Territorial Baloth', 'Territorial Gorger', 'Territorial Hammerskull', 'Terror', 'Terror of the Fairgrounds', 'Terrus Wurm', 'Teshar, Ancestor''s Apostle', 'Test of Faith', 'Testament of Faith', 'Tethered Skirge', 'Tethmos High Priest', 'Tetsuko Umezawa, Fugitive', 'Teysa, Envoy of Ghosts', 'Tezzeret''s Ambition', 'Tezzeret''s Gambit', 'Tezzeret''s Touch', 'Thada Adel, Acquisitor', 'Thalakos Drifters', 'Thalakos Lowlands', 'Thalakos Mistfolk', 'Thalakos Seer', 'Thalia''s Lancers', 'Thallid', 'Thallid Germinator', 'Thallid Omnivore', 'Thallid Shell-Dweller', 'Thallid Soothsayer', 'Thassa''s Bounty', 'Thassa''s Devourer', 'Thassa''s Emissary', 'Thassa''s Ire', 'Thassa''s Rebuff', 'The First Eruption', 'The Hive', 'The Lady of the Mountain', 'The Mending of Dominaria', 'The Unspeakable', 'The Wretched', 'Theft of Dreams', 'Thelonite Druid', 'Thermal Flux', 'Thermopod', 'Thick-Skinned Goblin', 'Thief of Hope', 'Thieves'' Fortune', 'Thieving Magpie', 'Thieving Sprite', 'Thing from the Deep', 'Think Tank', 'Thirst', 'Thirsting Axe', 'Thistledown Duo', 'Thopter Arrest', 'Thopter Engineer', 'Thopter Spy Network', 'Thopter Squadron', 'Thorn Elemental', 'Thorn-Thrash Viashino', 'Thornbite Staff', 'Thornbow Archer', 'Thorned Moloch', 'Thornhide Wolves', 'Thornscape Apprentice', 'Thornscape Battlemage', 'Thornscape Master', 'Thorntooth Witch', 'Thornweald Archer', 'Thornwind Faeries', 'Thornwood Falls', 'Those Who Serve', 'Thought Courier', 'Thought Devourer', 'Thought Dissector', 'Thought Eater', 'Thought Gorger', 'Thought Harvester', 'Thought Hemorrhage', 'Thought Prison', 'Thought Reflection', 'Thoughtbind', 'Thoughtbound Primoc', 'Thoughtflare', 'Thoughtleech', 'Thoughtpicker Witch', 'Thoughtrender Lamia', 'Thoughts of Ruin', 'Thousand Winds', 'Thousand-legged Kami', 'Thraben Foulbloods', 'Thraben Gargoyle', 'Thraben Sentry', 'Thraben Standard Bearer', 'Thran Forge', 'Thran Foundry', 'Thran Golem', 'Thran Temporal Gateway', 'Thran Weaponry', 'Thrash of Raptors', 'Thrashing Mossdog', 'Threaten', 'Three Dreams', 'Thresher Lizard', 'Thrill of the Hunt', 'Thrill-Kill Assassin', 'Thriss, Nantuko Primus', 'Thrive', 'Thriving Grubs', 'Thriving Ibex', 'Thriving Rats', 'Thriving Rhino', 'Thriving Turtle', 'Throat Slitter', 'Throne of Bone', 'Throne of Empires', 'Throne of the God-Pharaoh', 'Throttle', 'Throwing Knife', 'Thrull Parasite', 'Thrull Retainer', 'Thrull Surgeon', 'Thrummingbird', 'Thumbscrews', 'Thunder Brute', 'Thunder Spirit', 'Thunder Totem', 'Thunder of Hooves', 'Thunder-Thrash Elder', 'Thunderblade Charge', 'Thunderblust', 'Thunderbolt', 'Thunderclap Wyvern', 'Thundercloud Elemental', 'Thundercloud Shaman', 'Thunderheads', 'Thunderherd Migration', 'Thundering Giant', 'Thundering Spineback', 'Thundering Tanadon', 'Thundermare', 'Thunderous Might', 'Thunderscape Battlemage', 'Thundersong Trumpeter', 'Thunderstaff', 'Tiana, Ship''s Caretaker', 'Tibor and Lumia', 'Tidal Visionary', 'Tidal Wave', 'Tide Drifter', 'Tide of War', 'Tideforce Elemental', 'Tidehollow Strix', 'Tideshaper Mystic', 'Tidewalker', 'Tidewater Minion', 'Tidings', 'Tidy Conclusion', 'Tiger Claws', 'Tigereye Cameo', 'Tightening Coils', 'Tilonalli''s Crown', 'Tilonalli''s Knight', 'Tilonalli''s Skinshifter', 'Timber Gorge', 'Timberland Ruins', 'Timbermare', 'Timbermaw Larva', 'Timberpack Wolf', 'Time Bomb', 'Time Distortion', 'Time Ebb', 'Time Stop', 'Time and Tide', 'Time of Heroes', 'Time of Ice', 'Time to Feed', 'Time to Reflect', 'Timebender', 'Timecrafting', 'Timely Hordemate', 'Timid Drake', 'Tin-Wing Chimera', 'Tine Shrike', 'Tireless Missionaries', 'Tishana''s Wayfinder', 'Titan Forge', 'Titan of Eternal Fire', 'Titan''s Presence', 'Titan''s Revenge', 'Titan''s Strength', 'Titania''s Boon', 'Titania''s Chosen', 'Titanic Bulvox', 'Titanic Growth', 'Titanic Ultimatum', 'Titanium Golem', 'Tivadar of Thorn', 'Tivadar''s Crusade', 'To Arms!', 'To the Slaughter', 'Tobias Andrion', 'Toil // Trouble', 'Toil to Renown', 'Toils of Night and Day', 'Tolarian Drake', 'Tolarian Emissary', 'Tolarian Scholar', 'Tolarian Sentinel', 'Tolarian Serpent', 'Tolsimir Wolfblood', 'Tomb Robber', 'Tomb of Urami', 'Tomb of the Spirit Dragon', 'Tome Scour', 'Tomorrow, Azami''s Familiar', 'Toolcraft Exemplar', 'Tooth Collector', 'Tooth and Claw', 'Tooth of Chiss-Goria', 'Topan Ascetic', 'Topan Freeblade', 'Topplegeist', 'Tor Wauki', 'Torch Fiend', 'Torch Gauntlet', 'Torch Song', 'Torchling', 'Torgaar, Famine Incarnate', 'Torment of Scarabs', 'Torment of Venom', 'Tormented Angel', 'Tormented Hero', 'Tormented Pariah', 'Tormented Soul', 'Tormented Thoughts', 'Tormenting Voice', 'Tormentor Exarch', 'Tornado', 'Tornado Elemental', 'Torpid Moloch', 'Torpor Dust', 'Torrent of Fire', 'Torrent of Souls', 'Torrent of Stone', 'Torsten Von Ursus', 'Tortoise Formation', 'Torture', 'Toshiro Umezawa', 'Totally Lost', 'Totem Speaker', 'Totem-Guide Hartebeest', 'Touch of Invisibility', 'Touch of Moonglove', 'Touch of the Eternal', 'Touch of the Void', 'Touchstone', 'Tower Above', 'Tower Defense', 'Tower Drake', 'Tower Gargoyle', 'Tower Geist', 'Tower of Calamities', 'Tower of Champions', 'Tower of Eons', 'Tower of Fortunes', 'Tower of Murmurs', 'Towering Baloth', 'Towering Indrik', 'Town Gossipmonger', 'Toxic Nim', 'Trade Routes', 'Trade Secrets', 'Tradewind Rider', 'Tragic Arrogance', 'Tragic Lesson', 'Tragic Poet', 'Trail of Evidence', 'Trail of Mystery', 'Trail of the Mage-Rings', 'Trailblazer''s Boots', 'Trained Armodon', 'Trained Caracal', 'Trained Orgg', 'Trained Pronghorn', 'Trait Doctoring', 'Traitor''s Clutch', 'Traitorous Blood', 'Traitorous Instinct', 'Tranquil Cove', 'Tranquil Expanse', 'Tranquil Garden', 'Transcendence', 'Transgress the Mind', 'Transguild Courier', 'Transguild Promenade', 'Transluminant', 'Transmogrifying Licid', 'Trap Digger', 'Trap Essence', 'Trapjaw Kelpie', 'Trapmaker''s Snare', 'Traumatize', 'Travel Preparations', 'Traveler''s Amulet', 'Traveling Plague', 'Treacherous Urge', 'Treacherous Werewolf', 'Tread Upon', 'Treasure Cruise', 'Treasure Hunter', 'Treasure Keeper', 'Treasure Trove', 'Treasured Find', 'Treasury Thrull', 'Tree Monkey', 'Treefolk Healer', 'Treefolk Mystic', 'Treefolk Seedlings', 'Treespring Lorian', 'Treetop Rangers', 'Treetop Sentinel', 'Tremor', 'Trench Wurm', 'Trenching Steed', 'Trepanation Blade', 'Trespasser il-Vec', 'Trespasser''s Curse', 'Tresserhorn Skyknight', 'Trestle Troll', 'Treva''s Attendant', 'Triad of Fates', 'Trial // Error', 'Trial of Ambition', 'Trial of Knowledge', 'Trial of Solidarity', 'Trial of Strength', 'Trial of Zeal', 'Triangle of War', 'Triassic Egg', 'Tribal Flames', 'Tribal Golem', 'Tribal Unity', 'Tribute to Hunger', 'Tribute to the Wild', 'Trickbind', 'Trickery Charm', 'Tricks of the Trade', 'Trickster Mage', 'Triclopean Sight', 'Trigon of Corruption', 'Trigon of Infestation', 'Trip Noose', 'Trip Wire', 'Triskaidekaphobia', 'Triskelavus', 'Triskelion', 'Triton Cavalry', 'Triton Fortune Hunter', 'Triton Shorethief', 'Triton Tactics', 'Triumph of Ferocity', 'Triumph of Gerrard', 'Troll-Horn Cameo', 'Tromokratis', 'Tromp the Domains', 'Trophy Hunter', 'Trophy Mage', 'Tropical Storm', 'Trostani''s Judgment', 'Trostani''s Summoner', 'Troubled Healer', 'Troublesome Spirit', 'Trove of Temptation', 'True Believer', 'True Conviction', 'True-Faith Censer', 'Truefire Paladin', 'Trueheart Duelist', 'Trueheart Twins', 'Trumpet Blast', 'Trumpeting Armodon', 'Trusted Advisor', 'Trusted Forcemage', 'Trusty Companion', 'Trusty Machete', 'Truth or Tale', 'Trygon Predator', 'Tukatongue Thallid', 'Tuktuk Grunts', 'Tuktuk Scrapper', 'Tuktuk the Explorer', 'Tumble Magnet', 'Tundra Kavu', 'Tunnel Vision', 'Tunneling Geopede', 'Turbulent Dreams', 'Turn // Burn', 'Turn Against', 'Turn Aside', 'Turn the Tables', 'Turn the Tide', 'Turn to Dust', 'Turn to Frog', 'Turn to Mist', 'Turn to Slag', 'Turntimber Basilisk', 'Turntimber Grove', 'Turntimber Ranger', 'Turtleshell Changeling', 'Tusked Colossodon', 'Tuskguard Captain', 'Twiddle', 'Twigwalker', 'Twilight Drover', 'Twilight Shepherd', 'Twinblade Slasher', 'Twincast', 'Twinning Glass', 'Twins of Maurer Estate', 'Twinstrike', 'Twist Allegiance', 'Twisted Abomination', 'Twisted Image', 'Twitch', 'Two-Headed Cerberus', 'Two-Headed Dragon', 'Two-Headed Giant', 'Two-Headed Giant of Foriys', 'Two-Headed Sliver', 'Tymaret, the Murder King', 'Typhoid Rats', 'Tyrannize', 'Tyrant of Valakut', 'Tyrant''s Choice', 'Tyrranax', 'Uba Mask', 'Ubul Sar Gatekeepers', 'Ugin''s Construct', 'Ugin''s Insight', 'Uktabi Drake', 'Uktabi Efreet', 'Uktabi Faerie', 'Uktabi Orangutan', 'Uktabi Wildcats', 'Ukud Cobra', 'Ulamog''s Despoiler', 'Ulamog''s Nullifier', 'Ulamog''s Reclaimer', 'Ulcerate', 'Ulrich''s Kindred', 'Ultimate Price', 'Ulvenwald Bear', 'Ulvenwald Captive', 'Ulvenwald Mysteries', 'Ulvenwald Mystics', 'Ulvenwald Observer', 'Umara Entangler', 'Umara Raptor', 'Umbra Mystic', 'Umbra Stalker', 'Umbral Mantle', 'Unbender Tine', 'Unblinking Bleb', 'Unbreathing Horde', 'Unbridled Growth', 'Unburden', 'Uncaged Fury', 'Unchecked Growth', 'Uncontrollable Anger', 'Unconventional Tactics', 'Uncovered Clues', 'Undead Alchemist', 'Undead Gladiator', 'Undead Leotau', 'Undead Minotaur', 'Undead Servant', 'Undead Slayer', 'Undercity Informer', 'Undercity Plague', 'Undercity Shade', 'Undercity Troll', 'Undergrowth Scavenger', 'Underhanded Designs', 'Undertaker', 'Underworld Coinsmith', 'Undo', 'Undying Rage', 'Unerring Sling', 'Unesh, Criosphinx Sovereign', 'Unexpected Results', 'Unflinching Courage', 'Unforge', 'Unfriendly Fire', 'Unhallowed Pact', 'Unholy Hunger', 'Unholy Strength', 'Unified Front', 'Unified Strike', 'Uninvited Geist', 'Unity of Purpose', 'Universal Solvent', 'Unknown Shores', 'Unliving Psychopath', 'Unmake the Graves', 'Unnatural Aggression', 'Unnatural Endurance', 'Unnatural Predation', 'Unnerving Assault', 'Unquenchable Thirst', 'Unravel the Aether', 'Unraveling Mummy', 'Unruly Mob', 'Unstable Footing', 'Unstable Frontier', 'Unstable Hulk', 'Unstoppable Ash', 'Unsummon', 'Untamed Hunger', 'Untamed Kavu', 'Untamed Might', 'Untamed Wilds', 'Untethered Express', 'Unwavering Initiate', 'Unwilling Recruit', 'Unwind', 'Unyaro Bee Sting', 'Unyaro Bees', 'Unyielding Krumar', 'Uphill Battle', 'Uproot', 'Ur-Golem''s Eye', 'Urban Burgeoning', 'Urban Evolution', 'Urbis Protector', 'Urborg Elf', 'Urborg Emissary', 'Urborg Mindsucker', 'Urborg Phantom', 'Urborg Shambler', 'Urborg Skeleton', 'Urborg Stalker', 'Urborg Syphon-Mage', 'Urborg Uprising', 'Urborg Volcano', 'Urge to Feed', 'Urgoros, the Empty One', 'Ursapine', 'Urza''s Armor', 'Urza''s Blueprints', 'Urza''s Chalice', 'Urza''s Guilt', 'Urza''s Tome', 'Uthden Troll', 'Utopia Vow', 'Utter End', 'Utvara Scalper', 'Uyo, Silent Prophet', 'Vacuumelt', 'Vaevictis Asmadi', 'Vagrant Plowbeasts', 'Valakut Fireboar', 'Valakut Invoker', 'Valakut Predator', 'Valduk, Keeper of the Flame', 'Valeron Outlander', 'Valeron Wardens', 'Valiant Guard', 'Valley Dasher', 'Valley Rannet', 'Valleymaker', 'Valor', 'Valor Made Real', 'Valor in Akros', 'Vampire Aristocrat', 'Vampire Cutthroat', 'Vampire Envoy', 'Vampire Interloper', 'Vampire Nighthawk', 'Vampire Noble', 'Vampire Outcasts', 'Vampire Revenant', 'Vampire Warlord', 'Vampire''s Bite', 'Vampire''s Zeal', 'Vampiric Embrace', 'Vampiric Fury', 'Vampiric Link', 'Vampiric Rites', 'Vampiric Sliver', 'Vampiric Spirit', 'Vampirism', 'Vandalize', 'Vanguard of Brimaz', 'Vanguard''s Shield', 'Vanish into Memory', 'Vanishment', 'Vanquish', 'Vanquish the Weak', 'Vaporkin', 'Vaporous Djinn', 'Varchild''s Crusader', 'Varolz, the Scar-Striped', 'Vassal Soul', 'Vassal''s Duty', 'Vastwood Animist', 'Vastwood Gorger', 'Vastwood Zendikon', 'Vault Skyward', 'Vaultbreaker', 'Vebulid', 'Vec Townships', 'Vectis Agents', 'Vectis Silencers', 'Vector Asp', 'Vedalken Anatomist', 'Vedalken Blademaster', 'Vedalken Certarch', 'Vedalken Dismisser', 'Vedalken Engineer', 'Vedalken Entrancer', 'Vedalken Ghoul', 'Vedalken Heretic', 'Vedalken Infuser', 'Vedalken Mastermind', 'Vedalken Outlander', 'Vedalken Plotter', 'Veil of Secrecy', 'Veilborn Ghoul', 'Veiled Apparition', 'Veiled Crocodile', 'Veiled Sentry', 'Veiled Serpent', 'Veilstone Amulet', 'Vein Drinker', 'Venarian Glimmer', 'Vendetta', 'Venerable Kumo', 'Venerable Lammasu', 'Venerable Monk', 'Venerated Teacher', 'Vengeance', 'Vengeful Firebrand', 'Vengeful Rebel', 'Vengeful Rebirth', 'Vengeful Vampire', 'Venomous Dragonfly', 'Venomspout Brackus', 'Venser''s Diffusion', 'Venser''s Journal', 'Vent Sentinel', 'Ventifact Bottle', 'Verdant Automaton', 'Verdant Eidolon', 'Verdant Embrace', 'Verdant Field', 'Verdant Force', 'Verdant Haven', 'Verdant Rebirth', 'Verdant Sun''s Avatar', 'Verdant Touch', 'Verdigris', 'Vermiculos', 'Vertigo Spawn', 'Vesper Ghoul', 'Vessel of Endless Rest', 'Vessel of Ephemera', 'Vessel of Malignity', 'Vessel of Nascency', 'Vessel of Paramnesia', 'Vessel of Volatility', 'Vestige of Emrakul', 'Vesuvan Shapeshifter', 'Veteran Armorer', 'Veteran Armorsmith', 'Veteran Cathar', 'Veteran Motorist', 'Veteran Warleader', 'Veteran of the Depths', 'Veteran''s Armaments', 'Veteran''s Reflexes', 'Veteran''s Sidearm', 'Vex', 'Vexing Scuttler', 'Vial of Dragonfire', 'Vial of Poison', 'Viashino Bladescout', 'Viashino Cutthroat', 'Viashino Firstblade', 'Viashino Grappler', 'Viashino Outrider', 'Viashino Racketeer', 'Viashino Runner', 'Viashino Sandscout', 'Viashino Sandstalker', 'Viashino Skeleton', 'Viashino Slasher', 'Viashino Slaughtermaster', 'Vibrating Sphere', 'Vicious Conquistador', 'Vicious Hunger', 'Vicious Kavu', 'Vicious Offering', 'Vicious Shadows', 'Victorious Destruction', 'Victory''s Herald', 'Victual Sliver', 'View from Above', 'Vigean Graftmage', 'Vigean Hydropon', 'Vigean Intuition', 'Vigil for the Lost', 'Vigilance', 'Vigilant Drake', 'Vigilant Sentry', 'Vigilante Justice', 'Vigor Mortis', 'Vigorous Charge', 'Vildin-Pack Outcast', 'Vile Aggregate', 'Vile Deacon', 'Vile Manifestation', 'Vile Rebirth', 'Vile Redeemer', 'Vile Requiem', 'Village Bell-Ringer', 'Village Cannibals', 'Village Elder', 'Village Ironsmith', 'Village Messenger', 'Village Survivors', 'Villagers of Estwald', 'Villainous Wealth', 'Vindictive Mob', 'Vine Kami', 'Vine Snare', 'Vinelasher Kudzu', 'Vines of the Recluse', 'Vineshaper Mystic', 'Vineweft', 'Vintara Snapper', 'Violent Impact', 'Violet Pall', 'Viper''s Kiss', 'Viral Drake', 'Viridescent Wisps', 'Viridian Acolyte', 'Viridian Betrayers', 'Viridian Claw', 'Viridian Emissary', 'Viridian Joiner', 'Viridian Lorebearers', 'Viridian Revel', 'Viridian Shaman', 'Viridian Zealot', 'Virulent Swipe', 'Virulent Wound', 'Visara the Dreadful', 'Viscerid Armor', 'Viscerid Drone', 'Viscid Lemures', 'Vision Skeins', 'Visionary Augmenter', 'Visions of Brutality', 'Vital Splicer', 'Vital Surge', 'Vitality Charm', 'Vitalizing Cascade', 'Vitaspore Thallid', 'Vithian Renegades', 'Vithian Stinger', 'Vitu-Ghazi Guildmage', 'Vitu-Ghazi, the City-Tree', 'Vivify', 'Vivisection', 'Vizier of Deferment', 'Vizier of Many Faces', 'Vizier of Remedies', 'Vizier of Tumbling Sands', 'Vizier of the Anointed', 'Vizier of the True', 'Vizkopa Confessor', 'Vizkopa Guildmage', 'Vizzerdrix', 'Vodalian Arcanist', 'Vodalian Hypnotist', 'Vodalian Knights', 'Vodalian Merchant', 'Vodalian Serpent', 'Voice of All', 'Voice of Duty', 'Voice of Grace', 'Voice of Law', 'Voice of Reason', 'Void Attendant', 'Void Grafter', 'Void Maw', 'Void Shatter', 'Void Squall', 'Void Stalker', 'Voidmage Apprentice', 'Voidmage Husher', 'Voidstone Gargoyle', 'Voidwalk', 'Voidwielder', 'Volatile Rig', 'Volcanic Awakening', 'Volcanic Geyser', 'Volcanic Rambler', 'Volcanic Rush', 'Volcanic Spray', 'Volcanic Strength', 'Volcanic Upheaval', 'Volcanic Wind', 'Volcano Hellion', 'Volcano Imp', 'Voldaren Duelist', 'Voldaren Pariah', 'Volition Reins', 'Volrath''s Curse', 'Volrath''s Dungeon', 'Volrath''s Gardens', 'Volrath''s Laboratory', 'Volrath''s Shapeshifter', 'Volt Charge', 'Voltaic Brawler', 'Voltaic Construct', 'Voltaic Servant', 'Volunteer Reserves', 'Vona''s Hunger', 'Voodoo Doll', 'Voracious Cobra', 'Voracious Dragon', 'Voracious Null', 'Voracious Vampire', 'Voracious Wurm', 'Vorrac Battlehorns', 'Vortex Elemental', 'Votary of the Conclave', 'Vow of Duty', 'Vow of Flight', 'Vow of Lightning', 'Vow of Malice', 'Vow of Wildness', 'Voyage''s End', 'Voyager Drake', 'Voyager Staff', 'Voyaging Satyr', 'Vug Lizard', 'Vulpine Goliath', 'Vulshok Battlemaster', 'Vulshok Berserker', 'Vulshok Gauntlets', 'Vulshok Heartstoker', 'Vulshok Morningstar', 'Vulshok Replica', 'Vulshok Sorcerer', 'Vulshok War Boar', 'Vulturous Zombie', 'Wail of the Nim', 'Wailing Ghoul', 'Wake of Vultures', 'Wake the Reflections', 'Wakedancer', 'Waker of the Wilds', 'Waking Nightmare', 'Walk the Plank', 'Walker of Secret Ways', 'Walker of the Grove', 'Walker of the Wastes', 'Walking Archive', 'Walking Atlas', 'Walking Corpse', 'Walking Desecration', 'Walking Dream', 'Walking Sponge', 'Walking Wall', 'Wall of Air', 'Wall of Blood', 'Wall of Bone', 'Wall of Deceit', 'Wall of Denial', 'Wall of Diffusion', 'Wall of Distortion', 'Wall of Essence', 'Wall of Faith', 'Wall of Fire', 'Wall of Forgotten Pharaohs', 'Wall of Frost', 'Wall of Light', 'Wall of Limbs', 'Wall of Mulch', 'Wall of Resurgence', 'Wall of Souls', 'Wall of Spears', 'Wall of Stone', 'Wall of Swords', 'Wall of Tanglecord', 'Wall of Vines', 'Wall of Vipers', 'Wall of Wonder', 'Wallop', 'Wand of Denial', 'Wand of the Elements', 'Wander in Death', 'Wanderbrine Rootcutters', 'Wanderer''s Twig', 'Wanderguard Sentry', 'Wandering Champion', 'Wandering Eye', 'Wandering Goblins', 'Wandering Graybeard', 'Wandering Mage', 'Wandering Ones', 'Wandering Stream', 'Wandering Wolf', 'Wanderlust', 'Wanderwine Prophets', 'Waning Wurm', 'Wanted Scoundrels', 'War Barge', 'War Behemoth', 'War Dance', 'War Elemental', 'War Falcon', 'War Flare', 'War Horn', 'War Oracle', 'War Priest of Thune', 'War Report', 'War-Name Aspirant', 'War-Spike Changeling', 'War-Wing Siren', 'Warbreak Trumpeter', 'Warbringer', 'Warchanter of Mogis', 'Warchief Giant', 'Warcry Phoenix', 'Ward of Piety', 'Warden of Evos Isle', 'Warden of Geometries', 'Warden of the Eye', 'Wardscale Dragon', 'Warfire Javelineer', 'Warleader''s Helix', 'Warlord''s Fury', 'Warmind Infantry', 'Warmonger', 'Warmonger''s Chariot', 'Warning', 'Warp Artifact', 'Warp World', 'Warpath Ghoul', 'Warped Devotion', 'Warped Landscape', 'Warped Researcher', 'Warren Pilferers', 'Warren Weirding', 'Warren-Scourge Elf', 'Warrior Angel', 'Warrior en-Kor', 'Warrior''s Honor', 'Warriors'' Lesson', 'Warthog', 'Wasp Lancer', 'Waste Away', 'Wasteland Scorpion', 'Wasteland Strangler', 'Wasteland Viper', 'Watchdog', 'Watcher Sliver', 'Watcher in the Web', 'Watcher of the Roost', 'Watchers of the Dead', 'Watchful Automaton', 'Watchful Naga', 'Watchwing Scarecrow', 'Watchwolf', 'Water Elemental', 'Water Servant', 'Watercourser', 'Waterfront Bouncer', 'Waterknot', 'Waterspout Djinn', 'Waterspout Elemental', 'Waterspout Weavers', 'Watertrap Weaver', 'Waterveil Cavern', 'Wave of Indifference', 'Wave-Wing Elemental', 'Wavecrash Triton', 'Waveskimmer Aven', 'Wax // Wane', 'Waxing Moon', 'Waxmane Baku', 'Way of the Thief', 'Wayfaring Giant', 'Wayfaring Temple', 'Waylay', 'Wayward Giant', 'Wayward Servant', 'Wayward Soul', 'Weakness', 'Weakstone', 'Weapon Surge', 'Weaponcraft Enthusiast', 'Weapons Trainer', 'Wear Away', 'Weathered Bodyguards', 'Weatherseed Elf', 'Weatherseed Faeries', 'Weatherseed Totem', 'Weave Fate', 'Weaver of Currents', 'Weaver of Lies', 'Weaver of Lightning', 'Web', 'Wee Dragonauts', 'Weed Strangle', 'Weed-Pruner Poplar', 'Wei Elite Companions', 'Wei Infantry', 'Wei Night Raiders', 'Weight of Conscience', 'Weight of Memory', 'Weight of Spires', 'Weight of the Underworld', 'Weird Harvest', 'Weirded Vampire', 'Weirding Wood', 'Welcome to the Fold', 'Welder Automaton', 'Weldfast Engineer', 'Weldfast Monitor', 'Weldfast Wingsmith', 'Welding Sparks', 'Welkin Guide', 'Welkin Tern', 'Well of Life', 'Western Paladin', 'Wetland Sambar', 'Wharf Infiltrator', 'Whelming Wave', 'Where Ancients Tread', 'Whetwheel', 'Whims of the Fates', 'Whimwader', 'Whip Sergeant', 'Whip Silk', 'Whip of Erebos', 'Whipcorder', 'Whipkeeper', 'Whiplash Trap', 'Whiptail Moloch', 'Whiptail Wurm', 'Whiptongue Frog', 'Whirler Rogue', 'Whirlermaker', 'Whirling Catapult', 'Whirling Dervish', 'Whirlpool Drake', 'Whirlwind Adept', 'Whisper, Blood Liturgist', 'Whispering Madness', 'Whispering Shade', 'Whispering Specter', 'Whispers of Emrakul', 'Whispersilk Cloak', 'White Knight', 'White Shield Crusader', 'Whitemane Lion', 'Whiteout', 'Whitesun''s Passage', 'Wicked Akuba', 'Wicked Reward', 'Wicker Warcrawler', 'Wicker Witch', 'Wiitigo', 'Wild Aesthir', 'Wild Beastmaster', 'Wild Colos', 'Wild Dogs', 'Wild Evocation', 'Wild Griffin', 'Wild Guess', 'Wild Hunger', 'Wild Instincts', 'Wild Leotau', 'Wild Mammoth', 'Wild Might', 'Wild Onslaught', 'Wild Ox', 'Wild Pair', 'Wild Ricochet', 'Wild Swing', 'Wild Wanderer', 'Wild Wurm', 'Wild-Field Scarecrow', 'Wildcall', 'Wilderness Elemental', 'Wilderness Hypnotist', 'Wildest Dreams', 'Wildfire Cerberus', 'Wildfire Emissary', 'Wildfire Eternal', 'Wildgrowth Walker', 'Wildheart Invoker', 'Wildsize', 'Wildwood Rebirth', 'Will-Forged Golem', 'Willbender', 'Willbreaker', 'Willow Priestess', 'Wily Bandar', 'Wily Goblin', 'Wind Dancer', 'Wind Drake', 'Wind Shear', 'Wind Strider', 'Wind-Kin Raiders', 'Wind-Scarred Crag', 'Windborne Charge', 'Windbrisk Raptor', 'Windgrace Acolyte', 'Winding Wurm', 'Windreaper Falcon', 'Windreaver', 'Windrider Patrol', 'Winds of Rath', 'Winds of Rebuke', 'Windseeker Centaur', 'Windstorm', 'Windwright Mage', 'Wine of Blood and Iron', 'Wing Puncture', 'Wing Shards', 'Wing Snare', 'Wing Splicer', 'Wing Storm', 'Wingcrafter', 'Winged Coatl', 'Winged Shepherd', 'Wingmate Roc', 'Wingrattle Scarecrow', 'Wings of Aesthir', 'Wings of Velis Vel', 'Wingsteed Rider', 'Winnow', 'Winnower Patrol', 'Winter Blast', 'Winterflame', 'Wipe Clean', 'Wirecat', 'Wirefly Hive', 'Wirewood Elf', 'Wirewood Guardian', 'Wirewood Savage', 'Wispweaver Angel', 'Wistful Thinking', 'Wit''s End', 'Witch''s Familiar', 'Witch''s Mist', 'Witch-Maw Nephilim', 'Witches'' Eye', 'Withered Wretch', 'Withering Gaze', 'Withering Hex', 'Withering Wisps', 'Witherscale Wurm', 'Without Weakness', 'Withstand', 'Withstand Death', 'Witness of the Ages', 'Witness the End', 'Wizard Mentor', 'Wizard Replica', 'Wizened Cenn', 'Woebearer', 'Woebringer Demon', 'Woeleecher', 'Wojek Apothecary', 'Wojek Siren', 'Wolf-Skull Shaman', 'Wolfbriar Elemental', 'Wolfhunter''s Quiver', 'Wolfir Avenger', 'Wolfkin Bond', 'Wonder', 'Wood Elemental', 'Woodborn Behemoth', 'Woodcloaker', 'Woodcutter''s Grit', 'Wooden Sphere', 'Wooden Stake', 'Woodland Changeling', 'Woodland Druid', 'Woodland Guidance', 'Woodland Patrol', 'Woodland Sleuth', 'Woodland Stream', 'Woodland Wanderer', 'Woodlot Crawler', 'Woodlurker Mimic', 'Woodripper', 'Woodweaver''s Puzzleknot', 'Woodwraith Corrupter', 'Woodwraith Strangler', 'Woolly Loxodon', 'Woolly Mammoths', 'Woolly Spider', 'Woolly Thoctar', 'Word of Seizing', 'Word of Undoing', 'Words of War', 'Words of Waste', 'Words of Wilding', 'Workshop Assistant', 'World Queller', 'World Shaper', 'World at War', 'Worldgorger Dragon', 'Worldheart Phoenix', 'Worldly Counsel', 'Worldpurge', 'Worldslayer', 'Worm Harvest', 'Wormfang Drake', 'Wormfang Manta', 'Wormwood Dryad', 'Wormwood Treefolk', 'Wort, Boggart Auntie', 'Wort, the Raidmother', 'Worthy Cause', 'Wound Reflection', 'Wrangle', 'Wrap in Flames', 'Wrath of Marit Lage', 'Wreak Havoc', 'Wreath of Geists', 'Wrecking Ball', 'Wrecking Ogre', 'Wren''s Run Packmaster', 'Wren''s Run Vanquisher', 'Wretched Camel', 'Wretched Gryff', 'Writ of Passage', 'Wu Elite Cavalry', 'Wu Longbowman', 'Wu Warship', 'Wurm''s Tooth', 'Wurmcalling', 'Wurmskin Forger', 'Wurmweaver Coil', 'Wydwen, the Biting Gale', 'Wyluli Wolf', 'Xathrid Gorgon', 'Xathrid Slyblade', 'Xenic Poltergeist', 'Yamabushi''s Flame', 'Yamabushi''s Storm', 'Yare', 'Yargle, Glutton of Urborg', 'Yavimaya Ancients', 'Yavimaya Ants', 'Yavimaya Dryad', 'Yavimaya Enchantress', 'Yavimaya Kavu', 'Yavimaya Sapherd', 'Yavimaya Scion', 'Yavimaya Wurm', 'Yawgmoth Demon', 'Yawgmoth''s Edict', 'Yawning Fissure', 'Yeva''s Forcemage', 'Yeva, Nature''s Herald', 'Yew Spirit', 'Yixlid Jailer', 'Yoke of the Damned', 'Yoked Ox', 'Yoked Plowbeast', 'Yomiji, Who Bars the Way', 'Yore-Tiller Nephilim', 'Yosei, the Morning Star', 'Yotian Soldier', 'Young Wei Recruits', 'Youthful Knight', 'Youthful Scholar', 'Yuki-Onna', 'Yukora, the Prisoner', 'Zada''s Commando', 'Zada, Hedron Grinder', 'Zameck Guildmage', 'Zanikev Locust', 'Zap', 'Zarichi Tiger', 'Zealot il-Vec', 'Zealous Guardian', 'Zealous Inquisitor', 'Zebra Unicorn', 'Zektar Shrine Expedition', 'Zendikar Farguide', 'Zendikar Incarnate', 'Zendikar Resurgent', 'Zendikar''s Roil', 'Zenith Seeker', 'Zephid', 'Zephid''s Embrace', 'Zephyr Charge', 'Zephyr Net', 'Zephyr Spirit', 'Zephyr Sprite', 'Zerapa Minotaur', 'Zhalfirin Commander', 'Zhalfirin Crusader', 'Zhalfirin Knight', 'Zhang Fei, Fierce Warrior', 'Zhur-Taa Ancient', 'Zhur-Taa Druid', 'Zhur-Taa Swine', 'Zodiac Monkey', 'Zoetic Cavern', 'Zof Shade', 'Zombie Boa', 'Zombie Cannibal', 'Zombie Cutthroat', 'Zombie Goliath', 'Zombie Musher', 'Zombie Trailblazer', 'Zombify', 'Zoologist', 'Zulaport Chainmage', 'Zulaport Cutthroat', 'Zulaport Enforcer', 'Zur''s Weirding', 'Zuran Spellcaster') with[]because of(1213, 'Deadlock found when trying to get lock; try restarting transaction')`

Reported on decksite by hboc22

Request Method: POST Path: /deckcheck/? Cookies: {'cfduid': 'd1e5441fdbd99037816cb177673085aea1531076939', '_ga': 'GA1.2.1526447395.1531076944', 'session': '.eJx1UMtOwzAQ_Jc9RyhxHnV7BJUeoCqkRAUhFLmJ83TiYDs0adV_Z1MJekCcVju7szM7J4g7rhrW8tbAwqieW8DSpmxhkTGhsUtLnUiVxmUKC3Bdh_g0oLM5oXMSEJuCBf9PhMxznk4KWraXC4T4vgWNyWXca65a1nAkF3uZEIIEyXpTkFgbZib84RgtD2P1Gr0eqm5XHe5emHguViSUPhv2130ja46OT8CShGv908NQh2ZTR23jrh7brzDZ0aF2qSPenJm7yZDPh65UXMcMn3d81wnQuje7cdwAK73OpzwC26O2bYHiGULFr4g0T8vq894Lj956K9Z-IJwxW0diG8jtqFAE8-vwm3cMClMusxGxvC9FquHDgsuZ2IzTCtxypriCswV_MjNM5Rxttr0Q528BpozM.DinmTQ.3scg3YyS-D5lwjNGi1PLlkY15os', '_gid': 'GA1.2.1861357964.1531380906'} Endpoint: do_deck_check View Args: {} Person: 331258687928926208 Referrer: https://pennydreadfulmagic.com/deckcheck/ Request Data: {'decklist': "4 Crumbling Vestige\r\n4 Cloudpost\r\n4 Glimmerpost\r\n4 Unstable Frontier\r\n4 Rogue's Passage\r\n2 Orbs of Warding\r\n2 Mimic Vat\r\n4 Ankh of Mishra\r\n4 Eldrazi Mimic\r\n3 Disciple of the Vault\r\n4 Cranial Extraction\r\n1 Spawnsire of Ulamog\r\n4 Artisan of Kozilek\r\n3 Pathrazer of Ulamog\r\n4 Elvish Piper\r\n4 Ultimate Price\r\n4 Mask of the Mimic\r\n1 Call to the Kindred\r\n1 banishing light\r\n"} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 2605:a000:1708:c3a3:0:b96d:1067:7f91, 162.158.74.251 Cf-Ray: 439a111f88837155-ORD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 Accept-Language: en-US,en;q=0.5 Referer: https://pennydreadfulmagic.com/deckcheck/ Content-Type: application/x-www-form-urlencoded Upgrade-Insecure-Requests: 1 Cookie: cfduid=d1e5441fdbd99037816cb177673085aea1531076939; _ga=GA1.2.1526447395.1531076944; session=.eJx1UMtOwzAQ_Jc9RyhxHnV7BJUeoCqkRAUhFLmJ83TiYDs0adV_Z1MJekCcVju7szM7J4g7rhrW8tbAwqieW8DSpmxhkTGhsUtLnUiVxmUKC3Bdh_g0oLM5oXMSEJuCBf9PhMxznk4KWraXC4T4vgWNyWXca65a1nAkF3uZEIIEyXpTkFgbZib84RgtD2P1Gr0eqm5XHe5emHguViSUPhv2130ja46OT8CShGv908NQh2ZTR23jrh7brzDZ0aF2qSPenJm7yZDPh65UXMcMn3d81wnQuje7cdwAK73OpzwC26O2bYHiGULFr4g0T8vq894Lj956K9Z-IJwxW0diG8jtqFAE8-vwm3cMClMusxGxvC9FquHDgsuZ2IzTCtxypriCswV_MjNM5Rxttr0Q528BpozM.DinmTQ.3scg3YyS-D5lwjNGi1PLlkY15os; _gid=GA1.2.1861357964.1531380906 Cf-Connecting-Ip: 2605:a000:1708:c3a3:0:b96d:1067:7f91 X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive Content-Length: 455-------------------------------------------------------------------------------- DatabaseException Stack Trace: File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2309, in call return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2295, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request return self.view_functionsrule.endpoint File "./decksite/cache.py", line 71, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 297, in do_deck_check form.validate() File "./decksite/data/form.py", line 15, in validate self.do_validation() File "./decksite/league.py", line 107, in do_validation self.parse_and_validate_decklist() File "./decksite/league.py", line 73, in parse_and_validate_decklist self.check_deck_legality() File "./decksite/league.py", line 96, in check_deck_legality if 'Penny Dreadful' not in legality.legal_formats(self.deck, None, errors): File "./magic/legality.py", line 14, in legal_formats init() File "./magic/legality.py", line 93, in init assert len(oracle.legal_cards()) > 0 File "./magic/oracle.py", line 62, in legal_cards new_list = multiverse.set_legal_cards(force) File "./magic/multiverse.py", line 257, in set_legal_cards db().execute(sql) File "./shared/database.py", line 50, in execute raise DatabaseException('Failed to execute {sql} with {args} because of {e}'.format(sql=sql, args=args, e=e))

silasary commented 5 years ago

Rotation issue.