
Captain Hook's Rapier (199/204) - Into the Inklands
PropertyPeter Pan Cost (Ink)3 Ink TypeSteel Card TypeItem RarityUncommon Card Effect [Get Those Scurvy Brats!] During your turn, whenever one of your characters banishes another character in a challenge, you may pay 1 Ink to draw a card. [Let's Have At It!] Your characters named Captain Hook gain Challenger +1. (They get +1 Strength while challenging.) 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 showM