
Tamatoa - So Shiny! (159/204) - The First Chapter
PropertyMoana Cost (Ink)8 Character VersionSo Shiny! Ink TypeSapphire Card TypeCharacter SubtypesStoryborn;Villain Strength5 Willpower8 Lore Value1 RaritySuper Rare Card Effect [What Have We Here?] When you play this character and whenever he quests, you may return an item card from your discard to your hand. [Glam] This character gets +1 Lore for each item you have in play. 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)