
Belle - Strange but Special (Enchanted) (214/204) - The First Chapter Holofoil
PropertyBeauty and the Beast Cost (Ink)4 Character VersionStrange but Special Ink TypeSapphire Card TypeCharacter SubtypesStoryborn,Hero,Princess Strength2 Willpower4 Lore Value1 RarityEnchanted Card Effect [Read A Book] During your turn, you may put an additional card from your hand into your inkwell facedown. [My Favorite Part!] While you have 10 or more cards in your inkwell, this character gets +4 lore. 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() {