StellarisCommands.com

Recovered Fragment

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

Recovered Fragment

Recovered Fragment event picture
Fleet event

A new memory has surfaced for Seralune. She recalls a vast generational ship, its hull designed to hold entire futures. Then a violent shudder: alarms, a flash of exploding metal in a distant corridor. She remembers being lifted by a woman and carried to an escape pod. "She held me close. She said I had to survive... that I was too important. And then I was alone. I can almost see her face, but it slips away every time."

The command below will trigger the "Recovered Fragment" event in Stellaris:

Player choices

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

  • A generational vessel... like ours?
    • Start special project: Ruined Vessel

Firing conditions

Show raw conditions
from = {
  has_star_flag = princess_poi_system
}
owner = {
  OR = {
    AND = {
      has_country_flag = princess_poi_still_forgets
      has_country_flag = princess_poi_first_memory
    }
    has_country_flag = princess_poi_second_memory
  }
  NOT = {
    has_country_flag = princess_poi_every_memory
  }
  any_owned_leader = {
    has_leader_flag = nomadic_princess
  }
}