
Clarabelle - Light on Her Hooves (84/204) - Shimmering Skies Cold Foil
PropertyStandard Characters Cost (Ink)7 Character VersionLight on Her Hooves Ink TypeEmerald Card TypeCharacter Strength5 Willpower6 Lore Value2 RarityLegendary Card Effect Shift 5 (You may pay 5 Ink to play this on top of one of your characters named Clarabelle.) [Keep in Step] At the end of your turn, if chosen opponent has more cards in their hand than you, you may draw cards until you have the same number. 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() {