The Legend of Kyoshi (TLA-186) - Avatar: The Last Airbender Foil
- SKU: ZTI80105732
- Product Category:Mtg single
- Availability:In Stock
- Original price was: $7.77.$4.66Current price is: $4.66.
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] Draw cards equal to the greatest power among creatures you control.
[II] Earthbend X, where X is the number of cards in your hand. That land becomes an Island in addition to its other types.
[III] Exile this Saga, then return it to the battlefield transformed under your control.
//
Avatar Kyoshi
Lands you control have trample and hexproof.
T: Add X mana of any one color, where X is the greatest power among creatures you control. 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”) } }