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

Situation event
We have detected the emergence of some previously undocumented flora and fauna close to regions devastated by the Shroud. A group of Shroud-Forged have started to advocate on behalf of these life forms, demanding preservation and observation of the distinctive creatures living there.
The command below will trigger the "Shrouded Organisms" event in Stellaris:
Player choices
When this event fires, you can choose between these 2 options:
- Preserve and analyze the area. The data will be valuable.
- Clear and decontaminate the area.
- −500 Energy Credits
Firing conditions
Conditions the game checks before this event can fire:
- Requires origin: Shroud-Forged
Show raw conditions
situation_event_shroud_forged_more_trigger = {
FLAG = shroud_forged_580_cooldown
VALUE = 1500
}
exists = owner
owner = {
has_origin = origin_shroud_forged
any_owned_planet = {
any_owned_pop_group = {
pop_group_has_trait = trait_shroud_forged
}
NOT = { has_deposit = d_shroud_flora_deposit }
}
}