StellarisCommands.com

Tutorial: Increase the Fleet

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

Tutorial: Increase the Fleet

Country event

I can't help but notice that our navy is a bit on the weak side. We are certain to face many threats in the galaxy that will require some form of military response. Remember, the survival of our civilization is at stake!

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

Player choices

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

  • Situation Log Updated
    • Tutorial: Increase the Fleet added to Situation Log

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how Tutorial: Increase the Fleet (tutorial.39) connects.

Triggered by

Firing conditions

Show raw conditions
is_tutorial_level = 2
count_controlled_ship = {
  limit = { is_ship_size = corvette }
  count < 4
}
count_controlled_ship = {
  limit = { is_ship_size = destroyer }
  count < 1
}
NOR = {
  has_event_chain = tutorial_16_chain
  has_ethic = ethic_gestalt_consciousness
}