
Ariel - Spectacular Singer (2/204) - The First Chapter
PropertyLittle Mermaid Cost (Ink)3 Character VersionSpectacular Singer Ink TypeAmber Card TypeCharacter SubtypesStoryborn,Hero,Princess Strength2 Willpower3 Lore Value1 RaritySuper Rare Card Effect Singer 5 (This character counts as cost 5 to sing songs.) [Musical Debut] When you play this character, look at the top 4 cards of your deck. You may reveal a song card and put it into your hand. Put the rest on the bottom of your deck in any order. 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') } } ini