
Donald Duck - Musketeer (177/204) - The First Chapter Cold Foil
PropertyStandard Characters Cost (Ink)4 Character VersionMusketeer Ink TypeSteel Card TypeCharacter SubtypesDreamborn,Hero,Musketeer Strength2 Willpower5 Lore Value1 RarityUncommon Card Effect Bodyguard (This character may enter play exerted. An opposing character who challenges one of your character must choose one with Bodyguard if able.) [Stay Alert] During your turn, your Musketeer characters gain Evasive. (They can challenge characters with Evasive.) 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') }