StellarisCommands.com

Private Collector

The "Private Collector" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Private Collector

Private Collector event picture
Country event

A private collector on … has somehow come into ownership of an ancient Precursor artifact believed to be … in origin. Despite government pressure, the collector has so far been reluctant to part with it.

The command below will trigger the "Private Collector" event in Stellaris:

Player choices

When this event fires, you can choose between these 3 options:

  • Everyone has a price.
    • Buy the artifact for an exorbitant sum.
    • −500 Energy Credits
  • It belongs in a museum!
    • Declare the artifact to be state property and have it seized by the local authorities.
    • −100 Influence
  • Let the collector keep it.
    • Leave the artifact in the collector's care.

Firing conditions

Show raw conditions
is_ai = no
years_passed > 50
NOR = {
  has_country_flag = ongoing_precursor_artifact
  has_country_flag = precursor_collector_fired
  has_ethic = ethic_gestalt_consciousness
}
OR = {
  AND = {
    has_event_chain = "vultaum_chain"
    NOT = {
      has_completed_event_chain_counter = {
        event_chain = vultaum_chain
        counter = vultaum_artifacts
      }
    }
  }
  AND = {
    has_event_chain = "yuht_chain"
    NOT = {
      has_completed_event_chain_counter = {
        event_chain = yuht_chain
        counter = yuht_artifacts
      }
    }
  }
  AND = {
    has_event_chain = "first_league_chain"
    NOT = {
      has_completed_event_chain_counter = {
        event_chain = first_league_chain
        counter = first_league_artifacts
      }
    }
  }
  AND = {
    has_event_chain = "irassian_chain"
    NOT = {
      has_completed_event_chain_counter = {
        event_chain = irassian_chain
        counter = irassian_artifacts
      }
    }
  }
  AND = {
    has_event_chain = "cybrex_chain"
    NOT = {
      has_completed_event_chain_counter = {
        event_chain = cybrex_chain
        counter = cybrex_artifacts
      }
    }
  }
}