NKO_has_modern_tank_modules = { count_triggers = { amount = 3 has_tech = diesel_engine_tech_4 has_tech = turbine_engine_tech_3 has_tech = electric_engine_tech_2 has_tech = defensive_systems_3 has_tech = medium_gun_tech_2 } } NKO_can_export_tank = { OR = { AND = { has_tech = mbt_tech_2 NKO_has_modern_tank_modules = yes } has_tech = MBT_4 } } NKO_can_export_apc = { OR = { has_tech = APC_4 has_tech = mbt_tech_2 } } NKO_can_export_ifv = { OR = { has_tech = IFV_4 has_tech = mbt_tech_2 } } NKO_ai_not_historical_path = { OR = { has_global_flag = NKO_KIM_JONG_NAM_FOCUS_PATH has_global_flag = NKO_MILITARY_JUNTA_FOCUS_PATH } } NKO_ai_historical_path = { OR = { has_global_flag = NKO_HISTORICAL_FOCUS_PATH AND = { is_historical_focus_on = yes NKO_ai_not_historical_path = no } } } NKO_ai_not_kim_jong_nam_path = { NOT = { has_global_flag = NKO_KIM_JONG_NAM_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = NKO_HISTORICAL_FOCUS_PATH has_global_flag = NKO_MILITARY_JUNTA_FOCUS_PATH } } NKO_ai_not_military_junta_path = { NOT = { has_global_flag = NKO_MILITARY_JUNTA_FOCUS_PATH } OR = { is_historical_focus_on = yes has_global_flag = NKO_HISTORICAL_FOCUS_PATH has_global_flag = NKO_KIM_JONG_NAM_FOCUS_PATH } } NKO_ai_orthodox_path = { OR = { NKO_ai_historical_path = yes has_global_flag = NKO_MILITARY_JUNTA_FOCUS_PATH } } NKO_ai_not_orthodox_path = { has_global_flag = NKO_KIM_JONG_NAM_FOCUS_PATH } NKO_ai_byungjin_path = { OR = { NKO_ai_historical_path = yes has_global_flag = NKO_KIM_JONG_NAM_FOCUS_PATH } } NKO_ai_not_byungjin_path = { has_global_flag = NKO_MILITARY_JUNTA_FOCUS_PATH } NKO_is_pursuing_peaceful_reunification = { OR = { has_global_flag = NKO_KIM_JONG_NAM_FOCUS_PATH has_completed_focus = NKO_diplomatic_overtures has_completed_focus = KOR_joint_peace has_completed_focus = KOR_pursue_peace_treaty has_country_flag = korea_peninsula_reunited AND = { country_exists = KOR is_in_faction_with = KOR } } } NKO_sub_track_untiered = { NOT = { OR = { has_idea = NKO_sub_tier_1 has_idea = NKO_sub_tier_2 has_idea = NKO_sub_tier_3 has_idea = NKO_sub_tier_4 } } } NKO_mb_track_untiered = { NOT = { OR = { has_idea = NKO_mb_tier_1 has_idea = NKO_mb_tier_2 has_idea = NKO_mb_tier_3 has_idea = NKO_mb_tier_4 } } } NKO_cd_track_untiered = { NOT = { OR = { has_idea = NKO_cd_tier_1 has_idea = NKO_cd_tier_2 has_idea = NKO_cd_tier_3 has_idea = NKO_cd_tier_4 } } } NKO_so_track_untiered = { NOT = { OR = { has_idea = NKO_so_tier_1 has_idea = NKO_so_tier_2 has_idea = NKO_so_tier_3 has_idea = NKO_so_tier_4 } } }