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

To gather data on the effects of Zro, we have applied significant processing resources to the observation of Shroud-Forged units. Recently, they have started to practice unequal treatment, with some units operating subordinately to others. For as yet undetermined reasons, they appear to have formed a hierarchy on the basis of their assigned tasks, which affects their patterns of communication and allocation of resources. Illogically, these actions do not seem to correlate with the relative output or requirements of the units.
The command below will trigger the "Rights and Privileges" event in Stellaris:
Player choices
When this event fires, you can choose between these 2 options:
- Let them manage themselves.
- Enforce equality.
- Unity: +None to None
Firing conditions
Conditions the game checks before this event can fire:
- Requires origin: Shroud-Forged
- Must not have modifier: Shroud-Forged Inequality
Show raw conditions
situation_event_shroud_forged_trigger = { FLAG = shroud_forged_590_cooldown }
exists = owner
owner = {
has_origin = origin_shroud_forged
any_owned_planet = {
any_owned_pop_group = {
pop_group_has_trait = trait_shroud_forged
}
NOT = { has_modifier = pm_shroud_forged_inequality }
}
}