AST_taog = { # Trigger to check if playing as Australia while having TAOG original_tag = AST has_dlc = "Thunder at Our Gates" } AST_historical_ai = { OR = { AND = { is_historical_focus_on = yes has_game_rule = { rule = AST_AI_BEHAVIOR option = DEFAULT } } has_country_flag = AST_AI_RANDOM_TAOG_HISTORICAL has_game_rule = { rule = AST_AI_BEHAVIOR option = HISTORICAL } } } AST_adela_fascist_ai = { OR = { has_country_flag = AST_ADELA_FASCIST_TAOG_AI has_game_rule = { rule = AST_AI_BEHAVIOR option = ADELA } } } AST_peter_fascist_ai = { OR = { has_country_flag = AST_PETER_FASCIST_TAOG_AI has_game_rule = { rule = AST_AI_BEHAVIOR option = PETER } } } AST_random_democratic_ai = { OR = { has_country_flag = AST_RANDOM_DEMOCRATIC_TAOG_AI has_game_rule = { rule = AST_AI_BEHAVIOR option = DEMOCRATIC_TAOG } } } AST_anti_commonwealth_communist_ai = { OR = { has_country_flag = AST_ANTI_COMMONWEALTH_COMMUNIST_TAOG_AI has_game_rule = { rule = AST_AI_BEHAVIOR option = ANTICOMMONWEALTHCOMMUNIST } } } AST_comintern_communist_ai = { OR = { has_country_flag = AST_COMINTERN_COMMUNIST_TAOG_AI has_game_rule = { rule = AST_AI_BEHAVIOR option = COMINTERNCOMMUNIST } } } AST_conscription_level_limited_conscription = { if = { limit = { NOT = { has_idea = limited_conscription } } custom_trigger_tooltip = { tooltip = AST_conscription_level_allowed_tt check_variable = { AST_conscription_level_allowed > 0 } } } } AST_conscription_level_extensive_conscription = { if = { limit = { NOT = { has_idea = extensive_conscription } } custom_trigger_tooltip = { tooltip = AST_conscription_level_allowed_tt check_variable = { AST_conscription_level_allowed > 1 } } } } AST_conscription_level_service_by_requirement = { if = { limit = { NOT = { has_idea = service_by_requirement } } custom_trigger_tooltip = { tooltip = AST_conscription_level_allowed_tt check_variable = { AST_conscription_level_allowed > 2 } } } } AST_conscription_level_all_adults_serve = { if = { limit = { NOT = { has_idea = all_adults_serve } } custom_trigger_tooltip = { tooltip = AST_conscription_level_allowed_tt check_variable = { AST_conscription_level_allowed > 3 } } } } AST_conscription_level_scraping_the_barrel = { if = { limit = { NOT = { has_idea = scraping_the_barrel } } custom_trigger_tooltip = { tooltip = AST_conscription_level_allowed_tt check_variable = { AST_conscription_level_allowed > 4 } } } } volunteer_target_is_triggered_uprising = { FROM = { has_country_flag = AST_instigated_communist_civil_war } } #PHI_central_focuses_done_T1_4 = { # custom_trigger_tooltip = { # tooltip = PHI_central_focuses_done_5_tt # check_variable = { PHI_amount_of_focuses_done_T1 > 4 } # } #} # #PHI_central_focuses_done_T2_4 = { # custom_trigger_tooltip = { # tooltip = PHI_central_focuses_done_5_tt # check_variable = { PHI_amount_of_focuses_done_T2 > 4 } # } #} # #PHI_central_focuses_done_T3_4 = { # custom_trigger_tooltip = { # tooltip = PHI_central_focuses_done_4_tt # check_variable = { PHI_amount_of_focuses_done_T3 > 3 } # } #} # #PHI_usa_focus_done_T1 = { # if = { # limit = { # has_completed_focus = PHI_declare_military_emergency # } # custom_trigger_tooltip = { # tooltip = PHI_usa_focus_done_T1_alt_tt # check_variable = { PHI_amount_of_usa_focus_done > 0 } # } # } # else = { # custom_trigger_tooltip = { # tooltip = PHI_usa_focus_done_T1_tt # check_variable = { PHI_amount_of_usa_focus_done > 0 } # } # } #} # #PHI_usa_focus_done_T2 = { # if = { # limit = { # has_completed_focus = PHI_declare_military_emergency # } # custom_trigger_tooltip = { # tooltip = PHI_usa_focus_done_T2_alt_tt # check_variable = { PHI_amount_of_usa_focus_done > 1 } # } # } # else = { # custom_trigger_tooltip = { # tooltip = PHI_usa_focus_done_T2_tt # check_variable = { PHI_amount_of_usa_focus_done > 1 } # } # } #} # #PHI_usa_focus_done_T3 = { # if = { # limit = { # has_completed_focus = PHI_declare_military_emergency # } # custom_trigger_tooltip = { # tooltip = PHI_usa_focus_done_T3_alt_tt # check_variable = { PHI_amount_of_usa_focus_done > 2 } # } # } # else = { # custom_trigger_tooltip = { # tooltip = PHI_usa_focus_done_T3_tt # check_variable = { PHI_amount_of_usa_focus_done > 2 } # } # } #} # #PHI_SEA = { # Trigger to check if playing as Philippines while having SEA # original_tag = PHI # has_dlc = "No Compromise, No Surrender" #} # #