$ 15.00
SKU:
ZTI80108470
Category:
Card TypeCreature Kithkin RarityRare Power/Toughnessnull/null Legalities (G/W): This creature becomes a Kithkin Scout with base power and toughness 2/3.
1(G/W)(G/W): If this creature is a Scout, it becomes a Kithkin Soldier with base power and toughness 4/5.
3(G/W)(G/W)(G/W): If this creature is a Soldier, it becomes a Kithkin Avatar with base power and toughness 7/8 and protection from each of your opponents. 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”) } }