
Simba - Future King (188/204) - The First Chapter Cold Foil
PropertyLion King Cost (Ink)1 Character VersionFuture King Ink TypeSteel Card TypeCharacter SubtypesStoryborn,Hero,Prince Strength1 Willpower2 Lore Value1 RarityCommon Card Effect [Guess What?] When you play this character, you may draw a card, then choose and discard 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)) return showMore.classList.remove('d-none') } function checkOverflow(el) {