Furygale Flocking (Extended Art) (SOC-080) – Commander: Secrets of Strixhaven

Furygale Flocking (Extended Art) (SOC-080) – Commander: Secrets of Strixhaven

SKU: ZTI80108172
Original price was: $3.04.Current price is: $1.82.

Card TypeSorcery RarityRare Power/Toughnessnull/null Legalities This spell costs 1 less to cast for each instant and sorcery card in your graveyard.

For each opponent, create two 3/3 blue and red Elemental creature tokens with flying that attack that opponent this turn if able. They gain haste until end of turn. 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”) } }