Bioengineered Future (PPEOE-172) – Promo Pack: Edge of Eternities Foil

Bioengineered Future (PPEOE-172) – Promo Pack: Edge of Eternities Foil

SKU: ZTI80088081
Original price was: $12.00.Current price is: $6.00.

Card TypeEnchantment RarityRare Power/Toughnessnull/null Legalities When this enchantment enters, create a Lander token. (It’s an artifact with “2, T, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.”)

Each creature you control enters with an additional +1/+1 counter on it for each land that entered the battlefield under your control this turn. 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”) } }