Card TypeLegendary Creature Human Noble Warrior // Legendary Enchantment Creature Saga Elemental RarityRare Power/Toughnessnull/null Legalities When Jill enters, return up to one other target nonland permanent to its owner's hand.
3UU, T: Exile Jill, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.
//
Shiva, Warden of Ice
(As this Saga enters and after your draw step, add a lore counter.)
[I][II] Mesmerize Target creature can't be blocked this turn.
[II] Cold Snap Tap all lands your opponents control. Exile Shiva, then
return it to the battlefield (front face up). 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") } }