
Detention Chariot (DFT-012) - Aetherdrift Foil
Card TypeArtifact — Vehicle RarityUncommon Power/Toughnessnull/null Legalities When this Vehicle enters, exile target artifact or creature an opponent controls until this Vehicle leaves the battlefield. Crew 3 (Tap any number of creatures you control with total power 3 or more: This Vehicle becomes an artifact creature until end of turn.) Cycling W (W, Discard this card: Draw a card.) 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")