Card TypeLegendary Creature Human Avatar Ally // Legendary Creature Avatar Ally RarityMythic Power/Toughnessnull/null Legalities
Flying, firebending 2
Whenever you waterbend, earthbend, firebend, or airbend, draw a card. Then if you've done all four this turn, transform Avatar Aang.
//
Aang, Master of Elements
Flying
Spells you cast cost WUBRG less to cast. (This can reduce generic costs.)
At the beginning of each upkeep, you may transform Aang, Master of Elements. If you do, you gain 4 life, draw four cards, put four +1/+1 counters on him, and he deals 4 damage to each opponent. 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") } }