Shroud-Forged Pilgrimage
The "Shroud-Forged Pilgrimage" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Shroud-Forged Pilgrimage

Situation event
Several Shroud-Forged have left their usual locations to travel to particular regions of … that have been scarred by the Shroud. They never remain in these locales for long, but many have been witnessed transporting Zro to these areas. The effects of this unprecedented behavior cannot be determined without further observation.
The command below will trigger the "Shroud-Forged Pilgrimage" event in Stellaris:
Player choices
When this event fires, you can choose between these 2 options:
- Let us see where this leads.
- −25 Zro
- An inefficient use of resources. Put them back to work.
Firing conditions
Conditions the game checks before this event can fire:
- Requires origin: Shroud-Forged
- Must not have modifier: Shroud-Forged Pilgrimage
Show raw conditions
situation_event_shroud_forged_more_trigger = {
FLAG = shroud_forged_540_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
}
has_deposit = d_shroud_rift_deposit
NOT = { has_modifier = pm_shroud_forged_shroud_pilgrimage }
}
}