Players 4-8 Playtime 20-40 Age 14+ Designer Don Eskridge Publishers Gale Force Nine, LLC Artist Don Eskridge Show More Mechanics Betting and Bluffing, Deduction, Hidden Roles, Negotiation, Roles with Asymmetric Information, Team-Based Game, Traitor Game, Variable Player Powers, Voting Categories Card Game, Movies / TV / Radio theme, Novel-based, Party Game, Science Fiction, Spies/Secret Agents In the social deduction game Dune: Betrayal, players take on the identity of one of the iconic characters of Dune, each representing a distinct role within the factions vying for control amid the sands of Dune. Your goal is to learn the identities of your foes while protecting your nobles, forming alliances, and utilizing tools to gain knowledge, and therefore power. Pay close attention to determine your allies and enemies, then defend your allies and attack your foes to secure victory. —description from publisher var cardText = document.querySelector(".storepass-see-more-content") var showMore = document.querySelector('.storepass-see-more') function toggleSeeMore() { if (showMore.innerHTML == 'Show More') { showMore.innerHTML = 'Show Less' cardText.classList.add('storepass-see-more-content-show') } else { showMore.innerHTML = 'Show More' cardText.classList.remove('storepass-see-more-content-show') } } 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; } .storepass-see-more-content { display: inline-block; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; height: 28px; } .storepass-see-more-content-show { -webkit-line-clamp: unset; height: unset; } .storepass-custom-description .d-none { display: none!important; } .storepass-custom-description .d-block { display: block!important; }