MENU

Garruk Relentless (INR-197) – Innistrad Remastered [Mythic]

SKU:PEA48802204907
Original price was: $11.00.Current price is: $9.00.
Qty:
Card TypeLegendary Planeswalker Garruk RarityMythic Power/Toughnessnull/null Legalities LEGALCommanderLEGALLegacyLEGALModernLEGALVintage When Garruk Relentless has two or fewer loyalty counters on him, transform him.


[0]: Garruk Relentless deals 3 damage to target creature. That creature deals damage equal to its power to him.


[0]: Create a 2/2 green Wolf creature token.

//

Garruk, the Veil-Cursed


[+1]: Create a 1/1 black Wolf creature token with deathtouch.


[-1]: Sacrifice a creature. If you do, search your library for a creature card, reveal it, put it into your hand, then shuffle your library.


[-3]: Creatures you control gain trample and get +X/+X until end of turn, where X is the number of creature cards in your graveyard. 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") } }