KOR_war_with_at_prk = { #ROK Always fight at Korean Peninsula, without PRK Capitulated.
	allowed = {
		original_tag = KOR
	}

	enable = {
		KOR = {
			exists = yes
			has_war_with = PRK
			NOT = {
				has_war_with = PRC
			}
		}
		PRK = {
			OR = {
				exists = yes
				has_capitulated = no
			}
		}
	}
	abort = {
		always = no
	}
	
	ai_strategy = {
		type = conquer
		id = PRK
		value = 1000
	}
	ai_strategy = {
		type = front_control
		tag = PRK
		ratio = 0.85
		priority = 1000
		ordertype = front
		execution_type = rush
	}
}
KOR_war_with_at_prk_2 = { #ROK Always fight at Korean Peninsula, without PRK Capitulated.
	allowed = {
		original_tag = KOR
	}

	enable = {
		KOR = {
			exists = yes
		}
		PRK = {
			OR = {
				exists = yes
				has_capitulated = no
			}
		}
	}
	abort = {
		always = no
	}
	
	ai_strategy = {
		type = front_unit_request
		tag = PRK
		value = 1000
	}
}
KOR_war_with_at_prk_3 = { #ROK Always fight at Korean Peninsula, without PRK Capitulated.
	allowed = {
		original_tag = KOR
	}

	enable = {
		KOR = {
			exists = yes
			has_war_with = PRC
			NOT = {
				has_war_with = PRK
			}
		}
	}
	abort_when_not_enabled = yes
	
	ai_strategy = {
		type = front_unit_request
		tag = PRK
		value = 1000
	}
}
KOR_if_not_prk_cap_dont_go_another = {
	allowed = {
		original_tag = KOR
	}

	enable = {
		KOR = {
			exists = yes
		}
		PRK = {
			OR = {
				exists = yes
				has_capitulated = no
			}
		}
	}
	abort = {
		always = no
	}

	ai_strategy = {
		type = force_defend_ally_borders
		id = PRK
		value = 100
	}
	
	ai_strategy = {
		type = dont_defend_ally_borders
		id = CHI
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = RAJ
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = BRM
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = VIN
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = LAO
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = CAM
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = PHI
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = MAL
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = INS
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = AST
		value = 1000
	}
	ai_strategy = {
		type = dont_defend_ally_borders
		id = SIG
		value = 1000
	}
}
KOR_dont_want_to_go_arabia = {
	allowed = {
		original_tag = KOR
	}

	enable = {
		KOR = {
			exists = yes
			has_completed_focus = KOR_follow_up_measures
		}
	}
	abort = {
		always = no
	}

	ai_strategy = {
		type = send_volunteers_desire
		id = SAU
		value = -1000
	}
	ai_strategy = {
		type = send_volunteers_desire
		id = SAR
		value = -1000
	}
	ai_strategy = {
		type = send_volunteers_desire
		id = ARR
		value = -1000
	}
	ai_strategy = {
		type = send_volunteers_desire
		id = ROC
		value = -1000
	}
	ai_strategy = {
		type = send_volunteers_desire
		id = JAH
		value = -1000
	}
}