StellarisCommands.com

Unrest: Hunger Strike on …

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

Unrest: Hunger Strike on …

Unrest: Hunger Strike on … event picture
Situation event

It would seem that the slaves on … have had enough...to eat. Spokespersons have informed us that a large number of slaves will be refusing all intake of food till we abolish slavery planetwide. So far all our attempts to force-feed them have failed. Sadly nutritional deficiencies will be expected to lower their work performance significantly.

The command below will trigger the "Unrest: Hunger Strike on …" event in Stellaris:

Player choices

When this event fires, you can choose between these 2 options:

  • Let them starve.
  • We need to resolve our issues.

Regardless of your choice

  • Gain modifier: Hunger Strike

Firing conditions

Show raw conditions
has_situation_flag = slave_revolt
NOR = {
  has_situation_flag = slave_hunger_strikes
  current_stage = revolt_severity_1
}
owner = {
  is_country_type = default
  is_individual_machine = no
}
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
}