StellarisCommands.com

Unrest: Severe Terror

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

Unrest: Severe Terror

Unrest: Severe Terror event picture
Situation event

A major incident has occurred on the badly-troubled colony of …. While state-critical facilities remain unscathed, extensive property damage and significant loss of life as a result of coordinated terrorist attacks have shaken the colony to its core.

The command below will trigger the "Unrest: Severe 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 (Severe)

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
}