Imperial Miners - Estratégia | Pira no Board Game
EstratégiaNovo / Lacrado
Esgotado

Imperial Miners

R$ 0,00
R$ 0,00em até 6x de R$ 0,00 sem juros

Produto Esgotado

Quer ser avisado quando voltar ao estoque?

Calcular Frete

Não sei meu CEP

Descrição

Em Imperial Miners o seu objetivo é ser o melhor Minerador Imperial de toda a terra e, para conseguir isso, você precisa ganhar mais Pontos de Vitória que os outros jogadores, baixando cartas de acordo com cada nível da mina e ativando a que você baixou e as que estão acima dela. A partida se desenrola em 10 rodadas e, no final, o jogador com mais Pontos de Vitória será o vencedor. Um jogo de engine building simples e rápido para toda a família se divertir em menos de uma hora. Você já colonizou terras. Já ergueu um império. E isso já perdeu a graça. Você viu de tudo um pouco… Quer dizer, tudo que havia para ver na superfície! Correm boatos de que seus vizinhos também estariam insatisfeitos e teriam começado a explorar as profundezas do subterrâneo. Teriam descoberto coisas extraordinárias: cavernas repletas de maravilhas, tesouros raros e recursos inimagináveis. Seu império anda inquieto: chegou a hora de participar dessa nova aventura! A edição nacional vem promos exclusivas dentro da caixa: 1 tabuleiro de progresso e 7 cartas (1 evento e 2 de cada um dos níveis I, II e III). Ficha técnica: Designer: Tim Armstrong Artista: Hanna Kuik Peso: 1 kg Dimensõ es: 25cmx 25cm x 6cm Código de barras: 7898733570517 Componentes: 136 cartas de mina (36 cartas de nível 1, 43 de nível 2, 43 de nível 3 e 14 de nível 4); 18 cartas de evento; 1 manual; 60 moedas (42 na cor prata, valendo 1 cada e 18 na cor ouro, valendo 5 cada); 60 contadores de pontos de vitória (25 azuis, valendo 1 ponto de vitória cada, 20 verdes, valendo 5 pontos de vitória cada e 15 vermelhos, valendo 10 pontos de vitória cada); 44 peças de máquina; 24 peças de desmoronamento; 40 carrinhos (40 adesivos); 5 marcadores de progresso; 5 tabuleiros de superfície; 3 tabuleiros de progresso dupla-face.

Ficha Técnica

Editora

MeepleBR

Condição

Novo / Lacrado

Componentes

