
Robin Hood - Unrivaled Archer (157/204) - The First Chapter
PropertyRobin Hood Cost (Ink)6 Character VersionUnrivaled Archer Ink TypeSapphire Card TypeCharacter SubtypesStoryborn;Hero Strength4 Willpower4 Lore Value2 RaritySuper Rare Card Effect [Feed the Poor] When you play this character, if an opponent has more cards in their hand than you, draw a card. [Good Shot] During your turn, this character has Evasive. (They can challenge characters with Evasive.) 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