# One agriculture/conservation policy at a time; self-check is harmless (false while picking) DEN_no_active_agri_policy = { NOT = { OR = { has_decision = DEN_Subventions_for_Grain_decision has_decision = DEN_Subventions_for_Pigs_decision has_decision = DEN_Subventions_for_Beef_decision has_decision = DEN_Subventions_for_Fishing_decision has_decision = DEN_Reforestation_decision has_decision = DEN_wildlife_conservation_decision has_decision = DEN_water_conservation_decision has_decision = DEN_marine_conservation_decision } } } # One VisitDenmark campaign at a time; self-check is harmless (false while picking) DEN_no_active_visit_campaign = { NOT = { OR = { has_decision = DEN_TV_campaign has_decision = DEN_Print_campaign has_decision = DEN_socialmedia_campaign has_decision = DEN_controversal_campaign } } } DEN_right_wing_in_power = { OR = { western_conservatism_are_in_power = yes nationalist_right_wing_populists_are_in_power = yes } } DEN_ai_western_path = { OR = { has_global_flag = DEN_HISTORICAL_FOCUS_PATH has_global_flag = DEN_EUROPEAN_UNION_FOCUS_PATH } } DEN_ai_eu_exit_path = { OR = { has_global_flag = DEN_EUROSCEPTIC_FOCUS_PATH has_global_flag = DEN_SOCIALIST_FOCUS_PATH has_global_flag = DEN_NATIONALIST_FOCUS_PATH } } DEN_ai_democratic_path = { OR = { DEN_ai_western_path = yes has_global_flag = DEN_EUROSCEPTIC_FOCUS_PATH } } DEN_ai_rival_of_democratic_path = { OR = { has_global_flag = DEN_SOCIALIST_FOCUS_PATH has_global_flag = DEN_MONARCHIST_FOCUS_PATH has_global_flag = DEN_NATIONALIST_FOCUS_PATH } } DEN_ai_any_path = { OR = { DEN_ai_democratic_path = yes DEN_ai_rival_of_democratic_path = yes } } DEN_ai_no_scripted_path = { NOT = { DEN_ai_any_path = yes } } DEN_ai_rival_of_historical_path = { OR = { has_global_flag = DEN_EUROPEAN_UNION_FOCUS_PATH DEN_ai_rival_of_democratic_path = yes has_global_flag = DEN_EUROSCEPTIC_FOCUS_PATH } } DEN_ai_rival_of_european_union_path = { OR = { has_global_flag = DEN_HISTORICAL_FOCUS_PATH DEN_ai_eu_exit_path = yes has_global_flag = DEN_MONARCHIST_FOCUS_PATH } } DEN_ai_rival_of_eurosceptic_path = { OR = { DEN_ai_western_path = yes has_global_flag = DEN_SOCIALIST_FOCUS_PATH has_global_flag = DEN_MONARCHIST_FOCUS_PATH has_global_flag = DEN_NATIONALIST_FOCUS_PATH } } DEN_ai_rival_of_western_path = { OR = { DEN_ai_eu_exit_path = yes has_global_flag = DEN_MONARCHIST_FOCUS_PATH } } DEN_ai_rival_of_eu_exit_path = { OR = { DEN_ai_western_path = yes has_global_flag = DEN_MONARCHIST_FOCUS_PATH } } DEN_ai_rival_of_monarchist_path = { OR = { DEN_ai_democratic_path = yes has_global_flag = DEN_SOCIALIST_FOCUS_PATH has_global_flag = DEN_NATIONALIST_FOCUS_PATH } } DEN_ai_rival_of_socialist_path = { OR = { DEN_ai_democratic_path = yes has_global_flag = DEN_MONARCHIST_FOCUS_PATH has_global_flag = DEN_NATIONALIST_FOCUS_PATH } } DEN_ai_rival_of_nationalist_path = { OR = { DEN_ai_democratic_path = yes has_global_flag = DEN_SOCIALIST_FOCUS_PATH has_global_flag = DEN_MONARCHIST_FOCUS_PATH } } DEN_ai_target_is_open = { is_in_faction = no is_subject = no has_war = no NOT = { has_idea = NATO_member } NOT = { has_idea = EU_member } } DEN_ai_ready_to_attack_SWE = { SWE = { DEN_ai_target_is_open = yes } strength_ratio = { tag = SWE ratio > 1.5 } } DEN_ai_ready_to_attack_NRY = { NRY = { DEN_ai_target_is_open = yes } strength_ratio = { tag = NRY ratio > 1.5 } } DEN_ai_ready_to_attack_ICE = { ICE = { DEN_ai_target_is_open = yes } strength_ratio = { tag = ICE ratio > 1.5 } } DEN_ai_ready_to_attack_FIN = { FIN = { DEN_ai_target_is_open = yes } strength_ratio = { tag = FIN ratio > 1.5 } } DEN_ai_ready_to_attack_EST = { EST = { DEN_ai_target_is_open = yes } strength_ratio = { tag = EST ratio > 1.5 } } DEN_ai_ready_to_attack_LAT = { LAT = { DEN_ai_target_is_open = yes } strength_ratio = { tag = LAT ratio > 1.5 } } DEN_ai_ready_to_attack_LIT = { LIT = { DEN_ai_target_is_open = yes } strength_ratio = { tag = LIT ratio > 1.5 } } DEN_ai_ready_to_attack_GER = { GER = { DEN_ai_target_is_open = yes } strength_ratio = { tag = GER ratio > 2.5 } } DEN_ai_ready_to_attack_ENG = { ENG = { DEN_ai_target_is_open = yes } strength_ratio = { tag = ENG ratio > 2.5 } } DEN_ai_ready_to_attack_SOV = { SOV = { DEN_ai_target_is_open = yes } strength_ratio = { tag = SOV ratio > 2.5 } } DEN_ai_ready_to_attack_UKR = { UKR = { DEN_ai_target_is_open = yes } strength_ratio = { tag = UKR ratio > 2.5 } } DEN_ai_ready_to_attack_BLR = { BLR = { DEN_ai_target_is_open = yes } strength_ratio = { tag = BLR ratio > 2.5 } } # The awarded idea is the authoritative outcome; no parallel flag is kept. DEN_novo_outcome_settled = { OR = { has_idea = DEN_novo_pharmaceutical_powerhouse has_idea = DEN_novo_premium_originator has_idea = DEN_novo_volume_manufacturer has_idea = DEN_novo_licensed_innovator } }