
Tinkerbell - Insistent Fairy (136/204) - Reign of Jafar Cold Foil
PropertyPeter Pan Cost (Ink)2 Character VersionInsistent Fairy Ink TypeRuby Card TypeCharacter Strength1 Willpower1 Lore Value1 RarityLegendary Card Effect Evasive (Only characters with Evasive can challenge this character.) [Pay Attention] Whenever you play a character with 5 strength or more, you may exert them to gain 2 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() { if (!checkOverflow(cardText)) return showMore.classList.remove('d-