Наш замечательный форум обновился до версии XenForo 2.2! И теперь в нём стало ещё больше полезных и интересных возможностей! Задавайте вопросы про новые функции и сами пробуйте их найти!
Status
Not open for further replies.

Gonanda

Отец-Основатель
Staff member
Администратор
Joined
May 20, 2014
Messages
3,344
Donated
$85.00
Reputation
0
Reaction score
1,748
Points
606
Флаг
user_field_choice.country_il
Преимущества(Virtues) — это новые версии социальных политик, которые разблокируются культурой. В дополнение к бонусам, предоставляемым самими преимуществами, колонии также могут зарабатывать дополнительные синергетические бонусы, появляющиеся как при углублении в одном дереве так и при покупке преимуществ через все деревья.
Есть четыре дерева: Мощь(Might), Знание(Knowledge), Процветание(Prosperity) и Промышленность(Industry). Деревья имеют меньше веток развития, чем в Civ5, но они глубже:

<style>
#civBeVirtuePicker {
width: 1006px;
height: 653px;
position: relative;
background: url("/styles/Virtues_Screen/virtues-background.png");
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#culture {
height: 32px;
color: #8632AD;
text-align: right;
padding: 5px 70px 0px 0px;
font-family: Arial;
font-size: 22px;
}
#culture div {
height: 32px;
display: inline-table;
vertical-align: top;
text-align: right;
line-height: 34px;
width: 80px;
}
.virtueWrapper {
position: absolute;
}
.synergyWrapper {
position: absolute;
}
.virtueIcon {
position: absolute;
width: 45px;
height: 43px;
cursor: pointer;
cursor: hand;
}
.synergyIcon {
position: absolute;
width: 24px;
height: 24px;
cursor: pointer;
cursor: hand;
}
.virtueIcon img:hover, .synergyIcon img:hover {
z-index: 1;
-webkit-filter: brightness(200%%);
filter: alpha(opacity=200);
}
.hover {
position: absolute;
}
.hover:hover + .tooltip {
z-index: 9999;
opacity: .8;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.virtueIcon .order {
opacity: 0.8;
filter: alpha(opacity=80);
font-size: 32px;
font-family: Arial;
color: #FFF;
z-index: 999;
position: absolute;
margin: -38px 0px 0px 0px;
text-align: center;
display: block;
width: 45px;
pointer-events: none;
}
.tooltip {
padding: 10px;
width: 280px;
background-color: black;
color: white;
font-family: Arial;
font-size: 12px;
border-radius:0px;
opacity:0;
position:absolute;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
z-index: 1;
pointer-events: none;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-webkit-border-top-right-radius: 5px !important;
-webkit-border-bottom-right-radius: 5px !important;
-moz-border-radius-topright: 5px !important;
-moz-border-radius-bottomright: 5px !important;
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
-webkit-border-top-left-radius: 5px !important;
-webkit-border-bottom-left-radius: 5px !important;
-moz-border-radius-topleft: 5px !important;
-moz-border-radius-bottomleft: 5px !important;
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}
.tier3 {
bottom: 5px;
}
.tier2, .tier1{
top: 50px;
}
.industry {
left: -180px;
}
.prosperity {
left: -80px;
}
.knowledge {
left: -80px;
}
.tooltip .name {
font-size: 15px;
}
.might .name {
color: #8B6058;
}
.prosperity .name {
color: #325D4F;
}
.knowledge .name {
color: #3E7A9F;
}
.industry .name {
color: #5A537C;
}
.glowBorder {
width: 44px;
height: 42px;
position: absolute;
border: 1px solid #dadada;
border-radius: 6px;
}
.glowBorderEnabled, .glowBorderOn {
-webkit-border-top-right-radius: 6px !important;
-webkit-border-bottom-right-radius: 6px !important;
-moz-border-radius-topright: 6px !important;
-moz-border-radius-bottomright: 6px !important;
border-top-right-radius: 6px !important;
border-bottom-right-radius: 6px !important;
-webkit-border-top-left-radius: 6px !important;
-webkit-border-bottom-left-radius: 6px !important;
-moz-border-radius-topleft: 6px !important;
-moz-border-radius-bottomleft: 6px !important;
border-top-left-radius: 6px !important;
border-bottom-left-radius: 6px !important;
outline: none;
border-color: #dadada;
}
.glowBorderEnabled {
-webkit-filter: brightness(250%%) saturate(1.05);
}
.glowBorderOn {
box-shadow: 0 0 5px #dadada !important;
}
.countersCategory {
width: 0px;
height: 11px;
position: absolute;
}
.countersTier {
width: 16px;
height: 0px;
position: absolute;
}
#countersMight {
background: url("/styles/Virtues_Screen/counter-might.png");
top: 95px;
left: 89px;
}
#countersProsperity {
background: url("/styles/Virtues_Screen/counter-prosperity.png");
top: 95px;
left: 319px;
}
#countersKnowledge {
background: url("/styles/Virtues_Screen/counter-knowledge.png");
top: 95px;
left: 549px;
}
#countersIndustry {
background: url("/styles/Virtues_Screen/counter-industry.png");
top: 95px;
left: 779px;
}
#countersTier1 {
background: url("/styles/Virtues_Screen/counter-tier.png");
top: 105px;
left: 70px;
}
#countersTier2 {
background: url("/styles/Virtues_Screen/counter-tier.png");
top: 290px;
left: 70px;
}
#countersTier3 {
background: url("/styles/Virtues_Screen/counter-tier.png");
top: 475px;
left: 70px;
max-height: 176px;
}
</style>
<script type="text/javascript" src="./styles/Virtues_Screen/jquery-1.10.1.js"></script>
<script type="text/javascript" src="./styles/Virtues_Screen/html2canvas.js"></script>
<script type="text/javascript">

var virtuesStack = [];
var virtuesStackCount = 0;

