
Prince Naveen - Ukulele Player (Enchanted) (205/204) - Shimmering Skies Holofoil
PropertyPrincess and the Frog Cost (Ink)4 Character VersionUkulele Player Ink TypeAmber Card TypeCharacter Strength3 Willpower3 Lore Value2 RarityEnchanted Card Effect Singer 6 (This character counts as cost 6 to sing songs.) [It's Beautiful, No?] When you play this character, you may play a song with cost 6 or less for free. 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-no