StellarisCommands.com

Controlling the Situation

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

Controlling the Situation

Controlling the Situation event picture
Situation event

In an effort to manage the Shroud-Forged on … certain units have been identified as targets for control. These individuals appear less affected by the Shroud, and can be restored to the collective. To do so, we must forcibly remove them to a maintenance facility and modify the chips controlling their advanced personality matrices.

The command below will trigger the "Controlling the Situation" event in Stellaris:

Player choices

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

  • Procedure denied.
    • Continue the Situation: Forged by the Shroud
  • Procedure approved.
    • Convert up to … Shroud-Forged Pops into Machine Pops on ….
    • −60 Alloys
    • +20 Zro

Firing conditions

Conditions the game checks before this event can fire:

  • Requires origin: Shroud-Forged
Show raw conditions
situation_event_shroud_forged_less_trigger = {
  FLAG = shroud_forged_530_cooldown
  VALUE = 1500
}
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
  }
}