
Elsa - Spirit of Winter (42/204) - The First Chapter Cold Foil
PropertyFrozen Cost (Ink)8 Character VersionSpirit of Winter Ink TypeAmethyst Card TypeCharacter SubtypesFloodborn,Hero,Queen,Sorcerer Strength4 Willpower6 Lore Value3 RarityLegendary Card Effect Shift 6 (You may pay 6 Ink to play this on top of one of your characters named Elsa.) [Deep Freeze] When you play this character, exert up to 2 chosen characters. They can'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() {