StellarisCommands.com

View of Home

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

View of Home

View of Home event picture
Ship event

Our observation post is now in orbit around …. From this vantage point, we can celebrate the successes of our kin, and if necessary, help them to mitigate their challenges. As we move forward, a new question presents itself: should we leave them in peace, or help them reach the stars? Both choices carry their own risks, and their own rewards.

The command below will trigger the "View of Home" event in Stellaris:

Player choices

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

  • Understood.

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Broken Shackles
Show raw conditions
owner = {
  has_origin = origin_broken_shackles
  NOT = {
    has_country_flag = uplifting_decision
  }
  from = {
    has_planet_flag = broken_shackles_abductees_world@root.owner
    pop_amount > 0
    owner = {
      is_primitive = yes
    }
    NOT = {
      has_planet_flag = broken_shackles_homeworld_@root.owner
    }
  }
}