MAN_historical_plan = {
	name = "Manchukuo historical plan"
	desc = "Historical behavior for Manchukuo"

	allowed = {
		original_tag = MAN
	}
	enable = {
		OR = {
			AND = {
				is_historical_focus_on = yes
				has_game_rule = {
					rule = MAN_ai_behavior
					option = DEFAULT
				}
			}
			has_country_flag = MAN_AI_RANDOM_OBEDIENCE
			has_game_rule = {
				rule = MAN_ai_behavior
				option = OBEDIENCE
			}
		}
	}
	abort = {
		JAP = {
			OR = {
				has_completed_focus = JAP_strengthen_civilian_government
				has_completed_focus = JAP_the_unthinkable_option
				has_completed_focus = JAP_okadas_military_purge_speech
			}
		}
	}

	ai_national_focuses = {
		MAN_pacify_the_countryside
		MAN_invite_japanese_settlers
		MAN_collective_farms
		MAN_trade_delegation
		MAN_expand_the_textile_industry
		MAN_law_university
		MAN_army_modernization
		MAN_mukden_military_academy
		MAN_research_and_education_department

		MAN_obedience
		MAN_first_five_year_plan
		MAN_invite_japanese_investors
		MAN_develop_aluminum_sources
		MAN_expand_showa_steel_works
		MAN_hoankyoku

		MAN_expand_the_railways
		MAN_social_research_unit

		MAN_mukden_arsenal

		MAN_alliance_with_the_kwantung_army
		MAN_chinese_leadership
		MAN_vassalize_mengukuo
		MAN_national_cooperation_government
		MAN_the_two_emperors

		MAN_mamc
		MAN_second_five_year_plan
		MAN_national_defense_state

		CHI_invite_foreign_investors

		CHI_mission_to_germany
		CHI_closer_ties_with_germany
		CHI_give_falkenhausen_citizenship
		CHI_chinese_panzers
		CHI_tank_plant

		CHI_collaboration_with_the_japanese
	}

	focus_factors = {
		MAN_vassalize_mengukuo = 0
		MAN_national_cooperation_government = 0
		MAN_the_two_emperors = 0
	}

	# Keep small, as it is used as a factor for some things (such as research needs)
	# Recommended around 1.0. Useful for relation between plans
	weight = {
		factor = 1.0
		modifier = {
			factor = 1.0
		}
	}

}