
Will of the Abzan (Extended Art) (TDC-071) - Commander: Tarkir: Dragonstorm
Card TypeSorcery RarityRare Power/Toughnessnull/null Legalities Choose one. If you control a commander as you cast this spell, you may choose both instead.• Any number of target opponents each sacrifice a creature with the greatest power among creatures that player controls and lose 3 life.• Return target creature card from your graveyard to the battlefield. 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.remov