
Bucky - Squirrel Squeak Tutor (73/204) - Rise of the Floodborn Cold Foil
PropertyEmperor's New Groove Cost (Ink)2 Character VersionSquirrel Squeak Tutor Ink TypeEmerald Card TypeCharacter SubtypesStoryborn,Ally Strength1 Willpower1 Lore Value1 RarityUncommon Card Effect Ward (Opponents can't choose this character except to challenge.) [Squeak] Whenever you play a Floodborn character, each opponent chooses and discards a card. 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)) return sho