
Oswald - The Lucky Rabbit (142/204) - Azurite Sea
PropertyStandard Characters Cost (Ink)2 Character VersionThe Lucky Rabbit Ink TypeSapphire Card TypeCharacter Strength2 Willpower1 Lore Value2 RarityLegendary Card Effect [Favorable Chance] During your turn, whenever a card is put into your inkwell, you may reveal the top card of your deck. If it's an item card, you may play that item for free and they enter play exerted. Otherwise put it on the bottom of your deck. 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 init