Unrest: Keeping the Peace
The "Unrest: Keeping the Peace" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
Unrest: Keeping the Peace

Situation event
Reports from … suggested that there was an imminent risk that violent rioting would break out. However, thanks to the quick and decisive action of … forces, in partnership with loyalist civilians, this threat has been quelled.
The command below will trigger the "Unrest: Keeping the Peace" event in Stellaris:
Player choices
When this event fires, you can choose between the following option:
- Good.
Regardless of your choice
- Gain modifier: Valiant Citizens
Firing conditions
Conditions the game checks before this event can fire:
- Must not have ethic: Gestalt Consciousness
Show raw conditions
NOR = {
has_situation_flag = random_event_happened
has_situation_flag = slave_revolt
}
owner = {
is_country_type = default
NOT = { has_ethic = ethic_gestalt_consciousness }
}
target = {
exists = controller
controller = { is_same_value = root.owner }
planet_stability < @stabilitylevel2
planet_stability >= @stabilitylevel1
NOT = { has_planet_flag = recent_unrest_event }
has_orbital_bombardment = no
has_ground_combat = no
}