StellarisCommands.com

Tutorial: Research Station

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

Tutorial: Research Station

Country eventMean time: 10 days

Surveyed worlds sometimes possess unique properties that make them valuable objects of research. These Physics, Society or Engineering resources can be collected by a Research Station. My programming strongly compels me to compel you to build one. Keep in mind that Research Stations can only be built within our borders, and have a upkeep cost in Energy Credits.

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

Player choices

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

  • Situation Log Updated
    • Tutorial: … Research Station added to Situation Log

Firing conditions

Show raw conditions
is_ai = no
is_tutorial_level = 2
has_country_flag = waiting_tutorial_5
NOR = {
  any_controlled_ship = {is_ship_size = research_station }
  has_event_chain = tutorial_5_chain
  has_ethic = ethic_gestalt_consciousness
}
capital_scope = {
  solar_system = {
    closest_system = {
      max_steps = 10
      limit = {
        any_system_planet = {
          is_capital = no
          is_surveyed = { who = ROOT status = yes }
          OR = {
            has_resource = {
              type = society_research
              amount > 0
            }
            has_resource = {
              type = physics_research
              amount > 0
            }
            has_resource = {
              type = engineering_research
              amount > 0
            }
          }
        }
      }
    }
  }
}