Inventors' Fair (0156) (Borderless) (Galaxy Foil) (EOS-156) - Edge of Eternities: Stellar Sights Foil
Original price was: $120.54.$60.27Current price is: $60.27.
- SKU:ZTI80088452
- Categories:Mtg single
Card TypeLegendary Land RarityMythic Power/Toughnessnull/null Legalities At the beginning of your upkeep, if you control three or more artifacts, you gain 1 life.
T: Add C.
4, T, Sacrifice Inventors’ Fair: Search your library for an artifact card, reveal it, put it into your hand, then shuffle. Activate only if you control three or more artifacts. 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”) } }