StellarisCommands.com

OK

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

OK

Country eventMean time: 1 month

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 (war_in_heaven.12) connects.

Can lead to

Firing conditions

Show raw conditions
is_country_type = awakened_fallen_empire
has_country_flag = sleepers_awake_first_sleeper
has_global_flag = war_in_heaven_ongoing
NOT = { has_global_flag = war_in_heaven_nonaligned_league }
NOT = { has_global_flag = war_in_heaven_seeking_league_leader }
has_galactic_emperor = no
any_country = {
  is_subject = no
  NOT = {
    any_country = {
      is_country_type = awakened_fallen_empire
      is_at_war_with = prev
    }
  }
  is_country_type = default

  any_country = {
    is_subject = no
    is_country_type = default
    NOR = {
      any_country = {
        is_country_type = awakened_fallen_empire
        is_at_war_with = prev
      }
      is_homicidal = yes
      is_level_4_player_crisis = yes
      is_level_5_player_crisis = yes
      has_country_flag = war_in_heaven_league_leader_declined
      is_same_value = prev
    }
  }
}