StellarisCommands.com

Manufacturing Defects

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

Manufacturing Defects

Manufacturing Defects event picture
Situation event

Warning: assembly line machinery is suffering from extreme radiation damage. Droid assembly process disrupted. Unable to meet target production quota.

The command below will trigger the "Manufacturing Defects" event in Stellaris:

Player choices

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

  • Repair it swiftly.
    • Spend... some energy to fix the assembly line.
  • We have other priorities.
    • Pretend everything is functional.

Firing conditions

Conditions the game checks before this event can fire:

  • Must not have modifier: Faulty Assembly Line
Show raw conditions
target = {
  NOT = {
    has_modifier = broken_assembly_line
    has_planet_flag = assembly_line_broke_recently
  }
  OR = {
    has_building = building_machine_assembly_plant
    has_building = building_machine_assembly_complex
  }
}