StellarisCommands.com

Tutorial: Observation Posts

The "Tutorial: Observation Posts" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Tutorial: Observation Posts

Ship event

We have detected a Pre-FTL society! Although they lack the kind of technology that allows us to traverse the stars, there is still a lot to be gained from these aliens. Whether it be learning from their culture or claiming them as slaves is up to us. If we wish to observe them - assuming they are within our borders - we need to build an Observation Post around their world. If we wish to invade, all we need do is muster our troops; they wouldn't stand much of a chance.

The command below will trigger the "Tutorial: Observation Posts" event in Stellaris:

Player choices

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

  • Understood.
    • Tutorial: Observation Posts added to Situation Log

Firing conditions

Conditions the game checks before this event can fire:

  • Requires technology: Offworld Construction
Show raw conditions
owner = {
  is_tutorial_level = 2
  NOR = {
    has_event_chain = tutorial_20_chain
    has_country_flag = finished_tutorial_20
  }
  has_technology = tech_space_construction
}
FROM = {
  has_owner = yes
  owner = { is_country_type = primitive }
}