Hide

  1. Home
  2. Mtg single
  3. Archangel Avacyn (INR-011) – Innistrad Remastered [Mythic]

Archangel Avacyn (INR-011) - Innistrad Remastered [Mythic]

Original price was: $3.99.Current price is: $2.39.

Card TypeLegendary Creature Angel RarityMythic Power/Toughnessnull/null Legalities LEGALCommanderLEGALFrontierLEGALLegacyLEGALModernLEGALPioneerLEGALVintage 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”) } }