Players 1-4 Playtime 60-90 Age 10+ Designer Przemek Wojtkowiak Publisher Rebel Studio Artist Bartłomiej Kordowski Show More Mechanics Cooperative Game, Deck Construction, Deck, Bag, and Pool Building, Scenario / Mission / Campaign Game Categories Adventure, Card Game Dungeon Legends is a cooperative, standalone card-based game set in the world of Chronicles of Avel. Throughout the game, you'll take on the roles of heroes embarking on a dangerous mission deep into the dark dungeon. A fully replayable campaign of 5 engaging chapters awaits you, where you must reach the deepest depths and defeat the evil lurking there, whilst preventing monsters from reaching the Castle. What's it about? The game is divided into 5 chapters, each describing the party's expedition into the dungeon. They must brave searing flames, unravel the enigma of ancient machinery, explore forsaken mines rich with magical Dust, outrun torrents of molten lava, and ultimately confront an ageless evil. We encourage experiencing the chapters in order, as that will provide you with an engaging campaign of increasing difficulty, however, each chapter provides a stand-alone challenge that can be approached repeatedly. Each player embodies a hero with a unique deck, reflective of their individual style. As the game unfolds, you'll discover new cards that will expand your abilities. A player's turn consists of playing cards from their hand, applying their effects, attacking monsters, and using areas to their advantage. The basic rules remain consistent across all chapters, but each one introduces new cards, special rules, and unique goals for achieving victory. 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; }