Alien Organism Procurement
The "Alien Organism Procurement" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Alien Organism Procurement

Country eventMean time: 120 months
The director of the Museum of Exobiology on … has issued a request for the procurement of several live alien specimens. These creatures were spotted on surveyed habitable worlds, but they are difficult to capture. It will require the full resources of a Science Ship for a lengthy period of time.
The command below will trigger the "Alien Organism Procurement" event in Stellaris:
Player choices
When this event fires, you can choose between these 2 options:
- We will gather these specimens.
- No, we don't have the resources to spare.
Firing conditions
Show raw conditions
has_country_flag = museum_of_exobiology
any_system = {
any_system_planet = {
is_surveyed = {
who = ROOT
status = yes
}
is_capital = no
is_planet_class = pc_ocean
solar_system = {
OR = {
NOT = { exists = space_owner }
AND = {
exists = space_owner
space_owner = {
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
}
}
}
}
any_system = {
any_system_planet = {
is_surveyed = {
who = ROOT
status = yes
}
is_capital = no
is_planet_class = pc_desert
solar_system = {
OR = {
NOT = { exists = space_owner }
AND = {
exists = space_owner
space_owner = {
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
}
}
}
}
any_system = {
any_system_planet = {
is_surveyed = {
who = ROOT
status = yes
}
is_capital = no
is_planet_class = pc_tropical
solar_system = {
OR = {
NOT = { exists = space_owner }
AND = {
exists = space_owner
space_owner = {
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
}
}
}
}
any_system = {
any_system_planet = {
is_surveyed = {
who = ROOT
status = yes
}
is_capital = no
is_planet_class = pc_arid
solar_system = {
OR = {
NOT = { exists = space_owner }
AND = {
exists = space_owner
space_owner = {
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
}
}
}
}
any_system = {
any_system_planet = {
is_surveyed = {
who = ROOT
status = yes
}
is_capital = no
is_planet_class = pc_continental
solar_system = {
OR = {
NOT = { exists = space_owner }
AND = {
exists = space_owner
space_owner = {
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
}
}
}
}
any_system = {
any_system_planet = {
is_surveyed = {
who = ROOT
status = yes
}
is_capital = no
is_planet_class = pc_arctic
solar_system = {
OR = {
NOT = { exists = space_owner }
AND = {
exists = space_owner
space_owner = {
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
}
}
}
}
any_system = {
any_system_planet = {
is_surveyed = {
who = ROOT
status = yes
}
is_capital = no
is_planet_class = pc_tundra
solar_system = {
OR = {
NOT = { exists = space_owner }
AND = {
exists = space_owner
space_owner = {
NOT = { is_country_type = fallen_empire }
NOT = { is_country_type = awakened_fallen_empire }
}
}
}
}
}
}