The Legend of Yangchen (TLA-027) - Avatar: The Last Airbender Foil
Original price was: $5.98.$3.59Current price is: $3.59.
- SKU:ZTI80107099
- Categories:Mtg single
Card TypeEnchantment Saga // Legendary Creature Avatar RarityMythic Power/Toughnessnull/null Legalities (As this Saga enters and after your draw step, add a lore counter.)
[I] Starting with you, each player chooses up to one permanent with mana value 3 or greater from among permanents your opponents control. Exile those permanents.
[II] You may have target opponent draw three cards. If you do, draw three cards.
[III] Exile this Saga, then return it to the battlefield transformed under your control.
//
Avatar Yangchen
Flying
Whenever you cast your second spell each turn, airbend up to one other target nonland permanent. (Exile it. While it’s exiled, its owner may cast it for 2 rather than its mana cost.) 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”) } }