Shadowspear (LTC-353) – Tales of Middle-earth Commander / Morgul-Knife (Borderless)

Shadowspear (LTC-353) – Tales of Middle-earth Commander / Morgul-Knife (Borderless)

SKU: ZTI80090212
Original price was: $72.31.Current price is: $36.16.

Casting Cost Card TypeLegendary Artifact Equipment RarityMythic ArtistCampbell White Power/Toughnessnull/null Legalities NOT LEGALStandardNOT LEGALFutureLEGALHistoricLEGALTimelessLEGALGladiatorLEGALPioneerLEGALModernLEGALLegacyNOT LEGALPauperLEGALVintageNOT LEGALPennyLEGALCommanderLEGALOathbreakerNOT LEGALStandardbrawlLEGALBrawlNOT LEGALAlchemyNOT LEGALPauper CommanderLEGALDuelNOT LEGALOldschoolNOT LEGALPremodernNOT LEGALPredh Equipped creature gets +1/+1 and has trample and lifelink.
: Permanents your opponents control lose hexproof and indestructible until end of turn.
Equip 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”) } }