
Satya, Aetherflux Genius (Foil Etched) (M3C-023) - Modern Horizons 3 Commander Foil
Card TypeLegendary Creature — Human Artificer RarityMythic Power/Toughnessnull/null Legalities Menace, hasteWhenever Satya, Aetherflux Genius attacks, create a tapped and attacking token that's a copy of up to one other target nontoken creature you control. You get EE. At the beginning of the next end step, sacrifice that token unless you pay an amount of E equal to its mana value. 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")