TUR_historical_plan = {
	name = "Turkey Historical Plan"
	desc = "Turkey will pursue neutrality for as long as possible, and then join the Allies."

	allowed = {
		original_tag = TUR
	}
	enable = {
		OR = {
			AND = {
				is_historical_focus_on = yes
				has_game_rule = {
					rule = TUR_ai_behavior
					option = DEFAULT
				}	
			}
			has_country_flag = TUR_AI_RANDOM_NEUTRALITY_HISTORICAL
			has_game_rule = {
				rule = TUR_ai_behavior
				option = HISTORICAL
			}
		}
	}
	abort = {
		OR = {
			has_war_with = GER
			has_war_with = ITA
			has_war_with = FRA
			has_war_with = ENG
			has_war_with = SOV
			has_war_with = GRE
			has_government = communism
			has_government = democratic
			has_government = fascism
		}
	}

	ai_national_focuses = {
		# Do this when possible -- If missing GOE, this should just be ignored and skipped
		SSB_expand_turkeys_military_infrastructure
		SSB_expand_turkish_chromium_deposits

		#1936
		TUR_learning_from_the_great_war #35
		TUR_modernising_the_army #35
		TUR_embrace_military_tradition #35
		TUR_the_montreux_convention #70
		TUR_continue_the_policy_of_etatism #70
		TUR_millet_mektebi_focus #70
		TUR_continue_the_sumerbank_industrialization_scheme #70

		#1937
		TUR_ratify_the_six_arrows #35
		TUR_peace_at_home #35
		TUR_the_sanayiciler #35
		SSB_the_saadabad_pact #35
		TUR_turkish_state_railways #70
		SSB_economic_cooperation #35
		SSB_expand_road_and_rail_connections #70
		TUR_cooperate_with_the_debt_council #35

		#1938
		TUR_utilize_foreign_capital #70
		TUR_the_second_five_year_plan #70
		TUR_the_guardians_of_kemalism #35
		TUR_assess_our_future #35
		TUR_peace_in_the_world #35
		TUR_turk_ulusu #70
		TUR_abuse_the_office_of_soil_products #70

		#1939
		TUR_reconfigure_our_foreign_policy #70
		TUR_the_anglo_turkish_agreement #35
		TUR_the_hatay_issue #35
		SSB_integration_of_our_infrastructure #35
		TUR_hava_okulu #35
		TUR_expand_the_air_bases #35
		TUR_expand_the_golcuk_naval_base #70
		SSB_military_cooperation #35

		#1940
		SSB_joint_military_exercises #35
		SSB_coordinate_military_production #70
		TUR_host_exiled_scientists #70
		TUR_relocate_from_yildiz_palace #70
		TUR_utilising_our_terrain #70
		
		#1941
		TUR_superiority_of_arms #35
		TUR_applying_british_oil_embargoes_on_iraq #70
		TUR_renew_the_turkish_soviet_non_aggression_pact #35
		TUR_the_german_turkish_friendship_treaty #35
		TUR_the_clodius_agreement #70
		TUR_construct_the_cakmak_line #70
		TUR_approve_the_funkplan #70

		#1942
		TUR_provide_refuge_to_the_victims_of_fascism #70
		TUR_the_batumi_accord #70
		TUR_the_path_of_the_wolf #35
		TUR_accelerate_native_fighter_designs #35
		TUR_patrol_the_seas #35
		TUR_turkish_air_defense_platforms #70
		TUR_variant_turkish_tax_focus #35
		TUR_fortified_defensive_bases #70

		#1943
 		TUR_the_pontic_redoubt #35
		TUR_the_chester_concession #70
		TUR_american_motor_factories #70
		TUR_bomber_schematics #70
		TUR_purchase_italian_light_tanks #70
		TUR_invite_german_officers_to_izmir
		TUR_soviet_tank_factories #70
		TUR_adana_to_baku_highway #70

		#1944
		TUR_turk_silahli_kuvvetleri #70
		TUR_dissolve_the_ODPA #70
		TUR_controlling_the_skies_of_europe #70
		TUR_expanding_our_navy #70
		TUR_join_the_allies #70
		SSB_combined_arms #35
		SSB_saadabad_research_cooperation #35

	}

	research = {

	}

	ideas = {
		TUR_hilmi_uran = 15
		TUR_ismet_inonu = 10
		TUR_sukru_saracoglu_prime_minister = 7
		TUR_fevzi_cakmak = 5
	}

	# Focuses never to take
	focus_factors = {
		# If you plan to stay NEUTRAL, DON'T JOIN OR CREATE ANY FACTIONS!!! (they abort this plan if they find themselves at war so in that case it won't matter, and thus be fine) 
		TUR_the_mediterranean_entente = 0
		TUR_join_the_axis = 0
		TUR_anti_bolshevik_mediterranean_bloc = 0
		TUR_readdress_the_montreux_convention = 0
		TUR_continue_to_prioritise_balkan_integrity = 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
		}
	}

}