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

Situation event
Several Shroud-Forged units have assumed leadership positions on …, and other drones are obeying their directives over those of the collective. These leaders meet regularly, spending a significant amount of time in unreported communication. Our hold over the disconnected units is already precarious, and these troubling elements are exacerbating the situation. A solution must be found.
The command below will trigger the "Unauthorized Leadership" event in Stellaris:
Player choices
When this event fires, you can choose between these 3 options:
- Communicate with these 'leaders' to attempt cooperation.
- Unity: +None to None
- Make an example out of them.
- +250 Alloys
- +20 Zro
- Activate regulations to end these meetings.
Firing conditions
Conditions the game checks before this event can fire:
- Requires origin: Shroud-Forged
Show raw conditions
situation_event_shroud_forged_less_trigger = {
FLAG = shroud_forged_520_cooldown
VALUE = 2100
}
exists = owner
owner = {
has_origin = origin_shroud_forged
any_owned_planet = {
NOR = {
has_modifier = pm_shroud_forged_troubling_elements_example
has_modifier = pm_shroud_forged_troubling_elements_regulations
has_modifier = pm_shroud_forged_troubling_elements_cooperation
}
any_owned_pop_group = {
pop_group_has_trait = trait_shroud_forged
}
}
}