KOR_is_yoon_path = {
	custom_override_tooltip = {
		tooltip = KOR_is_yoon_path_tt
		OR = {
			has_government = conservative
			has_government = authoritarian_democrat
			has_government = nationalist
		}
		has_country_flag = KOR_yoon_path
		NOT = { has_country_flag = KOR_lee_path }
	}
}

KOR_is_yoon_declare_martial_law = {
	custom_override_tooltip = {
		tooltip = KOR_is_yoon_declare_martial_law_tt
		KOR_is_yoon_path = yes
		has_country_flag = KOR_yoon_taiwan_war_defeat
		has_country_flag = KOR_yoon_under_martial_law
		NOT = { has_country_flag = KOR_yoon_taiwan_war_victory }
	}
}

KOR_is_yoon_failed_coup = {
	custom_override_tooltip = {
		tooltip = KOR_is_yoon_failed_coup_tt
		KOR_is_yoon_path = yes
		has_country_flag = KOR_yoon_taiwan_war_defeat
		has_country_flag = KOR_yoon_failed_coup
		NOT = { has_country_flag = KOR_yoon_taiwan_war_victory }
	}
}

KOR_is_lee_after_yoon_path = {
	custom_override_tooltip = {
		tooltip = KOR_is_lee_after_yoon_path_tt
		has_government = social_liberal
		has_country_flag = KOR_lee_after_yoon_path
		has_country_flag = KOR_yoon_path
		NOT = { has_country_flag = KOR_lee_path }
	}
}

KOR_is_lee_path = {
	custom_override_tooltip = {
		tooltip = KOR_is_lee_path_tt
		has_government = social_liberal
		has_country_flag = KOR_lee_path
		NOT = { has_country_flag = KOR_yoon_path }
	}
}

KOR_in_taiwan_war = {
	OR = {
		has_global_flag = PRC_ongoing_taiwan_war
		hidden_trigger = {
			AND = {
				is_debug = yes
				has_country_flag = KOR_debug_taiwan_war
			}	
		}
	}
}

KOR_in_saudi_civil_war = {
	OR = {
		has_global_flag = SAU_saudi_civil_war_global
		hidden_trigger = {
			AND = {
				is_debug = yes
				has_country_flag = KOR_debug_saudi_civil_war
			}	
		}
	}
}

KOR_has_ministry_of_interior_and_safety = {
	OR = {
		has_idea = KOR_kim_chong_in_ns
		has_idea = KOR_lee_sang_min_ns
		has_idea = KOR_yoo_seong_min_ns
		has_idea = KOR_chang_Je_won_ns
		has_idea = KOR_lee_jun_seok_ns
	}
}

TFR_asian_anarchy = {
	original_tag = ZZX
	has_global_flag = KOR_asia_fucked_event_global
}