FRY0059
Utopia is a lava plain located northwest of Elysium and belongs to the northern lowlands – it’s also the largest recognized impact crater in the entire Solar System! Mineral-rich lava can be made into fertile soil, motivating the plentiful plant bonuses away from the equator. To the south it borders on the Great Escarpment along the edge of the southern highlands. The thin crust closer to the North Pole could be a suitable spot for geothermal energy plants. Gain 2 extra cards for settling the prestigeous Viking 2 or Beagle 2 landing sites! The Utopia map lacks volcanos and the Noctis region, so the tiles from the cards Noctis City and cards that place tiles on volcanic areas (for example Lava Flows) lose their placement restrictions and may be placed on any nonreserved area.
Milestones:
MANAGER – 3 special tiles in play.
PIONEER – 3 colonies in play.
TRADER – 3 different types of resources on cards (e.g. different kinds of microbes only count as 1 type of resource).
METALLURGIST – 6 steel production and titanium production combined.
RESEARCHER – 4 science tags.
Awards:
Suburbian – most tiles along the border of the map.
Investor – most Earth tags.
Botanist – highest plant production.
Incorporator – most cards played with a cost of 10 M€ or less.
Metropolist – most city tiles.
Terra Cimmeria is a densly cratered highland region on Mars’ southern hemisphere, half way to the south pole, east of the Hellas basin. This is the best place on the planet for finding steel and titanium! The whole region shows signs of shorelines and water erosion from liquid water formerly flowing abundantly through the southern highlands. However, the lowlands suitable for oceans in the present day are located along the edges of this region. Placing a tile where the Curiosity rover explored the area around the Gale crater places a colony for 5 M€ (ignore if not playing with Colonies). The Cimmeria map does not have the Noctis region, so Noctis City may be placed without its restriction. It does, however, have four volcanic areas where tiles like Lava Flows may be placed: Albor Tholus, Tyrrhenus Mons, Hadriacus Mons, and Apollinaris Mons.
Milestones:
PLANETOLOGIST – 2 Earth tags, 2 Venus tags, 2 Jovian tags.
ARCHITECT – 3 city tags.
COASTGUARD – 3 tiles adjacent to ocean.
FORESTER – 3 plant production.
FUNDRAISER – 12 M€ production.
Awards:
Electrician – most power tags.
Founder – most tiles adjacent to special tiles.
Mogul – highest total production of all resources except M€.
Zoologist – most animal and microbe resources.
Forecaster – most played cards with requirements.
Theme(s) | Science Fiction, Space | |
Language(s) | English | |
Mechanism(s) | Ressources, Placement, Tiles, Cards | |
Author(s) | Jacob Fryxelius | |
Editor | FryxGames | |
EAN | 810017900596 |
Is an Extension of
Soyez le premier à commenter ce jeu
Vous devez être identifié pour soumettre des avis.
Copyright © 2024 www.philibertnet.com Legals - Privacy Policy - Cookie Policy - Sitemap
Disponible en occasion à partir de ' + data.occasion_from_price + '
'); } } else { console.error('ukoosummary : ' + data.message); } } }); } // START - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) function checkAjaxLoadRequired() { $(document).find('.ajax_module_block').each(function() { if ($(this).hasClass('ajax_module_block') && elementInView(this)) { $(this).removeClass('ajax_module_block'); var params = []; params.module = $(this).data('module'); params.id = $(this).attr('id'); if (typeof $(this).data('id_product') !== undefined) { params.id_product = $(this).data('id_product'); } loadDeferedHomeBlock(params); } }); // Pour optim : si tous les blocs sont chargés, on désactive le listener // sur le scroll pour l'event "checkAjaxLoadRequired" if (!$(document).find('.ajax_module_block').length) { $(window).off('scroll', checkAjaxLoadRequired); } } function loadDeferedHomeBlock(params) { var url_parameters = ''; if (typeof params.id_product !== 'undefined') { url_parameters = '?id_product=' + parseInt(params.id_product); } $.ajax({ type: 'GET', url: baseDir + 'modules/' + params.module + '/ajax_delayed.php' + url_parameters, dataType: 'json', contentType: 'json', success: function(data) { if (data.status === 'ok') { var content = data.content; if (params.module === 'blockviewed' || params.module === 'antadisblog') { $('#' + params.id).html(content); } else if (params.module === 'ukooreviews') { $('#' + params.id + ' .ajax_block_loader').first().replaceWith($(content).find('.uk-reviews-home__products-container')[0]); $('#' + params.id + ' .ajax_block_loader').last().replaceWith($(content).find('.uk-reviews-home__products-container')[1]); } else if (params.module === 'youtubewall') { $('#' + params.id + ' .title_block').append($(content).find('#youtuwall-subscribe-custom')); $('#' + params.id + ' .ajax_block_loader').replaceWith($(content).find('#youtuwall')); } else { // [ukoo_gilles] [2019-12-19 10:55] -> bugfix - on cible le 1er élément ul uniquement sinon la // structure HTML injectée n'est plus bonne content = $(content).find('ul').first(); $('#' + params.id + ' .ajax_block_loader').replaceWith(content); if (!$('#' + params.id).find('.ajax_block_product').length) { $('#' + params.id).find('.view-more').remove(); } } // l'id contenu dans params.id n'existe maintenant plus dans le DOM if (params.module === 'blockviewed') { if (typeof ajaxCart !== 'undefined') { ajaxCart.overrideButtonsInThePage(); } $("#product #viewed-products_block_left .owl-carousel").owlCarousel({ responsive: { 0: { items: 1 }, 1024: { items: 2 }, 1380: { items: 3 } }, margin: 15, autoplay: false, autoplayTimeout: 3000, autoplayHoverPause: true, nav: true, rewind: true, lazyLoad: true }); } } else if (data.status === 'error') { console.log(data.message); } }, error: function(jqXHR, textStatus, errorThrown) { alert(textStatus); }, }); } function elementInView(elem) { var elementTop = $(elem).offset().top; var elementBottom = elementTop + $(elem).outerHeight(); var viewportTop = $(window).scrollTop(); var viewportBottom = viewportTop + $(window).innerHeight(); return elementBottom > viewportTop && elementTop < viewportBottom; } // END - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) $(document).ready(function() { // START - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) // on lance une première fois le chargement différé des blocs qui sont déjà dans le champ de vision // au chargement de la page if ($(document).find('.ajax_module_block').length) { checkAjaxLoadRequired(); // lors du scroll, on relance le chargement des blocs différés $(window).scroll(checkAjaxLoadRequired); } // END - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) }); $(document).on('click', '.dfd-icon-xl', function(event){ let doofinderInput = $('.dfd-searchbox-main input'); $('#search_query_top').val(doofinderInput.val()); $('#searchbox').submit(); event.stopPropagation(); }); $(document).on('keypress', '.dfd-searchbox-main input', function(event){ let keycode = (event.keyCode ? event.keyCode : event.which); if (keycode == '13') { let doofinderInput = $('.dfd-searchbox-main input'); $('#search_query_top').val(doofinderInput.val()); $('#searchbox').submit(); event.stopPropagation(); } }); -->