
Minnie Mouse - Storyteller (31/204) - Archazias Island
PropertyStandard Characters Cost (Ink)2 Character VersionStoryteller Ink TypeAmber Card TypeCharacter Strength1 Willpower2 RarityLegendary Card Effect [Gather Around] Whenever you play a character, this character gets +1 Lore this turn. [Just One More] Whenever this character quests, chosen opposing character loses Strength equal to this character's Lore 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 (!checkOver