focus_tree = {

	id = united_kingdom_focus

	country = {
		factor = 0

		modifier = {
			add = 20
			original_tag = ENG
		}
	}

	focus = {
		id = ENG_vitalize_westminster
		icon = demand_territory2
		x = 6
		y = 0
		cost = 10

		completion_reward = {
			add_political_power = 50
			add_popularity = {
				ideology = democratic
				popularity = 0.03
			}
			add_popularity = {
				ideology = communism
				popularity = 0.03
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_the_future_of_britain
		icon = propaganda
		x = 27
		y = 0
		cost = 10

		completion_reward = {
			add_political_power = 50
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_british_armed_forces
		icon = army_logistics
		x = 46
		y = 0
		cost = 10

		completion_reward = {
			army_experience = 5
			navy_experience = 5
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_economic_stimulus
		icon = consumer_goods
		x = 2
		y = 1
		cost = 10

		prerequisite = {
			focus = ENG_vitalize_westminster
		}

		completion_reward = {
			add_tech_bonus = {
				name = industrial_bonus
				bonus = 0.4
				uses = 1
				category = industry
			}
			add_popularity = {
				ideology = democratic
				popularity = 0.03
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_political_reform
		icon = demand_territory
		x = 10
		y = 1
		cost = 10

		prerequisite = {
			focus = ENG_vitalize_westminster
		}

		completion_reward = {
			add_political_power = 50
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_democratic_tradition
		icon = democracy
		x = 22
		y = 1
		cost = 10

		prerequisite = {
			focus = ENG_the_future_of_britain
		}

		mutually_exclusive = {
			focus = ENG_a_new_path
		}

		completion_reward = {
			add_popularity = {
				ideology = democratic
				popularity = 0.05
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_a_new_path
		icon = anti_democracy
		x = 32
		y = 1
		cost = 10

		prerequisite = {
			focus = ENG_the_future_of_britain
		}

		mutually_exclusive = {
			focus = ENG_democratic_tradition
		}

		completion_reward = {
			add_popularity = {
				ideology = democratic
				popularity = -0.05
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_focus_on_the_army
		icon = infantry_commonwealth
		x = 44
		y = 1
		cost = 10

		prerequisite = {
			focus = ENG_british_armed_forces
		}

		mutually_exclusive = {
			focus = ENG_focus_on_the_navy
		}

		completion_reward = {
			army_experience = 20
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_focus_on_the_navy
		icon = navy2
		x = 48
		y = 1
		cost = 10

		prerequisite = {
			focus = ENG_british_armed_forces
		}

		mutually_exclusive = {
			focus = ENG_focus_on_the_army
		}

		completion_reward = {
			navy_experience = 20
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_english_industry
		icon = industry_civilian
		x = 0
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_economic_stimulus
		}

		completion_reward = {
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
					}
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
					}
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
		}
	}

	focus = {
		id = ENG_scottish_industry
		icon = industry_civilian
		x = 2
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_economic_stimulus
		}

		bypass = {
			NOT = { owns_state = 9 } 
			NOT = { owns_state = 437 }
		}

		completion_reward = {
			random_owned_state = {
				limit = {
					region = 3
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
			random_owned_state = {
				limit = {
					region = 3
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
		}
	}

	focus = {
		id = ENG_imperial_industry
		icon = industry_civilian
		x = 4
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_economic_stimulus
		}

		completion_reward = {
			random_owned_state = {
				limit = {
					NOT = { region = 1 }
					NOT = { region = 2 }
					NOT = { region = 3 }
					NOT = { region = 4 }
					state_population > 3000
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
		}
	}

	focus = {
		id = ENG_expand_the_home_ministry
		icon = race_relations2
		x = 8
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_political_reform
		}

		completion_reward = {
			add_political_power = 50
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_expand_the_foreign_ministry
		icon = alliance
		x = 13
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_political_reform
		}

		completion_reward = {
			add_political_power = 50
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_the_future_of_the_NHS
		icon = production
		x = 15
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_political_reform
		}

		completion_reward = {
			country_event = britain_md.2
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_europe_is_the_future
		icon = align_to_europe
		x = 18
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_democratic_tradition
		}

		mutually_exclusive = {
			focus = ENG_careful_cooperation
		}
		mutually_exclusive = {
			focus = ENG_distance_from_europe
		}

		available = {
			has_idea = EU_member
		}

		completion_reward = {
			add_political_power = 25
			add_popularity = {
				popularity = 0.05
				ideology = democratic
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_careful_cooperation
		icon = molotov_ribbentrop_pact
		x = 22
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_democratic_tradition
		}

		mutually_exclusive = {
			focus = ENG_europe_is_the_future
		}
		mutually_exclusive = {
			focus = ENG_distance_from_europe
		}

		completion_reward = {

			add_political_power = 25
			add_popularity = {
				popularity = 0.05
				ideology = democratic
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_distance_from_europe
		icon = align_to_britain
		x = 26
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_democratic_tradition
		}

		mutually_exclusive = {
			focus = ENG_europe_is_the_future
		}
		mutually_exclusive = {
			focus = ENG_careful_cooperation
		}

		completion_reward = {
			add_political_power = 50
			add_popularity = {
				popularity = 0.05
				ideology = communism
			}
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_towards_the_left
		icon = communism
		x = 29
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_a_new_path
		}

		mutually_exclusive = {
			focus = ENG_towards_the_right
		}

		completion_reward = {
			news_event = britain_news.59
			add_popularity = {
				ideology = democratic
				popularity = -0.03
			}
			add_popularity = {
				ideology = communism
				popularity = 0.15
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_towards_the_right
		icon = fascism
		x = 35
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_a_new_path
		}

		mutually_exclusive = {
			focus = ENG_towards_the_left
		}

		completion_reward = {

			news_event = britain_news.60
			add_popularity = {
				ideology = fascism
				popularity = 0.03
			}
			add_popularity = {
				ideology = nationalist
				popularity = 0.15
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_industry_in_manchester
		icon = industry_military
		x = 40
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_focus_on_the_army
		}

		bypass = {
			11 = {
				free_building_slots = {
					building = arms_factory
					size < 2
					include_locked = yes
				}
			}
		}

		completion_reward = {
			11 = {
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_army_training
		icon = infantry_axis
		x = 42
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_focus_on_the_army
		}

		completion_reward = {
			army_experience = 15
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_expand_the_air_force
		icon = air_force
		x = 46
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_focus_on_the_army
			focus = ENG_focus_on_the_navy
		}

		completion_reward = {
			air_experience = 15
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_naval_prototypes
		icon = navy
		x = 50
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_focus_on_the_navy
		}

		completion_reward = {
			navy_experience = 15
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_industry_in_liverpool
		icon = naval_dockyard
		x = 52
		y = 2
		cost = 10

		prerequisite = {
			focus = ENG_focus_on_the_navy
		}

		bypass = {
			11 = {
				free_building_slots = {
					building = dockyard
					size < 2
					include_locked = yes
				}
			}
		}

		completion_reward = {
			11 = {
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_dockyards_1
		icon = naval_dockyard
		x = 1
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_english_industry
			focus = ENG_scottish_industry
		}

		completion_reward = {
			navy_experience = 5
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
						region = 3
						region = 4
					}
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
						region = 3
						region = 4
					}
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_north_sea_oil
		icon = oil_production
		x = 3
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_scottish_industry
		}

		completion_reward = {
			if = {
				limit = {
					OR = {
						owns_state = 14
						any_country = {
							is_puppet_of = ENG
							owns_state = 136
						}
					}
				}
				add_resource = {	#Aberdeenshire
					type = oil
					amount = 5
					state = 14
				}
			}
			if = {
				limit = {
					OR = {
						owns_state = 276
						any_country = {
							is_puppet_of = ENG
							owns_state = 276
						}
					}
				}
				add_resource = { 	#Lothian
					type = oil
					amount = 7
					state = 276
				}
			}
			if = {
				limit = {
					OR = {
						owns_state = 8
						any_country = {
							is_puppet_of = ENG
							owns_state = 8
						}
					}
				}
				add_resource = {	#Northern England
					type = oil
					amount = 5
					state = 8
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_imperial_dockyards
		icon = naval_dockyard
		x = 5
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_imperial_industry
		}

		completion_reward = {
			navy_experience = 5
			random_owned_state = {
				limit = {
					NOT = {
						OR = {
							region = 1
							region = 2
							region = 3
							region = 4
						}
					}
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_freedom_first
		icon = democracy
		x = 7
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_expand_the_home_ministry
		}

		mutually_exclusive = {
			focus = ENG_security_first
		}

		completion_reward = {
			add_war_support = 0.05
			add_popularity = {
				ideology = democratic
				popularity = 0.02
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_security_first
		icon = neutrality
		x = 9
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_expand_the_home_ministry
		}

		mutually_exclusive = {
			focus = ENG_freedom_first
		}

		completion_reward = {
			add_political_power = 75
			add_popularity = {
				ideology = democratic
				popularity = 0.02
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_go_with_europe
		icon = align_to_europe
		x = 11
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_expand_the_foreign_ministry
		}

		mutually_exclusive = {
			focus = ENG_go_with_the_commonwealth
		}
		mutually_exclusive = {
			focus = ENG_britain_first
		}

		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = ENG
						tag = USA
						has_idea = EU_member
						is_in_faction_with = ENG
					}
				}
				news_event = britain_news.55
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_go_with_the_commonwealth
		icon = infantry_commonwealth
		x = 13
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_expand_the_foreign_ministry
		}

		mutually_exclusive = {
			focus = ENG_go_with_europe
		}
		mutually_exclusive = {
			focus = ENG_britain_first
		}

		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = ENG
						tag = USA
						has_idea = EU_member
						is_in_faction_with = ENG
					}
				}
				news_event = britain_news.56
			}
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_britain_first
		icon = align_to_britain
		x = 15
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_expand_the_foreign_ministry
		}

		mutually_exclusive = {
			focus = ENG_go_with_europe
		}
		mutually_exclusive = {
			focus = ENG_go_with_the_commonwealth
		}

		completion_reward = {
			add_political_power = 20
			every_country = {
				limit = {
					OR = {
						tag = ENG
						tag = USA
						has_idea = EU_member
						is_in_faction_with = ENG
					}
				}
				news_event = britain_news.57
			}
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_european_cooperation_1
		icon = major_alliance
		x = 18
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_europe_is_the_future
		}

		available = {
			has_idea = EU_member
		}

		completion_reward = {
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_special_treatment
		icon = intelligence_exchange
		x = 21
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_careful_cooperation
		}

		completion_reward = {
			add_political_power = 150
			every_country = {
				limit = {
					NOT = { tag = ENG }
					has_idea = EU_member
				}
				country_event = britain_md.3
				add_opinion_modifier = {
					target = ENG
					modifier = has_demanded_special_treatment
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_brexit_referendum
		icon = Election
		x = 24
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_careful_cooperation
			focus = ENG_distance_from_europe
		}

		bypass = {
			has_country_flag = brexit_referendum
		}

		available = {
			NOT = { has_completed_focus = ENG_union_of_nations }
			OR = {
				has_completed_focus = ENG_distance_from_europe
			}
		}

		completion_reward = {
			set_country_flag = brexit_referendum
			country_event = britain_md.4
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_new_diplomatic_initiatives
		icon = national_unity
		x = 26
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_distance_from_europe
		}

		completion_reward = {
			add_war_support = 0.05
			add_political_power = 25
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_abolish_the_monarchy
		icon = communism2
		x = 29
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_towards_the_left
		}

		completion_reward = {
			country_event = britain_md.5
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_empower_the_throne
		icon = monarchism
		x = 33
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_towards_the_right
		}

		mutually_exclusive = {
			focus = ENG_empower_the_government
		}

		completion_reward = {
			add_political_power = 25
			add_popularity = {
				ideology = nationalist
				popularity = 0.2
			}
			recalculate_party = yes
			set_country_flag = elizabeth_abdicates_monarchist
			if = {
				limit = { has_idea = ENG_queen_elizabeth_2 }
				hidden_effect = {
					random_list = {
						80 = { }
						20 = { country_event = britain_md.6 }
					}
				}
			}
		}

		ai_will_do = {
			factor = 15
		}
	}

	focus = {
		id = ENG_empower_the_government
		icon = demand_territory2
		x = 37
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_towards_the_right
		}

		mutually_exclusive = {
			focus = ENG_empower_the_throne
		}

		completion_reward = {
			add_political_power = 50
			set_country_flag = elizabeth_abdicates_nationalist
			if = {
				limit = { has_idea = ENG_queen_elizabeth_2 }
				hidden_effect = {
					random_list = {
						20 = { }
						80 = { country_event = britain_md.6 }
					}
				}
			}
		}

		ai_will_do = {
			factor = 5
		}
	}

	focus = {
		id = ENG_artillery_for_britain
		icon = artillery2
		x = 41
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_army_training
		}

		completion_reward = {
			add_tech_bonus = {
				name = artillery_bonus
				bonus = 0.5
				uses = 2
				category = Cat_ARTILLERY
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_tanks_for_britain
		icon = tanks4
		x = 43
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_army_training
		}

		completion_reward = {
			add_tech_bonus = {
				name = armor_bonus
				bonus = 0.35
				uses = 3
				category = Cat_ARMOR
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_develop_our_fighters
		icon = modern_fighter
		x = 45
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_expand_the_air_force
		}

		completion_reward = {
			add_tech_bonus = {
				name = fighter_bonus
				bonus = 0.4
				uses = 2
				category = Cat_FIGHTER
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_develop_heavy_planes
		icon = modern_bomber
		x = 47
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_expand_the_air_force
		}

		completion_reward = {
			add_tech_bonus = {
				name = bomber_bonus
				bonus = 0.6
				uses = 1
				category = Cat_H_AIR
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_develop_submarines
		icon = submarines
		x = 49
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_naval_prototypes
		}

		completion_reward = {
			add_tech_bonus = {
				name = sub_bonus
				bonus = 0.25
				uses = 2
				category = Cat_SUB
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_develop_carriers
		icon = carriers
		x = 51
		y = 3
		cost = 10

		prerequisite = {
			focus = ENG_naval_prototypes
		}

		completion_reward = {
			add_tech_bonus = {
				name = carrier_bonus
				bonus = 0.35
				uses = 3
				category = Cat_CARRIER
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_dockyards_2
		icon = naval_dockyard
		x = 1
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_dockyards_1
		}

		completion_reward = {
			navy_experience = 10
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
						region = 3
						region = 4
					}
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
						region = 3
						region = 4
					}
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_fortify_the_empire
		icon = coastal_fort
		x = 5
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_imperial_dockyards
		}

		completion_reward = {
			#Gibraltar
			if = {
				limit = { 19 = { is_owned_by = ENG } }
				19 = {
					add_building_construction = {
						type = bunker
						province = 4135
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = coastal_bunker
						province = 4135
						level = 2
						instant_build = yes
					}
				}
			}
			#Falklands
			if = {
				limit = { 26 = { is_owned_by = ENG } }
				26 = {
					add_building_construction = {
						type = coastal_bunker
						province = 12960
						level = 3
						instant_build = yes
					}
				}
			}
			#South Georgia
			if = {
				limit = { 22 = { is_owned_by = ENG } }
				22 = {
					add_building_construction = {
						type = coastal_bunker
						province = 10995
						level = 3
						instant_build = yes
					}
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_assure_individual_freedoms
		icon = industry_democratic
		x = 7
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_freedom_first
		}

		completion_reward = {
			add_ideas = ENG_individual_freedoms
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_public_CCTV_systems
		icon = propaganda
		x = 9
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_security_first
		}

		completion_reward = {
			add_ideas = ENG_CCTV_systems
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_european_logistics
		icon = intelligence_exchange
		x = 18
		y = 4
		cost = 15

		prerequisite = {
			focus = ENG_european_cooperation_1
		}

		completion_reward = {
			add_ideas = ENG_european_logistics_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_defy_remain
		icon = renounce_treaty
		x = 25
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_brexit_referendum
		}
		prerequisite = {
			focus = ENG_distance_from_europe
		}

		bypass = {
			NOT = { has_idea = EU_member }
		}

		available = {
			has_idea = EU_member
			has_country_flag = brexit_referendum
			has_country_flag = brexit_referendum_remain
		}

		completion_reward = {
			add_popularity = { ideology = democratic popularity = -0.03 }
			recalculate_party = yes
			add_war_support = -0.3
			news_event = britain_news.61
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_investments_abroad_1
		icon = trade_with_europe
		x = 22
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_careful_cooperation
		}

		completion_reward = {
			add_political_power = 15
			every_country = {
				limit = {
					NOT = { tag = ENG }
					capital_scope = { is_on_continent = europe }
				}
				country_event = britain_md.8
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_national_development_1
		icon = construction3
		x = 27
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_distance_from_europe
		}

		completion_reward = {
			country_event = britain_md.9
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_fight_capitalism
		icon = communism4
		x = 29
		y = 4
		cost = 10
		
		available = {
			communism > 0.35
		}
		
		prerequisite = {
			focus = ENG_abolish_the_monarchy
		}

		completion_reward = {
			every_country = {
				limit = {
					OR = {
						is_in_faction_with = ENG
						has_idea = EU_member
					}
					NOT = { has_government = communism }
				}
				country_event = britain_md.10
			}
			add_popularity = {
				ideology = communism
				popularity = 0.10
			}
			recalculate_party = yes
			custom_effect_tooltip = ENG_fight_capitalism_TT
			hidden_effect = {
				clear_array = ruling_party
				clear_array = gov_coalition_array
				add_to_array = { ruling_party = 4 }
				update_government_coalition_strength = yes
				update_party_name = yes
				set_coalition_drift = yes
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_benevolent_monarchy
		icon = god_save_the_king
		x = 32
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_empower_the_throne
		}

		mutually_exclusive = {
			focus = ENG_imperialism
		}
		mutually_exclusive = {
			focus = ENG_nationalism
		}

		completion_reward = {
			add_popularity = { ideology = nationalist popularity = 0.10 }
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 15
		}
	}

	focus = {
		id = ENG_imperialism
		icon = colonialism
		x = 35
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_empower_the_throne
			focus = ENG_empower_the_government
		}

		mutually_exclusive = {
			focus = ENG_benevolent_monarchy
		}
		mutually_exclusive = {
			focus = ENG_nationalism
		}

		completion_reward = {
			add_popularity = { ideology = nationalist popularity = 0.10 }
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_nationalism
		icon = fascism2
		x = 38
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_empower_the_government
		}

		mutually_exclusive = {
			focus = ENG_benevolent_monarchy
		}
		mutually_exclusive = {
			focus = ENG_imperialism
		}

		completion_reward = {
			add_popularity = { ideology = nationalist popularity = 0.10 }
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_army_doctrine_1
		icon = army_doctrine
		x = 42
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_artillery_for_britain
			focus = ENG_tanks_for_britain
		}

		completion_reward = {
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.4
				uses = 1
				category = land_doctrine
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_air_force_doctrine_1
		icon = air_doctrine
		x = 46
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_develop_our_fighters
			focus = ENG_develop_heavy_planes
		}

		completion_reward = {
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.4
				uses = 1
				category = air_doctrine
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_naval_doctrine_1
		icon = naval_doctrine
		x = 50
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_develop_submarines
			focus = ENG_develop_carriers
		}

		completion_reward = {
			add_tech_bonus = {
				name = naval_bonus
				bonus = 0.2
				uses = 1
				category = Cat_NAVAL_EQP
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_english_factories
		icon = industry_military
		x = 0
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_english_industry
		}

		completion_reward = {
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
					}
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
			random_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
					}
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_scottish_factories
		icon = industry_military
		x = 2
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_scottish_industry
		}

		bypass = {
			NOT = { owns_state = 437 }
			NOT = { owns_state = 9 }
		}

		completion_reward = {
			random_owned_state = {
				limit = {
					region = 3
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 2
			}
			random_owned_state = {
				limit = {
					region = 3
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_liberal_economics
		icon = consumer_goods
		x = 7
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_assure_individual_freedoms
		}

		completion_reward = {
			add_ideas = ENG_liberal_economics_idea
			add_popularity = { ideology = democratic	popularity = 0.03	}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_internet_surveillance
		icon = propaganda
		x = 9
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_public_CCTV_systems
		}

		completion_reward = {
			add_stability = 0.05
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_EU_border_compromise
		icon = align_to_europe
		x = 11
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_go_with_europe
		}

		completion_reward = {
			country_event = britain_md.11
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_propose_the_CANZUK_alliance
		icon = improve_relations
		x = 13
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_go_with_the_commonwealth
		}

		available = {
			has_government = democratic

			OR = {
				is_faction_leader = yes
				is_in_faction = no
			}
		}

		completion_reward = {
			if = {
				limit = {
					is_in_faction = no
				}
				create_faction = british_commonwealth
			}
			CAN = { country_event = britain_md.12 }
			AST = { country_event = britain_md.12 }
			NZL = { country_event = britain_md.12 }
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_the_british_alliance
		icon = tripartite_pact
		x = 15
		y = 4
		cost = 10

		prerequisite = {
			focus = ENG_britain_first
		}

		completion_reward = {
			create_faction = british_alliance
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_european_cooperation_2
		icon = major_alliance
		x = 17
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_european_logistics
		}

		available = {
			has_idea = EU_member
		}

		completion_reward = {
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
			random_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					NOT = { has_country_flag = ENG_european_cooperation_received }
					has_idea = EU_member
				}
				country_event = { id = european_union.6 }
				set_country_flag = ENG_european_cooperation_received
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_EU_expansion_of_2004
		icon = align_to_europe
		x = 19
		y = 5
		cost = 25

		prerequisite = {
			focus = ENG_european_logistics
		}

		available = {
			has_idea = EU_member
			has_offensive_war = no
			has_government = democratic
		}

		bypass = {
			OR = {
				has_global_flag = eu_expansion_of_2004_focus
				AND = {
					EST = { has_idea = EU_member }
					LAT = { has_idea = EU_member }
					LIT = { has_idea = EU_member }
					POL = { has_idea = EU_member }
					CZE = { has_idea = EU_member }
					SLO = { has_idea = EU_member }
					SLV = { has_idea = EU_member }
					HUN = { has_idea = EU_member }
					MLT = { has_idea = EU_member }
					CYP = { has_idea = EU_member }
				}
			}
		}

		completion_reward = {
			set_global_flag = eu_expansion_of_2004_focus
			every_country = {
				limit = {
					OR = {
						tag = EST
						tag = LAT
						tag = LIT
						tag = POL
						tag = CZE
						tag = SLO
						tag = SLV
						tag = HUN
						tag = MLT
						tag = CYP
					}
					has_government = democratic
					NOT = { has_idea = EU_member }
					has_offensive_war = no
				}
				country_event = { id = european_union.5 }
			}
		}

		ai_will_do = {
			factor = 5
			modifier = {
				date < 2004.1.1
				factor = 0
			}
		}
	}

	focus = {
		id = ENG_investments_at_home
		icon = construction2
		x = 21
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_investments_abroad_1
		}

		mutually_exclusive = {
			focus = ENG_workforce_deal_with_ireland
		}

		completion_reward = {
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
			}
		}

		ai_will_do = {
			factor = 25
		}
	}

	focus = {
		id = ENG_workforce_deal_with_ireland
		icon = construction
		x = 23
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_investments_abroad_1
		}

		mutually_exclusive = {
			focus = ENG_investments_at_home
		}

		available = {
			owns_state = 17
			NOT = { has_war_with = IRE }
			NOT = { has_completed_focus = ENG_subjugate_ireland }
		}

		completion_reward = {
			IRE = { country_event = britain_md.13 }
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_national_development_2
		icon = construction3
		x = 26
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_national_development_1
		}

		completion_reward = {
			add_political_power = 20
			country_event = britain_md.9
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_break_the_banks
		icon = communism3
		x = 28
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_fight_capitalism
		}

		completion_reward = {
			add_ideas = ENG_broken_the_banks
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_persecute_lobbyists
		icon = communism
		x = 30
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_fight_capitalism
		}

		completion_reward = {
			add_war_support = 0.03
			add_ideas = ENG_persecuted_lobbyists
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_royal_office_of_employment
		icon = production2
		x = 32
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_benevolent_monarchy
		}

		completion_reward = {
			add_war_support = 0.05
			add_ideas = ENG_royal_office_of_employment_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_restore_the_british_empire
		icon = british_global_defense
		x = 34
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_imperialism
		}

		mutually_exclusive = {
			focus = ENG_realm_of_britain
		}

		completion_reward = {
			add_popularity = {
				ideology = nationalist
				popularity = 0.1
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_realm_of_britain
		icon = enemy_of_britain
		x = 36
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_imperialism
		}

		mutually_exclusive = {
			focus = ENG_restore_the_british_empire
		}

		completion_reward = {
			add_popularity = {
				ideology = nationalist
				popularity = 0.1
			}
			recalculate_party = yes
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_national_militarism
		icon = entente
		x = 38
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_nationalism
		}

		completion_reward = {
			add_ideas = ENG_national_militarism_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_school_for_strategic_warfare
		icon = general_staff
		x = 41
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_army_doctrine_1
		}

		completion_reward = {
			add_ideas = ENG_school_for_strategic_warfare_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_ground_support_planes
		icon = bombs
		x = 44
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_army_doctrine_1
		}
		prerequisite = {
			focus = ENG_air_force_doctrine_1
		}

		completion_reward = {
			add_ideas = ENG_ground_support_planes_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_air_force_doctrine_2
		icon = air_doctrine
		x = 46
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_air_force_doctrine_1
		}

		completion_reward = {
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.4
				uses = 2
				category = air_doctrine
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_naval_support_planes
		icon = naval_bombers
		x = 48
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_air_force_doctrine_1
		}
		prerequisite = {
			focus = ENG_naval_doctrine_1
		}

		completion_reward = {
			add_ideas = ENG_naval_support_planes_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_extra_research_slot_1
		icon = research
		x = 1
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_english_factories
		}
		prerequisite = {
			focus = ENG_dockyards_2
		}
		prerequisite = {
			focus = ENG_scottish_factories
		}

		completion_reward = {
			add_research_slot = 1
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_air_travel_agreements_with_europe
		icon = air_defense
		x = 11
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_EU_border_compromise
		}

		completion_reward = {
			country_event = britain_md.14
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_invite_the_united_states
		icon = align_to_america
		x = 13
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_propose_the_CANZUK_alliance
		}

		completion_reward = {
			USA = { country_event = britain_md.15 }
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_diplomatic_sovereignity
		icon = political_pressure
		x = 15
		y = 5
		cost = 10

		prerequisite = {
			focus = ENG_the_british_alliance
		}

		completion_reward = {
			add_ideas = ENG_diplomatic_sovereignity_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_european_military_cooperation
		icon = entente
		x = 18
		y = 6
		cost = 15

		prerequisite = {
			focus = ENG_european_cooperation_2
			focus = ENG_EU_expansion_of_2004
		}

		completion_reward = {
			every_country = {
				limit = {
					NOT = { tag = ENG }
					has_idea = EU_member
				}
				country_event = britain_md.16
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_investments_abroad_2
		icon = trade
		x = 22
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_investments_at_home
			focus = ENG_workforce_deal_with_ireland
		}

		completion_reward = {
			add_political_power = 15
			every_country = {
				limit = {
					NOT = { tag = ENG }
					capital_scope = { is_on_continent = africa }

				}
				country_event = britain_md.8
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_defensive_constructions
		icon = military_fort
		x = 25
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_national_development_2
		}

		completion_reward = {
			add_ideas = ENG_defensive_constructions_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_industrial_development_program
		icon = industry_civilian
		x = 27
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_national_development_2
		}

		completion_reward = {
			add_ideas = ENG_industrial_development_program_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_universal_employment
		icon = communism4
		x = 29
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_break_the_banks
		}
		prerequisite = {
			focus = ENG_persecute_lobbyists
		}

		completion_reward = {
			add_ideas = ENG_universal_employment_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_royal_industries
		icon = industry_civilian
		x = 32
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_royal_office_of_employment
		}

		completion_reward = {
			add_ideas = ENG_royal_industrial_construction
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_colonial_outposts_in_africa
		icon = british_africa
		x = 34
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_restore_the_british_empire
		}

		available = {
			OR = {
				NOT = { is_in_faction_with = GAM }
				NOT = { is_in_faction_with = BEN }
				NOT = { is_in_faction_with = SIE }
			}
		}

		completion_reward = {
			if = {
				limit = {
					NOT = { is_in_faction_with = GAM }
				}
				create_wargoal = {
					target = GAM
					type = annex_everything
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = SIE }
				}
				create_wargoal = {
					target = SIE
					type = annex_everything
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = BEN }
				}
				create_wargoal = {
					target = BEN
					type = annex_everything
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_subjugate_ireland
		icon = war2
		x = 36
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_realm_of_britain
		}

		available = {
			NOT = { has_completed_focus = ENG_workforce_deal_with_ireland }
		}

		completion_reward = {
			create_wargoal = {
				target = IRE
				type = annex_everything
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_reorganize_the_education_system
		icon = military_academy
		x = 38
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_national_militarism
		}

		completion_reward = {
			country_event = britain_md.17
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_army_doctrine_2
		icon = army_doctrine
		x = 42
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_army_doctrine_1
		}

		completion_reward = {
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.4
				uses = 1
				category = land_doctrine
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_ground_crew_training
		icon = special_air_service
		x = 46
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_air_force_doctrine_2
		}

		completion_reward = {
			air_experience = 30
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.2
				uses = 1
				category = air_doctrine
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_naval_doctrine_2
		icon = naval_doctrine
		x = 50
		y = 6
		cost = 10

		prerequisite = {
			focus = ENG_naval_doctrine_1
		}

		completion_reward = {
			air_experience = 10
			add_tech_bonus = {
				name = naval_bonus
				bonus = 0.2
				uses = 1
				category = Cat_NAVAL_EQP
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_european_cooperation_3
		icon = major_alliance
		x = 17
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_european_cooperation_2
		}
		prerequisite = {
			focus = ENG_european_military_cooperation
		}

		completion_reward = {
			every_country = {
				limit = {
					NOT = { tag = GER }
					NOT = { tag = ENG }
					NOT = { tag = FRA }
					NOT = { tag = ITA }
					has_idea = EU_member
					NOT = { has_country_flag = ENG_european_cooperation_received }
				}
				country_event = european_union.6
				set_country_flag = ENG_european_cooperation_received
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_EU_expansion_of_2007
		icon = align_to_europe
		x = 19
		y = 7
		cost = 25

		prerequisite = {
			focus = ENG_european_military_cooperation
		}
		prerequisite = {
			focus = ENG_EU_expansion_of_2004
		}

		available = {
			has_idea = EU_member
			has_offensive_war = no
		  has_government = democratic
		}

		bypass = {
			OR = {
				has_global_flag = eu_expansion_of_2007_focus
				AND = {
					ROM = { has_idea = EU_member }
					BUL = { has_idea = EU_member }
				}
			}
		}

		completion_reward = {
			set_global_flag = eu_expansion_of_2007_focus
			every_country = {
				limit = {
					OR = {
						tag = ROM
						tag = BUL
					}
					has_government = democratic
					NOT = { has_idea = EU_member }
					has_offensive_war = no
				}
				country_event = { id = european_union.5 }
			}
		}

		ai_will_do = {
			factor = 10
			modifier = {
				date < 2007.1.1
				factor = 0
			}
		}
	}

	focus = {
		id = ENG_develop_infrastructure
		icon = infrastructure
		x = 21
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_investments_abroad_2
		}

		completion_reward = {
			every_owned_state = {
				limit = {
					OR = {
						region = 1
						region = 2
						region = 3
						region = 4
					}
					free_building_slots = {
						building = infrastructure
						size > 0
					}
				}
				add_building_construction = {
					type = infrastructure
					level = 1
					instant_build = yes
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_national_development_3
		icon = construction3
		x = 26
		y = 7
		cost = 15

		prerequisite = {
			focus = ENG_defensive_constructions
		}

		completion_reward = {
			add_political_power = 50
			add_war_support = 0.05
			country_event = britain_md.9
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_invest_in_resources
		icon = oil_production
		x = 28
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_universal_employment
		}

		completion_reward = {
			if = {
				limit = {
					tag = ENG
					has_full_control_of_state = 9
				}
				add_resource = { 	#Scotland
					type = oil
					amount = 5
					state = 9
				}
			}
			if = {
				limit = {
					tag = ENG
					has_full_control_of_state = 12
				}
				add_resource = { 	#Midlands
					type = steel
					amount = 5
					state = 12
				}

			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_establish_a_revolutionary_committee
		icon = communism3
		x = 30
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_universal_employment
		}

		completion_reward = {
			add_ideas = ENG_revolutionary_committee
			every_country = {
				limit = {
					OR = {
						has_idea = EU_member
						has_idea = commonwealth_of_nations_member
						is_in_faction_with = ENG
					}
					NOT = { has_government = communism }
				}
				country_event = britain_md.18
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_royal_factories
		icon = industry_military
		x = 32
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_royal_industries
		}

		completion_reward = {
			add_ideas = ENG_royal_military_construction
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_restore_the_cape_colony
		icon = colonial_crackdown
		x = 35
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_colonial_outposts_in_africa
			focus = ENG_subjugate_ireland
		}

		available = {
			NOT = { is_in_faction_with = SAF }
		}

		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = SAF
			}
			every_country = {
				limit = {
					OR = {
						tag = ENG
						is_in_faction_with = ENG
						tag = SAF
						is_in_faction_with = SAF
					}
				}
				news_event = britain_news.62
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_maintain_a_multiethnic_army
		icon = fascism
		x = 37
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_reorganize_the_education_system
		}

		mutually_exclusive = {
			focus = ENG_national_office_for_the_colored_workforce
		}

		completion_reward = {
			add_popularity = {
				ideology = nationalist
				popularity = 0.05
			}
			recalculate_party = yes
			add_ideas = ENG_multiethnic_army
		}

		ai_will_do = {
			factor = 15
		}
	}

	focus = {
		id = ENG_national_office_for_the_colored_workforce
		icon = fascism2
		x = 39
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_reorganize_the_education_system
		}

		mutually_exclusive = {
			focus = ENG_maintain_a_multiethnic_army
		}

		completion_reward = {
			add_popularity = {
				ideology = nationalist
				popularity = 0.05
			}
			recalculate_party = yes
			add_ideas = ENG_modern_slavery
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_army_of_quality
		icon = cavalry
		x = 41
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_army_doctrine_2
		}

		mutually_exclusive = {
			focus = ENG_army_of_quantity
		}

		completion_reward = {
			add_ideas = ENG_army_of_quality_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_army_of_quantity
		icon = artillery
		x = 43
		y = 7
		cost = 10

		prerequisite = {
			focus = ENG_army_doctrine_2
		}

		mutually_exclusive = {
			focus = ENG_army_of_quality
		}

		completion_reward = {
			add_ideas = ENG_army_of_quantity_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_improve_our_small_ships
		icon = cruisers
		x = 49
		y = 7
		cost = 20

		prerequisite = {
			focus = ENG_naval_doctrine_2
		}

		completion_reward = {
			add_ideas = ENG_small_ship_project
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_improve_our_large_ships
		icon = battleships
		x = 51
		y = 7
		cost = 20

		prerequisite = {
			focus = ENG_naval_doctrine_2
		}

		completion_reward = {
			add_ideas = ENG_large_ship_project
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_EU_expansion_of_2013
		icon = align_to_europe
		x = 18
		y = 8
		cost = 25

		prerequisite = {
			focus = ENG_EU_expansion_of_2007
		}

		available = {
			has_idea = EU_member
			has_offensive_war = no
		}

		bypass = {
			OR = {
				has_global_flag = eu_expansion_of_2013_focus
				CRO = { has_idea = EU_member }
			}
		}

		completion_reward = {
			set_global_flag = eu_expansion_of_2013_focus
			every_country = {
				limit = {
					OR = {
						tag = CRO
					}
					has_government = democratic
					NOT = { has_idea = EU_member }
					has_offensive_war = no
				}
				country_event = { id = european_union.5 }
			}
		}

		ai_will_do = {
			factor = 10
			modifier = {
				date < 2013.1.1
				factor = 0
			}
		}
	}

	focus = {
		id = ENG_investments_abroad_3
		icon = trade
		x = 22
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_investments_abroad_2
		}

		completion_reward = {
			add_political_power = 15
			every_country = {
				limit = {
					NOT = { tag = ENG }
					capital_scope = {
						OR = {
							is_on_continent = asia
							is_on_continent = south_america
						}
					}

				}
				country_event = britain_md.8
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_socialist_secret_police
		icon = communism
		x = 29
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_establish_a_revolutionary_committee
		}

		completion_reward = {
			add_ideas = ENG_secret_police
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_the_throne_of_all_britons
		icon = monarchism2
		x = 32
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_royal_factories
		}

		completion_reward = {
			add_war_support = 0.05
			add_political_power = 50
			add_popularity = {
				ideology = nationalist
				popularity = 0.1
			}
			recalculate_party = yes
			add_ideas = ENG_the_great_throne
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_restore_the_raj
		icon = british_investors_in_india
		x = 34
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_colonial_outposts_in_africa
		}

		available = {
			NOT = { is_in_faction_with = RAJ }
		}

		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = RAJ
			}
			news_event = britain_news.63
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_revolt_in_quebec
		icon = quebec_conflict
		x = 36
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_subjugate_ireland
		}

		available = {
			NOT = { is_in_faction_with = CAN }
		}

		completion_reward = {
			country_event = britain_md.19
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_jingoism
		icon = war
		x = 38
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_maintain_a_multiethnic_army
			focus = ENG_national_office_for_the_colored_workforce
		}

		completion_reward = {
			add_ideas = ENG_jingoism_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_army_doctrine_3
		icon = army_doctrine
		x = 42
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_army_of_quality
			focus = ENG_army_of_quantity
		}

		completion_reward = {
			army_experience = 25
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.4
				uses = 1
				category = land_doctrine
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_naval_doctrine_3
		icon = naval_doctrine
		x = 50
		y = 8
		cost = 10

		prerequisite = {
			focus = ENG_improve_our_large_ships
		}
		prerequisite = {
			focus = ENG_improve_our_small_ships
		}

		completion_reward = {
			navy_experience = 25
			add_tech_bonus = {
				name = naval_bonus
				bonus = 0.3
				uses = 1
				category = Cat_NAVAL_EQP
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_one_union
		icon = align_to_europe
		x = 17
		y = 9
		cost = 20

		prerequisite = {
			focus = ENG_EU_expansion_of_2013
		}

		available = {
			NOT = { has_global_flag = the_path_towards_europe }
			has_idea = EU_member
		}

		mutually_exclusive = {
			focus = ENG_union_of_nations
		}

		completion_reward = {
			set_global_flag = the_path_towards_europe
			add_political_power = 25
		}

		ai_will_do = {
			factor = 10
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}

	focus = {
		id = ENG_union_of_nations
		icon = national_unity
		x = 19
		y = 9
		cost = 20

		prerequisite = {
			focus = ENG_investments_abroad_3
			focus = ENG_EU_expansion_of_2013
		}

		mutually_exclusive = {
			focus = ENG_one_union
		}

		completion_reward = {
			add_political_power = 75
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_royal_army
		icon = british_nationalism
		x = 42
		y = 9
		cost = 25

		prerequisite = {
			focus = ENG_army_doctrine_3
		}

		completion_reward = {
			add_ideas = ENG_royal_army_idea
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_britannia_rules_the_waves
		icon = amphibious_assault
		x = 50
		y = 9
		cost = 25

		prerequisite = {
			focus = ENG_naval_doctrine_3
		}

		completion_reward = {
			add_ideas = ENG_rule_the_waves
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_defensive_assistance
		icon = military_academy
		x = 18
		y = 10
		cost = 10

		prerequisite = {
			focus = ENG_one_union
			focus = ENG_union_of_nations
		}

		available = {
			has_idea = EU_member
		}

		completion_reward = {
			every_country = {
				limit = {
					has_idea = EU_member
					NOT = { tag = ENG }
				}
				country_event = britain_md.21
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_prepare_unification_treaties
		icon = national_unity
		x = 17
		y = 11
		cost = 10

		prerequisite = {
			focus = ENG_one_union
		}
		prerequisite = {
			focus = ENG_defensive_assistance
		}

		available = {
			has_idea = EU_member
		}

		completion_reward = {
			add_political_power = 25
			add_war_support = -0.05
			news_event = britain_news.64
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_european_cooperation_4
		icon = major_alliance
		x = 19
		y = 11
		cost = 15

		prerequisite = {
			focus = ENG_union_of_nations
		}
		prerequisite = {
			focus = ENG_defensive_assistance
		}

		completion_reward = {
			every_country = {
				limit = {
					has_idea = EU_member
					not = { tag = ENG }
					not = { tag = GER }
					not = { tag = ITA }
					not = { tag = FRA }
				}
				country_event = european_union.6
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_extra_research_slot_2
		icon = research
		x = 20
		y = 12
		cost = 15

		prerequisite = {
			focus = ENG_european_cooperation_4
		}

		completion_reward = {
			add_research_slot = 1
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_call_the_union
		icon = align_to_europe
		x = 17
		y = 13
		cost = 15

		prerequisite = {
			focus = ENG_prepare_unification_treaties
		}

		available = {
			has_idea = EU_member
		}

		completion_reward = {
			country_event = european_union.3
		}

		ai_will_do = {
			factor = 10
		}
	}

	focus = {
		id = ENG_european_cooperation_5
		icon = major_alliance
		x = 19
		y = 13
		cost = 15

		prerequisite = {
			focus = ENG_european_cooperation_4
		}

		completion_reward = {
			every_country = {
				limit = {
					has_idea = EU_member
					not = { tag = ENG }
				}
				country_event = european_union.6
			}
		}

		ai_will_do = {
			factor = 10
		}
	}
}
