StellarisCommands.com

Tutorial: Colonization

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

Tutorial: Colonization

Ship event

One of our Science Ships has just surveyed a world that would make an excellent candidate for our first Colony. It is of the same planet class as our homeworld, so our colonists should be quite comfortable there. Before colonizing this world, we must extend our borders. With the Construction Ship selected; Right-click a surveyed System containing a potential colony Select … Starbase … Once the System is claimed, we can begin the colonization process.

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

Player choices

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

  • Understood.

Firing conditions

Show raw conditions
owner = {
  is_ai = no
  NOT = { is_tutorial_level = 0 }
  NOT = { has_country_flag = advisor_potential_colony }
  num_owned_planets = 1
}
FROM = {
  any_system_planet = {
    is_ideal_planet_class = {
      who = root.owner
      status = yes
    }
    is_colony = no
  }
}