# The awarded idea is the authoritative outcome; no parallel flag is kept. GER_siemens_outcome_settled = { OR = { has_idea = GER_siemens_focused_industrials has_idea = GER_siemens_digital_industries has_idea = GER_siemens_automation_core has_idea = GER_siemens_diversified_conglomerate } } GER_ai_path_selected = { OR = { has_global_flag = GER_HISTORICAL_FOCUS_PATH has_global_flag = GER_LIBERAL_FOCUS_PATH has_global_flag = GER_GREEN_FOCUS_PATH has_global_flag = GER_POPULIST_FOCUS_PATH has_global_flag = GER_SOCIALIST_FOCUS_PATH has_global_flag = GER_NATIONALIST_FOCUS_PATH has_global_flag = GER_MONARCHIST_FOCUS_PATH } } GER_ai_historical_path = { OR = { is_historical_focus_on = yes has_global_flag = GER_HISTORICAL_FOCUS_PATH } } GER_ai_not_historical_path = { OR = { has_global_flag = GER_LIBERAL_FOCUS_PATH has_global_flag = GER_GREEN_FOCUS_PATH has_global_flag = GER_POPULIST_FOCUS_PATH has_global_flag = GER_SOCIALIST_FOCUS_PATH has_global_flag = GER_NATIONALIST_FOCUS_PATH has_global_flag = GER_MONARCHIST_FOCUS_PATH } } GER_ai_not_liberal_path = { NOT = { has_global_flag = GER_LIBERAL_FOCUS_PATH } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_not_green_path = { NOT = { has_global_flag = GER_GREEN_FOCUS_PATH } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_not_populist_path = { NOT = { has_global_flag = GER_POPULIST_FOCUS_PATH } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_not_socialist_path = { NOT = { has_global_flag = GER_SOCIALIST_FOCUS_PATH } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_not_nationalist_path = { NOT = { has_global_flag = GER_NATIONALIST_FOCUS_PATH } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_not_monarchist_path = { NOT = { has_global_flag = GER_MONARCHIST_FOCUS_PATH } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_irredentist_path = { OR = { has_global_flag = GER_NATIONALIST_FOCUS_PATH has_global_flag = GER_MONARCHIST_FOCUS_PATH } } GER_ai_not_irredentist_path = { NOT = { GER_ai_irredentist_path = yes } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_republic_collapse_path = { OR = { has_global_flag = GER_SOCIALIST_FOCUS_PATH has_global_flag = GER_NATIONALIST_FOCUS_PATH has_global_flag = GER_MONARCHIST_FOCUS_PATH } } GER_ai_not_republic_collapse_path = { NOT = { GER_ai_republic_collapse_path = yes } OR = { is_historical_focus_on = yes GER_ai_path_selected = yes } } GER_ai_stable_republic_path = { OR = { is_historical_focus_on = yes has_global_flag = GER_HISTORICAL_FOCUS_PATH has_global_flag = GER_LIBERAL_FOCUS_PATH has_global_flag = GER_GREEN_FOCUS_PATH has_global_flag = GER_POPULIST_FOCUS_PATH } } GER_ai_not_stable_republic_path = { GER_ai_republic_collapse_path = yes } GER_ai_war_ready = { has_war = no has_stability > 0.35 NOT = { has_idea = GER_idea_paper_army } NOT = { has_active_mission = bankruptcy_incoming_collapse } } GER_ai_constitution_settled = { OR = { has_country_flag = GER_constitutional_government has_completed_focus = GER_will_of_the_republic has_completed_focus = GER_expand_article_twenty_one } } GER_ai_phase_rebuild = { has_war = no NOT = { has_completed_focus = GER_bringing_germany_closer_together } } GER_ai_phase_recovery = { has_war = no has_civil_war = no GER_ai_constitution_settled = yes } GER_ai_phase_recovery_statist = { GER_ai_phase_recovery = yes OR = { has_government = nationalist has_global_flag = GER_NATIONALIST_FOCUS_PATH has_global_flag = GER_MONARCHIST_FOCUS_PATH } } GER_ai_phase_recovery_market = { GER_ai_phase_recovery = yes NOT = { GER_ai_phase_recovery_statist = yes } } GER_ai_phase_recovery_done = { OR = { has_completed_focus = GER_an_active_germany has_completed_focus = GER_a_digital_germany date > 2015.1.1 } } GER_ai_warpath_ready = { has_stability > 0.35 NOT = { has_active_mission = bankruptcy_incoming_collapse } OR = { AND = { has_global_flag = GER_MONARCHIST_FOCUS_PATH has_completed_focus = GER_a_new_constitution has_completed_focus = GER_crusade_against_democracy } AND = { has_global_flag = GER_NATIONALIST_FOCUS_PATH has_completed_focus = GER_our_long_lost_glory } } }