BLR_ai_path_follows_lukashenko = { OR = { has_global_flag = BLR_HISTORICAL_FOCUS_PATH AND = { has_global_flag = BLR_TIKHANOVSKAYA_FOCUS_PATH emerging_reactionaries_are_in_power = yes } } } BLR_ai_path_avoids_lukashenko = { OR = { has_global_flag = BLR_EUROPEAN_BELARUS_FOCUS_PATH has_global_flag = BLR_POPULAR_FRONT_FOCUS_PATH has_global_flag = BLR_NATIONAL_BOLSHEVIKS_FOCUS_PATH has_global_flag = BLR_LITBEL_FOCUS_PATH has_global_flag = BLR_OLIGARCHY_FOCUS_PATH } } # The Tikhanovskaya path shares the spine until the revolution unseats the incumbent. BLR_ai_path_abandons_lukashenko = { OR = { BLR_ai_path_avoids_lukashenko = yes AND = { has_global_flag = BLR_TIKHANOVSKAYA_FOCUS_PATH emerging_reactionaries_are_in_power = no } } } BLR_ai_path_avoids_the_crackdown = { OR = { BLR_ai_path_avoids_lukashenko = yes has_global_flag = BLR_TIKHANOVSKAYA_FOCUS_PATH } } BLR_ai_path_turns_west = { OR = { has_global_flag = BLR_EUROPEAN_BELARUS_FOCUS_PATH has_global_flag = BLR_TIKHANOVSKAYA_FOCUS_PATH } } BLR_can_send_azot_mission = { custom_trigger_tooltip = { tooltip = BLR_can_send_azot_mission_TT check_variable = { ROOT.current_azot_capacity < ROOT.current_max_azot_capacity } } } BLR_has_tractors_for_export = { custom_trigger_tooltip = { tooltip = BLR_tractors_1000 check_variable = { BLR_tractors > 999 } } } BLR_tractor_plant_below_cap = { custom_trigger_tooltip = { tooltip = BLR_tractor_plant_below_cap_TT check_variable = { BLR_tractors < 30000 } } } BLR_has_no_pending_tractor_offer = { custom_trigger_tooltip = { tooltip = BLR_has_no_pending_tractor_offer_TT NOT = { has_country_flag = BLR_pending_tractor_offer } } } BLR_is_not_currently_sending_azot_mission = { custom_trigger_tooltip = { tooltip = BLR_is_not_currently_sending_azot_mission_TT NOT = { has_decision = BLR_mission_to_Poland } NOT = { has_decision = BLR_mission_to_Germany } NOT = { has_decision = BLR_mission_to_France } NOT = { has_decision = BLR_mission_to_Norway } NOT = { has_decision = BLR_mission_to_Sweden } NOT = { has_decision = BLR_mission_to_Russia } NOT = { has_decision = BLR_mission_to_Ukraine } NOT = { has_decision = BLR_mission_to_Kazahstan } NOT = { has_decision = BLR_mission_to_Czechia } NOT = { has_decision = BLR_mission_to_Netherland } NOT = { has_country_flag = BLR_pending_offer } } }