
Beyond the Horizon (202/204) - Reign of Jafar
PropertyLilo and Stitch Cost (Ink)7 Ink TypeSteel Card TypeAction RarityUncommon Card Effect Sing Together 7 (Any number of your or your teammates' characters with total cost 7 or more may Exert to sing this song for free.) Choose any number of players. They discard their hands and draw 3 cards each. Show More var cardText = document.querySelector(".store-pass-card-text") var showMore = document.querySelector('.store-pass-show-more') function toggleCardText() { if (showMore.innerHTML == 'Show More') { showMore.innerHTML = 'Show Less' cardText.classList.add('store-pass-full-text') } else { showMore.innerHTML = 'Show More' cardText.classList.remove('store-pass-full-text') } } initText() function initText() { if (!checkOverflow(cardText)) return showMore.classList.remove('d-none') } function che