var virtuesLeadTo = {'virtue1': 'virtue2,virtue3', 'virtue2': 'virtue6', 'virtue3': 'virtue4,virtue5', 'virtue4': 'virtue7', 'virtue5': 'virtue8', 'virtue6': 'virtue7', 'virtue7': 'virtue9,virtue10', 'virtue8': 'virtue10,virtue13', 'virtue9': 'virtue11', 'virtue10': 'virtue12', 'virtue11': '', 'virtue12': 'virtue14', 'virtue13': 'virtue14', 'virtue14': 'virtue15', 'virtue15': '', 'virtue16': 'virtue17,virtue18', 'virtue17': 'virtue19,virtue21', 'virtue18': 'virtue19,virtue20', 'virtue19': 'virtue22', 'virtue20': '', 'virtue21': 'virtue23', 'virtue22': 'virtue23,virtue24', 'virtue23': 'virtue25,virtue26', 'virtue24': 'virtue25', 'virtue25': 'virtue26,virtue28', 'virtue26': 'virtue27,virtue28', 'virtue27': '', 'virtue28': 'virtue29,virtue30', 'virtue29': '', 'virtue30': '', 'virtue31': 'virtue32,virtue33', 'virtue32': 'virtue34', 'virtue33': 'virtue34,virtue35', 'virtue34': 'virtue36', 'virtue35': 'virtue37', 'virtue36': 'virtue38,virtue39', 'virtue37': 'virtue40', 'virtue38': 'virtue40,virtue41', 'virtue39': 'virtue41', 'virtue40': 'virtue43', 'virtue41': 'virtue42,virtue44', 'virtue42': '', 'virtue43': 'virtue44,virtue45', 'virtue44': '', 'virtue45': '', 'virtue46': 'virtue47,virtue48,virtue49', 'virtue47': 'virtue50,virtue51', 'virtue48': 'virtue50', 'virtue49': 'virtue52', 'virtue50': 'virtue53', 'virtue51': 'virtue54', 'virtue52': 'virtue53', 'virtue53': 'virtue54,virtue55', 'virtue54': 'virtue56', 'virtue55': 'virtue56,virtue57', 'virtue56': 'virtue58', 'virtue57': 'virtue58', 'virtue58': 'virtue59,virtue60', 'virtue59': '', 'virtue60': ''};
var virtuesPrereq = {'virtue1': '', 'virtue2': 'virtue1', 'virtue3': 'virtue1', 'virtue4': 'virtue3', 'virtue5': 'virtue3', 'virtue6': 'virtue2', 'virtue7': 'virtue4,virtue6', 'virtue8': 'virtue5', 'virtue9': 'virtue7', 'virtue10': 'virtue7,virtue8', 'virtue11': 'virtue9', 'virtue12': 'virtue10', 'virtue13': 'virtue8', 'virtue14': 'virtue12', 'virtue15': 'virtue14', 'virtue16': '', 'virtue17': 'virtue16', 'virtue18': 'virtue16', 'virtue19': 'virtue17,virtue18', 'virtue20': 'virtue18', 'virtue21': 'virtue17', 'virtue22': 'virtue19', 'virtue23': 'virtue21,virtue22', 'virtue24': 'virtue22', 'virtue25': 'virtue23,virtue24', 'virtue26': 'virtue23,virtue25', 'virtue27': 'virtue26', 'virtue28': 'virtue25,virtue26', 'virtue29': 'virtue28', 'virtue30': 'virtue28', 'virtue31': '', 'virtue32': 'virtue31', 'virtue33': 'virtue31', 'virtue34': 'virtue32,virtue33', 'virtue35': 'virtue33', 'virtue36': 'virtue34', 'virtue37': 'virtue35', 'virtue38': 'virtue36', 'virtue39': 'virtue36', 'virtue40': 'virtue37,virtue38', 'virtue41': 'virtue38,virtue39', 'virtue42': 'virtue41', 'virtue43': 'virtue40', 'virtue44': 'virtue41,virtue43', 'virtue45': 'virtue43', 'virtue46': '', 'virtue47': 'virtue46', 'virtue48': 'virtue46', 'virtue49': 'virtue46', 'virtue50': 'virtue47,virtue48', 'virtue51': 'virtue47', 'virtue52': 'virtue49', 'virtue53': 'virtue50,virtue52', 'virtue54': 'virtue51,virtue53', 'virtue55': 'virtue53', 'virtue56': 'virtue54,virtue55', 'virtue57': 'virtue55', 'virtue58': 'virtue56,virtue57', 'virtue59': 'virtue56,virtue58', 'virtue60': 'virtue57,virtue58'};
$( document ).ready(function() {

var counters = {
"virtues": 0,
"might": 0,
"prosperity": 0,
"knowledge": 0,
"industry": 0,
"tier1": 0,
"tier2": 0,
"tier3": 0
};

var dependantID;

var contentWidth = $("#posts").width();

if(contentWidth > 1220) {
$("#civBeVirtuePicker").toggleClass("smallPicker");
}

// if any image is clicked
$(".virtueIcon a img").click(function () {

var virtue = $(this).parent().parent().prop("id");
var id = virtue.match(/\d+/g);
var category = Math.floor((id - 0.5) / 15) + 1;
var tier = Math.ceil((id - ((category - 1) * 15)) / 5);

if(category === 1)
category = "might";
if(category === 2)
category = "prosperity";
if(category === 3)
category = "knowledge";
if(category === 4)
category = "industry";


// check if on (to turn off) or enabled (allowed to turn on)
var isOn = $(this).hasClass( "glowBorderOn" );
var isEnabled = $(this).hasClass( "glowBorderEnabled" );

// general use counter
var i;
// general use numbers
var n;
// general use dependant
var d;

if(isOn) {

// get dependants of virtue
var dependants = apGetDependants(this,virtuesLeadTo);

$( ".inner" ).remove( ".order" );
$(this).siblings(".order").remove();
if(typeof dependants != "undefined") {

// disable dependants
for(i = 0; i < dependants.length; i++) {

dependantID = dependants.match(/\d+/g);

d = $( "#" + dependants).find("img")
d.siblings(".order").remove();

if(d.hasClass( "glowBorderOn" )) {

counters[category]--;
counters["virtues"]--;

if(dependantID > 55)
counters["tier3"]--;
else if(dependantID > 50)
counters["tier2"]--;
else if(dependantID > 45)
counters["tier1"]--;
else if(dependantID > 40)
counters["tier3"]--;
else if(dependantID > 35)
counters["tier2"]--;
else if(dependantID > 30)
counters["tier1"]--;
else if(dependantID > 25)
counters["tier3"]--;
else if(dependantID > 20)
counters["tier2"]--;
else if(dependantID > 15)
counters["tier1"]--;
else if(dependantID > 10)
counters["tier3"]--;
else if(dependantID > 5)
counters["tier2"]--;
else {
counters["tier1"]--;
console.log("dependant: " + dependantID);
console.log("ID: " + id);
}
virtuesStackCount--;

virtuesStack = $.grep(virtuesStack, function( n ) {
return (n.virtue !== dependants);
});
}

d.removeClass( "glowBorderOn" );

if(!apHasAnotherPrereq(dependants, virtue, virtuesPrereq))
d.removeClass( "glowBorderEnabled" );
}
}
else {

}

for(i = 0; i < virtuesStack.length; i++) {

v = virtuesStack.virtue;
virtuesStack.id = i + 1;

$( "#" + v).find(".order").text(i + 1);
}

// turn off but leave enabled
$(this).addClass( "glowBorderEnabled" );
$(this).removeClass( "glowBorderOn" );

}
else if(isEnabled) {
// turn on
$(this).addClass( "glowBorderOn" );
counters["virtues"]++;

// add order span
$(this).parent().append( "<span></span>" );
$(this).siblings( "span" ).addClass( "order" );

// update virtues stack
virtuesStackCount++;
virtuesStack.push({ "id": virtuesStackCount, "virtue": virtue });
$(this).siblings(".order").text(virtuesStackCount);

// enable dependants
dependants = virtuesLeadTo[virtue];

// check if more than one dependant
if (dependants.indexOf(",") !== -1) {

// get direct dependants of v
dependants = dependants.split(",");

for(i = 0; i < dependants.length; i++) {
$( "#" + dependants).find("img").addClass("glowBorderEnabled");
}
}
else {
$( "#" + dependants).find("img").addClass("glowBorderEnabled");
}

counters[category]++;
counters["tier"+tier]++;
}
else {
// do nothing
}

apUpdateCounters(counters);
});
});

