Card TypeLegendary Creature — Phyrexian Praetor // Enchantment — Saga RarityMythic ArtistFlavio Girón Power/Toughnessnull/null Legalities NOT LEGAL Standard NOT LEGAL Future LEGAL Historic LEGAL Timeless LEGAL Gladiator LEGAL Pioneer LEGAL Modern LEGAL Legacy NOT LEGAL Pauper LEGAL Vintage LEGAL Penny LEGAL Commander LEGAL Oathbreaker NOT LEGAL Standardbrawl LEGAL Brawl NOT LEGAL Alchemy NOT LEGAL Pauper Commander LEGAL Duel NOT LEGAL Oldschool NOT LEGAL Premodern NOT LEGAL Predh Trample, reachWhen Vorinclex enters the battlefield, search your library for up to two Forest cards, reveal them, put them into your hand, then shuffle.6GG: Exile Vorinclex, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.//The Grand Evolution(As this Saga enters and after you draw step, add a lore counter.)I | Mill ten cards. Put up to two creature cards from among the milled cards onto the battlefield.II | Distribute seven +1/+1 counters among any number of target creatures you control.III | Until end of turn, creatures you control gain "1: This creature fights target creature you don't control." Exile The Grand Evolution, then return it to the battlefield (front face up). Trample, reachWhen Vorinclex enters, search your library for up to two Forest cards, reveal them, put them into your hand, then shuffle.: Exile Vorinclex, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery. (As this Saga enters and after your draw step, add a lore counter.)I — Mill ten cards. Put up to two creature cards from among the milled cards onto the battlefield.II — Distribute seven +1/+1 counters among any number of target creatures you control.III — Until end of turn, creatures you control gain ": This creature fights target creature you don't control." Exile this Saga, then return it to the battlefield (front face up). function toggleLegality() { var element = document.getElementById("info-item-legalities") var closed = document.querySelector(".legalities-closed") var open = document.querySelector(".legalities-open") if (element.classList.contains('d-none')) { element.classList.add("d-block") closed.classList.add("d-none") open.classList.add("d-block") element.classList.remove("d-none") closed.classList.remove("d-block") open.classList.remove("d-none") } else { element.classList.add("d-none") closed.classList.add("d-block") open.classList.add("d-none") element.classList.remove("d-block") closed.classList.remove("d-none") open.classList.remove("d-block") } } .store-pass-custom-description .d-none { display: none!important; } .store-pass-custom-description .d-block { display: block!important; } .store-pass-custom-description .row { display: flex; flex-wrap: wrap; } .store-pass-custom-description .col-6 { flex: 0 0 50%; max-width: 50%; display: flex; } .store-pass-custom-description .badge { display: inline-block; padding: 0.25rem 0.5rem; text-align: center; margin: 0 0.5rem 0.5rem 0; width: 130px; flex: 0 0 130px; border-radius: 0; } .store-pass-custom-description a { font-size: 1rem; } .store-pass-custom-description .badge-legal { background-color: #6B6B6B; color: white; } .store-pass-custom-description .badge-not-legal { background-color: #BBBBBB; color: white; } .store-pass-custom-description .legality-status { display: inline-block; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; height: 28px; } .store-pass-custom-description .mtg-icon { width: 16px; height: 16px; } .store-pass-custom-description .info-item { display: flex; align-items: center; padding: 0.5rem 0.5rem 0.5rem 0; margin: 0; border-bottom: 1px solid #e5e5e5; } .store-pass-custom-description .info-item-description { display: flex; flex-direction: column; padding: 0.5rem 0.5rem 0.5rem 0; margin: 0; border-bottom: 1px solid #e5e5e5; } .store-pass-custom-description .info-item label { font-weight: 600; width: 160px; flex: 0 0 160px; margin-bottom: 0; }