StellarisCommands.com

Tutorial: Survey Automation

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

Tutorial: Survey Automation

Ship event

Double the Science Ships means double the fun! Oh, I haven't been this excited since we completed the last assignment! Exploring with multiple ships can be time-consuming. You can automate surveying by selecting the Science Ship and clicking the Science Ship Automation button in the fleet interface. …

The command below will trigger the "Tutorial: Survey Automation" event in Stellaris:

Player choices

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

  • Understood.

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how Tutorial: Survey Automation (tutorial.21) connects.

Can lead to

Firing conditions

Show raw conditions
is_ship_class = shipclass_science_ship
owner = {
  is_tutorial_level = 2
  has_event_chain = "tutorial_9_chain"
  count_controlled_ship = {
    limit = { is_ship_class = shipclass_science_ship }
    count > 1
  }
}