StellarisCommands.com

Genesis

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

Genesis

Genesis event picture
Country eventDLC: Distant Stars

Disaster has befallen the colony on …! A final sequence of violent ruptures has razed the last remains of the settlement and cracked the planet open, and from its empty shell is bursting the nightmarish form of a newborn Voidspawn. It goes against all sense, still there is no other way to explain it. Somehow what we mistook for a world was not a world at all, but an egg, and that egg has now hatched.

The command below will trigger the "Genesis" event in Stellaris:

Player choices

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

  • It's an abomination!

Firing conditions

Show raw conditions
event_target:hatchling_egg = {
  OR = {
    AND = {
      exists = event_target:egg_owner
      root = {
        is_same_value = event_target:egg_owner
      }
    }
    solar_system = {
      is_owned_by = root
    }
  }
}