seek_japanese_alliance = {

	enable = {
		has_country_flag = seeks_japanese_alliance
	}
	
	abort = {
		NOT = { has_country_flag = seeks_japanese_alliance }
	}
	
	ai_strategy = {
		type = befriend
		id = "JAP"
		value = 100
	}
	ai_strategy = {
		type = alliance
		id = "JAP"
		value = 250
	}
}