StellarisCommands.com

Minor Infestation

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

Minor Infestation

Minor Infestation event picture
Situation event

A starved Kaleidoscope has sunk its metaphorical teeth into …'s energy grid. The ensuing colony-wide blackout was dramatic, but not dissimilar from previous attacks. We know how to deal with this.

The command below will trigger the "Minor Infestation" event in Stellaris:

Player choices

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

  • Unfortunate.

Firing conditions

Conditions the game checks before this event can fire:

  • Must not have modifier: Phantom Load
Show raw conditions
NOR = {
  has_situation_flag = kaleidoscope_invasion
  has_situation_flag = kaleidoscope_random_events
}
current_situation_approach = approach_no_food
owner = {
  any_owned_planet = {
    num_districts = {
      type = district_generator
      value >= 1
    }
    NOT = { has_modifier = phantom_load }
  }
}