Subterfuge (ECC-006) - Commander: Lorwyn Eclipsed
Original price was: $14.00.$7.00Current price is: $7.00.
- SKU:ZTI80103293
- Categories:Mtg single
Card TypeCreature Elemental Incarnation RarityRare Power/Toughnessnull/null Legalities When this creature enters, target creature gains flying and “Whenever this creature deals combat damage to a player, draw that many cards” until end of turn.
Encore 7UU (7UU, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.) 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”) } }