
Ariel - Adventurous Collector (103/204) - Into the Inklands Cold Foil
PropertyLittle Mermaid Cost (Ink)3 Character VersionAdventurous Collector Ink TypeRuby Card TypeCharacter SubtypesDreamborn,Hero,Princess Strength2 Willpower3 Lore Value1 RaritySuper Rare Card Effect Evasive (Only characters with Evasive can challenge this character.) [Inspiring Voice] Whenever you play a song, chosen character of yours gains Evasive until the start of your 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