
Captain Hook - Captain of the Jolly Roger (173/204) - The First Chapter Cold Foil
PropertyPeter Pan Cost (Ink)4 Character VersionCaptain of the Jolly Roger Ink TypeSteel Card TypeCharacter SubtypesStoryborn,Villain,Captain,Pirate Strength3 Willpower4 Lore Value1 RarityRare Card Effect [Double The Powder!] When you play this character, you may return an action card named Fire the Cannons! from your discard to your hand. 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.