MENU
    Placeholder

Cinderella – Dream Come True (155/204) – Whispers in the Well Cold Foil

SKU:ZTI80106829
Original price was: $43.96.Current price is: $26.38.
Qty:
PropertyCinderella Cost (Ink)4 Character VersionDream Come True Ink TypeSapphire Card TypeCharacter Strength2 Willpower3 Lore Value1 RarityLegendary Card Effect[Whatever You Wish For] At the end of your turn, if you played a Princess character this turn, you may put a card from your hand into your inkwell facedown to 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 showMore.classList.remove('d-none') } function checkOverflow(el) { var curOverflow = el.style.overflow; if (!curOverflow || curOverflow === "visible") el.style.overflow = "hidden" var isOverflowing = el.clientWidth < el.scrollWidth || el.clientHeight < el.scrollHeight; el.style.overflow = curOverflow; return isOverflowing; }