Nations: Difference between revisions

From Terra Invicta Official Wiki
Redwah (talk | contribs)
Alsadius (talk | contribs)
→GDP: Moved content to new article.
 
(68 intermediate revisions by 8 users not shown)
Line 313: Line 313:


===Population===
===Population===
Nations are composed of [[regions]] that each have {{TV|pop}} measured in millions. The total {{TV|pop}} of a nation is one of its most important stats, as {{TV|pop}} has significant effects on nearly all other stats, including but not limited to {{TV|IP}}, {{icon|research|bgcolor=DarkSlateGray}}, [[Research]] output, [[Mission_Control]] cap, [[Army]] cap, and {{TV|Cohesion}}. Larger populations also make it slower to change nation stats. This means larger-pop nations tend to have more long-term potential, but also tend to be slower to realize that potential.


Nations are composed of [[regions]] that each have {{TV|pop}} measured in millions. The total {{TV|pop}} of a nation is one of its most important stats, as {{TV|pop}} has significant effects on nearly all other stats, including but not limited to:
For detailed mechanics, see [[Population]].
* {{TV|IP}}.
* {{icon|research|bgcolor=DarkSlateGray}}[[Nations#Research|Research output]].
* The maximum amount of {{icon|mc|bgcolor=DarkSlateGray}}[[Nations#Mission_Control|Mission Control Cap]] that can be built in each region.
* The maximum amount of {{TV|armies}} that the nation can build.
* {{TV|Cohesion}}.
* {{icon|influence|bgcolor=DarkSlateGray}}Influence income from [[Nations#Public_Opinion|public support]].
* {{icon|sustainability}}[[Climate_Change#Greenhouse_Gas_(GHG)_Sources|Pollution output]] and pollution removal from the {{TV|environment}}.
 
As a result, nations with larger {{TV|pop}} tend to have far greater long-term potential. On the other hand, nations with larger {{TV|pop}} are also slower to change their nation stats, because of the need to apply these changes to a larger number of people.
 
====Population Scaling for Nation Stat Changes====
 
The following nation stats are considered to apply to the entire population of the nation:
* {{TV|democracy}}
* {{TV|unrest}}
* {{TV|cohesion}}
* {{TV|inequality}}
* {{TV|gdppc}}
* {{TV|education}}
* {{TV|sustainability}}
 
As a result, most changes to these stats are slowed down in nations with larger {{TV|pop}}. Specifically, the amount of change is divided by ({{TV|pop}} / 50 million) ^ 0.35.
 
Notably, the base monthly {{TV|ip}} production of a nation is the product of ({{TV|gdppc}} in thousands) ^ 0.35 and ({{TV|pop}} in millions) ^ 0.35.
 
Consequently, two nations with different {{TV|pop}} but otherwise identical stats would usually develop themselves at the same rate.
 
====Population Growth====
 
As of Version RC6, the game calculates the annual {{TV|pop}} growth of a region as follows:
 
<pre>
// PavonisInteractive.TerraInvicta.TIRegionState
public double annualPopulationGrowth
{
get
{
double num = 4.49788037409348;
return Mathd.Max(Mathd.Clamp(num + Mathd.Max(-num, -0.418190741 * (double)this.nation.education) + -0.0624798523403752 * (double)this.nation.cohesion + 9.80843732089162E-06 * (double)Mathf.Min(180000f, this.nation.perCapitaGDP) + -0.115739931206548 * (double)Mathf.Sqrt(Mathf.Abs(this.latitude)) + (double)(this.annualPopGrowthModifier * Mathf.Max(0f, (25f - TITimeState.CampaignDuration_years_Exact()) / 25f)) + (double)this.nation.template.popGrowthModifier - (double)(this.xenoforming.xenoformingLevel / 200f) - (double)(this.nuclearDetonations * 4), -10.0, 10.0) - (double)(Math.Max(0f, Mathf.Abs(GameStateManager.GlobalValues().temperatureAnomaly_C) - 8f) * ((this.template.environment == EnvironmentType.Beneficiary) ? 0.5f : ((this.template.environment == EnvironmentType.Vulnerable) ? 2f : 1f))), -100.0) * 0.01;
}
}
</pre>
 
WHAT THAT MEANS:
* Lower {{TV|education}} increases {{TV|pop}} growth by roughly 0.42% for each point of education below roughly 11, up to a maximum of roughly 4.08%.
* Higher {{TV|cohesion}} decreases {{TV|pop}} growth by roughly 0.06% for each point of cohesion, up to a maximum of roughly 0.62%.
* Higher {{TV|gdppc}} increases {{TV|pop}} growth by roughly 0.098% for every 10k GDP per capita, up to a maximum of roughly 1.77%.
* Distance from the equator decreases {{TV|pop}} growth by 0.115739931206548% multiplied by the square root of the absolute latitude of the region.
* Every nation and region has a {{TV|pop}} growth modifier, which is defined in plain text in [[TINationTemplate CSV|TINationTemplate.json]] and [[Region List|TIRegionTemplate.json]] in the game files. These values are simply added directly to the annual {{TV|pop}} growth. But the region {{TV|pop}} growth modifiers slowly fades away over time. After 25 years, they are completely removed.
* [[Aliens#Alien Xenoforming|Xenoflora]] decreases {{TV|pop}} growth by -1% per 200 levels of xenoflora growth. For reference, whenever xenoflora growth exceeds 100 levels, 50 levels are spent to spawn a [[Aliens#Megafauna|megafauna]].
* Nuclear fallout decreases {{TV|pop}} growth by 4% per layer of nuclear fallout. These can be removed through massive investments into the {{icon|environment}}Environment priority.
 
The above effects are summed up and then capped between -10% and +10% annual {{TV|pop}} growth.
 
Then the effects of severe [[Climate Change]] are applied:
* For every degree of temperature anomaly above or below 8 degrees, population growth decreases by 1%.
* This effect is doubled for {{icon|ecologically vulnerable region|bgcolor=DarkSlateGray}}ecologically vulnerable regions.
* This effect is halved for {{icon|ecologically protected region}}ecologically protected regions.
 
At the start of every month, the {{TV|pop}} of every region is changed to match its projected annual {{TV|pop}} growth rate. But a small amount of randomization between -0.0412% and +0.0412% is also added to this monthly {{TV|pop}} change.
 
If the region population decreases, the nation's {{TV|education}} does too. If you lose more than 0.5 million {{TV|pop}} (no, it does not scale with total {{TV|pop}}), you get the maximum reduction of -0.005 {{TV|education}}. This can add up quickly in a large nation with many regions, each reducing the {{TV|education}} by a maximum of -0.005 every month.
 
Note: This {{TV|education}} decrease is only applied by the automatic monthly {{TV|pop}} change. Loss of {{TV|pop}} from other sources such as [[Terrestrial_Warfare|war]] or [[Events|natural disasters]] has no effect on {{TV|education}}.


=== Government ===
=== Government ===
<blockquote>
The Government score of a nation represents how democratic it is, with 0 representing a totalitarian dictatorship, and 10 representing an idealized democracy. It is raised by the {{TV|government priority}} and lowered by the {{TV|oppression}} and the {{TV|spoils}}.  
A nation's Government score measures the amount of democracy in a country, which represents things like civil liberties, popular selection of leaders, press freedoms, and rule of law via an independent judiciary. This impacts many things, including national stability and cohesion, research production, corruption, economic growth and the effectiveness of the military in controlling unrest.
</blockquote>
~ Terra Invicta Codex, 0.4.85.
 
In a nation with {{TV|pop|50 million}}:
* Each completion of the {{TV|government priority}} adds {{TV|democracy|0.001}} per {{TV|education}}.
* Each completion of the {{TV|oppression}} removes {{TV|democracy|0.0025}}.
* Each completion of the {{TV|spoils}} removes {{TV|democracy|0.0005}}.
* Every month, if the nation is at war, then remove {{TV|democracy|0.01}}.
* Every month, if the nation has less than 4 {{TV|cohesion}}, then there is a (1 - {{TV|cohesion}} / 4) chance to remove {{TV|democracy|0.01}}.
* Every month, if the nation and all of its neighbors are not at [[Foreign Relations#Wars|war]] and all of its neighbors have higher {{TV|democracy}} than the nation, then the nation gains {{TV|democracy|0.01}}.
 
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]] for more detail.


{{TV|democracy}} impacts {{TV|base cohesion}}:
* A high government score pulls {{TV|base cohesion}} towards 5, increases [[research]] output, lowers [[corruption]], and helps with [[Foreign_Relations|unification]].
* Low {{TV|democracy}} increases the {{TV|base cohesion}}.
* A medium government score lowers {{TV|base cohesion}}.
* Middle {{TV|democracy}} lowers the {{TV|base cohesion}}.
* A low government score raises {{TV|base cohesion}}, improves the effect of the {{TV|oppression}} and [[armies]] on {{TV|unrest}}, and increases the [[Money]] gained by {{TV|Spoils}}.  
* High {{TV|democracy}} draws the {{TV|base cohesion}} towards a central value of 5, and simultaneously increases {{icon|research}}[[Nations#Research|research production]].  


Higher {{TV|democracy}} also lowers the {{TV|spoils}} requirement to keep the national [[Nations#Corruption|elites happy]] in order to avoid resetting of CPs by {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]] and boosts [[Nations#Per_Capita_GDP|economic growth]].
For detailed mechanics, see [[Government]].
 
Lower {{TV|democracy}} increases the effectiveness of the {{TV|oppression}} and armies at reducing {{TV|unrest}}. It also increases the {{TV|money}} output of the {{TV|spoils}}.
 
{{TV|democracy}} also has effects on [[Foreign Relations]] and [[Terrestrial Warfare]].
 
{{TV|democracy}} ranges from 0 to 10:
{| class="wikitable"
! {{TV|democracy}} !! Score range
|-
| Totalitarian || 0-2
|-
| Authoritarian || 2-4
|-
| Anocracy || 4-6
|-
| Flawed Democracy || 6-8
|-
| Full Democracy || 8-10
|}


=== Unrest ===
=== Unrest ===
Line 429: Line 333:


In a nation with {{TV|pop|50 million}}:
In a nation with {{TV|pop|50 million}}:
* {{TV|unrest}} decreases by (0.1 - {{TV|democracy}} / 100) whenever the {{TV|oppression}} is completed.
* {{TV|unrest}} decreases by 3 × (0.1 - {{TV|democracy}} / 100) whenever the {{TV|oppression}} is completed.
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]] for more detail.
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]] for more detail.


Line 465: Line 369:
* +1.6 × Fraction of {{TV|pop}} living in [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]] × (10 - {{TV|democracy}})
* +1.6 × Fraction of {{TV|pop}} living in [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]] × (10 - {{TV|democracy}})


'''Note''': Human armies do not affect unrest if their home nation cannot afford to pay their army upkeep. (Specifically, if their home nation has {{TV|ip|0}} production.)
'''Note''': Human armies are not supposed to affect {{TV|base unrest}} if their home nation cannot afford to pay their army upkeep. (Specifically, if their home nation has {{TV|ip|0}} production.) But this is currently bugged and they continue to affect {{TV|base unrest}} anyway.


{{SpoilerBox}}
{{SpoilerBox|Alien-Related}}
For the [[Aliens#Alien_Administration|Alien Nation]], the {{TV|base unrest}} is then further reduced by [[Aliens#Alien_Xenoforming|Xenoflora]]. Specifically, it is reduced by: (the average of the the Nation's [[Regions]]' Xenoflora Growth Levels) / 20.
For the [[Aliens#Alien_Administration|Alien Nation]], the {{TV|base unrest}} is further reduced by [[Aliens#Alien_Xenoforming|Xenoflora]]. Specifically, it is reduced by: (the average of the the Nation's [[Regions]]' Xenoflora Growth Levels) / 20.
{{SpoilerBoxEnd}}
{{SpoilerBoxEnd}}


Line 480: Line 384:
==== Coups and revolutions ====
==== Coups and revolutions ====


Naturally occurring coups and revolutions can happen at high levels of unrest. The chances of coups and revolutions are checked every four days, with each nation assigned to one of the four days in the cycle. Revolutions are also checked whenever an {{MissionIcon|Unrest}}[[Increase Unrest]] Mission in the nation has a critical success, and on 10% of the normal successes. Revolutions will always occur if <code>unrest > 9.9</code> when checked. A naturally occurring coup will never happen if <code>democracy >= 8</code> and <code>unrest < 8</code>; otherwise the <code>daily chance of coup * 4</code> is checked.
Naturally occurring coups and revolutions can happen at high levels of {{TV|unrest}}. The chances of coups and revolutions are checked every four days, with each nation assigned to one of the four days in the cycle. Revolutions are also checked whenever an {{MissionIcon|Unrest}}[[Increase Unrest]] Mission in the nation has a critical success, and on 10% of the normal successes. Revolutions will always occur if {{TV|unrest|>9.9}} when checked, but never otherwise. A naturally occurring coup will never happen if {{TV|democracy|≥8}} and {{TV|unrest|<8}}; otherwise the <code>daily chance of coup * 4</code> is checked.


The daily chance of coup is <code>((unrest * 2 - cohesion - democracy) / 10 + elite unhappiness) / 6000</code>. The elites' unhappiness is zero if the {{icon|spoils}} Spoils priority weight percentage matches or exceeds the nation's [[#Corruption|corruption]] or if one faction owns all the nation's control points and that faction's <code>popularity >= 65%</code>; otherwise it is <code>corruption - {{icon|spoils}} Spoils percent</code> as value from 0.0 to 1.0.
The daily chance of coup is (({{TV|unrest}} * 2 - {{TV|cohesion}} - {{TV|democracy}}) / 10 + conditional elite unhappiness) / 6000, where the elites' unhappiness is {{TV|corruption}} percent - {{TV|spoils}} percent, but is ignored if any of the following conditions are true:
* {{TV|corruption}} percent < {{TV|spoils}} percent.
* Some faction owns all the nation's control points and that faction has {{TV|public support|≥65%}}.


So natural coups can be countered by lowering unrest and increasing cohesion, democracy and {{icon|spoils}} Spoils (up to the corruption level). The {{icon|spoils}} Spoils priority may often be ignored if the level of unrest in a country is sufficiently low and the democracy/cohesion sufficiently high, even if the indicator appears red (but note that elite happiness or unhappiness will still be a modifying factor in the chance of targeted coups).
So natural coups can be countered by lowering {{TV|unrest}} and increasing {{TV|cohesion}}, {{TV|democracy}} and {{TV|spoils}} (up to the {{TV|corruption}} level). The {{TV|spoils}} may often be ignored if the level of {{TV|unrest}} in a country is sufficiently low and the {{TV|cohesion}} and/or {{TV|democracy}} sufficiently high, even if the indicator appears red (but note that elite happiness or unhappiness will still be a modifying factor in the chance of targeted coups).


{{SpoilerBox}}
{{SpoilerBox}}
Line 513: Line 419:


===== Effects of a Revolution =====
===== Effects of a Revolution =====
{{SpoilerBox}}
For details on Revolutions in the [[Aliens#Alien_Administration|Alien Nation]], see [[Nations#Alien_Related]] instead.
{{SpoilerBoxEnd}}


When a human nation undergoes a revolution, the following changes occur:
When a human nation undergoes a revolution, the following changes occur:
Line 520: Line 430:
# Each region of the nation takes a random amount of [[Regions#Region_Damage|damage]] from 0% to 25%, double for the {{icon|capital|bgcolor=DarkSlateGray}}capital region.
# Each region of the nation takes a random amount of [[Regions#Region_Damage|damage]] from 0% to 25%, double for the {{icon|capital|bgcolor=DarkSlateGray}}capital region.
# Distribute the control points of the nation to the [[Factions]] that raised the most {{TV|unrest}} through {{MissionIcon|Unrest}}[[Increase Unrest]] missions, starting with the leftmost control point and continuing until either all control points have been distributed or there are not enough prior unrest missions to justify continuing to distribute the remaining control points.
# Distribute the control points of the nation to the [[Factions]] that raised the most {{TV|unrest}} through {{MissionIcon|Unrest}}[[Increase Unrest]] missions, starting with the leftmost control point and continuing until either all control points have been distributed or there are not enough prior unrest missions to justify continuing to distribute the remaining control points.
# The nation's {{TV|unrest}} is changed by a semi-random amount between -6 and -3, where the likelihood of larger reductions is proportional to how much the nation's [[Nations#Public_Opinion|public opinion]] prefers the new control point owners over the old control point owners.
# The nation's {{TV|unrest}} is changed by a semi-random amount between -6 and -3, affected by {{TV|public support}}.
# The nation's {{TV|cohesion}} is changed by a semi-random amount between -3 and 3, where the likelihood of positive changes is proportional to how much the nation's [[Nations#Public_Opinion|public opinion]] prefers the new control point owners over the old control point owners.
# The nation's {{TV|cohesion}} is changed by a semi-random amount between -3 and 3, affected by {{TV|public support}}.
# If the nation's {{TV|inequality}} is at least 2.5, then it is changed by a semi-random amount between -3 and 0, where the likelihood of larger reductions is proportional to how much the nation's [[Nations#Public_Opinion|public opinion]] prefers the new control point owners over the old control point owners.
# If the nation's {{TV|inequality}} is at least 2.5, then it is changed by a semi-random amount between -3 and 0, affected by {{TV|public support}}.
#* Note: This inequality reduction only occurs if at least 1 year has passed since the last time that the nation experienced a coup, revolution, or regime change.
#* Note: This {{TV|inequality}} reduction only occurs if at least 1 year has passed since the last time that the nation experienced a coup, revolution, or regime change.
# The nation's {{TV|democracy}} is changed by a semi-random amount between -4.25 and 2.25, where the likelihood of positive changes is proportional to the average [[Factions#Human_Factions|Idealism]] of the new control point owners.
# The nation's {{TV|democracy}} is changed by a semi-random amount between -4.25 and 2.25, where the likelihood of positive changes is increased by the average [[Factions#Human_Factions|Idealism]] of the new control point owners.
# X% chance for the nation to lose a {{icon|nuke}}[[Nations#Strategic_Nuclear_Barrages|nuke]], increasing the number of loose nukes by 1, where X is the number of {{icon|nuke}}[[Nations#Strategic_Nuclear_Barrages|nukes]] the nation had.
#* Note: {{TV|democracy}} cannot increase if less than 1 year has passed since the last time that the nation experienced a coup, revolution, or regime change.
# X% chance for the number of loose nukes to increase by 1, where X is the number of {{TV|nukes}} the nation had. But note that this doesn't actually reduce the number of {{TV|nukes}} the nation has.
# Clear out all records of prior {{MissionIcon|Unrest}}[[Increase Unrest]] missions on the nation.
# Clear out all records of prior {{MissionIcon|Unrest}}[[Increase Unrest]] missions on the nation.
# If the Executive Control Point is no longer controlled by the same faction, then all of the nation's allies end their [[Foreign Relations#Alliances|alliances]], but the mutual diplomatic cooldowns are set to 0 days.
# If the Executive Control Point is no longer controlled by the same faction, then all of the nation's allies end their [[Foreign Relations#Alliances|alliances]], but the mutual diplomatic cooldowns are set to 0 days.
Line 531: Line 442:
Note: If any control point would be given to the {{icon|alien}}[[Aliens]]' faction, then the control point is given to {{icon|submit}}[[The Servants]] faction instead.
Note: If any control point would be given to the {{icon|alien}}[[Aliens]]' faction, then the control point is given to {{icon|submit}}[[The Servants]] faction instead.


{{SpoilerBox}}
The changes that are affected by {{TV|public support}} are multiplied by X, where X is calculated as follows:
For details on Revolutions in the [[Aliens#Alien_Administration|Alien Nation]], see [[Nations#Alien_Related]] instead.
# Set X to 0.
{{SpoilerBoxEnd}}
# For each non-empty control point before the revolution:
#* If this is not the executive control point, then reduce X by 0.5 × the {{TV|public support}} of the control point's faction.
#* If this is the executive control point, then reduce X by 1 × the {{TV|public support}} of the control point's faction.
# For each non-empty control point after the revolution:
#* If this is not the executive control point, then increase X by 1 × the {{TV|public support}} of the control point's faction.  
#* If this is the executive control point, then increase X by 2 × the {{TV|public support}} of the control point's faction.
# Increase X by a random value between 0 and 0.25.
# If all control points are empty both before and after the revolution, then again increase X by a random value between 0 and 0.25.


=== GDP ===
=== GDP ===
<blockquote>
A nation's [[GDP]] is its Gross Domestic Product, measured in US dollars. It is primarily increased by investing in the {{TV|economy}}. GDP determines the raw {{TV|IP}} output of a nation and the {{TV|CP}} cost to hold its [[Control Points]], and also influences how hard it is to target the nation with [[missions]]. Per-[[region]] GDP determines {{TV|MC}} cap.  
A nation's GDP, or Gross Domestic Product, is a measure of its annual economic output in U.S. dollars adjusted by purchasing power parity. The nation's GDP determines how many [[Nations#Control Points|Control Points]] a nation has, how many Investment Points it produces, and how difficult certain missions there are.
</blockquote>
~ Terra Invicta Codex, 0.4.85.


==== Monthly Investment Points ====
GDP per capita ("[[GDPPC]]") is the GDP divided by {{TV|pop}}, and it has impacts on {{TV|research}}, {{TV|unrest}}, {{TV|sustainability}}, and [[corruption]].


These represent the nation's economic surplus that can be distributed by factions with [[Nations#Control_Points|Control Points]] in the Priorities tab. The value is set by the nation's GDP and reduced by the number of [[Nations#Armies|Armies]] and [[Nations#Navies|Navies]] it fields and by high levels of {{TV|unrest}}.
For detailed mechanics, see [[GDP]].
* The base value is equal to <code>(GDP in billions)^0.35</code>.
* {{TV|unrest}} removes {{TV|ip|1%}} for every {{TV|unrest|0.1}} above 2, capping at {{TV|ip|80%}} removed at {{TV|unrest|10}}.
* {{TV|navies}} remove {{TV|ip|0.5}} each.
* Idle {{TV|armies}} in their home regions remove {{TV|ip|0.5}} each.
* Other {{TV|armies}} remove {{TV|ip|1}} each.
 
The overall formula is (GDP in billions)^0.35 × (1 - max({{TV|unrest}}-2, 0)/10) - 0.5 × ({{TV|navies}}) - 0.5 × (idle {{TV|armies}} at home) - (other {{TV|armies}}).
 
The value can be significantly increased during a turn by assigning a [[Councilors|councilor]] to {{MissionIcon|Advise}}[[Advise]] the nation. The n-th advisor adds +(Advisor {{TV|administration}} / n)% to {{TV|ip}}.
 
==== Per Capita GDP ====
 
<blockquote>
A nation's per-capita GDP is its '''Gross Domestic Product''' divided by its population. It represents the economic conditions for the average citizen of this nation. Nations with low per-capita GDP will face higher unrest while the people's needs are not being met.<br/><br/>Putting investment points into the Economy priority can increase GDP. Conflict, population loss, and climate change are among the things that can cause it to decrease.
</blockquote>
~ Terra Invicta Codex, 0.4.85.
 
In a nation with {{TV|pop|50 million}}, the {{TV|economy}} increases the {{TV|gdppc}} by:
* 3 (Base value), slightly increased by certain global Techs.
* +1.5 per {{icon|oil}}Oil Region
* +1.5 per {{icon|resource region}}Mining Region.
* +1.5 per {{icon|core economic region|bgcolor=DarkSlateGray}}Core Economic Region.
* +0.5 per {{TV|democracy}}.
* +1 per {{TV|education}}.
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]] for more detail.
 
This means that for maximum GDP growth, you want higher {{TV|democracy}}, higher {{TV|education}}, as well as as many {{icon|core economic region|bgcolor=DarkSlateGray}}economic, {{icon|oil}}oil, and {{icon|resource region}}mining regions as possible.
 
It must be noted that a significant economic growth in a nation may also carry negative consequences to the planet's climate stability. [[Climate Change]] has a negative effect on GDP that is increased by {{TV|inequality}}.
 
====GDP Per Region====
 
When distributing GDP to regions within a country, the game distributes them based on economic modifiers. It pretends {{icon|colony|bgcolor=DarkSlateGray}} colony regions have 50% the people who actually live there, and that {{icon|oil}} core oil, {{icon|resource region}} core mining, and {{icon|core economic region|bgcolor=DarkSlateGray}} core economic regions have 125%, then distributes GDP evenly based on that modified population. This effectively means that regional GDP per capita is higher in core regions than in "regular" regions, and are lower in colonies.
 
This affects the amount of {{icon|mc}} Mission Control cap that can be built in each region.


=== Education ===
=== Education ===
Line 591: Line 471:
** Multiplied by 8.5 / {{TV|education}} if {{TV|education}} < 8.5.
** Multiplied by 8.5 / {{TV|education}} if {{TV|education}} < 8.5.
** Multiplied by 12 / {{TV|education}} if {{TV|education}} > 12.
** Multiplied by 12 / {{TV|education}} if {{TV|education}} > 12.
* After {{TV|democracy|10}} is reached, each completion of the {{TV|government priority}} also gives the same effects as a completion of the {{TV|knowledge}}.
* Each completion of the {{TV|unity}} removes {{TV|education|0.001}}.
* Each completion of the {{TV|unity}} removes {{TV|education|0.001}}.
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes]] for more detail.
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes]] for more detail.
Line 606: Line 487:
{{TV|education}} cannot be decreased below 1.
{{TV|education}} cannot be decreased below 1.


{{TV|education}} is one of the largest factors influencing national {{icon|research|bgcolor=transparent|size=20px}}research output aside from {{TV|pop}}.
{{TV|education}} is one of the largest factors influencing {{TV|national research}} output aside from {{TV|pop}}.


==== Research ====
==== Research ====


As of Version RC6, a nation's {{icon|research|bgcolor=transparent|size=20px}}research output is calculated as:
As of Version RC6, the {{TV|national research}} output is calculated as:
<pre>
<pre>
// PavonisInteractive.TerraInvicta.TINationState
// PavonisInteractive.TerraInvicta.TINationState
Line 634: Line 515:
If the {{TV|gdppc}} is higher than $30000, use 1.5157166 + 0.90942997 × (ln({{TV|gdppc}}/15000) - 0.6931472) instead.
If the {{TV|gdppc}} is higher than $30000, use 1.5157166 + 0.90942997 × (ln({{TV|gdppc}}/15000) - 0.6931472) instead.


note: 1.5157166 is approximate value of 2^0.6, 0.90942997 is approximation of 0.6 × 2^0.6, and 0.6931472 is about ln(2), so this is this is equivalent to 2^0.6 × (1 + 0.6 × ln({{icon|gdppc|bgcolor=DarkSlateGray}}GDPPC/30000))
note: 1.5157166 is approximate value of 2^0.6, 0.90942997 is approximation of 0.6 × 2^0.6, and 0.6931472 is about ln(2), so this is about 2^0.6 × (1 + 0.6 × ln({{icon|gdppc|bgcolor=DarkSlateGray}}GDPPC/30000))
 
[[File:Research factor from GDPPC (v3).png|thumb|Research factor from GDPPC]]


D) Scales by {{TV|education}} squared, then linearly at 12: {{TV|education}} × Min({{TV|education}}, 12)
D) Scales by {{TV|education}} squared, then linearly at 12: {{TV|education}} × Min({{TV|education}}, 12)
Line 649: Line 532:


=== Mission Control ===
=== Mission Control ===
 
Whenever the {{TV|mission control priority}} is completed, a [[region]] in the nation is selected to gain {{TV|mc|1}}. A nation's MC is split equally between the owners of the nation's [[Control Points]]. See [[Mission Control#MC_from_Nations]] for details.
<blockquote>
Completing the Mission Control priority grants one Mission Control to the nation. New facilities will tend to go in regions that already have Mission Control facilities. A region's Mission Control maximum capacity is a function of the region's GDP and education.
</blockquote>
~ Terra Invicta Codex, 0.4.85.
 
This is {{TV|mc}} that the nation is providing each month to be distributed to owners of its control points.
 
Whenever the {{TV|mission control priority}} is completed, a random region in the nation is selected to gain {{TV|mc|1}}. This random selection is slightly weighted to favor {{icon|capital|bgcolor=DarkSlateGray}}capital and {{icon|core economic region|bgcolor=DarkSlateGray}}core economic regions over {{icon|colony|bgcolor=DarkSlateGray}}colony regions. It cannot select regions that are currently occupied by war enemies. It also cannot select any regions that have reached (or exceeded) their Maximum Mission Control.
 
The Maximum Mission Control of a region is calculated as 1 + [[#GDP_Per_Region|Region GDP]] in billions / Max(200, 300 - 6 * {{TV|education}}), rounded down to the nearest integer.  
 
In practice, this formula is dominated by the region {{TV|pop}} and nation {{TV|gdppc}} factors, so players who wish to rapidly increase their nation's Maximum Mission Control should focus on the {{TV|economy}} over the {{TV|knowledge}}.


=== Boost ===
=== Boost ===
A nation that has completed the {{TV|found space program}} may invest in the {{TV|boost priority}}, which will give the nation permanent production of {{TV|boost}}.


<blockquote>
A nation's boost production is distributed between [[federation]] members, with larger members getting much more, and then each nation's boost is distributed equally between owners of that nation's [[Control Points]]. For details, see [[Boost]].
The Boost priority covers the construction of launch facilities for rockets and other surface-to-orbit craft, increasing the nation's total boost. The amount of boost created increases with proximity to the equator, and new facilities will tend to go in regions that are closer to the equator or already have launch facilities.
</blockquote>
~ Terra Invicta Codex, 0.4.85.
 
This is {{TV|boost}} that the nation is providing each month to be distributed to owners of its control points.
 
Whenever the {{TV|boost priority}} is completed, a random region in the nation is selected to increase its {{TV|boost}} production. This random selection is heavily weighted to favor the regions that already produce the most {{TV|boost}}, with a slight preference for regions that would gain more {{TV|boost}} production when selected. It also heavily prefers regions that are not currently occupied by war enemies.
 
The amount of {{TV|boost}} production a region gains depends on the latitude of its Launch Facility. Specifically, the region's annual {{TV|boost}} production increases by 0.4 - (Launch Facility Latitude / 250).
 
So the worst regions are Iceland and Arkhangelsk, whose Launch Facility Latitudes of 65 mean that each only gains {{TV|boost|0.14}} to annual production when selected. Whereas the best regions are the 26 regions with Launch Facilities that are practically on the Equator: each gains {{TV|boost|0.4}} to annual production when selected.
 
'''Note''': Nations that are part of a [[Foreign Relations#Federations|Federation]] will share their {{TV|boost}} with all other [[Foreign Relations#Federations|Federation]] members. Larger nations will receive a much larger share of the [[Foreign Relations#Federations|Federation]]'s total {{TV|boost}}, with each nation's share being proportional to (the number of its control points) ^ 3.


=== Funding ===
=== Funding ===
Line 698: Line 557:


=== Miltech ===
=== Miltech ===
A nation's Military Technology {{TV|miltech}} value represents the capability of the nation's armed forces.  
A nation's Military Technology, aka {{TV|miltech}}, value represents the capability of the nation's armed forces. It has major impacts on an army's effectiveness in [[Terrestrial Warfare]], and can be raised with the {{TV|Military Priority}}. For details, see [[Miltech]].  
 
Each completion of the {{TV|military priority}} adds {{TV|miltech|0.00125}}. This is further increased for nations that are falling behind on {{TV|miltech}}. Specifically, the effect is multiplied by (best Human Nation's {{TV|miltech}}/ this nation's {{TV|miltech}}).
 
Unification between two nations balances the {{TV|miltech}} between the two nations. {{{TV|miltech}} applies to both army strength, which changes together with national {{{TV|miltech}}, and regional defense power.
 
{{TV|miltech}} ranges from 2 to infinity. The {{TV|miltech}} 'age' also determines the visual appearance of armies.
 
{| class="wikitable" style="text-align: center;"
! {{TV|miltech}} range
| 2-3 || 3-4 || 4-5 || 5-6 || 6-7 || 7-infinity
|-
! {{TV|miltech}} age
| '''Industrial Age'''<br>[[File:Army Tech2.png|x55px]]
| '''Atomic Age'''<br>[[File:Army Tech3.png|x55px]]
| '''Information Age'''<br>[[File:Army Tech4.png|x55px]]
| '''Robotics Age'''<br>[[File:Army Tech5.png|x55px]]
| '''Invasion Age'''<br>[[File:Army Tech6.png|x55px]]
| '''Fusion Age'''<br>[[File:Army Tech7.png|x55px]]
|}
 
Initially the {{TV|miltech}} is capped at level 5, which can be increased by 0.5 with each of the following global research technologies:
* [[File:Tech info icon.png|24px]] [[Cybernetics]]
* [[File:Tech info icon.png|24px]] [[Applied Artificial Intelligence]]
* [[File:Tech material icon.png|24px]] [[Next-Generation Aerospace]]
* [[File:Tech material icon.png|24px]] [[Diamondoids]]
* [[File:Tech military icon.png|24px]] [[Terrestrial Military Science]]
* [[File:Tech military icon.png|24px]] [[Networked Global Defense]]
* [[File:Tech military icon.png|24px]] [[Coilguns]]
* [[File:Tech military icon.png|24px]] [[Trans-Interface Warfare]]
* [[File:Tech military icon.png|24px]] [[Future Tech: Military Science]]


=== Armies ===
=== Armies ===
A nation may build one or more armies with the {{TV|build army}} if it has completed the {{TV|Found Military}} and has a population of at least 5 million. Armies can be used to conquer other nations, defend against conquests, or attack certain [[Alien]] objects.


<blockquote>
For detailed mechanics of army costs, army control, and the number of armies a nation can build, see [[Army]]. For army combat mechanics, see [[Terrestrial Warfare]]. For the use of armies to conquer [[regions]], see [[Foreign_Relations#War_Annexation]]. For attacking aliens, see [[Aliens#Reduction]].
Armies are powerful and expensive assets that belong to nations. Each army represents multiple divisions of troops, air support, and a logistics train sufficient for the unit to take and hold territory outside their home nation's borders.<br/><br/>Naval armies are supported by a combat and transport fleet, and are able to cross oceans if the nation's naval score exceeds that of its enemies.<br/><br/>Armies are bound to a particular control point in a nation; the owner of that control point commands the army's actions. Use of armies on foreign soil are subject the nation's relations; they may be stationed in allied nations and only enter the territory of hostile nations during war.<br/><br/>Each nation may have one army per region it controls; if a region joins another nation, any armies based in that region will belong to the new nation.
</blockquote>
~ Nation UI Tooltip for Armies, Terra Invicta, 0.4.86.
 
An army needs two things: {{icon|pop}}[[Nations#Population|people]] and land.
* Each army needs its own unique home region that is:
** Not shared by any other army.
** Not a {{icon|colony|bgcolor=DarkSlateGray}}colony region.
** Not occupied by enemy forces.
* Each army needs {{TV|pop|25 million}} in the nation.
** Except the first army of each nation gets a discount: it only needs {{TV|pop|5 million}}.
 
Some nations do not begin with any military, and must first complete the {{TV|found military}} before they can use the {{TV|build army}} to build any armies.


=== Navies ===
=== Navies ===
Line 758: Line 575:
See [[Terrestrial_Warfare#Naval_Freedom]] for more details on how Blockades occur.
See [[Terrestrial_Warfare#Naval_Freedom]] for more details on how Blockades occur.


A nation can only build navies if one of the following is true:
{{TV|navies}} are built using the {{TV|build navy}}. The {{TV|build navy}} priority is only available for a nation when all of the following are true:
* It has at least 4 [[Nations#Control_Points|control points]].
* The nation has completed the {{TV|found military}} (or started with it already complete).
* It has 3 [[Nations#Control_Points|control points]] and at least {{TV|gdppc|40000}} and no {{TV|navies}}.
* The nation has more {{TV|armies}} than {{TV|navies}}.
 
* The nation has at least one [[Regions|region]] that has at least [[Regions#World_Ocean_Access|seasonal ocean access]].
Furthermore, since navies only exist as attachments to {{TV|armies}}, the {{TV|build navy}} can only be used if there is at least one army that does not have its own navy attached.
* One of the following is true:
** The nation has at least 4 [[Nations#Control_Points|control points]].
** The nation has 3 [[Nations#Control_Points|control points]] and at least {{TV|gdppc|40000}} and no {{TV|navies}}.


=== Strategic Nuclear Barrages ===
=== Strategic Nuclear Barrages ===
Line 780: Line 599:
|-
|-
| Number of [[Nations#Armies|Armies]] of X || Not Megafauna || {{TV|miltech}} of X × 3 × Average Remaining Health % of the Armies
| Number of [[Nations#Armies|Armies]] of X || Not Megafauna || {{TV|miltech}} of X × 3 × Average Remaining Health % of the Armies
{{SpoilerBox}}
For Alien Invader Armies, use their {{TV|miltech}} instead of the {{TV|miltech}} of the Alien Nation.
{{SpoilerBoxEnd}}
|-
|-
| Number of [[Nations#Navies|Navies]] of X || || 1
| Number of [[Nations#Navies|Navies]] of X || || 1
Line 820: Line 642:


The amount of IP needed by the {{icon|space defenses}}Space Defenses priority to build Space Defenses in a region is calculated as 50 × Region Area / Median Region Area, but capped between 25 and 100. See [[Region List]] for a list of all regions and their areas.
The amount of IP needed by the {{icon|space defenses}}Space Defenses priority to build Space Defenses in a region is calculated as 50 × Region Area / Median Region Area, but capped between 25 and 100. See [[Region List]] for a list of all regions and their areas.
Space Defenses are armed with a giant 1-GJ, 3600-cm laser (this is bigger than the Alien T3 base defense laser). Color will be best available of IR or green, and type, of laser, arc laser or phaser.


=== Exofighters ===
=== Exofighters ===
Line 849: Line 673:
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]] for more detail.
In nations with smaller or larger {{TV|pop}}, these changes are sped up or slowed down. See [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]] for more detail.


{{TV|cohesion}} moves by 0.1 per month towards {{TV|base cohesion}}. In nations with high {{TV|inequality}}, {{TV|cohesion}} can decrease even faster, up to 0.25 per month towards its resting point. This is rapid enough that it is usually better to move {{TV|base cohesion}} rather than trying to fight the tide. See [[Nations#Resting_Cohesion]] for details on how to achieve this.
{{TV|cohesion}} moves by 0.1 per month towards {{TV|base cohesion}}. It can decrease faster, up to 0.25 per month towards its resting point, depending on {{TV|inequality}} (this acceleration occurs for {{TV|inequality}} values between 4 to 4.6). Specifically, when {{TV|base cohesion}} is lower than {{TV|cohesion}}, the {{TV|cohesion}} decrease per month is calculated as follows:
<pre>Cohesion Decrease = Min( Max(0.1, (Inequality - 3) ^ 2 / 10), Min(0.25, Cohesion - Base Cohesion) )</pre>
 
This is not affected by [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]] and is rapid enough that it is usually better to move {{TV|base cohesion}} rather than trying to fight the tide. See [[Nations#Resting_Cohesion]] for details on how to achieve this.


{{TV|cohesion}} is also commonly changed by [[Events]], and can be strongly affected by [[Foreign Relations#Declaring_Wars|War Declarations]] and the [[Terrestrial_Warfare#Army_Death|Destruction of armies]].
{{TV|cohesion}} is also commonly changed by [[Events]], and can be strongly affected by [[Foreign Relations#Declaring_Wars|War Declarations]] and the [[Terrestrial_Warfare#Army_Death|Destruction of armies]].
Line 901: Line 728:
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by (1 - ({{TV|gdppc}} / Highest {{TV|gdppc}} in last 10 years)) × {{TV|inequality}}
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by (1 - ({{TV|gdppc}} / Highest {{TV|gdppc}} in last 10 years)) × {{TV|inequality}}
|-
|-
| {{TV|pop}}
| rowspan=2 | {{TV|pop}}
| Always
| 1 [[Regions|Region]] in Nation
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by ({{TV|pop}} in millions)<sup>0.2</sup>
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by ({{TV|pop}} in millions)<sup>0.3</sup>.
|-
| >1 [[Regions|Region]] in Nation
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by ({{TV|pop}} in millions)<sup>0.2</sup>.
|-
|-
| {{icon|pop}}Population Distribution
| {{icon|pop}}Population Distribution
| Always
| Always
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 0.0025 per km distance between the nation's capital and the nation's {{TV|pop}} center. Capped at -7.5.
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 0.0025/km × {{TV|pop}}-weighted average distance from each [[Regions|Region]] to the nation's capital. Capped at 7.5 Reduction.
|-
|-
| rowspan="2" | [[Foreign Relations#Wars|Wars]]
| rowspan="2" | [[Foreign Relations#Wars|Wars]]
Line 918: Line 748:
| rowspan="2" | Peer [[Foreign Relations#Rivals|Rivals]]
| rowspan="2" | Peer [[Foreign Relations#Rivals|Rivals]]
| <6 {{icon|democracy|bgcolor=DarkSlateGray}}
| <6 {{icon|democracy|bgcolor=DarkSlateGray}}
| [[File:ICO arrow green.png|25px]]<span style="color:green;">Increase</span> by 0.5 × Peer Rivals (at minimum 1 less Control Point). Capped at 3 - War Cohesion Bonus.
| [[File:ICO arrow green.png|25px]]<span style="color:green;">Increase</span> by 0.5 × Peer Rivals (at minimum 1 less Control Point). Capped at 3 - War {{TV|base cohesion}} Bonus.
|-
|-
| >=6 {{icon|democracy|bgcolor=DarkSlateGray}}
| >=6 {{icon|democracy|bgcolor=DarkSlateGray}}
| [[File:ICO arrow green.png|25px]]<span style="color:green;">Increase</span> by 0.5 × Peer Rivals (at minimum 1 less Control Point) that have <6 {{icon|democracy|bgcolor=DarkSlateGray}}. Capped at 3 - War Cohesion Bonus.
| [[File:ICO arrow green.png|25px]]<span style="color:green;">Increase</span> by 0.5 × Peer Rivals (at minimum 1 less Control Point) that have <6 {{icon|democracy|bgcolor=DarkSlateGray}}. Capped at 3 - War {{TV|base cohesion}} Bonus.
|-
|-
| Public vs. Elite Ideology
| Public vs. Elite Ideology
Line 933: Line 763:
| rowspan="4" | {{TV|democracy}}
| rowspan="4" | {{TV|democracy}}
| ≤ 3.5
| ≤ 3.5
| [[File:ICO arrow green.png|25px]]<span style="color:green;">Increase</span> by (3.5<sup>1.5</sup> - {{icon|democracy|bgcolor=DarkSlateGray}}<sup>1.5</sup>) × ((10 - {{TV|unrest}}) / 10)
| [[File:ICO arrow green.png|25px]]<span style="color:green;">Increase</span> by (3.5<sup>1.285</sup> - {{TV|democracy}}<sup>1.285</sup>) × ((10 - {{TV|unrest}}) / 10)
|-
|-
| 3.5 < {{icon|democracy|bgcolor=DarkSlateGray}} ≤ 5  
| 3.5 < {{icon|democracy|bgcolor=DarkSlateGray}} ≤ 5  
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 3 - 2 × (5 - {{icon|democracy|bgcolor=DarkSlateGray}})
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 3 - 2 × (5 - {{TV|democracy}})
|-
|-
| 5 < {{icon|democracy|bgcolor=DarkSlateGray}} ≤ 6.5  
| 5 < {{icon|democracy|bgcolor=DarkSlateGray}} ≤ 6.5  
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 3 - 2 × ({{icon|democracy|bgcolor=DarkSlateGray}} - 5)
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 3 - 2 × ({{TV|democracy}} - 5)
|-
|-
| > 6.5
| > 6.5
| [[File:ICO arrow green.png|25px]][[File:ICO arrow green down.png|25px]]<span style="color:green;">Stabilize</span> (towards global value of 5) by 0.5 × ({{icon|democracy|bgcolor=DarkSlateGray}} - 6.5)
| [[File:ICO arrow green.png|25px]][[File:ICO arrow green down.png|25px]]<span style="color:green;">Stabilize</span> (towards global value of 5) by 0.5 × ({{TV|democracy}} - 6.5)
|-
|-
| Owning [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]]
| Owning [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]]
| Always
| Always
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 1.6 × {{icon|democracy|bgcolor=DarkSlateGray}} × Fraction of {{TV|pop}} living in [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]]
| [[File:ICO arrow red down.png|25px]]<span style="color:red;">Reduce</span> by 1.6 × {{TV|democracy}} × Fraction of {{TV|pop}} living in [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]]
|}
|}


In other words, {{TV|base cohesion}} is
In other words, {{TV|base cohesion}} is:


<span style="color:green;">'''raised by:'''</span>
<span style="color:green;">'''raised by:'''</span>
* Low {{TV|democracy}} score, weaker when {{TV|unrest}} is high.
* Low {{TV|democracy}} score, weaker when {{TV|unrest}} is high.
* War enemies that either have <6 {{TV|democracy}} or our nation has <6 {{TV|democracy}}. Capped at 3.
* War enemies that either have <6 {{TV|democracy}} or our nation has <6 {{TV|democracy}}. Capped at 3.
* Rivalries with nations no more than 1 control point smaller, that either have <6 {{TV|democracy}} or our nation has <6 {{TV|democracy}}. Capped at 3 - the amount already given by the War Cohesion Bonus.
* Rivalries with nations no more than 1 control point smaller, that either have <6 {{TV|democracy}} or our nation has <6 {{TV|democracy}}. Capped at 3 - the amount already given by the War {{TV|base cohesion}} Bonus.


<span style="color:orange;">'''centered by:'''</span>
<span style="color:orange;">'''centered by:'''</span>
Line 966: Line 796:
* High {{TV|inequality}} score, stronger when {{TV|education}} is high.
* High {{TV|inequality}} score, stronger when {{TV|education}} is high.
* Loss of {{icon|gdppc|bgcolor=DarkSlateGray}}[[Nations#Per_Capita_GDP|GDP per Capita]] within the last 10 years.
* Loss of {{icon|gdppc|bgcolor=DarkSlateGray}}[[Nations#Per_Capita_GDP|GDP per Capita]] within the last 10 years.
* {{TV|pop}}.
* {{TV|pop}}, worse when the entire {{TV|pop}} is confined to just one [[Region]] because the nation has no other [[Regions]].
* Geographic {{icon|pop}}Population Distribution.
* Geographic {{icon|pop}}Population Distribution.
* Difference between [[#Public_Opinion|average public opinion]] and the [[Factions]] that own the control points.
* Difference between [[#Public_Opinion|average public opinion]] and the [[Factions]] that own the control points.
* Fraction of {{TV|pop}} living in [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]]
* Fraction of {{TV|pop}} living in [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]], multiplied by {{TV|democracy}}.


==== Notable Effects of Cohesion ====
==== Notable Effects of Cohesion ====
Line 975: Line 805:
* The {{TV|base unrest}} of a Nation is reduced by its {{TV|cohesion}}.
* The {{TV|base unrest}} of a Nation is reduced by its {{TV|cohesion}}.
* The {{icon|research}}[[Nations#Research|Research]] produced by a Nation is multiplied by (1.25 - |{{TV|cohesion}} - 5| / 10). So it is multiplied by 75% at {{TV|cohesion|0}} and at {{TV|cohesion|10}}, whereas it is multiplied by 125% at {{TV|cohesion|5}}.
* The {{icon|research}}[[Nations#Research|Research]] produced by a Nation is multiplied by (1.25 - |{{TV|cohesion}} - 5| / 10). So it is multiplied by 75% at {{TV|cohesion|0}} and at {{TV|cohesion|10}}, whereas it is multiplied by 125% at {{TV|cohesion|5}}.
* The [[Nations#Public_Support_Cap|Public Support Cap]] of a Nation is increased by its {{TV|cohesion}}.
* The [[Nations#Population_Growth|Population Growth]] of a Nation is decreased by its {{TV|cohesion}}.


==== Underflowing Cohesion ====
==== Underflowing Cohesion ====
Line 986: Line 818:


=== Public Opinion ===
=== Public Opinion ===
Public Opinion reflects the overall opinion of the typical residents of a given [[nation]], or of [[Earth]] generally. Having high public opinion gives a significant boost to a [[faction]], as a built-in source of free {{TV|Influence}} and as a bonus on a wide variety of [[missions]]. Public opinion can be changed in a wide variety of ways, either positive (such as performing [[Public Campaign]] missions) or negative (such as committing [[atrocities]]).


<blockquote>
For details, see [[Public Opinion]].
The people of Earth all hold a particular viewpoint about the alien arrival. But people are malleable, and events and propaganda can sway them to a different point of view.
 
These viewpoints track with the ideologies of each faction, along with an "undecided" viewpoint in the middle of all of them. Ideologies have a position relative to each other; when events have a chance to change someone's opinion, they will typically move to something nearby -- a Resistance supporter could see their views radicalize to those of Humanity First, or soften to being simply undecided, for example.
 
Public support for your faction is a primary source of the influence resource. You will also receive bonuses on missions in nations where a large portion of the public is on your side.
 
A potential mover of public opinion are atrocities committed by a faction. Atrocities are actions that cause mass death or suffering, and responsible factions suffer the loss of supporters as a result. Atrocities are cumulative; as a faction commits more, the public opinion penalty increases dramatically.
</blockquote>
~ Terra Invicta Codex, 0.4.85.
 
Public support for a faction provides many benefits, including but not limited to:
; {{icon|influence|bgcolor=DarkSlateGray}}Influence Income
: For every one million supporters a faction possesses, their annual {{icon|influence|bgcolor=DarkSlateGray}}Influence income is increased by 0.5.
: This bonus applies even if the faction does not possess any of the nation's control points.
: With over 8 billion people on Earth, a faction with high public support around the globe could earn more than 200 {{icon|influence|bgcolor=DarkSlateGray}}Influence every month, just from their public support.
; Councilor [[Missions#Mission_Modifiers|Mission Support]]
: Most councilor missions that attempt to gain or maintain control of the nation have mission modifiers based on the nation's public opinion. Public support for a faction makes such missions significantly easier for them, and significantly harder against them.
: This is especially true in highly democratic nations.
: Specifically, the [[Missions#Mission_Modifiers|mission modifier]] has X points, where X = (10 + {{icon|democracy|bgcolor=DarkSlateGray}}Government) * public support fraction for the faction.
; Preventing [[Nations#Coups_and_revolutions|Organic Coups]]
: In very rare cases, high [[Nations#Corruption|Corruption]] in a nation can lead its elites to organically launch a [[Nations#Coups_and_revolutions|coup]] even without outside intervention, if they are not sufficiently appeased by investments into the {{icon|spoils}}Spoils priority.
: But high public support (>65%) for the faction that owns the nation automatically prevents such [[Nations#Coups_and_revolutions|organic coups]] from occurring.
; Post-Revolution Changes
: Whenever a [[Nations#Coups_and_revolutions|revolution]] occurs in a human nation, public support for the old control point owners is compared to public support for the new control point owners. If the new owners are significantly more popular with the public, the nation can experience large benefits: increased {{TV|cohesion}}, reduced {{TV|unrest}}, and reduced {{TV|inequality}}.
; {{TV|base cohesion}}
: Public opinion affects the {{TV|base cohesion}} of a nation in two ways.
: First, [[Factions]] that own a nation will find the nation to be significantly less cohesive when the public does not support them. This is represented as an X point penalty to the nation's {{TV|base cohesion}}, where X is twice the ideological distance between the average ideology of the factions that own the nation's control points and the population-weighted average ideology of the public.
: Note: ideological distance is calculated using good old pythagoras.
: Second, a public with wildly differing views is naturally far less cohesive than a public that bands together to support one ideology. This is represented as an X point penalty to the nation's {{TV|base cohesion}}, where X is calculated as follows:
: 1. Set X to be the public opinion's standard deviation.
: 2. Divide X by the worst possible standard deviation (this is when the two most different ideologies are each supported by exactly half the public).
: 3. Subtract 0.5 from X.
: 4. Multiply X by 6.
: Note: X can actually be negative, meaning that the {{TV|base cohesion}} can actually be increased by a highly unified public opinion.
 
==== Changing Public Opinion ====
 
A nation's public opinion can be changed by applying Propaganda to it. Each piece of propaganda is defined by two things: the '''faction ideology''' it is aimed at, and the '''strength''' of the propaganda. For example, a typical public campaign mission applies Propaganda for the councilor's faction, with a strength of roughly 10.
 
===== How Propaganda Works =====
 
[[File:Terra Invicta Ideology Map.JPG|thumb|320px|Faction Ideology Chart]]
 
Whenever Propaganda of strength X for a faction F is applied on a nation, the {{icon|pop}}population of the nation is split into roughly ({{icon|pop}}population / 100) ^ 0.5 groups, where each group fully supports one ideology. Then for each group, a random value Y between 0 and 100 is rolled, and then:
* Nothing happens if any of the following are true:
** X >= 0 and the group already supports faction F. Because this is just preaching to the choir.
** X < 0 and the group does not support faction F.
** Y > X and Y > -X, indicating that the propaganda failed to convince the group.
* Otherwise:
** If X >= 0, then:
*** If X - Y > 10, the group's ideology moves towards F's ideology by 2 units, then moves to the closest matching ideology.
*** Otherwise, the group's ideology moves towards F's ideology by 1 unit, then moves to the closest matching ideology.
** If X < 0, then a completely random coordinate is selected from within a cube of length 2 that is centered on the group's original ideology, and then:
*** If (-X) - Y > 10, the group's ideology moves towards the coordinate by 2 units, then moves to the closest matching ideology.
*** Otherwise, the group's ideology moves towards the coordinate by 1 unit, then moves to the closest matching ideology.
 
===== Sources of Propaganda =====
 
These include but are not limited to:
 
====== A Successful Councilor [[Public Campaign]] ======
Applies propaganda for the councilor's faction with strength X, where X is calculated as:
 
{| class="wikitable"
|-
| 10 || Base Value.
|-
| ×2 || On critical success.
|-
| Up to +9 || Earth Interface Hab Module bonus <br> (Broadcast Outlets, Communications Hubs, and Media Centers.)
|-
| ×1.15 || Project Research: <br> [[Appeals to Hope Messaging]] <br> (Available to {{icon|resist}}[[The Resistance]], {{icon|escape}}[[Project Exodus]], and {{icon|cooperate}}[[The Academy]].)
|-
| ×1.25 || Project Research: <br> [[Appeals to Fear Messaging]] <br> (Available to {{icon|destroy}}[[Humanity First]], {{icon|exploit}}[[The Initiative]], {{icon|appease}}[[The Protectorate]], and {{icon|submit}}[[The Servants]].)
|-
| ×1.25 || Project Research:
{{SpoilerBox}}
[[Enslave the Masters]]
{{SpoilerBoxEnd}}
(Available to {{icon|exploit}}[[The Initiative]].)
|-
| -3.5 to +3.5 || Random.
|}
 
====== A Unity Priority Completion ======
 
Applies propaganda for each faction that owns any of the nation's control points. (Empty control points do not count.)
 
Propaganda strength is 5 multiplied by the number of control points owned by the faction, but the Religion control point counts as 4 control points.
 
Propaganda strength is also affected by [[Nations#Population_Scaling_for_Nation_Stat_Changes|Population Scaling]].
 
Abandoned or {{MissionIcon|Crackdown}}[[Crackdown|Cracked]] control points do not count.
 
Note: Ordering matters. The last faction to get propaganda applied on each unity completion would get more public support and influence income on average.
 
The ordering here is determined by the control point ownership: the faction that owns the leftmost control point goes first, then the faction that owns the leftmost control point that isn't controlled by the previous faction, then the faction that owns the leftmost control point that isn't controlled by the previous factions, and so on. Thus when sharing nations with other factions, one should try to avoid owning the leftmost control points.
 
====== A Spoils Priority Completion ======
Applies propaganda for each faction that owns any of the nation's control points.
 
Propaganda strength is ({{TV|education}} + {{TV|democracy}}) multiplied by -0.125 multiplied by the fraction of the nation's control points owned by the faction.
 
====== An Army Destroyed ======
 
Applies propaganda for the faction that controlled the army on the home nation of the army.
 
Propaganda strength is {{TV|democracy}} multiplied by -1.
 
====== A Martyr Councilor Killed ======
 
Applies propaganda for the councilor's faction on every nation.
 
Propaganda strength is 35.
 
====== An [[Factions#Atrocity|Atrocity]] Committed ======
 
Applies propaganda with strength X for the faction responsible on every nation, where X is calculated as:
# Set X to the total number of atrocities committed by the faction, including the newest atrocity.
# Multiply X by -0.333.
# Divide X by 2 if [[Total War Framing]] has been researched. (Available to {{icon|destroy}}[[Humanity First]], {{icon|exploit}}[[The Initiative]], and {{icon|submit}}[[The Servants]].)
 
====== [[Publicize Alien Threat]] Researched ======
 
Applies propaganda with strength 10 for the faction responsible on every nation.
 
Available to {{icon|destroy}}[[Humanity First]], {{icon|resist}}[[The Resistance]], and {{icon|escape}}[[Project Exodus]].


=== Sustainability ===
=== Sustainability ===
Line 1,191: Line 897:


===Corruption===
===Corruption===
Corruption is a hidden value which determines what percentage of the nation's {{TV|ip}} the elites want diverted to the {{TV|spoils}} (Note: Does not account for priority bonuses). If this is not done then {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]]s become easier to perform against the nation, to the point where they might even naturally occur without any faction's involvement. Conversely, assigning more to the {{TV|spoils}} than the elites want will cause them to protect your nation from councilor {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]] attempts.
 
Corruption (shown in the {{TV|spoils}} tooltip) determines what percentage of the nation's {{TV|ip}} the elites want diverted to the {{TV|spoils}} (Note: Does not account for priority bonuses). If this is not done then {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]]s become easier to perform against the nation, to the point where they might even [[Nations#Coups_and_revolutions|naturally occur]] without any faction's involvement. Conversely, assigning more to the {{TV|spoils}} than the elites want will cause them to protect your nation from councilor {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]] attempts.


Corruption for human nations is calculated as follows:
Corruption for human nations is calculated as follows:
Line 1,222: Line 929:


{| class="wikitable"
{| class="wikitable"
! Priority !! {{icon|ip|bgcolor=DarkSlateGray}}[[Nations#Monthly_Investment_Points|IP]]  cost !! Requirements !! Effects !! [[Nations#Population_Scaling_for_Nation_Stat_Changes|Pop Scaled]]
! Priority !! {{TV|ip}} cost !! Requirements !! Effects !! [[Nations#Population_Scaling_for_Nation_Stat_Changes|Pop Scaled]]
|-
|-
| rowspan=4 | [[File:ICO economy priority.png|50px]] Economy || rowspan=4 | 1 || rowspan=4 | None
| rowspan=4 | [[File:ICO economy priority.png|50px]] Economy || rowspan=4 | 1 || rowspan=4 | None
Line 1,230: Line 937:
| {{TV|inequality}} [[File:ICO arrow red.png|24px]] by 0.00015 + 0.0001 per {{icon|resource region}}Mining Region + 0.0001 per {{icon|oil}}Oil Region || Yes
| {{TV|inequality}} [[File:ICO arrow red.png|24px]] by 0.00015 + 0.0001 per {{icon|resource region}}Mining Region + 0.0001 per {{icon|oil}}Oil Region || Yes
|-
|-
| Regions may be upgraded into {{icon|core economic region|bgcolor=DarkSlateGray}}Core Economic, {{icon|resource region}}Mining or {{icon|oil}}Oil Regions after sufficient investment || No
| [[Regions]] may be [[Regions#Improving_Regions|Improved]] into {{icon|core economic region|bgcolor=DarkSlateGray}}Core Economic, {{icon|resource region}}Mining or {{icon|oil}}Oil Regions after sufficient investment || No
|-
|-
| {{TV|metal}} and {{TV|nobles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
| {{TV|metal}} and {{TV|nobles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
|-
|-
| rowspan=2 | [[File:ICO welfare priority.png|50px]] Welfare || rowspan=2 | 1 || rowspan=2 | None
| rowspan=2 | [[File:ICO welfare priority.png|50px]] Welfare || rowspan=2 | 1 || None
| {{TV|inequality}} [[File:ICO arrow green down.png|24px]] by 0.005 || Yes
| {{TV|inequality}} [[File:ICO arrow green down.png|24px]] by 0.005 || Yes
|-
|-
| Regions may lose {{icon|colony|bgcolor=DarkSlateGray}}Colony status after sufficient investment || No
| Has {{icon|colony|bgcolor=DarkSlateGray}}Colony [[Regions]] || One {{icon|colony|bgcolor=DarkSlateGray}}Colony [[Regions|Region]] loses {{icon|colony|bgcolor=DarkSlateGray}}Colony status every 1000 completions || No
|-
|-
| rowspan=3 | [[File:ICO environment priority.png|50px]] Environment || rowspan=3 | 1
| rowspan=3 | [[File:ICO environment priority.png|50px]] Environment || rowspan=3 | 1
| 10 {{icon|sustainability}}[[Nations#Sustainability|Sustainability]] || [[Climate_Change|Greenhouse Gases]] [[File:ICO arrow green down.png|24px]] || Inverted
| {{TV|sustainability|10}} || [[Climate_Change|Greenhouse Gases]] [[File:ICO arrow green down.png|24px]] || Inverted
|-
|-
| <10 {{icon|sustainability}}[[Nations#Sustainability|Sustainability]]
| {{TV|sustainability|<10}}
|  
|  
[[Nations#Sustainability|Pollution Multiplier]] [[File:ICO arrow green down.png|24px]] by -0.005 / Max(1, total layers of Fallout)
[[Nations#Sustainability|Pollution Multiplier]] [[File:ICO arrow green down.png|24px]] by -0.005 / Max(1, total layers of Fallout)
Line 1,249: Line 956:
| Yes
| Yes
|-
|-
| {{icon|life}}[[Transform Phages]] researched || Regions may lose a layer of Fallout after sufficient investment || No
|  
* {{icon|life}}[[Transform Phages]] researched
* At least one [[Regions|Region]] has {{icon|fallout}}Fallout
| One [[Regions|Region]] loses a layer of {{icon|fallout}}Fallout every 100 completions || No
|-
|-
| rowspan=2 | [[File:ICO knowledge priority.png|50px]] Knowledge || rowspan=2 | 1 || rowspan=2 | None
| rowspan=2 | [[File:ICO knowledge priority.png|50px]] Knowledge || rowspan=2 | 1 || rowspan=2 | None
Line 1,260: Line 970:
| {{TV|cohesion}} centered by 0.01 || Yes
| {{TV|cohesion}} centered by 0.01 || Yes
|-
|-
| [[File:ICO government priority.png|50px]] Government || 1 || None || {{TV|democracy}} [[File:ICO arrow green.png|24px]] by 0.001 per {{TV|education}} || Yes
| rowspan=3 | [[File:ICO government priority.png|50px]] Government || rowspan=3 | 1 || {{TV|democracy|<10}} || {{TV|democracy}} [[File:ICO arrow green.png|24px]] by 0.001 per {{TV|education}} || Yes
|-
|-
| rowspan=3 | [[File:ICO unity priority.png|50px]] Unity || rowspan=3 | 2 || rowspan=3 | None
| {{TV|democracy|10}} || Same as {{TV|knowledge}} || Yes
|-
| Has [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]] || One [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions|Region]] loses [[Foreign_Relations#Hostile_Claims|Hostility]] every 200 completions (shared with {{TV|unity}}). || No
|-
| rowspan=4 | [[File:ICO unity priority.png|50px]] Unity || rowspan=4 | 2 || rowspan=3 | None
|  
|  
{{TV|cohesion}} [[File:ICO arrow green.png|24px]] by Max(0.025, 0.1 - 0.005 × {{TV|education}} - 0.005 × {{TV|democracy}})
{{TV|cohesion}} [[File:ICO arrow green.png|24px]] by Max(0.025, 0.1 - 0.005 × {{TV|education}} - 0.005 × {{TV|democracy}})
Line 1,274: Line 988:
(Religion counts as 4 control points)
(Religion counts as 4 control points)
| Yes
| Yes
|-
| Has [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions]] || One [[Foreign_Relations#Hostile_Claims|Hostile]] [[Regions|Region]] loses [[Foreign_Relations#Hostile_Claims|Hostility]] every 200 completions (shared with {{TV|government priority}}). || No
|-
|-
| [[File:ICO military priority.png|50px]] Military || 1 || Found Military Completed in Nation || {{TV|miltech}} [[File:ICO arrow green.png|24px]] by 0.00125 / {{TV|miltech}} × Best Human Nation's {{TV|miltech}} || No
| [[File:ICO military priority.png|50px]] Military || 1 || Found Military Completed in Nation || {{TV|miltech}} [[File:ICO arrow green.png|24px]] by 0.00125 / {{TV|miltech}} × Best Human Nation's {{TV|miltech}} || No
Line 1,280: Line 996:
| {{TV|democracy}} [[File:ICO arrow red down.png|24px]] by 0.0025 || Yes
| {{TV|democracy}} [[File:ICO arrow red down.png|24px]] by 0.0025 || Yes
|-
|-
| {{TV|unrest}} [[File:ICO arrow green down.png|24px]] by 0.1 - {{TV|democracy}} / 100 || Yes
| {{TV|unrest}} [[File:ICO arrow green down.png|24px]] by (0.1 - {{TV|democracy}} / 100) × 3 || Yes
|-
|-
| Found Military Completed in Nation and >5 {{TV|democracy}} || {{TV|cohesion}} [[File:ICO arrow red down.png|24px]] by 0.025 × ({{TV|democracy}} - 5) || Yes
| Found Military Completed in Nation and >5 {{TV|democracy}} || {{TV|cohesion}} [[File:ICO arrow red down.png|24px]] by 0.025 × ({{TV|democracy}} - 5) || Yes
|-
|-
| rowspan=6 | [[File:ICO spoils priority.png|50px]] Spoils || rowspan=6 | 1 || rowspan=5 | None
| rowspan=6 | [[File:ICO spoils priority.png|50px]] Spoils || rowspan=6 | 1 || rowspan=5 | None
| {{TV|inequality}} [[File:ICO arrow red.png|24px]] by 0.0025 + 0.001 per {{icon|resource region}}Mining Region + 0.001 per {{icon|oil}}Oil Region || Yes  
| {{TV|inequality}} [[File:ICO arrow red.png|24px]] by 0.0025 + 0.0015 per {{icon|resource region}}Mining Region + 0.0015 per {{icon|oil}}Oil Region || Yes  
|-
|-
| {{TV|democracy}} [[File:ICO arrow red down.png|24px]] by 0.0005 || Yes
| {{TV|democracy}} [[File:ICO arrow red down.png|24px]] by 0.0005 || Yes
Line 1,294: Line 1,010:
| No
| No
|-
|-
| [[Nations#Sustainability|Pollution Multiplier]] [[File:ICO arrow red.png|24px]] by 0.0005 + 0.0005 per {{icon|resource region}}Mining Region + 0.0005 per {{icon|oil}}Oil Region || Yes
| [[Nations#Sustainability|Pollution Multiplier]] [[File:ICO arrow red.png|24px]] by 0.0005 + 0.00075 per {{icon|resource region}}Mining Region + 0.00075 per {{icon|oil}}Oil Region || Yes
|-
|-
| [[Climate_Change|Greenhouse Gases]] [[File:ICO arrow red.png|24px]] || Yes
| [[Climate_Change|Greenhouse Gases]] [[File:ICO arrow red.png|24px]] || Yes
Line 1,300: Line 1,016:
| Control Points Not Cracked
| Control Points Not Cracked
|
|
Each Faction's {{TV|money}} [[File:ICO arrow green.png|24px]] by (5 × {{icon|ip|bgcolor=DarkSlateGray}}[[Nations#Monthly_Investment_Points|IP]] + 5 per {{icon|resource region}}Mining Region + 5 per {{icon|oil}}Oil Region + 2.5 × (10 - {{TV|democracy}})) × fraction of control points owned by faction  
Each Faction's {{TV|money}} [[File:ICO arrow green.png|24px]] by (5 × Monthly {{TV|ip}} + 5 per {{icon|resource region}}Mining Region + 5 per {{icon|oil}}Oil Region + 2.5 × (10 - {{TV|democracy}})) × fraction of control points owned by faction  
| No
| No
|-
|-
| [[File:ICO funding priority.png|50px]] Funding || 1 || None || Annual {{TV|money}} Production [[File:ICO arrow green.png|24px]] by 10 + (the nation's [[Nations#GDP|GDP]] in billions)^0.25 / 2, rounded to the nearest integer || No
| [[File:ICO funding priority.png|50px]] Funding || 1 || None || Annual {{TV|money}} Production [[File:ICO arrow green.png|24px]] by 10 + max(round(((GDP in billions)^0.18)/1.09),1) || No
|-
|-
| [[File:ICO_launchFacilities_Priority.png|50px]] Boost || 2 || Found Space Program Completed in Nation || Annual {{TV|boost}} Production [[File:ICO arrow green.png|24px]] by 0.4 - (Launch Facility Latitude / 250) || No
| [[File:ICO_launchFacilities_Priority.png|50px]] Boost || 2 || Found Space Program Completed in Nation || Annual {{TV|boost}} Production [[File:ICO arrow green.png|24px]] by 0.4 - (Launch Facility Latitude / 250) || No
Line 1,336: Line 1,052:
| {{TV|metal}} and {{TV|nobles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
| {{TV|metal}} and {{TV|nobles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
|-
|-
| rowspan=4 | [[File:ICO develop atomic bomb priority.png|50px]] Develop Atomic Bomb || rowspan=4 |  80 || rowspan=4 | None || {{icon|nuke}}Strategic Nuclear Barrages [[File:ICO arrow green.png|24px]] by 1 || No
| rowspan=4 | [[File:ICO develop atomic bomb priority.png|50px]] Develop Atomic Bomb || rowspan=4 |  80 || rowspan=4 | None || {{TV|nukes}} [[File:ICO arrow green.png|24px]] by 1 || No
|-
|-
| {{TV|fissiles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
| {{TV|fissiles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
Line 1,344: Line 1,060:
| Each Owning Faction Commits 1 [[Factions#Atrocity|Atrocity]] || No
| Each Owning Faction Commits 1 [[Factions#Atrocity|Atrocity]] || No
|-
|-
| rowspan=2 | [[File:ICO buildNuclearWeapons priority.png|50px]] Nuclear Weapons || rowspan=2 | 40 || rowspan=2 | Develop Atomic Bomb Completed in Nation || {{icon|nuke}}Strategic Nuclear Barrages [[File:ICO arrow green.png|24px]] by 1 || No
| rowspan=2 | [[File:ICO buildNuclearWeapons priority.png|50px]] Nuclear Weapons || rowspan=2 | 40 || rowspan=2 | Develop Atomic Bomb Completed in Nation || {{TV|nukes}} [[File:ICO arrow green.png|24px]] by 1 || No
|-
|-
| {{TV|fissiles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
| {{TV|fissiles}} [[Resources#Buying_and_Selling_Space_Resources|Market Prices]] [[File:ICO arrow green.png|24px]] || No
Line 1,365: Line 1,081:
! Priority !! Diversity Multiplier
! Priority !! Diversity Multiplier
|-
|-
| {{TV|economy}} || 25%
| {{TV|economy}} || 50%
|-
|-
| {{TV|welfare}} || 10%
| {{TV|welfare}} || 20%
|-
|-
| {{TV|environment}} || 10%
| {{TV|environment}} || 20%
|-
|-
| {{TV|knowledge}} || 10%
| {{TV|knowledge}} || 20%
|-
|-
| {{TV|government}} || 10%
| {{TV|government}} || 20%
|-
|-
| {{TV|unity}} || 10%
| {{TV|unity}} || 20%
|-
|-
| {{TV|military priority}} || 10%
| {{TV|military priority}} || 20%
|-
|-
|}
|}
Line 1,384: Line 1,100:


For example, suppose a control point has 3 pips in the {{TV|economy}}, 1 pip in the {{TV|welfare}}, and 1 pip in the {{TV|spoils}}, for a total of 5 pips. Then:
For example, suppose a control point has 3 pips in the {{TV|economy}}, 1 pip in the {{TV|welfare}}, and 1 pip in the {{TV|spoils}}, for a total of 5 pips. Then:
* The {{TV|economy}} adds a diversity bonus of 25% × 3 ÷ 5 = 15%.
* The {{TV|economy}} adds a diversity bonus of 50% × 3 ÷ 5 = 30%.
* The {{TV|welfare}} adds a diversity bonus of 10% × 1 ÷ 5 = 2%.
* The {{TV|welfare}} adds a diversity bonus of 20% × 1 ÷ 5 = 4%.
* The {{TV|spoils}} adds no diversity bonus, because it is not a nation building priority.
* The {{TV|spoils}} adds no diversity bonus, because it is not a nation building priority.


Thus:
Thus:
* The {{TV|economy}} receives a diversity bonus of 2% (because it cannot receive the 15% from itself).
* The {{TV|economy}} receives a diversity bonus of 4% (because it cannot receive the 30% from itself).
* The {{TV|welfare}} receives a diversity bonus of 15% (because it cannot receive the 2% from itself).
* The {{TV|welfare}} receives a diversity bonus of 30% (because it cannot receive the 4% from itself).
* The {{TV|spoils}} receives a diversity bonus of 15% + 2% = 17%.
* The {{TV|spoils}} receives a diversity bonus of 30% + 4% = 34%.


'''Note''': This diversity bonus is additive with other bonuses to nation priorities. Specifically, whenever a control point would put any {{TV|IP}} into any priority, the amount of {{TV|IP}} that is actually put into the priority is multiplied by:
'''Note''': This diversity bonus is '''additive''' with other bonuses to nation priorities. Specifically, whenever a control point would put any {{TV|IP}} into any priority, the amount of {{TV|IP}} that is actually put into the priority is multiplied by:
<pre>100% + Priority Bonus from Orgs + Priority Bonus from Traits + Priority Bonus from Earth Interface Hab Modules + Priority Bonus received from Diversity + Priority Bonus from Projects + Priority Bonus from Federation + Priority Bonus from Mining Regions </pre>
<pre>100% + Priority Bonus from Orgs + Priority Bonus from Traits + Priority Bonus from Earth Interface Hab Modules + Priority Bonus received from Diversity + Priority Bonus from Projects + Priority Bonus from Federation + Priority Bonus from Mining Regions </pre>


So in practice, the bonus is really too small to matter much. It is neat that it exists, but you should not invest in priorities that you don't actually need just for the small diversity bonus, it is not worth it.


<references />
<references />
Line 1,408: Line 1,123:
! Priority !! {{TV|money}} Cost !! {{TV|influence}} Cost !! {{TV|ops}} Cost
! Priority !! {{TV|money}} Cost !! {{TV|influence}} Cost !! {{TV|ops}} Cost
|-
|-
| {{icon|economy}} Economy || {{TV|gdppc}} Increase Per Completion × {{TV|pop}} in Millions / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 25 || 0
| {{TV|economy}} || {{TV|gdppc}} Increase Per Completion × {{TV|pop}} in Millions / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 25 || 0
|-
|-
| {{icon|welfare}} Welfare || 360000 / 67 × {{TV|inequality}} Decrease Per Completion × {{TV|pop}} in Millions / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 || 0
| {{TV|welfare}} || 360000 / 67 × {{TV|inequality}} Decrease Per Completion × {{TV|pop}} in Millions / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 || 0
|-
|-
| {{icon|environment}} Environment || 150000 × [[Nations#Sustainability|Pollution Multiplier]] Decrease Per Completion × ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 || 0
| {{TV|environment}} || 150000 × [[Nations#Sustainability|Pollution Multiplier]] Decrease Per Completion × ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 || 0
|-
|-
| {{icon|knowledge}} Knowledge || 625 / 41 × {{TV|pop}} in Millions / ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 || 0
| {{TV|knowledge}} || 625 / 41 × {{TV|pop}} in Millions / ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 || 0
|-
|-
| {{icon|government}} Government || 150000 × {{icon|democracy|bgcolor=DarkSlateGray}}Government Increase Per Completion × ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 300 || 0
| {{TV|government}} || 150000 × {{TV|democracy}} Increase Per Completion × ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 300 || 0
|-
|-
| {{icon|unity}} Unity || 400 × ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 300 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
| {{TV|unity}} || 400 × ({{TV|pop}} / 50 million) ^ 0.35 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 300 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
|-
|-
| {{icon|oppression}} Oppression || 0 || 50 × Max(1, {{icon|democracy|bgcolor=DarkSlateGray}}Government) × Required {{icon|ip|bgcolor=DarkSlateGray}}IP / ({{TV|pop}} / 50 million) ^ 0.35 || 30 / (1 + Min(2, {{TV|miltech}} / 10))
| {{TV|oppression}} || 0 || 50 × Max(1, {{TV|democracy}}) × Required {{icon|ip|bgcolor=DarkSlateGray}}IP / ({{TV|pop}} / 50 million) ^ 0.35 || 30 / (1 + Min(2, {{TV|miltech}} / 10))
|-
|-
| {{icon|funding}} Funding || 0 || 5 × {{icon|funding}}[[Nations#Funding|Funding]] Increase Per Completion / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
| {{TV|funding}} || 0 || 5 × {{icon|funding}}[[Nations#Funding|Funding]] Increase Per Completion / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
|-
|-
| {{icon|found space program}} Found Space Program || 2800 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 2500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
| {{TV|found space program}} || 2800 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 2500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
|-
|-
| {{icon|boost priority}} Boost || 1250 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
| {{TV|boost priority}} || 1250 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 100 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
|-  
|-  
| {{icon|mission control priority}} Mission Control || 2500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 800 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
| {{TV|mission control priority}} || 2500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 800 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 0
|-
|-
| {{icon|found military}} Found Military || 2000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 2000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 1500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|found military}} || 2000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 2000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 1500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|-  
|-  
| {{icon|military priority}} Military || 250 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 250 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 30 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|military priority}} || 250 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 250 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 30 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|-
|-
| {{icon|build army}} Build Army || 10000 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 3000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 2000 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|build army}} || 10000 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 3000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 2000 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|-
|-
| {{icon|build navy}} Build Navy || 1200 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 3000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 1500 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|build navy}} || 1200 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 3000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 1500 × {{TV|miltech}} / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|-  
|-  
| {{icon|develop atomic bomb}} Develop Atomic Bomb || 30000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 3000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 300 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|develop atomic bomb}} || 30000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 3000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 300 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|-  
|-  
| {{icon|nuclear weapons}} Nuclear Weapons || 5000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 1500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 150 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|nuclear weapons}} || 5000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 1500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 150 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|-  
|-  
| {{icon|space defenses}} Space Defenses || 2500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 800 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 600 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|space defenses}} || 2500 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 800 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 600 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|-  
|-  
| {{icon|build exofighter}} Build Exofighter || 1000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 200 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 150 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
| {{TV|build exofighter}} || 1000 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 200 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP || 150 / Required {{icon|ip|bgcolor=DarkSlateGray}}IP
|}
|}


Line 1,450: Line 1,165:
|+ Direct Investment Cost Multipliers
|+ Direct Investment Cost Multipliers
|-
|-
! Category !! Conditions !! {{icon|money}} Money Cost Multiplier !! {{icon|influence||bgcolor=DarkSlateGray}} Influence Cost Multiplier !! {{icon|ops|bgcolor=DarkSlateGray}} Ops Cost Multiplier
! Category !! Conditions !! {{TV|money}} Cost Multiplier !! {{TV|influence}} Cost Multiplier !! {{TV|ops}} Cost Multiplier
|-
|-
| [[Nations#Corruption|Corruption]] || None || 1.2 + [[Nations#Corruption|Corruption]] × 0.9 || 1 + [[Nations#Corruption|Corruption]] × 0.75 || 1
| [[Nations#Corruption|Corruption]] || None || 1.2 + [[Nations#Corruption|Corruption]] × 0.9 || 1 + [[Nations#Corruption|Corruption]] × 0.75 || 1
Line 1,456: Line 1,171:
| [[Technology|Projects]] || Researched || 1 - 0.15 for [[Transnational Investments]] - 0.15 for [[Adaptive FDI Modeling]] || 1 - 0.25 for [[Strategic Lobbying]] - 0.25 for [[Regulatory Capture]] || 1
| [[Technology|Projects]] || Researched || 1 - 0.15 for [[Transnational Investments]] - 0.15 for [[Adaptive FDI Modeling]] || 1 - 0.25 for [[Strategic Lobbying]] - 0.25 for [[Regulatory Capture]] || 1
|-
|-
| Recently Conquered || Within 365.25 days <br> Not {{icon|oppression}}Oppression <br> Not {{icon|funding}}Funding || 1 || 0.5 || 1
| Recently Conquered || Within 365.25 days <br> Not {{TV|oppression}}<br> Not {{TV|funding}} || 1 || 0.5 || 1
|-  
|-  
| Nation Ownership || Not Cracked || 1 || 1 - 0.5 × Fraction of Control Points Owned || 1  
| Nation Ownership || Not Cracked || 1 || 1 - 0.5 × Fraction of Control Points Owned || 1  
|-
|-
| Control Point {{icon|cp}}CP Cost || Not Alien Nation <br> Not {{icon|funding}}Funding || 1 || 0.1 × Single Control Point {{icon|cp}}CP Cost || 1   
| {{TV|cp}} Cost || Not Alien Nation <br> Not {{TV|funding}} || 1 || 0.1 × Single Control Point {{TV|cp}} Cost || 1   
|-  
|-  
| National Priority Bonuses || Not from [[Foreign Relations#Federations|Federation]] <br> Not from [[Nations#Diversity_Bonus|Diversity]] || 1 / (1 + Bonus) || 1 / (1 + Bonus) || 1 / (1 + Bonus)
| National Priority Bonuses || Not from [[Foreign Relations#Federations|Federation]] <br> Not from [[Nations#Diversity_Bonus|Diversity]] || 1 / (1 + Bonus) || 1 / (1 + Bonus) || 1 / (1 + Bonus)
|-
|-
| [[Foreign Relations#Federations|Federation]] Bonus || {{icon|economy}}Economy Priority Only || 1 / (1 + Bonus) || 1 / (1 + Bonus) || 1 / (1 + Bonus)
| [[Foreign Relations#Federations|Federation]] Bonus || {{TV|economy}} Only || 1 / (1 + Bonus) || 1 / (1 + Bonus) || 1 / (1 + Bonus)
|-
|-
| Nation {{icon|resource region}}Mining Regions || {{icon|build army}}Build Army and {{icon|build navy}}Build Navy Priorities Only || 1 / (1 + 0.05 per {{icon|resource region}}Mining Region) || 1 / (1 + 0.05 per {{icon|resource region}}Mining Region) || 1 / (1 + 0.05 per {{icon|resource region}}Mining Region)
| Nation {{icon|resource region}}Mining Regions || {{TV|build army}} and {{TV|build navy}} Only || 1 / (1 + 0.05 per {{icon|resource region}}Mining Region) || 1 / (1 + 0.05 per {{icon|resource region}}Mining Region) || 1 / (1 + 0.05 per {{icon|resource region}}Mining Region)
|}
|}


Line 1,473: Line 1,188:
Each nation requires a certain percentage of {{TV|ip}} to be put into the {{TV|spoils}}. Failing to provide enough {{TV|ip}} into {{TV|spoils}}, shown by the priority becoming red, increases the chance of a [[Nations#Coups_and_revolutions|coup]]. See [[Nations#Corruption]] for details on how this percentage is calculated.
Each nation requires a certain percentage of {{TV|ip}} to be put into the {{TV|spoils}}. Failing to provide enough {{TV|ip}} into {{TV|spoils}}, shown by the priority becoming red, increases the chance of a [[Nations#Coups_and_revolutions|coup]]. See [[Nations#Corruption]] for details on how this percentage is calculated.


=== Nations with completed Build Army priority ===
== Control Points ==
{| class="wikitable"
 
! Nation !! Armies !! Navies
Control Points represent key nodes of political and economic power in a nation.  
|-
 
| [[File:Flag United States.png|50px]] United States of America || 6 || 6
The faction that owns a control point has loyal followers in positions of authority. Control points grant their faction a portion of the nation's critical [[Resources|resources]], control over the nation's [[Nations#Armies|armies]], and the ability to direct [[Nations#Priorities|investment priorities]].
|-
 
| [[File:Flag China.png|50px]] China || 4 || 2
The {{TV|research}}, {{TV|boost}}, {{TV|mc}} and {{TV|money}} (from funding and spoils) produced by the nation is divided up equally among all of its control points. Control points that have sustained a {{MissionIcon|Crackdown}}[[Crackdown]] or are abandoned still get their share, but the owning faction does not receive it.
|-
| [[File:Flag Russia.png|50px]] Russia || 3 || 1
|-
| [[File:Flag India.png|50px]] India || 3 || 0
|-
| [[File:Flag France.png|50px]] France || 1 || 1
|-
| [[File:Flag United Kingdom.png|50px]] United Kingdom || 1 || 1
|-
| [[File:Flag Egypt.png|50px]] Egypt || 1 || 0
|-
| [[File:Flag Iran.png|50px]] Iran || 1 || 0
|-
| [[File:Flag Israel.png|50px]] Israel || 1 || 0
|-
| [[File:Flag North Korea.png|50px]] North Korea || 1 || 0
|-
| [[File:Flag Pakistan.png|50px]] Pakistan || 1 || 0
|-
| [[File:Flag South Korea.png|50px]] South Korea || 1 || 0
|-
| [[File:Flag Turkey.png|50px]] Turkey || 1 || 0
|}


=== Nations with completed Space Program priority ===
If there are [[Nations#Armies|Armies]] controlled by the nation, owning a control point may also grant you direct control of said [[Nations#Armies|Armies]]. Control Points with [[Nations#Armies|Armies]] attached to them are shown with the {{TVS|army}} symbol. If there is more than one [[Nations#Armies|Army]] attached to a control point then the number of attached [[Nations#Armies|Armies]] is shown over the symbol.  
The following nations at start have completed at least one Space Program priority:
{| class="wikitable"
! Nation !! Mission Control Facilities (Mission Control) !! Launch Complexes (Boost)
|-
| [[File:Flag United States.png|50px]] United States of America || Lyndon B. Johnson Space Center (3)<br>Goddard Space Flight Center (1)<br>Kennedy Space Center (1)<br>JPL Spaceflight Operations (1) || Launch Complex 39 (20)<br>Vandemburg Air Force Base (5)<br>Wallops Flight Facility (2)
|-
| [[File:Flag China.png|50px]] China || Beijing Aerospace Command and Control Center (2) || Xichang Launch Center (7.5)<br>Jiuquan Launch Center (3)<br>Taiyuan Launch Center (3)<br>Wenchang Spacecraft Launch Site (1.2)
|-
| [[File:Flag Russia.png|50px]] Russia || Roscosmos Mission Control Center (3) || Plesetsk Cosmodrome (7.5)<br>Vastochny Cosmodrome (0.8)<br>Yasny Cosmodrome (0.5)
|-
| [[File:Flag India.png|50px]] India || Vikram Sarabhai Space Centre (2) || Satish Dhawan Space Centre (1.2)
|-
| [[File:Flag France.png|50px]] France || Toulouse Space Centre (1) || Centre Spatial Guyanais (13.5)
|-
| [[File:Flag Japan.png|50px]] Japan || Tsukuba Space Center (1) || Tanegashime Space Center (5)
|-
| [[File:Flag Germany.png|50px]] Germany || Columbus Control Centre (1) ||
|-
| [[File:Flag Netherlands.png|50px]] Benelux || European Space Research and Technology Centre (1) ||
|-
| [[File:Flag Kazakhstan.png|50px]] Kazakhstan || || Baikonur Cosmodrome (30)
|-
| [[File:Flag Israel.png|50px]] Israel || || Tel Aviv Launch Facility (0.1)
|-
| [[File:Flag Iran.png|50px]] Iran || || Semnan Spaceport (0.1)
|-
| [[File:Flag New Zealand.png|50px]] New Zealand || || Mahia Launch Complex (0)
|-
| [[File:Flag North Korea.png|50px]] North Korea || || Tangchang-dong Space Launch Center (0)
|-
| [[File:Flag South Korea.png|50px]] South Korea || || Naro Space Center (0)
|}


=== Nations with completed Nuclear Weapons priority ===
Certain powerful policies, such as joining and leaving [[Foreign Relations#Federations|federations]] and [[Foreign Relations#Peaceful_Unification|merging nations]], require Consolidated control of the executive, which means the executive faction either gained control of the nation through violent means such as [[Foreign Relations#War_Conquest|war]] or [[Nations#Coups_and_revolutions|revolution]], or must have held continuous control of the executive control point for 180 days.
The following nations at start have completed at least one Nuclear Weapons priority:
{| class="wikitable"
! Nation !! [[File:ICO nukes.png|25px]] Strategic Nuclear Barrages
|-
| [[File:Flag Russia.png|50px]] Russia || 30
|-
| [[File:Flag United States.png|50px]] United States of America || 28
|-
| [[File:Flag China.png|50px]] China || 3
|-
| [[File:Flag France.png|50px]] France || 3
|-
| [[File:Flag United Kingdom.png|50px]] United Kingdom || 3
|-
| [[File:Flag Pakistan.png|50px]] Pakistan || 2
|-
| [[File:Flag India.png|50px]] India || 2
|-
| [[File:Flag Israel.png|50px]] Israel || 1
|-
| [[File:Flag North Korea.png|50px]] North Korea || 1
|-
| [[File:Flag South Africa.png|50px]] South Africa || 0
|}


== Control Points ==
=== Number of Control Points ===


Control Points represent key nodes of political and economic power in a nation. The number of control points is based on the nation's [[Nations#GDP|GDP]], specifically:
The number of control points is based on the nation's [[Nations#GDP|GDP]], specifically:


<pre>Number of Control Points = max(1,min(round(((GDP in billions)^0.18)/1.09),6))</pre>
<pre>Number of Control Points = max(1,min(round(((GDP in billions)^0.18)/1.09),6))</pre>
Line 1,590: Line 1,226:
Whenever a nation's GDP shrinks to the point where it would lose a control point, the leftmost control point is removed.
Whenever a nation's GDP shrinks to the point where it would lose a control point, the leftmost control point is removed.


The faction that owns a control point has loyal followers in positions of authority. Control points grant their faction a portion of the nation's critical [[Resources|resources]], control over the nation's [[Nations#Armies|armies]], and the ability to direct [[Nations#Priorities|investment priorities]].
=== Cost of Control Points ===


Certain powerful policies, such as joining and leaving [[Foreign Relations#Federations|federations]] and [[Foreign Relations#Peaceful_Unification|merging nations]], require Consolidated control of the executive, which means the executive faction either gained control of the nation through violent means such as [[Foreign Relations#War_Conquest|war]] or [[Nations#Coups_and_revolutions|revolution]], or must have held continuous control of the executive control point for 180 days.
The {{TV|cp}} cost of a control point is also based on the nation's [[Nations#GDP|GDP]], specifically:


Once a faction has accumulated a sufficient amount of control in multiple nations, additional control points cost {{TV|influence}} per month to maintain, and {{MissionIcon|Crackdown}}[[Crackdown]] and {{MissionIcon|Purge}}[[Purge]] missions against the faction's control points will receive a bonus. The cost increases with the more control points a faction owns, and the size of the economy of each nation the faction owns control in. Control points that have sustained a {{MissionIcon|Crackdown}}[[Crackdown]] do not cost any influence to maintain.
<pre>Total Cost of Control Points = (GDP in billions) ^ 0.6 / 2</pre>


When a faction is over the {{icon|cp}}[[Control Point Capacity]], agents from other factions get a bonus operation strength against the control points of this faction. The bonus strength is 0.333 per 1 point over the {{icon|cp}}capacity (+1 strength per every 3 points over the {{icon|cp}}capacity). [[Missions]] that get this bonus are: {{MissionIcon|Crackdown}}[[Crackdown]], {{MissionIcon|Purge}}[[Purge]], {{MissionIcon|Enthrall Elites}}[[Enthrall Elites]], and {{MissionIcon|Dominate}}[[Dominate Nation]].
This total {{TV|cp}} cost is divided up evenly among all the control points of the nation.


Every nation has between 1 and 6 control points, depending on their [[Nations#GDP|GDP]]. The {{icon|cp}}"cost against cap" to hold the entire nation is equal to GDP ^ 0.6 / 2, divided up equally among the control points.
Control points that have sustained a {{MissionIcon|Crackdown}}[[Crackdown]] or are abandoned do not cost any {{TV|cp}}.


Each faction will receive a fraction of {{icon|funding}}funding, {{icon|research}}research, {{TV|boost}}, {{icon|mc}}mission control and {{icon|spoils}}spoils money produced by the nation. That fraction is equal to a proportion of controlled CPs versus all CPs of a nation.
When a faction exceeds their {{TV|cp}}, they suffer the following penalties:
* Certain [[Missions]] against the faction gain a bonus attack mission modifier of {{TV|cp}} overcap / 3. These [[Missions]] are:
** {{MissionIcon|Crackdown}}[[Crackdown]]
** {{MissionIcon|Purge}}[[Purge]]
{{SpoilerBox}}
** {{MissionIcon|Enthrall Elites}}[[Enthrall Elites]]
** {{MissionIcon|Dominate}}[[Dominate Nation]]
{{SpoilerBoxEnd}}
* The faction's annual {{TV|influence}} income decreases by {{TV|cp}} overcap ^ 2.


If there are [[Nations#Armies|Armies]] controlled by the nation, getting control of CP may also grant you direct control of said [[Nations#Armies|Armies]]. CPs with [[Nations#Armies|Armies]] attached to them are shown with yellow star in a green hexagon symbol next to them. If there is more than one [[Nations#Armies|Army]] attached to a control point then the number of attached [[Nations#Armies|Armies]] is shown over the symbol.
=== Taking Control Points ===


To gain control over a neutral CP, one usually performs a successful {{MissionIcon|Control Nation}}[[Control Nation]] mission with one of their [[Councilors]]. Under normal circumstances, in nations with over 1 CP, executive CP can only be controlled if you already have a point in a nation and it is the last CP to be taken. If every nation has all of their CPs controlled by factions, then the {{MissionIcon|Control Nation}}[[Control Nation]] mission becomes unavailable. In that case you would need to perform a successful {{MissionIcon|Purge}}[[Purge]] mission on an enemy controlled CP.
To gain control over a neutral Control Point, one usually performs a successful {{MissionIcon|Control Nation}}[[Control Nation]] mission with one of their [[Councilors]]. Under normal circumstances, in nations with more than one Control Point, the executive Control Point can only be controlled if you already have a Control Point in a nation and it is the last Control Point to be taken. If every nation has all of their Control Points controlled by [[Factions]], then the {{MissionIcon|Control Nation}}[[Control Nation]] mission becomes unavailable. In that case you would need to perform a successful {{MissionIcon|Purge}}[[Purge]] mission on an enemy Control Point.


To increase {{MissionIcon|Purge}}[[Purge]] success chances, it is recommended to conduct {{MissionIcon|Crackdown}}[[Crackdown]] on these CPs first. Another alternative to Control Nation is {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]]. It can either be performed with your councilor or happen naturally. See [[Nations#Effects_of_a_Coup]] for the effects of a coup, including the distribution of control points when a coup occurs. {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]] has a higher success chance in nations with high {{TV|unrest}}, so {{MissionIcon|Unrest}}[[Increase Unrest]] missions can be very helpful.
To increase {{MissionIcon|Purge}}[[Purge]] success chances, it is recommended to conduct {{MissionIcon|Crackdown}}[[Crackdown]] on these Control Points first. Another alternative to Control Nation is {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]]. It can either be performed with your councilor or happen naturally. See [[Nations#Effects_of_a_Coup]] for the effects of a coup, including the distribution of control points when a coup occurs. {{MissionIcon|Coup d'Etat}}[[Coup d'Etat]] has a higher success chance in nations with high {{TV|unrest}}, so {{MissionIcon|Unrest}}[[Increase Unrest]] missions can be very helpful.


One more alternative is to simply use [[Foreign Relations#Wars|war]]. When armies [[Foreign Relations#War_Conquest|conquer]] a nation's {{icon|capital|bgcolor=DarkSlateGray}}capital region, all control points in the nation switch owners to whichever [[Factions|faction]] [[Foreign Relations#War_Conquest|conquered]] them.
One more alternative is to simply use [[Foreign Relations#Wars|war]]. When armies [[Foreign Relations#War_Conquest|conquer]] a nation's {{icon|capital|bgcolor=DarkSlateGray}}capital region, all control points in the nation switch owners to whichever [[Factions|faction]] [[Foreign Relations#War_Conquest|conquered]] them.
Line 1,622: Line 1,266:
* Allows {{MissionIcon|Set National Policy}}[[Set National Policy]] missions.
* Allows {{MissionIcon|Set National Policy}}[[Set National Policy]] missions.
* Allows setting Nation [[Foreign Relations#Alliances|allies]] and [[Foreign Relations#Rivals|rivals]].
* Allows setting Nation [[Foreign Relations#Alliances|allies]] and [[Foreign Relations#Rivals|rivals]].
* Gives full control of Nation's [[Nations#Strategic_Nuclear_Barrages|Nukes]].
* Gives full control of Nation's {{TV|nukes}}.
* Gives full control of Nation's [[Nations#Exofighters|Exofighters]].
* Gives full control of Nation's {{TV|exofighters}}.
* Gives full control of Nation's choices in response to [[Events]].
* Gives full control of Nation's choices in response to [[Events]].
* Gives full control of Nation's choices in response to incoming requests for [[Foreign Relations#Declaring_Wars|joining wars]], [[Foreign Relations#Proposing_Alliances|allying]], and [[Foreign Relations#Joining_Federations|federating]].
* Gives full control of Nation's choices in response to incoming requests for [[Foreign Relations#Declaring_Wars|joining wars]], [[Foreign Relations#Proposing_Alliances|allying]], and [[Foreign Relations#Joining_Federations|federating]].
|-
|-
| rowspan=4 | 2nd || ≥5 {{TV|democracy}}] || Legislature ||
| rowspan=4 | 2nd || ≥5 {{TV|democracy}} || Legislature ||
* If Faction also owns the Executive, then +3 Bonus Defense against all {{MissionIcon|Purge}}[[Purge]] and {{MissionIcon|Dominate}}[[Dominate Nation]] Missions targeting the Executive.
* If Faction also owns the Executive, then +3 Bonus Defense against all {{MissionIcon|Purge}}[[Purge]] and {{MissionIcon|Dominate}}[[Dominate Nation]] Missions targeting the Executive.
* Otherwise, the faction gains +3 Bonus Attack on its {{MissionIcon|Purge}}[[Purge]] Missions targeting the Executive.
* Otherwise, the faction gains +3 Bonus Attack on its {{MissionIcon|Purge}}[[Purge]] Missions targeting the Executive.
Line 1,633: Line 1,277:
| ≥6 {{TV|education}} and ≥7 {{TV|cohesion}} || Party ||  
| ≥6 {{TV|education}} and ≥7 {{TV|cohesion}} || Party ||  
* +3 Bonus Defense against all {{MissionIcon|Purge}}[[Purge]] and {{MissionIcon|Dominate}}[[Dominate Nation]] Missions targeting each non-Executive control point owned by the Faction.
* +3 Bonus Defense against all {{MissionIcon|Purge}}[[Purge]] and {{MissionIcon|Dominate}}[[Dominate Nation]] Missions targeting each non-Executive control point owned by the Faction.
* +3 Bonus Attack on the Faction's {{MissionIcon|Purge}}[[Purge]] Missions targeting the each non-Executive control point.
* +3 Bonus Attack on the Faction's {{MissionIcon|Purge}}[[Purge]] Missions targeting each non-Executive control point.
|-
|-
| ≥6 {{TV|education}} and <7 {{TV|cohesion}} || Oligarchs ||
| ≥6 {{TV|education}} and <7 {{TV|cohesion}} || Oligarchs ||
Line 1,650: Line 1,294:
|-
|-
| rowspan=3 | 4th || <4 {{TV|democracy}} || National Industries ||  
| rowspan=3 | 4th || <4 {{TV|democracy}} || National Industries ||  
* +3 Bonus Defense against all {{MissionIcon|Hostile Takeover}}[[Hostile Takeover]] Missions targeting orgs owned by the Faction within the Nation.
* +3 Bonus Defense against all {{MissionIcon|Hostile Takeover}}[[Hostile Takeover]] Missions targeting [[Orgs]] owned by the Faction within the Nation.
* +3 Bonus Attack on the Faction's {{MissionIcon|Hostile Takeover}}[[Hostile Takeover]] Missions within the Nation.
* +3 Bonus Attack on the Faction's {{MissionIcon|Hostile Takeover}}[[Hostile Takeover]] Missions within the Nation.
|-
|-
Line 1,667: Line 1,311:
| rowspan=5 | 6th || >9 {{TV|democracy}} and >9 {{TV|education}} || Knowledge Sector || +5% {{icon|research}}[[Nations#Research|Nation Research]] Output for Faction.
| rowspan=5 | 6th || >9 {{TV|democracy}} and >9 {{TV|education}} || Knowledge Sector || +5% {{icon|research}}[[Nations#Research|Nation Research]] Output for Faction.
|-
|-
| >6 {{TV|cohesion}} and Nation has a [[Foreign Relations#Rivals|rival]] or [[Foreign Relations#Wars|war enemy]] which has at least the same number of control points. || Defense Sector || Faction's [[Nations#Armies|Armies]] that belong to this Nation gain +0.005 [[Terrestrial_Warfare#Army_Healing|daily heal rate]].
| >6 {{TV|cohesion}} and Nation has a [[Foreign Relations#Rivals|rival]] or [[Foreign Relations#Wars|war enemy]] which has at least the same number of control points. || Defense Sector || Faction's {{TV|armies}} that belong to this Nation gain +0.005 [[Terrestrial_Warfare#Army_Healing|daily heal rate]].
|-
|-
| >6 {{TV|democracy}} and >7 {{TV|education}} || Financial Sector || +5% Nation {{icon|funding}}Funding Money Output for Faction.
| >6 {{TV|democracy}} and >7 {{TV|education}} || Financial Sector || +5% Nation {{icon|funding}}Funding Money Output for Faction.

Latest revision as of 15:02, 20 September 2026

This page mainly discusses the game mechanics for nations. For a list of all nations in Terra Invicta, as well as their initial stats, see Nation List instead.

Nation Stats view

Nations on Earth serve as battlegrounds for the aliens' designs on Earth and are sites of both political and military conflict. Human factions, using councilors and armies, will compete to control nations in order to make use of their resources to fulfill their objectives.

Most nations in Terra Invicta correspond to a single real-world Earth country, although in several cases adjacent groups of small nations are aggregated into a single nation so they have more relevance to the scale of the game, and any inter-nation issues within these fake aggregates generally take place below the scale of the simulation. Factions function as something like covert investors in nations, and with enough focus they can take control over the nation's economy and foreign policy.

National Stats

The prosperity and stability of Earth's nations, already tenuous in many places, has been thrown into doubt in light of the alien arrival. Different events throughout the game may alter the qualities of a nation significantly. These circumstances are tracked and made visible to the player, who can take various actions to modify them.

Overview

Population GDP per capita Investment points Economy priority Welfare priority Knowledge priority Government priority Unity priority Oppression priority Inequality cohesion Unrest Education Government score Spoils priority
Population Population green arrow up red arrow down red arrow down
GDP per capita GDPPC green arrow up
Investment points IP green arrow up green arrow up red arrow down
Economy priority Economy Priority red arrow down green arrow up green arrow up green arrow up
Welfare priority Welfare Priority red arrow down green arrow up
Knowledge priority Knowledge Priority red arrow down green arrow up red arrow down
Government priority Government Priority red arrow down green arrow up green arrow up
Unity priority Unity Priority red arrow down green arrow up red arrow down red arrow down
Oppression priority Oppression Priority red arrow down green arrow up red arrow down
Inequality Inequality green arrow up red arrow down green arrow up
cohesion Cohesion red arrow down green arrow up green arrow up red arrow down red arrow down red arrow down
Unrest Unrest red arrow down red arrow down red arrow down
Education Education green arrow up red arrow down
Government score Government green arrow up red arrow down red arrow down
Spoils priority Spoils Priority red arrow down green arrow up red arrow down
research Research green arrow up green arrow up red arrow down green arrow up green arrow up
mission control MC green arrow up green arrow up green arrow up
  • Each cell represents the effect of having higher amounts of the column stat on the row stat.
  • Lighter background colors indicate stronger effects on the row stat.
  • Empty cell indicates that the column stat has no direct effect on the row stat.
  • indicates a complex relationship that may invert the effects of the column stat on the row stat at different threshold levels.

Population

Nations are composed of regions that each have PopulationPopulation measured in millions. The total PopulationPopulation of a nation is one of its most important stats, as PopulationPopulation has significant effects on nearly all other stats, including but not limited to Investment pointsIP, research, Research output, Mission_Control cap, Army cap, and cohesionCohesion. Larger populations also make it slower to change nation stats. This means larger-pop nations tend to have more long-term potential, but also tend to be slower to realize that potential.

For detailed mechanics, see Population.

Government

The Government score of a nation represents how democratic it is, with 0 representing a totalitarian dictatorship, and 10 representing an idealized democracy. It is raised by the Government priorityGovernment Priority and lowered by the Oppression priorityOppression Priority and the Spoils prioritySpoils Priority.

For detailed mechanics, see Government.

Unrest

The Unrest score represents violent resistance to the political, economic or cultural status quo in this nation. High unrest hampers the economy and may result in a coup or revolution, which will transfer or clear many or all of the nation's Control Points at once. Unrest is fed by low Cohesion and low quality of life (per-capita GDP). The Oppression priority, the Stabilize mission, and armies can reduce it, especially in non-democracies.

~ Terra Invicta Codex, 0.4.85.

In a nation with 50 million PopulationPopulation:

In nations with smaller or larger PopulationPopulation, these changes are sped up or slowed down. See Population Scaling for more detail.

UnrestUnrest score ranges from 0 to 10:

UnrestUnrest Score range
Peaceful <1.5
Subversion <3
Strife <4.5
Insurgency <6
Guerilla War <7.5
Insurrection <9
Civil War ≥9

Base Unrest

UnrestUnrest changes relatively quickly (0.25 per month, and even +1 per month if the nation has 0 cohesionCohesion) if it is not at its resting value. This UnrestBase Unrest is calculated as:

Note: Human armies are not supposed to affect UnrestBase Unrest if their home nation cannot afford to pay their army upkeep. (Specifically, if their home nation has 0 Investment pointsIP production.) But this is currently bugged and they continue to affect UnrestBase Unrest anyway.

Alien-Related SPOILERS INSIDE!  

For the Alien Nation, the UnrestBase Unrest is further reduced by Xenoflora. Specifically, it is reduced by: (the average of the the Nation's Regions' Xenoflora Growth Levels) / 20.

It's generally better to reduce UnrestBase Unrest instead of reducing UnrestUnrest with Stabilize NationStabilize Nation missions and the Oppression priorityOppression Priority, otherwise it will grow back naturally and quickly.

Notable Effects of Unrest

  • Every 0.1 UnrestUnrest above 2 will remove 1% Investment pointsIP, capping at 80% Investment pointsIP at 10 UnrestUnrest.
  • The researchResearch produced by a Nation is multiplied by (1 - UnrestUnrest²/100). So it is multiplied by 100% at 0 UnrestUnrest, whereas it is multiplied by 0% at 10 UnrestUnrest.

Coups and revolutions

Naturally occurring coups and revolutions can happen at high levels of UnrestUnrest. The chances of coups and revolutions are checked every four days, with each nation assigned to one of the four days in the cycle. Revolutions are also checked whenever an Increase UnrestIncrease Unrest Mission in the nation has a critical success, and on 10% of the normal successes. Revolutions will always occur if >9.9 UnrestUnrest when checked, but never otherwise. A naturally occurring coup will never happen if ≥8 Government scoreGovernment and <8 UnrestUnrest; otherwise the daily chance of coup * 4 is checked.

The daily chance of coup is ((UnrestUnrest * 2 - cohesionCohesion - Government scoreGovernment) / 10 + conditional elite unhappiness) / 6000, where the elites' unhappiness is Corruption percent - Spoils prioritySpoils Priority percent, but is ignored if any of the following conditions are true:

So natural coups can be countered by lowering UnrestUnrest and increasing cohesionCohesion, Government scoreGovernment and Spoils prioritySpoils Priority (up to the Corruption level). The Spoils prioritySpoils Priority may often be ignored if the level of UnrestUnrest in a country is sufficiently low and the cohesionCohesion and/or Government scoreGovernment sufficiently high, even if the indicator appears red (but note that elite happiness or unhappiness will still be a modifying factor in the chance of targeted coups).

SPOILERS INSIDE!  

The Alien Nation is immune to coups, even natural ones. But it can still be hit by revolutions.

Effects of a Coup

When a nation undergoes a coup for any reason, the following changes occur:

  1. The nation is removed from its federation.
  2. All diplomatic cooldowns involving the nation are set to 0 days.
  3. All control points in the nation are emptied, except for those owned by the faction whose councilor performed the Coup d'EtatCoup d'Etat, if any.
  4. The nation's Government scoreGovernment is changed by a random amount between -2 and 1.
  5. The nation's UnrestUnrest is changed by a random amount between -3 and 0.
  6. The nation's cohesionCohesion is changed by a random amount between -1 and 1.
  7. The nation's GDP is changed by a random amount between -10% and 0%.
  8. Distribute the control points of the nation to the Factions that raised the most UnrestUnrest through Increase UnrestIncrease Unrest missions, starting with the leftmost control point and continuing up until and including the rightmost non-empty control point that is immediately to the right of an empty control point. If no such control point exists, then only distribute the 2 leftmost control points instead.
  9. If the Coup d'EtatCoup d'Etat was performed by a councilor of some faction F, then:
    • If there are no empty control points in the nation, then give the one or two leftmost control points to F: one on normal success, two on critical success.
    • If there is exactly one empty control point in the nation and the Coup d'EtatCoup d'Etat mission was a critical success and the nation has at least two control points, then give the two rightmost control points to F.
    • Otherwise, give the first empty control point in the nation to F, and if the Coup d'EtatCoup d'Etat was a critical success, also give the control point immediately to the right of it to F.
  10. Empty out every control point that is to the right of an empty control point.
  11. If the Executive Control Point is no longer controlled by the same faction, then all of the nation's allies end their alliances, but the mutual diplomatic cooldowns are set to 0 days.
  12. Every councilor that is still planning to perform a Coup d'EtatCoup d'Etat mission on the nation this turn aborts their pending Coup d'EtatCoup d'Etat mission.
  13. Clear out all records of prior Increase UnrestIncrease Unrest missions on the nation.

Note: If any control point would be given to the The AliensAliens' faction, then the control point is given to The ServantsThe Servants faction instead.

Effects of a Revolution
SPOILERS INSIDE!  

For details on Revolutions in the Alien Nation, see Nations#Alien_Related instead.

When a human nation undergoes a revolution, the following changes occur:

  1. The nation is removed from its federation.
  2. All diplomatic cooldowns involving the nation are set to 0 days.
  3. All control points in the nation are emptied.
  4. Each region of the nation takes a random amount of damage from 0% to 25%, double for the Capital regioncapital region.
  5. Distribute the control points of the nation to the Factions that raised the most UnrestUnrest through Increase UnrestIncrease Unrest missions, starting with the leftmost control point and continuing until either all control points have been distributed or there are not enough prior unrest missions to justify continuing to distribute the remaining control points.
  6. The nation's UnrestUnrest is changed by a semi-random amount between -6 and -3, affected by Public Support.
  7. The nation's cohesionCohesion is changed by a semi-random amount between -3 and 3, affected by Public Support.
  8. If the nation's InequalityInequality is at least 2.5, then it is changed by a semi-random amount between -3 and 0, affected by Public Support.
    • Note: This InequalityInequality reduction only occurs if at least 1 year has passed since the last time that the nation experienced a coup, revolution, or regime change.
  9. The nation's Government scoreGovernment is changed by a semi-random amount between -4.25 and 2.25, where the likelihood of positive changes is increased by the average Idealism of the new control point owners.
    • Note: Government scoreGovernment cannot increase if less than 1 year has passed since the last time that the nation experienced a coup, revolution, or regime change.
  10. X% chance for the number of loose nukes to increase by 1, where X is the number of Strategic nuclear barrageNuclear Weapons the nation had. But note that this doesn't actually reduce the number of Strategic nuclear barrageNuclear Weapons the nation has.
  11. Clear out all records of prior Increase UnrestIncrease Unrest missions on the nation.
  12. If the Executive Control Point is no longer controlled by the same faction, then all of the nation's allies end their alliances, but the mutual diplomatic cooldowns are set to 0 days.

Note: If any control point would be given to the The AliensAliens' faction, then the control point is given to The ServantsThe Servants faction instead.

The changes that are affected by Public Support are multiplied by X, where X is calculated as follows:

  1. Set X to 0.
  2. For each non-empty control point before the revolution:
    • If this is not the executive control point, then reduce X by 0.5 × the Public Support of the control point's faction.
    • If this is the executive control point, then reduce X by 1 × the Public Support of the control point's faction.
  3. For each non-empty control point after the revolution:
    • If this is not the executive control point, then increase X by 1 × the Public Support of the control point's faction.
    • If this is the executive control point, then increase X by 2 × the Public Support of the control point's faction.
  4. Increase X by a random value between 0 and 0.25.
  5. If all control points are empty both before and after the revolution, then again increase X by a random value between 0 and 0.25.

GDP

A nation's GDP is its Gross Domestic Product, measured in US dollars. It is primarily increased by investing in the Economy priorityEconomy Priority. GDP determines the raw Investment pointsIP output of a nation and the control pointsControl Point Capacity cost to hold its Control Points, and also influences how hard it is to target the nation with missions. Per-region GDP determines mission controlMission Control cap.

GDP per capita ("GDPPC") is the GDP divided by PopulationPopulation, and it has impacts on researchResearch, UnrestUnrest, SustainabilitySustainability, and corruption.

For detailed mechanics, see GDP.

Education

A nation's EducationEducation value is scored based on the average years of schooling a citizen in this nation receives as well as the quality of EducationEducation there. Nations with higher EducationEducation scores produce more research and are more resistant to extreme propaganda but gain less cohesion from the Unity priority.

~ Terra Invicta Codex, 0.4.85.

In a nation with 50 million PopulationPopulation:

In nations with smaller or larger PopulationPopulation, these changes are sped up or slowed down. See Nations#Population_Scaling_for_Nation_Stat_Changes for more detail.

EducationEducation Score range
Limited 1-5
Developing 5-8
Advanced 8+

EducationEducation cannot be decreased below 1.

EducationEducation is one of the largest factors influencing researchNational Research output aside from PopulationPopulation.

Research

As of Version RC6, the researchNational Research output is calculated as:

// PavonisInteractive.TerraInvicta.TINationState
public float research_month
{
	get
	{
		float population_Millions = this.population_Millions;
		float perCapitaGDP = this.perCapitaGDP;
		return (population_Millions * ((perCapitaGDP <= 30000f) ? Mathf.Pow(this.perCapitaGDP / 15000f, 0.6f) : (1.5157166f + 0.90942997f * (Mathf.Log(this.perCapitaGDP / 15000f) - 0.6931472f))) * (this.education * Mathf.Min(this.education, 12f)) * Mathf.Pow(Mathf.Max(this.democracy, 1f), 0.16666667f) * 0.0075f + Mathf.Min(this.population / 5000f, (float)this.numControlPoints + this.education + this.democracy / 2f)) * (1.25f - Mathf.Abs(this.cohesion - 5f) / 10f) * (1f - this.unrest * this.unrest * 0.01f) * (1f + this.adviserScienceBonus);
	}
}

In other words:

A) Base of Number of Control Points + EducationEducation + Government scoreGovernment / 2. Capped at PopulationPopulation / 5000.

B) PopulationPopulation in millions.

C) If the GDP per capitaGDPPC is $30000 or lower, use the number (GDP per capitaGDPPC/15000)^0.6.

If the GDP per capitaGDPPC is higher than $30000, use 1.5157166 + 0.90942997 × (ln(GDP per capitaGDPPC/15000) - 0.6931472) instead.

note: 1.5157166 is approximate value of 2^0.6, 0.90942997 is approximation of 0.6 × 2^0.6, and 0.6931472 is about ln(2), so this is about 2^0.6 × (1 + 0.6 × ln(GDP per capitaGDPPC/30000))

Research factor from GDPPC

D) Scales by EducationEducation squared, then linearly at 12: EducationEducation × Min(EducationEducation, 12)

E) Scales by the sixth root of Government scoreGovernment, with a floor of 1 at 1 Government scoreGovernment: Max(Government scoreGovernment0.16666667, 1) (maximum of ~1.4678).

F) 75% efficient at 10 and 0 cohesionCohesion, scales linearly to 125% at 5 cohesionCohesion.

G) 100% efficient at 0 UnrestUnrest and 0% efficient at 10 UnrestUnrest, scales with UnrestUnrest squared: 1-UnrestUnrest²/100

H) n% per ScienceScience AdviseAdvisor with diminishing return: 1% per ScienceScience of first AdviseAdvisor + 0.5% per ScienceScience of second AdviseAdvisor + 0.333333% from 3rd etc, always sorted by AdviseAdvisor bonus, descending (best AdviseAdvisor will count towards the first bonus).

These elements are combined as following: (A + B × C × D × E x 0.0075) × F × G × H

Mission Control

Whenever the Mission control priorityMission Control Priority is completed, a region in the nation is selected to gain 1 mission controlMission Control. A nation's MC is split equally between the owners of the nation's Control Points. See Mission Control#MC_from_Nations for details.

Boost

A nation that has completed the Found space program priorityFound Space Program Priority may invest in the Boost priorityBoost Priority, which will give the nation permanent production of boostBoost.

A nation's boost production is distributed between federation members, with larger members getting much more, and then each nation's boost is distributed equally between owners of that nation's Control Points. For details, see Boost.

Funding

The Funding priority directs national resources into legitimate government and private efforts to support space programs and other goals for the owners of its control points. While not as profitable as the Spoils priority, it does no harm to the nation.

~ Terra Invicta Codex, 0.4.85.

This is moneyMoney that the nation is providing each month to be distributed to owners of its control points.

Whenever the Funding priorityFunding Priority is completed, the nation's annual funding grows by 10 + (the nation's GDP in billions)^0.25 / 2, rounded to the nearest integer.

Notably, this is very similar to the formula used to determine how many control points a nation has. Thus in practice, the annual funding of a nation grows by 10 + the number of control points whenever the Funding priorityFunding Priority is completed.

The annual funding of a nation is capped at the nation's GDP in billions multiplied by 5.

Note: Nations that are part of a Federation will share their funding with all other Federation members. Larger nations will receive a much larger share of the Federation's total funding, with each nation's share being proportional to (the number of its control points) ^ 3.

Miltech

A nation's Military Technology, aka Military TechnologyMiltech, value represents the capability of the nation's armed forces. It has major impacts on an army's effectiveness in Terrestrial Warfare, and can be raised with the Military priorityMilitary Priority. For details, see Miltech.

Armies

A nation may build one or more armies with the Build army priorityBuild Army Priority if it has completed the Found military priorityFound Military Priority and has a population of at least 5 million. Armies can be used to conquer other nations, defend against conquests, or attack certain Alien objects.

For detailed mechanics of army costs, army control, and the number of armies a nation can build, see Army. For army combat mechanics, see Terrestrial Warfare. For the use of armies to conquer regions, see Foreign_Relations#War_Annexation. For attacking aliens, see Aliens#Reduction.

Navies

A nation's naval score is calculated by the number of NavyNavies it has attached to its ArmyArmies multiplied by the nation's Military TechnologyMiltech.

There are three possible navy states:

  • No Navies: No army has any navy attached.
  • Freedom of the Seas: At least one army has a navy attached and there are no enemies with a higher naval score.
  • Blockaded: At least one army has a navy attached and there are enemies with a higher naval score.

See Terrestrial_Warfare#Naval_Freedom for more details on how Blockades occur.

NavyNavies are built using the Build navy priorityBuild Navy Priority. The Build navy priorityBuild Navy Priority priority is only available for a nation when all of the following are true:

Strategic Nuclear Barrages

The number of strategic nuclear barrages that may be launched from this nation. Each barrage will devastate a single region and cause massive environmental damage globally. Nuclear strikes are directed by the faction in control of the executive control point.

Nuclear weapons can target any region belonging to current war enemies, or owned Regions with enemy forces present. Note that Surface-to-Orbit defensesadvanced defenses will prevent any nuclear attack.

Estimated Military Strength

The estimated military strength of a nation X is calculated as the sum of the following:

Category Conditions Multipliers
Number of Regions of X Not Fully Occupied Military TechnologyMiltech of X × 0.7
Number of Armies of X Not Megafauna Military TechnologyMiltech of X × 3 × Average Remaining Health % of the Armies
SPOILERS INSIDE!  

For Alien Invader Armies, use their Military TechnologyMiltech instead of the Military TechnologyMiltech of the Alien Nation.

Number of Navies of X 1
UnrestUnrest Value of X -1
X has any Strategic nuclear barrageNukes? 100
Number Strategic nuclear barrageNukes of X 5

For example, at the start of the game, the nation of North Korea has 2.8 Military TechnologyMiltech, 1 region, 1 ArmyArmies, 0 NavyNavies, 0 UnrestUnrest, and 1 Strategic nuclear barrageNuclear Weapons. So its estimated military strength is the sum of:

So it has an estimated military strength of 115.36.

The estimated military strength of a nation is important because when multiple nations fight on the same side of a war, the nation with the highest estimated military strength is chosen to be the leader of the war alliance. War leaders gain more benefits from war conquests and are the ones who decide whether to accept their enemies requests for peace. War leaders on opposite sides can also agree to completely end the war, regardless of the opinions of the other nations involved in the war.

In addition, the estimated military strength of a nation is often used by the AI to determine their international relations. The AI is naturally more wary about having bad relations with nations that have high estimated military strength.

Space Defenses

The Space Defenses priority constructs a surface-to-orbit weapons array in one region in the nation. More valuable and populous regions will be protected first. Space Defenses prevent alien landings and nuclear strikes on the region it is located in, and fire back at fleets conducting orbital bombardment against targets in the region. The cost varies with the size of the region being protected.

~ Nation UI Tooltip for Space Defenses, Terra Invicta, 0.4.86.

Human Nations can build Space Defenses after Trans-Interface Warfare is researched.

Space Defenses are built in the following order:

  1. The Capital regionCapital region.
  2. The Core economic regionCore Economic regions, from highest PopulationPopulation to lowest.
  3. The Oil regionResource regionResource regions, from highest PopulationPopulation to lowest.
  4. The Non-Colony regions, from highest PopulationPopulation to lowest.
  5. The Colony regionColony Regions, from highest PopulationPopulation to lowest.

The amount of IP needed by the Space defenses prioritySpace Defenses priority to build Space Defenses in a region is calculated as 50 × Region Area / Median Region Area, but capped between 25 and 100. See Region List for a list of all regions and their areas.

Space Defenses are armed with a giant 1-GJ, 3600-cm laser (this is bigger than the Alien T3 base defense laser). Color will be best available of IR or green, and type, of laser, arc laser or phaser.

Exofighters

Human nations can build Exofighterexofighters after Exoatmospheric Fighters is researched.

Whenever the Build exofighter priorityBuild Exofighter priority is completed, a region in the nation is selected to increase its Exofighterexofighters by 1. The region is selected as follows:

  • Exclude all regions that are at their Maximum Exofighterexofighters.
  • If any remaining region has zero Exofighterexofighters, then pick the one with the highest boostBoost production.
  • Pick the one with the highest boostBoost production divided by the number of Exofighterexofighters already in the region.

The Maximum Exofighterexofighters of a region is calculated as:

  • 0 if the Monthly boostBoost Production is less than 1.
  • Min(64, Monthly boostBoost Production / 4), rounded up to the nearest integer.

Cohesion

A nation's Cohesion represents the level of unity or conflict among the people of the nation. This includes cultural, ideological, ethnic and religious similarities and differences. High values describe a unified society that brooks little deviation or dissent. Middle values represent a diverse society that has both internal conflict and a healthy, creative counterculture. Middle-low values represent a high degree of political polarization, and the lowest values mean the nation's people are fragmented or even tribal. High values keep unrest in check and increase the nation's ability to resist occupation, while middle values provide a bonus to national research production, representing a robust (if messy) marketplace of ideas, low values will rapidly increase unrest. Cohesion is lowered by high inequality, anocracy, having lots of regions or a large population, destruction of armies, and a large difference between public opinion and the ideology of control point owners. Cohesion is increased by autocracy and the Unity priority, and by rivalries and wars when at least one nation involved is not a democracy. Having a high Democracy score pulls cohesion toward a middle value.

~ Nation UI Tooltip for Cohesion, Terra Invicta, 0.4.90.

In a nation with 50 million PopulationPopulation:

In nations with smaller or larger PopulationPopulation, these changes are sped up or slowed down. See Population Scaling for more detail.

cohesionCohesion moves by 0.1 per month towards cohesionBase Cohesion. It can decrease faster, up to 0.25 per month towards its resting point, depending on InequalityInequality (this acceleration occurs for InequalityInequality values between 4 to 4.6). Specifically, when cohesionBase Cohesion is lower than cohesionCohesion, the cohesionCohesion decrease per month is calculated as follows:

Cohesion Decrease = Min( Max(0.1, (Inequality - 3) ^ 2 / 10), Min(0.25, Cohesion - Base Cohesion) )

This is not affected by Population Scaling and is rapid enough that it is usually better to move cohesionBase Cohesion rather than trying to fight the tide. See Nations#Resting_Cohesion for details on how to achieve this.

cohesionCohesion is also commonly changed by Events, and can be strongly affected by War Declarations and the Destruction of armies.

cohesionCohesion ranges from 0 to 10:

cohesionCohesion Score range
Fragmented <1
Fractured <2
Sectarian <3
Polarized <4
Competitive <5
Diverse <6
Integrated <7
Homogenous <8
Dominated <9
Hegemonic <10
Monolithic 10

Resting Cohesion

cohesionBase Cohesion depends on the following factors:

Factor Conditions Effect
Base Always 16
InequalityInequality ≤ 4.75 Reduce by Min(1, 0.5 + EducationEducation/20) × 2.25 × InequalityInequality
> 4.75 Reduce by Min(1, 0.5 + EducationEducation/20) × (3.25 × InequalityInequality - 4.75)
GDP per capitaGDPPC Always Reduce by (1 - (GDP per capitaGDPPC / Highest GDP per capitaGDPPC in last 10 years)) × InequalityInequality
PopulationPopulation 1 Region in Nation Reduce by (PopulationPopulation in millions)0.3.
>1 Region in Nation Reduce by (PopulationPopulation in millions)0.2.
PopulationPopulation Distribution Always Reduce by 0.0025/km × PopulationPopulation-weighted average distance from each Region to the nation's capital. Capped at 7.5 Reduction.
Wars <6 Government score Increase by number of war enemies. Capped at 3.
>=6 Government score Increase by number of war enemies that have <6 Government score. Capped at 3.
Peer Rivals <6 Government score Increase by 0.5 × Peer Rivals (at minimum 1 less Control Point). Capped at 3 - War cohesionBase Cohesion Bonus.
>=6 Government score Increase by 0.5 × Peer Rivals (at minimum 1 less Control Point) that have <6 Government score. Capped at 3 - War cohesionBase Cohesion Bonus.
Public vs. Elite Ideology Always Reduce by 2 × Distance between Public Opinion vs Control Point owners.
Public Opinion Distribution Always Change by -6 × (Standard Deviation of Public Opinion / Worst Possible Standard Deviation - 0.5).
Government scoreGovernment ≤ 3.5 Increase by (3.51.285 - Government scoreGovernment1.285) × ((10 - UnrestUnrest) / 10)
3.5 < Government score ≤ 5 Reduce by 3 - 2 × (5 - Government scoreGovernment)
5 < Government score ≤ 6.5 Reduce by 3 - 2 × (Government scoreGovernment - 5)
> 6.5 Stabilize (towards global value of 5) by 0.5 × (Government scoreGovernment - 6.5)
Owning Hostile Regions Always Reduce by 1.6 × Government scoreGovernment × Fraction of PopulationPopulation living in Hostile Regions

In other words, cohesionBase Cohesion is:

raised by:

centered by:

changed by:

lowered by:

Notable Effects of Cohesion

Underflowing Cohesion

If cohesionCohesion would ever be reduced below 0, then it underflows. This section discusses the effects of such an underflow.

In a nation with 50 million PopulationPopulation:

  • Government scoreGovernment is reduced by Min(cohesionCohesion Underflow Amount, Max(Government scoreGovernment - 5,0)) / 2.
  • UnrestUnrest is increased by (cohesionCohesion Underflow Amount - Min(cohesionCohesion Underflow Amount, Max(Government scoreGovernment - 5,0))) / 2.

In nations with smaller or larger PopulationPopulation, these changes are sped up or slowed down. See Population Scaling for more detail.

Public Opinion

Public Opinion reflects the overall opinion of the typical residents of a given nation, or of Earth generally. Having high public opinion gives a significant boost to a faction, as a built-in source of free influenceInfluence and as a bonus on a wide variety of missions. Public opinion can be changed in a wide variety of ways, either positive (such as performing Public Campaign missions) or negative (such as committing atrocities).

For details, see Public Opinion.

Sustainability

A nation's Sustainability value represents its ability to prevent emissions of greenhouse gases into the atmosphere from the economic activity within its borders. It represents the offset from expected emissions of Carbon Dioxide, Methane, and Nitrous Oxide based on the nation's GDP, population, and presence of oil resource regions.

~ Terra Invicta Codex, 0.4.85.

In Terra Invicta, every nation has a Pollution Multiplier that caps at 10. This Pollution Multiplier multiplies:

Initially, nations cannot go below 0.3325 Pollution Multiplier. But researching all of the following technologies would reduce this minimum value down to the limit of 0:

In a nation with 50 million PopulationPopulation:

In nations with smaller or larger PopulationPopulation, these changes are sped up or slowed down. See Population Scaling for more detail.

Note: Region damage, such as from natural disasters and war, can rapidly increase a nation's Pollution Multiplier.

A nation's SustainabilitySustainabilityvalue is calculated as:

Once a nation reaches 10 SustainabilitySustainability (0 Pollution Multiplier), the Environment priorityEnvironment Priority will begin to remove Greenhouse Gases from the atmosphere.

At this point, there is a significant change: the population scaling effect gets inverted. A larger PopulationPopulation is now a boon: the amount of Greenhouse Gases removed whenever the Environment priorityEnvironment Priority is completed is now multiplied by (the nation's PopulationPopulation / 50 million) ^ 0.35.

Hence, a player who wishes to fix the Climate should aim to make the most populated nations reach 10 SustainabilitySustainability, and then heavily invest into the Environment priorityEnvironment Priority.

Inequality

A nation's Inequality score is a measure of how wealth and income is distributed in the nation. High values mean the nation doesn't have much of a middle class. Inequality grows by a little as a product of normal economic activity (the Economy Priority) or by a lot because of corruption (the Spoils Priority). Resource regions in a nation can contribute to inequality. High inequality reduces Cohesion as the nation divides into haves and have-nots. It is countered by use of the Welfare priority.

~ Terra Invicta Codex, 0.4.85.

In a nation with 50 million PopulationPopulation:

In nations with smaller or larger PopulationPopulation, these changes are sped up or slowed down. See Population Scaling for more detail.

Inequality score ranges from 1 to 9:

InequalityInequality Score range
Very Low 1-2
Low 2-3
Moderate 3-4
High 4-5
Very High 5-6
Extreme 6-9

Note: Whenever a nation's InequalityInequality would grow beyond 9, the excess amount is instead subtracted from cohesionCohesion and added to UnrestUnrest.

Corruption

Corruption (shown in the Spoils prioritySpoils Priority tooltip) determines what percentage of the nation's Investment pointsIP the elites want diverted to the Spoils prioritySpoils Priority (Note: Does not account for priority bonuses). If this is not done then Coup d'EtatCoup d'Etats become easier to perform against the nation, to the point where they might even naturally occur without any faction's involvement. Conversely, assigning more to the Spoils prioritySpoils Priority than the elites want will cause them to protect your nation from councilor Coup d'EtatCoup d'Etat attempts.

Corruption for human nations is calculated as follows:

SPOILERS INSIDE!  

The Alien Administration always has 0% corruption.

Priorities

The settings in the Priorities tab control the distribution of Investment pointsIP, which represent surplus economic capital generated by the nation.

The owner of each control point may direct a share of Investment pointsIP into any number of priorities, either by selecting a present in the dropdown menu or setting them directly by clicking a spot in the grid.

Investment pointsIP are distributed by setting weights (0,1,2 or 3) for each priority, and the amount of Investment pointsIP going to a particular priority depends on the total number of weights set for a particular control point.

Investment pointsIP gradually fill buckets for each priority; once filled, the nation receives the effects of that priority, and in most cases it may be filled again.

Some priorities will be highlighted red if they are considered critical to the nation.

List of Priorities

Priority Investment pointsIP cost Requirements Effects Pop Scaled
Economy 1 None GDP per capitaGDPPC by 3 + (1.5 per Resource regionMining Region) + (1.5 per Oil regionOil Region) + (1.5 per Core economic regionCore Economic Region) + (0.5 per Government scoreGovernment) + EducationEducation Yes
InequalityInequality by 0.00015 + 0.0001 per Resource regionMining Region + 0.0001 per Oil regionOil Region Yes
Regions may be Improved into Core economic regionCore Economic, Resource regionMining or Oil regionOil Regions after sufficient investment No
base metalsBase Metals and noble metalsNoble Metals Market Prices No
Welfare 1 None InequalityInequality by 0.005 Yes
Has Colony regionColony Regions One Colony regionColony Region loses Colony regionColony status every 1000 completions No
Environment 1 10 SustainabilitySustainability Greenhouse Gases Inverted
<10 SustainabilitySustainability

Pollution Multiplier by -0.005 / Max(1, total layers of Fallout)

Yes
One Region loses a layer of FalloutFallout every 100 completions No
Knowledge 1 None

EducationEducation by 0.005

Yes
cohesionCohesion centered by 0.01 Yes
Government 1 <10 Government scoreGovernment Government scoreGovernment by 0.001 per EducationEducation Yes
10 Government scoreGovernment Same as Knowledge priorityKnowledge Priority Yes
Has Hostile Regions One Hostile Region loses Hostility every 200 completions (shared with Unity priorityUnity Priority). No
Unity 2 None

cohesionCohesion by Max(0.025, 0.1 - 0.005 × EducationEducation - 0.005 × Government scoreGovernment)

Yes
EducationEducation by 0.001 Yes

For each faction that owns any control points:
Apply Propaganda of strength 5 × number of control points owned by faction
(Religion counts as 4 control points)

Yes
Has Hostile Regions One Hostile Region loses Hostility every 200 completions (shared with Government priorityGovernment Priority). No
Military 1 Found Military Completed in Nation Military TechnologyMiltech by 0.00125 / Military TechnologyMiltech × Best Human Nation's Military TechnologyMiltech No
Oppression 1 Found Military Completed in Nation Government scoreGovernment by 0.0025 Yes
UnrestUnrest by (0.1 - Government scoreGovernment / 100) × 3 Yes
Found Military Completed in Nation and >5 Government scoreGovernment cohesionCohesion by 0.025 × (Government scoreGovernment - 5) Yes
Spoils 1 None InequalityInequality by 0.0025 + 0.0015 per Resource regionMining Region + 0.0015 per Oil regionOil Region Yes
Government scoreGovernment by 0.0005 Yes

For each faction that owns any control points:
Apply Propaganda of strength - 0.125 × (EducationEducation + Government scoreGovernment) × fraction of control points owned by faction

No
Pollution Multiplier by 0.0005 + 0.00075 per Resource regionMining Region + 0.00075 per Oil regionOil Region Yes
Greenhouse Gases Yes
Control Points Not Cracked

Each Faction's moneyMoney by (5 × Monthly Investment pointsIP + 5 per Resource regionMining Region + 5 per Oil regionOil Region + 2.5 × (10 - Government scoreGovernment)) × fraction of control points owned by faction

No
Funding 1 None Annual moneyMoney Production by 10 + max(round(((GDP in billions)^0.18)/1.09),1) No
Boost 2 Found Space Program Completed in Nation Annual boostBoost Production by 0.4 - (Launch Facility Latitude / 250) No
Mission Control 25 Found Space Program Completed in Federation mission controlMission Control by 1 No
Found Space Program 50 None Annual boostBoost Production by 0.1 No
Found Military 40 None

Set Military TechnologyMiltech to the Max of:

No
Build Army 60
  • Found Military Completed in Nation
  • >(5 + 25 × ArmyArmies) PopulationPopulation in Millions
  • Has a non-colony Region without its own Army
Builds an Army No
base metalsBase Metals and noble metalsNoble Metals Market Prices No
Build Navy 100
  • Found Military Completed in Nation
  • >4 Control Points, or 3 Control Points and >40000 GDP per capitaGDPPC
  • Has an Army without its own NavyNavy
Attaches NavyNavy to an Army No
base metalsBase Metals and noble metalsNoble Metals Market Prices No
Develop Atomic Bomb 80 None Strategic nuclear barrageNuclear Weapons by 1 No
fissilesFissiles Market Prices No
Aerosols by 0.0000777ppm No
Each Owning Faction Commits 1 Atrocity No
Nuclear Weapons 40 Develop Atomic Bomb Completed in Nation Strategic nuclear barrageNuclear Weapons by 1 No
fissilesFissiles Market Prices No
Space Defenses 25 to 100 (scaled by region size) Military ScienceTrans-Interface Warfare researched Builds a Surface-to-Orbit defensesSpace Defense Facility No
Build Exofighter 10 Builds an ExofighterExofighter No

Diversity Bonus

Each control point independently[1] gains a small diversity bonus to each of its priorities based on how much it is personally investing into other[2] nation building priorities.

Priority Diversity Multiplier
Economy priorityEconomy Priority 50%
Welfare priorityWelfare Priority 20%
Environment priorityEnvironment Priority 20%
Knowledge priorityKnowledge Priority 20%
Government priorityGovernment Priority 20%
Unity priorityUnity Priority 20%
Military priorityMilitary Priority 20%

Each of these nation building priorities adds a diversity bonus of X% to all other priorities, where X% is calculated as its (Diversity Multiplier × Pips in the priority for this control point ÷ Total pips for this control point).

For example, suppose a control point has 3 pips in the Economy priorityEconomy Priority, 1 pip in the Welfare priorityWelfare Priority, and 1 pip in the Spoils prioritySpoils Priority, for a total of 5 pips. Then:

Thus:

  • The Economy priorityEconomy Priority receives a diversity bonus of 4% (because it cannot receive the 30% from itself).
  • The Welfare priorityWelfare Priority receives a diversity bonus of 30% (because it cannot receive the 4% from itself).
  • The Spoils prioritySpoils Priority receives a diversity bonus of 30% + 4% = 34%.

Note: This diversity bonus is additive with other bonuses to nation priorities. Specifically, whenever a control point would put any Investment pointsIP into any priority, the amount of Investment pointsIP that is actually put into the priority is multiplied by:

100% + Priority Bonus from Orgs + Priority Bonus from Traits + Priority Bonus from Earth Interface Hab Modules + Priority Bonus received from Diversity + Priority Bonus from Projects + Priority Bonus from Federation + Priority Bonus from Mining Regions 


  1. ↑ The priority settings for the other control points have no effect whatsoever on the diversity bonuses for this control point.
  2. ↑ A priority cannot give itself its own diversity bonus

Direct Investment

Direct Investment allows a faction to purchase Investment pointsIP in a certain priority with moneyMoney, influenceInfluence, and/or opsOps. The number of Investment pointsIP that may be purchased each calendar year in any nation is capped at 12 × (PopulationPopulation in Millions × 48.75) ^ 0.175 × (GDP in Billions)^0.175, rounded to the nearest integer. Each priority type is affected by a number of distinct cost multipliers, shown at the bottom of this section.

Base Direct Investment Costs for each Nation Priority
Priority moneyMoney Cost influenceInfluence Cost opsOps Cost
Economy priorityEconomy Priority GDP per capitaGDPPC Increase Per Completion × PopulationPopulation in Millions / Required Investment pointsIP 25 0
Welfare priorityWelfare Priority 360000 / 67 × InequalityInequality Decrease Per Completion × PopulationPopulation in Millions / Required Investment pointsIP 100 0
Environment priorityEnvironment Priority 150000 × Pollution Multiplier Decrease Per Completion × (PopulationPopulation / 50 million) ^ 0.35 / Required Investment pointsIP 100 0
Knowledge priorityKnowledge Priority 625 / 41 × PopulationPopulation in Millions / (PopulationPopulation / 50 million) ^ 0.35 / Required Investment pointsIP 100 0
Government priorityGovernment Priority 150000 × Government scoreGovernment Increase Per Completion × (PopulationPopulation / 50 million) ^ 0.35 / Required Investment pointsIP 300 0
Unity priorityUnity Priority 400 × (PopulationPopulation / 50 million) ^ 0.35 / Required Investment pointsIP 300 / Required Investment pointsIP 0
Oppression priorityOppression Priority 0 50 × Max(1, Government scoreGovernment) × Required Investment pointsIP / (PopulationPopulation / 50 million) ^ 0.35 30 / (1 + Min(2, Military TechnologyMiltech / 10))
Funding priorityFunding Priority 0 5 × Funding priorityFunding Increase Per Completion / Required Investment pointsIP 0
Found space program priorityFound Space Program Priority 2800 / Required Investment pointsIP 2500 / Required Investment pointsIP 0
Boost priorityBoost Priority 1250 / Required Investment pointsIP 100 / Required Investment pointsIP 0
Mission control priorityMission Control Priority 2500 / Required Investment pointsIP 800 / Required Investment pointsIP 0
Found military priorityFound Military Priority 2000 / Required Investment pointsIP 2000 / Required Investment pointsIP 1500 / Required Investment pointsIP
Military priorityMilitary Priority 250 × Military TechnologyMiltech / Required Investment pointsIP 250 / Required Investment pointsIP 30 × Military TechnologyMiltech / Required Investment pointsIP
Build army priorityBuild Army Priority 10000 × Military TechnologyMiltech / Required Investment pointsIP 3000 / Required Investment pointsIP 2000 × Military TechnologyMiltech / Required Investment pointsIP
Build navy priorityBuild Navy Priority 1200 × Military TechnologyMiltech / Required Investment pointsIP 3000 / Required Investment pointsIP 1500 × Military TechnologyMiltech / Required Investment pointsIP
Develop atomic bomb priorityDevelop Atomic Bomb Priority 30000 / Required Investment pointsIP 3000 / Required Investment pointsIP 300 / Required Investment pointsIP
Nuclear weapons priorityNuclear Weapons Priority 5000 / Required Investment pointsIP 1500 / Required Investment pointsIP 150 / Required Investment pointsIP
Space defenses prioritySpace Defenses Priority 2500 / Required Investment pointsIP 800 / Required Investment pointsIP 600 / Required Investment pointsIP
Build exofighter priorityBuild Exofighter Priority 1000 / Required Investment pointsIP 200 / Required Investment pointsIP 150 / Required Investment pointsIP
Direct Investment Cost Multipliers
Category Conditions moneyMoney Cost Multiplier influenceInfluence Cost Multiplier opsOps Cost Multiplier
Corruption None 1.2 + Corruption × 0.9 1 + Corruption × 0.75 1
Projects Researched 1 - 0.15 for Transnational Investments - 0.15 for Adaptive FDI Modeling 1 - 0.25 for Strategic Lobbying - 0.25 for Regulatory Capture 1
Recently Conquered Within 365.25 days
Not Oppression priorityOppression Priority
Not Funding priorityFunding Priority
1 0.5 1
Nation Ownership Not Cracked 1 1 - 0.5 × Fraction of Control Points Owned 1
control pointsControl Point Capacity Cost Not Alien Nation
Not Funding priorityFunding Priority
1 0.1 × Single Control Point control pointsControl Point Capacity Cost 1
National Priority Bonuses Not from Federation
Not from Diversity
1 / (1 + Bonus) 1 / (1 + Bonus) 1 / (1 + Bonus)
Federation Bonus Economy priorityEconomy Priority Only 1 / (1 + Bonus) 1 / (1 + Bonus) 1 / (1 + Bonus)
Nation Resource regionMining Regions Build army priorityBuild Army Priority and Build navy priorityBuild Navy Priority Only 1 / (1 + 0.05 per Resource regionMining Region) 1 / (1 + 0.05 per Resource regionMining Region) 1 / (1 + 0.05 per Resource regionMining Region)

Elites

Each nation requires a certain percentage of Investment pointsIP to be put into the Spoils prioritySpoils Priority. Failing to provide enough Investment pointsIP into Spoils prioritySpoils Priority, shown by the priority becoming red, increases the chance of a coup. See Nations#Corruption for details on how this percentage is calculated.

Control Points

Control Points represent key nodes of political and economic power in a nation.

The faction that owns a control point has loyal followers in positions of authority. Control points grant their faction a portion of the nation's critical resources, control over the nation's armies, and the ability to direct investment priorities.

The researchResearch, boostBoost, mission controlMission Control and moneyMoney (from funding and spoils) produced by the nation is divided up equally among all of its control points. Control points that have sustained a CrackdownCrackdown or are abandoned still get their share, but the owning faction does not receive it.

If there are Armies controlled by the nation, owning a control point may also grant you direct control of said Armies. Control Points with Armies attached to them are shown with the Army symbol. If there is more than one Army attached to a control point then the number of attached Armies is shown over the symbol.

Certain powerful policies, such as joining and leaving federations and merging nations, require Consolidated control of the executive, which means the executive faction either gained control of the nation through violent means such as war or revolution, or must have held continuous control of the executive control point for 180 days.

Number of Control Points

The number of control points is based on the nation's GDP, specifically:

Number of Control Points = max(1,min(round(((GDP in billions)^0.18)/1.09),6))
GDP (Bn) Control Points
0-15.4 1
15.4-263 2
263-1701 3
1701-6869 4
6869-20944 5
20944+ 6

Whenever a nation's GDP grows to the point where it would gain a new control point, the new control point is added to the left and assigned to the same faction that controls the executive control point.

Whenever a nation's GDP shrinks to the point where it would lose a control point, the leftmost control point is removed.

Cost of Control Points

The control pointsControl Point Capacity cost of a control point is also based on the nation's GDP, specifically:

Total Cost of Control Points = (GDP in billions) ^ 0.6 / 2

This total control pointsControl Point Capacity cost is divided up evenly among all the control points of the nation.

Control points that have sustained a CrackdownCrackdown or are abandoned do not cost any control pointsControl Point Capacity.

When a faction exceeds their control pointsControl Point Capacity, they suffer the following penalties:

SPOILERS INSIDE!  

Taking Control Points

To gain control over a neutral Control Point, one usually performs a successful Control NationControl Nation mission with one of their Councilors. Under normal circumstances, in nations with more than one Control Point, the executive Control Point can only be controlled if you already have a Control Point in a nation and it is the last Control Point to be taken. If every nation has all of their Control Points controlled by Factions, then the Control NationControl Nation mission becomes unavailable. In that case you would need to perform a successful PurgePurge mission on an enemy Control Point.

To increase PurgePurge success chances, it is recommended to conduct CrackdownCrackdown on these Control Points first. Another alternative to Control Nation is Coup d'EtatCoup d'Etat. It can either be performed with your councilor or happen naturally. See Nations#Effects_of_a_Coup for the effects of a coup, including the distribution of control points when a coup occurs. Coup d'EtatCoup d'Etat has a higher success chance in nations with high UnrestUnrest, so Increase UnrestIncrease Unrest missions can be very helpful.

One more alternative is to simply use war. When armies conquer a nation's Capital regioncapital region, all control points in the nation switch owners to whichever faction conquered them.

Control Point Types

Control points come in a variety of types. Their type depends on the national Government scoreGovernment and other conditions, and provides a related bonus for the faction controlling it.

Control Point Types for Human Nations, the conditions under which they appear, and what benefits they give to their Faction.
Position (from the Right) Conditions Control Point Type Benefits
1st None Executive
2nd ≥5 Government scoreGovernment Legislature
  • If Faction also owns the Executive, then +3 Bonus Defense against all PurgePurge and Dominate NationDominate Nation Missions targeting the Executive.
  • Otherwise, the faction gains +3 Bonus Attack on its PurgePurge Missions targeting the Executive.
≥6 EducationEducation and ≥7 cohesionCohesion Party
  • +3 Bonus Defense against all PurgePurge and Dominate NationDominate Nation Missions targeting each non-Executive control point owned by the Faction.
  • +3 Bonus Attack on the Faction's PurgePurge Missions targeting each non-Executive control point.
≥6 EducationEducation and <7 cohesionCohesion Oligarchs
  • If Faction also owns the Executive, then +3 Bonus Defense against all other factions' Coup d'EtatCoup Missions targeting the Nation.
  • +3 Bonus Attack on the Faction's Coup d'EtatCoup Missions targeting the Nation.
Else Aristocracy +20% Nation Spoils prioritySpoils Money Output for Faction.
3rd <5 Government scoreGovernment Security Apparatus
≥7 EducationEducation Mass Media +3 Bonus Attack on the Faction's Public CampaignPublic Campaign and Dominate NationDominate Nation missions within the Nation.
Else Religion +15 Propaganda Strength for Unity priorityUnity Priority's Propaganda for Faction. (Affected by Population Scaling.)
4th <4 Government scoreGovernment National Industries
  • +3 Bonus Defense against all Hostile TakeoverHostile Takeover Missions targeting Orgs owned by the Faction within the Nation.
  • +3 Bonus Attack on the Faction's Hostile TakeoverHostile Takeover Missions within the Nation.
<3.5 InequalityInequality and >10000 GDP per capitaGDPPC and >7 EducationEducation Trade Unions Orgs based in the same nation cost 20% less influenceInfluence for Faction to purchase.
Else Corporations Orgs based in the same nation cost 20% less moneyMoney for Faction to purchase.
5th >6 cohesionCohesion Bureaucracy +3 Bonus Attack on the Faction's Control NationControl Nation missions within the Nation.
>3 cohesionCohesion Regional Authorities +3 Bonus Attack on the Faction's Stabilize NationStabilize Nation missions within the Nation.
>1 cohesionCohesion or <7 UnrestUnrest Identity Blocs +3 Bonus Attack on the Faction's Increase UnrestIncrease Unrest missions within the Nation.
Else Warlords +6 Bonus Attack on the Faction's Increase UnrestIncrease Unrest missions within the Nation.
6th >9 Government scoreGovernment and >9 EducationEducation Knowledge Sector +5% researchNation Research Output for Faction.
>6 cohesionCohesion and Nation has a rival or war enemy which has at least the same number of control points. Defense Sector Faction's ArmyArmies that belong to this Nation gain +0.005 daily heal rate.
>6 Government scoreGovernment and >7 EducationEducation Financial Sector +5% Nation Funding priorityFunding Money Output for Faction.
Nation has at least 1 Oil regionOil or Resource regionMining Region Extractive Sector Nation Spoils prioritySpoils Money Output for Faction increased by 2 × Number of Oil regionOil or Resource regionMining Regions × Number of Control Points owned by Faction in Nation. Not affected by Aristocracy bonus.
Else Agricultural Sector Nothing.
SPOILERS INSIDE!  

The Alien Nation does not have any special control point types or bonuses. Though naturally the Aliens still receive all of the benefits that an Executive Control Point grants.