
The Glass Slipper (Enchanted) (208/204) - Archazias Island Holofoil
PropertyCinderella Cost (Ink)2 Ink TypeAmber Card TypeItem RarityEnchanted Card Effect [Perfect Pair] You may only have 2 copies of The Glass Slipper in your deck. [Search the Kingdom] Banish this item, [Exert] one of your Prince characters — Search your deck for a Princess character card and reveal it to all players. Put that card into your hand and shuffle 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 initText() { if (!checkOverflow(cardText)) retu