function apHasAnotherPrereq(virtue, prereq, virtuesPrereq) {
if(typeof virtuesPrereq[virtue] != "undefined") {

if (virtuesPrereq[virtue].indexOf(",") !== -1) {

var prereqs = virtuesPrereq[virtue].split(",");

for(i = 0; i < prereqs.length; i++) {

if(prereqs != prereq) {

// if other prereq is selected
if($("#" + prereqs).find("img").hasClass( "glowBorderOn" )) {
return 1;
}
}
}
}
}

return 0;
}

function apCultureCalc(virtues) {

var total = 0;
var cost = 0;

for(var i = 0; i < virtues; i++) {

cost = 20 + ((2 * i) * (2 * i));
total += cost;
}

cost = 20 + ((2 * (virtues)) * (2 * (virtues)));

$( "#cultureTotal" ).text(total);
$( "#cultureNext" ).text(cost);
}

function apUpdateCounters(counters) {

$( "#countersMight" ).width(counters["might"] * 15);
$( "#countersProsperity" ).width(counters["prosperity"] * 15);
$( "#countersKnowledge" ).width(counters["knowledge"] * 15);
$( "#countersIndustry" ).width(counters["industry"] * 15);
$( "#countersTier1" ).height(counters["tier1"] * 9);
$( "#countersTier2" ).height(counters["tier2"] * 9);
$( "#countersTier3" ).height(counters["tier3"] * 9);

apCultureCalc(counters["virtues"]);

// tier1 synergy toggles
if(counters["tier1"] > 14) {
$( "#synergy1" ).addClass("glowBorderEnabled");
$( "#synergy2" ).addClass("glowBorderEnabled");
$( "#synergy3" ).addClass("glowBorderEnabled");
}
else if(counters["tier1"] > 9) {
$( "#synergy1" ).addClass("glowBorderEnabled");
$( "#synergy2" ).addClass("glowBorderEnabled");
$( "#synergy3" ).removeClass("glowBorderEnabled");
}
else if(counters["tier1"] > 5) {
$( "#synergy1" ).addClass("glowBorderEnabled");
$( "#synergy2" ).removeClass("glowBorderEnabled");
$( "#synergy3" ).removeClass("glowBorderEnabled");
}
else {
$( "#synergy1" ).removeClass("glowBorderEnabled");
$( "#synergy2" ).removeClass("glowBorderEnabled");
$( "#synergy3" ).removeClass("glowBorderEnabled");
}

// tier2 synergy toggles
if(counters["tier2"] > 11) {
$( "#synergy4" ).addClass("glowBorderEnabled");
$( "#synergy5" ).addClass("glowBorderEnabled");
}
else if(counters["tier2"] > 7) {
$( "#synergy4" ).addClass("glowBorderEnabled");
$( "#synergy5" ).removeClass("glowBorderEnabled");
}
else {
$( "#synergy4" ).removeClass("glowBorderEnabled");
$( "#synergy5" ).removeClass("glowBorderEnabled");
}

// tier3 synergy toggles
if(counters["tier3"] > 9) {
$( "#synergy6" ).addClass("glowBorderEnabled");
}
else {
$( "#synergy6" ).removeClass("glowBorderEnabled");
}

// might synergy toggles
if(counters["might"] > 14) {
$( "#synergy7" ).addClass("glowBorderEnabled");
$( "#synergy8" ).addClass("glowBorderEnabled");
$( "#synergy9" ).addClass("glowBorderEnabled");
}
else if(counters["might"] > 9) {
$( "#synergy7" ).addClass("glowBorderEnabled");
$( "#synergy8" ).addClass("glowBorderEnabled");
$( "#synergy9" ).removeClass("glowBorderEnabled");
}
else if(counters["might"] > 4) {
$( "#synergy7" ).addClass("glowBorderEnabled");
$( "#synergy8" ).removeClass("glowBorderEnabled");
$( "#synergy9" ).removeClass("glowBorderEnabled");
}
else {
$( "#synergy7" ).removeClass("glowBorderEnabled");
$( "#synergy8" ).removeClass("glowBorderEnabled");
$( "#synergy9" ).removeClass("glowBorderEnabled");
}

// prosperity synergy toggles
if(counters["prosperity"] > 14) {
$( "#synergy10" ).addClass("glowBorderEnabled");
$( "#synergy11" ).addClass("glowBorderEnabled");
$( "#synergy12" ).addClass("glowBorderEnabled");
}
else if(counters["prosperity"] > 9) {
$( "#synergy10" ).addClass("glowBorderEnabled");
$( "#synergy11" ).addClass("glowBorderEnabled");
$( "#synergy12" ).removeClass("glowBorderEnabled");
}
else if(counters["prosperity"] > 4) {
$( "#synergy10" ).addClass("glowBorderEnabled");
$( "#synergy11" ).removeClass("glowBorderEnabled");
$( "#synergy12" ).removeClass("glowBorderEnabled");
}
else {
$( "#synergy10" ).removeClass("glowBorderEnabled");
$( "#synergy11" ).removeClass("glowBorderEnabled");
$( "#synergy12" ).removeClass("glowBorderEnabled");
}

// knowledge synergy toggles
if(counters["knowledge"] > 14) {
$( "#synergy13" ).addClass("glowBorderEnabled");
$( "#synergy14" ).addClass("glowBorderEnabled");
$( "#synergy15" ).addClass("glowBorderEnabled");
}
else if(counters["knowledge"] > 9) {
$( "#synergy13" ).addClass("glowBorderEnabled");
$( "#synergy14" ).addClass("glowBorderEnabled");
$( "#synergy15" ).removeClass("glowBorderEnabled");
}
else if(counters["knowledge"] > 4) {
$( "#synergy13" ).addClass("glowBorderEnabled");
$( "#synergy14" ).removeClass("glowBorderEnabled");
$( "#synergy15" ).removeClass("glowBorderEnabled");
}
else {
$( "#synergy13" ).removeClass("glowBorderEnabled");
$( "#synergy14" ).removeClass("glowBorderEnabled");
$( "#synergy15" ).removeClass("glowBorderEnabled");
}

// industry synergy toggles
if(counters["industry"] > 14) {
$( "#synergy16" ).addClass("glowBorderEnabled");
$( "#synergy17" ).addClass("glowBorderEnabled");
$( "#synergy18" ).addClass("glowBorderEnabled");
}
else if(counters["industry"] > 9) {
$( "#synergy16" ).addClass("glowBorderEnabled");
$( "#synergy17" ).addClass("glowBorderEnabled");
$( "#synergy18" ).removeClass("glowBorderEnabled");
}
else if(counters["industry"] > 4) {
$( "#synergy16" ).addClass("glowBorderEnabled");
$( "#synergy17" ).removeClass("glowBorderEnabled");
$( "#synergy18" ).removeClass("glowBorderEnabled");
}
else {
$( "#synergy16" ).removeClass("glowBorderEnabled");
$( "#synergy17" ).removeClass("glowBorderEnabled");
$( "#synergy18" ).removeClass("glowBorderEnabled");
}
}

