
Minnie Mouse - Drum Major (15/204) - Shimmering Skies Cold Foil
PropertyStandard Characters Cost (Ink)5 Character VersionDrum Major Ink TypeAmber Card TypeCharacter Strength4 Willpower4 Lore Value2 RaritySuper Rare Card Effect Shift (You may pay 4 Ink to play this on top of one of your characters named Minnie Mouse.) [Parade Order] When you play this character, if you used Shift to play her, you may search your deck for a character card and reveal that card to all players. Shuffle your deck and put that card on top of it. 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')