
Captain Hook - Thinking a Happy Thought (175/204) - The First Chapter
PropertyPeter Pan Cost (Ink)5 Character VersionThinking a Happy Thought Ink TypeSteel Card TypeCharacter SubtypesFloodborn,Villain,Captain,Pirate Strength2 Willpower5 Lore Value1 RarityRare Card Effect Shift 3 (You may pay 3 Ink to play this on top of one of your characters named Captain hook.) Challenger +3 (While challenging, this character gets +3 Strength.) [Stolen Dust] Characters with cost 3 or less can't challenge this character. 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(