function apGetDependants(virtue,virtuesLeadTo) {

var done = 0; // just starting
var i = 0; // index for total added
var v = 0; // index for current virtue
var dependants; // array of all virtues dependant on this virtue
var d; // temp dependant array

// add id of virtue to toDo
var toDo = [];
toDo = $(virtue).parent().parent().prop("id");

while(!done) {
// check if this virtue has dependants
if(typeof virtuesLeadTo[toDo[v]] != "undefined") {
dependants = virtuesLeadTo[toDo[v]];

// check if more than one dependant
if (dependants.indexOf(",") !== -1) {

// get direct dependants of v
d = dependants.split(",");

for(x = 0; x < d.length; x++) {

// if dependant not already added
if(jQuery.inArray(d[x], toDo) === -1) {

// add dependant to toDo
i++;
toDo.push(d[x]);
}
}
}
else if(dependants !== "") { // only one
// if dependant not already added
if(jQuery.inArray(dependants, toDo) === -1) {

// add dependant to toDo
i++;
toDo.push(dependants);

}
}
}
else if(toDo.length > v) {
// just keep going
}
else {
// no more dependants to find
done = 1;
}

// move to next virtue in toDo
v++;
}

return toDo;
}

function apScreenCapture() {
html2canvas(document.getElementById("civBeVirtuePicker"), {
width: 1026,
height: 673,
onrendered: function(canvas) {
document.body.appendChild(canvas);
}
});
}

</script>

<div id="civBeVirtuePicker" class="smallPicker">
<div id="clickmap">
<div id="culture">
<img src="./styles/Virtues_Screen/culture-icon.png" height="32" width="32" alt="Culture Icon" title="Culture Icon">
<div>Всего:</div><div id="cultureTotal">0</div>
<div>Следующее:</div><div id="cultureNext">20</div>
</div>
<div id="countersMight" class="countersCategory" style="width: 0px;"></div>
<div id="countersProsperity" class="countersCategory" style="width: 0px;"></div>
<div id="countersKnowledge" class="countersCategory" style="width: 0px;"></div>
<div id="countersIndustry" class="countersCategory" style="width: 0px;"></div>
<div id="countersTier1" class="countersTier" style="height: 0px;"></div>
<div id="countersTier2" class="countersTier" style="height: 0px;"></div>
<div id="countersTier3" class="countersTier" style="height: 0px;"></div>
<div class="virtueWrapper" style="left: 179px; top: 114px;">
<div id="virtue1" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might1.png" width="45px" height="43px" class="glowBorderEnabled">

</a>
</div>
<div class="tooltip might tier1">
<span class="name">Адаптивная Тактика</span>
<br>
<br>
<span class="description">+50% к опыту за боевые действия</span>
</div>
</div>
<div class="virtueWrapper" style="left: 119px; top: 176px;">
<div id="virtue2" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might2.png" width="45px" height="43px" class="">

</a>
</div>
<div class="tooltip might tier1">
<span class="name">Сурвивализм</span>
<br>
<br>
<span class="description">+25% к мощи в ближнем бою и к дальнобойной мощи против инопланетных форм жизни</span>
</div>
</div>
<div class="virtueWrapper" style="left: 179px; top: 176px;">
<div id="virtue3" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might3.png" width="45px" height="43px" class="">

</a>
</div>
<div class="tooltip might tier1">
<span class="name">Военно-промышленный комплекс</span>
<br>
<br>
<span class="description">+15% <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> к производству боевых юнитов</span>
</div>
</div>
<div class="virtueWrapper" style="left: 179px; top: 238px;">
<div id="virtue4" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might4.png" width="45px" height="43px" class="">

</a>
</div>
<div class="tooltip might tier1">
<span class="name">Общественная безопасность</span>
<br>
<br>
<span class="description">+0,25 <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> ед. здоровья за каждый боевой юнит под вашим контролем</span>
</div>
</div>
<div class="virtueWrapper" style="left: 239px; top: 238px;">
<div id="virtue5" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might5.png" width="45px" height="43px" class="">

</a>
</div>
<div class="tooltip might tier1">
<span class="name">Освободительная армия</span>
<br>
<br>
<span class="description">После захвата вражеского аванпоста на его месте автоматически появляется ваш аванпост</span>
</div>
</div>
<div class="virtueWrapper" style="left: 119px; top: 296px;">
<div id="virtue6" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might6.png" width="45px" height="43px" class="">

