
Daisy Duck - Donald's Date (16/204) - Shimmering Skies Cold Foil
PropertyStandard Characters Cost (Ink)1 Character VersionDonald's Date Ink TypeAmber Card TypeCharacter Strength1 Willpower4 Lore Value2 RaritySuper Rare Card Effect [Big Prize] Whenever this character quests, each opponent reveals the top card of their deck. If it's a character card, they may put it into their hand. Otherwise, they put it on the bottom of their deck. 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)) retur