
March of the World Ooze (Showcase) (DFT-402) - Foil
Card TypeEnchantment RarityMythic Legalities Creatures you control have base power and toughness 6/6 and are Oozes in addition to their other types.Whenever an opponent casts a spell, if it's not their turn, you create a 3/3 green Elephant creature token. function toggleLegality(e) { 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.