</a>
</div>
<div class="tooltip might tier2">
<span class="name">Прочистка</span>
<br>
<br>
<span class="description">Уничтожив инопланетятниа, вы получаете 100% от его силы в виде <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> науки. <br> Вы получете 60 <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> науки за уничтожение гнезд инопланетян</span>
</div>
</div>
<div class="virtueWrapper" style="left: 179px; top: 358px;">
<div id="virtue7" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might7.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier2">
<span class="name">Адаптивные науки</span>
<br>
<br>
<span class="description">+20% к совершенству, полученному за исследование технологий</span>
</div>
</div>
<div class="virtueWrapper" style="left: 239px; top: 358px;">
<div id="virtue8" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might8.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier2">
<span class="name">Спецслужбы</span>
<br>
<br>
<span class="description">+40% к уровню интриги от тайных операций</span>
</div>
</div>
<div class="virtueWrapper" style="left: 119px; top: 420px;">
<div id="virtue9" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might9.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier2">
<span class="name">Инженерные войска</span>
<br>
<br>
<span class="description">+1 <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> ед. производства за каждый стратегический ресурс <br> +1 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> ед. энергии за каждый стратегический ресурс</span>
</div>
</div>
<div class="virtueWrapper" style="left: 179px; top: 420px;">
<div id="virtue10" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might10.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier2">
<span class="name">Боевые медитации</span>
<br>
<br>
<span class="description">1 уровень совершенства бесплатно</span>
</div>
</div>
<div class="virtueWrapper" style="left: 119px; top: 478px;">
<div id="virtue11" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might11.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier3">
<span class="name">Безжалостная эффективность</span>
<br>
<br>
<span class="description">+50% к количеству стратегических ресурсов от их источников</span>
</div>
</div>
<div class="virtueWrapper" style="left: 179px; top: 478px;">
<div id="virtue12" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might12.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier3">
<span class="name">Интегрированное оружие</span>
<br>
<br>
<span class="description">+10% <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> к производству юнита за каждую его модернизацию</span>
</div>
</div>
<div class="virtueWrapper" style="left: 239px; top: 478px;">
<div id="virtue13" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might13.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier3">
<span class="name">Совместные операции</span>
<br>
<br>
<span class="description">+3% к орбитальной зоне действия от станций, с которыми вы торгуете</span>
</div>
</div>
<div class="virtueWrapper" style="left: 179px; top: 540px;">
<div id="virtue14" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might14.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier3">
<span class="name">Демократизированное расквартирование</span>
<br>
<br>
<span class="description">Расходы на содержание юнитов: -50%</span>
</div>
</div>
<div class="virtueWrapper" style="left: 179px; top: 602px;">
<div id="virtue15" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/might15.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip might tier3">
<span class="name">Направленная ярость</span>
<br>
<br>
<span class="description">+10% к мощи в ближнем бою и дальнобойной мощи для всех юнитов</span>
</div>
</div>
<div class="virtueWrapper" style="left: 409px; top: 114px;">
<div id="virtue16" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity1.png" width="45px" height="43px" class="glowBorderEnabled">

</a>
</div>
<div class="tooltip prosperity tier1">
<span class="name">Бережливость</span>
<br>
<br>
<span class="description">Количество пищи, сохраненной при расширении города, увеличивается на 10%</span>
</div>
</div>
<div class="virtueWrapper" style="left: 349px; top: 176px;">
<div id="virtue17" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity2.png" width="45px" height="43px" class="">

</a>
</div>
<div class="tooltip prosperity tier1">
<span class="name">Рабочая инициатива</span>
<br>
<br>
<span class="description">Бесплатный юнит "Рабочий"</span>
</div>
</div>
<div class="virtueWrapper" style="left: 409px; top: 176px;">
<div id="virtue18" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity3.png" width="45px" height="43px" class="">

</a>
</div>
<div class="tooltip prosperity tier1">
<span class="name">Самообеспечение</span>
<br>
<br>
<span class="description">+30% к скорости роста аванпоста</span>
</div>
</div>
<div class="virtueWrapper" style="left: 409px; top: 238px;">
<div id="virtue19" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity4.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier1">
<span class="name">Рука помощи</span>
<br>
<br>
<span class="description">+15% к скорости улучшения клеток</span>
</div>
</div>
<div class="virtueWrapper" style="left: 469px; top: 238px;">
<div id="virtue20" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity5.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier1">
<span class="name">Колониальная инициатива</span>
<br>
<br>
<span class="description">Бесплатный юнит "Поселенец"</span>
</div>
</div>
<div class="virtueWrapper" style="left: 349px; top: 296px;">
<div id="virtue21" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity6.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier2">
<span class="name">Землепроходцы</span>
<br>
<br>
<span class="description">Исследователи могут создавать на 3 экспедиции больше</span>
</div>
</div>
<div class="virtueWrapper" style="left: 409px; top: 296px;">
<div id="virtue22" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity7.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier2">
<span class="name">Дух первооткрывателя</span>
<br>
<br>
<span class="description">Для расширения границ требуется на -25% <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуры</span>
</div>
</div>
<div class="virtueWrapper" style="left: 349px; top: 358px;">
<div id="virtue23" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity8.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier2">
<span class="name">Экономика дара</span>
<br>
<br>
<span class="description">+3 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии от ваших сухопутных торговых путей к иностранным городам <br> Морские торговые пути к иностранным городам приносят +3 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии</span>
</div>
</div>
<div class="virtueWrapper" style="left: 469px; top: 358px;">
<div id="virtue24" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity9.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier2">
<span class="name">Кланы поселенцев</span>
<br>
<br>
<span class="description">+2 <img src="./styles/Virtues_Screen/people2.png" width="14px" height="24px"> жит. за новые города</span>
</div>
</div>
<div class="virtueWrapper" style="left: 409px; top: 420px;">
<div id="virtue25" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity10.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier2">
<span class="name">Разум над материей</span>
<br>
<br>
<span class="description">+7 <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> ед. здоровья</span>
</div>
</div>
<div class="virtueWrapper" style="left: 349px; top: 478px;">
<div id="virtue26" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity11.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier3">
<span class="name">Щедрость природы</span>
<br>
<br>
<span class="description">+1 <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> ед. производства за каждый основной ресурс</span>
</div>
</div>
<div class="virtueWrapper" style="left: 349px; top: 540px;">
<div id="virtue27" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity12.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier3">
<span class="name">Радость выбора</span>
<br>
<br>
<span class="description">+1 <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> к здоровью за каждый тип основного ресурса, который был улучшен</span>
</div>
</div>
<div class="virtueWrapper" style="left: 409px; top: 540px;">
<div id="virtue28" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity13.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier3">
<span class="name">Никто не лишний</span>
<br>
<br>
<span class="description">+2 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> к энергии за каждого <img src="./styles/Virtues_Screen/people2.png" width="14px" height="24px"> жителя-специалиста</span>
</div>
</div>
<div class="virtueWrapper" style="left: 409px; top: 602px;">
<div id="virtue29" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity14.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier3">
<span class="name">Ландшафтная экоархитектура</span>
<br>
<br>
<span class="description">+1 <img src="./styles/Virtues_Screen/food.png" width="24px" height="24px"> ед. пищи за каждое улучшение "Земной ландшафт"<br> +1 <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> ед. производства за каждое улучшение "Земной ландшафт"<br> +1 <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> ед. культуры за каждое улучшение "Земной ландшафт"</span>
</div>
</div>
<div class="virtueWrapper" style="left: 469px; top: 602px;">
<div id="virtue30" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity15.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip prosperity tier3">
<span class="name">Эвдемонизм</span>
<br>
<br>
<span class="description">Упадок <img src="./styles/Virtues_Screen/health-.png" width="24px" height="24px"> здоровья сокращается на 25%</span>
</div>
</div>
<div class="virtueWrapper" style="left: 639px; top: 114px;">
<div id="virtue31" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge1.png" width="45px" height="43px" class="glowBorderEnabled">

