
Gadget Hackwrench - Brilliant Bosun (140/204) - Azurite Sea Cold Foil
PropertyChip 'n' Dale: Rescue Rangers Cost (Ink)6 Character VersionBrilliant Bosun Ink TypeSapphire Card TypeCharacter Strength3 Willpower6 Lore Value3 RaritySuper Rare Card Effect Shift 4 (You may pay 4 Ink to play this on top of one of your characters named Gadget Hackwrench.) [Mechanically Savvy] While you have 3 or more items in play, you pay 1 Ink less to play Inventor characters. 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 (!checkOverflo