StellarisCommands.com

Unrest: Terror

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

Unrest: Terror

Unrest: Terror event picture
Situation event

After a period of mounting tension, the unrest on … has resulted in terrorist action. While casualties and property damage were minimal, faith in the …'s ability to protect its citizens has been shaken.

The command below will trigger the "Unrest: Terror" event in Stellaris:

Player choices

When this event fires, you can choose between the following option:

  • Unfortunate.

Regardless of your choice

  • Gain modifier: Terror Victims

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
  NOT = { has_planet_flag = recent_unrest_event }
  has_orbital_bombardment = no
  has_ground_combat = no
}