
Sita Varma, Masked Racer (PPDFT-223) - Promo Pack: Aetherdrift
Card TypeLegendary Creature — Human Rogue RarityRare Legalities LEGALBrawl LEGALCommander LEGALFrontier LEGALHistoric LEGALLegacy LEGALModern LEGALPioneer LEGALStandard LEGALVintage Exhaust — XGGU: Put X +1/+1 counters on Sita Varma. Then you may have the base power and toughness of each other creature you control becomes equal to Sita Varma's power until end of turn. (Activate each exhaust ability only once.) function toggleLegality(e) { 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")