
Basil - Great Mouse Detective (138/204) - Rise of the Floodborn Cold Foil
PropertyThe Great Mouse Detective Cost (Ink)6 Character VersionGreat Mouse Detective Ink TypeSapphire Card TypeCharacter SubtypesFloodborn,Hero,Detective Strength3 Willpower4 Lore Value3 RaritySuper Rare Card Effect Shift 5 (You may pay 5 Ink to play this on top of one of your characters named Basil.) [There's Always A Chance] If you used Shift to play this character, you may draw 2 cards when he enters play. 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() {