StellarisCommands.com

OK

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

OK

Country eventMean time: 100 years

OK

The command below will trigger the "OK" event in Stellaris:

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how OK (fallen_machine_empire.70) connects.

Can lead to

Firing conditions

Show raw conditions
is_ai = no
is_country_type = default
is_subject = no
is_machine_empire = no
NOT = { has_country_flag = fe_task_given }
NOT = { has_global_flag = fe_task_no_colonies_active }
NOT = {
  any_owned_planet = {
    is_under_colonization = yes
  }
}

end_game_years_passed < 0

NOR = {
  has_country_flag = fe_task_no_wars
  has_country_flag = fe_task_no_colonies
}

any_country = {
  is_valid_fallen_empire_for_task = yes
  is_machine_empire = yes
  is_enigmatic_to = root
  has_communications = root
  OR = {
    has_opinion_modifier = { who = prev modifier = opinion_refused_fallen_empire_request }
    has_opinion_modifier = { who = prev modifier = opinion_refused_fallen_empire_task }
    has_opinion_modifier = { who = prev modifier = opinion_failed_fallen_empire_task }
    root = { has_valid_civic = civic_machine_terminator }
    root = { has_valid_civic = civic_hive_devouring_swarm }
    root = { has_valid_civic = civic_fanatic_purifiers }
  }
}