136 cartas de mina (36 cartas de nível 1, 43 de nível 2, 43 de nível 3 e 14 de nível 4); 18 cartas de evento; 1 manual; 60 moedas (42 na cor prata, valendo 1 cada e 18 na cor ouro, valendo 5 cada); 60 contadores de pontos de vitória (25 azuis, valendo 1 ponto de vitória cada, 20 verdes, valendo 5 pontos de vitória cada e 15 vermelhos, valendo 10 pontos de vitória cada); 44 peças de máquina; 24 peças de desmoronamento; 40 carrinhos (40 adesivos); 5 marcadores de progresso; 5 tabuleiros de superfície; 3 tabuleiros de progresso dupla-face. 6x de R$ 41,65 R$ 329,90 R$ 249,90 ou R$ 237,40 via Pix Comprar Estoque: 3 dias úteis Está vendo function initBuyTogether() { const buy_together_url = 'https://www.lojameeplebrjogos.com.br/compre_junto/', image_url = 'https://cdn.awsli.com.br/150x150/None', cart_url = 'https://www.lojameeplebrjogos.com.br/carrinho/produto/adicionar', variations = {}; function formatPrice(price) { return new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(price); } function slugify(text) { return text.toLowerCase().replace(/ /g, '-').replace(/[^\w-]+/g, ''); } function getHTMLProduct(format, product) { const $product = $($('.compre-junto__item--' + format).html()), skus = []; $product.attr({ 'data-id': product.id, 'data-code': product.code }); if(product.image) $product.find('.compre-junto__imagem img').attr({ src: image_url.replace('/None', product.image.url), alt: product.name }); $product.find('.compre-junto__nome a').attr('href', product.url).text(product.name); const grids = {}; product.skus.forEach(function(sku) { if(sku.is_available) { const data = { sku: sku.id, promotional_price: sku.price.promotional, regular_price: sku.price.full, buy_together_price: sku.price.buy_together_price, attributes: [] }; sku.variations.forEach(function(variation) { if(data.attributes.indexOf(variation.value.id) === -1) data.attributes.push(variation.value.id); if(grids.hasOwnProperty(variation.grid.id)) { if(grids[variation.grid.id].values.findIndex(function(value) { return value.id === variation.value.id; }) === -1) { grids[variation.grid.id].values.push({ id: variation.value.id, value: variation.value.value, codes: variation.value.codes, position: variation.value.position }); } } else { grids[variation.grid.id] = { value_for_display: variation.grid.value_for_display, values: [{ id: variation.value.id, value: variation.value.value, codes: variation.value.codes, position: variation.value.position }] }; } }); skus.push(data); } }); Object.keys(grids).forEach(function(key) { grids[key].values.sort(function(a, b) { if(a.position === b.position) return a.value.localeCompare(b.value); return a.position - b.position; }); }); Object.keys(grids).forEach(function(key) { const grid = grids[key]; grid.values.forEach(function(value) { let selector = 'compre-junto__atributos--' + slugify(grid.value_for_display); if(['8945', '8948'].indexOf(key) > -1) { let element = function() { if(value.codes.secondary) { selector += 'es'; return '<div class="compre-junto__atributo compre-junto__atributo--grade" data-variation="' + value.value + '" data-value="' + value.id + '"><span style="border-color: ' + value.codes.secondary + ' ' + value.codes.primary + ';"></span></div>'; } return '<div class="compre-junto__atributo compre-junto__atributo--grade" data-variation="' + value.value + '" data-value="' + value.id + '"><span style="background-color: ' + value.codes.primary + ';"></span></div>'; }(); const $container = $product.find('.' + selector); if($container.length) $container.append(element); else $product.find('.compre-junto__variacoes').append('<div class="compre-junto__atributos ' + selector + '" data-grid="' + grid.value_for_display + '">' + element + '</div>'); } else { let element = '<option value="' + value.id + '">' + value.value + '</option>'; const $container = $product.find('.' + selector); if($container.length) $container.find('select').append(element); else $product.find('.compre-junto__variacoes').append('<div class="compre-junto__atributos ' + selector + '" data-grid="' + grid.value_for_display + '"><select class="compre-junto__atributo compre-junto__atributo--lista"><option>' + grid.value_for_display + '</option>' + element + '</select></div>'); } }); }); if(product.type === 'individual') { $product.find('.compre-junto__sku').val(product.skus[0].id); $product.find('.compre-junto__preco--regular').text(formatPrice(product.skus[0].price.full)).attr('data-price', product.skus[0].price.full); $product.find('.compre-junto__preco--regular').attr('data-full-price', product.skus[0].price.full); if(product.skus[0].price.promotional > 0 && product.skus[0].price.promotional !== product.skus[0].price.full ){ $product.find('.compre-junto__preco--promocional').text(formatPrice(product.skus[0].price.promotional)).attr('data-price', product.skus[0].price.promotional); $product.find('.compre-junto__preco--promocional').attr('data-promotional-price', product.skus[0].price.promotional); } if(product.skus[0].price.buy_together_price > 0 && product.skus[0].price.buy_together_price !== product.skus[0].price.full){ $product.find('.compre-junto__preco--promocional').text(formatPrice(product.skus[0].price.buy_together_price)).attr('data-buy-together-price', product.skus[0].price.buy_together_price); $product.find('.compre-junto__preco--promocional').attr('data-price', product.skus[0].price.buy_together_price); } } else { variations[product.id] = skus; } return $product.prop('outerHTML'); } function setVariation(type, $attribute) { const $product = $attribute.closest('.compre-junto__produto'), $parent = $attribute.closest('.compre-junto__atributos'), product_id = $product.attr('data-id'), $error = $product.find('.compre-junto__erro--variacoes'), $buy_button = $('.compre-junto__comprar'), parent_selector = $parent.get(0).classList[1]; $error.text(''); $buy_button.removeClass('compre-junto__comprar--desabilitado'); let value; if(type === 'grid') { value = $attribute.attr('data-value'); $parent.find('.compre-junto__atributo--selecionado').removeClass('compre-junto__atributo--selecionado'); $attribute.addClass('compre-junto__atributo--selecionado'); } else { value = $attribute.val(); } $parent.attr('data-value', value); if(variations.hasOwnProperty(product_id) && $product.find('.compre-junto__atributos:not([data-value])').length === 0) { const selected_attributes = JSON.stringify($product.find('.compre-junto__atributos').map(function() { return $(this).attr('data-value'); }).get().sort()); const variation_found = {}; $.each(variations[product_id], function(index, variation) { const attributes = JSON.stringify(variation.attributes.sort()); if(selected_attributes === attributes) { variation_found.sku = variation.sku; variation_found.promotional_price = variation.promotional_price; variation_found.regular_price = variation.regular_price; variation_found.buy_together_price = variation.buy_together_price; return false; } }); const sku = $product.find('.compre-junto__sku'); const regular_price = $product.find('.compre-junto__preco--regular'); const promotional_price = $product.find('.compre-junto__preco--promocional'); if($.isEmptyObject(variation_found)) { sku.val(''); regular_price.text('').attr('data-price', ''); promotional_price.text('').attr('data-price', ''); $error.text('Variação indisponível'); $buy_button.addClass('compre-junto__comprar--desabilitado'); return; } sku.val(variation_found.sku); regular_price.text(formatPrice(variation_found.regular_price)) .attr('data-price', variation_found.regular_price) .attr('data-full-price', variation_found.regular_price); promotional_price .attr('data-promotional-price', variation_found.promotional_price || '') .attr('data-buy-together-price', variation_found.buy_together_price || '') if (variation_found.buy_together_price > 0 && variation_found.buy_together_price !== variation_found.regular_price) { promotional_price.text(formatPrice(variation_found.buy_together_price)) .attr('data-price', variation_found.buy_together_price); return; } if (variation_found.promotional_price > 0 && variation_found.promotional_price !== variation_found.regular_price) { promotional_price.text(formatPrice(variation_found.promotional_price)) .attr('data-price', variation_found.promotional_price); return; } promotional_price.text('').attr('data-price', ''); } } function updateTotalPrice() { let regular_price = 0, promotional_price = 0; discount_value = Number($('.compre-junto__conteudo').attr('data-discount-value')); discount_label = $('.compre-junto__desconto'); $('.compre-junto__produto--principal, .compre-junto__produto--selecionado').each(function() { const price = $(this).find('.compre-junto__preco--regular').attr('data-price'); if(!price) { regular_price = 0; return false; } const _regular_price = parseFloat(price), _promotional_price = $(this).find('.compre-junto__preco--promocional').attr('data-price'); regular_price += _regular_price; promotional_price += _promotional_price ? parseFloat(_promotional_price) : _regular_price; }); if(regular_price) { $('.compre-junto__preco-total--regular').text(formatPrice(regular_price)); $('.compre-junto__preco-total--promocional').text(promotional_price < regular_price ? formatPrice(promotional_price) : ''); } else { $('.compre-junto__preco-total--regular').text(''); $('.compre-junto__preco-total--promocional').text(''); } const totalWithPercentage = regular_price - ((discount_value / 100) * regular_price); if (promotional_price < totalWithPercentage) { discount_label.hide(); } } function updatePriceAttributes() { var selected_products = $('.compre-junto__produto--selecionado').length; var total_products = $('.compre-junto__conteudo').attr('data-total'); var buy_together_discount = $('.compre-junto__conteudo').attr('data-discount-value'); var discount_label = $('.compre-junto__desconto'); var all_products_selected = selected_products === total_products - 1; if (all_products_selected) { if (buy_together_discount !== 'null'){ $(discount_label).css( 'display', 'block' ); } $('.compre-junto__conteudo').find('.compre-junto__produto').each(function() { var productElement = $(this); var buy_together = Number(productElement.find('.compre-junto__preco--promocional').attr('data-buy-together-price')|| undefined); var full_price = Number(productElement.find('.compre-junto__preco--regular').attr('data-price')|| undefined); if(!isNaN(buy_together) && buy_together !== full_price){ productElement.find('.compre-junto__preco--promocional').text(formatPrice(buy_together)).attr('data-price', buy_together) } }); return; } $(discount_label).css( 'display', 'none' ); $('.compre-junto__conteudo').find('.compre-junto__produto').each(function() { var productElement = $(this); var promotional = Number(productElement.find('.compre-junto__preco--promocional').attr('data-promotional-price')|| undefined); if(!isNaN(promotional)){ productElement.find('.compre-junto__preco--promocional').text(formatPrice(promotional)).attr('data-price', promotional); } if(isNaN(promotional)){ productElement.find('.compre-junto__preco--promocional').text('').attr('data-price', '') } }) } function addToCart(buyTogether) { const url = new URL(cart_url); $('.compre-junto__produto--principal, .compre-junto__produto--selecionado').each(function() { const sku = $(this).find('.compre-junto__sku').val(); if(!sku) return; url.searchParams.set(sku, 1); }); if(!url.searchParams.size) return; if(window.eventTracking && typeof window.eventTracking.handleBuyTogetherAddToCart === 'function') { window.eventTracking.handleBuyTogetherAddToCart(); } $.cookie('buytogether', buyTogether.id); $.cookie('buytogetherProducts', Array.from(url.searchParams.keys())); const fromSmartSuggestions = buyTogether.id === '1'; url.searchParams.set('origin', 'buy-together' + (fromSmartSuggestions ? '-smart' : '')); window.location.href = url; } function setFirstVariation() { $('.compre-junto__produto').each(function() { const $variations = $(this).find('.compre-junto__variacoes'); if(!$variations.is(':empty')) { const $attribute = $variations.find('.compre-junto__atributo').first(); if($variations.find('.compre-junto__atributos').length === 1) { if($attribute.hasClass('compre-junto__atributo--grade')) $attribute.click(); else $attribute.val($attribute.find('option').eq(1).val()).change(); } else { const productVariations = variations[$(this).attr('data-id')]; const attributeValue = $attribute.hasClass('compre-junto__atributo--grade') ? $attribute.attr('data-value') : $attribute.find('option').eq(1).val(); const indexVariation = productVariations.findIndex(function(variation) { return variation.attributes.indexOf(attributeValue) > -1; }); const attributes = productVariations[indexVariation].attributes; $.each(attributes, function(index, value) { const $attribute_grid = $variations.find('.compre-junto__atributo--grade').filter(function() { return $(this).attr('data-value') === value; }); if($attribute_grid.length) { $attribute_grid.click(); } else { const $attribute_list = $variations.find('.compre-junto__atributo--lista option').filter(function() { return this.value === value; }); $attribute_list.parent().val(value).change(); } }); } } }); } $.get(buy_together_url + PRODUTO_ID, function(response) { if(response && response.data) { const buyTogether = response.data, format = buyTogether.structure === 'list' ? 'lista' : 'grade', total_products = buyTogether.products.length, total_columns = $('.produto.span9').length ? 9 : 12; discount_type = buyTogether.discountType discount_value = buyTogether.discountValue products_total_selected = buyTogether.products.length - 1 let html = ' \ <div class="compre-junto" data-id="' + buyTogether.id + '"> \ <div class="compre-junto__titulo">' + buyTogether.title + '</div> \ <div class="compre-junto__conteudo compre-junto__conteudo--' + format + '" data-total="' + total_products + '" data-columns="' + total_columns + '" data-discount-type="' + discount_type + '" data-discount-value="' + discount_value + '" data-selectable-products="' + products_total_selected + '" > \ '; html += getHTMLProduct('principal', buyTogether.products[0].product); html += '<div class="compre-junto__produtos">'; for(let index = 1; index < total_products; index++) html += getHTMLProduct(format, buyTogether.products[index].product); html += `</div> \ <div class="compre-junto__resumo"> \ <div class="compre-junto__desconto" style="${discount_value > 0 ? 'display: block;' : 'display: none;' }">Desconto de ${discount_type === 'percentage' ? discount_value + '%' : 'R$' + discount_value}</div> \ <div class="compre-junto__titulo-total">Compre os ${total_products} itens</div> \ <div class="compre-junto__preco-total"> \ <div class="compre-junto__preco-total--promocional"></div> \ <div class="compre-junto__preco-total--regular"></div> \ </div> \ <div class="compre-junto__comprar"><button type="button">${buyTogether.buttonBuyText}</button></div> \ </div> \ </div> \ `; if(buyTogether.positionInProduct === 'afterProduct') $('#buy-together-position2').html(html).show(); else $('#buy-together-position1').html(html).show(); if(format === 'grade') { $('.compre-junto__produtos').slick({ infinite: false, slidesToShow: 2.5, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 1 } } ] }); } updateTotalPrice(); $('.compre-junto__atributo--grade').click(function() { setVariation('grid', $(this)); updatePriceAttributes(); updateTotalPrice(); }); $('.compre-junto__atributo--lista').change(function() { setVariation('list', $(this)); updatePriceAttributes(); updateTotalPrice(); }); setFirstVariation(); $('.compre-junto__selecionar input').change(function() { $(this).closest('.compre-junto__produto').toggleClass('compre-junto__produto--selecionado'); updatePriceAttributes(); const total = $('.compre-junto__produto--selecionado').length + 1; const total_title = total === 1 ? ['somente', 'item'] : ['os', 'itens']; $('.compre-junto__titulo-total').text('Compre ' + total_title[0] + ' ' + total + ' ' + total_title[1]); updateTotalPrice(); }); $('.compre-junto__comprar button').click(function() { addToCart(buyTogether); }); $(document).trigger('buy_together_ready'); } }); } $(function() { initBuyTogether(); }); Newsletter RECEBA OFERTAS E NOVIDADES Obrigado por se inscrever! Aguarde novidades da nossa loja em breve. Categorias 11 Anos MeepleBR Awaken Realms Jogos

Avaliações dos Clientes

0.0
0 avaliações

Nenhuma avaliação ainda. Seja o primeiro a avaliar!

Fale conosco!