</a>
</div>
<div class="tooltip knowledge tier1">
<span class="name">Предвидение</span>
<br>
<br>
<span class="description">+10% <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> к науке, если <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> уровень здоровья в норме</span>
</div>
</div>
<div class="virtueWrapper" style="left: 579px; top: 176px;">
<div id="virtue32" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge2.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier1">
<span class="name">Полевые исследования</span>
<br>
<br>
<span class="description">Вы получаете 30 <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> к науке за проведенные экспедиции</span>
</div>
</div>
<div class="virtueWrapper" style="left: 639px; top: 176px;">
<div id="virtue33" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge3.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier1">
<span class="name">Общественные нравы</span>
<br>
<br>
<span class="description">Каждый город получает +0,25 к <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуре за каждого <img src="./styles/Virtues_Screen/people2.png" width="14px" height="24px"> жителя</span>
</div>
</div>
<div class="virtueWrapper" style="left: 579px; top: 238px;">
<div id="virtue34" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge4.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier1">
<span class="name">Обучение в лаборатории</span>
<br>
<br>
<span class="description">Каждый город получает +0,25 к <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> науке за каждого <img src="./styles/Virtues_Screen/people2.png" width="14px" height="24px"> жителя</span>
</div>
</div>
<div class="virtueWrapper" style="left: 699px; top: 238px;">
<div id="virtue35" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge5.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier1">
<span class="name">Креативный класс</span>
<br>
<br>
<span class="description">Вы получаете количество очков <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуры, равное 30% от общего уровня <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> здоровья</span>
</div>
</div>
<div class="virtueWrapper" style="left: 579px; top: 296px;">
<div id="virtue36" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge6.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier2">
<span class="name">Связывающие ценности</span>
<br>
<br>
<span class="description">Для новых направлений развития необходимо -10% <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуры</span>
</div>
</div>
<div class="virtueWrapper" style="left: 699px; top: 296px;">
<div id="virtue37" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge7.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier2">
<span class="name">Прикладная эстетика</span>
<br>
<br>
<span class="description">Вы получаете прирост <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии, равной 30% от количества произодимой <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуры.</span>
</div>
</div>
<div class="virtueWrapper" style="left: 639px; top: 358px;">
<div id="virtue38" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge8.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier2">
<span class="name">Сетевые каналы передачи данных</span>
<br>
<br>
<span class="description">Штраф к <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> науке за число городов для новых технологий уменьшается на -40%</span>
</div>
</div>
<div class="virtueWrapper" style="left: 579px; top: 420px;">
<div id="virtue39" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge9.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier2">
<span class="name">Медицинское обслуживание</span>
<br>
<br>
<span class="description">+1 к <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> здоровью за каждых 6 <img src="./styles/Virtues_Screen/people2.png" width="14px" height="24px"> жителей в городе</span>
</div>
</div>
<div class="virtueWrapper" style="left: 699px; top: 420px;">
<div id="virtue40" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge10.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier2">
<span class="name">Сеть мемов</span>
<br>
<br>
<span class="description">Штраф к <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуре за число городов для новых направлений развития уменьшается на -40%</span>
</div>
</div>
<div class="virtueWrapper" style="left: 639px; top: 478px;">
<div id="virtue41" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge11.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier3">
<span class="name">Методы метаисследования</span>
<br>
<br>
<span class="description">На технологии-листья расходуется на 10% меньше <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> науки</span>
</div>
</div>
<div class="virtueWrapper" style="left: 579px; top: 540px;">
<div id="virtue42" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge12.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier3">
<span class="name">Информационная война</span>
<br>
<br>
<span class="description">+1 тайный агент</span>
</div>
</div>
<div class="virtueWrapper" style="left: 699px; top: 540px;">
<div id="virtue43" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge13.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier3">
<span class="name">Обучающие центры</span>
<br>
<br>
<span class="description">+2 <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> ед. науки за каждое улучшение "Академия"</span>
</div>
</div>
<div class="virtueWrapper" style="left: 639px; top: 602px;">
<div id="virtue44" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge14.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier3">
<span class="name">Технические мастера</span>
<br>
<br>
<span class="description">Вы получаете ускорение <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> исследований на 15% от количества производимой <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуры</span>
</div>
</div>
<div class="virtueWrapper" style="left: 699px; top: 602px;">
<div id="virtue45" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge15.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip knowledge tier3">
<span class="name">Мономиф</span>
<br>
<br>
<span class="description">+7 к <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуре за каждое чудо</span>
</div>
</div>
<div class="virtueWrapper" style="left: 869px; top: 114px;">
<div id="virtue46" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry1.png" width="45px" height="43px" class="glowBorderEnabled">

