Alice - Growing Girl (137/204) - Rise of the Floodborn Cold Foil
PropertyAlice in Wonderland Cost (Ink)3 Character VersionGrowing Girl Ink TypeSapphire Card TypeCharacter SubtypesDreamborn,Hero Strength1 Willpower4 Lore Value1 RarityLegendary Card Effect [Good Advice] Your other characters gain Support. (Whenever they quest, you may add their Strength to another chosen character's Strength this turn.) [What Did I Do?] While this character has 10 Strength or more, she gets +4 Lore. 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 initTe