
Maurice - World-Famous Inventor (152/204) - The First Chapter Cold Foil
PropertyBeauty and the Beast Cost (Ink)6 Character VersionWorld-Famous Inventor Ink TypeSapphire Card TypeCharacter SubtypesDreamborn,Inventor,Mentor Strength2 Willpower7 Lore Value2 RarityRare Card Effect [Give It A Try] Whenever this character quests, you pay 2 Ink less for the next item you play this turn. [It Works!] Whenever you play an item, you may draw a card. 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(cardText)) retur