
Riptide Gearhulk (PPDFT-219) - Promo Pack: Aetherdrift
Card TypeArtifact Creature — Construct RarityMythic Legalities Double strikeProwess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)When this creature enters, for each opponent, put up to one target nonland permanent that player controls into its owner's library third from the top. 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") clo