StellarisCommands.com

Automated Work Processes

The "Automated Work Processes" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Automated Work Processes

Automated Work Processes event picture
Situation eventDLC: Synthetic Dawn

Planetary administration on … has reported that an unplanned surplus of robotic workforce units have been located planetside. Though the efficiency of these new robotic workers is exceptional, administration is somewhat baffled by their sudden appearance. It seems the robots' serial numbers cannot be traced to any known manufactories on record, though their construction and interfacing does suggest … design. Nonetheless, some of the local populace have expressed concerns over potential job displacement due to this increase in automation.

The command below will trigger the "Automated Work Processes" event in Stellaris:

Player choices

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

  • Additional laborers never hurt anybody.
    • Gain 200 Mechanical Pops on …
  • If they cannot be identified, have them scrapped.
    • +1000 Alloys

Firing conditions

Show raw conditions
NOT = { has_situation_flag = triggered_syndaw_505 }
NOT = { has_situation_flag = flag_recent_event }
owner = {
  has_built_species = yes
  any_owned_planet = {
    is_occupied_flag = no
    free_housing > 500
    any_owned_pop_group = {
      NOT = {
        has_trait = trait_mechanical
      }
    }
  }
}