
Ardyn, the Usurper (Extended Art) (FIN-444) - FINAL FANTASY Foil
Card TypeLegendary Creature — Elder Human Noble RarityRare Power/Toughnessnull/null Legalities Demons you control have menace, lifelink, and haste.Starscourge — At the beginning of combat on your turn, exile up to one target creature card from a graveyard. If you exiled a card this way, create a token that's a copy of that card, except it's a 5/5 black Demon. 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.remo