{"product_id":"hexplore-it-the-mountains-of-godai-living-card-deck-preorder","title":"HEXplore It: The Mountains of Godai - Living Card Deck (PREORDER)","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=\"%%GLOBAL_ShopPathSSL%%\/board-games?players=1\"\u003e1\u003c\/a\u003e-\u003ca href=\"%%GLOBAL_ShopPathSSL%%\/board-games?players=4\"\u003e4\u003c\/a\u003e\n\u003c\/div\u003e\n    \n    \n    \n    \n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003ePublisher \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"%%GLOBAL_ShopPathSSL%%\/board-games?publisher=Mariucci%20J.%20Designs,%20LLC\"\u003eMariucci J. Designs, LLC\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \n    \n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eCategory \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"%%GLOBAL_ShopPathSSL%%\/board-games?category=Expansion%20for%20Base-game\"\u003eExpansion for Base-game\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003cdiv\u003e\u003cspan style=\"background-color: inherit; font-size: 14pt; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003eContinue your adventure in the lush Kapikiawal Jungle and rugged Nobukazari Highlands. Add 60 new cards to supplement the Mountains of Godai Core Box.\u003c\/span\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 14pt;\"\u003e\u003cstrong style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003e12 Caprakan Commission Cards: \u003c\/strong\u003e\u003cspan style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003eWe'll build a 12 card arc for you to experience unique story-based play in the Xumucane Empire.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 14pt;\"\u003e\u003cstrong style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003e12 Ishidan Commission Cards: \u003c\/strong\u003e\u003cspan style=\"background-color: inherit; --darkreader-inline-color: var(--darkreader-text-353245, #c2bdb5); --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003eWe'll build a 12 card arc for you to experience unique story-based play in the Ishidan Empire.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 14pt;\"\u003e\u003cstrong style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003e12 Harvest Cards: \u003c\/strong\u003e\u003cspan style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003eWe'll build 12 new cards to add to any of your MoG Games.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 14pt;\"\u003e\u003cstrong style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003e12 Power Up Cards: \u003c\/strong\u003e\u003cspan style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003eWe'll build 12 MoG-Themed Power Ups for you to use in any of your HEXplore It games.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 14pt;\"\u003e\u003cstrong style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit;\" data-darkreader-inline-bgcolor=\"\"\u003e12 Encounters and\/or Jaethi Cards: \u003c\/strong\u003eWe'll build 12 new Encounters or Jaethi Cards (at this time we are unsure of which we'll include in this product. It may be a combination of each).\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e \u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e\u003cspan style=\"background-color: inherit; --darkreader-inline-bgcolor: inherit; font-size: 14pt;\" data-darkreader-inline-bgcolor=\"\"\u003eThe content in this deck box requires the use of the Mountains of Godai Core box.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\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":"Game Nerdz","offers":[{"title":"Unopened","offer_id":55138492121367,"sku":"HEX0530","price":111.47,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1022\/9163\/6503\/files\/Gamenerdzimagez1432__94904.1782931283.1280.1280.png?v=1788838530","url":"https:\/\/tcgplayer.com.lc\/products\/hexplore-it-the-mountains-of-godai-living-card-deck-preorder","provider":"TCGplayer","version":"1.0","type":"link"}