Card TypeLegendary Creature Human Noble Wizard // Legendary Enchantment Create Saga Phoenix RarityRare Power/Toughnessnull/null Legalities When Joshua enters, discard up to two cards, then draw that many cards.
3RW, T: Exile Joshua, then return it to the battlefield transformed under its owner’s control. Activate only as a sorcery.
//
Phoenix, Warden of Fire
As this Saga enters and after your draw st??, add a lore counter.)
[I] [II] Rising Flames Phoenix deals 2 damage to each opponent.
[III] Flames of Rebirth Return any number of target creature cards with total mana value 6 or less from your graveyard to the battlefield. Exile
Phoenix, then return it to the battlefield (front face up.)
Flying, lifelink 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”) } }