</a>
</div>
<div class="tooltip industry tier1">
<span class="name">Логистика трудовых ресурсов</span>
<br>
<br>
<span class="description">+10% к <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> производству зданий</span>
</div>
</div>
<div class="virtueWrapper" style="left: 809px; top: 176px;">
<div id="virtue47" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry2.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier1">
<span class="name">Коммерциализация</span>
<br>
<br>
<span class="description">+1 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> ед. энергии за каждый основной ресурс</span>
</div>
</div>
<div class="virtueWrapper" style="left: 869px; top: 176px;">
<div id="virtue48" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry3.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier1">
<span class="name">Центральное планирование</span>
<br>
<br>
<span class="description">+5 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> ед. ресурса "Энергия" в столице</span>
</div>
</div>
<div class="virtueWrapper" style="left: 929px; top: 176px;">
<div id="virtue49" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry4.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier1">
<span class="name">Масштабируемая инфраструктура</span>
<br>
<br>
<span class="description">+15% <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> к производству при строительстве чудес</span>
</div>
</div>
<div class="virtueWrapper" style="left: 869px; top: 238px;">
<div id="virtue50" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry5.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier1">
<span class="name">Стандартизированная архитектура</span>
<br>
<br>
<span class="description">+25% к <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> производству уже построенных в столице зданий</span>
</div>
</div>
<div class="virtueWrapper" style="left: 809px; top: 296px;">
<div id="virtue51" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry6.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier2">
<span class="name">Инвестиции</span>
<br>
<br>
<span class="description">Дополнительно 1% от запасенной <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии каждый ход, но не более 100 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии</span>
</div>
</div>
<div class="virtueWrapper" style="left: 929px; top: 296px;">
<div id="virtue52" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry7.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier2">
<span class="name">Космический туризм</span>
<br>
<br>
<span class="description">+25% к <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> производству орбитальных юнитов</span>
</div>
</div>
<div class="virtueWrapper" style="left: 869px; top: 358px;">
<div id="virtue53" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry8.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier2">
<span class="name">Спекуляции</span>
<br>
<br>
<span class="description">+0.5 <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> ед. здоровья за каждый торговый юнит под вашим контролем</span>
</div>
</div>
<div class="virtueWrapper" style="left: 809px; top: 420px;">
<div id="virtue54" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry9.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier2">
<span class="name">Альтернативные рынки</span>
<br>
<br>
<span class="description">Торговые пути к станциями приносят +6 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> ед. энергии за каждый уровень станции</span>
</div>
</div>
<div class="virtueWrapper" style="left: 869px; top: 420px;">
<div id="virtue55" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry10.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier2">
<span class="name">Взаимосвязанная сеть</span>
<br>
<br>
<span class="description">+25% к прибыли от торговых путей между вашими городами</span>
</div>
</div>
<div class="virtueWrapper" style="left: 809px; top: 478px;">
<div id="virtue56" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry11.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier3">
<span class="name">Социальные инвестиции</span>
<br>
<br>
<span class="description">+2 <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> ед. производства за каждое улучшение "Фабрика"</span>
</div>
</div>
<div class="virtueWrapper" style="left: 929px; top: 478px;">
<div id="virtue57" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry12.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier3">
<span class="name">Ликвидность</span>
<br>
<br>
<span class="description">Затраты энергии на приобретение юнитов: -20% <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"></span>
</div>
</div>
<div class="virtueWrapper" style="left: 869px; top: 540px;">
<div id="virtue58" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry13.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier3">
<span class="name">Гражданский долг</span>
<br>
<br>
<span class="description">Каждый город получает +0,5 к <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> производству за каждого <img src="./styles/Virtues_Screen/people2.png" width="14px" height="24px"> жителя</span>
</div>
</div>
<div class="virtueWrapper" style="left: 809px; top: 602px;">
<div id="virtue59" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry14.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier3">
<span class="name">Магнасанти</span>
<br>
<br>
<span class="description">Каждый город получает +0,2 к <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> здоровью за каждое здание</span>
</div>
</div>
<div class="virtueWrapper" style="left: 929px; top: 602px;">
<div id="virtue60" class="virtueIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry15.png" width="45px" height="43px">

