
Tramp - Dapper Rascal (22/204) - Reign of Jafar
PropertyLady and the Tramp Cost (Ink)6 Character VersionDapper Rascal Ink TypeAmber;Emerald Card TypeCharacter Strength2 Willpower8 Lore Value2 RaritySuper Rare Card Effect Shift 4 (You may pay 4 Ink to play this on top of one of your characters named Tramp.)[Play It Cool] During an opponent's turn, whenever one of your characters is banished, you may draw 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