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_stop_atrocity_active
OR = {
NOT = { any_country = { has_country_flag = fe_task_stop_atrocity } }
NOT = { any_country = { has_country_flag = fe_task_stop_atrocity_origin } }
NOT = { any_country = { has_country_flag = fe_task_stop_atrocity_target } }
any_country = {
has_country_flag = fe_task_stop_atrocity_origin
OR = {
NOT = { is_country_type = fallen_empire }
any_country = {
has_country_flag = fe_task_stop_atrocity
is_at_war_with = prev
}
}
}
}