StellarisCommands.com

Exponential Growth

The "Exponential Growth" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Exponential Growth

Exponential Growth event picture
Situation eventDLC: First Contact

Progress towards an Organic Singularity on … continues apace. The nodal consciousness has reorganized much of the planet's agricultural production, increasing crop yields and raising standards of living. Already, the people are relinquishing their decision-making to the biological machine.

The command below will trigger the "Exponential Growth" event in Stellaris:

Player choices

When this event fires, you can choose between the following option:

  • Fascinating.

Firing conditions

Show raw conditions
OR = {
  AND = {
    situation_progress >= 20
    current_situation_approach = approach_promote_singularity
  }
  AND = {
    situation_progress >= 40
    current_situation_approach = approach_watch_singularity
  }
}
NOT = {
  has_situation_flag = exponential_growth
}