{"product_id":"deckers","title":"Deckers","description":"\u003cdiv class=\"custom-product-description storepass-custom-description\"\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003ePlayers \u003c\/label\u003e\u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;players=1\"\u003e1\u003c\/a\u003e-\u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;players=4\"\u003e4\u003c\/a\u003e\n\u003c\/div\u003e\n    \n    \n    \n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eDesigner \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;designer=Richard%20Wilkins\"\u003eRichard Wilkins\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003ePublisher \u003c\/label\u003e\u003cdiv\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eArtist \u003c\/label\u003e\u003cdiv\u003e\n\u003cdiv class=\"storepass-see-more-content\"\u003e\u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;artist=Lukas%20Siegmon\"\u003eLukas Siegmon\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003ca class=\"storepass-see-more d-none\" href=\"javascript:void(0);\" onclick=\"toggleSeeMore()\"\u003eShow More\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eMechanics \u003c\/label\u003e\u003cdiv\u003e\n\u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Command%20Cards\"\u003eCommand Cards\u003c\/a\u003e, \u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Cooperative%20Game\"\u003eCooperative Game\u003c\/a\u003e, \u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Deck,%20Bag,%20and%20Pool%20Building\"\u003eDeck, Bag, and Pool Building\u003c\/a\u003e, \u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Modular%20Board\"\u003eModular Board\u003c\/a\u003e, \u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Network%20and%20Route%20Building\"\u003eNetwork and Route Building\u003c\/a\u003e, \u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Solo%20\/%20Solitaire%20Game\"\u003eSolo \/ Solitaire Game\u003c\/a\u003e, \u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Variable%20Player%20Powers\"\u003eVariable Player Powers\u003c\/a\u003e, \u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;mechanic=Variable%20Set-up\"\u003eVariable Set-up\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eCategory \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"\/collections\/board-games?product_line=Board%20Game\u0026amp;category=Science%20Fiction\"\u003eScience Fiction\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e\n\u003cp\u003eAs Deckers, you will hack into a network of five servers, either solo or cooperatively as a team of up to four, winning or losing together.\u003c\/p\u003e\n\n\u003cp\u003eThe network is operated by one of the available Super-Massive Computers (SMCs), each with a different level of complexity and its own unique style of defenses that you will need to overcome.\u003c\/p\u003e\n\n\u003cp\u003eOnce jacked into the servers, you will assume Decker profiles, each with a special ability, moving across the server's spaces and uploading Decker pieces onto the network to expand your control while removing as many of the SMC's pieces as possible. Each round you get a new objective you try to fulfill to gain the upper hand. If you manage to complete the final objective, you ultimately claim victory.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    var cardText = document.querySelector(\".storepass-see-more-content\")\n    var showMore = document.querySelector('.storepass-see-more')\n\n    function toggleSeeMore() {\n        if (showMore.innerHTML == 'Show More') {\n            showMore.innerHTML = 'Show Less'\n            cardText.classList.add('storepass-see-more-content-show')\n        }\n        else {\n            showMore.innerHTML = 'Show More'\n            cardText.classList.remove('storepass-see-more-content-show')\n        }\n    }\n\n    initText()\n    function initText() {\n        if (!checkOverflow(cardText)) return\n\n        showMore.classList.remove('d-none')\n    }\n\n    function checkOverflow(el) {\n        var curOverflow = el.style.overflow;\n\n        if (!curOverflow || curOverflow === \"visible\") el.style.overflow = \"hidden\"\n\n        var isOverflowing = el.clientWidth \u003c el.scrollWidth || el.clientHeight \u003c el.scrollHeight;\n        el.style.overflow = curOverflow;\n\n        return isOverflowing;\n    }\n\u003c\/script\u003e\n\u003cstyle\u003e\n    .storepass-see-more-content {\n        display: inline-block;\n        display: -webkit-box;\n        -webkit-line-clamp: 1;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 28px;\n    }\n    .storepass-see-more-content-show {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .storepass-custom-description .d-none {\n        display: none!important;\n    }\n    .storepass-custom-description .d-block {\n         display: block!important;\n    }\n\u003c\/style\u003e","brand":"Pegasus Spiele","offers":[{"title":"Default Title","offer_id":56076131303590,"sku":"PNA57827","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/9947\/3574\/files\/pna57827.jpg?v=1767809943","url":"https:\/\/manyrealms.com\/products\/deckers","provider":"Many Realms","version":"1.0","type":"link"}