
Barrensteppe Siege (PPTDM-171) - Promo Pack: Tarkir: Dragonstorm Foil
Card TypeEnchantment RarityRare Legalities As this enchantment enters, choose Abzan or Mardu.• Abzan — At the beginning of your end step, put a +1/+1 counter on each creature you control.• Mardu — At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice. 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") open.classList.add("d-block") element.classList.remove("d-none")