Hide

  1. Home
  2. Mtg single
  3. Birthing Ritual (MH3-146) – Modern Horizons 3 Foil [Mythic]

Birthing Ritual (MH3-146) - Modern Horizons 3 Foil [Mythic]

Original price was: $8.99.Current price is: $5.39.

Casting Cost Card TypeEnchantment RarityMythic ArtistDrew Tucker Legalities NOT LEGALStandardNOT LEGALFutureNOT LEGALHistoricNOT LEGALTimelessNOT LEGALGladiatorNOT LEGALPioneerNOT LEGALExplorerNOT LEGALModernNOT LEGALLegacyNOT LEGALPauperNOT LEGALVintageNOT LEGALPennyNOT LEGALCommanderNOT LEGALOathbreakerNOT LEGALStandardbrawlNOT LEGALBrawlNOT LEGALAlchemyNOT LEGALPauper CommanderNOT LEGALDuelNOT LEGALOldschoolNOT LEGALPremodernNOT LEGALPredh At the beginning of your end step, if you control a creature, look at the top seven cards of your library. Then you may sacrifice a creature. If you do, you may put a creature card with mana value X or less from among those cards onto the battlefield, where X is 1 plus the sacrificed creature’s mana value. Put the rest on the bottom of your library in a random order. 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”) } }