StellarisCommands.com

Treasure Trove Discovered

The "Treasure Trove Discovered" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Treasure Trove Discovered

Treasure Trove Discovered event picture
Country eventDLC: Grand Archive

We have detected a faint signal from somewhere on …. Based on the rudimentary cryptography, we believe this to be from a long-lost pirate's Treasure Trove. It will take some effort, but we're confident we would be able to unearth its secrets.

The command below will trigger the "Treasure Trove Discovered" event in Stellaris:

Player choices

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

  • Reveal its location.

Firing conditions

Show raw conditions
is_nomadic = yes
NOT = { has_special_project = "TREASURE_TROVE" }
any_owned_nonprimary_starbase = {
  is_waystation_starbase = yes
  solar_system = {
    any_system_planet = {
      is_star = no
      is_colonizable = no
      is_colony = no
      is_artificial = no
      NOR = {
        is_planet_class = pc_gas_giant
        has_carrier_flag = treasure_trove
        solar_system = {
          any_system_planet = {
            has_carrier_flag = treasure_trove_active
          }
        }
      }
    }
  }
}