
Genie - Wonderful Trickster (61/204) - Azurite Sea Cold Foil
PropertyAladdin Cost (Ink)7 Character VersionWonderful Trickster Ink TypeAmethyst Card TypeCharacter Strength4 Willpower7 Lore Value2 RarityLegendary Card Effect Shift 5 (You may pay 5 Ink to play this on top of one of your characters named Genie.) [Your Reward Awaits] Whenever you play a card, draw a card. [Forbidden Treasure] At the end of your turn, put all the cards in your hand on the bottom of your deck in any order. 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