Players 1-4 Playtime 90-180 Age 14+ Designer Stefan Feld Publishers Deep Print Games Artist Dennis Lohausen Show More Mechanics Area Movement, Dice Rolling, Events, Income, Modular Board, Open Drafting, Pattern Building, Tech Trees / Tech Tracks, Track Movement, Variable Set-up Categories Expansion for Base-game, Civilization, Dice, Economic, Exploration, Science Fiction Civolution: Acceptance Letter is a small expansion pack for Civolution that features 3 Extra Credits. Extra Credits are small add-ons that can be used with the base game either individually or mixed together. Extra Credit A: 6 starting attribute chips At the start of the game, each player drafts a starting attribute chip, which is installed in their console and gives them an individual starting benefit. Extra Credit B: 6 creature chips Each creature belongs to one territory type and can be tamed by performing a hunting action in that territory type. Once tamed, the creature chip is installed in one’s console. As with most other cards and chips, creature chips must go in a column of their own. Each creature likes to eat the resources of its territory, which you can feed to them in the feeding phase in exchange for benefits. Extra Credit C: 15 level-4 module tiles For each of the 15 main modules, there is one powerful additional tile for level 4. At the beginning of the game, each player drafts three of them. Accordingly, during the game, they can upgrade each of these three modules up to level 4 if they manage to. —description from the publisher 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; }