
Bruno Madrigal - Unspeakable Seer (2/31) - Illumineers Quest Deep Trouble
PropertyEncanto Cost (Ink)2 Character VersionUnspeakable Seer Card TypeCharacter Lore Value1 RarityNone Card Effect This card features a gold back and is not tournament legal. [Dark Prophecy] When you play this character, each opposing player puts the top 3 cards of their deck into their discard. 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('d-none') } function check