
Goofy - Musketeer (4/204) - The First Chapter Cold Foil
PropertyStandard Characters Cost (Ink)5 Character VersionMusketeer Ink TypeAmber Card TypeCharacter SubtypesDreamborn,Hero,Musketeer Strength3 Willpower6 Lore Value1 RarityUncommon 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.) [And Two For Tea!] When you play this character, you may remove up to 2 damage from each of your Musketeer 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') }