
Oviya, Automech Artisan (DFT-173) - Aetherdrift
Card TypeLegendary Creature — Human Artificer RarityRare Power/Toughnessnull/null Legalities Each creature that's attacking one of your opponents has trample.G, T: You may put a creature or Vehicle card from your hand onto the battlefield. If you put an artifact onto the battlefield this way, put two +1/+1 counters on it. 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 {