
Cheshire Cat - From the Shadows (75/204) - Rise of the Floodborn Cold Foil
PropertyAlice in Wonderland Cost (Ink)8 Character VersionFrom the Shadows Ink TypeEmerald Card TypeCharacter SubtypesFloodborn Strength5 Willpower6 Lore Value2 RaritySuper Rare Card Effect Shift 5 (You may pay 5 Ink to play this on top of one of your characters named Cheshire Cat.) Evasive (Only characters with Evasive can challenge this character.) [Wicked Smile] [Exert] — Banish chosen damaged character. 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() {