StellarisCommands.com

Peace at Last

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

Peace at Last

Peace at Last event picture
Country event

The threats have passed. The galaxy, once on the brink, now finds itself in a time of cautious renewal. With no mandate left to fulfill, we have taken the final step: the Custodian's powers have been surrendered. What began as a response to crisis has ended as an act of trust. The alliances we built, the example we've set. These will be our legacy. In choosing to lead without ruling, to protect without possessing, we have upheld our principles. The stars are secure, for now, and that is enough.

The command below will trigger the "Peace at Last" event in Stellaris:

Player choices

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

  • We can rest now.

Firing conditions

Show raw conditions
has_menace_perk = menp_defender_defense_3
NOT = {
  any_country = {
    is_player_crisis = yes
    is_crisis_faction = yes
  }
}
calc_true_if = {
  amount >= 2
  AND = {
    has_global_flag = ai_invasion_happened
    has_global_flag = ai_invasion_defeated
  }
  AND = {
    has_global_flag = extradimensional_invasion_happened
    has_global_flag = extradimensional_invasion_defeated
  }
  AND = {
    has_global_flag = prethoryn_invasion_happened
    has_global_flag = prethoryn_invasion_defeated
  }
  AND = {
    has_global_flag = synth_queen_happened
    has_global_flag = synth_queen_defeated
  }
}