
Yzma - Alchemist (60/204) - The First Chapter Cold Foil
PropertyEmperor's New Groove Cost (Ink)2 Character VersionAlchemist Ink TypeAmethyst Card TypeCharacter SubtypesDreamborn,Villain,Sorcerer Strength2 Willpower2 Lore Value1 RarityCommon Card Effect [You're Excused] Whenever this character quests, look at the top card of your deck. Put it on either the top or the bottom of your 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)) return showMore.classList.remove(