
Donald Duck - Coin Collector (37/204) - Reign of Jafar Cold Foil
PropertyStandard Characters Cost (Ink)8 Character VersionCoin Collector Ink TypeAmber Card TypeCharacter Strength4 Willpower8 Lore Value2 RaritySuper Rare Card Effect [Here, Piggy, Piggy] For each item named The Nephews' Piggy Bank you have in play, you pay 2 Ink less to play this character.[Money Everywhere] Wgen you play this character, your other characters gain "[Exert] – Draw a card" this turn. 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