
Yzma - On Edge (68/204) - Reign of Jafar
PropertyEmperor's New Groove Cost (Ink)6 Character VersionOn Edge Ink TypeAmethyst;Emerald Card TypeCharacter Strength3 Willpower6 Lore Value2 RaritySuper Rare Card Effect [Why Do We Even Have That Lever?] When you play this character, if you have a card named Pull the Lever! in your discard, you may search your deck for a card named Wrong Lever! and reveal that card to all players. Put that card into your hand and shuffle 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()