
Anna - Heir to Arendelle (35/204) - The First Chapter Cold Foil
PropertyFrozen Cost (Ink)4 Character VersionHeir to Arendelle Ink TypeAmethyst Card TypeCharacter SubtypesStoryborn,Hero,Queen Strength2 Willpower4 Lore Value2 RarityUncommon Card Effect [Loving Heart] When you play this character, if you have a character named Elsa in play, choose an opposing character. The chosen character doesn't ready at the start of their next turn. 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)) re