FRA_historical_plan = {
	name = "France historical plan"
	desc = "Historical behavior for France"

	allowed = {
		original_tag = FRA
	}
	enable = {
		OR = {
			AND = {
				is_historical_focus_on = yes
				has_game_rule = {
					rule = FRA_ai_behavior
					option = DEFAULT
				}	
			}
			has_game_rule = {
				rule = FRA_ai_behavior
				option = DEMOCRATIC_HISTORICAL
			}
			has_country_flag = FRA_AI_DEMOCRATIC_HISTORICAL
		}
	}
	abort = {
		OR = {
			GER = { has_completed_focus = GER_oppose_hitler }
			GER = { has_completed_focus = GER_oppose_hitler_ww }
			AND = {
				ENG = { has_completed_focus = ENG_a_change_in_course }
				NOT = { 
					OR = {
						GER = { has_completed_focus = GER_oppose_hitler }
						GER = { has_completed_focus = GER_oppose_hitler_ww }
					}
				}
			}
		}
		has_game_rule = {
			rule = FRA_ai_behavior
			option = DEFAULT
		}
	}

	ai_national_focuses = {
		#1936
		FRA_form_the_popular_front
		FRA_general_work_council #35
		FRA_ban_the_leagues #35
		FRA_reform_the_labour_laws #35
		FRA_review_foreign_policy
		FRA_intervention_in_spain #35
		FRA_the_blum_viollette_proposal	

		#1937
		FRA_begin_rearmament
		FRA_devalue_the_franc
		FRA_invest_in_the_metropole
		FRA_nationalize_key_industry
		FRA_metropolitan_france
		
		#1938
		FRA_form_the_state_arsenals
		FRA_dirigisme
		FRA_defensive_focus
		FRA_buy_time
		
		#1939
		FRA_firepower_kills
		FRA_reorganize_the_aviation_industry
		FRA_strengthen_government_support
		FRA_infantry_focus
		FRA_go_with_britain
		FRA_support_the_finns #35
		FRA_heavy_armor_focus

		#1940
		FRA_artillery_focus
		FRA_division_cuirassee
		FRA_army_reform
		FRA_arms_purchases_in_the_us
		FRA_air_focus

		#1941
		FRA_fighter_focus 
		FRA_heavy_fighter_focus
		FRA_air_doctrine
		FRA_naval_rearmament 
		FRA_extra_research_slot

		#1942
		FRA_industrial_expansion
		FRA_national_champions
		FRA_invest_in_the_colonies
		FRA_algerie_france
		FRA_invest_in_syria

		#1942
		FRA_colonial_industry
		FRA_extra_research_slot_2
		FRA_womens_suffrage
		
		
	}
	focus_factors = {
		FRA_right_wing_rhetoric = 0
		FRA_leftist_rhetoric = 0
	}
	research = {

	}

	ideas = {
		FRA_leon_blum = 1.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
		}
	}

}