StellarisCommands.com

A Rupture in Orbit

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

A Rupture in Orbit

A Rupture in Orbit event picture
Situation eventDLC: Overlord

Many of the satellites we placed in orbit of … have had to make significant adjustments in recent days. According to their sensor logs, a stable and localized gravity well has formed in orbit above the planet. Data from the surface confirms that the anomaly appeared suddenly, though we do not know how or why. The gravity well doesn't seem to pose any inherent threat to our colony for now, but satellites are having to expend unsustainable amounts of fuel in order to adjust their orbits around it.

The command below will trigger the "A Rupture in Orbit" event in Stellaris:

Player choices

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

  • Launch an investigation.

Firing conditions

Show raw conditions
NOT = {
  has_situation_flag = divination_occurring
}
situation_progress >= 50
owner = {
  is_ai = no
  NOR = {
    has_country_flag = divination_shattered_frontier
    has_origin = origin_tree_of_life
    has_origin = origin_doomsday
    is_wilderness_empire = yes
  }
  any_owned_planet = {
    is_homeworld = no
    is_capital = no
    is_colony = yes
    original_owner = yes
    has_ground_combat = no
    is_occupied_flag = no
    is_under_colonization = no
    NOR = {
      is_planet_class = pc_habitat
      has_planet_flag = shattered_frontier_planet
      has_modifier = penal_colony
      has_modifier = resort_colony
    }
    count_owned_pop_amount = {
      count >= 500
    }
  }
}