
Aurora - Dreaming Guardian (139/204) - The First Chapter
PropertySleeping Beauty Cost (Ink)5 Character VersionDreaming Guardian Ink TypeSapphire Card TypeCharacter SubtypesFloodborn,Hero,Princess Strength3 Willpower5 Lore Value2 RaritySuper Rare Card Effect Shift 3 (You may pay 3 Ink to play this on top of one of your characters named Aurora.) [Protective Embrace] Your other characters gain Ward. (Opponents can't choose them except to challenge.) 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 (!checkO