Hide

  1. Home
  2. Mtg single
  3. Trystan’s Command (PPECL-247) – Promo Pack: Lorwyn Eclipsed Foil

Trystan's Command (PPECL-247) - Promo Pack: Lorwyn Eclipsed Foil

Original price was: $12.00.Current price is: $6.00.

Card TypeKindred Sorcery Elf RarityRare Power/Toughnessnull/null Legalities Choose two

Create a token that’s a copy of target Elf you control.

Return one or two target permanent cards from your graveyard to your hand.

Destroy target creature or enchantment.

Creatures target player controls get +3/+3 until end of turn. Untap them. 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”) } }