
Mardu Siegebreaker (PPTDM-206) - Promo Pack: Tarkir: Dragonstorm Foil
Card TypeCreature — Human Warrior RarityRare Legalities Deathtouch, hasteWhen this creature enters, exile up to one other target creature you control until this creature leaves the battlefield.Whenever this creature attacks, for each opponent, create a tapped token that's a copy of the exiled card attacking that opponent. At the beginning of your end step, sacrifice those tokens. 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")