MENU
    Placeholder

Baboon Spirit (TLE-089) – Avatar: The Last Airbender: Eternal-Legal Foil

SKU:ZTI80105848
Original price was: $14.00.Current price is: $8.00.
Qty:
RarityRare Power/Toughnessnull/null Legalities Whenever another nontoken Spirit you control enters, create a 1/1 colorless Spirit creature token with "This token can't block or be blocked by non-Spirit creatures."

3U: Exile another target creature you control. Return it to the battlefield under its owner's control at the beginning of the next end step. 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") } }