StellarisCommands.com

Tutorial: Mining Station

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

Tutorial: Mining Station

Country eventMean time: 10 days

The resources generated by our homeworld will only take us so far. Luckily our Science Ship has just found a resource deposit on another world! The time has come to use our Construction Ship to … a Mining Station. Mining Stations can be built within our borders and automatically collect Minerals, Energy Credits, and Strategic Resources. With the Construction Ship selected; Right-click a claimed System Select … Mining Stations Mining Stations have an Energy Credit upkeep cost.

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

Player choices

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

  • Understood.
    • Tutorial: … Mining Station added to Situation Log

Firing conditions

Show raw conditions
is_ai = no
is_tutorial_level = 2
OR = {
  has_country_flag = waiting_tutorial_4
  has_country_flag = tutorial_76_completed
}

NOR = {
  has_country_flag = waiting_tutorial_5

  has_event_chain = tutorial_4_chain
  has_ethic = ethic_gestalt_consciousness
}
capital_scope = {
  solar_system = {
    closest_system = {
      max_steps = 10
      limit = {
        owner = {
          is_same_value = root
        }
        any_system_planet = {
          is_capital = no
          is_surveyed = { who = ROOT status = yes }
          OR = {
            has_resource = {
              type = minerals
              amount > 0
            }
            has_resource = {
              type = energy
              amount > 0
            }
          }
        }
      }
    }
  }
}