Archangel Avacyn // Avacyn, the Purifier (Retro Frame) (INR-449) - Innistrad Remastered [Mythic]
Original price was: $12.00.$8.00Current price is: $8.00.
- SKU:PEA48802204056
- Categories:Mtg single
Card TypeLegendary Creature Angel RarityMythic Power/Toughnessnull/null Legalities Flash
Flying, vigilance
When Archangel Avacyn enters, creatures you control gain indestructible until end of turn.
When a non-Angel creature you control dies, transform Archangel Avacyn at the beginning of the next upkeep.
//
Avacyn, the Purifier
Flying
When this creature transforms into Avacyn, the Purifier, it deals 3 damage to each other creature and 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”) } }