Rootha, Mastering the Moment (Borderless) (SOC-008) - Commander: Secrets of Strixhaven
Original price was: $11.00.$5.00Current price is: $5.00.
- SKU:ZTI80092762
- Categories:Mtg single
Card TypeLegendary Creature Orc Sorcerer RarityMythic Power/Toughnessnull/null Legalities At the beginning of combat on your turn, if you’ve cast an instant or sorcery spell this turn, create an X/X blue and red Elemental creature token with flying and haste, where X is the greatest mana value among instant and sorcery spells you’ve cast this 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”) } }