OK
The "OK" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
OK
Country eventMean time: 10 days
OK
The command below will trigger the "OK" event in Stellaris:
Firing conditions
Show raw conditions
has_global_flag = fe_task_no_wars_active
OR = {
NOT = { any_country = { has_country_flag = fe_task_no_wars } }
NOT = { any_country = { has_country_flag = fe_task_no_wars_origin } }
any_country = {
has_country_flag = fe_task_no_wars_origin
OR = {
NOT = { is_country_type = fallen_empire }
any_country = {
has_country_flag = fe_task_no_wars
is_at_war_with = prev
}
}
}
}