
Kakamora - Pirate Chief (172/204) - Azurite Sea Cold Foil
PropertyMoana Cost (Ink)7 Character VersionPirate Chief Ink TypeSteel Card TypeCharacter Strength4 Willpower6 Lore Value2 RarityRare Card Effect [Head Coconut] Whenever this character quests, you may draw a card, then choose and discard a card to deal 1 damage to chosen character or location. If you discarded a Pirate character card, deal 3 damage instead. 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 s