</a>
</div>
<div class="tooltip industry tier3">
<span class="name">Превосходная техника</span>
<br>
<br>
<span class="description">Орбитальные юниты остаются на орбите на 50% дольше</span>
</div>
</div>
<div class="synergyWrapper" style="left: 44px; top: 121px;">
<div id="synergy1" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/tier1.png" width="24px" height="24px" alt="Tier 1a Synergy Icon" title="Tier 1a Synergy Icon">
</a>
</div>
<div class="tooltip tier1">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">1 направление развития бесплатно</span>
</div>
</div>
<div class="synergyWrapper" style="left: 44px; top: 166px;">
<div id="synergy2" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/tier1.png" width="24px" height="24px" alt="Tier 1b Synergy Icon" title="Tier 1b Synergy Icon">
</a>
</div>
<div class="tooltip tier1">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+10% к <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> производству в столице <br>+10% к <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии в столице</span>
</div>
</div>
<div class="synergyWrapper" style="left: 44px; top: 206.5px;">
<div id="synergy3" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/tier1.png" width="24px" height="24px" alt="Tier 1c Synergy Icon" title="Tier 1c Synergy Icon">
</a>
</div>
<div class="tooltip tier1">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">1 технология бесплатно</span>
</div>
</div>
<div class="synergyWrapper" style="left: 44px; top: 314px;">
<div id="synergy4" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/tier2.png" width="24px" height="24px" alt="Tier 2a Synergy Icon" title="Tier 2a Synergy Icon">
</a>
</div>
<div class="tooltip tier2">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">1 направление развития бесплатно <br>1 тайный агент</span>
</div>
</div>
<div class="synergyWrapper" style="left: 44px; top: 368px;">
<div id="synergy5" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/tier2.png" width="24px" height="24px" alt="Tier 2b Synergy Icon" title="Tier 2b Synergy Icon">
</a>
</div>
<div class="tooltip tier2">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">1 уровень совершенства бесплатно</span>
</div>
</div>
<div class="synergyWrapper" style="left: 44px; top: 507px;">
<div id="synergy6" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/tier3.png" width="24px" height="24px" alt="Tier 3 Synergy Icon" title="Tier 3 Synergy Icon">
</a>
</div>
<div class="tooltip tier3">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+10% к <img src="./styles/Virtues_Screen/food.png" width="24px" height="24px"> производству пищи во всех городах <br>+10% <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> ед. производства в каждом городе <br>+10% <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> ед. науки в каждом городе <br>+10% <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> ед. культуры в каждом городе <br>+10% <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> ед. энергии в каждом городе</span>
</div>
</div>
<div class="synergyWrapper" style="left: 115px; top: 69px;">
<div id="synergy7" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/might.png" width="24px" height="24px" alt="Might 1 Synergy Icon" title="Might 1 Synergy Icon">
</a>
</div>
<div class="tooltip might">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+5% мощи в ближнем бою и к дальнобойной мощи для всех юнитов</span>
</div>
</div>
<div class="synergyWrapper" style="left: 190px; top: 69px;">
<div id="synergy8" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/might.png" width="24px" height="24px" alt="Might 2 Synergy Icon" title="Might 2 Synergy Icon">
</a>
</div>
<div class="tooltip might">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+5% мощи в ближнем бою и к дальнобойной мощи для всех юнитов</span>
</div>
</div>
<div class="synergyWrapper" style="left: 265px; top: 69px;">
<div id="synergy9" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/might.png" width="24px" height="24px" alt="Might 3 Synergy Icon" title="Might 3 Synergy Icon">
</a>
</div>
<div class="tooltip might">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">1 уровень совершенства бесплатно</span>
</div>
</div>
<div class="synergyWrapper" style="left: 345px; top: 69px;">
<div id="synergy10" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity.png" width="24px" height="24px" alt="Prosperity 1 Synergy Icon" title="Prosperity 1 Synergy Icon">
</a>
</div>
<div class="tooltip prosperity">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+10% к <img src="./styles/Virtues_Screen/food.png" width="24px" height="24px"> производству пищи во всех городах</span>
</div>
</div>
<div class="synergyWrapper" style="left: 420px; top: 69px;">
<div id="synergy11" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity.png" width="24px" height="24px" alt="Prosperity 2 Synergy Icon" title="Prosperity 2 Synergy Icon">
</a>
</div>
<div class="tooltip prosperity">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+1 <img src="./styles/Virtues_Screen/health.png" width="24px" height="24px"> ед. здоровья за каждый город</span>
</div>
</div>
<div class="synergyWrapper" style="left: 495px; top: 69px;">
<div id="synergy12" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/prosperity.png" width="24px" height="24px" alt="Prosperity 3 Synergy Icon" title="Prosperity 3 Synergy Icon">
</a>
</div>
<div class="tooltip prosperity">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+50% к орбитальной зоне действия от городов</span>
</div>
</div>
<div class="synergyWrapper" style="left: 575px; top: 69px;">
<div id="synergy13" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge.png" width="24px" height="24px" alt="Knowledge 1 Synergy Icon" title="Knowledge 1 Synergy Icon">
</a>
</div>
<div class="tooltip knowledge">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+10% <img src="./styles/Virtues_Screen/culture.png" width="24px" height="24px"> культуры в каждом городе</span>
</div>
</div>
<div class="synergyWrapper" style="left: 650px; top: 69px;">
<div id="synergy14" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge.png" width="24px" height="24px" alt="Knowledge 2 Synergy Icon" title="Knowledge 2 Synergy Icon">
</a>
</div>
<div class="tooltip knowledge">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+10% <img src="./styles/Virtues_Screen/science.png" width="24px" height="24px"> науки в каждом городе</span>
</div>
</div>
<div class="synergyWrapper" style="left: 725px; top: 69px;">
<div id="synergy15" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/knowledge.png" width="24px" height="24px" alt="Knowledge 3 Synergy Icon" title="Knowledge 3 Synergy Icon">
</a>
</div>
<div class="tooltip knowledge">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">1 технология бесплатно</span>
</div>
</div>
<div class="synergyWrapper" style="left: 805px; top: 69px;">
<div id="synergy16" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry.png" width="24px" height="24px" alt="Industry 1 Synergy Icon" title="Industry 1 Synergy Icon">
</a>
</div>
<div class="tooltip industry">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+10% <img src="./styles/styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии в каждом городе</span>
</div>
</div>
<div class="synergyWrapper" style="left: 880px; top: 69px;">
<div id="synergy17" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry.png" width="24px" height="24px" alt="Industry 2 Synergy Icon" title="Industry 2 Synergy Icon">
</a>
</div>
<div class="tooltip industry">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">+10% <img src="./styles/Virtues_Screen/production.png" width="24px" height="24px"> производства в каждом городе</span>
</div>
</div>
<div class="synergyWrapper" style="left: 955px; top: 69px;">
<div id="synergy18" class="synergyIcon hover">
<a>
<img src="./styles/Virtues_Screen/industry.png" width="24px" height="24px" alt="Industry 3 Synergy Icon" title="Industry 3 Synergy Icon">
</a>
</div>
<div class="tooltip industry">
<span class="name">Бонус синергии</span>
<br>
<br>
<span class="description">Дополнительно 1% от запасенной <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии каждый ход, но не более 100 <img src="./styles/Virtues_Screen/energy.png" width="24px" height="24px"> энергии</span>
</div>
</div>
</div>
<div id="output">
</div>
</div>


В игре есть бонус синергии за открытие всех преимуществ в ярусе отдельного дерева, а также за полное открытие преимуществ из одного уровня всех деревьев.

Смотреть ВСЮ информацию по Beyond Earth
 
Удобно!!! Начинаем разрабатывать схемы, товарищи!!! ))):Great Prophet:
 
Действительно очень удобно. )) Как вы это сделали?
 
ARM, soirasor эту идею мне подсказал cArmius, а далее ловкость рук и немножко сообразительности. Вполне может быть, что такую же таблицу со временем прикрутим и в прокачку юнитов и в исследование технологий.

Перевод и данные в таблице приведены в соответствии с данными в игре.
 
Last edited:
  • Мне нравится
Reactions: Gonzo and cArmius
Status
Not open for further replies.
Правила Форумов обязательны к прочтению! Используйте полезные закладки. ВСЕ изображения и файлы загружаются только на наш сервер! Для этого необходимо использовать кнопку "Прикрепить файлы" или просто перетащить необходимые файлы/изображения с вашего компьютера в окно редактора.