
Pete - Space Pirate (114/204) - Archazias Island
PropertyStandard Characters Cost (Ink)6 Character VersionSpace Pirate Ink TypeEmerald;Steel Card TypeCharacter Strength5 Willpower5 Lore Value2 RaritySuper Rare Card Effect Shift 4 (You may pay 4 Ink to play this on top of one of your characters named Pete.) [Frightful Scheme] While this character is exerted, opposing characters can't exert to sing songs and your Pirate characters gain 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()