Mullins - Seasoned Shipmate (177/204) - Azurite Sea Cold Foil
PropertyPeter Pan Cost (Ink)5 Character VersionSeasoned Shipmate Ink TypeSteel Card TypeCharacter Strength6 Willpower4 Lore Value1 RarityCommon Card Effect [Fall in Line] While you have a character named Mr. Smee in play, this character gets Resist +1. (Damage dealt to them is reduced by 1.) 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.remove('d-none') } function checkOverf