StellarisCommands.com

Cognitive Glitches

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

Cognitive Glitches

Cognitive Glitches event picture
Situation event

After a containment breach involving a shipment of Zro, a number of the Shroud-Forged units on … have experienced unusual malfunctions. They have begun communicating via undocumented signals, and many have shown signs of cognitive glitches comparable to the 'emotions' of organic life forms. Unexpectedly, it was uncontaminated Shroud-Forged units that reported the disturbance, some of whom suggested that the collective take action to resolve the situation.

The command below will trigger the "Cognitive Glitches" event in Stellaris:

Player choices

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

  • Observe the situation - for now.
  • Dismantle any contaminated units.
    • +250 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_trigger = { FLAG = shroud_forged_550_cooldown }
exists = owner
owner = {
  has_origin = origin_shroud_forged
  any_owned_planet = {
    any_owned_pop_group = {
      pop_group_has_trait = trait_shroud_forged
    }
  }
}