StellarisCommands.com

Tutorial: Resource Extracted

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

Tutorial: Resource Extracted

Ship event

Excellent work. This resource is sure to greatly enrich our nation.

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

Player choices

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

  • OK

Firing conditions

Show raw conditions
owner = {
  is_tutorial_level = 2
  has_event_chain = "tutorial_21_chain"
  NOT = { has_country_flag = finished_tutorial_21 }
}
from = {
  OR = {
    has_resource = { type = exotic_gases amount > 0 }
    has_resource = { type = volatile_motes amount > 0 }
    has_resource = { type = rare_crystals amount > 0 }
    has_resource = { type = sr_dark_matter amount > 0 }
    has_resource = { type = sr_zro amount > 0 }
    has_deposit = d_living_metal_deposit
    has_deposit = d_alien_pets_deposit
    has_deposit = d_betharian_deposit
  }
}