Card TypeLegendary Creature Human Cleric RarityUncommon Power/Toughnessnull/null Legalities When Vanille enters, mill two cards, then return a permanent card from your graveyard to your hand.
At the beginning of your first main phase, if you both own and control Vanille and a creature named Fang, Fearless l'Cie, you may pay 3BG. If you do, exile them, then meld them into Ragnarok, Divine Deliverance.
(Melds with Fang, Fearless l'Cie)
----------------------------
Meld Partner: Fang, Fearless l'Cie
When melded, it becomes the following:
Ragnarok, Divine Deliverance
Legendary Creature Beast Avatar
Vigilance, menace, trample, reach, haste
When Ragnarok dies, destroy target permanent and return target nonlegendary permanent card from your graveyard to the battlefield.
7/6 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") } }