Hide

  1. Home
  2. Mtg single
  3. Ob Nixilis, the Adversary (SNC-348) – Streets of New Capenna: (Showcase) [Mythic]

Ob Nixilis, the Adversary (SNC-348) - Streets of New Capenna: (Showcase) [Mythic]

Original price was: $5.00.Current price is: $3.00.

Casting Cost Card TypeLegendary Planeswalker Nixilis RarityMythic ArtistIgor Kieryluk Legalities LEGALStandardLEGALFutureLEGALHistoricLEGALTimelessLEGALGladiatorLEGALPioneerLEGALExplorerLEGALModernLEGALLegacyNOT LEGALPauperLEGALVintageNOT LEGALPennyLEGALCommanderLEGALOathbreakerLEGALStandardbrawlLEGALBrawlNOT LEGALAlchemyNOT LEGALPauper CommanderLEGALDuelNOT LEGALOldschoolNOT LEGALPremodernNOT LEGALPredh Casualty X. The copy isn’t legendary and has starting loyalty X. (As you cast this spell, you may sacrifice a creature with power X. When you do, copy this spell. The copy becomes a token.)
+1: Each opponent loses 2 life unless they discard a card. If you control a Demon or Devil, you gain 2 life.
2: Create a 1/1 red Devil creature token with “When this creature dies, it deals 1 damage to any target.”
7: Target player draws seven cards and loses 7 life. 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”) } }