StellarisCommands.com

Tutorial: Establish Colony

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

Tutorial: Establish Colony

Country event

We have a Colony Ship, and we have found at least one suitable candidate for a permanent extrasolar outpost. I see no reason to delay further - let's establish our first Colony!

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

Player choices

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

  • Understood.
    • Tutorial: Establish Colony added to Situation Log

Firing conditions

Conditions the game checks before this event can fire:

  • Requires technology: New Worlds Protocol
Show raw conditions
is_tutorial_level = 2
has_technology = tech_colonization_1
NOR = {
  has_event_chain = tutorial_12_chain
  any_owned_planet = {
    is_capital = no
  }
  count_controlled_ship = {
    limit = { is_ship_class = shipclass_colonizer }
    count < 1
  }
  has_ethic = ethic_gestalt_consciousness
}