Free Shipping!

Luca Stadium – Strixhaven Stadium (Showcase) (FCA-063) – FINAL FANTASY: Through the Ages

  • SKU: ZTI80091981
  • Category: Mtg single

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

Card TypeArtifact RarityUncommon Power/Toughnessnull/null Legalities T: Add C. Put a point counter on this artifact.

Whenever a creature deals combat damage to you, remove a point counter from this artifact.

Whenever a creature you control deals combat damage to an opponent, put a point counter on this artifact Then if it has ten or more point counters on it, remove them all and that player loses the game. 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”) } }