
Simba - Fighting Prince (192/204) - Into the Inklands Cold Foil
PropertyLion King Cost (Ink)7 Character VersionFighting Prince Ink TypeSteel Card TypeCharacter SubtypesDreamborn,Hero,Prince Strength5 Willpower7 Lore Value2 RaritySuper Rare Card Effect [Step Down or Fight] When you play this character and whenever he banishes another character in a challenge during your turn, you may choose one: • Draw 2 cards, then choose and discard 2 cards. • Deal 2 damage to chosen character. 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 initTex