
Calhoun - Hard-Nosed Leader (32/204) - Reign of Jafar Cold Foil
PropertyWreck It Ralph Cost (Ink)6 Character VersionHard-Nosed Leader Ink TypeAmber Card TypeCharacter Strength4 Willpower5 Lore Value2 RarityCommon Card Effect Bodyguard (This character may enter play exerted. An opposing character who challenges one of your characters must choose one with Bodyguard if able.) [Loot Drop] When this character is banished, gain 1 lore. 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