Hide

  1. Home
  2. Lorcana single
  3. Seven Dwarfs’ Mine – Secure Fortress (204/204) – Shimmering Skies Cold Foil [Uncommon]

Seven Dwarfs' Mine - Secure Fortress (204/204) - Shimmering Skies Cold Foil [Uncommon]

Original price was: $12.00.Current price is: $9.00.

PropertySnow White Cost (Ink)2 Ink TypeSteel Card TypeLocation Willpower6 Lore Value1 RarityUncommon Card Effect[Mountain Defense] During your turn, the first time you move a character here, you may deal 1 damage to chosen character. If the moved character is a Knight, deal 2 damage instead.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; }