
Clarabelle - Contented Wallflower (90/204) - Shimmering Skies
PropertyStandard Characters Cost (Ink)3 Character VersionContented Wallflower Ink TypeEmerald Card TypeCharacter Strength2 Willpower3 Lore Value1 RarityUncommon Card Effect [One Step Behind] When you play this character, if an opponent has more cards in their hand than you, you may draw 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 showMore.classList.remove('d-none') } function checkOve