
Tamatoa - Happy as a Clam (162/204) - Archazias Island
PropertyMoana Cost (Ink)6 Character VersionHappy as a Clam Ink TypeSapphire Card TypeCharacter Strength4 Willpower5 Lore Value2 RarityLegendary Card Effect [Coolest Collection] When you play this character, return up to 2 item cards from your discard to your hand. [I'm Beautiful, Baby!] Whenever this character quests, you may play an item 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.