Demona – Scourge of the Wyvern Clan (55/204) – Whispers in the Well Cold Foil

$39.24

$23.54

SKU:ZTI80106847
Qty:

Categories: Lorcana single

Descriptions:

PropertyGargoyles Cost (Ink)6 Character VersionScourge of the Wyvern Clan Ink TypeAmethyst Card TypeCharacter Strength5 Willpower6 Lore Value2 RarityLegendary Card Effect[Ad Saxum Commutate] When you play this character, exert all opposing characters. Then, each player with fewer than 3 cards in their hand draws until they have 3.
[Stone By Day] If you have 3 or more cards in your hand, this character can't ready.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; }