
### search_filters = {FOCUS_FILTER_POLITICAL}
### search_filters = {FOCUS_FILTER_RESEARCH}
### search_filters = {FOCUS_FILTER_INDUSTRY}
### search_filters = {FOCUS_FILTER_STABILITY}
### search_filters = {FOCUS_FILTER_WAR_SUPPORT}
### search_filters = {FOCUS_FILTER_MANPOWER}
### search_filters = {FOCUS_FILTER_ANNEXATION}

focus_tree = {
	id = british_focus
	
	country = {
		factor = 0
		
		modifier = {
			add = 10
			tag = ENG
		}
	}
	continuous_focus_position = { x = 0 y = 1100 }
	default = no

	shortcut = {
		name = limited_rearmament_focus_shortcut
		target = limited_rearmament_focus 
		scroll_wheel_factor = 0.95
	}

	shortcut = {
		name = ENG_steady_as_she_goes_shortcut
		target = ENG_steady_as_she_goes 
		scroll_wheel_factor = 0.75
	}

	shortcut = {
		name = uk_empire_focus_shortcut
		target = uk_empire_focus 
		scroll_wheel_factor = 0.875
	}

	shortcut = {
		name = ENG_revisit_colonial_policy_shortcut
		target = ENG_revisit_colonial_policy 
		scroll_wheel_factor = 1
	}

	shortcut = {
		name = ENG_the_kings_party_shortcut
		target = ENG_the_kings_party 
		scroll_wheel_factor = 0.65
	}

	shortcut = {
		name = ENG_organize_the_blackshirts_shortcut
		target = ENG_organize_the_blackshirts 
		scroll_wheel_factor = 1
	}

	shortcut = {
		name = ENG_eliminate_the_upper_class_shortcut
		target = ENG_eliminate_the_upper_class 
		scroll_wheel_factor = 0.875
	}

	shortcut = {
		name = ENG_army_countercoup_shortcut
		target = ENG_army_countercoup 
		scroll_wheel_factor = 0.525
	}

	initial_show_position = {
		x = 35
		y = 0
	}


	### NATIONAL GOVERNMENT ###

	focus = {
		id = ENG_national_government
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_national_government

		x = 50
		y = 0

		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_country_flag = ENG_abdication_crisis_normal_marriage
					has_country_flag = ENG_abdication_crisis_morganatic_marriage
				}
			}
		}

		available = {
		}
		cancel_if_invalid = yes

		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_HISTORICAL}	
		completion_reward = {
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			set_variable = {
    			var = ENG_parliament_lords_support_amount_var
    			value = 50
			}
			set_variable = {
    			var = ENG_parliament_commons_support_amount_var
    			value = 50
			}
			country_event = ukrework_parliament.1
			custom_effect_tooltip = ENG_national_government_tt
		}
	}

	focus = {
		id = limited_rearmament_focus
		icon = GFX_focus_generic_modernize_industry
		prerequisite = { focus = ENG_national_government }
		x = -56
		y = 1
		cost = 10
		ai_will_do = {
			factor = 1
		}

		bypass = {
			custom_trigger_tooltip =  {
				tooltip = construction_effort_tt
				NOT = {
					any_owned_state = {
						free_building_slots = {
							building = industrial_complex
							size > 1
							include_locked = yes
						}
					}
				}
			}
		}

		relative_position_id = ENG_national_government

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		complete_tooltip = {
			every_state = {
				limit = { has_state_flag = ENG_limited_rearmament_focus_2IC }
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
				set_state_flag = ENG_limited_rearmament_focus_2IC
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
				set_state_flag = ENG_limited_rearmament_focus_2IC
			}
		}
	}

	### DEMOCRATIC BRANCH - STEADY AS SHE GOES ###

	focus = {
		id = ENG_steady_as_she_goes
		mutually_exclusive = { focus = ENG_a_change_in_course }
		icon = GFX_focus_ENG_british_democracy

		x = -29
		y = 1
		relative_position_id = ENG_national_government
	
		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_country_flag = ENG_abdication_crisis_normal_marriage
					has_country_flag = ENG_abdication_crisis_morganatic_marriage
				}
			}
		}
		
		prerequisite = { focus = ENG_national_government }
		available = { 
			if = {
				limit = {
					NOT = { has_country_flag = ENG_abdication_crisis_changed_mind }
				}
				NOT = { has_country_flag = edward_viii_refused_to_abdicate_flag }
			}
		}
		cancel_if_invalid = yes

		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_STABILITY FOCUS_FILTER_HISTORICAL}	
		completion_reward = {
			add_timed_idea = { idea = ENG_steady_as_she_goes_idea days = 365 }
		}
	}

	focus = {
		id = crypto_bomb_focus
		available = {
				has_war_with = GER
				POL = {
					NOT = { is_in_faction_with = GER } #We assume POL will help vs Germany unless they are allied to them
				}
			}
		
		bypass = {
			OR = {
				AND = {
					has_war_with = GER
					POL = {
							is_in_faction_with = GER # If POL is in GER's faction, no help for us
						}
				}
				AND = {
					has_war = yes
					is_in_faction_with = USA
				}
				GER = { exists = no }
			}
		}
		prerequisite = { focus = limited_rearmament_focus }
		
		icon = GFX_focus_generic_cryptologic_bomb
		x = -6
		y = 1
		cost = 4
		ai_will_do = {
			factor = 1
		}
		relative_position_id = limited_rearmament_focus
		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			if = {
				limit = {
					NOT = { has_dlc = "La Resistance" }
				}
				add_tech_bonus = {
					name = codebreaking_bonus
					bonus = 1.0
					uses = 3
					category = decryption_tech
					category = computing_tech
				}
			}
			else = {
				hidden_effect = {
					set_technology = { lar_decryption_bonus_tech = 1 }
				}
				custom_effect_tooltip = lar_decryption_bonus_tt
			}
		}
	}
	
	focus = {
		id = tizard_mission_focus
		available = {				
			has_government = democratic
			any_other_country = {
				has_war_with = ROOT
				NOT = { has_government = democratic }
				num_of_factories > 30
			}
			NOt = {
				has_war_with = USA
			}
			USA = { 
				has_government = ROOT
				has_war = no
				NOT = {
					OR = {
						has_idea = undisturbed_isolation
						has_idea = isolation
					}
				}
			}
			
		}
		bypass = {
			USA = {
				OR = {
					exists = no
					is_subject = yes
				}
			}
		}
		prerequisite = { focus = crypto_bomb_focus }
		prerequisite = { focus = radar_focus }
		mutually_exclusive = { focus = ENG_independent_air_effort }
		icon = GFX_focus_generic_befriend_usa
		x = -1
		y = 1
		relative_position_id = radar_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_RESEARCH}	
		completion_reward = {
			USA = {
				country_event = {
					id = britain.1
					hours = 12
				}	
			}
			custom_effect_tooltip = if_they_accept
			effect_tooltip = {
				add_breakthrough_progress = {
					specialization = specialization_air
					value = 0.75
				}
				add_tech_bonus = {
					name = tizard_mission_focus
					bonus = 0.5 # was 1
					category = light_fighter
				}
				add_tech_bonus = {
					name = tizard_mission_focus
					bonus = 0.5 # was 1
					uses = 1 # was 2
					category = radar_tech
				}
				custom_effect_tooltip =  generic_skip_one_line_tt
				USA = {
					add_breakthrough_progress = {
						specialization = specialization_air
						value = 0.75
					}
					add_tech_bonus = {
						name = tizard_mission_focus
						uses = 1
						bonus = 1
						category = light_fighter
					}
				}
			}
		}
	}

	focus = {
		id = maud_focus
		available = { is_in_faction_with = USA }
		prerequisite = { focus = tizard_mission_focus }
		icon = GFX_focus_wonderweapons
		x = 0
		y = 1
		relative_position_id = tizard_mission_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_breakthrough_progress = {
				specialization = specialization_nuclear
				value = 0.75
			}

			add_tech_bonus = {
				name = maud_focus
				bonus = 0.75 # was 1
				uses = 1
				category = nuclear
			}

		}
	}

	focus = {
		id = ENG_motorized_focus
		prerequisite = { focus = limited_rearmament_focus }
		available = { 			
		}
		icon = GFX_goal_generic_army_motorized
		x = 0
		y = 1
		relative_position_id = limited_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_tech_bonus = {
				name = armor_bonus
				bonus = 1.0
				uses = 1
				category = motorized_equipment
			}
		}
	}

	focus = {
		id = ENG_tank_focus
		prerequisite = { focus = ENG_motorized_focus }
		icon = GFX_focus_SOV_the_glory_of_the_red_army_alternative
		x = 0
		y = 1
		relative_position_id = ENG_motorized_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_RESEARCH}
		available_if_capitulated = yes
		
		completion_reward = {
			add_tech_bonus = {
				name = armor_bonus
				bonus = 1.0
				uses = 1
				category = armor
			}
		}
	}

	focus = {
		id = ENG_expand_the_secret_intelligence_service_focus 

		prerequisite = { focus = limited_rearmament_focus }

		dynamic = yes

		available = {
		} 

		allow_branch = {
			has_dlc = "La Resistance"
		}

		icon = GFX_focus_generic_secret_service_agency

		x = 2
		y = 1
		relative_position_id = limited_rearmament_focus

		cost = 5

		available_if_capitulated = no

		completion_reward = {

			IF = {
				limit = {
					has_intelligence_agency = no
				}
				create_intelligence_agency = yes
				custom_effect_tooltip = generic_skip_one_line_tt
			}

			add_ideas = ENG_mi6_ns

		}
	}
	
	focus = {
		id = air_defense_focus
		prerequisite = { focus = limited_rearmament_focus }
		available = {
			if = {
				limit = {
					has_dlc = "Man the Guns"
				}
				OR = {
					threat > 0.05
					has_war = yes
					has_idea = ENG_no_further_appeasement_idea
					NOT = { has_government = democratic }
				}
			}
			if = {
				limit = {
					NOT = { has_dlc = "Man the Guns" }
				}
				OR = {
					threat > 0.05
					has_war = yes
					NOT = { has_government = democratic }
				}
			}
		}

		continue_if_invalid = yes
		available_if_capitulated = yes

		icon = GFX_focus_SWE_let_fly_all_guns
		x = -4
		y = 1
		relative_position_id = limited_rearmament_focus
		cost = 10
		ai_will_do = {
			factor = 1
		}

		bypass = {
			custom_trigger_tooltip =  {
				tooltip = air_defense_focus_bypass_tt
				NOT = {
					any_owned_state = {
						free_building_slots = {
							building = anti_air_building
							size > 0
						}
					}
				}
			}
		}

		complete_tooltip = {
			air_experience = 25
			if = {
				limit = { has_country_flag = air_defense_focus_built_max }
				custom_effect_tooltip = air_defense_focus_tt			
			}
			if = {
				limit = { NOT = { has_country_flag = air_defense_focus_built_max } }
				every_state = {
					limit = { has_state_flag = ENG_air_defense_focus_built_2 }
					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
				}
			}
		}

		completion_reward = {
			air_experience = 25
			if = {
				limit = {
					NOT = {
						OR = {
							123 = {
								free_building_slots = {
									building = anti_air_building
									size > 1
								}
							}
							125 = {
								free_building_slots = {
									building = anti_air_building
									size > 1
								}
							}
							127 = {
								free_building_slots = {
									building = anti_air_building
									size > 1
								}
							}
						}
					}
					NOT = {
						any_owned_state = {
							free_building_slots = {
								building = anti_air_building
								size > 1
							}
							OR = {
								region = 1
								region = 2
								region = 3
							}
						}
					}
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = anti_air_building
							size > 1
						}
					}
					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_air_defense_focus_built_2
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = anti_air_building
							size > 1
						}			
					}
					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_air_defense_focus_built_2
				}
			}
			if = {
				limit = {
					NOT = {
						OR = {
							123 = {
								free_building_slots = {
									building = anti_air_building
									size > 1
								}
							}
							125 = {
								free_building_slots = {
									building = anti_air_building
									size > 1
								}
							}
							127 = {
								free_building_slots = {
									building = anti_air_building
									size > 1
								}
							}
						}
					}
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = anti_air_building
							size > 1
						}
						OR = {
							region = 1
							region = 2
							region = 3
						}
					}
					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_air_defense_focus_built_2
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = anti_air_building
							size > 1
						}
						OR = {
							region = 1
							region = 2
							region = 3
						}						
					}
					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_air_defense_focus_built_2
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = anti_air_building
							size > 1
						}
						OR = {
							region = 1
							region = 2
							region = 3
						}						
					}
					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_air_defense_focus_built_2
				}
			}			
			if = {
				limit = {
					OR = {
						123 = {
							free_building_slots = {
								building = anti_air_building
								size > 1
							}
						}
						125 = {
							free_building_slots = {
								building = anti_air_building
								size > 1
							}
						}
						127 = {
							free_building_slots = {
								building = anti_air_building
								size > 1
							}
						}
					}
				}
				custom_effect_tooltip = air_defense_focus_tt
				hidden_effect = {
					123 = {
						add_building_construction = {
							type = anti_air_building
							level = 5
							instant_build = yes
						}
					}
					125 = {
						add_building_construction = {
							type = anti_air_building
							level = 5
							instant_build = yes
						}
					}
					127 = {
						add_building_construction = {
							type = anti_air_building
							level = 5
							instant_build = yes
						}
					}
					set_country_flag = air_defense_focus_built_max
				}
			}
		}
	}

	focus = {
		id = radar_focus
		prerequisite = { focus = air_defense_focus }
		icon = GFX_goal_generic_radar
		x = 0
		y = 1
		relative_position_id = air_defense_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			air_experience = 25
			add_breakthrough_progress = {
				specialization = specialization_air
				value = 0.75
			}
			add_tech_bonus = {
				name = radar_focus
				bonus = 1
				uses = 1 # was 3
				category = radar_tech
			}
		}
	}
	
	focus = {
		id = shadow_scheme_focus

		prerequisite = { focus = limited_rearmament_focus }

		available = {
			if = {
				limit = {
					has_dlc = "Man the Guns"
				}
				OR = {
					threat > 0.05
					has_war = yes
					has_idea = ENG_no_further_appeasement_idea
					NOT = { has_government = democratic }
				}
			}
			if = {
				limit = {
					NOT = { has_dlc = "Man the Guns" }
				}
				OR = {
					threat > 0.05
					has_war = yes
					NOT = { has_government = democratic }
				}
			}
		}

		continue_if_invalid = yes
		available_if_capitulated = yes
		
		icon = GFX_focus_RAJ_red_in_the_shadows

		x = -2
		y = 1
		relative_position_id = limited_rearmament_focus

		cost = 10

		ai_will_do = {
			factor = 1
		}

		search_filters = { FOCUS_FILTER_INDUSTRY }	

		completion_reward = {
			custom_effect_tooltip = shadow_scheme_focus_tt
			IF = {
				limit = {
					NOT = {
						has_idea = ENG_prepare_for_the_inevitable_idea
					}
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				add_ideas = wartime_industry_focus
			}
			ELSE = {
				custom_effect_tooltip = generic_skip_one_line_tt
				swap_ideas = {
					remove_idea = ENG_prepare_for_the_inevitable_idea
					add_idea = ENG_prepare_for_the_inevitable_and_wartime_industry_idea
				}	
			}
		}
	}

	focus = {
		id = uk_extra_tech_slot
		text = extra_tech_slot
		icon = GFX_focus_research
		prerequisite = { focus = radar_focus }
		x = 1
		y = 1
		relative_position_id = radar_focus
		cost = 10

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_research_slot = 1
		}
	}
	
	focus = {
		id = general_rearmament_focus
		prerequisite = { focus = limited_rearmament_focus }
		available = {
			if = {
				limit = {
					has_dlc = "Man the Guns"
				}
				OR = {
					threat > 0.1 
					has_war = yes
					has_idea = ENG_no_further_appeasement_idea
					NOT = { has_government = democratic }
				}
			}
			if = {
				limit = {
					NOT = { has_dlc = "Man the Guns" }
				}
				OR = {
					threat > 0.1 
					has_war = yes
					NOT = { has_government = democratic }
				}
			}
		}

		continue_if_invalid = yes

		icon = GFX_goal_generic_consumer_goods
		x = 4
		y = 1
		relative_position_id = limited_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}	
		completion_reward = {
			add_ideas = british_austerity_idea
		}
	}

	focus = {
		id = ENG_special_air_service
		prerequisite = { focus = general_rearmament_focus }
		available = { 
			
		}

		continue_if_invalid = yes

		icon = GFX_focus_eng_special_air_service
		x = 0
		y = 1
		relative_position_id = general_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ideas = ENG_special_air_service_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = ENG_david_stirling
		}
	}
	
	focus = {
		id = ENG_parachute_regiments
		prerequisite = { focus = ENG_special_air_service }
		allow_branch = {
			has_dlc = "Arms Against Tyranny"
		}
		continue_if_invalid = yes

		icon = GFX_focus_generic_paratrooper
		x = 0
		y = 1
		relative_position_id = ENG_special_air_service
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_potential_special_forces_tree = yes
			add_doctrine_cost_reduction = {
				name = ENG_parachute_regiments
				cost_reduction = 0.25
				uses = 2
				category = special_forces_doctrine
			}
		}
	}
	
	focus = {
		id = royal_ordinance_focus
		available = {
			if = {
				limit = {
					has_dlc = "Man the Guns"
				}
				OR = {
					any_other_country = {
						has_war_with = ROOT
						num_of_factories > 30
					}
					GER = {
						has_completed_focus = GER_remilitarize_the_rhineland
					}
					threat > 0.2
					has_idea = ENG_no_further_appeasement_idea
					NOT = { has_government = democratic }
				}
			}
			if = {
				limit = {
					NOT = { has_dlc = "Man the Guns" }
				}
				OR = {
					any_other_country = {
						has_war_with = ROOT
						num_of_factories > 30
					}
					GER = {
						has_completed_focus = GER_remilitarize_the_rhineland
					}
					threat > 0.2
					NOT = { has_government = democratic }
				}
			}
		} #at war with major or ger in rhineland or high threat
		prerequisite = { focus = shadow_scheme_focus }
		icon = GFX_focus_AFG_scavenging
		x = 0
		y = 1
		relative_position_id = shadow_scheme_focus
		cost = 10
		ai_will_do = {
			factor = 1
		}

		continue_if_invalid = yes

		bypass = {
			custom_trigger_tooltip =  {
				tooltip = production_effort_tt
				NOT = {
					any_owned_state = {
						is_in_home_area = yes
						free_building_slots = {
							building = arms_factory
							size > 1
							include_locked = yes
						}
					}
				}
			}
		}
		complete_tooltip = {
			every_state = {
				limit = { has_state_flag = royal_ordinance_focus_2AF }
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
			}
			
		}

		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			random_owned_controlled_state = {
				limit = {
					is_in_home_area = yes
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				set_state_flag = royal_ordinance_focus_2AF
			}
			random_owned_controlled_state = {
				limit = {
					is_in_home_area = yes
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				set_state_flag = royal_ordinance_focus_2AF
			}
			random_owned_controlled_state = {
				limit = {
					is_in_home_area = yes
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				set_state_flag = royal_ordinance_focus_2AF
			}
		}
	}
	
	focus = {
		id = uk_small_arms_focus
		prerequisite = { focus = royal_ordinance_focus }
		icon = GFX_focus_ETH_freedom_at_gunpoint
		x = 1
		y = 1
		relative_position_id = royal_ordinance_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_ideas = british_arms_discount
		}
	}

	focus = {
		id = ENG_independent_air_effort
		mutually_exclusive = { focus = tizard_mission_focus }
		available = {
			NOT = {
				is_in_faction_with = USA
			}			
		}
		bypass = {
		}
		prerequisite = { focus = crypto_bomb_focus }
		prerequisite = { focus = radar_focus }
		icon = GFX_focus_generic_air_partners
		x = -3
		y = 1
		relative_position_id = radar_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_RESEARCH}	
		completion_reward = {
			add_breakthrough_progress = {
				specialization = specialization_air
				value = 0.5
			}
			add_tech_bonus = {
				name = ENG_independent_air_effort
				bonus = 0.75
				uses = 2
				category = light_fighter
			}
		}
	}

	focus = {
		id = ENG_independent_nuclear_effort
		mutually_exclusive = {  }
		available = {
			NOT = {
				is_in_faction_with = USA
			}			
		}
		bypass = {
		}
		prerequisite = { focus = ENG_independent_air_effort }
		icon = GFX_focus_generic_nuclear_development
		x = 0
		y = 1
		relative_position_id = ENG_independent_air_effort
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_RESEARCH}	
		completion_reward = {
			add_breakthrough_progress = {
				specialization = specialization_nuclear
				value = 0.5
			}
			add_tech_bonus = {
				name = ENG_independent_nuclear_effort
				bonus = 0.75 # was 1
				uses = 1
				category = nuclear
			}
		}
	}

	focus = {
		id = ENG_vickers_experimental_facility_focus 

		prerequisite = { focus = royal_ordinance_focus }
		prerequisite = { focus = uk_extra_tech_slot }

		dynamic = yes

		available = {
			126 = {
				is_fully_controlled_by = ROOT
			}
		} 

		icon = GFX_focus_generic_air_research_boost

		x = 0
		y = 2
		
		relative_position_id = royal_ordinance_focus

		cost = 5

		available_if_capitulated = no

		completion_reward = {

			add_breakthrough_progress = {
				specialization = specialization_air
				value = 0.5
			}
			add_breakthrough_progress = {
				specialization = specialization_land
				value = 0.5
			}

			custom_effect_tooltip = generic_skip_one_line_tt
			
			custom_effect_tooltip = ENG_vickers_experimental_facility_focus_tt
			hidden_effect = {
				IF = {
					limit = { 
						126 = {
							is_fully_controlled_by = ROOT
							air_facility < 1
							land_facility < 1
							naval_facility < 1
							nuclear_facility < 1
						}
					}

					126 = {
						add_building_construction = {
							type = air_facility
							level = 1
							instant_build = yes
							province = 11333 # South London
						}
					}
				}
			}

		}
	}

	focus = {
		id = UK_secret_focus
		prerequisite = { focus = maud_focus focus = ENG_independent_nuclear_effort }
		prerequisite = { focus = ENG_vickers_experimental_facility_focus }
		icon = GFX_focus_GER_wunderwaffe
		x = 2
		y = 1
		relative_position_id = maud_focus
		cost = 10
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {

			add_ideas = generic_secret_weapons_ns
			add_tech_bonus = {
				name = UK_secret_focus
				bonus = 0.5 # was 1
				uses = 1 # was 2
				category = rocketry
			}
			add_tech_bonus = {
				name = UK_secret_focus
				bonus = 0.5 # was 1
				uses = 1
				category = nuclear
			}
		}
	}

	focus = {
		id = air_rearmament_focus
		prerequisite = { focus = general_rearmament_focus }
		icon = GFX_focus_generic_aircraft_production
		x = -2
		y = 2
		relative_position_id = general_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 3
		}

		bypass = {
			custom_trigger_tooltip =  {
				tooltip = air_focus_bypass_tt
				NOT = {
					any_owned_state = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
				}
			}
		}

		complete_tooltip = {
			every_state = {
				limit = { has_state_flag = air_rearmament_focus_2AirBase }
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}		
			}
		}

		completion_reward = {
			air_experience = 25
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = air_base
						size > 1
					}
					OR = {
						region = 1
						region = 2
					}
				}
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}
				set_state_flag = air_rearmament_focus_2AirBase
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = air_base
						size > 1
					}
					OR = {
						region = 1
						region = 2
					}
				}
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}			
				set_state_flag = air_rearmament_focus_2AirBase
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = air_base
						size > 1
					}
					OR = {
						region = 1
						region = 2
						region = 3
					}
				}
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}			
				set_state_flag = air_rearmament_focus_2AirBase
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = air_base
						size > 1
					}
					OR = {
						region = 1
						region = 2
						region = 3
					}
				}
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}			
				set_state_flag = air_rearmament_focus_2AirBase
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = air_base
						size > 1
					}
					OR = {
						region = 1
						region = 2
						region = 3
					}
				}
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}			
				set_state_flag = air_rearmament_focus_2AirBase
			}

			if = {
				limit = {
					NOT = {
						any_owned_state = {
							free_building_slots = {
								building = air_base
								size > 1
							}
							OR = {
								region = 1
								region = 2
								region = 3
							}
						}			
					}
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}			
					set_state_flag = air_rearmament_focus_2AirBase
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}			
					set_state_flag = air_rearmament_focus_2AirBase
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}			
					set_state_flag = air_rearmament_focus_2AirBase
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}			
					set_state_flag = air_rearmament_focus_2AirBase
				}
			}
		}
	}

	focus = {
		id = ENG_chiefs_of_staff_committee
		prerequisite = { focus = air_rearmament_focus }
		prerequisite = { focus = naval_rearmament_focus }
		available = { 
			
		}

		continue_if_invalid = yes

		icon = GFX_focus_eng_chiefs_of_staff_committee
		x = 2
		y = 1
		relative_position_id = air_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			army_experience = 10
			navy_experience = 10
			air_experience = 10
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_chiefs_of_staff_committee_idea
		}
	}

	focus = {
		id = fighter_command_focus
		prerequisite = { focus = air_rearmament_focus }
		icon = GFX_goal_generic_air_fighter
		x = -1
		y = 2
		relative_position_id = air_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 3
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			if = {
				limit = {
					NOT = { has_dlc = "By Blood Alone" }
				}
				air_experience = 25
				add_tech_bonus = {
					name = fighter_command_focus
					bonus = 1.0
					uses = 2
					category = light_fighter
					category = cat_heavy_fighter
				}
			}
			else_if = {
				limit = {
					has_dlc = "By Blood Alone"
				}
				air_experience = 25
				add_tech_bonus = {
					name = fighter_command_focus
					bonus = 1.0
					uses = 1
					category = light_fighter
					category = cat_heavy_fighter
				}
				add_doctrine_cost_reduction = {
					name = ENG_fighter_command_focus #land_doc_bonus
					cost_reduction = 0.5
					uses = 1
					category = air_doctrine
				}
			}
		}
	}
	focus = {
		id = bomber_command_focus
		prerequisite = { focus = air_rearmament_focus }
		icon = GFX_goal_generic_air_bomber
		x = 0
		y = 1
		relative_position_id = air_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			if = {
				limit = {
					NOT = { has_dlc = "By Blood Alone" }
				}
				air_experience = 25
				add_tech_bonus = {
					name = bomber_command_focus
					bonus = 1.0
					uses = 2
					category = cat_strategic_bomber
					category = tactical_bomber
				}
			}
			else_if = {
				limit = {
					has_dlc = "By Blood Alone"
				}
				air_experience = 25
				add_tech_bonus = {
					name = bomber_command_focus
					bonus = 1.0
					uses = 1
					category = cat_strategic_bomber
					category = tactical_bomber
				}
				add_doctrine_cost_reduction = {
					name = bomber_command_focus #land_doc_bonus
					cost_reduction = 0.5
					uses = 1
					category = air_doctrine
				}
			}
		}
	}
	focus = {
		id = coastal_command_focus
		prerequisite = { focus = air_rearmament_focus }
		icon = GFX_focus_SWE_coastal_support
		x = 1
		y = 2
		relative_position_id = air_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			if = {
				limit = {
					NOT = { has_dlc = "By Blood Alone" }
				}
				air_experience = 25
				add_tech_bonus = {
					name = coastal_command_focus
					bonus = 1.0
					uses = 2
					category = naval_bomber
					category = cas_bomber
				}
			}
			else_if = {
				limit = {
					has_dlc = "By Blood Alone"
				}
				air_experience = 25
				add_tech_bonus = {
					name = coastal_command_focus
					bonus = 1.0
					uses = 1
					category = naval_bomber
					category = cas_bomber
				}
				add_doctrine_cost_reduction = {
					name = ENG_coastal_command_focus #land_doc_bonus
					cost_reduction = 0.5
					uses = 1
					category = air_doctrine
				}
			}
		}
	}
	focus = {
		id = aircraft_production_focus
		prerequisite = { focus = fighter_command_focus focus = bomber_command_focus focus = coastal_command_focus }
		icon = GFX_goal_generic_air_production
		x = 1
		y = 1
		relative_position_id = fighter_command_focus
		cost = 5
		ai_will_do = {
			factor = 3
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_ideas = british_fighter_discount
		}
	}
	focus = {
		id = uk_jet_focus
		prerequisite = { focus = aircraft_production_focus }
		icon = GFX_focus_generic_jet_planes
		x = 0
		y = 1
		relative_position_id = aircraft_production_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }
		completion_reward = {

			add_breakthrough_progress = {
				specialization = specialization_air
				value = 1
			}

			add_tech_bonus = {
				name = uk_jet_focus
				bonus = 1.0
				uses = 2 # was 4 
				category = jet_technology
			}

		}
	}

	focus = {
		id = naval_rearmament_focus
		prerequisite = { focus = general_rearmament_focus }
		icon = GFX_goal_generic_construct_naval_dockyard 
		x = 2
		y = 2
		relative_position_id = general_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes

		bypass = {
			custom_trigger_tooltip =  {
				tooltip = naval_effort_tt
				NOT = {
					any_owned_state = {
						free_building_slots = {
							building = dockyard
							size > 1
							include_locked = yes
						}
					}
				}
			}
		}

		complete_tooltip = {
			every_state = {
				limit = { has_state_flag = ENG_naval_rearmament_focus_1dockyard }
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
			}
		}

		completion_reward = {
			navy_experience = 50
			random_owned_controlled_state = {
				limit = {
					is_coastal = yes
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				set_state_flag = ENG_naval_rearmament_focus_1dockyard
			}
			random_owned_controlled_state = {
				limit = {
					is_coastal = yes
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				set_state_flag = ENG_naval_rearmament_focus_1dockyard
			}
			random_owned_controlled_state = {
				limit = {
					is_coastal = yes
					free_building_slots = {
						building = dockyard
						size > 0
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard
					level = 1
					instant_build = yes
				}
				set_state_flag = ENG_naval_rearmament_focus_1dockyard
			}
		}
	}

	focus = {
		id = ENG_maunsell_forts
		prerequisite = { focus = naval_rearmament_focus }
		icon = GFX_focus_NOR_drobak_coastal_fort
		available = {
			controls_state = 125
			controls_state = 126
			controls_state = 127
		}
		x = 4
		y = 1
		relative_position_id = naval_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {}
		completion_reward = {
			125 = {
				add_building_construction = {
    				type = coastal_bunker
    				level = 2
    				instant_build = yes
    				province = 221
				}
				add_building_construction = {
    				type = bunker
    				level = 2
    				instant_build = yes
    				province = 221
				}
			}
			126 = {
				add_building_construction = {
    				type = coastal_bunker
    				level = 2
    				instant_build = yes
    				province = 11374
				}
				add_building_construction = {
    				type = bunker
    				level = 2
    				instant_build = yes
    				province = 11374
				}
			}
			127 = {
				add_building_construction = {
    				type = coastal_bunker
    				level = 2
    				instant_build = yes
    				province = 13070
				}
				add_building_construction = {
    				type = coastal_bunker
    				level = 2
    				instant_build = yes
					province = 3501
				}
				add_building_construction = {
    				type = bunker
    				level = 2
    				instant_build = yes
    				province = 13070
				}
				add_building_construction = {
    				type = bunker
    				level = 2
    				instant_build = yes
					province = 3501
				}
			}
			hidden_effect = {
				country_event = {
					id = ukrework.50
					days = 28
				}
			}
		}
	}

	focus = {
		id = ENG_casino_haven
		prerequisite = { focus = ENG_maunsell_forts }
		icon = GFX_focus_SWE_all_cards_on_deck
		available = {
		}
		x = 0
		y = 2
		relative_position_id = ENG_maunsell_forts
		cost = 5
		ai_will_do = {
			factor = 1
		}
		allow_branch = {
			has_country_flag = ENG_sealand_formed_flag
		}

		available_if_capitulated = yes
		search_filters = {}
		completion_reward = {
			125 = {
				IF = {
					limit = {
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
						is_core_of = ROOT
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = UK_casino_empire_idea
		}
	}

	focus = {
		id = ENG_anti_non_contact_committee
		prerequisite = { focus = naval_rearmament_focus }
		icon = GFX_focus_generic_mine_warfare
		x = 2
		y = 1
		relative_position_id = naval_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_tech_bonus = {
				name = ENG_anti_non_contact_committee
				bonus = 1.0
				uses = 1
				category = naval_minelaying
			}
			add_tech_bonus = {
				name = ENG_anti_non_contact_committee
				bonus = 1.0
				uses = 2
				category = naval_minesweeping
			}
		}
	}

	focus = {
		id = ENG_secure_the_imperial_shipping_routes
		prerequisite = { focus = naval_rearmament_focus }
		icon = GFX_focus_generic_reinforcing_the_supply_network
		x = 3
		y = 2
		relative_position_id = naval_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = no
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_tech_bonus = {
				name = ENG_secure_the_imperial_shipping_routes
				bonus = 1.0
				uses = 2
				category = cl_tech
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_secure_the_imperial_shipping_routes
		}
	}

	focus = {
		id = uk_destroyer_focus
		prerequisite = { focus = naval_rearmament_focus }
		icon = GFX_focus_generic_destroyer
		x = -1
		y = 2
		relative_position_id = naval_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_tech_bonus = {
				name = dd_bonus
				bonus = 1.0
				uses = 2
				category = dd_tech
			}
		}
	}

	focus = {
		id = ENG_a_s_warfare
		prerequisite = { focus = uk_destroyer_focus }
		icon = GFX_goal_generic_navy_anti_submarine
		x = 0
		y = 2
		relative_position_id = uk_destroyer_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_tech_bonus = {
				name = ENG_asw_warfare
				bonus = 1.0
				ahead_reduction = 2
				uses = 2
				category = asw_tech
			}	
		}
	}

	focus = {
		id = uk_convoy_focus
		prerequisite = { focus = uk_destroyer_focus }
		icon = GFX_focus_generic_merchant_fleet
		x = -1
		y = 1
		relative_position_id = uk_destroyer_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes

		completion_reward = {
			add_ideas = british_convoy_discount
		}
	}

	focus = {
		id = ENG_anti_submarine_training_school
		prerequisite = { focus = uk_convoy_focus }
		icon = GFX_focus_BEL_antwerp_maritime_academy
		x = 0
		y = 2
		relative_position_id = uk_convoy_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_doctrine_cost_reduction = {
				name = ENG_anti_submarine_training_school
				cost_reduction = 0.35
				uses = 2
				category = convoy_defense_tree
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_anti_submarine_training_school
		}
	}

	focus = {
		id = uk_waves_focus
		prerequisite = { focus = naval_rearmament_focus }
		icon = GFX_focus_ger_accept_british_naval_dominance
		x = 1
		y = 2
		relative_position_id = naval_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_doctrine_cost_reduction = {
				name = uk_waves_focus
				cost_reduction = 0.5
				uses = 3
				category = naval_doctrine
			}
		}
	}
	focus = {
		id = uk_carrier_focus
		prerequisite = { focus = uk_waves_focus }
		mutually_exclusive = { focus = uk_battleship_focus }
		icon = GFX_goal_generic_navy_carrier
		x = -1
		y = 1
		relative_position_id = uk_waves_focus
		cost = 5
		ai_will_do = {
			factor = 0.25
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			navy_experience = 25
			add_tech_bonus = {
				name = uk_carrier_focus
				bonus = 1.0
				uses = 2
				category = cv_tech
			}
			
		}
	}
	focus = {
		id = uk_battleship_focus
		prerequisite = { focus = uk_waves_focus }
		mutually_exclusive = { focus = uk_carrier_focus }
		icon = GFX_goal_generic_navy_battleship
		x = 1
		y = 1
		relative_position_id = uk_waves_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			navy_experience = 25
			add_tech_bonus = {
				name = uk_battleship_focus
				bonus = 1.0
				uses = 2
				category = bb_tech
			}
		}
	}
	focus = {
		id = uk_amphibious_focus
		prerequisite = { focus = naval_rearmament_focus }
		icon = GFX_goal_generic_amphibious_assault
		x = 0
		y = 1
		relative_position_id = naval_rearmament_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes	
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_tech_bonus = {
				name = uk_amphibious_focus
				bonus = 1.0
				uses = 1
				category = marine_tech
			}
			add_tech_bonus = {
				name = uk_amphibious_focus
				bonus = 1.0
				uses = 2
				category = tp_tech
			}
		}
	}

	focus = {
		id = ENG_expand_the_repair_yards
		prerequisite = { focus = uk_battleship_focus focus = uk_carrier_focus }
		icon = GFX_focus_generic_refit_civilian_ships
		x = -1
		y = 1
		relative_position_id = uk_battleship_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes

		complete_tooltip = {
			every_state = {
				limit = { has_state_flag = ENG_expand_the_repair_yards_2dockyard }
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
			}
		}

		completion_reward = {
			random_owned_controlled_state = {
				limit = {
					is_coastal = yes
					free_building_slots = {
						building = dockyard
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
				set_state_flag = ENG_expand_the_repair_yards_2dockyard
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_expand_the_repair_yards
		}
	}

	focus = {
		id = ENG_vanguard
		prerequisite = { focus = uk_battleship_focus }
		icon = GFX_focus_generic_navy_battleship2
		x = 0
		y = 2
		relative_position_id = uk_battleship_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available = {
			date > 1944.1.1
			has_tech = advanced_ship_hull_heavy
			has_full_control_of_state = 133
			#has_tech = improved_heavy_battery
			#has_tech = dp_light_battery_3
			#has_tech = antiair5
		}

		available_if_capitulated = yes

		completion_reward = {
			navy_experience = 25
			create_equipment_variant = {
				name = "Vanguard"
				type = ship_hull_heavy_4
				parent_version = 0
				modules = {
					fixed_ship_battery_slot = ship_heavy_battery_3
					fixed_ship_anti_air_slot = ship_anti_air_4
					fixed_ship_fire_control_system_slot = ship_fire_control_system_3
					fixed_ship_radar_slot = ship_radar_3
					fixed_ship_engine_slot = heavy_ship_engine_4
					fixed_ship_secondaries_slot = dp_ship_secondaries_3
					fixed_ship_armor_slot = ship_armor_bb_3
					front_1_custom_slot = ship_heavy_battery_3
					mid_1_custom_slot = ship_anti_air_4
					mid_2_custom_slot = dp_ship_secondaries_3
					mid_3_custom_slot = ship_airplane_launcher_2
					rear_1_custom_slot = ship_heavy_battery_3
				}
			}
			if = {
				limit = {
					NOT = { has_government = communism }
				}
				133 = {
					custom_effect_tooltip = ENG_vanguard_tt_hms
				}
				hidden_effect = { load_oob = "ENG_vanguard_hms" }
			}
			if = {
				limit = {
					has_government = communism
				}
				133 = {
					custom_effect_tooltip = ENG_vanguard_tt_communism
				}
				hidden_effect = { load_oob = "ENG_vanguard_communist" }
			}
		}
	}

	focus = {
		id = ENG_industrial_legacy
		prerequisite = { focus = ENG_national_government }
		icon = GFX_focus_ENG_industrial_legacy
		x = -46
		y = 1
		relative_position_id = ENG_national_government
		cost = 10
		ai_will_do = {
			factor = 1
		}	

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_tech_bonus = {
				name = industrial_bonus
				bonus = 1.0
				uses = 2
				category = industry
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = ENG_the_railway_industry
		prerequisite = { focus = ENG_industrial_legacy }
		icon = GFX_focus_generic_railroad
		x = 0
		y = 1
		relative_position_id = ENG_industrial_legacy
		cost = 5
		ai_will_do = {
			factor = 1
		}	

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			build_railway = {
			    level = 3
			    build_only_on_allied = yes
			    start_province = 6103
			    target_province = 9458
				path = { 6103 507 9458 }
			}
			build_railway = {
			    level = 2
			    build_only_on_allied = yes
			    start_province = 9392
			    target_province = 6103
				path = { 9392 11378 11299 351 11270 9332 9269 11382 364 9268 11221 6103 }
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = available_industrial_concern
			show_ideas_tooltip = ENG_great_western_railway
		}
	}

	focus = {
		id = ENG_inspiration_from_autobahn
		prerequisite = { focus = ENG_the_railway_industry focus = ENG_increased_infrastructure }
		available = {
			OR = {
				is_in_faction_with = GER
				GER = {
					has_opinion = {
					    target = ROOT
					    value > 50
					}
				}
				GER = {
					is_subject_of = ROOT
				}
				any_state = {
					AND = {
						is_core_of = GER
						OR = {
							is_controlled_by = ROOT
							controller = {
								OR = {
									is_subject_of = ROOT
									is_in_faction_with = ROOT
								}
							}
						}
					}
				}
			}
		}
		icon = GFX_focus_ENG_take_autobahn_inspiration
		x = -1
		y = 1
		relative_position_id = ENG_the_railway_industry
		cost = 5
		ai_will_do = {
			factor = 1
		}	

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_ideas = UK_inspiration_from_autobahn_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			add_tech_bonus = {
				name = ENG_inspiration_from_autobahn
				bonus = 0.5
				uses = 2
				category = construction_tech
			}
		}
	}

	focus = {
		id = ENG_increased_infrastructure
		prerequisite = { focus = ENG_industrial_legacy }
		icon = GFX_goal_generic_construct_infrastructure
		x = -2
		y = 1
		relative_position_id = ENG_industrial_legacy
		cost = 10
		ai_will_do = {
			factor = 1
		}	

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			swap_ideas = {
			    remove_idea = UK_lingering_great_depression_idea
			    add_idea = UK_lingering_great_depression_less_idea
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 2
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 3
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = ENG_automobile_investment
		prerequisite = { focus = ENG_increased_infrastructure }
		icon = GFX_focus_GER_kdf_wagen
		x = -1
		y = 1
		relative_position_id = ENG_increased_infrastructure
		cost = 10
		ai_will_do = {
			factor = 1
		}	

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			IF = {
				limit = {
					has_idea = UK_lingering_great_depression_idea
				}
				remove_ideas = UK_lingering_great_depression_idea
				else = {
					remove_ideas = UK_lingering_great_depression_less_idea
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			128 = {
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
			129 = {
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
			127 = {
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = ENG_encourage_urban_growth
		prerequisite = { focus = ENG_industrial_legacy }
		icon = GFX_focus_generic_low_cost_housing
		x = 2
		y = 1
		relative_position_id = ENG_industrial_legacy
		cost = 10
		ai_will_do = {
			factor = 1
		}	

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_ideas = UK_urbanization_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			add_tech_bonus = {
				bonus = 0.5
				uses = 2
				category = concentrated_industry_category
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			132 = {
				add_extra_state_shared_building_slots = 2
			}
			130 = {
				add_extra_state_shared_building_slots = 2
			}
			128 = {
				add_extra_state_shared_building_slots = 2
			}
			126 = {
				add_extra_state_shared_building_slots = 2
			}
		}
	}

	focus = {
		id = ENG_sterling_area
		prerequisite = { focus = ENG_encourage_urban_growth }
		icon = GFX_focus_RAJ_issue_bonds_on_the_stock_market
		x = 1
		y = 1
		relative_position_id = ENG_encourage_urban_growth
		cost = 5
		ai_will_do = {
			factor = 1
		}
		available = {
			num_subjects > 0
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_ideas = UK_sterling_area_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					is_subject_of = ROOT
					OR = {
						tag = CAN
						tag = MAL
						tag = NZL
						tag = SAF
						tag = PAL
						tag = JOR
						tag = KUW
						tag = BRM
						tag = OMA
					}
				}
				free_building_slots = {
					building = infrastructure
					size > 2
					include_locked = yes
				}
				add_ideas = UK_sterling_area_idea
			}
		}
	}

	focus = {
		id = ENG_new_roads
		prerequisite = { focus = ENG_encourage_urban_growth focus = ENG_the_railway_industry }
		icon = GFX_focus_generic_road_investment
		x = -1
		y = 1
		relative_position_id = ENG_encourage_urban_growth
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 3
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure
					level = 1
					instant_build = yes
				}
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 2
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure
					level = 1
					instant_build = yes
				}
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure
					level = 1
					instant_build = yes
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = ENG_motorways
		prerequisite = { focus = ENG_new_roads }
		prerequisite = { focus = ENG_automobile_investment }
		prerequisite = { focus = ENG_inspiration_from_autobahn }
		prerequisite = { focus = ENG_sterling_area }
		available = {
			OR = {
				date > 1943.1.1
				is_in_faction_with = GER
				has_completed_focus = ENG_restore_deutschland
			}
		}
		icon = GFX_focus_ENG_motorways
		x = -1
		y = 1
		relative_position_id = ENG_new_roads
		cost = 10
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			swap_ideas = {
			    remove_idea = UK_inspiration_from_autobahn_idea
			    add_idea = UK_motorways_idea
			}
			add_political_power = 100
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_motorways
		}
	}
	
	#focus = {
	#	id = uk_embargo_focus
	#	available = { threat > 0.1 }
	#	icon = GFX_goal_support_democracy
	#	x = 12
	#	y = 0
	#	cost = 10
	#	ai_will_do = {
	#		factor = 1
	#	}	
	#	completion_reward = {
	#		every_other_country = {
	#			limit = { NOT = { has_government = democratic } }
	#			add_opinion_modifier = { target = ENG modifier = minor_sanctions }
	#			add_opinion_modifier = { target = ENG modifier = minor_sanctions_relations } 
	#		}
	#	}
	#}

	### EMPIRE ###

	focus = {
		id = uk_empire_focus 
		mutually_exclusive = { focus = ENG_revisit_colonial_policy }
		prerequisite = { focus = ENG_steady_as_she_goes focus = ENG_a_change_in_course }
		available = {
			NOT = { has_government = communism }
			num_subjects > 0
			OR = {
				has_completed_focus = ENG_global_defense
				has_completed_focus = ENG_home_defence
				has_completed_focus = ENG_the_kings_party
				has_completed_focus = ENG_organize_the_blackshirts
			}
		}
		relative_position_id = ENG_steady_as_she_goes
		icon = GFX_focus_ENG_protect_empire
		x = 18
		y = 1
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_completed_focus = ENG_concessions_to_the_trade_unions
			}
		}	

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_HISTORICAL}
		completion_reward = {
			add_stability = 0.1
			custom_effect_tooltip = ENG_concessions_to_the_trade_unions_tt_2
		}
	}

	focus = {
		id = uk_service_focus 
		prerequisite = { focus = uk_empire_focus }
		available = {
			
		} 
		icon = GFX_goal_generic_position_armies
		x = 0
		y = 1
		relative_position_id = uk_empire_focus
		cost = 5
		search_filters = {FOCUS_FILTER_HISTORICAL}
		available_if_capitulated = yes

		completion_reward = {
			army_experience = 5
			navy_experience = 25
			air_experience = 25
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_service_overseas_idea
		}
	}

	focus = {
		id = uk_mediterranean_focus 
		prerequisite = { focus = uk_service_focus }
		available = {
			447 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		} 
		icon = GFX_focus_generic_mediterranean_sea_focus
		x = 7
		y = 1
		relative_position_id = uk_service_focus
		cost = 5
		completion_reward = {
			if = {
				limit = {
					has_idea = ENG_fortify_the_empire_1
				}
				swap_ideas = {
					remove_idea = ENG_fortify_the_empire_1
					add_idea = ENG_fortify_the_empire_2
				}
			}
			if = {
				limit = {
					NOT = { has_idea = ENG_fortify_the_empire_1 }
					NOT = { has_idea = ENG_fortify_the_empire_2 }
				}
				add_ideas = ENG_fortify_the_empire_1
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			447 = {
				IF = {
					limit = {
						447 = {
							free_building_slots = {
								building = coastal_bunker
								size > 2
								province = 4076
							}
						}
					}
					add_building_construction = {
						type = coastal_bunker
						level = 3
						province = 4076
						instant_build = yes
					}
				}

				IF = {
					limit = {
						447 = {
							free_building_slots = {
								building = naval_base
								size > 1
								province = 4076
							}
						}
					}
					add_building_construction = {
						type = naval_base
						level = 2
						province = 4076
						instant_build = yes
					}
				}

				IF = {
					limit = {
						447 = {
							free_building_slots = {
								building = air_base
								size > 3
							}
						}
					}
					add_building_construction = {
						type = air_base
						level = 3
						instant_build = yes
					}
				}
				
				
				
			}
		}
	}
	focus = {
		id = uk_rock_focus 
		prerequisite = { focus = uk_mediterranean_focus }
		mutually_exclusive = { focus = uk_spain_focus }
		available = {
			118 = { is_owned_and_controlled_by = ENG }
		} 
		icon = GFX_focus_generic_mountain_fortification
		x = -1
		y = 1
		relative_position_id = uk_mediterranean_focus
		cost = 5
		completion_reward = {
			118 = {
				IF = {
					limit = {
						118 = {
							free_building_slots = {
								building = bunker
								size > 3
								province = 4135
							}
						}
					}
					add_building_construction = {
						type = bunker
						level = 4
						province = 4135
						instant_build = yes
					}
				}
				
				IF = {
					limit = {
						118 = {
							free_building_slots = {
								building = coastal_bunker
								size > 0
								province = 4135
							}
						}
					}
					add_building_construction = {
						type = coastal_bunker
						level = 1
						province = 4135
						instant_build = yes
					}
				}
				
				IF = {
					limit = {
						118 = {
							free_building_slots = {
								building = air_base
								size > 2
								
							}
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
				}
				
				IF = {
					limit = {
						118 = {
							free_building_slots = {
								building = anti_air_building
								size > 2
							}
						}
					}
					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
				}
				
				
			}
		}
	}

	focus = {
		id = uk_spain_focus

		prerequisite = { focus = uk_mediterranean_focus }

		mutually_exclusive = { focus = uk_rock_focus }

		available = {
			any_other_country = {
				original_tag = SPR
				exists = yes
				has_war = no
				NOT = { is_in_faction_with = ENG }
				is_subject = no
			}
			NOT = { has_government = communism }
		} #SPA/SPR not in a faction
		
		icon = GFX_focus_generic_befriend_republican_spain_focus

		x = 1
		y = 1
		relative_position_id = uk_mediterranean_focus

		cost = 5

		ai_will_do = {
			factor = 1
		}

		search_filters = { FOCUS_FILTER_POLITICAL }	

		completion_reward = {
			# + relations with SPA/SPR - they become more democratic and like fascist/commies less
			if = {
				limit = {
					has_government = democratic
				}
				every_other_country = {
					limit = {
						original_tag = SPR
					}
					add_opinion_modifier = { target = ENG modifier = democratic_leanings_good }
					add_timed_idea = { idea = democratic_influence days = 1095 }
					country_event = { id = generic.1 }
					every_other_country = {
						limit = { 
							NOT = { has_government = democratic }
							num_of_factories > 30
						}
						add_opinion_modifier = { target = PREV modifier = democratic_leanings_bad }
					}
				}
			}
			if = {
				limit = {
					has_government = fascism
				}
				every_other_country = {
					limit = {
						original_tag = SPR
					}
					add_opinion_modifier = { target = ENG modifier = fascism_leanings_good }
					add_timed_idea = { idea = fascist_influence days = 1095 }
					country_event = { id = generic.1 }
					every_other_country = {
						limit = { 
							NOT = { has_government = fascism }
							num_of_factories > 30
						}
						add_opinion_modifier = { target = PREV modifier = fascism_leanings_bad }
					}
				}
			}
			if = {
				limit = {
					has_government = neutrality
					NOT = {
						has_completed_focus = SPR_regional_defense_council_of_aragon
					}
				}
				every_other_country = {
					limit = {
						original_tag = SPR
					}
					add_opinion_modifier = { target = ENG modifier = neutrality_leanings_good }
					add_timed_idea = { idea = neutrality_influence days = 1095 }
					country_event = { id = generic.1 }
					every_other_country = {
						limit = { 
							NOT = { has_government = fascism }
							num_of_factories > 30
						}
						add_opinion_modifier = { target = PREV modifier = neutrality_leanings_bad }
					}
				}
			}
			hidden_effect = {
				news_event = { hours = 5 id = news.224 }
			}
		}
	}

	focus = {
		id = uk_protect_suez
		prerequisite = { focus = uk_mediterranean_focus }
		icon = GFX_focus_ENG_defend_suez
		x = -2
		y = 2
		relative_position_id = uk_mediterranean_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}

		available = {
			447 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}

		available_if_capitulated = yes

		 
		bypass = {
			447 = {
				free_building_slots = {
					building = coastal_bunker
					size < 2
					province = 4076
				}
				free_building_slots = {
					building = anti_air_building
					size < 2
				}
				free_building_slots = {
					building = air_base
					size < 3
				}
				free_building_slots = {
					building = bunker
					size < 2
					province = 1071
				}
			}
		}

		completion_reward = {
			447 = {
				IF = {
					limit = {
						447 = {
							free_building_slots = {
								building = coastal_bunker
								size > 1
								province = 4076
							}
						}
					}

					add_building_construction = {
						type = coastal_bunker
						level = 2
						province = 4076
						instant_build = yes
					}
				}

				IF = {
					limit = {
						447 = {
							free_building_slots = {
								building = anti_air_building
								size > 2
							}
						}
					}
					add_building_construction = {
						type = air_base
						level = 3
						instant_build = yes
					}
				}

				IF = {
					limit = {
						free_building_slots = {
							building = bunker
							size > 1 
							province = 1071
						}
					}
					
					add_building_construction = {
						type = bunker
						level = 2
						province = 1071
						instant_build = yes
					}
				}
				
				IF = {
					limit = {
						free_building_slots = {
							building = anti_air_building
							size > 1 
						}
					}

					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
				}
			}
		}
	}

	focus = {
		id = uk_balkan_strategy
		prerequisite = { focus = uk_protect_suez }
		prerequisite = { focus = uk_malta_focus }
		icon = GFX_focus_BUL_free_balkan_states
		available = {
			has_government = democratic
		}
		bypass = {
			NOT = {
				country_exists = YUG
				country_exists = GRE
				country_exists = ROM
				country_exists = BUL
				country_exists = HUN
			}
		}
		x = 2
		y = 1
		relative_position_id = uk_protect_suez
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = YUG
						tag = GRE
						tag = ROM
					}
					NOT = {
						OR = {
							AND = {
								is_in_faction_with = GER
								GER = { has_government = fascism }
							}
							AND = {
								is_in_faction_with = ITA
								ITA = { has_government = fascism }
							}
							GRE = { 
								has_country_flag = GRE_britain_rebuffed
							}
						}
					}
				}
				country_event = { id = generic.19 }
				add_offsite_building = { type = arms_factory level = 2 }
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			YUG = { add_opinion_modifier = { target = ENG modifier = balkan_strategy_good } }
			GRE = { add_opinion_modifier = { target = ENG modifier = balkan_strategy_good } }
			ROM = { add_opinion_modifier = { target = ENG modifier = balkan_strategy_good } }
			BUL = { add_opinion_modifier = { target = ENG modifier = balkan_strategy_bad } }
			HUN = { add_opinion_modifier = { target = ENG modifier = balkan_strategy_bad } }
			hidden_effect = {
				news_event = {
					hours = 6 id = news.228
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			if = {
				limit = {
					has_dlc = "Death or Dishonor"
				}
				country_event = {
					id = DOD_yugoslavia.40
					days = 5
				}
			}
		}
	}

	focus = {
		id = uk_sanction_italy_focus
		available = {
			ITA = {
				ENG_focus_available_embargo_sanction = yes
			}	
		}
		bypass = {
			has_war_with = ITA
		}
		prerequisite = { focus = uk_turkey_focus focus = uk_greece_focus }
		icon = GFX_focus_ENG_embargo_italy
		x = 0
		y = 2
		relative_position_id = uk_balkan_strategy
		cost = 1
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes

		completion_reward = {
			send_embargo = ITA
			custom_effect_tooltip = embargo_relation_tt
		}
	}
	focus = {
		id = ENG_war_with_italy
		available = {
			has_offensive_war = no
			ITA = {
				ENG_focus_available_war = yes
			}	
		}
		bypass = {
			has_war_with = ITA
		}
		will_lead_to_war_with = ITA
		prerequisite = { focus = uk_sanction_italy_focus }
		icon = GFX_focus_attack_italy
		x = 0
		y = 1
		relative_position_id = uk_sanction_italy_focus
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = ITA
				expire = 0
			} 
		}
	}	

	focus = {
		id = uk_turkey_focus

		prerequisite = { focus = uk_balkan_strategy }

		mutually_exclusive = {  }

		available = {
			TUR = {
				exists = yes
				has_war = no
				NOT = { is_in_faction_with = ENG }
				is_subject = no
			}
			NOT = { has_government = communism }
		} #TUR not in a faction
		
		icon = GFX_focus_generic_befriend_turkey

		x = 1
		y = 1
		relative_position_id = uk_balkan_strategy

		cost = 5

		ai_will_do = {
			factor = 1
		}	

		search_filters = { FOCUS_FILTER_POLITICAL }

		completion_reward = {
			# + relations with TUR - they become more democratic and like fascist/commies less
			if = {
				limit = { has_government = democratic }
				TUR = {
					add_opinion_modifier = { target = ENG modifier = democratic_leanings_good }
					add_timed_idea = { idea = democratic_influence days = 1095 }
					country_event = { id = generic.1 }
				}
				every_other_country = {
					limit = { 
						NOT = { has_government = democratic }
						num_of_factories > 30
					}
					add_opinion_modifier = { target = TUR modifier = democratic_leanings_bad }
				}
			}
			if = {
				limit = { has_government = fascism }
				TUR = {
					add_opinion_modifier = { target = ENG modifier = fascism_leanings_good }
					add_timed_idea = { idea = fascist_influence days = 1095 }
					country_event = { id = generic.1 }
				}
				every_other_country = {
					limit = { 
						NOT = { has_government = fascism }
						num_of_factories > 30
					}
					add_opinion_modifier = { target = TUR modifier = fascism_leanings_bad }
				}
			}
			if = {
				limit = { has_government = neutrality }
				TUR = {
					add_opinion_modifier = { target = ENG modifier = neutrality_leanings_good }
					add_timed_idea = { idea = neutrality_influence days = 1095 }
					country_event = { id = generic.1 }
				}
				every_other_country = {
					limit = { 
						NOT = { has_government = neutrality }
						num_of_factories > 30
					}
					add_opinion_modifier = { target = TUR modifier = neutrality_leanings_bad }
				}
			}
			hidden_effect = {
				news_event = { hours = 6 id = news.225 }
			}
		}
	}

	focus = {
		id = uk_greece_focus 

		prerequisite = { focus = uk_balkan_strategy } 

		mutually_exclusive = {  }

		available = {
			GRE = {
				exists = yes
				has_war = no
				NOT = { is_in_faction_with = ENG }
				is_subject = no
			}
			NOT = { has_government = communism }
		} 

		icon = GFX_focus_generic_befriend_greece

		x = -1
		y = 1
		relative_position_id = uk_balkan_strategy

		cost = 5

		search_filters = { FOCUS_FILTER_POLITICAL }

		completion_reward = {
			if = {
				limit = { has_government = democratic }
				GRE = {
					add_opinion_modifier = { target = ENG modifier = democratic_leanings_good }
					add_timed_idea = { idea = democratic_influence days = 1095 }
					country_event = { id = generic.1 }
				}
				every_other_country = {
					limit = { 
						NOT = { has_government = democratic }
						num_of_factories > 30
					}
					add_opinion_modifier = { target = GRE modifier = democratic_leanings_bad }
				}
			}
			if = {
				limit = { has_government = fascism }
				GRE = {
					add_opinion_modifier = { target = ENG modifier = fascism_leanings_good }
					add_timed_idea = { idea = fascist_influence days = 1095 }
					country_event = { id = generic.1 }
				}
				every_other_country = {
					limit = { 
						NOT = { has_government = fascism }
						num_of_factories > 30
					}
					add_opinion_modifier = { target = GRE modifier = fascism_leanings_bad }
				}
			}
			if = {
				limit = { has_government = neutrality }
				GRE = {
					add_opinion_modifier = { target = ENG modifier = neutrality_leanings_good }
					add_timed_idea = { idea = neutrality_influence days = 1095 }
					country_event = { id = generic.1 }
				}
				every_other_country = {
					limit = { 
						NOT = { has_government = neutrality }
						num_of_factories > 30
					}
					add_opinion_modifier = { target = GRE modifier = neutrality_leanings_bad }
				}
			}
			hidden_effect = {
				news_event = { hours = 6 id = news.226 }
			}
		}
	}

	focus = {
		id = uk_malta_focus 
		prerequisite = { focus = uk_mediterranean_focus }
		available = {
			116 = { is_owned_and_controlled_by = ENG }
		}		
		icon = GFX_focus_ENG_malta_development
		x = 2
		y = 2
		relative_position_id = uk_mediterranean_focus
		cost = 5

		available_if_capitulated = yes

		bypass = {
			116 = {
				free_building_slots = {
					building = coastal_bunker
					size < 2
					province = 12003
				}
				free_building_slots = {
					building = air_base
					size < 1
				}
			}
		}

		completion_reward = {
			116 = {
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = coastal_bunker
					level = 2
					province = 12003
					instant_build = yes
				}
				add_building_construction = {
					type = air_base
					level = 3
					instant_build = yes
				}
				add_building_construction = {
					type = anti_air_building
					level = 2
					instant_build = yes
				}
			}
		}
	}

	### DECOLONIZATION ###

	focus = {
		id = ENG_revisit_colonial_policy
		mutually_exclusive = { focus = uk_empire_focus }
		prerequisite = { focus = ENG_a_change_in_course }
		available = { 
			has_government = communism
			has_completed_focus = ENG_eliminate_the_upper_class
			has_completed_focus = ENG_concessions_to_the_trade_unions
		}

		continue_if_invalid = yes
		relative_position_id = uk_empire_focus
		icon = GFX_focus_ENG_question_empire
		x = 14
		y = 0

		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_completed_focus = ENG_global_defense
					has_country_leader = {
					    character = ENG_winston_churchill
					    ruling_only = yes
					}
				}
			}
		}	
		search_filters = {FOCUS_FILTER_POLITICAL}
		completion_reward = {
			add_stability = -0.05
			add_popularity = { ideology = communism popularity = 0.05 }
			add_political_power = 80
			custom_effect_tooltip = ENG_concessions_to_the_trade_unions_tt_2
			hidden_effect = { news_event = { id = mtg_news.14 days = 1 } }
		}
	}

	focus = {
		id = ENG_guide_the_colonies
		prerequisite = { focus = ENG_revisit_colonial_policy }
		available = { 
			is_subject = no
			num_subjects > 0
		}
		bypass = {
			num_subjects < 1
		}

		continue_if_invalid = yes

		icon = GFX_focus_ENG_commonwealth
		x = 0
		y = 1
		relative_position_id = ENG_revisit_colonial_policy

		cost = 5
		ai_will_do = {
			factor = 1
		}	
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_STABILITY}
		completion_reward = {
			add_political_power = 60
			CAN = {
				if = {
					limit = {
						is_subject_of = ENG
					}
					add_stability = 0.05
					add_opinion_modifier = { target = ENG modifier = ENG_guiding_the_colonies }
					add_ideas = ENG_guided_by_britain_1
					hidden_effect = { country_event = { id =  mtg_britain.17 hours = 6 } }
				}
			}
			SAF = {
				if = {
					limit = {
						is_subject_of = ENG
					}
					add_stability = 0.05
					add_opinion_modifier = { target = ENG modifier = ENG_guiding_the_colonies }
					add_ideas = ENG_guided_by_britain_1
					hidden_effect = { country_event = { id =  mtg_britain.17 hours = 6 } }
				}
			}
			AST = {
				if = {
					limit = {
						is_subject_of = ENG
					}
					add_stability = 0.05
					add_opinion_modifier = { target = ENG modifier = ENG_guiding_the_colonies }
					add_ideas = ENG_guided_by_britain_1
					hidden_effect = { country_event = { id =  mtg_britain.17 hours = 6 } }
				}
			}
			NZL = {
				if = {
					limit = {
						is_subject_of = ENG
					}
					add_stability = 0.05
					add_opinion_modifier = { target = ENG modifier = ENG_guiding_the_colonies }
					add_ideas = ENG_guided_by_britain_1
					hidden_effect = { country_event = { id =  mtg_britain.17 hours = 6 } }
				}
			}
			MAL = {
				if = {
					limit = {
						is_subject_of = ENG
					}
					add_stability = 0.05
					add_opinion_modifier = { target = ENG modifier = ENG_guiding_the_colonies }
					add_ideas = ENG_guided_by_britain_2
					hidden_effect = { country_event = { id =  mtg_britain.17 hours = 6 } }
				}
			}
			BRM = {
				if = {
					limit = {
						is_subject_of = ENG
					}
					add_stability = 0.05
					add_opinion_modifier = { target = ENG modifier = ENG_guiding_the_colonies }
					add_ideas = ENG_guided_by_britain_2
					hidden_effect = { country_event = { id =  mtg_britain.17 hours = 6 } }
				}
			}
		}
	}

	focus = {
		id = ENG_towards_dominion_independence
		prerequisite = { focus = ENG_guide_the_colonies }
		available = { 
			is_subject = no
			OR = {
				CAN = { is_subject_of = ENG }
				SAF = { is_subject_of = ENG }
				AST = { is_subject_of = ENG }
				NZL = { is_subject_of = ENG }
			}
		}
		bypass = {
			OR = {
				AND = {
					CAN = { is_subject = no }
					SAF = { is_subject = no }
					AST = { is_subject = no }
					NZL = { is_subject = no }
				}
				has_completed_focus = ENG_bring_the_dominions_back_into_the_fold
			}
		}

		continue_if_invalid = yes

		icon = GFX_goal_tfv_sever_ties_with_uk
		x = -1
		y = 1
		relative_position_id = ENG_guide_the_colonies
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_political_power = 100
			add_manpower = 100000
			CAN = {
				if = {
					limit = {
						is_subject_of = ENG
						has_idea = ENG_guided_by_britain_1
					}
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_1
						add_idea = ENG_guided_by_britain_2
					}
					hidden_effect = { country_event = { id =  mtg_britain.18 hours = 6 } }
				}
			}
			SAF = {
				if = {
					limit = {
						is_subject_of = ENG
						has_idea = ENG_guided_by_britain_1
					}
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_1
						add_idea = ENG_guided_by_britain_2
					}
					hidden_effect = { country_event = { id =  mtg_britain.18 hours = 6 } }
				}
			}
			AST = {
				if = {
					limit = {
						is_subject_of = ENG
						has_idea = ENG_guided_by_britain_1
					}
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_1
						add_idea = ENG_guided_by_britain_2
					}
					hidden_effect = { country_event = { id =  mtg_britain.18 hours = 6 } }
				}
			}
			NZL = {
				if = {
					limit = {
						is_subject_of = ENG
						has_idea = ENG_guided_by_britain_1
					}
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_1
						add_idea = ENG_guided_by_britain_2
					}
					hidden_effect = { country_event = { id =  mtg_britain.18 hours = 6 } }
				}
			}
		}
	}

	focus = {
		id = ENG_foundations_for_an_indian_state
		prerequisite = { focus = ENG_towards_dominion_independence }
		available = {
			is_subject = no
			OR = {
				RAJ = { is_subject_of = ENG }
				hidden_trigger = { 
					if = {
						limit = {
							has_dlc = "Graveyard of Empires"
							has_event_target = UK_INDIA
						} 
						event_target:UK_INDIA = { is_subject_of = ENG } 
					}
				}
			}
		}
		bypass = {
			RAJ = { is_subject = no }
				if = {
					limit = {
						has_dlc = "Graveyard of Empires"
						has_event_target = UK_INDIA
					}

					event_target:UK_INDIA = {
						exists = no
						NOT = { is_subject_of = ROOT }
					}
				}
			}

		continue_if_invalid = yes

		icon = GFX_focus_RAJ_all_india_forward_bloc
		x = -1
		y = 1
		relative_position_id = ENG_towards_dominion_independence
		cost = 5
		ai_will_do = {
			factor = 1
		}	

		complete_tooltip = {
			RAJ = {
				every_state = {
					limit = { has_state_flag = ENG_foundations_for_an_indian_state_2IC }
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
				}
			}
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_STABILITY FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_political_power = 60

			IF = {
				limit = {
					has_dlc = "Graveyard of Empires"
					has_event_target = UK_INDIA
					event_target:UK_INDIA = {
						exists = yes
					}
				}
				event_target:UK_INDIA = {
					IF = {
						limit = { is_subject_of = ENG }
						add_stability = 0.05
						add_opinion_modifier = { target = ENG modifier = 	ENG_guiding_the_colonies }
						add_ideas = ENG_guided_by_britain_raj_1
						hidden_effect = { country_event = { id = mtg_britain.19 hours 	= 6 } }
						random_owned_controlled_state = {
							limit = {
								free_building_slots = {
									building = industrial_complex
									size > 1
									include_locked = yes
								}
								is_core_of = PREV
							}
							add_extra_state_shared_building_slots = 2
							add_building_construction = {
								type = industrial_complex
								level = 2
								instant_build = yes
							}
							set_state_flag = ENG_foundations_for_an_indian_state_2IC
						}
						random_owned_controlled_state = {
							limit = {
								free_building_slots = {
									building = industrial_complex
									size > 1
									include_locked = yes
								}
								is_core_of = PREV
							}
							add_extra_state_shared_building_slots = 2
							add_building_construction = {
								type = industrial_complex
								level = 2
								instant_build = yes
							}
							set_state_flag = ENG_foundations_for_an_indian_state_2IC
						}
					}
				}
			}
			RAJ = {
				if = {
					limit = { is_subject_of = ENG }
					add_stability = 0.05
					add_opinion_modifier = { target = ENG modifier = ENG_guiding_the_colonies }
					add_ideas = ENG_guided_by_britain_raj_1
					hidden_effect = { country_event = { id = mtg_britain.19 hours = 6 } }
					random_owned_controlled_state = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 1
								include_locked = yes
							}
							is_core_of = PREV
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = industrial_complex
							level = 2
							instant_build = yes
						}
						set_state_flag = ENG_foundations_for_an_indian_state_2IC
					}
					random_owned_controlled_state = {
						limit = {
							free_building_slots = {
								building = industrial_complex
								size > 1
								include_locked = yes
							}
							is_core_of = PREV
						}
						add_extra_state_shared_building_slots = 2
						add_building_construction = {
							type = industrial_complex
							level = 2
							instant_build = yes
						}
						set_state_flag = ENG_foundations_for_an_indian_state_2IC
					}
				}
			}
		}
	}

	focus = {
		id = ENG_towards_indian_independence
		prerequisite = { focus = ENG_foundations_for_an_indian_state }
		available = { 
			is_subject = no
			if = {
				limit = {
					has_dlc = "Graveyard of Empires"
					has_event_target = UK_INDIA
				}
				event_target:UK_INDIA = {
					is_subject_of = ROOT
				}
			}
			else = {
				RAJ = { is_subject_of = ENG }
			}
			hidden_trigger = {
					if = {
						limit = {
							has_dlc = "Graveyard of Empires"
							has_event_target = UK_INDIA
						}
						event_target:UK_INDIA = { is_subject_of = ENG }
					}
				}
			}
		bypass = {
			OR = {
				RAJ = { is_subject = no }
				has_completed_focus = ENG_reclaim_the_jewel_in_the_crown
			}
			if = {
					limit = {
						has_dlc = "Graveyard of Empires"
						has_event_target = UK_INDIA
					}
					event_target:UK_INDIA = {
						exists = no
						NOT = { is_subject_of = ROOT }
					}
				}
			}

		continue_if_invalid = yes

		icon = GFX_focus_RAJ_a_congress_resurgent
		x = -1
		y = 1
		relative_position_id = ENG_foundations_for_an_indian_state
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_political_power = 150
			add_manpower = 150000

			IF = {
				limit = {
					has_dlc = "Graveyard of Empires"
					has_event_target = UK_INDIA
					event_target:UK_INDIA = {
						exists = yes
					}
				}
				event_target:UK_INDIA = { 
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_RAJ_1
						add_idea = ENG_guided_by_britain_RAJ_2
					}
					drop_cosmetic_tag = yes
					retire_country_leader = yes
					hidden_effect = { country_event = { id = mtg_britain.21 hours = 6 } }
				}
			}

			IF = {
				limit = {
					has_event_target = UK_INDIA
					event_target:UK_INDIA = {
						exists = yes
					}
				}
				RAJ = {
				remove_ideas = ENG_guided_by_britain_RAJ_1
			}
		}

			ELSE = {
				RAJ = {
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_RAJ_1
						add_idea = ENG_guided_by_britain_RAJ_2
					}
					hidden_effect = { country_event = { id = mtg_britain.21  hours = 6 	} }
				}
			}

			if = {
				limit = {
					country_exists = PAK
				}
				PAK = {
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_RAJ_1
						add_idea = ENG_guided_by_britain_RAJ_2
					}
					hidden_effect = { country_event = { id = mtg_britain.21  hours = 6 } }
				}
			}
			if = {
				limit = {
					country_exists = BAN
				}
				BAN = {
					swap_ideas = {
						remove_idea = ENG_guided_by_britain_RAJ_1
						add_idea = ENG_guided_by_britain_RAJ_2
					}
					hidden_effect = { country_event = { id = mtg_britain.21  hours = 6 } }
				}
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
					NOT = { has_dlc = "Graveyard of Empires" }
					RAJ = {
						is_subject = yes
						NOT = { has_autonomy_state = autonomy_dominion }
					}
				}
				set_autonomy = { target = RAJ autonomy_state = autonomy_dominion }
			}



			if = {
				limit = {
					has_dlc = "Together for Victory"
					BAN = {
						is_subject = yes
						NOT = { has_autonomy_state = autonomy_dominion }
					}
				}
				set_autonomy = { target = BAN autonomy_state = autonomy_dominion }
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
					PAK = {
						is_subject = yes
						NOT = { has_autonomy_state = autonomy_dominion }
					}
				}
				set_autonomy = { target = PAK autonomy_state = autonomy_dominion }
			}
			if = {
				limit = {
					NOT = { has_dlc = "Graveyard of Empires" }
				}
				RAJ = {
					drop_cosmetic_tag = yes
					retire_country_leader = yes
				}
			}

		}
	}

	focus = {
		id = ENG_withdraw_from_contested_territories
		prerequisite = { focus = ENG_guide_the_colonies }
		available = { 
			is_subject = no
			OR = {
				has_full_control_of_state = 659
				has_full_control_of_state = 326
				has_full_control_of_state = 332
				has_full_control_of_state = 331
				has_full_control_of_state = 119
				has_full_control_of_state = 118
				has_full_control_of_state = 906
			}
		}
		bypass = {
			NOT = {
				OR = {
					owns_state = 659
					owns_state = 326
					owns_state = 332
					owns_state = 331
					owns_state = 119
					owns_state = 118
					owns_state = 906
				}
			}
		}

		continue_if_invalid = yes

		icon = GFX_focus_ARG_islas_del_atlantico_sur
		x = 1
		y = 1
		relative_position_id = ENG_guide_the_colonies
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_stability = -0.15
			add_manpower = 25000
			if = {
				limit = {
					has_full_control_of_state = 659
				}
				YEM = {
					transfer_state = 659
					add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
				}
				659 = {
					add_core_of = FSA
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 906
				}
				YEM = {
					transfer_state = 906
					IF = {
						limit = {
							YEM = { NOT = { has_opinion_modifier = ENG_returned_our_territory} }
						}
						add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 992
				}
				YEM = {
					transfer_state = 992
					IF = {
						limit = {
							YEM = { NOT = { has_opinion_modifier = ENG_returned_our_territory} }
						}
						add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
					}
				}
			}
			if = {
				limit = {
					RAJ = {
						has_full_control_of_state = 992
						is_subject_of = ROOT
					}
				}
				YEM = {
					transfer_state = 992
					IF = {
						limit = {
							YEM = { NOT = { has_opinion_modifier = ENG_returned_our_territory} }
						}
						add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
						add_opinion_modifier = { target = RAJ modifier = ENG_returned_our_territory }
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 326
				}
				event_target:WTT_current_china_leader = {
					transfer_state = 326
					add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 332
				}
				CAN = {
					transfer_state = 332
					add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 331
				}
				CAN = {
					transfer_state = 331
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 299
					has_full_control_of_state = 720
				}
				ARG = {
					transfer_state = 299
					299 = { add_core_of = ARG }
					transfer_state = 720
					add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 119
				}
				IRE = {
					transfer_state = 119
					add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 118
				}
				random_other_country = {
					limit = {
						original_tag = SPR
						if = {
							limit = {
								country_exists = SPD
							}
							tag = SPD
						}
						else_if = {
							limit = {
								country_exists = SPA
							}
							tag = SPA
						}
						else_if = {
							limit = {
								country_exists = SPB
							}
							tag = SPB
						}
						else_if = {
							limit = {
								country_exists = SPC
							}
							tag = SPC
						}
					}
					transfer_state = 118
					118 = { add_core_of = PREV }
					if = {
						limit = {
							NOT = { has_global_flag = scw_over }
						}
						every_other_country = {
							limit = {
								original_tag = SPR
								exists = yes
							}
							118 = { add_core_of = PREV }
						}
					}
					add_opinion_modifier = { target = ENG modifier = ENG_returned_our_territory }
				}
			}
		}
	}

	focus = {
		id = ENG_self_government_for_the_mediterranean
		prerequisite = { focus = ENG_withdraw_from_contested_territories }
		available = { 
			is_subject = no
			OR = {
			has_full_control_of_state = 116
			has_full_control_of_state = 183
		}
		}
		bypass = {
			NOT = {
				AND = {
					owns_state = 116
					owns_state = 183
		}
			}
		}

		continue_if_invalid = no

		icon = GFX_focus_generic_befriend_cyprus
		x = -1
		y = 1
		relative_position_id = ENG_withdraw_from_contested_territories
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_political_power = 25
			add_manpower = 10000
			if = {
				limit = {
					has_full_control_of_state = 116
				}
				release = MLT
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = MLT autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = MLT
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						MLT = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 183
				}
				release = CYP
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = CYP autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = CYP
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						CYP = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_self_government_for_africa
		prerequisite = { focus = ENG_self_government_for_the_mediterranean }
		available = { 
			is_subject = no
			OR = {
				has_full_control_of_state = 767
				has_full_control_of_state = 551
				has_full_control_of_state = 549
				has_full_control_of_state = 269
				has_full_control_of_state = 548
				has_full_control_of_state = 547
				has_full_control_of_state = 903
				has_full_control_of_state = 904
				has_full_control_of_state = 905
				has_full_control_of_state = 546
				has_full_control_of_state = 771
				has_full_control_of_state = 981
				has_full_control_of_state = 770
				has_full_control_of_state = 545
				has_full_control_of_state = 542
				has_full_control_of_state = 558
				has_full_control_of_state = 900
				has_full_control_of_state = 901
				has_full_control_of_state = 902
				has_full_control_of_state = 274
				has_full_control_of_state = 700
				has_full_control_of_state = 701
				has_full_control_of_state = 883
				has_full_control_of_state = 884
				has_full_control_of_state = 885
				has_full_control_of_state = 886
				has_full_control_of_state = 887
			}
		}

		bypass = {
			#NOT = {
			#	AND = {
					NOT = { owns_state = 767 }
					NOT = { owns_state = 551 }
					NOT = { owns_state = 549 }
					NOT = { owns_state = 269 }
					NOT = { owns_state = 548 }
					NOT = { owns_state = 547 }
					NOT = { owns_state = 903 }
					NOT = { owns_state = 904 }
					NOT = { owns_state = 905 }
					NOT = { owns_state = 546 }
					NOT = { owns_state = 771 }
					NOT = { owns_state = 981 }
					NOT = { owns_state = 770 }
					NOT = { owns_state = 545 }
					NOT = { owns_state = 542 }
					NOT = { owns_state = 558 }
					NOT = { owns_state = 900 }
					NOT = { owns_state = 901 }
					NOT = { owns_state = 902 }
					NOT = { owns_state = 274 }
					NOT = { owns_state = 700 }
					NOT = { owns_state = 883 }
					NOT = { owns_state = 884 }
					NOT = { owns_state = 885 }
					NOT = { owns_state = 886 }
					NOT = { owns_state = 887 }
				#}
			#}
		}

		continue_if_invalid = no

		icon = GFX_focus_ENG_befriend_sudan
		x = -1
		y = 1
		relative_position_id = ENG_self_government_for_the_mediterranean
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_political_power = 100
			add_manpower = 100000
			if = {
				limit = {
					has_full_control_of_state = 767
					has_full_control_of_state = 551
					has_full_control_of_state = 549
					has_full_control_of_state = 883
					has_full_control_of_state = 884
					has_full_control_of_state = 885
					has_full_control_of_state = 886
					has_full_control_of_state = 887
				}
				release = SUD
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = SUD autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = SUD
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						SUD = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			# Kenya
			if = {
				limit = {
					OR = {
						has_full_control_of_state = 547
						has_full_control_of_state = 903
						has_full_control_of_state = 904
						has_full_control_of_state = 905
					}
					KEN = { exists = no }
				}
				effect_tooltip = {
					release = KEN 
				}
				hidden_effect = {
					every_owned_state = {
						limit = {
							is_core_of = KEN 
						}
						KEN = { transfer_state = PREV }
					}
				}
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = KEN autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = KEN
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						KEN = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 269
				}
				release = SOM
				if = {
					limit = {
						SOM = { is_subject = no }
					}
					if = {
						limit = {
							has_dlc = "Together for Victory"
						}
						set_autonomy = { target = SOM autonomy_state = autonomy_dominion }
					}
					if = {
						limit = {
							NOT = { has_dlc = "Together for Victory" }
						}
						puppet = SOM
					}
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						SOM = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 548
				}
				release = UGA
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = UGA autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = UGA
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						UGA = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 546
				}
				release = TZN
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = TZN autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = TZN
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						TZN = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 771
					has_full_control_of_state = 981
				}
				release = ZAM
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = ZAM autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = ZAM
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						ZAM = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 770
				}
				release = MLW
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = MLW autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = MLW
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						MLW = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 545
				}
				release = ZIM
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = ZIM autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = ZIM
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						ZIM = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 542
				}
				release = BOT
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = BOT autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = BOT
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						BOT = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 558
					has_full_control_of_state = 900
					has_full_control_of_state = 901
					has_full_control_of_state = 902
				}
				release = NGA
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = NGA autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = NGA
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						NGA = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 274
				}
				release = GHA
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = GHA autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = GHA
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						GHA = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 700
				}
				release = SIE
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = SIE autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = SIE
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						SIE = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 701
				}
				release = GAM
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = GAM autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = GAM
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						GAM = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_self_government_for_the_middle_east
		prerequisite = { focus = ENG_withdraw_from_contested_territories }
		available = { 
			is_subject = no
			OR = {
				has_full_control_of_state = 454
				has_full_control_of_state = 455
				has_full_control_of_state = 453
				has_full_control_of_state = 452
				has_full_control_of_state = 447
				has_full_control_of_state = 446
				has_full_control_of_state = 907
				has_full_control_of_state = 457
				has_full_control_of_state = 456
				has_full_control_of_state = 656
				has_full_control_of_state = 765
				has_full_control_of_state = 1014
				has_full_control_of_state = 658
				has_full_control_of_state = 992
			}
		}
		bypass = {
			NOT = {
				OR = {
					owns_state = 454
					owns_state = 455
					owns_state = 453
					owns_state = 452
					owns_state = 447
					owns_state = 446
					owns_state = 907
					owns_state = 457
					owns_state = 456
					owns_state = 656
					owns_state = 765
					owns_state = 658
					owns_state = 992
					owns_state = 1014
				}
			}
		}

		continue_if_invalid = no

		icon = GFX_focus_ENG_befriend_jordan
		x = 1
		y = 1
		relative_position_id = ENG_withdraw_from_contested_territories
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = { FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER }	
		completion_reward = {
			add_political_power = 50
			add_manpower = 50000
			if = {
				limit = {
					has_full_control_of_state = 454
					date < 1939.01.01
				}
				release = PAL
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = PAL autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = PAL
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						PAL = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 454
					date > 1939.01.01
				}
				release = ISR
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = ISR autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = ISR
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						ISR = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
					PAL = {
						is_subject_of = ENG
						NOT = { has_autonomy_state = autonomy_dominion }
					}
				}
				set_autonomy = { target = PAL autonomy_state = autonomy_dominion }
				PAL = {
					drop_cosmetic_tag = yes
					retire_country_leader = yes
				}
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
					KUW = {
						is_subject_of = ENG
					}
				}
				KUW = {
					drop_cosmetic_tag = yes
				}
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
					JOR = {
						is_subject_of = ENG
					}
				}
				JOR = {
					drop_cosmetic_tag = yes
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 455
				}
				release = JOR
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = JOR autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = JOR
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						JOR = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 453
					has_full_control_of_state = 452
					has_full_control_of_state = 447
					has_full_control_of_state = 446
					has_full_control_of_state = 457
					has_full_control_of_state = 456
				}
				release = EGY
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = EGY autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = EGY
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						EGY = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 656
				}
				release = KUW
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = KUW autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = KUW
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						KUW = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 765
				}
				release = QAT
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = QAT autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = QAT
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						QAT = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 1014
				}
				release = BHR
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = BHR autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = BHR
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						BHR = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 658
				}
				release = UAE
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = UAE autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = UAE
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						UAE = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_self_government_for_the_americas
		prerequisite = { focus = ENG_self_government_for_the_middle_east }
		available = { 
			is_subject = no
			OR = {
			has_full_control_of_state = 311
			has_full_control_of_state = 690
			has_full_control_of_state = 693
			has_full_control_of_state = 689
			has_full_control_of_state = 691
			has_full_control_of_state = 692
			has_full_control_of_state = 308
			has_full_control_of_state = 687
		}
		}
		bypass = {
			NOT = {
				AND = {
					owns_state = 311
					owns_state = 690
					owns_state = 693
					owns_state = 689
					owns_state = 691
					owns_state = 692
					owns_state = 308
					owns_state = 687
		}
			}
		}

		continue_if_invalid = no

		icon = GFX_focus_ENG_befriend_west_indies
		x = -1
		y = 1
		relative_position_id = ENG_self_government_for_the_middle_east
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_political_power = 50
			add_manpower = 50000
			if = {
				limit = {
					has_full_control_of_state = 311
				}
				release = BLZ
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = BLZ autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = BLZ
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						BLZ = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 690
					has_full_control_of_state = 693
				}
				release = BAH
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = BAH autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = BAH
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						BAH = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 689
				}
				release = JAM
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = JAM autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = JAM
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						JAM = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 691
				}
				release = TRI
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = TRI autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = TRI
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						TRI = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 692
					has_full_control_of_state = 308
				}
				release = BAS
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = BAS autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = BAS
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						BAS = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 687
				}
				release = GYA
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = GYA autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = GYA
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						GYA = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_self_government_for_asia
		prerequisite = { focus = ENG_self_government_for_the_middle_east }
		available = { 
			is_subject = no
			OR = {
				has_full_control_of_state = 422
				has_full_control_of_state = 281
				has_full_control_of_state = 636
				has_full_control_of_state = 643
				has_full_control_of_state = 639
				has_full_control_of_state = 725
				has_full_control_of_state = 711
				has_full_control_of_state = 712
				OR = {
					RAJ = {
						is_subject_of = ENG
						has_full_control_of_state = 640
						has_full_control_of_state = 288
					}
					BRM = {
						is_subject_of = ENG
						has_full_control_of_state = 640
						has_full_control_of_state = 288
					}
					RAJ = { NOT = { is_subject_of = ENG } }
					ENG = {
						has_full_control_of_state = 640
						has_full_control_of_state = 288
					}
				}
			}
		}
		bypass = {
			NOT = {
				AND = {
					owns_state = 422
					owns_state = 281
					owns_state = 636
					owns_state = 643
					owns_state = 639
					owns_state = 725
					owns_state = 711
					owns_state = 712
					OR = {
						RAJ = {
							is_subject_of = ENG
							owns_state = 640
							owns_state = 288
						}
						BRM = {
							is_subject_of = ENG
							owns_state = 640
							owns_state = 288
						}
						RAJ = { is_subject = no }
						ENG = {
							owns_state = 640
							owns_state = 288
						}
					}
				}
			}
		}

		continue_if_invalid = no

		icon = GFX_focus_ENG_befriend_malaysia
		x = 1
		y = 1
		relative_position_id = ENG_self_government_for_the_middle_east
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_political_power = 75
			add_manpower = 75000
			if = {
				limit = {
					has_full_control_of_state = 422
				}
				release = SRL
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = SRL autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = SRL
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						SRL = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 281
				}
				release = MLD
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = MLD autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = MLD
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						MLD = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_full_control_of_state = 636
					has_full_control_of_state = 643
					has_full_control_of_state = 639
					has_full_control_of_state = 725
				}
				release = FIJ
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = FIJ autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = FIJ
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						FIJ = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					RAJ = {
						has_full_control_of_state = 640
						has_full_control_of_state = 288
						is_subject = yes
					}
				}
				RAJ = { release = BRM }
				if = {
					limit = {
						has_dlc = "Together for Victory"
					}
					set_autonomy = { target = BRM autonomy_state = autonomy_dominion }
				}
				if = {
					limit = {
						NOT = { has_dlc = "Together for Victory" }
					}
					puppet = BRM
				}
				hidden_effect = {
					every_other_country = {
						limit = {
							has_war_with = ENG
						}
						BRM = {
							add_to_war = { targeted_alliance = ENG enemy = PREV hostility_reason = asked_to_join }
						}
					}
				}
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
					MAL = {
						is_subject_of = ENG
						NOT = { has_autonomy_state = autonomy_dominion }
					}
				}
				set_autonomy = { target = MAL autonomy_state = autonomy_dominion }
			}
			MAL = {
				drop_cosmetic_tag = yes
				retire_country_leader = yes
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
					BRM = {
						is_subject_of = ENG
						NOT = { has_autonomy_state = autonomy_dominion }
					}
				}
				set_autonomy = { target = BRM autonomy_state = autonomy_dominion }
			}
			BRM = {
				drop_cosmetic_tag = yes
				retire_country_leader = yes
			}
			RAJ = {
				transfer_state = 733
			}
			AST = {
				transfer_state = 711
				transfer_state = 712
			}
		}
	}

	focus = {
		id = ENG_decolonization
		prerequisite = { focus = ENG_self_government_for_africa }
		prerequisite = { focus = ENG_self_government_for_asia }
		prerequisite = { focus = ENG_towards_indian_independence }
		prerequisite = { focus = ENG_self_government_for_the_americas }
		available = { 
			is_subject = no
		}
		bypass = {
			num_subjects < 1
		}

		continue_if_invalid = yes

		icon = GFX_focus_eng_decolonization
		x = 1
		y = 1
		relative_position_id = ENG_self_government_for_africa
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_MANPOWER FOCUS_FILTER_STABILITY}
		completion_reward = {
			set_global_flag = ENG_decolonized
			add_stability = 0.1
			add_popularity = { ideology = communism popularity = 0.05 }
			add_political_power = 100
			add_manpower = 100000
			every_other_country = {
				limit = {
					is_subject_of = ENG
					has_idea = ENG_guided_by_britain_2
				}
				remove_ideas = ENG_guided_by_britain_2
				if = {
					limit = {
						NOT = { has_country_flag = ENG_remain_as_puppet }
					}
					ROOT = { 

						if = {
							limit = {
								has_dlc = "Graveyard of Empires"
								PREV = {
									original_tag = RAJ
								}
							}
							PREV = {
								country_event = { id = GOE_RAJ.30 hours = 2 }
							}
						}
						else = {
							set_autonomy = { target = PREV autonomy_state = autonomy_free }
						}

					}
					if = {
						limit = {
							NOT = { surrender_progress > 0.1 }
						}
						random = {
							chance = 75
							every_enemy_country = {
								limit = {
									has_war_with = PREV
									NOT = {
										original_tag = RAJ
										RAJ = { NOT = { has_country_flag = RAJ_mughal_uprising } }
									}
								}
								white_peace = PREV
							}
							leave_faction = yes
							remove_from_tech_sharing_group = commonwealth_research
							set_country_flag = ENG_decolonization_left_faction
							add_ai_strategy = {
								type = alliance
								id = ENG
								value = -200
							}
							if = {
								limit = {
									original_tag = CAN
								}
								drop_cosmetic_tag = yes
							}
						}
					}
				}
			}
			every_other_country = {
				limit = {
					is_subject_of = ENG
					has_idea = ENG_guided_by_britain_raj_2
				}
				remove_ideas = ENG_guided_by_britain_raj_2
				if = {
					limit = {
						NOT = { has_country_flag = ENG_remain_as_puppet }
					}
						ROOT = { 
							if = {
							limit = {
								has_dlc = "Graveyard of Empires"
								PREV = {
									original_tag = RAJ
								}
							}
							PREV = {
								country_event = { id = GOE_RAJ.30 hours = 2 }
							}
						}
						else = {
							set_autonomy = { target = PREV autonomy_state = autonomy_free }
						}

					}
					if = {
						limit = {
							NOT = { surrender_progress > 0.1 }
						}
						random = {
							chance = 75
							every_enemy_country = {
								limit = {
									has_war_with = PREV
									NOT = {
										original_tag = RAJ
										RAJ = { NOT = { has_country_flag = RAJ_mughal_uprising } }
									}
								}
								white_peace = PREV
							}
							leave_faction = yes
							remove_from_tech_sharing_group = commonwealth_research
							set_country_flag = ENG_decolonization_left_faction
							add_ai_strategy = {
								type = alliance
								id = ENG
								value = -200
							}
						}
					}
				}
				hidden_effect = {
					if = {
						limit = {
							has_dlc = "Together for Victory"
							ENG = { has_completed_focus = ENG_the_three_nation_solution }
							OR = {
								has_idea = RAJ_marginalized_muslim_community
								has_idea = RAJ_marginalized_muslim_community_angry
							}
						}
						remove_ideas = RAJ_marginalized_muslim_community
						remove_ideas = RAJ_marginalized_muslim_community_angry
						add_ideas = RAJ_marginalized_muslim_community_happy
					}
				}
			}
			every_other_country = {
				limit = {
					is_subject_of = ENG
					NOT = {
						OR = {
							tag = CAN
							tag = SAF
							tag = RAJ
							tag = AST
							tag = NZL
							tag = MAL
						}
					}
					OR = {
						has_government = ROOT
						has_government = neutrality
					}
				}
				ROOT = {
					if = {
						limit = {
							has_dlc = "Graveyard of Empires"
							PREV = {
								original_tag = RAJ
							}
						}
						PREV = {
							country_event = { id = GOE_RAJ.30 hours = 2 }
						}
					}
					else = {
						set_autonomy = { target = PREV autonomy_state = autonomy_free }
					}
				}
				if = {
					limit = {
						NOT = { surrender_progress > 0.1 }
					}
					random = {
						chance = 50
						every_enemy_country = {
							limit = {
								has_war_with = PREV
								NOT = {
									original_tag = RAJ
									RAJ = { NOT = { has_country_flag = RAJ_mughal_uprising } }
								}
							}
							white_peace = PREV
						}
						leave_faction = yes
						set_country_flag = ENG_decolonization_left_faction
						add_ai_strategy = {
							type = alliance
							id = ENG
							value = -200
						}
					}
				}
			}
			every_other_country = {
				limit = {
					is_subject_of = ENG
					NOT = {
						OR = {
							tag = CAN
							tag = SAF
							tag = RAJ
							tag = AST
							tag = NZL
							tag = MAL
						}
					}
					NOT = {
						OR = {
							has_government = ROOT
							has_government = neutrality
						}
					}
				}
				ROOT = {
					if = {
						limit = {
							has_dlc = "Graveyard of Empires"
							PREV = {
								original_tag = RAJ
							}
						}
						PREV = {
							country_event = { id = GOE_RAJ.30 hours = 2 }
						}
					}
					else = {
						set_autonomy = { target = PREV autonomy_state = autonomy_free }
					}
				}
				if = {
					limit = {
						NOT = { surrender_progress > 0.1 }
					}
					random = {
						chance = 50
						every_enemy_country = {
							limit = {
								has_war_with = PREV
								NOT = {
									original_tag = RAJ
									RAJ = { NOT = { has_country_flag = RAJ_mughal_uprising } }
								}
							}
							white_peace = PREV
						}
						leave_faction = yes
						set_country_flag = ENG_decolonization_left_faction
						add_ai_strategy = {
							type = alliance
							id = ENG
							value = -200
						}
					}
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = CAN }
					NOT = { is_in_faction_with = SAF }
					NOT = { is_in_faction_with = RAJ }
					NOT = { is_in_faction_with = AST }
					NOT = { is_in_faction_with = NZL }
				}
				remove_from_tech_sharing_group = commonwealth_research
			}
			if = {
				limit = {
					has_war = yes
				}
				if = {
					limit = {
						CAN = {
							has_war_together_with = ENG
							has_country_flag = ENG_decolonization_left_faction
						}
					}
					CAN = { create_faction = ENG_coalition_of_free_commonwealth_states }
				}
				else_if = {
					limit = {
						AST = {
							has_war_together_with = ENG
							has_country_flag = ENG_decolonization_left_faction
						}
					}
					AST = { create_faction = ENG_coalition_of_free_commonwealth_states }
				}
				else_if = {
					limit = {
						RAJ = {
							has_war_together_with = ENG
							has_country_flag = ENG_decolonization_left_faction
						}
					}
					RAJ = { create_faction = ENG_coalition_of_free_commonwealth_states }
				}
				else_if = {
					limit = {
						SAF = {
							has_war_together_with = ENG
							has_country_flag = ENG_decolonization_left_faction
						}
					}
					SAF = { create_faction = ENG_coalition_of_free_commonwealth_states }
				}
				else_if = {
					limit = {
						NZL = {
							has_war_together_with = ENG
							has_country_flag = ENG_decolonization_left_faction
						}
					}
					NZL = { create_faction = ENG_coalition_of_free_commonwealth_states }
				}
				else_if = {
					limit = {
						NOT = {
							CAN = {
								has_war_together_with = ENG
								has_country_flag = ENG_decolonization_left_faction
							}
						}
						NOT = {
							AST = {
								has_war_together_with = ENG
								has_country_flag = ENG_decolonization_left_faction
							}
						}
						NOT = {
							RAJ = {
								has_war_together_with = ENG
								has_country_flag = ENG_decolonization_left_faction
							}
						}
						NOT = {
							SAF = {
								has_war_together_with = ENG
								has_country_flag = ENG_decolonization_left_faction
							}
						}
						NOT = {
							NZL = {
								has_war_together_with = ENG
								has_country_flag = ENG_decolonization_left_faction
							}
						}
					}
					random_other_country = {
						limit = {
							NOT = {
								OR = {
									tag = CAN
									tag = SAF
									tag = RAJ
									tag = AST
									tag = NZL
								}
							}
							has_country_flag = ENG_decolonization_left_faction
						}
						create_faction = ENG_coalition_of_free_commonwealth_states
					}
				}
				every_other_country = {
					limit = {
						has_country_flag = ENG_decolonization_left_faction
					}
					random_other_country = {
						limit = {
							has_country_flag = ENG_decolonization_left_faction
							is_faction_leader = yes
						}
						add_to_faction = PREV
					}
				}
			}
			IF = {
				limit = {
					IRQ = {
						has_idea = IRQ_anglo_iraqi_treaty
					}
				}
				IRQ = {
					remove_ideas = IRQ_anglo_iraqi_treaty
				}
			}
			clr_country_flag = ENG_switched_to_communism_civil_war_flag
			custom_effect_tooltip = ENG_concessions_to_the_trade_unions_tt_2
			hidden_effect = { news_event = { id = mtg_news.15 days = 1 } }
		}
	}

	### END OF DECOLONIZATION ###
	
	focus = {
		id = uk_colonial_focus 
		prerequisite = { focus = uk_service_focus }
		icon = GFX_focus_ENG_colonial_elite
		x = -2
		y = 1
		relative_position_id = uk_service_focus
		cost = 5

		available_if_capitulated = yes
		search_filters = {FOCUS_FILTER_RESEARCH}
		completion_reward = {
			add_ideas = { ENG_colonial_elite }
		}
	}

	focus = {
		id = uk_asia_focus 
		prerequisite = { focus = uk_colonial_focus }
		
		available = {
			336 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
			326 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}

		icon = GFX_focus_usa_focus_on_asia
		x = -4
		y = 1
		relative_position_id = uk_colonial_focus
		cost = 5

		available_if_capitulated = yes

		bypass = {
			336 = {
				free_building_slots = {
					building = dockyard
					size < 1
					include_locked = yes
				}				
			}
			326 = {
				free_building_slots = {
					building = industrial_complex
					size < 1
					include_locked = yes
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			if = {
				limit = {
					has_idea = ENG_fortify_the_empire_1
				}
				swap_ideas = {
					remove_idea = ENG_fortify_the_empire_1
					add_idea = ENG_fortify_the_empire_2
				}
			}
			if = {
				limit = {
					NOT = { has_idea = ENG_fortify_the_empire_1 }
					NOT = { has_idea = ENG_fortify_the_empire_2 }
				}
				add_ideas = ENG_fortify_the_empire_1
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			336 = {
				if = {
					limit = {
						CONTROLLER = {
							OR = {
								tag = ENG
								is_subject_of = ENG
							}
						}
						OWNER = {
							OR = {
								tag = ENG
								is_subject_of = ENG
							}
						}
					} 
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
							type = dockyard
							level = 1
							instant_build = yes
					}
				}
			}
			326 = {
				if = {
					limit = {
						CONTROLLER = {
							OR = {
								tag = ENG
								is_subject_of = ENG
							}
						}
						OWNER = {
							OR = {
								tag = ENG
								is_subject_of = ENG
							}
						}
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
					}
				}
			}
		}
	}

	focus = {
		id = uk_burma_focus
		prerequisite = { focus = uk_asia_focus } 
		available = {
			CHI = { 
				has_war_with = JAP 
				NOT = { has_war_with = ENG }
			}
			JAP = { NOT = { is_in_faction_with = ENG } }
		}

		bypass = {
			CHI = { exists = no }
		}

		icon = GFX_focus_generic_road_investment
		x = -2
		y = 1
		relative_position_id = uk_asia_focus
		cost = 10
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes

		bypass = {
			640 = {
				free_building_slots = {
					building = infrastructure
					size < 1
				}
			}
			325 = {
				free_building_slots = {
					building = infrastructure
					size < 1
				}
			}
			601 = {
				free_building_slots = {
					building = infrastructure
					size < 2
				}
				free_building_slots = {
					building = air_base
					size < 1
				}
				free_building_slots = {
					building = arms_factory
					size < 1
					include_locked = yes
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY FOCUS_FILTER_WAR_SUPPORT}
		completion_reward = {
			640 = {
				if = {
					limit = { 
						OR = { 
							ENG = { controls_state = 640 }
							any_other_country = {
								is_in_faction_with = ENG
								controls_state = 640
							} 
						}
					}
					add_building_construction = {
						type = infrastructure
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
				}
			}
			325 = {
				if = {
					limit = { 
					OR = { 
							CHI = { controls_state = 325 }
							any_other_country = {
								is_in_faction_with = CHI
								controls_state = 640
							} 
						}
					}
					add_building_construction = {
						type = infrastructure
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
				}
			}
			601 = {
				if = {
					limit = { 
						OR = { 
							CHI = { controls_state = 601 }
							any_other_country = {
								is_in_faction_with = CHI
								controls_state = 601
							} 
						} }
					add_building_construction = {
						type = infrastructure
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = arms_factory
						level = 1
						instant_build = yes
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			if = {
				limit = {
					has_dlc = "Waking the Tiger"
				}
				unlock_decision_tooltip = CHI_expand_the_burma_road
			}
			CHI = {
				add_opinion_modifier = { target = ENG modifier = burma_road_good } 
				country_event = britain.4
			}
			YUN = {
				add_opinion_modifier = { target = ENG modifier = burma_road_good } 
				country_event = britain.5
			}
			JAP = {
				add_opinion_modifier = { target = ENG modifier = burma_road_bad } 
			} 
		}
	}
	focus = {
		id = uk_sanction_japan_focus
		available = {
			JAP = { 
				ENG_focus_available_embargo_sanction = yes
			}	
			has_government = democratic
		}
		bypass = {
			has_war_with = JAP
		}
		prerequisite = { focus = uk_burma_focus }
		icon = GFX_focus_ENG_embargo_japan
		x = 0
		y = 2
		relative_position_id = uk_burma_focus
		cost = 1
		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes

		completion_reward = {
			send_embargo = JAP
			custom_effect_tooltip = embargo_relation_tt
		}
	}
	focus = {
		id = ENG_war_with_japan
		available = {
			has_offensive_war = no
			JAP = {
				ENG_focus_available_war = yes
			}	
			has_government = democratic
		}
		bypass = {
			has_war_with = JAP
		}
		will_lead_to_war_with = JAP
		prerequisite = { focus = uk_sanction_japan_focus }
		prerequisite = { focus = peninsular_focus }
		prerequisite = { focus = hk_air_focus }
		icon = GFX_focus_attack_japan
		x = 2
		y = 1
		relative_position_id = uk_sanction_japan_focus
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = JAP
				expire = 0
			} 
		}
	}


	focus = {
		id = singapore_focus
		prerequisite = { focus = uk_asia_focus }
		icon = GFX_goal_generic_fortify_city
		x = 0
		y = 1
		relative_position_id = uk_asia_focus
		cost = 5

		available = {
			336 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}

		ai_will_do = {
			factor = 1
		}

		available_if_capitulated = yes

		completion_reward = { 
			navy_experience = 25
			336 = {
				add_extra_state_shared_building_slots = 1

				IF = {
					limit = {
						336 = {
							free_building_slots = {
								building = coastal_bunker
								size > 2
								province = 12299
							}
						}
					}
					add_building_construction = {
						type = coastal_bunker
						level = 3
						province = 12299
						instant_build = yes
					}
				}
				
				if = {
					limit = {
						CONTROLLER = {
							NOT = { tag = ENG }
						}
					}
					CONTROLLER = {
						add_autonomy_ratio = {
							value = -0.02
							localization = singapore_focus
						}
					}
				}
			}
		}
	}
	focus = {
		id = sp_landward_forts_focus
		prerequisite = { focus = singapore_focus }
		icon = GFX_goal_generic_construct_military
		x = 0
		y = 1
		relative_position_id = singapore_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		available = {
			336 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}


		available_if_capitulated = yes

		bypass = {
			336 = {
				free_building_slots = {
					building = anti_air_building
					size < 2
				}

				free_building_slots = {
					building = bunker
					size < 4
					province = 12299
				}
			}
		}

		completion_reward = {
			336 = {
				add_extra_state_shared_building_slots = 1

				IF = {
					limit = {
						336 = {
							free_building_slots = {
								building = bunker
								size > 3
								province = 12299
							}
						}
					}
					add_building_construction = {
						type = bunker
						level = 4
						province = 12299
						instant_build = yes
					}
				}

				IF = {
					limit = {
						336 = {
							free_building_slots = {
								building = anti_air_building
								size > 1
							}
						}
					}

					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
				}
				
				
				if = {
					limit = {
						CONTROLLER = {
							NOT = { tag = ENG }
						}
					}
					CONTROLLER = {
						add_autonomy_ratio = {
							value = -0.02
							localization = sp_landward_forts_focus
						}
					}
				}
			}
		}
	}
	focus = {
		id = peninsular_focus
		prerequisite = { focus = sp_landward_forts_focus }
		icon = GFX_goal_generic_construction2
		x = 0
		y = 1
		relative_position_id = sp_landward_forts_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		available = {
			336 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}

		available_if_capitulated = yes

		completion_reward = {
			336 = {
				add_building_construction = {
					type = bunker
					level = 3
					province = 7329
					instant_build = yes
				}
				add_building_construction = {
					type = bunker
					level = 3
					province = 4310
					instant_build = yes
				}
				add_building_construction = {
					type = bunker
					level = 3
					province = 7342
					instant_build = yes
				}
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}
				if = {
					limit = {
						CONTROLLER = {
							NOT = { tag = ENG }
						}
					}
					CONTROLLER = {
						add_autonomy_ratio = {
							value = -0.02
							localization = peninsular_focus
						}
					}
				}
			}
		}
	}
	focus = {
		id = hongkong_focus
		prerequisite = { focus = uk_asia_focus }
		icon = GFX_goal_generic_fortify_city
		x = 2
		y = 1
		relative_position_id = uk_asia_focus
		cost = 5
		ai_will_do = {
			factor = 0.25
		}
		available = { 
			326 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}

		available_if_capitulated = yes

		completion_reward = {
			navy_experience = 25
			326 = {
				add_extra_state_shared_building_slots = 1

				IF = {
					limit = {
						326 = {
							free_building_slots = {
								building = coastal_bunker
								size > 2
								province = 10062
							}
						}
					}
					add_building_construction = {
						type = coastal_bunker
						level = 3
						province = 10062
						instant_build = yes
					}
				}
				
			}
		}
	}
	focus = {
		id = hk_landward_forts_focus
		prerequisite = { focus = hongkong_focus }
		icon = GFX_goal_generic_construct_military
		x = 0
		y = 1
		relative_position_id = hongkong_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		available = {
			326 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}

		available_if_capitulated = yes

		bypass = {
			326 = { 
				free_building_slots = {
					building = anti_air_building
					size < 2
				}

				free_building_slots = {
					building = bunker
					size < 4
					province = 10062
				}
			}
		}

		completion_reward = { 
			326 = {
				add_extra_state_shared_building_slots = 1

				IF = {
					limit = {
						326 = {
							free_building_slots = {
								building = bunker
								size > 3
								province = 10062
							}
						}
					}

					add_building_construction = {
						type = bunker
						level = 4
						province = 10062
						instant_build = yes
					}
				}

				IF = {
					limit = {
						326 = {
							free_building_slots = {
								building = anti_air_building
								size > 1
							}
						}
					}

					add_building_construction = {
						type = anti_air_building
						level = 2				
						instant_build = yes
					}
				}
				
				
			}
		}
	}
	focus = {
		id = hk_air_focus
		prerequisite = { focus = hk_landward_forts_focus }
		icon = GFX_focus_generic_air_defense
		x = 0
		y = 1
		relative_position_id = hk_landward_forts_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		available = {
			326 = {
				CONTROLLER = {
					OR = {
						tag = ENG
						is_subject_of = ENG
					}
				}
			}
		}

		available_if_capitulated = yes

		bypass = {
			326 = { 
				free_building_slots = {
					building = anti_air_building
					size < 2
				} 
				free_building_slots = {
					building = air_base
					size < 2
				}
			}
		}
		completion_reward = {
			326 = {

				IF = {
					limit = {
						326 = {
							free_building_slots = {
								building = anti_air_building
								size > 1 
							}
						}
					}

					add_building_construction = {
						type = anti_air_building
						level = 2
						instant_build = yes
					}
				}

				IF = {
					limit = {
						326 = {
							free_building_slots = {
								building = air_base
								size > 1
							}
						}
					}

					add_building_construction = {
						type = air_base
						level = 4
						instant_build = yes
					}
				}
			}
		}
	}
	
	focus = {
		id = uk_china_focus 

		prerequisite = { focus = hk_air_focus  }

		available = {
			CHI = { exists = yes }
			has_government = democratic
		} 

		cancel = {
			CHI = { exists = no }
		}

		icon = GFX_focus_chi_cooperation_with_the_nationalists

		x = 0
		y = 1
		relative_position_id = hk_air_focus

		cost = 5

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

		search_filters = { FOCUS_FILTER_POLITICAL FOCUS_FILTER_INDUSTRY }

		completion_reward = {
			event_target:WTT_current_china_leader = {
				add_offsite_building = { type = arms_factory level = 2 }
				add_opinion_modifier = { target = ENG modifier = democratic_leanings_good }
				add_timed_idea = { idea = democratic_influence days = 1095 }
				country_event = { id = generic.1 }
				set_country_flag = ENG_influenced_by_britain_flag
			}
			every_other_country = {
				limit = { 
					NOT = { has_government = democratic }
					num_of_factories > 30
				}
				add_opinion_modifier = { target = CHI modifier = democratic_leanings_bad }
			}
		}
	}
	
	focus = {
		id = uk_commonwealth_focus 
		prerequisite = { focus = uk_colonial_focus }

		available = {
			OR = {
				any_country = {
					original_tag = NZL
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = SAF
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = RAJ
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = AST
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = CAN
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = MAL
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = PAL
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = JOR
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = KUW
					is_in_faction_with = ROOT
				}
				any_country = {
					original_tag = BRM
					is_in_faction_with = ROOT
				}
			}
		}

		bypass = {
			CAN = {
				exists = no
			}
			SAF = {
				exists = no
			}
			RAJ = {
				exists = no
			}
			AST = {
				exists = no
			}
			NZL = {
				exists = no
			}
			MAL = {
				exists = no
			}
			PAL = {
				exists = no
			}
			JOR = {
				exists = no
			}
			KUW = {
				exists = no
			}
			BRM = {
				exists = no
			}
			NOT = {
				any_state = {
					OR = {
						is_core_of = ENG
						is_core_of = CAN
						is_core_of = SAF
						is_core_of = AST
						is_core_of = NZL
						is_core_of = RAJ
						is_core_of = MAL
						is_core_of = BRM
					}
					NOT = { state = 320 }
					NOT = { state = 321 }
					OWNER = {
						NOT = { tag = ENG }
					}
				}
			}
		}

		icon = GFX_focus_ENG_commonwealth

		x = 4
		y = 1
		relative_position_id = uk_colonial_focus

		cost = 5

		available_if_capitulated = yes

		completion_reward = {
			random_country = {
				limit = {
					original_tag = CAN
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = AST
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = RAJ
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = NZL
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = SAF
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = MAL
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = PAL
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = JOR
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = KUW
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
			random_country = {
				limit = {
					original_tag = BRM
					exists = yes
					is_in_faction_with = ROOT
				}
				add_political_power = 50
				add_opinion_modifier = { target = ENG modifier = ENG_commonwealth_ties }
			}
		}
	}

	focus = {
		id = ENG_british_commonwealth_air_training_plan
		prerequisite = { focus = uk_commonwealth_focus }
		icon = GFX_focus_PER_raf_planes
		x = -1
		y = 1
		relative_position_id = uk_commonwealth_focus
		cost = 5
		ai_will_do = {
			factor = 3
		}

		available = {
			OR = {
				CAN = { is_in_faction_with = ENG }
				SAF = { is_in_faction_with = ENG }
				RAJ = { is_in_faction_with = ENG }
				AST = { is_in_faction_with = ENG }
				NZL = { is_in_faction_with = ENG }
			}
		}

		bypass = {
		}

		completion_reward = {
			add_ideas = ENG_british_commonwealth_air_training_plan
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					is_subject_of = ROOT
					NOT = { original_tag = SAF }
				}
				add_ideas = ENG_british_commonwealth_air_training_plan
			}
			SAF = {
				if = {
					limit = {
						is_subject_of = ROOT
					}
					add_ideas = ENG_joint_air_training_scheme
				}
			}
		}
	}

	focus = {
		id = uk_india_focus 
		prerequisite = { focus = uk_commonwealth_focus }
		available = {
			any_country = {
				original_tag = RAJ
				is_in_faction_with = ROOT
			}
		} 
		icon = GFX_focus_ENG_develop_raj
		x = -3
		y = 1
		relative_position_id = uk_commonwealth_focus
		cost = 10

		available_if_capitulated = yes

		bypass = {
			RAJ = {
				custom_trigger_tooltip = {
					tooltip = construction_effort_tt
					all_owned_state = {
						free_building_slots = {
							building = industrial_complex
							size < 1
							include_locked = yes
						}
					}
				}
			}
		}

		complete_tooltip = {
			random_country = {
				limit = {
					original_tag = RAJ
					is_in_faction_with = ROOT
				}
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				every_state = { limit = { has_state_flag = ENG_uk_india_focus_2IC }
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_india_focus_1IC }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
				ENG_viceroy_reduce_autonomy_effect = yes
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			RAJ = {
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = industrial_complex
							size > 1
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_uk_india_focus_2IC
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = industrial_complex
							size > 1
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_uk_india_focus_2IC
				}
				random_owned_controlled_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
					}
					set_state_flag = ENG_uk_india_focus_1IC
				}
				ENG_viceroy_reduce_autonomy_effect = yes
			}
		}
	}
	
	focus = {
		id = uk_free_india_focus 
		prerequisite = { focus = uk_india_focus }
		mutually_exclusive = { focus = ENG_indian_autonomy }
		available = {
			if = {
				limit = { has_dlc = "Together for Victory" }
				OR = {
					AND = {
						date > 1943.10.01
						RAJ = {
							is_subject_of = ENG
							has_war = no
						}
					}
					AND = {
						NOT = { has_government = democratic }
						RAJ = {
							is_subject_of = ENG
							has_war = no
						}
					}
				}
				else = {				
					has_global_flag = indian_national_army_setup
					has_government = democratic
					RAJ = {
						is_puppet_of = ENG
					}
				}
			}
		} #counters JAP's indian army focus
		icon = GFX_focus_RAJ_pruna_swaraj
		x = -1
		y = 1
		relative_position_id = uk_india_focus
		cost = 2

		available_if_capitulated = yes

		completion_reward = {
			if = {
				limit = { has_dlc = "Together for Victory" }
				ROOT = {
					set_autonomy = {
						target = RAJ
						autonomy_state = autonomy_free
					}
				}
				else = {					
					set_global_flag = indian_independence_promised
					add_timed_idea = { idea = indian_independence_promised_idea days = 1460 }
					RAJ = {
						remove_ideas = RAJ_azad_hind
					}				
				}
			}
		}
	}
	
	
	focus = {
		id = uk_australia_focus 
		prerequisite = { focus = uk_commonwealth_focus }
		available = {
			any_country = {
				original_tag = AST
				is_in_faction_with = ROOT
			}
		}

		bypass = {
			OR = {
				AST = { exists = no }
				AST = {
					custom_trigger_tooltip = {
						tooltip = construction_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = industrial_complex
								size < 1
								include_locked = yes
							}
						}
					}
					custom_trigger_tooltip = {
						tooltip = naval_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = dockyard
								size < 1
								include_locked = yes
							}
						}
					}
				}
			}
		}
		icon = GFX_focus_ENG_develop_australia
		x = 1
		y = 1
		relative_position_id = uk_commonwealth_focus
		cost = 10

		available_if_capitulated = yes

		complete_tooltip = {
			random_country = {
				limit = {
					original_tag = AST
					is_in_faction_with = ROOT
				}
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				every_state = { limit = { has_state_flag = ENG_uk_australia_focus_1IC }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_australia_focus_2dockyards }
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = dockyard
						level = 2
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_australia_focus_1dockyard }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_australia_focus
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			AST = {
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				random_owned_controlled_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
					}
					set_state_flag = ENG_uk_australia_focus_1IC
				}
				random_owned_controlled_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
					}
					set_state_flag = ENG_uk_australia_focus_1IC
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						free_building_slots = {
							building = dockyard
							size > 1
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = dockyard
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_uk_australia_focus_2dockyards
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						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
					}
					set_state_flag = ENG_uk_australia_focus_1dockyard
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_australia_focus
				}
			}
		}
	}


	focus = {
		id = uk_new_zealand_focus 
		prerequisite = { focus = uk_australia_focus }
		available = {
			any_country = {
				original_tag = NZL
				is_in_faction_with = ROOT
			}
		}
		bypass = {
			OR = {
				NZL = { exists = no }
				NZL = {
					custom_trigger_tooltip = {
						tooltip = construction_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = industrial_complex
								size < 1
								include_locked = yes
							}
						}
					}
					custom_trigger_tooltip = {
						tooltip = naval_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = dockyard
								size < 1
								include_locked = yes
							}
						}
					}
				}
			}
		}
		icon = GFX_focus_ENG_develop_new_zealand
		x = 0
		y = 1
		relative_position_id = uk_australia_focus
		cost = 10

		available_if_capitulated = yes

		complete_tooltip = {
			random_country = {
				limit = {
					original_tag = NZL
					is_in_faction_with = ROOT
				}
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				every_state = { limit = { has_state_flag = ENG_uk_new_zealand_focus_1IC }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_new_zealand_focus_2dockyards }
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = dockyard
						level = 2
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_new_zealand_focus_1dockyard }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_new_zealand_focus
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			NZL = {
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				random_owned_controlled_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
					}
					set_state_flag = ENG_uk_new_zealand_focus_1IC
				}
				random_owned_controlled_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
					}
					set_state_flag = ENG_uk_new_zealand_focus_1IC
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						free_building_slots = {
							building = dockyard
							size > 1
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = dockyard
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_uk_new_zealand_focus_2dockyards
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						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
					}
					set_state_flag = ENG_uk_new_zealand_focus_1dockyard
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_new_zealand_focus
				}
			}
		}
	}


	focus = {
		id = uk_canada_focus 
		prerequisite = { focus = uk_commonwealth_focus }
		available = {
			any_country = {
				original_tag = CAN
				is_in_faction_with = ROOT
			}
		}
		bypass = {
			OR = {
				CAN = { exists = no }
				CAN = {
					custom_trigger_tooltip = {
						tooltip = construction_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = industrial_complex
								size < 1
								include_locked = yes
							}
						}
					}
					custom_trigger_tooltip = {
						tooltip = naval_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = dockyard
								size < 1
								include_locked = yes
							}
						}
					}
				}
			}
		}
		icon = GFX_focus_ENG_develop_canada
		x = 0
		y = 3
		relative_position_id = uk_commonwealth_focus
		cost = 10

		available_if_capitulated = yes

		complete_tooltip = {
			random_country = {
				limit = {
					original_tag = CAN
					is_in_faction_with = ROOT
				}
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				every_state = { limit = { has_state_flag = ENG_uk_canada_focus_2IC }
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_canada_focus_1IC }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_canada_focus_1dockyard }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_canada_focus
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			CAN = {
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = industrial_complex
							size > 1
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_uk_canada_focus_2IC
				}
				random_owned_controlled_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
					}
					set_state_flag = ENG_uk_canada_focus_1IC
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						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
					}
					set_state_flag = ENG_uk_canada_focus_1dockyard
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						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
					}
					set_state_flag = ENG_uk_canada_focus_1dockyard
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_canada_focus
				}
			}
		}
	}

	focus = {
		id = uk_south_africa_focus
		prerequisite = { focus = uk_commonwealth_focus }
		available = {
			any_country = {
				original_tag = SAF
				is_in_faction_with = ROOT
			}
		}
		bypass = {
			OR = {
				SAF = { exists = no }
				SAF = {
					custom_trigger_tooltip = {
						tooltip = construction_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = industrial_complex
								size < 1
								include_locked = yes
							}
						}
					}
					custom_trigger_tooltip = {
						tooltip = naval_effort_tt
						all_owned_state = {
							free_building_slots = {
								building = dockyard
								size < 1
								include_locked = yes
							}
						}
					}
				}
			}
		}
		icon = GFX_focus_ENG_develop_south_africa
		x = 2
		y = 3
		relative_position_id = uk_commonwealth_focus
		cost = 10

		available_if_capitulated = yes

		complete_tooltip = {
			random_country = {
				limit = {
					original_tag = SAF
					is_in_faction_with = ROOT
				}
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				every_state = { limit = { has_state_flag = ENG_uk_south_africa_focus_2IC }
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_south_africa_focus_1IC }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
				every_state = { limit = { has_state_flag = ENG_uk_south_africa_focus_1dockyard }
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = dockyard
						level = 1
						instant_build = yes
					}
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_south_africa_focus
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			SAF = {
				add_opinion_modifier = { target = ENG modifier = aided_industry }
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = industrial_complex
							size > 1
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 2
					add_building_construction = {
						type = industrial_complex
						level = 2
						instant_build = yes
					}
					set_state_flag = ENG_uk_south_africa_focus_2IC
				}
				random_owned_controlled_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
					}
					set_state_flag = ENG_uk_south_africa_focus_1IC
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						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
					}
					set_state_flag = ENG_uk_south_africa_focus_1dockyard
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						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
					}
					set_state_flag = ENG_uk_south_africa_focus_1dockyard
				}
				add_autonomy_ratio = {
					value = -0.05
					localization = uk_south_africa_focus
				}
			}
		}
	}

	focus = {
		id = ENG_indian_autonomy
		prerequisite = { focus = uk_india_focus }
		mutually_exclusive = { focus = uk_free_india_focus }

		available = { 	
			RAJ = {
				is_subject_of = ENG
			}
		}

		continue_if_invalid = no

		icon = GFX_focus_RAJ_the_jewel_becomes_the_crown

		x = 1
		y = 1
		relative_position_id = uk_india_focus
		cost = 5
		ai_will_do = {
			factor = 1
			#modifier = {
			#	factor = 0
			#}
		}	
		completion_reward = {
			set_autonomy = {
				target = RAJ
				autonomy_state = autonomy_dominion
				end_wars = no 
				end_civil_wars = no
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			RAJ = { add_timed_idea = { idea = ENG_indian_autonomy_RAJ_idea days = 730 } }
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_indian_autonomy_tt
		}
	}

	focus = {
		id = ENG_imperial_conference
		prerequisite = { focus = uk_canada_focus }
		prerequisite = { focus = uk_new_zealand_focus }
		prerequisite = { focus = uk_south_africa_focus }

		available = {
			CAN = {
				OR = {
					AND = {
						is_subject_of = ENG
						has_government = ROOT
					}
					exists = no
				}
			}
			SAF = {
				OR = {
					AND = {
						is_subject_of = ENG
						has_government = ROOT
					}
					exists = no
				}
			}
			AST = {
				OR = {
					AND = {
						is_subject_of = ENG
						has_government = ROOT
					}
					exists = no
				}
			}
			NZL = {
				OR = {
					AND = {
						is_subject_of = ENG
						has_government = ROOT
					}
					exists = no
				}
			}
			NOT = {
				any_state = {
					OR = {
						is_core_of = ENG
						is_core_of = CAN
						is_core_of = SAF
						is_core_of = AST
						is_core_of = NZL
					}
					NOT = { state = 331 }
					OWNER = {
						NOT = {
							OR = {
								tag = ENG
								tag = CAN
								tag = SAF
								tag = AST
								tag = NZL
							}
						}
					}
				}
			}

		}

		bypass = {
			CAN = {
				exists = no
			}
			SAF = {
				exists = no
			}
			RAJ = {
				OR = {
					exists = no
					NOT = { is_subject_of = ENG }
				}
			}
			AST = {
				exists = no
			}
			NZL = {
				exists = no
			}
			NOT = {
				any_state = {
					OR = {
						is_core_of = ENG
						is_core_of = CAN
						is_core_of = SAF
						is_core_of = AST
						is_core_of = NZL
					}
					OWNER = {
						NOT = { tag = ENG }
					}
				}
			}
		}

		continue_if_invalid = no

		icon = GFX_goal_tfv_strengthen_commonwealth_ties

		x = 0
		y = 2
		relative_position_id = uk_new_zealand_focus
		cost = 10
		ai_will_do = {
			factor = 1
			#modifier = {
			#	factor = 0
			#}
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 120
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					OR = {
						tag = ENG
						AND = {
							is_subject_of = ENG
							tag = CAN
						}
						AND = {
							is_subject_of = ENG
							tag = SAF
						}
						AND = {
							is_subject_of = ENG
							tag = RAJ
						}
						AND = {
							is_subject_of = ENG
							tag = AST
						}
						AND = {
							is_subject_of = ENG
							tag = NZL
						}
					}
				}
				country_event = { id = mtg_britain.82 hours = 6 }
			}
			hidden_effect = { news_event = { id = mtg_news.13 days = 1 } }
			custom_effect_tooltip = ENG_imperial_conference_tt
			custom_effect_tooltip = ENG_indian_autonomy_tt
		}
	}

	focus = {
		id = ENG_imperial_federation
		prerequisite = { focus = ENG_imperial_conference }
		available = {
			if = {
				limit = {
					has_dlc = "Together for Victory"
					has_dlc = "Death or Dishonor"
				}
				CAN = {
					OR = {
						AND = {
							is_subject_of = ENG
							OR = {
								has_autonomy_state = autonomy_integrated_puppet
								has_autonomy_state = autonomy_reichskommissariat
							}
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						AND = {
							is_subject_of = ENG
							OR = {
								has_autonomy_state = autonomy_integrated_puppet
								has_autonomy_state = autonomy_reichskommissariat
							}
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				if = {
					limit = {
						RAJ = { has_country_flag = ENG_accepted_federation }
					}
					RAJ = {
						OR = {
							AND = {
								is_subject_of = ENG
								OR = {
									has_autonomy_state = autonomy_integrated_puppet
									has_autonomy_state = autonomy_reichskommissariat
									ROOT = { has_country_leader_with_trait = viceroy_emeritus }
								}
							}
							AND = {
								exists = no
								NOT = {
									any_state = {
										is_core_of = RAJ
										NOT = { state = 320 }
										NOT = { state = 321 }
										NOT = { is_owned_by = ROOT }
									}
								}
							}
						}
					}
				}
				AST = {
					OR = {
						AND = {
							is_subject_of = ENG
							OR = {
								has_autonomy_state = autonomy_integrated_puppet
								has_autonomy_state = autonomy_reichskommissariat
							}
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						AND = {
							is_subject_of = ENG
							OR = {
								has_autonomy_state = autonomy_integrated_puppet
								has_autonomy_state = autonomy_reichskommissariat
							}
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
			else_if = {
				limit = {
					has_dlc = "Together for Victory"
					NOT = { has_dlc = "Death or Dishonor" }
				}
				CAN = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				if = {
					limit = {
						RAJ = { has_country_flag = ENG_accepted_federation }
					}
					RAJ = {
						OR = {
							AND = {
								is_subject_of = ENG
								has_autonomy_state = autonomy_integrated_puppet
							}
							AND = {
								exists = no
								NOT = {
									any_state = {
										is_core_of = RAJ
										NOT = { state = 320 }
										NOT = { state = 321 }
										NOT = { is_owned_by = ROOT }
									}
								}
							}
						}
					}
				}
				AST = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
			else_if = {
				limit = {
					NOT = { has_dlc = "Together for Victory" }
					has_dlc = "Death or Dishonor"
					has_government = fascism
				}
				CAN = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				if = {
					limit = {
						RAJ = { has_country_flag = ENG_accepted_federation }
					}
					RAJ = {
						OR = {
							AND = {
								is_subject_of = ENG
								has_autonomy_state = autonomy_reichskommissariat
							}
							AND = {
								exists = no
								NOT = {
									any_state = {
										is_core_of = RAJ
										NOT = { state = 320 }
										NOT = { state = 321 }
										NOT = { is_owned_by = ROOT }
									}
								}
							}
						}
					}
				}
				AST = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
			else = {
				CAN = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				if = {
					limit = {
						RAJ = { has_country_flag = ENG_accepted_federation }
					}
					RAJ = {
						OR = {
							AND = {
								is_subject_of = ENG
								compare_autonomy_progress_ratio < 0.1
							}
							AND = {
								exists = no
								NOT = {
									any_state = {
										is_core_of = RAJ
										NOT = { state = 320 }
										NOT = { state = 321 }
										NOT = { is_owned_by = ROOT }
									}
								}
							}
						}
					}
				}
				AST = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
			if = {
				limit = {
					OR = {
						CAN = { exists = yes }
						SAF = { exists = yes }
						AST = { exists = yes }
						NZL = { exists = yes }
					}
				}
				has_country_flag = ENG_dominions_accepted_federation
			}
		}

		icon = GFX_focus_ENG_imperial_conference

		x = 0
		y = 1
		relative_position_id = ENG_imperial_conference
		cost = 10
		ai_will_do = {
			factor = 1
			#modifier = {
			#	factor = 0
			#}
		}
		search_filters = {FOCUS_FILTER_ANNEXATION}	
		completion_reward = {
			if = {
				limit = {
					RAJ = {
						NOT = { is_subject_of = ENG }
					}
				}
				IF = {
					limit = {
						NOT = {
							has_cosmetic_tag = ENG_SEALAND
						}
					}
					set_cosmetic_tag = ENG_imperial_federation_unified
				}
				news_event = { id = mtg_news.8 days = 1 }
			}
			if = {
				limit = {
					RAJ = {
						is_subject_of = ENG
					}
				}
				IF = {
					limit = {
						NOT = {
							has_cosmetic_tag = ENG_SEALAND
						}
					}
					set_cosmetic_tag = ENG_imperial_federation_india_unified
				}
				news_event = { id = mtg_news.9 days = 1 }
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			CAN = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = CAN
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = CAN
				}
				add_core_of = ENG
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			SAF = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = SAF
			    transfer_troops = yes
			}
			if = {
				limit = {
					SAF = { has_completed_focus = SAF_police_windhoek }
				}
				every_state = {
					limit = {
						is_core_of = SAF
						NOT = { state = 275 }
					}
					add_core_of = ENG
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			if = {
				limit = {
					RAJ = { has_country_flag = ENG_accepted_federation }
				}
				RAJ = {
					every_unit_leader = {
						set_nationality = ENG
					}
				}
				annex_country = {
				    target = RAJ
				    transfer_troops = yes
				}
				if = {
					limit = {
						ROOT = { has_country_leader_with_trait = viceroy_emeritus }
					}
					custom_effect_tooltip = viceroy_emeritus_downside_tt
					every_state = {
						limit = { 
							OR = {
								is_owned_by = ROOT
								is_owned_by = RAJ #For the tooltip
							}
							is_core_of = RAJ 
							NOT = { is_core_of = ROOT }
						}
						add_resistance = 15
					}
				}
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			AST = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = AST
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = AST
				}
				add_core_of = ENG
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			NZL = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = NZL
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = NZL
				}
				add_core_of = ENG
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			MAL = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = MAL
			    transfer_troops = yes
			}
			hidden_effect = {
				IF = {
					limit = {
						has_government = fascism
						NOT = {
							has_completed_focus = ENG_a_european_identity
						}
					}
					country_event = {
						id = ukrework.75
						days = 14
					}
				}
			}
		}
	}

	focus = {
		id = ENG_form_oceania
		prerequisite = { focus = ENG_imperial_federation }
		available = {
			
		}
		allow_branch = {
			has_country_flag = ENG_1984_reference_flag
		}
		icon = GFX_focus_ENG_1984

		x = 0
		y = 1
		relative_position_id = ENG_imperial_federation
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_ANNEXATION}	
		completion_reward = {
			country_event = ukrework.76
		}
	}

	### GLOBAL DEFENSE BRANCH ###

	focus = {
		id = ENG_appeasement_forever
		prerequisite = { focus = ENG_steady_as_she_goes }
		mutually_exclusive = { focus = ENG_home_defence }
		mutually_exclusive = { focus = ENG_global_defense }

		available = {
			has_war = no
			date < 1939.1.1
			OR = {
				has_country_leader = {
					character = ENG_stanley_baldwin
					ruling_only = yes
				}
				has_country_leader = {
					character = ENG_neville_chamberlain
					ruling_only = yes
				}
				has_country_leader = {
					name = "Lord Edward Halifax"
					ruling_only = yes
				}
			}
			GER = {
				has_war_with_major = no
			}
		}

		continue_if_invalid = yes

		icon = GFX_focus_ENG_appeasement_forever
		x = -11
		y = 1
		relative_position_id = ENG_steady_as_she_goes

		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_completed_focus = ENG_revisit_colonial_policy
			}
		}	
		completion_reward = {
			custom_effect_tooltip = ENG_appeasement_forever_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			add_political_power = 100
			IF = {
				limit = {
					is_in_faction = yes
				}
				dismantle_faction = ROOT
			}
			IF = {
				limit = {
					is_in_faction = yes
					is_faction_leader = no
				}
				leave_faction = ROOT
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			IF = {
				limit = {
					NOT = {
						has_idea = civilian_economy
					}
				}
				add_ideas = civilian_economy
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			add_ideas = ENG_appeasement_forever_idea
			set_rule = {
				can_not_declare_war = yes
				can_create_factions = no
				can_join_factions = no
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					is_guaranteed_by = ROOT
				}
				ROOT = {
					diplomatic_relation = {
					    country = PREV
					    relation = guarantee
					    active = no
					}
				}
			}
		}
	}

	focus = {
		id = ENG_true_neutality
		prerequisite = { focus = ENG_appeasement_forever }
		mutually_exclusive = { focus = ENG_fortify_the_empire_desperate }
		available = {
			has_subject = MAL
			has_subject = BRM
			JAP = {
				has_government = fascism
			}
		}

		continue_if_invalid = yes

		icon = GFX_focus_eng_decolonization
		x = -1
		y = 1
		relative_position_id = ENG_appeasement_forever

		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_completed_focus = ENG_revisit_colonial_policy
			}
		}	
		completion_reward = {
			add_stability = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			set_autonomy = { target = MAL autonomy_state = autonomy_free }
			set_autonomy = { target = BRM autonomy_state = autonomy_free }
		}
	}

	focus = {
		id = ENG_fortify_the_empire_desperate
		prerequisite = { focus = ENG_appeasement_forever }
		mutually_exclusive = { focus = ENG_true_neutality }
		available = {
		}

		continue_if_invalid = yes

		icon = GFX_focus_SWE_hedgehog_defense
		x = 1
		y = 1
		relative_position_id = ENG_appeasement_forever

		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_completed_focus = ENG_revisit_colonial_policy
			}
		}	
		completion_reward = {
			add_ideas = ENG_fortify_the_empire_desperate_idea
		}
	}

	focus = {
		id = ENG_back_into_action
		prerequisite = { focus = ENG_fortify_the_empire_desperate focus = ENG_true_neutality }
		mutually_exclusive = {  }
		available = {
			OR = {
				has_war = yes
				USA = {
					surrender_progress > 0.01
					has_government = democratic
				}
				AND = {
					16 = {
						controller = {
							OR = {
								tag = GER
								is_in_faction_with = GER
							}
						}
					}
					219 = {
						controller = {
							OR = {
								tag = GER
								is_in_faction_with = GER
							}
						}
					}
				}
			}
		}

		continue_if_invalid = yes

		icon = GFX_goal_generic_demand_territory
		x = 1
		y = 1
		relative_position_id = ENG_true_neutality

		cost = 1
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_completed_focus = ENG_revisit_colonial_policy
			}
		}	
		completion_reward = {
			remove_ideas = ENG_appeasement_forever_idea
			set_rule = {
				can_not_declare_war = no
				can_create_factions = yes
				can_join_factions = yes
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_war_support = 0.5
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = war_economy
			custom_effect_tooltip = generic_skip_one_line_tt
			add_timed_idea = {
				idea = ENG_socio_economic_shock_idea
				days = 90
			}
		}
	}

	focus = {
		id = ENG_democracys_last_stand
		prerequisite = { focus = ENG_back_into_action }
		mutually_exclusive = {  }
		available = {
			
		}

		continue_if_invalid = yes

		icon = GFX_focus_ENG_last_stand_of_democracy
		x = 0
		y = 1
		relative_position_id = ENG_back_into_action

		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_completed_focus = ENG_revisit_colonial_policy
			}
		}	
		completion_reward = {
			IF = {
				limit = {
					USA = {
						is_faction_leader = yes
						has_government = democratic
						NOT = {
							has_war_with = ROOT
						}
					}
					is_in_faction = no
				}
				USA = {
					country_event = {
						id = generic.2
						days = 1
					}
					custom_effect_tooltip = generic_skip_one_line_tt
				}
			}
			else_if = {
				limit = {
					is_in_faction = no
				}
				create_faction = "Last Stand of Democracy"
				IF = {
					limit = {
						USA = {
							is_in_faction = no
							has_government = democratic
							NOT = {
								has_war_with = ROOT
							}
						}
					}
					USA = {
						country_event = {
							id = generic.5
							days = 1
						}
					}
					custom_effect_tooltip = generic_skip_one_line_tt
				}
			}
			else_if = {
				limit = {
					is_faction_leader = yes
				}
				IF = {
					limit = {
						USA = {
							is_in_faction = no
							has_government = democratic
							NOT = {
								has_war_with = ROOT
							}
						}
					}
					USA = {
						country_event = {
							id = generic.5
							days = 1
						}
					}
					custom_effect_tooltip = generic_skip_one_line_tt
				}
			}
			add_ideas = ENG_bastion_of_democracy_idea
			IF = {
				limit = {
					USA = {
						has_government = democratic
						NOT = {
							has_war_with = ROOT
						}
					}
				}
				USA = {
					add_ideas = ENG_bastion_of_democracy_idea
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			set_rule = {
				can_puppet = yes
			}
		}
	}

	focus = {
		id = ENG_global_defense
		prerequisite = { focus = ENG_steady_as_she_goes }
		mutually_exclusive = { focus = ENG_home_defence }
		mutually_exclusive = { focus = ENG_appeasement_forever }

		available = {

		}

		continue_if_invalid = yes

		icon = GFX_focus_eng_global_defense
		x = -6
		y = 1
		relative_position_id = ENG_steady_as_she_goes

		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_completed_focus = ENG_revisit_colonial_policy
			}
		}	
		completion_reward = {
			# Singapore
			336 = {
				if = {
					limit = {
						OR = {
							is_controlled_by = ROOT
							AND = {
								is_controlled_by = MAL
								MAL = { is_in_faction_with = ROOT }
							}
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
					# Singapore
					add_building_construction = {
						type = naval_base
						level = 2
						province = 12299
						instant_build = yes
					}
				}								
			}
			# Egypt
			446 = {
				if = {
					limit = {
						OR = {
							is_controlled_by = ROOT
							AND = {
								is_controlled_by = EGY
								EGY = { is_in_faction_with = ROOT }
							}
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
				}								
			}
			447 = {
				if = {
					limit = {
						OR = {
							is_controlled_by = ROOT
							AND = {
								is_controlled_by = EGY
								EGY = { is_in_faction_with = ROOT }
							}
						}
					}
					# Alexandria
					add_building_construction = {
						type = naval_base
						level = 2
						province = 4076
						instant_build = yes
					}
				}								
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			# Nova Scotia
			464 = {
				if = {
					limit = {
						OR = {
							is_controlled_by = ROOT
							AND = {
								is_controlled_by = CAN
								CAN = { is_in_faction_with = ROOT }
							}
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
					# Halifax
					add_building_construction = {
						type = naval_base
						level = 2
						province = 7361
						instant_build = yes
					}
				}								
			}
			# Malta
			116 = {
				if = {
					limit = {
						OR = {
							is_controlled_by = ROOT
							AND = {
								is_controlled_by = MLT
								MLT = { is_in_faction_with = ROOT }
							}
						}
					}
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}								
			}
			# Gibraltar
			118 = {
				if = {
					limit = {
						is_controlled_by = ROOT
						free_building_slots = {
							building = bunker
							size > 0
							province = 4135
						}
					}
					add_building_construction = {
						type = bunker
						level = 1
						province = 4135
						instant_build = yes
					}
				}								
			}
		}
	}

	focus = {
		id = ENG_every_man_will_do_his_duty
		prerequisite = { focus = ENG_global_defense }
		available = { 
			
		}

		continue_if_invalid = yes

		icon = GFX_focus_AFG_royal_guard
		x = -1
		y = 1
		relative_position_id = ENG_global_defense
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_stability = -0.10
			remove_ideas = ENG_the_war_to_end_all_wars
		}
	}

	focus = {
		id = ENG_motion_of_no_confidence
		prerequisite = { focus = ENG_global_defense }
		available = { 
			has_country_leader =  {
				character = ENG_neville_chamberlain
				ruling_only = yes
			}
		}
		bypass = {
			OR = {
				has_country_leader =  {
					character = ENG_winston_churchill
					ruling_only = yes
				}
				has_country_leader =  {
					name = "Lord Edward Halifax"
					ruling_only = yes
				}
			}
		}

		continue_if_invalid = yes

		icon = GFX_focus_ENG_oust_chamberlain
		x = 1
		y = 1
		relative_position_id = ENG_global_defense
		cost = 10
		ai_will_do = {
			factor = 1
		}

		completion_reward = {
			add_stability = -0.10
			country_event = { id = mtg_britain.22 }
		}
	}

	focus = {
		id = ENG_no_further_appeasement
		prerequisite = { focus = ENG_every_man_will_do_his_duty }
		prerequisite = { focus = ENG_motion_of_no_confidence }
		available = { 
			is_subject = no
		}

		continue_if_invalid = yes

		icon = GFX_focus_ENG_no_further_appeasement
		x = -1
		y = 1
		relative_position_id = ENG_motion_of_no_confidence
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_stability = -0.10
			custom_effect_tooltip = ENG_no_further_appeasement_tt
			hidden_effect = {
				set_rule = { can_declare_war_on_same_ideology = yes }
				set_rule = { can_puppet = yes }
			}
			set_rule = { can_send_volunteers = yes }
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_no_further_appeasement_idea
			hidden_effect = { news_event = { id = mtg_news.16 days = 1 } }
		}
	}

	focus = {
		id = ENG_kickstart_the_war_industry
		prerequisite = { focus = ENG_no_further_appeasement }
		available = { 
			
		}

		continue_if_invalid = yes

		icon = GFX_goal_generic_construct_mil_factory
		x = -3
		y = 1
		relative_position_id = ENG_no_further_appeasement
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		complete_tooltip = {
			every_state = {
				limit = { has_state_flag = kickstart_the_war_industry_2AF }
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
			}
			
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			random_owned_controlled_state = {
				limit = {
					is_in_home_area = yes
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				set_state_flag = kickstart_the_war_industry_2AF
			}
			random_owned_controlled_state = {
				limit = {
					is_in_home_area = yes
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				set_state_flag = kickstart_the_war_industry_2AF
			}
			random_owned_controlled_state = {
				limit = {
					is_in_home_area = yes
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				set_state_flag = kickstart_the_war_industry_2AF
			}
		}
	}

	focus = {
		id = ENG_secure_the_oil_imports

		prerequisite = { focus = ENG_kickstart_the_war_industry }

		available = { 
			is_subject = no
			OR = {
				country_exists = IRQ
				country_exists = PER
				country_exists = HOL
				country_exists = VEN
			}
		}

		will_lead_to_war_with = IRQ
		will_lead_to_war_with = PER
		will_lead_to_war_with = HOL
		will_lead_to_war_with = VEN
		will_lead_to_war_with = CRC

		continue_if_invalid = yes

		icon = GFX_focus_PER_invite_oil_nations

		x = 0
		y = 1
		relative_position_id = ENG_kickstart_the_war_industry

		cost = 10

		ai_will_do = {
			factor = 1
		}	

		completion_reward = {

			create_wargoal = {
				target = IRQ
				type = annex_everything
				expire = 0
			}

			create_wargoal = {
				target = PER
				type = puppet_wargoal_focus
				expire = 0
			}

			if = {
				limit = {
					695 = { is_owned_by = HOL }
				}
				create_wargoal = {
					target = HOL
					type = take_state_focus
					generator = { 695 }
					expire = 0
				}
			}
			else_if = {
				limit = {
					695 = { is_owned_by = CRC }
				}
				create_wargoal = {
					target = CRC
					type = take_state_focus
					generator = { 695 }
					expire = 0
				}
			}
			create_wargoal = {
				target = VEN
				type = puppet_wargoal_focus
				expire = 0
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_state_claim = 489
			add_state_claim = 307
			add_state_claim = 309
			add_state_claim = 695
			add_state_claim = 413
			add_state_claim = 412

		}

	}

	focus = {
		id = ENG_maintaining_imperial_integrity
		prerequisite = { focus = ENG_no_further_appeasement }
		mutually_exclusive = { focus = ENG_maintaining_the_balance_of_power }
		available = { 
			is_subject = no
			has_country_leader = {
				character = ENG_winston_churchill
				ruling_only = yes
			}
		}
		bypass = {
			NOT = {
				any_country = {
					is_subject_of = ENG
				}
			}
			NOT = {
				focus_progress = {
					focus = ENG_maintaining_the_balance_of_power
					progress > 0
				}
			}
		}

		continue_if_invalid = yes

		icon = GFX_focus_chi_british_cooperation
		x = 0
		y = 1
		relative_position_id = ENG_no_further_appeasement
		cost = 10
		ai_will_do = {
			factor = 10
		}
		search_filters = {FOCUS_FILTER_RESEARCH}	
		completion_reward = {
			add_doctrine_cost_reduction = {
				name = naval_doc_bonus
				cost_reduction = 0.5
				uses = 3
				category = naval_doctrine
			}
			if = {
				limit = {
					has_dlc = "Together for Victory"
				}
				CAN = {
					if = {
						limit = { is_in_faction_with = ENG }
						add_ideas = ENG_maintaining_imperial_integrity_idea
					}
				}
				AST = {
					if = {
						limit = { is_in_faction_with = ENG }
						add_ideas = ENG_maintaining_imperial_integrity_idea
					}
				}
				NZL = {
					if = {
						limit = { is_in_faction_with = ENG }
						add_ideas = ENG_maintaining_imperial_integrity_idea
					}
				}
				SAF = {
					if = {
						limit = { is_in_faction_with = ENG }
						add_ideas = ENG_maintaining_imperial_integrity_idea
					}
				}
				RAJ = {
					if = {
						limit = { is_in_faction_with = ENG }
						add_ideas = ENG_maintaining_imperial_integrity_idea
					}
				}
			}
			FRA = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_maintaining_imperial_integrity }
				}
			}
			ITA = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_maintaining_imperial_integrity }
				}
			}
			USA = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_maintaining_imperial_integrity }
				}
			}
			JAP = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_maintaining_imperial_integrity }
				}
			}
		}
	}

	focus = {
		id = ENG_enforce_the_naval_treaties
		prerequisite = { focus = ENG_maintaining_imperial_integrity }
		available = { 
			is_subject = no
		}
		mutually_exclusive = { focus = ENG_romanticize_imperialism }

		continue_if_invalid = yes

		icon = GFX_focus_generic_naval_discipline
		x = -1
		y = 1
		relative_position_id = ENG_maintaining_imperial_integrity
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			unlock_decision_category_tooltip = ENG_enforce_the_naval_treaties
			custom_effect_tooltip = ENG_enforce_the_naval_treaties_tt
			hidden_effect = { news_event = { id = mtg_news.17 days = 1 } }
		}
	}

	focus = {
		id = ENG_extinguish_the_communist_threat
		prerequisite = { focus = ENG_enforce_the_naval_treaties }
		available = { 
			is_subject = no
		}
		mutually_exclusive = {  }

		continue_if_invalid = yes

		icon = GFX_focus_GER_end_european_communism
		x = 0
		y = 1
		relative_position_id = ENG_enforce_the_naval_treaties
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_country = {
				limit = {
					has_government = communism
					NOT = {
						OR = {
							tag = ROOT
							is_in_faction_with = ROOT
							is_subject_of = ROOT
							has_war_with = ROOT
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	focus = {
		id = ENG_romanticize_imperialism
		prerequisite = { focus = ENG_maintaining_imperial_integrity }
		available = { 
			is_subject = no
		}
		mutually_exclusive = { focus = ENG_enforce_the_naval_treaties }

		continue_if_invalid = yes

		icon = GFX_focus_eng_imperial_federation
		x = 1
		y = 1
		relative_position_id = ENG_maintaining_imperial_integrity
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ideas = ENG_return_to_pax_britannica_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			set_rule = {
				can_only_justify_war_on_threat_country = no
				can_create_collaboration_government = yes
			}
		}
	}

	focus = {
		id = ENG_global_hegemony
		prerequisite = { focus = ENG_romanticize_imperialism }
		available = { 
			is_subject = no
		}

		continue_if_invalid = yes

		icon = GFX_focus_ENG_restore_pax_britannica
		x = 0
		y = 1
		relative_position_id = ENG_romanticize_imperialism
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_country = {
				limit = {
					is_major = yes
					NOT = {
						OR = {
							tag = ROOT
							is_in_faction_with = ROOT
							is_subject_of = ROOT
							has_war_with = ROOT
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = ENG_create_pan_north_american_state
		}
	}

	focus = {
		id = ENG_maintaining_the_balance_of_power
		prerequisite = { focus = ENG_no_further_appeasement }
		mutually_exclusive = { focus = ENG_maintaining_imperial_integrity }
		available = { 
			is_subject = no
		}

		continue_if_invalid = yes

		icon = GFX_goal_generic_neutrality_focus
		x = 3
		y = 1
		relative_position_id = ENG_no_further_appeasement
		cost = 10
		ai_will_do = {
			factor = 10
		}
		search_filters = {FOCUS_FILTER_RESEARCH}	
		completion_reward = {
			add_doctrine_cost_reduction = {
				name = land_doc_bonus
				cost_reduction = 0.5
				uses = 2
				category = land_doctrine
			}
			GER = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_maintaining_the_balance_of_power_bad }
				}
			}
			SOV = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_maintaining_the_balance_of_power_bad }
				}
			}
			every_other_country = {
				limit = {
					any_owned_state = {
						is_capital = yes
						is_on_continent = europe
					}
					has_government = democratic
				}
				add_opinion_modifier = { target = ENG modifier = ENG_maintaining_the_balance_of_power_good }
			}
			every_other_country = {
				limit = {
					any_owned_state = {
						is_capital = yes
						is_on_continent = europe
					}
					has_added_tension_amount > 0.1
					num_of_factories > 50
				}
				add_opinion_modifier = { target = ENG modifier = ENG_maintaining_the_balance_of_power_bad }
			}
		}
	}

	focus = {
		id = ENG_continental_intervention
		prerequisite = { focus = ENG_maintaining_the_balance_of_power }
		available = { 
			is_subject = no
		}

		continue_if_invalid = yes

		icon = GFX_focus_usa_focus_on_europe
		x = 0
		y = 1
		relative_position_id = ENG_maintaining_the_balance_of_power
		cost = 10
		ai_will_do = {
			factor = 1
		}
		completion_reward = {
			custom_effect_tooltip = ENG_continental_intervention_tt
			every_other_country = {
				limit = {
					any_owned_state = {
						is_capital = yes
						is_on_continent = europe
					}
					NOT = { is_in_faction_with = ROOT }
					has_added_tension_amount > 0.1
					num_of_factories > 50
				}
				ENG = {
					create_wargoal = {
						target = PREV
						type = topple_government
						expire = 0
					}
				}
			}
			hidden_effect = { news_event = { id = mtg_news.18 days = 1 } }
		}
	}

	focus = {
		id = ENG_asian_intervention
		prerequisite = { focus = ENG_continental_intervention }
		available = { 
			is_subject = no
		}

		continue_if_invalid = yes

		icon = GFX_focus_usa_focus_on_asia
		x = 0
		y = 1
		relative_position_id = ENG_continental_intervention
		cost = 10
		ai_will_do = {
			factor = 1
		}
		completion_reward = {
			custom_effect_tooltip = ENG_asian_intervention_tt
			every_other_country = {
				limit = {
					any_owned_state = {
						is_capital = yes
						is_on_continent = asia
					}
					NOT = { is_in_faction_with = ROOT }
					has_added_tension_amount > 0.1
					num_of_factories > 50
				}
				ENG = {
					create_wargoal = {
						target = PREV
						type = topple_government
						expire = 0
					}
				}
			}
		}
	}

	focus = {
		id = ENG_beg_for_usa_alliance
		prerequisite = { focus = ENG_maintaining_the_balance_of_power }
		available = { 
			NOT = {
				is_in_faction_with = USA
			}
			USA = {
				has_government = democratic
				NOT = {
					has_war_with = ROOT
				}
			}
			OR = {
				USA = {
					OR = {
						has_completed_focus = USA_limited_intervention
						has_war = yes
					}
				}
				threat > 0.8
			}
		}

		continue_if_invalid = yes

		icon = GFX_focus_generic_befriend_usa
		x = 2
		y = 1
		relative_position_id = ENG_maintaining_the_balance_of_power
		cost = 5
		ai_will_do = {
			factor = 1
		}
		completion_reward = {
			USA = {
				country_event = {
					id = ukrework.71
					days = 1
				}
			}
		}
	}

	### HOME DEFENCE BRANCH

	### GERMAN WAR ###

	focus = {
		id = ENG_home_defence
		prerequisite = { focus = ENG_steady_as_she_goes }
		mutually_exclusive = { focus = ENG_global_defense }
		mutually_exclusive = { focus = ENG_appeasement_forever }
		icon = GFX_focus_ENG_protect_ourself

		x = 6
		y = 1
		relative_position_id = ENG_steady_as_she_goes

		cost = 10

		ai_will_do = {
			factor = 1
		}

		search_filters = {FOCUS_FILTER_WAR_SUPPORT FOCUS_FILTER_HISTORICAL}

		completion_reward = {

			add_war_support = 0.05

			custom_effect_tooltip = generic_skip_one_line_tt

			# East Anglia
			125 = {
				if = {
					limit = { 
						is_controlled_by = ROOT 
					}
					#Ipswich
					add_building_construction = {
						type = coastal_bunker
						level = 2
						province = 271
						instant_build = yes
					}
				}
			}
			# Greater London Area
			126 = {
				if = {
					limit = {
						is_controlled_by = ROOT 
					}
					#London
					add_building_construction = {
						type = coastal_bunker
						level = 2
						province = 11374
						instant_build = yes
					}
				}
			}
			# Sussex
			127 = {
				if = {
					limit = { 
						is_controlled_by = ROOT 
					}

					IF = {
						limit = {
							free_building_slots = {
								building = coastal_bunker
								size > 1
								province = 3501
							}
						}
						#Dover
						add_building_construction = {
							type = coastal_bunker
							level = 2
							province = 3501
							instant_build = yes
						}
					}
					

					IF = {
						limit = {
							free_building_slots = {
								building = coastal_bunker
								size > 1
								province = 9458
							}
						}
						#Portsmouth
						add_building_construction = {
							type = coastal_bunker
							level = 2
							province = 9458
							instant_build = yes
						}
					}
					
				}								
			}
			# Cornwall
			123 = {
				if = {
					limit = { 
						is_controlled_by = ROOT 
						free_building_slots = {
							building = coastal_bunker
							size > 1
							province = 540
						}
					}
					#Plymouth
					add_building_construction = {
						type = coastal_bunker
						level = 2
						province = 540
						instant_build = yes
					}
				}
			}

			custom_effect_tooltip = generic_skip_one_line_tt

			custom_effect_tooltip = ENG_home_defence_tt

		}

	}

	# START IRAQ/IRAN/USSR INTERVENTION #

	focus = {
		id = uk_iraq_focus
		available = {
			IRQ = {
				OR = { 
					communism > 0.2
			 		fascism > 0.2
			 	} 
			}
		} #UK at war with fascist/commie. iraq is fascist/commie

		bypass = {
			IRQ = { exists = no }
		}

		will_lead_to_war_with = IRQ
		prerequisite = { focus = ENG_home_defence }
		search_filters = { FOCUS_FILTER_HISTORICAL }
		icon = GFX_focus_generic_attack_iraq
		x = 6
		y = 1
		relative_position_id = ENG_home_defence
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = take_state_focus
				target = IRQ
				generator = { 291 }
				expire = 0
			}
		}
	}
	focus = {
		id = uk_iran_focus
		prerequisite = { focus = uk_iraq_focus }
		icon = GFX_focus_generic_attack_iran
		x = 0
		y = 1
		relative_position_id = uk_iraq_focus
		cost = 5

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_civil_war = yes
			}
			modifier = {
				factor = 0
				PER = {
					has_government = ROOT
				}
			}	
		}
		search_filters = { FOCUS_FILTER_HISTORICAL }
		will_lead_to_war_with = PER
		available = {
			country_exists = PER
			NOT = { has_war_with = PER }
			is_subject = no
			any_enemy_country = { is_major = yes }
		}

		bypass = {
			PER = { exists = no }
		}
		
		search_filters = {}

		completion_reward = {
			IF = {
				limit = {
					has_dlc = "Graveyard of Empires"
				}
				PER = {
					set_country_flag = SOV_ultimatum_sent_flag
					country_event = { id = 	PER_foreign_policy_events.1 hours = 16 	random_hours = 8 }
				}
	
				effect_tooltip = {
					custom_effect_tooltip = if_they_accept_tt
					ROOT = {
						puppet = PER
					}
	
					custom_effect_tooltip = if_they_refuse_tt
					effect_tooltip = {
						activate_mission = 	SOV_preparations_for_operation_countenance
						custom_effect_tooltip = 	SOV_preparations_for_operation_countenance_tt
					}
					custom_effect_tooltip = PER_preemptive_invasion_of_iran_tt
				}
			}
			ELSE = {
				create_wargoal = {
					type = take_state_focus
					target = PER
					generator = { 266 }
					expire = 0
				}
			}
		}
	}
	focus = {
		id = ENG_war_with_ussr 
		prerequisite = { focus = ENG_end_of_ww2 }
		available = {
			OR = {
				SOV = {
					has_government = communism
				}
				has_completed_focus = ENG_no_further_appeasement
			}		
		} 
		bypass = {
			has_war_with = SOV
		}
		will_lead_to_war_with = SOV
		icon = GFX_focus_RAJ_crush_the_anathema
		x = 0
		y = 1
		relative_position_id = ENG_end_of_ww2
		cost = 10
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = SOV
				expire = 0
			} 
		}
	}

	# END IRAQ/IRAN/USSR INTERVENTION #

	focus = {
		id = ENG_issue_gasmasks
		available = {
			OR = {
				threat > 0.2
				has_war = yes
			}
		}

		cancel_if_invalid = no
		continue_if_invalid = yes
		available_if_capitulated = yes

		prerequisite = { focus = ENG_home_defence }
		icon = GFX_focus_ENG_issue_gas_masks
		x = 4
		y = 1
		relative_position_id = ENG_home_defence
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT FOCUS_FILTER_STABILITY FOCUS_FILTER_HISTORICAL}	
		completion_reward = {
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_gas_masks_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = {
				decision = UK_military_training_act
				show_effect_tooltip = yes
			}
		}
	}

	focus = {
		id = ENG_embargo_germany
		available = {
			GER = {
				ENG_focus_available_embargo_sanction = yes
			}
		}
		bypass = {
			has_war_with = GER
		}

		available_if_capitulated = yes

		prerequisite = { focus = ENG_issue_gasmasks }
		icon = GFX_focus_ENG_embargo_germany
		x = 0
		y = 1
		relative_position_id = ENG_issue_gasmasks
		cost = 1
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			send_embargo = GER
			custom_effect_tooltip = embargo_relation_tt
		}
	}

	focus = {
		id = ENG_war_with_germany
		available = {
			has_war = no
			GER = {
				ENG_focus_available_war = yes
			}
			NOT = {
				has_idea = ENG_the_war_to_end_all_wars
			}
		}
		bypass = {
			has_war_with = GER
		}
		will_lead_to_war_with = GER
		prerequisite = { focus = ENG_embargo_germany }
		icon = GFX_focus_attack_germany
		x = 0
		y = 1
		relative_position_id = ENG_embargo_germany
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = GER
				expire = 0
			} 
		}
	}

	### END ROAD TO WAR WITH GERMANY ###

	### SCANDINAVIAN BRANCH ####

	focus = {
		id = uk_scandinavian_focus
		available = {
			OR = {
				SWE = { 
					exists = yes
					OR = { 
						communism > 0.1
				 		fascism > 0.1
				 	} 
				}
				NOR = { 
					exists = yes
					OR = { 
						communism > 0.1
				 		fascism > 0.1
				 	} 
				}
				DEN = {
					exists = yes
					OR = { 
						communism > 0.1
				 		fascism > 0.1
				 	} 
				}				
			}			
		}
		prerequisite = { focus = ENG_home_defence }
		icon = GFX_focus_SWE_the_nordic_defense_council
		x = -3
		y = 1
		relative_position_id = ENG_home_defence
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_named_threat = { threat = 1 name = uk_scandinavian_focus }
			add_war_support = 0.025
			custom_effect_tooltip = generic_skip_one_line_tt
			USA = {
				add_opinion_modifier = { target = ENG modifier = scandinavian_intervention } 
			}
			SWE = {
				add_opinion_modifier = { target = ENG modifier = unprovoked_aggression } 
				if = {
					limit = {
						has_war = no
						NOT = { is_in_faction_with = GER }
					}
						country_event = britain.7
				}
			}
			NOR = {
				add_opinion_modifier = { target = ENG modifier = unprovoked_aggression } 
				if = {
					limit = {
						has_war = no
						NOT = { is_in_faction_with = GER }
					}
						country_event = britain.7
				}
			}
			DEN = {
				add_opinion_modifier = { target = ENG modifier = unprovoked_aggression } 
			}
			FIN = {
				add_opinion_modifier = { target = ENG modifier = unprovoked_aggression } 
			}
			hidden_effect = {
				news_event = { hours = 6 id = news.222 }
			}
		}
	}

	focus = {
		id = ENG_swedish_intervention
		available = {
			SWE = {
				exists = yes
				OR = {
					communism > 0.2
					fascism > 0.2
				}
			}		
		}

		will_lead_to_war_with = SWE

		prerequisite = { focus = uk_scandinavian_focus }
		icon = GFX_focus_generic_attack_sweden

		x = -1
		y = 1
		relative_position_id = uk_scandinavian_focus

		cost = 5

		ai_will_do = {
			factor = 1
		}	

		completion_reward = {

			create_wargoal = {
				type = puppet_wargoal_focus
				target = SWE
				expire = 0
			}
			if = {
				limit = { NOT = { has_idea = ENG_continuation_of_politics } }
				add_ideas = ENG_continuation_of_politics
			}
		}

	}

	focus = {
		id = ENG_norwegian_intervention

		available = {
			NOR = {
				exists = yes
				OR = {
					communism > 0.2
					fascism > 0.2
				}
			}
		}	

		will_lead_to_war_with = NOR

		prerequisite = { focus = uk_scandinavian_focus }

		icon = GFX_focus_generic_attack_norway

		x = 0
		y = 2
		relative_position_id = uk_scandinavian_focus

		cost = 5

		ai_will_do = {
			factor = 1
		}	

		completion_reward = {

			create_wargoal = {
				type = puppet_wargoal_focus
				target = NOR
				expire = 0
			}
			if = {
				limit = { NOT = { has_idea = ENG_continuation_of_politics } }
				add_ideas = ENG_continuation_of_politics
			}

		}

	}

	focus = {
		id = ENG_danish_intervention
		available = {
			DEN = {

				exists = yes
				OR = {
					communism > 0.2
					fascism > 0.2
				}
			}
		}	

		will_lead_to_war_with = DEN

		prerequisite = { focus = uk_scandinavian_focus }

		icon = GFX_focus_generic_attack_denmark

		x = 1
		y = 1
		relative_position_id = uk_scandinavian_focus

		cost = 5

		ai_will_do = {
			factor = 1
		}	

		completion_reward = {

			create_wargoal = {
				type = puppet_wargoal_focus
				target = DEN
				expire = 0
			}
			if = {
				limit = { NOT = { has_idea = ENG_continuation_of_politics } }
				add_ideas = ENG_continuation_of_politics
			}

		}

	}

	### END SCANDINAVIAN BRANCH ###

	focus = {
		id = ENG_prepare_for_the_inevitable
		available = {

		}		
		prerequisite = { focus = ENG_home_defence }

		icon = GFX_goal_generic_construction

		x = -1
		y = 1
		relative_position_id = ENG_home_defence

		cost = 5

		ai_will_do = {
			factor = 1
		}

		search_filters = { FOCUS_FILTER_INDUSTRY FOCUS_FILTER_HISTORICAL }	

		completion_reward = {
			IF = {
				limit = {
					NOT = {
						has_idea = wartime_industry_focus
					}
				}
				add_ideas = ENG_prepare_for_the_inevitable_idea
			}
			ELSE = {
				swap_ideas = {
					remove_idea = wartime_industry_focus
					add_idea = ENG_prepare_for_the_inevitable_and_wartime_industry_idea
				}	
			}
		}
	}

	### BENELUX INTERVENTION ###

	focus = {
		id = ENG_benelux_intervention
		available = {
			OR = {
				BEL = {
					exists = yes
					OR = { 
						communism > 0.15
				 		fascism > 0.15
				 	} 
				}
				HOL = { 
					exists = yes
					OR = { 
						communism > 0.15
				 		fascism > 0.15
				 	} 
				}								
			}			
		}
		prerequisite = { focus = ENG_home_defence }
		icon = GFX_focus_BEL_benelux_union
		x = 1
		y = 1
		relative_position_id = ENG_home_defence
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_named_threat = { threat = 1 name = ENG_benelux_intervention }
			add_war_support = 0.025
			custom_effect_tooltip = generic_skip_one_line_tt
			USA = {
				add_opinion_modifier = { target = ENG modifier = ENG_benelux_intervention_USA } 
			}
			BEL = {
				add_opinion_modifier = { target = ENG modifier = ENG_benelux_intervention_BEL_HOL } 
			}
			HOL = {
				add_opinion_modifier = { target = ENG modifier = ENG_benelux_intervention_BEL_HOL } 
			}	
			hidden_effect = {
				news_event = { hours = 6 id = news.223 }
			}		
		}
	}

	focus = {
		id = ENG_belgium_security
		available = {
			BEL = {
				exists = yes
				OR = {
					communism > 0.2
					fascism > 0.2
				}
			}
		}		
		prerequisite = { focus = ENG_benelux_intervention }
		icon = GFX_focus_ENG_attack_belgium
		x = -1
		y = 1
		relative_position_id = ENG_benelux_intervention
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = BEL
				expire = 0
			}
			if = {
				limit = { NOT = { has_idea = ENG_continuation_of_politics } }
				add_ideas = ENG_continuation_of_politics
			}
		}
	}
	focus = {
		id = ENG_dutch_security
		available = {
			HOL = {
				exists = yes
				OR = {
					communism > 0.2
					fascism > 0.2
				}
			}
		}		
		will_lead_to_war_with = HOL
		prerequisite = { focus = ENG_benelux_intervention }
		icon = GFX_focus_ENG_attack_netherlands
		x = 1
		y = 1
		relative_position_id = ENG_benelux_intervention
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = HOL
				expire = 0
			}
			if = {
				limit = { NOT = { has_idea = ENG_continuation_of_politics } }
				add_ideas = ENG_continuation_of_politics
			}
		}
	}

	focus = {
		id = ENG_ulster_for_alliance
		available = {
			controls_state = 119
			has_war_with_major = yes
			is_faction_leader = yes
			IRE = {
				exists = yes
				has_war = no
				is_in_faction = no
				is_subject = no
			}
		}
		mutually_exclusive = { focus = ENG_protect_ireland }
		prerequisite = { focus = ENG_global_defense focus = ENG_home_defence }
		icon = GFX_focus_ENG_united_ireland
		x = 5
		y = 1
		relative_position_id = ENG_global_defense
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			IRE = {
				country_event = {
					id = ukrework.67
					days = 1
				}
			}
		}
	}

	focus = {
		id = ENG_protect_ireland
		available = {
			has_war_with_major = yes
			OR = {
				any_enemy_country = {
					controls_state = 16
					controls_state = 142
				}
				has_completed_focus = ENG_maintaining_imperial_integrity
			}
			IRE = {
				exists = yes
				has_war = no
				is_in_faction = no
				is_subject = no
			}
		}
		mutually_exclusive = { focus = ENG_ulster_for_alliance }
		prerequisite = { focus = ENG_global_defense focus = ENG_home_defence }
		icon = GFX_focus_ENG_attack_ireland
		x = 3
		y = 1
		relative_position_id = ENG_global_defense
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			country_event = ukrework.70
		}
	}

	focus = {
		id = ENG_war_propoganda_films
		available = {
			is_in_faction_with = USA
			has_war_with_major = yes
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_home_defence }
		icon = GFX_focus_ENG_allied_film_propoganda
		x = -5
		y = 1
		relative_position_id = ENG_home_defence
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ideas = ENG_american_war_propoganda_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			USA = {
				add_offsite_building = { type = industrial_complex level = 2 }
			}
			add_offsite_building = { type = industrial_complex level = 1 }
		}
	}

	focus = {
		id = ENG_second_great_war
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_ww2_has_started_tt
				has_country_flag = ENG_ww2_focus_flag
			}
			custom_trigger_tooltip = {
				tooltip = ENG_completed_by_event_tt
				always = no
			}
		}
		prerequisite = { focus = ENG_global_defense focus = ENG_home_defence }
		icon = GFX_focus_ENG_second_great_war
		x = 6
		y = 5
		relative_position_id = ENG_global_defense
		cost = 0
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			custom_effect_tooltip = ENG_ww2_has_started_tt
		}
	}

	focus = {
		id = ENG_war_cabinet
		available = {
			has_war_with_major = yes
		}
		prerequisite = { focus = ENG_second_great_war }
		icon = GFX_focus_eng_motion_of_no_confidence
		x = 0
		y = 1
		relative_position_id = ENG_second_great_war
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ideas = ENG_war_cabinet_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			set_variable = {
				var = ENG_support_to_add_min_var
				value = 7
			}
			set_variable = {
				var = ENG_support_to_add_max_var
				value = 12
			}
			custom_effect_tooltip = {
				localization_key = ENG_add_support_to_house_of_commons_tt
				MAXIMUM = 12
			}
			ENG_add_support_to_house_of_commons_effect = yes
			ENG_check_if_support_is_valid_parliament_effect = yes
		}
	}

	focus = {
		id = ENG_propose_fra_bri_union
		available = {
			has_war_with = GER
			FRA = {
				has_war_with = GER
				has_capitulated = no
			}
			is_in_faction_with = FRA
		}
		prerequisite = { focus = ENG_second_great_war }
		icon = GFX_focus_ENG_franco_british_unity
		x = -2
		y = 1
		relative_position_id = ENG_second_great_war
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			custom_effect_tooltip = ENG_propose_fra_bri_union_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			add_political_power = 100
			add_stability = -0.15
		}
	}

	focus = {
		id = ENG_island_hopping_campaigns
		available = {
			has_war_with = JAP
			JAP = {
				any_controlled_state = {
					is_one_state_island = yes
				}
			}
		}
		prerequisite = { focus = ENG_second_great_war }
		icon = GFX_focus_GER_sentinels_of_the_pacific
		x = 2
		y = 1
		relative_position_id = ENG_second_great_war
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_timed_idea = {
				idea = UK_island_hopping_campaigns_idea
				days = 365
			}
		}
	}

	focus = {
		id = ENG_save_norway
		available = {
			has_war_with = GER
			NOR = {
				has_war_with = GER
				has_capitulated = no
			}
			is_in_faction_with = NOR
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				NOR = {
					OR = {
						exists = no
						has_capitulated = yes
					}
				}
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
			}
		}
		mutually_exclusive = { focus = ENG_secure_norway }
		prerequisite = { focus = ENG_second_great_war }
		icon = GFX_focus_generic_fortify_norway
		x = -1
		y = 2
		relative_position_id = ENG_second_great_war
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			custom_effect_tooltip = ENG_save_norway_tt
			hidden_effect = {
				NOR = {
					110 = {
						IF = {
							limit = {
								is_controlled_by = PREV
							}
						}
						add_building_construction = {
						    type = bunker
						    level = 2
						    instant_build = yes
						    province = {
						        all_provinces = yes
						        limit_to_coastal = yes
						        limit_to_victory_point > 1
						    }
						}
					}
					921 = {
						IF = {
							limit = {
								is_controlled_by = PREV
							}
						}
						add_building_construction = {
						    type = bunker
						    level = 2
						    instant_build = yes
						    province = {
						        all_provinces = yes
						        limit_to_coastal = yes
						        limit_to_victory_point > 1
						    }
						}
					}
					922 = {
						IF = {
							limit = {
								is_controlled_by = PREV
							}
						}
						add_building_construction = {
						    type = bunker
						    level = 2
						    instant_build = yes
						    province = {
						        all_provinces = yes
						        limit_to_coastal = yes
						        limit_to_victory_point > 1
						    }
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_timed_idea = {
				idea = UK_save_norway_idea
				days = 70
			}
			custom_effect_tooltip = ENG_save_norway_2_tt
			hidden_effect = {
				every_country = {
					limit = {
						is_in_faction_with = ROOT
						has_war_with = GER
					}
					add_timed_idea = {
						idea = UK_save_norway_idea
						days = 70
					}
				}
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 70
			}
		}
	}

	focus = {
		id = ENG_secure_norway
		available = {
			has_war_with = GER
			OR = {
				NOR = {
					OR = {
						has_government = fascism
						AND = {
							is_in_faction_with = GER
							NOT = {
								has_war_with = ROOT
							}
						}
					}
				}
				AND = {
					has_completed_focus = ENG_no_further_appeasement
					NOT = {
						is_in_faction_with = NOR
					}
				}
			}
		}
		bypass = {
			OR = {
				NOR = {
					OR = {
						exists = no
						AND = {
							has_capitulated = yes
							NOT = {
								is_in_faction_with = ENG
							}
						}
					}
				}
				has_war_with = NOR
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
			}
		}
		mutually_exclusive = { focus = ENG_save_norway }
		prerequisite = { focus = ENG_second_great_war }
		icon = GFX_focus_generic_invade_norway
		x = 1
		y = 2
		relative_position_id = ENG_second_great_war
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = NOR
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_secure_sweden
		available = {
			has_war_with = GER
			OR = {
				SWE = {
					OR = {
						has_government = fascism
						AND = {
							is_in_faction_with = GER
							NOT = {
								has_war_with = ROOT
							}
						}
					}
				}
				AND = {
					has_completed_focus = ENG_no_further_appeasement
					NOT = {
						is_in_faction_with = SWE
					}
				}
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_save_norway focus = ENG_secure_norway }
		icon = GFX_focus_generic_invade_sweden
		x = 0
		y = 1
		relative_position_id = ENG_save_norway
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = SWE
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_finnish_problem
		available = {
			has_war_with = GER
			OR = {
				FIN = {
					OR = {
						has_government = fascism
						AND = {
							is_in_faction_with = GER
							NOT = {
								has_war_with = ROOT
							}
						}
						has_completed_focus = FIN_cooperation_with_germany
					}
				}
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_save_norway focus = ENG_secure_norway }
		icon = GFX_focus_generic_invade_finland
		x = 2
		y = 1
		relative_position_id = ENG_save_norway
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = FIN
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_pre_empt_italy
		available = {
			has_war_with = GER
			OR = {
				ITA = {
					OR = {
						has_completed_focus = ITA_pact_of_steel
						AND = {
							is_in_faction_with = GER
							NOT = {
								has_war_with = ROOT
							}
						}
					}
				}
				AND = {
					has_completed_focus = ENG_no_further_appeasement
					NOT = {
						is_in_faction_with = ITA
						ITA = {
							has_government = fascism
						}
					}
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				ITA = {
					has_capitulated = yes
				}
				has_war_with = ITA
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_second_great_war }
		icon = GFX_focus_ENG_attack_kingdom_of_italy
		x = -4
		y = 1
		relative_position_id = ENG_second_great_war
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = ITA
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_operation_compass
		available = {
			has_war_with = GER
			LBA = {
				any_core_state = {
					controller = {
						has_war_with = ROOT
					}
				}
			}
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				LBA = {
					all_core_state = {
						controller = {
							NOT = {
								has_war_with = ROOT
							}
						}
					}
				}
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_pre_empt_italy }
		icon = GFX_focus_ENG_operation_compass
		x = -1
		y = 1
		relative_position_id = ENG_pre_empt_italy
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_timed_idea = {
				idea = UK_operation_compass_idea
				days = 70
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 70
			}
		}
	}

	focus = {
		id = ENG_operation_torch
		available = {
			has_war_with = GER
			custom_trigger_tooltip = {
				tooltip = ENG_operation_torch_tt
				any_country = {
					original_tag = FRA
					has_cosmetic_tag = FRA_VICHY
					owns_state = 459
					owns_state = 460
					owns_state = 513
				}
			}
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				AND = {
					FRA = {
						has_capitulated = yes
					}
					custom_trigger_tooltip = {
						tooltip = ENG_operation_torch_2_tt
						NOT = {
							any_country = {
								has_cosmetic_tag = FRA_VICHY
							}
						}
					}
				}
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_pre_empt_italy }
		icon = GFX_focus_ENG_operation_torch
		x = 1
		y = 1
		relative_position_id = ENG_pre_empt_italy
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			459 = {
				owner = {
					ROOT = {
						create_wargoal = {
							target = PREV
							type = topple_government
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_timed_idea = {
				idea = UK_operation_torch_idea
				days = 35
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 35
			}
		}
	}

	focus = {
		id = ENG_operation_husky
		available = {
			has_war_with = GER
			GER = {
				has_war_with = SOV
			}
			any_enemy_country = {
				controls_state = 115
			}
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				115 = {
					controller = {
						is_in_faction_with = ROOT
					}
				}
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_operation_torch focus = ENG_operation_compass }
		icon = GFX_focus_ENG_operation_husky
		x = -1
		y = 1
		relative_position_id = ENG_operation_torch
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_timed_idea = {
				idea = UK_operation_husky_idea
				days = 70
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 70
			}
		}
	}

	focus = {
		id = ENG_operation_overlord
		available = {
			has_war_with = GER
			any_enemy_country = {
				controls_state = 15
			}
			any_state = {
				is_core_of = ITA
				controller = {
					is_in_faction_with = ROOT
				}
			}
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				15 = {
					controller = {
						is_in_faction_with = ROOT
					}
				}
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_second_great_war }
		icon = GFX_focus_ENG_operation_overlord
		x = 4
		y = 1
		relative_position_id = ENG_second_great_war
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_timed_idea = {
				idea = UK_operation_overlord_idea
				days = 105
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 105
			}
		}
	}

	focus = {
		id = ENG_operation_dragoon
		available = {
			has_war_with = GER
			any_enemy_country = {
				controls_state = 21
			}
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				21 = {
					controller = {
						is_in_faction_with = ROOT
					}
				}
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_operation_overlord }
		icon = GFX_focus_ENG_operation_overlord
		x = -1
		y = 1
		relative_position_id = ENG_operation_overlord
		cost = 1
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_timed_idea = {
				idea = UK_operation_dragoon_idea
				days = 35
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 35
			}
		}
	}

	focus = {
		id = ENG_operation_market_garden
		available = {
			has_war_with = GER
			any_enemy_country = {
				controls_state = 36
			}
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				36 = {
					controller = {
						is_in_faction_with = ROOT
					}
				}
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_operation_overlord }
		icon = GFX_focus_ENG_operation_market_garden
		x = 1
		y = 1
		relative_position_id = ENG_operation_overlord
		cost = 1
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_timed_idea = {
				idea = UK_operation_market_garden_idea
				days = 35
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 35
			}
		}
	}

	focus = {
		id = ENG_race_for_berlin
		available = {
			has_war_with = GER
			OR = {
				any_controlled_state = {
					is_core_of = GER
				}
				any_allied_country = {
					any_controlled_state = {
						is_core_of = GER
					}
				}
			}
			SOV = {
				has_war_with = GER
				OR = {
					any_controlled_state = {
						is_core_of = GER
					}
					any_allied_country = {
						any_controlled_state = {
							is_core_of = GER
						}
					}
				}
			}
			any_enemy_country = {
				controls_state = 64
			}
			custom_trigger_tooltip = {
				tooltip = ENG_currently_doing_strategic_operation_flag_not_tt
				NOT = {
					has_country_flag = ENG_currently_doing_strategic_operation_flag
				}
			}
		}
		bypass = {
			OR = {
				OR = {
					NOT = {
						has_war_with = GER
					}
					GER = {
						has_capitulated = yes
					}
				}
				64 = {
					controller = {
						is_in_faction_with = ROOT
					}
				}
				64 = {
					is_controlled_by = SOV
				}
			}
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_operation_market_garden focus = ENG_operation_dragoon }
		icon = GFX_focus_ENG_race_for_berlin
		x = -1
		y = 1
		relative_position_id = ENG_operation_market_garden
		cost = 1
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_timed_idea = {
				idea = UK_race_for_berlin_idea
				days = 35
			}
			set_country_flag = {
				flag = ENG_currently_doing_strategic_operation_flag
				days = 35
			}
		}
	}

	focus = {
		id = ENG_end_of_ww2
		available = {
			NOT = {
				has_war_with = GER
			}
			custom_trigger_tooltip = {
				tooltip = ENG_completed_by_event_tt
				always = no
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		prerequisite = { focus = ENG_operation_husky focus = ENG_race_for_berlin }
		icon = GFX_focus_SWE_refuge_from_war
		x = 4
		y = 1
		relative_position_id = ENG_operation_husky
		cost = 0
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			custom_effect_tooltip = ENG_end_of_ww2_tt
		}
	}

	### END BENELUX INTERVENTION ###
	### END HOME DEFENCE BRANCH ###

	### A CHANGE IN COURSE BRANCH ###

	focus = {
		id = ENG_a_change_in_course
		mutually_exclusive = { focus = ENG_steady_as_she_goes }

		available = {

		}
		icon = GFX_focus_ENG_change_in_course
		x = 58
		y = 0
		relative_position_id = ENG_steady_as_she_goes

		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_WAR_SUPPORT}
		prerequisite = { focus = ENG_national_government }
		completion_reward = {
			add_timed_idea = { idea = ENG_a_change_in_course_idea days = 365 }
			hidden_effect = {
				POL = {
					add_ai_strategy = {
						type = alliance
						id = "ENG"
						value = -200
					}
				}
				POL = {
					add_ai_strategy = {
						type = befriend
						id = "ENG"
						value = -200
					}
				}
				add_ai_strategy = {
					type = alliance
					id = POL
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = POL
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = POL
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = FRA
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = FRA
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = FRA
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = HOL
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = HOL
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = HOL
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = BEL
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = BEL
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = BEL
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = LUX
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = LUX
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = LUX
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = DEN
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = DEN
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = DEN
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = NOR
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = NOR
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = NOR
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = CZE
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = CZE
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = CZE
					value = -200
				}
			}
		}
	}

	### UNALIGNED BRANCH ###

	focus = {
		id = ENG_the_kings_party
		prerequisite = { focus = ENG_a_change_in_course }
		mutually_exclusive = { focus = ENG_organize_the_blackshirts focus = ENG_concessions_to_the_trade_unions focus = ENG_workers_revolution }

		available = {
			has_country_flag = edward_viii_married_wallis_simpson
			is_subject = no
			has_war = no
		}

		icon = GFX_focus_eng_the_kings_party

		x = -2
		y = 1
		relative_position_id = ENG_a_change_in_course

		cost = 10

		ai_will_do = {
			factor = 1
		}

		search_filters = {FOCUS_FILTER_POLITICAL FOCUS_FILTER_STABILITY}	

		completion_reward = {
			set_rule = { can_send_volunteers = yes }
			add_ideas = ENG_the_kings_party_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			set_party_name = { ideology = neutrality long_name = ENG_neutrality_party_kings_party_long name = ENG_neutrality_party_kings_party }
			hidden_effect = {
				kill_country_leader = yes
			}
			set_politics = { ruling_party = neutrality elections_allowed = no }
			add_popularity = { ideology = neutrality popularity = 0.15 }
			custom_effect_tooltip = generic_skip_one_line_tt
			remove_ideas = ENG_king_edward
			create_country_leader = {
				name = "Edward VIII"
				desc = "POLITICS_EDWARD_EDWARD_DESC"
				picture = GFX_portrait_Edward_VIII
				expire = "1965.1.1"
				ideology = despotism
				traits = {
					inexperienced_imperialist
				}
			}

			hidden_effect = { news_event = { id = mtg_news.19 days = 1 } }
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = ENG_winston_churchill
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = ENG_oswald_mosley
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = ENG_david_lloyd_george
			hidden_effect = {
				add_ai_strategy = {
					type = contain
					id = GER
					value = -200
				}
			}
		}
	}

	focus = {
		id = ENG_look_back_to_the_past
		prerequisite = { focus = ENG_reassess_continental_commitments }
		mutually_exclusive = { focus = ENG_britannia_first focus = ENG_isolate_the_mediterranean_threat }
		available = {
			
		}
		icon = GFX_focus_ENG_look_back_to_past
		x = -16
		y = 1
		relative_position_id = ENG_reassess_continental_commitments
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_stability = -0.1
			add_war_support = 0.05
			add_political_power = 100
		}
	}

	focus = {
		id = ENG_look_to_the_vikings
		prerequisite = { focus = ENG_look_back_to_the_past }
		mutually_exclusive = { focus = ENG_look_to_the_anglo_saxons }
		available = {
			
		}
		icon = GFX_focus_ICE_the_viking_spirit
		x = -2
		y = 1
		relative_position_id = ENG_look_back_to_the_past
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_ideas = ENG_viking_legacy_idea
		}
	}

	focus = {
		id = ENG_look_to_the_anglo_saxons
		prerequisite = { focus = ENG_look_back_to_the_past }
		mutually_exclusive = { focus = ENG_look_to_the_vikings }
		available = {
			
		}
		icon = GFX_focus_ENG_anglo_saxons
		x = 2
		y = 1
		relative_position_id = ENG_look_back_to_the_past
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_ideas = ENG_anglo_saxon_legacy_idea
		}
	}

	focus = {
		id = ENG_dreams_of_a_west_germanic_state
		prerequisite = { focus = ENG_look_to_the_anglo_saxons }
		mutually_exclusive = {  }
		available = {
			
		}
		icon = GFX_focus_ENG_dreams_of_pan_south_germanic_empire
		x = 0
		y = 1
		relative_position_id = ENG_look_to_the_anglo_saxons
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			set_cosmetic_tag = ENG_WEST_GERMANIC
		}
	}

	focus = {
		id = ENG_the_low_countries_germanic
		prerequisite = { focus = ENG_dreams_of_a_west_germanic_state }
		mutually_exclusive = {  }
		available = {
			
		}
		icon = GFX_focus_ENG_befriend_lowlands
		x = 3
		y = 1
		relative_position_id = ENG_dreams_of_a_west_germanic_state
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_nederland
			unlock_decision_tooltip = UK_integrate_flanders
			unlock_decision_tooltip = UK_integrate_gross_luxembourg
		}
	}

	focus = {
		id = ENG_blitz_the_benelux
		prerequisite = { focus = ENG_the_low_countries_germanic }
		mutually_exclusive = {  }
		available = {
			OR = {
				HOL = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				BEL = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				LUX = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
			}
		}
		bypass = {
			HOL = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			BEL = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			LUX = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_GER_around_maginot
		x = 0
		y = 1
		relative_position_id = ENG_the_low_countries_germanic
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						is_core_of = HOL
						is_core_of = BEL
						is_core_of = LUX
					}
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = HOL
				type = annex_everything
			}
			create_wargoal = {
				target = BEL
				type = annex_everything
			}
			create_wargoal = {
				target = LUX
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_north_germany_germanic
		prerequisite = { focus = ENG_dreams_of_a_west_germanic_state }
		mutually_exclusive = {  }
		available = {
			
		}
		icon = GFX_focus_ENG_befriend_norddeutschland
		x = -1
		y = 1
		relative_position_id = ENG_dreams_of_a_west_germanic_state
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_westdeutschland
			unlock_decision_tooltip = UK_integrate_ostdeutschland
			unlock_decision_tooltip = UK_integrate_ostpreussen
		}
	}

	focus = {
		id = ENG_south_germany_germanic
		prerequisite = { focus = ENG_dreams_of_a_west_germanic_state }
		mutually_exclusive = {  }
		available = {
			
		}
		icon = GFX_focus_ENG_befriend_suddeutschland
		x = 1
		y = 1
		relative_position_id = ENG_dreams_of_a_west_germanic_state
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_osterreich
			unlock_decision_tooltip = UK_integrate_schweiz
			unlock_decision_tooltip = UK_integrate_suddeutschland
		}
	}

	focus = {
		id = ENG_annex_the_german_state
		prerequisite = { focus = ENG_north_germany_germanic focus = ENG_south_germany_germanic }
		mutually_exclusive = {  }
		available = {
			GER = {
				exists = yes
				NOT = {
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		bypass = {
			GER = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_attack_germany
		x = 1
		y = 1
		relative_position_id = ENG_north_germany_germanic
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = GER
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = GER
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_annex_the_south_german_states
		prerequisite = { focus = ENG_south_germany_germanic }
		prerequisite = { focus = ENG_annex_the_german_state }
		mutually_exclusive = {  }
		available = {
			OR = {
				AUS = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				SWI = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
			}
		}
		bypass = {
			AUS = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			SWI = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_ENG_unite_south_germany
		x = 1
		y = 1
		relative_position_id = ENG_annex_the_german_state
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						is_core_of = SWI
						is_core_of = AUS
					}
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = AUS
				type = annex_everything
			}
			create_wargoal = {
				target = SWI
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_weapons_of_conquest
		prerequisite = { focus = ENG_look_to_the_anglo_saxons focus = ENG_look_to_the_vikings }
		mutually_exclusive = {  }
		available = {
			
		}
		icon = GFX_focus_AUS_raid_military_storages
		x = -2
		y = 1
		relative_position_id = ENG_look_to_the_anglo_saxons
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_stability = -0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_aggressive_rearmenment_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			random_owned_controlled_state = {
				limit = {
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
			}
			random_owned_controlled_state = {
				limit = {
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = ENG_dreams_of_a_north_sea_empire
		prerequisite = { focus = ENG_look_to_the_vikings }
		mutually_exclusive = {  }
		available = {
			
		}
		icon = GFX_focus_ENG_dreams_of_north_sea_empire
		x = 0
		y = 1
		relative_position_id = ENG_look_to_the_vikings
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_declare_north_sea_empire
		}
	}

	focus = {
		id = ENG_operation_north_strike
		prerequisite = { focus = ENG_dreams_of_a_north_sea_empire }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
			NOR = {
				all_core_state = {
					is_controlled_by = ROOT
				}
			}
			DEN = {
				all_core_state = {
					is_controlled_by = ROOT
				}
			}
			ICE = {
				all_core_state = {
					is_controlled_by = ROOT
				}
			}
		}
		icon = GFX_focus_GER_operation_wesserubung
		x = -1
		y = 1
		relative_position_id = ENG_dreams_of_a_north_sea_empire
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						is_core_of = DEN
						is_core_of = NOR
						is_core_of = ICE
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					any_controlled_state = {
						OR = {
							is_core_of = DEN
							is_core_of = NOR
							is_core_of = ICE
						}
					}
					NOT = {
						OR = {
							tag = ROOT
							is_subject_of = ROOT
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
		}
	}

	focus = {
		id = ENG_retake_sweden
		prerequisite = { focus = ENG_dreams_of_a_north_sea_empire }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
			SWE = {
				all_core_state = {
					is_controlled_by = ROOT
				}
			}
		}
		icon = GFX_focus_generic_attack_sweden
		x = 1
		y = 1
		relative_position_id = ENG_dreams_of_a_north_sea_empire
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = SWE
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					any_controlled_state = {
						is_core_of = SWE
					}
					NOT = {
						OR = {
							tag = ROOT
							is_subject_of = ROOT
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
		}
	}

	focus = {
		id = ENG_restore_rule_of_normandy
		prerequisite = { focus = ENG_dreams_of_a_north_sea_empire }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
		}
		icon = GFX_focus_ENG_restore_rule_in_normandy
		x = -2
		y = 2
		relative_position_id = ENG_dreams_of_a_north_sea_empire
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			IF = {
				limit = {
					15 = {
						controller = {
							NOT = {
								OR = {
									tag = ROOT
									is_subject_of = ROOT
								}
							}
						}
					}
				}
				add_state_claim = 15
				15 = {
					controller = {
						ROOT = {
							create_wargoal = {
								type = take_claimed_state
								target = PREV
								generator = { 15 }
							}
						}
					}
				}
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			unlock_decision_tooltip = UK_integrate_normandy
		}
	}

	focus = {
		id = ENG_an_empire_of_the_north
		prerequisite = { focus = ENG_retake_sweden }
		prerequisite = { focus = ENG_operation_north_strike }
		mutually_exclusive = {  }
		available = {
			controls_state = 110
			controls_state = 141
			controls_state = 37
			controls_state = 100
			controls_state = 101
			custom_trigger_tooltip = {
				tooltip = ENG_has_formed_nse_tt
				has_country_flag = ENG_has_formed_nse_flag
			}
		}
		bypass = {
		}
		icon = GFX_focus_SOV_reinforce_northern_naval_bases
		x = -1
		y = 1
		relative_position_id = ENG_retake_sweden
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_war_support = 0.05
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_an_empire_of_the_north_tt
		}
	}

	focus = {
		id = ENG_reconquer_finland
		prerequisite = { focus = ENG_an_empire_of_the_north }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
		}
		icon = GFX_focus_SWE_finnish_integration
		x = 0
		y = 1
		relative_position_id = ENG_an_empire_of_the_north
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = FIN
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = FIN
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_russian_revenge
		prerequisite = { focus = ENG_an_empire_of_the_north }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
		}
		icon = GFX_focus_SWE_reclaiming_the_rus
		x = -2
		y = 1
		relative_position_id = ENG_an_empire_of_the_north
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 195
						state = 208
						AND = {
							is_controlled_by = SOV
							OR = {
								is_core_of = KAR
								is_core_of = SMI
							}
						}
					}
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = SOV
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_destroy_the_baltics
		prerequisite = { focus = ENG_an_empire_of_the_north }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
		}
		icon = GFX_focus_generic_attack_baltics
		x = 2
		y = 1
		relative_position_id = ENG_an_empire_of_the_north
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						is_core_of = EST
						is_core_of = LAT
						is_core_of = LIT
					}
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = LAT
				type = annex_everything
			}
			create_wargoal = {
				target = LIT
				type = annex_everything
			}
			create_wargoal = {
				target = EST
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_reassess_continental_commitments
		prerequisite = { focus = ENG_the_kings_party }
		mutually_exclusive = { focus = ENG_look_back_to_the_past }
		available = {
			is_subject = no
			NOT = {
				has_war_together_with = FRA 
			}
		}
		icon = GFX_focus_usa_focus_on_europe
		x = 0
		y = 1
		relative_position_id = ENG_the_kings_party
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			remove_ideas = ENG_the_war_to_end_all_wars
			custom_effect_tooltip = generic_skip_one_line_tt
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			FRA = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_reassessed_continental_committments_bad }
				}
			}
			POL = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_reassessed_continental_committments_bad }
				}
			}
			CZE = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_reassessed_continental_committments_bad }
				}
			}
			HOL = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_reassessed_continental_committments_bad }
				}
			}
			BEL = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_reassessed_continental_committments_bad }
				}
			}
			LUX = {
				if = {
					limit = { NOT = { is_in_faction_with = ENG } }
					add_opinion_modifier = { target = ENG modifier = ENG_reassessed_continental_committments_bad }
				}
			}
			GER = {
				if = {
					limit = {
						OR = {
							has_government = fascism
							has_government = neutrality
						}
					}
					add_opinion_modifier = { target = ENG modifier = ENG_reassessed_continental_committments_good }
				}
			}
		}
	}

	focus = {
		id = ENG_britannia_first
		prerequisite = { focus = ENG_reassess_continental_commitments }
		mutually_exclusive = { focus = ENG_look_back_to_the_past focus = ENG_isolate_the_mediterranean_threat }
		available = {
			OR = {
				is_faction_leader = yes
				is_in_faction = no
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_britannia_first_2
		x = -4
		y = 1
		relative_position_id = ENG_reassess_continental_commitments
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_political_power = 50
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			set_rule = { can_join_factions = no }
			set_rule = { can_create_factions = yes }
		}
	}

	focus = {
		id = ENG_remember_tudors
		prerequisite = { focus = ENG_britannia_first }
		mutually_exclusive = { focus = ENG_remember_house_of_hanover }
		available = {
		}
		bypass = {
		}
		icon = GFX_focus_ENG_house_of_tudor
		x = -3
		y = 1
		relative_position_id = ENG_britannia_first
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ideas = ENG_house_of_tudor_idea
		}
	}

	focus = {
		id = ENG_reclaim_france
		prerequisite = { focus = ENG_remember_tudors }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
		}
		will_lead_to_war_with = FRA
		icon = GFX_focus_ENG_reclaim_france
		x = 0
		y = 1
		relative_position_id = ENG_remember_tudors
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = FRA
				}
				add_claim_by = ROOT
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			create_wargoal = {
				target = FRA
				type = annex_everything
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_form_uk_gb_france
		}
	}

	focus = {
		id = ENG_remember_house_of_hanover
		prerequisite = { focus = ENG_britannia_first }
		mutually_exclusive = { focus = ENG_remember_tudors }
		available = {
		}
		bypass = {
		}
		icon = GFX_focus_ENG_house_of_hanover
		x = 3
		y = 1
		relative_position_id = ENG_britannia_first
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ideas = ENG_house_of_hanover_idea
		}
	}

	focus = {
		id = ENG_reclaim_hanover
		prerequisite = { focus = ENG_remember_house_of_hanover }
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
		}
		will_lead_to_war_with = GER
		icon = GFX_focus_ENG_reclaim_hanover
		x = 0
		y = 1
		relative_position_id = ENG_remember_house_of_hanover
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 56
						state = 59
					}
				}
				add_claim_by = ROOT
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			59 = {
				controller = {
					ROOT = {
						create_wargoal = {
							type = annex_everything
							target = PREV
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_reintegrate_hanover
		}
	}

	focus = {
		id = ENG_anglo_pact
		prerequisite = { focus = ENG_remember_house_of_hanover focus = ENG_remember_tudors }
		mutually_exclusive = {  }
		available = {
			OR = {
				is_in_faction = no
				is_faction_leader = yes
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_anglo_alliance_2
		x = -3
		y = 1
		relative_position_id = ENG_remember_house_of_hanover
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			IF = {
				limit = {
					is_in_faction = no
				}
				create_faction = "Pact of London"
			}
			IF = {
				limit = {
					POR = {
						exists = yes
						is_subject = no
						NOT = {
							has_war_with = ROOT
							is_in_faction_with = ROOT
							has_government = communism
						}
					}
				}
				POR = {
					country_event = {
						id = generic.5
						days = 1
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_war_support = 0.05
		}
	}

	focus = {
		id = ENG_re_ally_with_russia
		prerequisite = { focus = ENG_anglo_pact }
		prerequisite = { focus = ENG_reclaim_hanover }
		mutually_exclusive = {  }
		available = {
			is_faction_leader = yes
			SOV = {
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				is_in_faction = no
				is_subject = no
				NOT = {
					has_war_with = ROOT
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_befriend_russia
		x = -2
		y = 1
		relative_position_id = ENG_reclaim_hanover
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			SOV = {
				country_event = {
					id = generic.5
					days = 1
				}
			}
		}
	}

	focus = {
		id = ENG_the_historical_enemy
		prerequisite = { focus = ENG_reclaim_hanover focus = ENG_alliance_with_germany focus = ENG_noninterference_treaty_with_germany }
		mutually_exclusive = {  }
		available = {
			FRA = {
				exists = yes
				NOT = {
					OR = {
						is_subject_of = ROOT
						is_in_faction_with = ROOT
						has_war_with = ROOT
					}
				}
			}
		}
		bypass = {
			FRA = {
				OR = {
					exists = no
					is_subject_of = ROOT
					is_in_faction_with = ROOT
					has_war_with = ROOT
				}
			}
		}
		icon = GFX_focus_attack_france
		x = 4
		y = 1
		relative_position_id = ENG_reclaim_hanover
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = FRA
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_form_the_hre_hanover
		prerequisite = { focus = ENG_reclaim_hanover }
		mutually_exclusive = { focus = ENG_new_german_confederation }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_form_the_hre_hanover_tt
				has_country_flag = ENG_has_integrated_hanover
			}
		}
		bypass = {
			
		}
		icon = GFX_focus_POL_habsburg
		x = 2
		y = 1
		relative_position_id = ENG_reclaim_hanover
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ideas = ENG_pan_germanicism_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = form_hre
		}
	}

	focus = {
		id = ENG_new_german_confederation
		prerequisite = { focus = ENG_reclaim_hanover }
		mutually_exclusive = { focus = ENG_form_the_hre_hanover }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_form_the_hre_hanover_tt
				has_country_flag = ENG_has_integrated_hanover
			}
			GER = {
				OR = {
					AND = {
						exists = no
						all_core_state = {
							is_controlled_by = ROOT
						}
					}
					is_subject_of = ROOT
				}
			}
		}
		bypass = {
			
		}
		icon = GFX_focus_GER_defender_of_democracy
		x = 0
		y = 1
		relative_position_id = ENG_reclaim_hanover
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_political_power = 100
			hidden_effect = {
				IF = {
					limit = {
						GER = {
							exists = no
						}
					}
					every_state = {
						limit = {
							is_controlled_by = ROOT
							NOT = {
								is_core_of = ROOT
							}
							is_core_of = GER
						}
						transfer_state_to = GER
					}
				}
				GER = {
				    every_possible_country = {
						limit = { has_character = GER_wilhelm_iv }
						random_character = {
							limit = { is_character = GER_wilhelm_iv }
							set_nationality = PREV
						}
					}
					GER_wilhelm_iv = {
						add_country_leader_role = {
							country_leader = {
								expire = "1965.1.1"
								ideology = despotism
								traits = {
								}
							}
							promote_leader = yes
						}
						set_character_name = ENG_prince_wilhelm_iv
					}
					set_popularities = {
						democratic = 20
						neutrality = 60
						fascism = 10
						communism = 10
					}
					ROOT = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_integrated_puppet
							end_wars = no 
							end_civil_wars = no
						}
					}
					set_cosmetic_tag = GER_CONFEDERATION
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_new_german_confederation_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_german_confederation_decisions
		}
	}

	focus = {
		id = ENG_danube_dominance
		prerequisite = { focus = ENG_new_german_confederation focus = ENG_form_the_hre_hanover }
		mutually_exclusive = {  }
		available = {
			
		}
		bypass = {
			
		}
		icon = GFX_focus_AUS_protector_of_the_danube
		x = 1
		y = 1
		relative_position_id = ENG_new_german_confederation
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			custom_effect_tooltip = ENG_danube_dominance_tt
			hidden_effect = {
				every_state = {
					limit = {
						OR = {
							state = 52
							state = 50
							state = 53
							state = 152
							state = 4
							state = 975
							state = 70
							state = 664
							state = 155
							state = 43
							state = 973
							state = 974
							state = 45
							state = 109
							state = 107
							state = 764
							state = 108
							state = 82
							state = 81
							state = 48
							state = 801
							state = 77
							state = 46
							state = 971
							state = 79
							state = 766
						}
					}
					add_claim_by = ROOT
					every_country = {
						limit = {
							controls_state = PREV
							controller = {
								NOT = {
									OR = {
										is_in_faction_with = ROOT
										is_subject_of = ROOT
									}
								}
							}
						}
						ROOT = {
							create_wargoal = {
								target = PREV
								type = annex_everything
							}
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_re_ally_with_spain
		prerequisite = { focus = ENG_anglo_pact }
		prerequisite = { focus = ENG_reclaim_france }
		mutually_exclusive = {  }
		available = {
			is_faction_leader = yes
			any_country = {
				original_tag = SPR
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				has_civil_war = no
				is_in_faction = no
				is_subject = no
				NOT = {
					has_war_with = ROOT
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_generic_befriend_nationalist_spain_focus
		x = 2
		y = 1
		relative_position_id = ENG_reclaim_france
		cost = 4
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			random_country = {
				limit = {
					original_tag = SPR
					is_in_faction = no
					is_subject = no
				}
				country_event = {
					id = generic.5
					days = 1
				}
			}
		}
	}

	focus = {
		id = ENG_papal_reconciliation
		prerequisite = { focus = ENG_reclaim_france }
		mutually_exclusive = { focus = ENG_papal_revenge }
		available = {
			
		}
		bypass = {
		}
		icon = GFX_focus_generic_catholic_dominion
		x = 0
		y = 1
		relative_position_id = ENG_reclaim_france
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			country_event = ukrework.41
		}
	}

	focus = {
		id = ENG_only_one_rome
		prerequisite = { focus = ENG_papal_reconciliation }
		mutually_exclusive = {  }
		available = {
			OR = {
				454 = {
					controller = {
						OR = {
							tag = ROOT
							is_subject_of = ROOT
						}
					}
				}
				2 = {
					controller = {
						OR = {
							tag = ROOT
							is_subject_of = ROOT
						}
					}
				}
				797 = {
					controller = {
						OR = {
							tag = ROOT
							is_subject_of = ROOT
						}
					}
				}
				219 = {
					controller = {
						OR = {
							tag = ROOT
							is_subject_of = ROOT
						}
					}
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_generic_pope
		x = 0
		y = 1
		relative_position_id = ENG_papal_reconciliation
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			454 = {
				IF = {
					limit = {
						controller = {
							OR = {
								tag = ROOT
								is_subject_of = ROOT
							}
						}
					}
					add_core_of = ROOT
					transfer_state_to = ROOT
				}
				else = {
					add_claim_by = ROOT
					controller = {
						ROOT = {
							create_wargoal = {
								target = PREV
								type = take_state_focus
								generator = { 454 }
							}
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			2 = {
				IF = {
					limit = {
						controller = {
							OR = {
								tag = ROOT
								is_subject_of = ROOT
							}
						}
					}
					add_core_of = ROOT
					transfer_state_to = ROOT
				}
				else = {
					add_claim_by = ROOT
					controller = {
						ROOT = {
							create_wargoal = {
								target = PREV
								type = take_state_focus
								generator = { 2 }
							}
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			797 = {
				IF = {
					limit = {
						controller = {
							OR = {
								tag = ROOT
								is_subject_of = ROOT
							}
						}
					}
					add_core_of = ROOT
					transfer_state_to = ROOT
				}
				else = {
					add_claim_by = ROOT
					controller = {
						ROOT = {
							create_wargoal = {
								target = PREV
								type = take_state_focus
								generator = { 797 }
							}
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			219 = {
				IF = {
					limit = {
						controller = {
							OR = {
								tag = ROOT
								is_subject_of = ROOT
							}
						}
					}
					add_core_of = ROOT
					transfer_state_to = ROOT
				}
				else = {
					add_claim_by = ROOT
					controller = {
						ROOT = {
							create_wargoal = {
								target = PREV
								type = take_state_focus
								generator = { 219 }
							}
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_papal_revenge
		prerequisite = { focus = ENG_reclaim_france }
		mutually_exclusive = { focus = ENG_papal_reconciliation }
		available = {
			2 = {
				controller = {
					NOT = {
						OR = {
							is_in_faction_with = ROOT
							is_subject_of = ROOT
							tag = ROOT
						}
					}
				}
			}
		}
		bypass = {
			controls_state = 2
		}
		icon = GFX_focus_ENG_attack_vatican
		x = -2
		y = 1
		relative_position_id = ENG_reclaim_france
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			2 = {
				controller = {
					ROOT = {
						create_wargoal = {
							target = PREV
							type = take_state_focus
							generator = { 2 }
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_henrys_revenge
		prerequisite = { focus = ENG_papal_revenge }
		mutually_exclusive = {  }
		available = {
			2 = {
				controller = {
					OR = {
						is_subject_of = ROOT
						tag = ROOT
					}
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_henrys_revenge
		x = 0
		y = 1
		relative_position_id = ENG_papal_revenge
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_war_support = 0.1
			custom_effect_tooltip = generic_skip_one_line_tt
			add_country_leader_trait = ENG_spirit_of_henry_viii
			custom_effect_tooltip = generic_skip_one_line_tt
			2 = {
				IF = {
					limit = {
						NOT = {
							is_owned_and_controlled_by = ROOT
						}
					}
					transfer_state_to = ROOT
				}
				add_core_of = ROOT
			}
		}
	}

	focus = {
		id = ENG_isolate_the_mediterranean_threat
		prerequisite = { focus = ENG_reassess_continental_commitments }
		mutually_exclusive = { focus = ENG_britannia_first  focus = ENG_look_back_to_the_past }
		available = {
			is_subject = no
			NOT = { is_in_faction_with = ITA }
		}
		bypass = {
			OR = {
				NOT = { country_exists = ITA }
				ITA = {
					is_in_faction = yes
					NOT = { is_in_faction_with = GER }
				}
			}
		}
		icon = GFX_focus_SWI_fortify_border_with_italy
		x = 5
		y = 1
		relative_position_id = ENG_reassess_continental_commitments
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			GER = { country_event = { id = mtg_britain.23 hours = 6 } }
		}
	}

	focus = {
		id = ENG_malta_base_of_operations
		prerequisite = { focus = ENG_isolate_the_mediterranean_threat }
		mutually_exclusive = {  }
		available = {
			116 = {
				is_controlled_by = ROOT
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_malta_development
		x = 0
		y = 1
		relative_position_id = ENG_isolate_the_mediterranean_threat
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			116 = {
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
				add_building_construction = {
					type = naval_base
					level = 5
					instant_build = yes
					province = {
						all_provinces = yes
					}
				}
				add_building_construction = {
					type = air_base
					level = 3
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = ENG_alliance_with_germany
		prerequisite = { focus = ENG_isolate_the_mediterranean_threat }
		mutually_exclusive = { focus = ENG_noninterference_treaty_with_germany }
		available = {
			is_subject = no
			country_exists = GER
			NOT = { has_war_with = GER }
			GER = {
				OR = {
					has_government = fascism
					has_government = neutrality
				}
			}
			NOT = { has_country_flag = ENG_germany_rejected_isolate_the_italian_threat }
		}
		bypass = {
			is_in_faction_with = GER
		}
		icon = GFX_focus_ENG_british_german_agreement
		x = -1
		y = 2
		relative_position_id = ENG_isolate_the_mediterranean_threat
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			IF = {
				limit = {
					GER = {
						has_government = fascism
					}
				}
				hidden_effect = {
					set_temp_variable = {
						var = alliance_with_germany_var
						value = party_popularity@democratic
					}
					multiply_temp_variable = {
						var = alliance_with_germany_var
						value = -0.5
					}
				}
				custom_effect_tooltip = ENG_alliance_with_germany_tt
				add_stability = alliance_with_germany_var
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			GER = { country_event = { id = mtg_britain.27 hours = 6 } }
		}
	}

	focus = {
		id = ENG_noninterference_treaty_with_germany
		prerequisite = { focus = ENG_isolate_the_mediterranean_threat }
		mutually_exclusive = { focus = ENG_alliance_with_germany }
		available = {
			is_subject = no
			country_exists = GER
			NOT = { has_war_with = GER }
		}
		bypass = {
			NOT = { country_exists = GER }
			has_country_flag = ENG_germany_rejected_isolate_the_italian_threat
			has_non_aggression_pact_with = GER
		}
		icon = GFX_focus_ENG_nonagression_with_germany
		x = 1
		y = 2
		relative_position_id = ENG_isolate_the_mediterranean_threat
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			GER = { country_event = { id = mtg_britain.30 hours = 6 } }
		}
	}

	focus = {
		id = ENG_take_out_the_regia_marina
		prerequisite = { focus = ENG_noninterference_treaty_with_germany focus = ENG_alliance_with_germany }
		available = {
			is_subject = no
			country_exists = ITA
			NOT = { is_in_faction_with = ITA }
		}
		bypass = {
			ITA = {
				OR = {
					exists = no
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_ENG_attack_kingdom_of_italy
		will_lead_to_war_with = ITA
		x = -1
		y = 1
		relative_position_id = ENG_noninterference_treaty_with_germany
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = ITA
				expire = 0
			}
		}
	}

	focus = {
		id = ENG_africa_shall_be_ours
		prerequisite = { focus = ENG_take_out_the_regia_marina }
		prerequisite = { focus = ENG_the_historical_enemy }
		available = {
			any_owned_state = {
				is_on_continent = africa
			}
		}
		bypass = {
			
		}
		icon = GFX_goal_tfv_saf_secure_interests_in_africa
		x = -1
		y = 1
		relative_position_id = ENG_take_out_the_regia_marina
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			country_event = ukrework.77
		}
	}

	focus = {
		id = ENG_battle_for_bosporus
		prerequisite = { focus = ENG_take_out_the_regia_marina }
		available = {
			797 = {
				controller = {
					NOT = {
						OR = {
							is_in_faction_with = ROOT
							is_subject_of = ROOT
							has_war_with = ROOT
						}
					}
				}
			}
		}
		icon = GFX_focus_TUR_the_montreux_convention
		will_lead_to_war_with = TUR
		x = 1
		y = 1
		relative_position_id = ENG_take_out_the_regia_marina
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = TUR
				expire = 0
			}
		}
	}

	### FASCIST BRANCH ###

	focus = {
		id = ENG_organize_the_blackshirts
		prerequisite = { focus = ENG_a_change_in_course }
		mutually_exclusive = { focus = ENG_the_kings_party focus = ENG_concessions_to_the_trade_unions focus = ENG_workers_revolution }

		available = {
			is_subject = no
			has_war = no
			if = {
				limit = {
					NOT = { has_country_flag = ENG_abdication_crisis_changed_mind }
				}
				NOT = { has_country_flag = edward_viii_refused_to_abdicate_flag }
			}
		}
		icon = GFX_focus_generic_fascist_troops
		x = 22
		y = 1
		relative_position_id = ENG_a_change_in_course
		cancel_if_invalid = yes
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_country_flag = ENG_abdication_crisis_normal_marriage
					has_country_flag = ENG_abdication_crisis_morganatic_marriage
				}
			}
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 200
			custom_effect_tooltip = ENG_organize_the_blackshirts_tt
			hidden_effect = {
				news_event = { id = mtg_news.23 days = 1 }
				add_ai_strategy = {
					type = alliance
					id = GRE
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = GRE
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = GRE
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = YUG
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = YUG
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = YUG
					value = -200
				}
				add_ai_strategy = {
					type = contain
					id = ITA
					value = -200
				}
				add_ai_strategy = {
					type = alliance
					id = GER
					value = -50
				}
				add_ai_strategy = {
					type = befriend
					id = GER
					value = -50
				}
				add_ai_strategy = {
					type = protect
					id = GER
					value = -50
				}
				GER = {
					add_ai_strategy = {
						type = alliance
						id = ROOT
						value = -50
					}
					add_ai_strategy = {
						type = befriend
						id = ROOT
						value = -50
					}
					add_ai_strategy = {
						type = protect
						id = ROOT
						value = -50
					}
				}
			}
		}
	}

	focus = {
		id = ENG_union_of_fascists
		prerequisite = { focus = ENG_organize_the_blackshirts }
		mutually_exclusive = {  }

		available = {
			has_government = fascism
		}
		icon = GFX_focus_eng_organise_the_blackshirts
		x = 0
		y = 1
		relative_position_id = ENG_organize_the_blackshirts
		cancel_if_invalid = yes
		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_country_flag = ENG_abdication_crisis_normal_marriage
					has_country_flag = ENG_abdication_crisis_morganatic_marriage
				}
			}
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.74
		}
	}

	### BRITISH PATH TO FASCISM ###

	focus = {
		id = ENG_the_british_path_to_fascism
		prerequisite = { focus = ENG_union_of_fascists }
		mutually_exclusive = { focus = ENG_rekindle_german_relations }
		available = {
			is_subject = no
			has_government = fascism
		}
		icon = GFX_focus_ENG_british_fascism
		x = -4
		y = 1
		relative_position_id = ENG_union_of_fascists
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		search_filters = {FOCUS_FILTER_STABILITY FOCUS_FILTER_WAR_SUPPORT}
		completion_reward = {
			remove_ideas = ENG_the_war_to_end_all_wars
			custom_effect_tooltip = generic_skip_one_line_tt
			add_stability = 0.05
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			GER = {
				if = {
					limit = {
						has_government = fascism
					}
					add_opinion_modifier = { target = ENG modifier = ENG_the_british_path_to_fascism }
				}
			}
		}
	}

	focus = {
		id = ENG_look_to_the_continent
		prerequisite = { focus = ENG_the_british_path_to_fascism focus = ENG_rekindle_german_relations }
		mutually_exclusive = {  }
		available = {
			is_subject = no
			has_government = fascism
		}
		icon = GFX_focus_usa_focus_on_europe
		x = 10
		y = 1
		relative_position_id = ENG_the_british_path_to_fascism
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		search_filters = {FOCUS_FILTER_STABILITY FOCUS_FILTER_WAR_SUPPORT}
		completion_reward = {
			add_war_support = 0.05
		}
	}

	focus = {
		id = ENG_destroy_france
		prerequisite = { focus = ENG_look_to_the_continent }
		mutually_exclusive = {  }
		available = {
			FRA = {
				exists = yes
				NOT = {
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		bypass = {
			FRA = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_attack_france
		x = 0
		y = 1
		relative_position_id = ENG_look_to_the_continent
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = FRA
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_gibraltar_for_spanish_support
		prerequisite = { focus = ENG_destroy_france }
		mutually_exclusive = { focus = ENG_take_care_of_spain }
		available = {
			is_subject = no
			if = {
				limit = {
					NOT = { has_dlc = "La Resistance" }
				}
				any_country = {
					original_tag = SPR
					has_government = fascism
					exists = yes
					NOT = { is_in_faction_with = ENG }
				}
			}
			if = {
				limit = {
					has_dlc = "La Resistance"
				}
				SPA = {
					exists = yes
					NOT = { is_in_faction_with = ENG }
				}
			}
			has_global_flag = scw_over
		}
		icon = GFX_focus_intervention_spain_nationalists
		x = -1
		y = 1
		relative_position_id = ENG_destroy_france
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			if = {
				limit = {
					NOT = { has_dlc = "La Resistance" }
				}
				random_country = {
					limit = {
						original_tag = SPR
						has_government = fascism
					}
					country_event = { id = mtg_britain.40 hours = 6 }
				}
			}
			ELSE = {
				SPA = {
					country_event = { id = mtg_britain.40 hours = 6 }
				}
			}
		}
	}

	focus = {
		id = ENG_take_care_of_spain
		prerequisite = { focus = ENG_destroy_france }
		mutually_exclusive = { focus = ENG_gibraltar_for_spanish_support }
		available = {
			is_subject = no
			any_country = {
				original_tag = SPR
				has_civil_war = no
			}
			has_global_flag = scw_over
		}
		bypass = {
		}
		icon = GFX_focus_focus_fra_intervention_spain
		x = 1
		y = 1
		relative_position_id = ENG_destroy_france
		cost = 5
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_war = yes
			}
			modifier = {
				factor = 0
				if = {
					limit = {
						NOT = { has_dlc = "La Resistance" }
					}
					any_country = {
						original_tag = SPR
						has_government = fascism
						exists = yes
						is_in_faction_with = GER
					}
				}
				if = {
					limit = {
						has_dlc = "La Resistance"
					}
					SPA = {
						exists = yes
						is_in_faction_with = GER
					}
				}
			}
		}	
		completion_reward = {
			every_country = {
				limit = {
					original_tag = SPR
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	focus = {
		id = ENG_domestic_policy
		prerequisite = { focus = ENG_the_british_path_to_fascism focus = ENG_rekindle_german_relations }
		mutually_exclusive = {  }
		available = {
			is_subject = no
			has_government = fascism
		}
		icon = GFX_focus_generic_improve_the_administration
		x = 4
		y = 1
		relative_position_id = ENG_the_british_path_to_fascism
		cost = 2
		ai_will_do = {
			factor = 1
		}	
		search_filters = {FOCUS_FILTER_STABILITY FOCUS_FILTER_WAR_SUPPORT}
		completion_reward = {
			add_political_power = 50
		}
	}

	focus = {
		id = ENG_enact_the_mosley_manifesto
		prerequisite = { focus = ENG_domestic_policy }
		available = {

		}
		icon = GFX_focus_ENG_mosley_manifesto
		x = 0
		y = 1
		relative_position_id = ENG_domestic_policy
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		complete_tooltip = {
			every_state = {
				limit = { has_state_flag = enact_the_mosley_memorandum_2IC }
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
			every_state = {
				limit = { has_state_flag = enact_the_mosley_memorandum_2AF }
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
			}
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			if = {
				limit = {
					NOT = { has_idea = limited_exports }
					NOT = { has_idea = closed_economy }
				}
				add_ideas = limited_exports
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_the_mosley_memorandum_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
				set_state_flag = enact_the_mosley_memorandum_2IC
			}
			random_owned_controlled_state = {
				limit = {
					is_in_home_area = yes
					free_building_slots = {
						building = arms_factory
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
				set_state_flag = enact_the_mosley_memorandum_2AF
			}
		}
	}

	focus = {
		id = ENG_green_shirts_alliance
		prerequisite = { focus = ENG_domestic_policy }
		available = {

		}
		icon = GFX_focus_ENG_green_shirts
		x = -2
		y = 1
		relative_position_id = ENG_domestic_policy
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			country_event = ukrework.78
		}
	}

	focus = {
		id = ENG_militarized_youth
		prerequisite = { focus = ENG_domestic_policy }
		available = {

		}
		icon = GFX_focus_generic_military_academy
		x = 2
		y = 1
		relative_position_id = ENG_domestic_policy
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_stability = -0.1
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = military_youth_focus
		}
	}

	focus = {
		id = ENG_corporate_state
		prerequisite = { focus = ENG_enact_the_mosley_manifesto }
		available = {

		}
		icon = GFX_focus_ICE_state_corporatism
		x = 1
		y = 1
		relative_position_id = ENG_enact_the_mosley_manifesto
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			add_ideas = ENG_corporate_state_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
			random_owned_controlled_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
					is_core_of = ROOT
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = ENG_a_european_identity
		prerequisite = { focus = ENG_enact_the_mosley_manifesto }
		available = {
			any_controlled_state = {
				is_on_continent = europe
				NOT = {
					is_core_of = ROOT
					state = 118
				}
				is_one_state_island = no
			}
		}
		icon = GFX_focus_ENG_euro_britain
		x = -1
		y = 1
		relative_position_id = ENG_enact_the_mosley_manifesto
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {  }
		completion_reward = {
			add_ideas = ENG_european_identity_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = form_european_union
		}
	}

	focus = {
		id = ENG_secure_the_italian_alliance
		prerequisite = { focus = ENG_the_british_path_to_fascism }
		available = {
			is_subject = no
			country_exists = ITA
			NOT = { has_war_together_with = FRA }
			NOT = { has_war_with = ITA }
			ITA = { is_in_faction = no }
		}
		bypass = {
			OR = {
				ITA = {	exists = no }
				ITA = { is_subject = yes }
				ITA = { is_in_faction = yes }
				if = {
					limit = {
						has_dlc = "By Blood Alone"
					}
					ITA = {
						OR = {
							has_completed_focus = ITA_defy_the_duce
							custom_trigger_tooltip = {
								tooltip = ITA_RDS_exists_tt
								tag = RDS
							}
						}
					}
				}
			}
		}
		icon = GFX_focus_ENG_anglo_italian_alliance
		x = 0
		y = 1
		relative_position_id = ENG_the_british_path_to_fascism
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_ai_strategy = {
				type = antagonize
				id = GER
				value = 200
			}
			add_ai_strategy = {
				type = alliance
				id = GER
				value = -200
			}
			add_ai_strategy = {
				type = befriend
				id = GER
				value = -200
			}
			add_ai_strategy = {
				type = protect
				id = GER
				value = -200
			}
			GER = {
				add_ai_strategy = {
					type = antagonize
					id = ROOT
					value = 200
				}
				add_ai_strategy = {
					type = alliance
					id = ROOT
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = ROOT
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = ROOT
					value = -200
				}
			}
			if = {
				limit = {
					is_in_faction_with = FRA
					has_war = no
				}
				remove_from_faction = FRA
			}
			ITA = {
				if = {
					limit = {
						has_government = fascism
					}
					add_opinion_modifier = { target = ENG modifier = ENG_broke_french_relations }
				}
			}
			ITA = { country_event = { id = mtg_britain.36 hours = 6 } }
		}
	}

	focus = {
		id = ENG_prevent_a_continental_hegemony
		prerequisite = { focus = ENG_secure_the_italian_alliance }
		available = {
			is_subject = no
			country_exists = GER
			NOT = { is_in_faction_with = GER }
		}
		will_lead_to_war_with = GER
		icon = GFX_focus_attack_germany
		x = 0
		y = 1
		relative_position_id = ENG_secure_the_italian_alliance
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_war = yes
			}
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			create_wargoal = {
				type = puppet_wargoal_focus
				target = GER
				expire = 0
			}
		}
	}

	### HEAL RELATIONS WITH GERMANY ###

	focus = {
		id = ENG_rekindle_german_relations
		prerequisite = { focus = ENG_union_of_fascists }
		mutually_exclusive = { focus = ENG_the_british_path_to_fascism }
		available = {
			has_government = fascism
			GER = {
				has_government = fascism
				NOT = {
					has_war_with = ROOT
				}
			}
		}
		icon = GFX_focus_ENG_fascist_alliance_with_germany
		x = 10
		y = 1
		relative_position_id = ENG_union_of_fascists
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		search_filters = {FOCUS_FILTER_STABILITY FOCUS_FILTER_WAR_SUPPORT}
		completion_reward = {
			remove_ideas = ENG_the_war_to_end_all_wars
			custom_effect_tooltip = generic_skip_one_line_tt
			add_stability = -0.05
			add_political_power = 100
			custom_effect_tooltip = generic_skip_one_line_tt
			GER = {
				if = {
					limit = {
						has_government = fascism
					}
					add_opinion_modifier = { target = ENG modifier = ENG_rekindle_german_relations_opinion }
				}
			}
		}
	}

	focus = {
		id = ENG_london_berlin_axis
		prerequisite = { focus = ENG_rekindle_german_relations }
		mutually_exclusive = {  }
		available = {
			is_subject = no
			country_exists = GER
			NOT = { has_war_with = GER }
			GER = {
				has_government = fascism
			}
		}
		bypass = {
			is_in_faction_with = GER
		}
		icon = GFX_focus_ENG_berlin_london_axis
		x = 0
		y = 1
		relative_position_id = ENG_rekindle_german_relations
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			GER = { country_event = { id = mtg_britain.27 hours = 6 } }
		}
	}

	focus = {
		id = ENG_secure_scandinavian_resources
		prerequisite = { focus = ENG_look_to_the_continent }
		mutually_exclusive = {  }
		available = {
			OR = {
				DEN = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				NOR = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				SWE = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				FIN = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
			}
		}
		bypass = {
			DEN = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			NOR = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			SWE = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			FIN = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_ENG_get_scandi
		x = -2
		y = 1
		relative_position_id = ENG_look_to_the_continent
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = DEN
				type = puppet_wargoal_focus
			}
			create_wargoal = {
				target = NOR
				type = puppet_wargoal_focus
			}
			create_wargoal = {
				target = SWE
				type = puppet_wargoal_focus
			}
			create_wargoal = {
				target = FIN
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_gateway_to_the_continent
		prerequisite = { focus = ENG_look_to_the_continent }
		mutually_exclusive = {  }
		available = {
			OR = {
				HOL = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				BEL = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
				LUX = {
					exists = yes
					NOT = {
						has_war_with = ROOT
						is_subject_of = ROOT
					}
				}
			}
		}
		bypass = {
			HOL = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			BEL = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
			LUX = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_GER_around_maginot
		x = 2
		y = 1
		relative_position_id = ENG_look_to_the_continent
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = HOL
				type = puppet_wargoal_focus
			}
			create_wargoal = {
				target = BEL
				type = puppet_wargoal_focus
			}
			create_wargoal = {
				target = LUX
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_secure_med
		prerequisite = { focus = ENG_london_berlin_axis }
		mutually_exclusive = {  }
		available = {
			ITA = {
				exists = yes
				NOT = {
					has_war_with = ROOT
					is_subject_of = ROOT
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_attack_kingdom_of_italy
		x = 0
		y = 1
		relative_position_id = ENG_london_berlin_axis
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				target = ITA
				type = puppet_wargoal_focus
			}
		}
	}

	### UNALIGNED/FASCIST SHARED PATH ###

	focus = {
		id = ENG_god_save_the_king
		prerequisite = { focus = ENG_reassess_continental_commitments focus = ENG_union_of_fascists }
		available = {
			is_subject = no
			OR = {
				has_government = neutrality
				has_government = fascism
			}
		}
		icon = GFX_focus_eng_god_save_the_king
		x = -11
		y = 1
		relative_position_id = ENG_union_of_fascists
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_STABILITY FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			if = {
				limit = {
					has_country_leader = { ruling_only = yes name = "Edward VIII" }
				}
				add_stability = 0.05
				remove_country_leader_trait = inexperienced_imperialist
				add_country_leader_trait = autocratic_imperialist
			}
			if = {
				limit = {
					NOT = { has_country_leader = { ruling_only = yes name = "Edward VIII" } }
				}
				add_stability = 0.05
				add_war_support = 0.1
			}
		}
	}

	focus = {
		id = ENG_imperial_conscription
		prerequisite = { focus = ENG_god_save_the_king }	
		available = {

		}
		icon = GFX_focus_generic_commonwealth_build_infantry
		x = -1
		y = 1
		relative_position_id = ENG_god_save_the_king
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_MANPOWER}	
		completion_reward = {
			add_ideas = ENG_imperial_conscription_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					is_subject_of = ENG
				}
				add_ideas = ENG_imperial_conscription_subject_idea
			}
		}
	}

	focus = {
		id = ENG_imperial_security
		prerequisite = { focus = ENG_god_save_the_king }
		available = {
			
		}
		icon = GFX_focus_generic_home_defense
		x = 3
		y = 1
		relative_position_id = ENG_god_save_the_king
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_STABILITY FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_stability = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_imperial_security_idea
		}
	}

	focus = {
		id = ENG_reclaim_the_empire
		prerequisite = { focus = ENG_god_save_the_king }
		available = {
			
		}
		icon = GFX_focus_ENG_restore_pax_britannica
		x = -3
		y = 1
		relative_position_id = ENG_god_save_the_king
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_STABILITY FOCUS_FILTER_WAR_SUPPORT}	
		completion_reward = {
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_imperial_revaunchism_idea
		}
	}

	focus = {
		id = ENG_appeal_to_imperial_loyalists
		prerequisite = { focus = ENG_reclaim_the_empire }	
		available = {
			is_subject = no
			OR = {
				country_exists = CAN
				country_exists = SAF
				country_exists = AST
				country_exists = NZL
			}
		}
		bypass = {
			OR = {
				AND = {
					is_in_faction_with = CAN
					CAN = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
					is_in_faction_with = SAF
					SAF = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
					is_in_faction_with = AST
					AST = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
					is_in_faction_with = NZL
					NZL = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
				}
				NOT = {
					country_exists = CAN
					country_exists = SAF
					country_exists = AST
					country_exists = NZL
				}
				has_completed_focus = ENG_towards_dominion_independence
			}
		}
		icon = GFX_goal_tfv_strengthen_commonwealth_ties
		x = 2
		y = 1
		relative_position_id = ENG_reclaim_the_empire
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			ENG_mosley_pacifism_level_down = yes
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_appeal_to_imperial_loyalists_tt
		}
	}

	focus = {
		id = ENG_bring_the_dominions_back_into_the_fold
		prerequisite = { focus = ENG_appeal_to_imperial_loyalists }	
		available = {
			is_subject = no
		}
		bypass = {
			OR = {
				AND = {
					NOT = { country_exists = CAN }
					NOT = { country_exists = SAF }
					NOT = { country_exists = AST }
					NOT = { country_exists = NZL }
				}
				AND = {
					is_in_faction_with = CAN
					CAN = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
					is_in_faction_with = SAF
					SAF = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
					is_in_faction_with = AST
					AST = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
					is_in_faction_with = NZL
					NZL = {
						OR = {
							has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
							has_country_flag = britain_enforced_our_loyalty
						}
					}
				}
				has_completed_focus = ENG_towards_dominion_independence
			}
		}
		will_lead_to_war_with = CAN
		will_lead_to_war_with = SAF
		will_lead_to_war_with = AST
		will_lead_to_war_with = NZL
		icon = GFX_focus_eng_bring_the_dominions_back_into_the_fold
		x = 0
		y = 1
		relative_position_id = ENG_appeal_to_imperial_loyalists
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			if = {
				limit = {
					NOT = { is_in_faction_with = CAN }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = CAN
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = CAN
					expire = 0
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = SAF }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = SAF
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = SAF
					expire = 0
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = AST }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = AST
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = AST
					expire = 0
				}
			}
			if = {
				limit = {
					NOT = { is_in_faction_with = NZL }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = NZL
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = NZL
					expire = 0
				}
			}
			custom_effect_tooltip = ENG_bring_the_dominions_back_into_the_fold_tt
		}
	}

	focus = {
		id = ENG_ceylon_forward_operating_base
		prerequisite = { focus = ENG_reclaim_the_empire }
		available = {
			has_full_control_of_state = 422
			hidden_trigger = {
					if = {
						limit = {
							has_dlc = "Graveyard of Empires"
							has_event_target = UK_INDIA
						}
						event_target:UK_INDIA = { is_subject_of = ENG }
					}
				}
			}
		bypass = {
			OR = {
				RAJ = {
					is_in_faction_with = ENG
					OR = {
						has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
						has_country_flag = britain_enforced_our_loyalty
					}
				}
				has_completed_focus = ENG_towards_indian_independence
			}
			if = {
					limit = {
						has_dlc = "Graveyard of Empires"
						has_event_target = UK_INDIA
					}
					event_target:UK_INDIA = {
						exists = no
						NOT = { is_subject_of = ROOT }
					}
				}
			}
		icon = GFX_focus_PER_foothold_in_indus
		x = -2
		y = 1
		relative_position_id = ENG_reclaim_the_empire
		cost = 4
		ai_will_do = {
			factor = 1
		}	
		search_filters = {FOCUS_FILTER_INDUSTRY}
		completion_reward = {
			# Ceylon
			422 = {
				if = {
					limit = {
						is_controlled_by = ROOT
					}
					add_building_construction = {
						type = infrastructure
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = air_base
						level = 5
						instant_build = yes
					}
					# Singapore
					add_building_construction = {
						type = naval_base
						level = 5
						province = 7260
						instant_build = yes
					}
				}								
			}
		}
	}

	focus = {
		id = ENG_reclaim_the_jewel_in_the_crown
		prerequisite = { focus = ENG_ceylon_forward_operating_base }	
		available = {
			is_subject = no
			if = {
				limit = {
					has_dlc = "Graveyard of Empires"
				}
				RAJ = {
					NOT = { is_subject_of = ENG }
				}
				hidden_trigger = {
					if = {
						limit = {
							has_dlc = "Graveyard of Empires"
							has_event_target = UK_INDIA
						}
						event_target:UK_INDIA = { NOT = {is_subject_of = ENG} }
					}
				}
			}
		}
		bypass = {
			OR = {
				NOT = { country_exists = RAJ }
				RAJ = {
					is_in_faction_with = ENG
					OR = {
						has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
						has_country_flag = britain_enforced_our_loyalty
					}
				}
				has_completed_focus = ENG_towards_indian_independence
			}
			if = {
					limit = {
						has_dlc = "Graveyard of Empires"
						has_event_target = UK_INDIA
					}
					NOT = { country_exists = event_target:UK_INDIA }
					event_target:UK_INDIA = {
						is_in_faction_with = ENG
					}
				}	
			}
		icon = GFX_focus_generic_attack_india
		will_lead_to_war_with = RAJ
		will_lead_to_war_with = PAK
		will_lead_to_war_with = BAN
		x = -1
		y = 1
		relative_position_id = ENG_ceylon_forward_operating_base
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			every_state = {
				limit = {
					OR = {
						is_core_of = PAK
						is_core_of = RAJ
					}
					NOT = { state = 321 }
					NOT = { state = 320 }
				}
				add_claim_by = ENG
			}
			if = {
				limit = {
					country_exists = RAJ
				}
				create_wargoal = {
					type = annex_everything
					target = RAJ
					expire = 0
				}
			}
			if = {
				limit = {
					country_exists = PAK
				}
				create_wargoal = {
					type = annex_everything
					target = PAK
					expire = 0
				}
			}
			if = {
				limit = {
					country_exists = BAN
				}
				create_wargoal = {
					type = annex_everything
					target = BAN
					expire = 0
				}
			}
		}
	}

	focus = {
		id = ENG_reclaim_burma
		prerequisite = { focus = ENG_ceylon_forward_operating_base }	
		available = {
			is_subject = no
			BRM = {
				exists = yes
				NOT = {
					is_subject_of = ROOT
				}
			}

		}
		bypass = {
			OR = {
				NOT = { country_exists = BRM }
				BRM = {
					is_in_faction_with = ENG
					OR = {
						has_country_flag = ENG_dominions_stayed_with_fascist_britain_flag
						has_country_flag = britain_enforced_our_loyalty
					}
				}
				has_completed_focus = ENG_towards_indian_independence
			}
		}
		icon = GFX_focus_ENG_attack_burma
		will_lead_to_war_with = BRM
		x = 1
		y = 1
		relative_position_id = ENG_ceylon_forward_operating_base
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			every_state = {
				limit = {
					OR = {
						is_core_of = BRM
					}
					NOT = { state = 321 }
					NOT = { state = 320 }
				}
				add_claim_by = ENG
			}
			if = {
				limit = {
					country_exists = BRM
				}
				create_wargoal = {
					type = annex_everything
					target = BRM
					expire = 0
				}
			}
		}
	}

	focus = {
		id = ENG_claim_siam
		prerequisite = { focus = ENG_reclaim_burma }
		prerequisite = { focus = ENG_reclaim_the_jewel_in_the_crown }
		available = {
			is_subject = no
			SIA = {
				exists = yes
				NOT = {
					is_subject_of = ROOT
				}
			}

		}
		bypass = {
		}
		icon = GFX_focus_ENG_attack_thailand
		will_lead_to_war_with = SIA
		x = -1
		y = 1
		relative_position_id = ENG_reclaim_burma
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			every_state = {
				limit = {
					is_core_of = SIA
				}
				add_claim_by = ENG
			}
			if = {
				limit = {
					country_exists = SIA
				}
				create_wargoal = {
					type = annex_everything
					target = SIA
					expire = 0
				}
			}
		}
	}

	focus = {
		id = ENG_consolidate_the_british_isles
		prerequisite = { focus = ENG_reclaim_the_empire }	
		available = {
		}
		bypass = {
		}
		will_lead_to_war_with = IRE
		icon = GFX_focus_ENG_secure_ireland
		x = 0
		y = 1
		relative_position_id = ENG_reclaim_the_empire
		cost = 5	
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			every_state = {
				limit = {
					NOT = {
						is_core_of = ROOT
					}
					is_core_of = IRE
				}
				add_claim_by = ROOT
			}
			every_other_country = {
				limit = {
					OR = {
						owns_state = 113
						owns_state = 134
						owns_state = 135
						owns_state = 119
						owns_state = 122
						owns_state = 133
						owns_state = 121
						owns_state = 136
						owns_state = 120
					}
				}
				ENG = {
					create_wargoal = {
						type = annex_everything
						target = PREV
						expire = 0
					}
				}
			}
		}
	}

	focus = {
		id = ENG_unite_the_anglosphere
		prerequisite = { focus = ENG_consolidate_the_british_isles }
		prerequisite = { focus = ENG_bring_the_dominions_back_into_the_fold }
		available = {
			is_subject = no
		}
		will_lead_to_war_with = USA
		icon = GFX_focus_eng_unite_the_anglosphere
		x = 1
		y = 2
		relative_position_id = ENG_consolidate_the_british_isles
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_war = yes
			}
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			every_state = {
				limit = {
					is_core_of = IRE
					NOT = {
						is_core_of = ROOT
					}
				}
				add_core_of = ROOT
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			create_wargoal = {
				type = annex_everything
				target = USA
				expire = 0
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = ENG_install_american_monarchy
			unlock_decision_tooltip = ENG_create_pan_north_american_state
		}
	}

	focus = {
		id = ENG_the_sun_never_sets
		prerequisite = { focus = ENG_god_save_the_king }	
		available = {

		}
		icon = GFX_focus_eng_the_sun_never_sets
		x = 1
		y = 1
		relative_position_id = ENG_god_save_the_king
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_RESEARCH}	
		completion_reward = {
			add_tech_bonus = {
				name = ENG_the_sun_never_sets
				bonus = 1.0
				uses = 1
				category = dd_tech
				category = cl_tech
				category = ca_tech
				category = bb_tech
				category = cv_tech
				category = ss_tech
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_the_sun_never_sets_idea
			custom_effect_tooltip = ENG_the_sun_never_sets_tt
		}
	}

	focus = {
		id = ENG_pre_empt_the_strategic_threat
		prerequisite = { focus = ENG_imperial_security }	
		available = {
			is_subject = no
			country_exists = JAP
			NOT = { is_in_faction_with = JAP }
			OR = {
				JAP = { has_government = fascism }
				JAP = { has_government = communism }
			}
		}
		bypass = {
			has_war_with = JAP
		}
		will_lead_to_war_with = JAP
		icon = GFX_focus_attack_japan
		x = -2
		y = 1
		relative_position_id = ENG_imperial_security
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_war = yes
			}
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			create_wargoal = {
				type = puppet_wargoal_focus
				target = JAP
				expire = 0
			}
		}
	}

	focus = {
		id = ENG_pre_empt_the_ideological_threat
		prerequisite = { focus = ENG_imperial_security }	
		available = {
			is_subject = no
			country_exists = SOV
			NOT = { is_in_faction_with = SOV }
			SOV = { has_government = communism }
		}
		will_lead_to_war_with = SOU
		icon = GFX_focus_attack_soviet
		x = 0
		y = 1
		relative_position_id = ENG_imperial_security
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				has_war = yes
			}
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			create_wargoal = {
				type = puppet_wargoal_focus
				target = SOV
				expire = 0
			}
		}
	}

	focus = {
		id = ENG_end_the_great_game
		prerequisite = { focus = ENG_pre_empt_the_ideological_threat }	
		available = {
			country_exists = AFG
			NOT = { is_in_faction_with = AFG }
		}
		will_lead_to_war_with = AFG
		icon = GFX_focus_PER_secure_afghanistan
		x = 0
		y = 1
		relative_position_id = ENG_pre_empt_the_ideological_threat
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			ENG_mosley_pacifism_level_down = yes
			AFG = {
				country_event = { id = mtg_britain.79 hours = 6 }
			}
		}
	}

	focus = {
		id = ENG_secure_oil
		prerequisite = { focus = ENG_imperial_security }	
		available = {
		}
		will_lead_to_war_with = PER
		icon = GFX_focus_IRQ_anglo_iraqi_oil_expansion
		x = 2
		y = 1
		relative_position_id = ENG_imperial_security
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					controller = {
						NOT = {
							OR = {
								is_in_faction_with = ROOT
								is_subject_of = ROOT
							}
						}
						OR = {
							tag = SAU
							tag = IRQ
							tag = YEM
							tag = PER
							tag = OMA
						}
					}
					oil > 0
					is_on_continent = middle_east
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					OR = {
						tag = SAU
						tag = IRQ
						tag = YEM
						tag = PER
						tag = OMA
					}
					is_subject = no
					NOT = {
						is_in_faction_with = ROOT
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	### COMMUNIST BRANCH ###

	focus = {
		id = ENG_concessions_to_the_trade_unions
		prerequisite = { focus = ENG_a_change_in_course }
		mutually_exclusive = { focus = ENG_the_kings_party focus = ENG_organize_the_blackshirts focus = ENG_workers_revolution }

		available = {
			is_subject = no
			has_war = no
			if = {
				limit = {
					NOT = { has_country_flag = ENG_abdication_crisis_changed_mind }
				}
				NOT = { has_country_flag = edward_viii_refused_to_abdicate_flag }
			}
		}
		icon = GFX_focus_ENG_work_with_tuc
		x = 46
		y = 1
		relative_position_id = ENG_a_change_in_course
		cancel_if_invalid = yes
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_country_flag = ENG_abdication_crisis_normal_marriage
					has_country_flag = ENG_abdication_crisis_morganatic_marriage
				}
			}
			modifier = {
				factor = 0
				has_completed_focus = uk_empire_focus
			}
		}
		search_filters = {FOCUS_FILTER_STABILITY}	
		completion_reward = {
			add_stability = 0.1
			custom_effect_tooltip = ENG_concessions_to_the_trade_unions_tt
			custom_effect_tooltip = ENG_concessions_to_the_trade_unions_tt_3
			custom_effect_tooltip = ENG_concessions_to_the_trade_unions_tt_2
			hidden_effect = {
				random_list = {
					10 = {
						random_list = {
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_1 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_2 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_3 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_4 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_5 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_6 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_7 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_8 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_9 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_10 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_11 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_12 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_13 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_14 }
							6 = { set_country_flag = ENG_trade_unions_demand_minister_appointment_15 }
						}
						activate_mission = ENG_trade_unions_demand_minister_appointment_mission
					}
					10 = {
						set_country_flag = ENG_trade_unions_demand_legislation_amendment
						activate_mission = ENG_trade_unions_demand_legislation_amendment_mission
					}
					10 = {
						set_country_flag = ENG_trade_unions_demand_conscription_limitations
						activate_mission = ENG_trade_unions_demand_conscription_limitations_mission
					}
					10 = {
						set_country_flag = ENG_trade_unions_demand_workplace_safety_legislation
						activate_mission = ENG_trade_unions_demand_workplace_safety_legislation_mission
					}
					10 = {
						set_country_flag = ENG_trade_unions_demand_increase_in_paid_leave
						activate_mission = ENG_trade_unions_demand_increase_in_paid_leave_mission
					}
					10 = {
						set_country_flag = ENG_trade_unions_demand_minimum_pay_increase
						activate_mission = ENG_trade_unions_demand_minimum_pay_increase_mission
					}
					10 = {
						set_country_flag = ENG_trade_unions_demand_construction_safety_legislation
						activate_mission = ENG_trade_unions_demand_construction_safety_legislation_mission
					}
					10 = {
						set_country_flag = ENG_trade_unions_demand_mandatory_union_days
						activate_mission = ENG_trade_unions_demand_mandatory_union_days_mission
					}
				}
			}
			hidden_effect = { news_event = { id = mtg_news.33 days = 1 } }
		}
	}

	focus = {
		id = ENG_workers_revolution
		prerequisite = { focus = ENG_a_change_in_course }
		mutually_exclusive = { focus = ENG_the_kings_party focus = ENG_organize_the_blackshirts focus = ENG_concessions_to_the_trade_unions }

		available = {
			is_subject = no
			has_war = no
			if = {
				limit = {
					NOT = { has_country_flag = ENG_abdication_crisis_changed_mind }
				}
				NOT = { has_country_flag = edward_viii_refused_to_abdicate_flag }
			}
		}
		icon = GFX_focus_SWE_refuge_for_revolutionaries
		x = 48
		y = 1
		relative_position_id = ENG_a_change_in_course
		cancel_if_invalid = yes
		cost = 10
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_country_flag = ENG_abdication_crisis_normal_marriage
					has_country_flag = ENG_abdication_crisis_morganatic_marriage
				}
			}
			modifier = {
				factor = 0
				has_completed_focus = uk_empire_focus
			}
		}
		search_filters = {FOCUS_FILTER_STABILITY}	
		completion_reward = {
			country_event = ukrework.60
			custom_effect_tooltip = ENG_workers_revolution_tt
		}
	}

	focus = {
		id = ENG_move_to_secure_the_dominions
		prerequisite = { focus = ENG_organize_the_blackshirts focus = ENG_concessions_to_the_trade_unions }

		available = {
			is_subject = no
			has_war = no
			OR = {
				has_government = fascism
				has_government = communism
			}
			OR = {
				RAJ = { is_subject_of = ENG }
				CAN = { is_subject_of = ENG }
				SAF = { is_subject_of = ENG }
				AST = { is_subject_of = ENG }
				NZL = { is_subject_of = ENG }
			}
			NOT = {
				has_completed_focus = ENG_army_countercoup
			}
		}
		icon = GFX_focus_ENG_secure_dominions
		x = -9
		y = 1
		relative_position_id = ENG_concessions_to_the_trade_unions
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 120
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_move_to_secure_the_dominions_tt
			if = {
				limit = {
					CAN = {
						is_subject_of = ENG
					}
				}
				CAN = { country_event = { id = mtg_britain.62 hours = 6 } }
			}
			if = {
				limit = {
					SAF = {
						is_subject_of = ENG
					}
				}
				SAF = { country_event = { id = mtg_britain.62 hours = 6 } }
			}
			if = {
				limit = {
					RAJ = {
						is_subject_of = ENG
					}
				}
				RAJ = { country_event = { id = mtg_britain.62 hours = 6 } }
			}
			if = {
				limit = {
					AST = {
						is_subject_of = ENG
					}
				}
				AST = { country_event = { id = mtg_britain.62 hours = 6 } }
			}
			if = {
				limit = {
					NZL = {
						is_subject_of = ENG
					}
				}
				NZL = { country_event = { id = mtg_britain.62 hours = 6 } }
			}
			hidden_effect = { news_event = { id = mtg_news.30 days = 1 } }
		}
	}

	focus = {
		id = ENG_the_fate_of_the_royal_family
		prerequisite = { focus = ENG_concessions_to_the_trade_unions focus = ENG_workers_revolution }
		available = {
			has_government = communism
			has_civil_war = no
		}
		icon = GFX_focus_ENG_break_crown
		x = 1
		y = 1
		relative_position_id = ENG_concessions_to_the_trade_unions
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 60
			country_event = { id = mtg_britain.43 }
		}
	}

	focus = {
		id = ENG_eliminate_the_upper_class
		prerequisite = { focus = ENG_the_fate_of_the_royal_family }
		available = {
			has_government = communism
		}
		mutually_exclusive = { focus = ENG_army_countercoup }
		icon = GFX_focus_ENG_armed_red_revolt
		x = -7
		y = 1
		relative_position_id = ENG_the_fate_of_the_royal_family
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 60
			custom_effect_tooltip = ENG_eliminate_the_upper_class_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			country_event = { id = mtg_britain.45 }
		}
	}

	focus = {
		id = ENG_for_the_good_of_the_revolution
		prerequisite = { focus = ENG_eliminate_the_upper_class }
		available = {

		}
		icon = GFX_focus_generic_spur_communist_revolutions
		x = 0
		y = 1
		relative_position_id = ENG_eliminate_the_upper_class
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			remove_ideas = ENG_the_war_to_end_all_wars
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_for_the_good_of_the_revolution_idea
		}
	}

	### GO COMMUNIST ALONE BRANCH ###

	focus = {
		id = ENG_the_british_communist_alternative
		prerequisite = { focus = ENG_for_the_good_of_the_revolution }
		mutually_exclusive = { focus = ENG_follow_moscow }
		available = {
			is_subject = no
			NOT = { is_in_faction_with = SOU }
		}
		icon = GFX_focus_ENG_british_communism
		x = -2
		y = 1
		relative_position_id = ENG_for_the_good_of_the_revolution
		cost = 5
		ai_will_do = {
			factor = 10
		}
		search_filters = {FOCUS_FILTER_STABILITY}	
		completion_reward = {
			add_stability = 0.05
			dismantle_faction = yes
			create_faction = "London Internationale"
			hidden_effect = { news_event = { id = mtg_news.36 days = 1 } }
			if = {
				limit = {
					has_country_leader = { character = ENG_harry_pollitt ruling_only = yes }
				}
				retire_country_leader = yes
				create_country_leader = {
					name = "Rajani Palme Dutt"
					desc = "POLITICS_PALME_DUTT_DESC"
					picture = GFX_portrait_Rajani_Palme_Dutt
					expire = "1965.1.1"
					ideology = leninism
					traits = {
						
					}
				}
			}
			add_ai_strategy = {
				type = alliance
				id = SOU
				value = -200
			}
			add_ai_strategy = {
				type = befriend
				id = SOU
				value = -200
			}
			add_ai_strategy = {
				type = protect
				id = SOU
				value = -200
			}
			SOU = {
				add_ai_strategy = {
					type = alliance
					id = ROOT
					value = -200
				}
				add_ai_strategy = {
					type = befriend
					id = ROOT
					value = -200
				}
				add_ai_strategy = {
					type = protect
					id = ROOT
					value = -200
				}
			}
		}
	}

	focus = {
		id = ENG_enforce_decolonization
		prerequisite = { focus = ENG_the_british_communist_alternative }
		mutually_exclusive = { focus = ENG_reach_out_across_the_channel focus = ENG_expand_revolution_to_the_dominions }
		available = {
			is_subject = no
			has_completed_focus = ENG_decolonization
		}
		icon = GFX_focus_ENG_demand_decolonization
		x = -1
		y = 1
		relative_position_id = ENG_the_british_communist_alternative
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_other_country = {
				limit = {
					OR = {
						AND = {
							NOT = { original_tag = PUE }
							owns_state = 686
							has_full_control_of_state = 686
						}
						PUE = {
							is_subject_of = PREV
						}
						"PHI" = {
							is_subject_of = PREV
						}
						AND = {
							NOT = { original_tag = GDL }
							owns_state = 694
							has_full_control_of_state = 694
						}
						AND = {
							NOT = { original_tag = SYR }
							owns_state = 677
							has_full_control_of_state = 677
							owns_state = 680
							has_full_control_of_state = 680
							owns_state = 554
							has_full_control_of_state = 554
						}
						AND = {
							NOT = { original_tag = LEB }
							owns_state = 553
							has_full_control_of_state = 553
						}
						AND = {
							NOT = { original_tag = MAD }
							owns_state = 543
							has_full_control_of_state = 543
						}
						AND = {
							owns_state = 670
							has_full_control_of_state = 670
						}
						AND = {
							owns_state = 741
							has_full_control_of_state = 741
						}
						AND = {
							owns_state = 671
							has_full_control_of_state = 671
							owns_state = 286
							has_full_control_of_state = 286
						}
						AND = {
							owns_state = 728
							has_full_control_of_state = 728
						}
						AND = {
							NOT = { original_tag = MOR }
							owns_state = 461
							has_full_control_of_state = 461
							owns_state = 462
							has_full_control_of_state = 462
						}
						AND = {
							NOT = { original_tag = ALG }
							owns_state = 459
							has_full_control_of_state = 459
							owns_state = 513
							has_full_control_of_state = 513
							owns_state = 460
							has_full_control_of_state = 460
							owns_state = 514
							has_full_control_of_state = 514
						}
						AND = {
							NOT = { original_tag = TUN }
							owns_state = 458
							has_full_control_of_state = 458
							owns_state = 665
							has_full_control_of_state = 665
						}
						AND = {
							NOT = { original_tag = DJI }
							owns_state = 268
							has_full_control_of_state = 268
						}
						AND = {
							NOT = { original_tag = RCG }
							owns_state = 772
							has_full_control_of_state = 772
						}
						AND = {
							NOT = { original_tag = GAB }
							owns_state = 539
							has_full_control_of_state = 539
						}
						AND = {
							NOT = { original_tag = CMR }
							owns_state = 773
							has_full_control_of_state = 773
						}
						AND = {
							NOT = { original_tag = CAR }
							owns_state = 660
							has_full_control_of_state = 660
						}
						AND = {
							NOT = { original_tag = CHA }
							owns_state = 774
							has_full_control_of_state = 774
							owns_state = 775
							has_full_control_of_state = 775
						}
						AND = {
							NOT = { original_tag = NGR }
							owns_state = 781
							has_full_control_of_state = 781
							owns_state = 515
							has_full_control_of_state = 515
						}
						AND = {
							NOT = { original_tag = DAH }
							owns_state = 776
							has_full_control_of_state = 776
						}
						AND = {
							NOT = { original_tag = TOG }
							owns_state = 777
							has_full_control_of_state = 777
						}
						AND = {
							NOT = { original_tag = VOL }
							owns_state = 778
							has_full_control_of_state = 778
						}
						AND = {
							NOT = { original_tag = IVO }
							owns_state = 779
							has_full_control_of_state = 779
						}
						AND = {
							NOT = { original_tag = GNA }
							owns_state = 780
							has_full_control_of_state = 780
						}
						AND = {
							NOT = { original_tag = MLI }
							owns_state = 556
							has_full_control_of_state = 556
							owns_state = 782
							has_full_control_of_state = 782
						}
						AND = {
							NOT = { original_tag = SEN }
							owns_state = 272
							has_full_control_of_state = 272
						}
						AND = {
							NOT = { original_tag = CAY }
							owns_state = 310
							has_full_control_of_state = 310
						}
						GDL = {
							is_subject_of = PREV
						}
						SYR = {
							is_subject_of = PREV
						}
						LEB = {
							is_subject_of = PREV
						}
						LAO = {
							is_subject_of = PREV
						}
						CAM = {
							is_subject_of = PREV
						}
						VIN = {
							is_subject_of = PREV
						}
						MAD = {
							is_subject_of = PREV
						}
						MOR = {
							is_subject_of = PREV
						}
						ALG = {
							is_subject_of = PREV
						}
						TUN = {
							is_subject_of = PREV
						}
						DJI = {
							is_subject_of = PREV
						}
						RCG = {
							is_subject_of = PREV
						}
						GAB = {
							is_subject_of = PREV
						}
						CMR = {
							is_subject_of = PREV
						}
						CAR = {
							is_subject_of = PREV
						}
						CHA = {
							is_subject_of = PREV
						}
						NGR = {
							is_subject_of = PREV
						}
						DAH = {
							is_subject_of = PREV
						}
						TOG = {
							is_subject_of = PREV
						}
						VOL = {
							is_subject_of = PREV
						}
						IVO = {
							is_subject_of = PREV
						}
						GNA = {
							is_subject_of = PREV
						}
						MLI = {
							is_subject_of = PREV
						}
						SEN = {
							is_subject_of = PREV
						}
						CAY = {
							is_subject_of = PREV
						}
						AND = {
							NOT = { original_tag = LBA }
							owns_state = 448
							has_full_control_of_state = 448
							owns_state = 661
							has_full_control_of_state = 661
							owns_state = 449
							has_full_control_of_state = 449
							owns_state = 662
							has_full_control_of_state = 662
							owns_state = 450
							has_full_control_of_state = 450
							owns_state = 451
							has_full_control_of_state = 451
							owns_state = 663
							has_full_control_of_state = 663
							owns_state = 273
							has_full_control_of_state = 273
						}
						AND = {
							NOT = { original_tag = ETH }
							owns_state = 271
							has_full_control_of_state = 271
						}
						AND = {
							NOT = { original_tag = ERI }
							owns_state = 550
							has_full_control_of_state = 550
						}
						AND = {
							NOT = { original_tag = SOM }
							owns_state = 559
							has_full_control_of_state = 559
						}
						LBA = {
							is_subject_of = PREV
						}
						ETH = {
							is_subject_of = PREV
						}
						ERI = {
							is_subject_of = PREV
						}
						SOM = {
							is_subject_of = PREV
						}
						AND = {
							NOT = { original_tag = KOR }
							owns_state = 527
							has_full_control_of_state = 527
							owns_state = 525
							has_full_control_of_state = 525
						}
						AND = {
							original_tag = JAP
							owns_state = 609
							has_full_control_of_state = 609
						}
						AND = {
							original_tag = JAP
							owns_state = 745
							has_full_control_of_state = 745
						}
						AND = {
							original_tag = JAP
							owns_state = 524
							has_full_control_of_state = 524
						}
						MAN = {
							is_subject_of = PREV
						}
						MEN = {
							is_subject_of = PREV
						}
						KOR = {
							is_subject_of = PREV
						}
						AND = {
							NOT = { original_tag = ANG }
							owns_state = 540
							has_full_control_of_state = 540
							owns_state = 891
							has_full_control_of_state = 891
							owns_state = 892
							has_full_control_of_state = 892
						}
						AND = {
							NOT = { original_tag = MZB }
							owns_state = 544
							has_full_control_of_state = 544
						}
						AND = {
							original_tag = POR
							owns_state = 729
							has_full_control_of_state = 729
						}
						AND = {
							NOT = { original_tag = INS }
							owns_state = 721
							has_full_control_of_state = 721
						}
						AND = {
							NOT = { original_tag = GNB }
							owns_state = 296
							has_full_control_of_state = 296
						}
						ANG = {
							is_subject_of = PREV
						}
						MZB = {
							is_subject_of = PREV
						}
						GNB = {
							is_subject_of = PREV
						}
						AND = {
							NOT = { original_tag = EQG }
							owns_state = 297
							has_full_control_of_state = 297
						}
						AND = {
							NOT = { original_tag = WES }
							owns_state = 699
							has_full_control_of_state = 699
						}
						AND = {
							NOT = { original_tag = MOR }
							owns_state = 783
							has_full_control_of_state = 783
						}
						AND = {
							NOT = { original_tag = MOR }
							owns_state = 290
							has_full_control_of_state = 290
						}
						EQG = {
							is_subject_of = PREV
						}
						WES = {
							is_subject_of = PREV
						}
						AND = {
							NOT = { original_tag = CRC }
							owns_state = 695
							has_full_control_of_state = 695
						}
						AND = {
							NOT = { original_tag = SUR }
							owns_state = 309
							has_full_control_of_state = 309
						}
						CRC = {
							is_subject_of = PREV
						}
						SUR = {
							is_subject_of = PREV
						}
						INS = {
							is_subject_of = PREV
						}
						AND = {
							NOT = { original_tag = INS }
							owns_state = 335
							has_full_control_of_state = 335
							owns_state = 672
							has_full_control_of_state = 672
							owns_state = 334
							has_full_control_of_state = 334
							owns_state = 673
							has_full_control_of_state = 673
							owns_state = 667
							has_full_control_of_state = 667
							owns_state = 309
							has_full_control_of_state = 309
							owns_state = 668
							has_full_control_of_state = 668
							owns_state = 738
							has_full_control_of_state = 738
							owns_state = 669
							has_full_control_of_state = 669
						}
						AND = {
							NOT = { original_tag = COG }
							owns_state = 295
							has_full_control_of_state = 295
							owns_state = 538
							has_full_control_of_state = 538
							owns_state = 718
							has_full_control_of_state = 718
							owns_state = 888
							has_full_control_of_state = 888
							owns_state = 889
							has_full_control_of_state = 889
							owns_state = 890
							has_full_control_of_state = 890
						}
						COG = {
							is_subject_of = PREV
						}
					}
				}
				country_event = { id = mtg_britain.46 hours = 6 }
			}
			hidden_effect = { news_event = { id = mtg_news.37 days = 1 } }
		}
	}

	focus = {
		id = ENG_expand_revolution_to_the_dominions
		prerequisite = { focus = ENG_for_the_good_of_the_revolution }
		mutually_exclusive = { focus = ENG_enforce_decolonization }
		available = {
			NOT = {
				has_completed_focus = ENG_move_to_secure_the_dominions
			}
			OR = {
				has_completed_focus = ENG_decolonization
				has_completed_focus = ENG_workers_revolution
			}
		}
		bypass = {
			CAN = {
				OR = {
					is_subject_of = ROOT
					AND = {
						exists = no
						all_core_state = {
							is_controlled_by = ROOT
						}
					}
				}
			}
			AST = {
				OR = {
					is_subject_of = ROOT
					AND = {
						exists = no
						all_core_state = {
							is_controlled_by = ROOT
						}
					}
				}
			}
			NZL = {
				OR = {
					is_subject_of = ROOT
					AND = {
						exists = no
						all_core_state = {
							is_controlled_by = ROOT
						}
					}
				}
			}
			SAF = {
				OR = {
					is_subject_of = ROOT
					AND = {
						exists = no
						all_core_state = {
							is_controlled_by = ROOT
						}
					}
				}
			}
			NOT = {
				has_completed_focus = ENG_move_to_secure_the_dominions
			}
			has_completed_focus = ENG_decolonization
		}
		x = -5
		y = 1
		relative_position_id = ENG_the_british_communist_alternative
		cost = 10
		will_lead_to_war_with = CAN
		will_lead_to_war_with = SAF
		will_lead_to_war_with = AST
		will_lead_to_war_with = NZL
		icon = GFX_focus_ENG_revolution_dominions
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			custom_effect_tooltip = ENG_expand_revolution_to_the_dominions_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			if = {
				limit = {
					NOT = { CAN = { has_government = communism } }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = CAN
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = CAN
					expire = 0
				}
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			if = {
				limit = {
					NOT = { SAF = { has_government = communism } }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = SAF
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = SAF
					expire = 0
				}
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			if = {
				limit = {
					NOT = { AST = { has_government = communism } }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = AST
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = AST
					expire = 0
				}
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			if = {
				limit = {
					NOT = { NZL = { has_government = communism } }
					is_ai = no
				}
				every_state = {
					limit = {
						is_core_of = NZL
					}
					add_claim_by = ENG
				}
				create_wargoal = {
					type = annex_everything
					target = NZL
					expire = 0
				}
			}
		}
	}

	focus = {
		id = ENG_anglo_peoples_union
		prerequisite = { focus = ENG_expand_revolution_to_the_dominions }
		mutually_exclusive = {  }
		available = {
			if = {
				limit = {
					has_dlc = "Together for Victory"
					has_dlc = "Death or Dishonor"
				}
				CAN = {
					OR = {
						is_subject_of = ENG
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						is_subject_of = ENG
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				AST = {
					OR = {
						is_subject_of = ENG
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						is_subject_of = ENG
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
			else_if = {
				limit = {
					has_dlc = "Together for Victory"
					NOT = { has_dlc = "Death or Dishonor" }
				}
				CAN = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				if = {
					limit = {
						RAJ = { has_country_flag = ENG_accepted_federation }
					}
					RAJ = {
						OR = {
							AND = {
								is_subject_of = ENG
								has_autonomy_state = autonomy_integrated_puppet
							}
							AND = {
								exists = no
								NOT = {
									any_state = {
										is_core_of = RAJ
										NOT = { state = 320 }
										NOT = { state = 321 }
										NOT = { is_owned_by = ROOT }
									}
								}
							}
						}
					}
				}
				AST = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_integrated_puppet
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
			else_if = {
				limit = {
					NOT = { has_dlc = "Together for Victory" }
					has_dlc = "Death or Dishonor"
					has_government = fascism
				}
				CAN = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				if = {
					limit = {
						RAJ = { has_country_flag = ENG_accepted_federation }
					}
					RAJ = {
						OR = {
							AND = {
								is_subject_of = ENG
								has_autonomy_state = autonomy_reichskommissariat
							}
							AND = {
								exists = no
								NOT = {
									any_state = {
										is_core_of = RAJ
										NOT = { state = 320 }
										NOT = { state = 321 }
										NOT = { is_owned_by = ROOT }
									}
								}
							}
						}
					}
				}
				AST = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						AND = {
							is_subject_of = ENG
							has_autonomy_state = autonomy_reichskommissariat
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
			else = {
				CAN = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = CAN
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				SAF = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = SAF
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				if = {
					limit = {
						RAJ = { has_country_flag = ENG_accepted_federation }
					}
					RAJ = {
						OR = {
							AND = {
								is_subject_of = ENG
								compare_autonomy_progress_ratio < 0.1
							}
							AND = {
								exists = no
								NOT = {
									any_state = {
										is_core_of = RAJ
										NOT = { state = 320 }
										NOT = { state = 321 }
										NOT = { is_owned_by = ROOT }
									}
								}
							}
						}
					}
				}
				AST = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = AST
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
				NZL = {
					OR = {
						AND = {
							is_subject_of = ENG
							compare_autonomy_progress_ratio < 0.1
						}
						AND = {
							exists = no
							NOT = {
								any_state = {
									is_core_of = NZL
									NOT = { is_owned_by = ROOT }
								}
							}
						}
					}
				}
			}
		}
		bypass = {
			
		}
		x = 0
		y = 1
		relative_position_id = ENG_expand_revolution_to_the_dominions
		cost = 10
		icon = GFX_focus_ENG_british_socialist_union
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			set_cosmetic_tag = ENG_UNION_OF_ANGLO_SOCIALIST_REPUBLICS
			custom_effect_tooltip = generic_skip_one_line_tt
			CAN = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = CAN
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = CAN
				}
				add_core_of = ENG
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			SAF = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = SAF
			    transfer_troops = yes
			}
			if = {
				limit = {
					SAF = { has_completed_focus = SAF_police_windhoek }
				}
				every_state = {
					limit = {
						is_core_of = SAF
						NOT = { state = 275 }
					}
					add_core_of = ENG
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			AST = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = AST
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = AST
				}
				add_core_of = ENG
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			NZL = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = NZL
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = NZL
				}
				add_core_of = ENG
			}
		}
	}

	focus = {
		id = ENG_expand_revolution_to_ireland
		prerequisite = { focus = ENG_expand_revolution_to_the_dominions }
		mutually_exclusive = {  }
		available = {
			IRE = {
				exists = yes
				NOT = {
					has_government = communism
				}
				NOT = {
					is_puppet_of = ROOT
				}
			}
		}
		bypass = {
			IRE = {
				OR = {
					exists = no
					is_puppet_of = ROOT
				}
			}
		}
		x = 2
		y = 1
		will_lead_to_war_with = IRE
		relative_position_id = ENG_expand_revolution_to_the_dominions
		cost = 5
		icon = GFX_focus_ENG_revolution_ireland
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = IRE
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = IRE
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_expand_revolution_to_america
		prerequisite = { focus = ENG_expand_revolution_to_the_dominions }
		mutually_exclusive = {  }
		available = {
			USA = {
				exists = yes
				NOT = {
					has_government = communism
				}
				NOT = {
					is_puppet_of = ROOT
				}
			}
		}
		bypass = {
			OR = {
				USA = {
					OR = {
						exists = no
						is_puppet_of = ROOT
					}
				}
				has_completed_focus = ENG_crush_the_dream
			}
		}
		x = -2
		y = 1
		will_lead_to_war_with = USA
		relative_position_id = ENG_expand_revolution_to_the_dominions
		cost = 10
		icon = GFX_focus_ENG_revolution_america
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = USA
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = USA
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_irish_socialist_republic
		prerequisite = { focus = ENG_expand_revolution_to_ireland }
		prerequisite = { focus = ENG_anglo_peoples_union }
		mutually_exclusive = {  }
		available = {
			IRE = {
				OR = {
					is_subject_of = ENG
					AND = {
						exists = no
						NOT = {
							any_state = {
								is_core_of = IRE
								NOT = { is_owned_by = ROOT }
							}
						}
					}
				}
			}
		}
		bypass = {
		}
		x = 1
		y = 1
		relative_position_id = ENG_anglo_peoples_union
		cost = 5
		icon = GFX_focus_ENG_irish_socialist_republic
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			IRE = {
				every_unit_leader = {
					set_nationality = ENG
				}
			}
			annex_country = {
			    target = IRE
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = IRE
				}
				add_core_of = ENG
			}
		}
	}

	focus = {
		id = ENG_north_american_federative_socialist_republic
		prerequisite = { focus = ENG_expand_revolution_to_america }
		prerequisite = { focus = ENG_anglo_peoples_union }
		mutually_exclusive = {  }
		available = {
			USA = {
				OR = {
					is_subject_of = ENG
					AND = {
						exists = no
						NOT = {
							any_state = {
								is_core_of = USA
								NOT = { is_owned_by = ROOT }
							}
						}
					}
				}
			}
		}
		bypass = {
		}
		x = -1
		y = 1
		relative_position_id = ENG_anglo_peoples_union
		cost = 10
		icon = GFX_focus_ENG_american_federative_socialist_republic
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			annex_country = {
			    target = USA
			    transfer_troops = yes
			}
			every_state = {
				limit = {
					is_core_of = USA
				}
				add_core_of = ENG
			}
		}
	}

	focus = {
		id = ENG_reach_out_across_the_channel
		prerequisite = { focus = ENG_the_british_communist_alternative }
		mutually_exclusive = { focus = ENG_enforce_decolonization }
		available = {
			is_subject = no
			OR = {
				country_exists = FRA
				country_exists = HOL
				country_exists = BEL
				country_exists = LUX
			}
			OR = {
				FRA = { has_government = communism }
				HOL = { has_government = communism }
				BEL = { has_government = communism }
				LUX = { has_government = communism }
			}
			OR = {
				NOT = { has_war_with = FRA }
				NOT = { has_war_with = HOL }
				NOT = { has_war_with = BEL }
				NOT = { has_war_with = LUX }
			}
		}
		icon = GFX_focus_ENG_reach_across_channel
		x = 1
		y = 1
		relative_position_id = ENG_the_british_communist_alternative
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			if = {
				limit = {
					NOT = { FRA = { has_government = communism } }
					NOT = { HOL = { has_government = communism } }
					NOT = { BEL = { has_government = communism } }
					NOT = { LUX = { has_government = communism } }
				}
				custom_effect_tooltip = ENG_reach_out_across_the_channel_tt
			}
			if = {
				limit = {
					FRA = {
						has_government = communism
					}
				}
				FRA = { country_event = { id = generic.5 } }
			}
			if = {
				limit = {
					HOL = {
						has_government = communism
					}
				}
				HOL = { country_event = { id = generic.5 } }
			}
			if = {
				limit = {
					BEL = {
						has_government = communism
					}
				}
				BEL = { country_event = { id = generic.5 } }
			}
			if = {
				limit = {
					LUX = {
						has_government = communism
					}
				}
				LUX = { country_event = { id = generic.5 } }
			}
		}
	}

	focus = {
		id = ENG_soviet_cooperation
		prerequisite = { focus = ENG_enforce_decolonization focus = ENG_reach_out_across_the_channel }
		mutually_exclusive = { focus = ENG_the_one_true_revolution }
		available = {
			is_subject = no
			NOT = { has_war_with = SOU }
			SOU = { 
				exists = yes
				has_civil_war = no
				has_government = communism 
			}
		}
		bypass = {
			is_in_faction_with = SOV
		}
		icon = GFX_focus_chi_mission_to_the_soviet_union
		x = 0
		y = 1
		relative_position_id = ENG_enforce_decolonization
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			if = {
				limit = {
					SOU = { NOT = { has_war_with = GER } }
				}
				SOU = { country_event = { id = mtg_britain.49 hours = 6 } }
			}
			else = {
				create_wargoal = {
					type = puppet_wargoal_focus
					target = GER
					expire = 0
				}
			}
		}
	}

	focus = {
		id = ENG_the_one_true_revolution
		prerequisite = { focus = ENG_enforce_decolonization focus = ENG_reach_out_across_the_channel }
		mutually_exclusive = { focus = ENG_soviet_cooperation }
		available = {
			is_subject = no
			country_exists = SOU
			NOT = { is_in_faction_with = SOU }
			SOU = { has_government = communism }
		}
		bypass = {
			has_war_with = SOU
		}
		will_lead_to_war_with = SOU
		icon = GFX_focus_attack_soviet
		x = 0
		y = 1
		relative_position_id = ENG_reach_out_across_the_channel
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = SOU
				expire = 0
			}
			hidden_effect = { news_event = { id = mtg_news.38 days = 1 } }
		}
	}

	### GO COMMUNIST WITH SOVIET UNION BRANCH ###

	focus = {
		id = ENG_follow_moscow
		prerequisite = { focus = ENG_for_the_good_of_the_revolution }
		mutually_exclusive = { focus = ENG_the_british_communist_alternative }
		available = {
			is_subject = no
			country_exists = SOu
			NOT = { is_in_faction_with = SOU }
			NOT = { has_war_with = SOU }
			SOU = { 
				has_government = communism
				has_civil_war = no
				}
		}
		bypass = {
			is_in_faction_with = SOU
			NOT = {
				focus_progress = {
					focus = ENG_the_british_communist_alternative
					progress > 0
				}
			}
		}
		icon = GFX_focus_SOV_the_supreme_soviet
		x = 4
		y = 1
		relative_position_id = ENG_for_the_good_of_the_revolution
		cost = 5
		ai_will_do = {
			factor = 10
		}
		search_filters = {FOCUS_FILTER_STABILITY}	
		completion_reward = {
			add_stability = 0.05
			SOU = { country_event = { id = mtg_britain.52 hours = 6 } }
		}
	}

	focus = {
		id = ENG_tackle_fascism
		prerequisite = { focus = ENG_follow_moscow focus = ENG_the_british_communist_alternative }
		mutually_exclusive = {  }
		available = {
			is_subject = no
			OR = {
				country_exists = GER
				country_exists = ITA
			}
			OR = {
				GER = { has_government = fascism }
				ITA = { has_government = fascism }
			}
		}
		icon = GFX_focus_focus_fra_fascist_threat
		x = -3
		y = 1
		relative_position_id = ENG_follow_moscow
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			if = {
				limit = {
					GER = { has_government = fascism }
					ITA = { has_government = fascism }
				}
				add_ideas = ENG_tackle_fascism_idea_1
				custom_effect_tooltip = generic_skip_one_line_tt
				GER = { add_opinion_modifier = { target = ENG modifier = ENG_tackle_fascism } }
				ITA = { add_opinion_modifier = { target = ENG modifier = ENG_tackle_fascism } }
			}
			if = {
				limit = {
					GER = { has_government = fascism }
					NOT = { ITA = { has_government = fascism } }
				}
				add_ideas = ENG_tackle_fascism_idea_2
				custom_effect_tooltip = generic_skip_one_line_tt
				GER = { add_opinion_modifier = { target = ENG modifier = ENG_tackle_fascism } }
			}
			if = {
				limit = {
					NOT = { GER = { has_government = fascism } }
					ITA = { has_government = fascism }
				}
				add_ideas = ENG_tackle_fascism_idea_3
				custom_effect_tooltip = generic_skip_one_line_tt
				ITA = { add_opinion_modifier = { target = ENG modifier = ENG_tackle_fascism } }
			}
			hidden_effect = { news_event = { id = mtg_news.39 days = 1 } }
		}
	}

	focus = {
		id = ENG_preparing_the_second_front
		prerequisite = { focus = ENG_tackle_fascism }
		available = {
			NOT = {
				has_completed_focus = ENG_the_one_true_revolution
			}
		}
		bypass = {
			has_completed_focus = ENG_the_one_true_revolution
		}
		icon = GFX_goal_generic_amphibious_assault
		x = 0
		y = 1
		relative_position_id = ENG_tackle_fascism
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_RESEARCH}	
		completion_reward = {
			add_tech_bonus = {
				name = ENG_preparing_the_second_front
				bonus = 1.0
				uses = 1
				category = marine_tech
			}
			add_tech_bonus = {
				name = ENG_preparing_the_second_front
				bonus = 1.0
				uses = 1
				category = tp_tech
			}
		}
	}

	focus = {
		id = ENG_tackle_capitalism
		prerequisite = { focus = ENG_follow_moscow focus = ENG_the_british_communist_alternative }
		mutually_exclusive = {  }
		available = {
			is_subject = no
			country_exists = USA
			USA = { has_government = democratic }
		}
		icon = GFX_focus_spr_class_war
		x = -1
		y = 1
		relative_position_id = ENG_follow_moscow
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_tackle_capitalism_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			USA = { add_opinion_modifier = { target = ENG modifier = ENG_tackle_capitalism } }
			hidden_effect = { news_event = { id = mtg_news.40 days = 1 } }
		}
	}

	focus = {
		id = ENG_bermuda_invasion_launch_point
		prerequisite = { focus = ENG_tackle_capitalism }
		available = {
			has_full_control_of_state = 696
		}
		icon = GFX_focus_ENG_communist_bermuda
		x = 0
		y = 1
		relative_position_id = ENG_tackle_capitalism
		cost = 4
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			# Bermuda
			696 = {
				if = {
					limit = {
						is_controlled_by = ROOT
					}
					add_building_construction = {
						type = infrastructure
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = air_base
						level = 5
						instant_build = yes
					}
					# Bermuda
					add_building_construction = {
						type = naval_base
						level = 5
						province = 13010
						instant_build = yes
					}
				}								
			}
		}
	}

	focus = {
		id = ENG_crush_the_dream
		prerequisite = { focus = ENG_bermuda_invasion_launch_point }
		available = {
			is_subject = no
			NOT = { is_in_faction_with = USA }
			USA = { NOT = { has_government = communism } }
		}
		bypass = {
			has_completed_focus = ENG_expand_revolution_to_america
		}
		will_lead_to_war_with = USA
		icon = GFX_focus_eng_crush_the_dream
		x = 0
		y = 1
		relative_position_id = ENG_bermuda_invasion_launch_point
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = USA
				expire = 0
			}
		}
	}

	focus = {
		id = ENG_socialist_science_pool
		prerequisite = { focus = ENG_follow_moscow }
		available = {
			is_in_faction_with = SOV
		}
		icon = GFX_focus_generic_socialist_science
		x = 1
		y = 1
		relative_position_id = ENG_follow_moscow
		cost = 5
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			add_to_tech_sharing_group = socialist_science_pool
			every_other_country = {
				limit = {
					is_in_faction_with = ENG
				}
				add_to_tech_sharing_group = socialist_science_pool
			}
		}
	}

	### COMMUNIST SHARED FINISHER BRANCH ###

	focus = {
		id = ENG_liberate_the_home_of_marx
		prerequisite = { focus = ENG_the_one_true_revolution focus = ENG_preparing_the_second_front focus = ENG_soviet_cooperation }
		available = {
			is_subject = no
			country_exists = GER
			NOT = { is_in_faction_with = GER }
		}
		will_lead_to_war_with = GER
		icon = GFX_focus_eng_liberate_the_home_of_marx
		x = 1
		y = 1
		relative_position_id = ENG_the_one_true_revolution
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = GER
				expire = 0
			}
		}
	}

	focus = {
		id = ENG_spirit_of_the_industrial_revolution
		prerequisite = { focus = ENG_soviet_cooperation focus = ENG_liberate_the_home_of_marx focus = ENG_crush_the_dream }
		available = {

		}
		icon = GFX_goal_generic_soviet_construction
		x = -3
		y = 1
		relative_position_id = ENG_liberate_the_home_of_marx
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_INDUSTRY}	
		completion_reward = {
			add_ideas = ENG_spirit_of_the_industrial_revolution_idea
		}
	}

	### ARMY COUNTERCOUP ###

	focus = {
		id = ENG_army_countercoup
		prerequisite = { focus = ENG_the_fate_of_the_royal_family }
		available = {
			has_government = communism
			NOT = {
				has_completed_focus = ENG_move_to_secure_the_dominions
			}
		}
		mutually_exclusive = { focus = ENG_eliminate_the_upper_class }
		icon = GFX_focus_ENG_army_countercoup
		x = 7
		y = 1
		relative_position_id = ENG_the_fate_of_the_royal_family
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.3
			add_stability = -0.1
		}
	}

	focus = {
		id = ENG_secure_the_government
		prerequisite = { focus = ENG_army_countercoup }
		available = {
			has_government = neutrality
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_secure_govt
		x = 0
		y = 1
		relative_position_id = ENG_army_countercoup
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_stability = 0.05
			add_political_power = 100
			add_popularity = {
				popularity = 0.1
				ideology = neutrality
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			country_event = {
				id = ukrework.10
				days = 1
				hours = 6
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = ENG_david_lloyd_george
		}
	}

	focus = {
		id = ENG_crush_the_communists
		prerequisite = { focus = ENG_secure_the_government }
		available = {
			has_idea = ENG_socialist_opposition_idea
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_crush_commies
		x = 0
		y = 1
		relative_position_id = ENG_secure_the_government
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			remove_ideas = ENG_socialist_opposition_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			add_popularity = {
				ideology = communism
				popularity = -0.5
			}
			add_popularity = {
				ideology = neutrality
				popularity = 0.1
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_crush_the_communists_tt
			IF = {
				limit = {
					has_stability > 0.6
				}
				add_stability = 0.05
				else = {
					set_stability = 0.6
				}
			}
		}
	}

	focus = {
		id = ENG_britannia_for_people
		prerequisite = { focus = ENG_secure_the_government }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_mc_support_democracy_trigger_tt
				has_country_flag = ENG_has_promised_democracy_flag
			}
		}
		mutually_exclusive = { focus = ENG_britannia_for_glory }
		icon = GFX_focus_ENG_britannia_dem
		x = 11
		y = 2
		relative_position_id = ENG_secure_the_government
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_peoples_britannia_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			add_popularity = {
				ideology = democratic
				popularity = 0.1
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = clement_attlee
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = henry_channon
		}
	}

	focus = {
		id = ENG_britannia_for_glory
		prerequisite = { focus = ENG_secure_the_government }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_mc_oppose_democracy_trigger_tt
				has_country_flag = ENG_has_declined_democracy_flag
			}
		}
		mutually_exclusive = { focus = ENG_britannia_for_people }
		icon = GFX_focus_ENG_britannia_glory
		x = -5
		y = 2
		relative_position_id = ENG_secure_the_government
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_glory_britannia_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			add_country_leader_trait = SWI_militaristic_nationalist
		}
	}

	focus = {
		id = ENG_reopen_national_elections
		prerequisite = { focus = ENG_britannia_for_people }
		available = {
			democratic > .2
		}
		mutually_exclusive = { focus = ENG_new_monarchy }
		icon = GFX_focus_generic_election
		x = 8
		y = 1
		relative_position_id = ENG_britannia_for_people
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_popularity = {
				popularity = 0.15
				ideology = democratic
			}
			add_political_power = 100
			custom_effect_tooltip = generic_skip_one_line_tt
			set_politics = {
				ruling_party = democratic
    			elections_allowed = yes
				last_election = "1935.11.14"
    			election_frequency = 60
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			country_event = ukrework.12
			custom_effect_tooltip = generic_skip_one_line_tt
			remove_ideas = ENG_uncertain_future_idea
		}
	}

	focus = {
		id = ENG_the_new_cromwell
		prerequisite = { focus = ENG_britannia_for_glory }
		available = {
			neutrality > .7
		}
		mutually_exclusive = { focus = ENG_consolidate_the_BAF }
		icon = GFX_focus_ENG_new_cromwell
		x = -2
		y = 1
		relative_position_id = ENG_britannia_for_glory
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_popularity = {
				popularity = 0.05
				ideology = neutrality
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			remove_country_leader_trait = great_war_hero
			add_country_leader_trait = ENG_the_protector
			custom_effect_tooltip = generic_skip_one_line_tt
			set_cosmetic_tag = ENG_COMMONWEALTH
			custom_effect_tooltip = generic_skip_one_line_tt
			remove_ideas = ENG_uncertain_future_idea
		}
	}

	focus = {
		id = ENG_consolidate_the_BAF
		prerequisite = { focus = ENG_britannia_for_glory }
		available = {
			neutrality > .6
		}
		mutually_exclusive = { focus = ENG_the_new_cromwell }
		icon = GFX_focus_ENG_officer_dictatorship
		x = 2
		y = 1
		relative_position_id = ENG_britannia_for_glory
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_popularity = {
				popularity = -0.05
				ideology = neutrality
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			create_country_leader = {
				name = "British Armed Forces High Command"
				picture = GFX_Portrait_ENG_BAF_Command
				expire = "1965.1.1"
				ideology = oligarchism
				traits = {
					ENG_military_command
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			remove_ideas = ENG_uncertain_future_idea
		}
	}

	focus = {
		id = ENG_puppet_monarch
		prerequisite = { focus = ENG_consolidate_the_BAF }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_has_not_killed_monarchy_tt
				has_country_flag = ENG_monarchy_exiled_to_canada_flag
			}
			NOT = {
				has_war_with = CAN
			}
		}
		mutually_exclusive = { focus = ENG_figurehead_presidency }
		icon = GFX_focus_ENG_puppet_king
		x = 1
		y = 1
		relative_position_id = ENG_consolidate_the_BAF
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.55
			CAN = {
				country_event = ukrework.56
			}
		}
	}

	focus = {
		id = ENG_figurehead_presidency
		prerequisite = { focus = ENG_consolidate_the_BAF }
		available = {
		}
		mutually_exclusive = { focus = ENG_puppet_monarch }
		icon = GFX_focus_ENG_figurehead_president
		x = -1
		y = 1
		relative_position_id = ENG_consolidate_the_BAF
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_puppet_president
			custom_effect_tooltip = generic_skip_one_line_tt
			add_popularity = {
				ideology = democratic
				popularity = 0.05
			}
		}
	}

	focus = {
		id = ENG_conscription_increase
		prerequisite = { focus = ENG_figurehead_presidency focus = ENG_puppet_monarch }
		available = {
			OR = {
				has_war_support > 0.4
				has_war = yes
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_chi_army_reform
		x = 1
		y = 1
		relative_position_id = ENG_figurehead_presidency
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_expand_conscription_budget
			custom_effect_tooltip = generic_skip_one_line_tt
			add_war_support = -0.05
		}
	}

	focus = {
		id = ENG_military_school
		prerequisite = { focus = ENG_conscription_increase }
		available = {
			has_army_manpower = {
			    size > 1500000
			}
			OR = {
				has_war = yes
				threat > 0.9
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_generic_military_academy
		x = 0
		y = 1
		relative_position_id = ENG_conscription_increase
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_research_slot = 1
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_military_school_idea
		}
	}

	focus = {
		id = ENG_new_monarchy
		prerequisite = { focus = ENG_britannia_for_people }
		available = {
			neutrality > .6
		}
		mutually_exclusive = { focus = ENG_reopen_national_elections }
		icon = GFX_focus_ENG_new_monarchy
		x = -4
		y = 1
		relative_position_id = ENG_britannia_for_people
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_popularity = {
				popularity = 0.1
				ideology = neutrality
			}
			add_popularity = {
				popularity = 0.05
				ideology = democratic
			}
			drop_cosmetic_tag = yes
			custom_effect_tooltip = generic_skip_one_line_tt
			country_event = ukrework.14
			custom_effect_tooltip = generic_skip_one_line_tt
			remove_ideas = ENG_uncertain_future_idea
			hidden_effect = {
				set_politics = {
					ruling_party = neutrality
    				elections_allowed = yes
					last_election = "1935.11.14"
    				election_frequency = 60
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = available_political_advisor
			show_ideas_tooltip = max_aitken
		}
	}

	focus = {
		id = ENG_recover_ireland
		prerequisite = { focus = ENG_new_monarchy focus = ENG_consolidate_the_BAF }
		available = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_recover_ireland
		x = -6
		y = 1
		relative_position_id = ENG_new_monarchy
		will_lead_to_war_with = IRE
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = IRE
				}
				add_claim_by = ROOT
			}
			113 = {
				controller = {
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_reintegrate_ireland
		}
	}

	focus = {
		id = ENG_ireland_vote
		prerequisite = { focus = ENG_reopen_national_elections }
		available = {
			IRE = {
				NOT = {
					has_war_with = ROOT
				}
				exists = yes
				is_subject = no
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_ireland_vote
		x = 5
		y = 1
		relative_position_id = ENG_reopen_national_elections
		will_lead_to_war_with = IRE
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			IRE = {
				country_event = {
					id = ukrework.21
					days = 1
				}
			}
		}
	}

	focus = {
		id = ENG_atlanticism
		prerequisite = { focus = ENG_reopen_national_elections }
		available = {
			USA = {
				NOT = {
					has_war_with = ROOT
				}
				exists = yes
				is_subject = no
				has_government = democratic
			}
		}
		bypass = {
			is_in_faction_with = USA
		}
		mutually_exclusive = { focus = ENG_europeanism }
		icon = GFX_focus_ENG_atlanticism
		x = -3
		y = 1
		relative_position_id = ENG_reopen_national_elections
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			USA = {
				add_opinion_modifier = {
					target = ROOT
					modifier = ENG_atlanticism_opinion
				}
				add_political_power = 50
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_opinion_modifier = {
				target = USA
				modifier = ENG_atlanticism_opinion
			}
			add_political_power = 50
			IF = {
				limit = {
					is_in_faction = yes
					faction_leader = {
						NOT = {
							OR = {
								tag = ROOT
								tag = USA
							}
						}
					}
				}
				leave_faction = yes
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					capital_scope = {
						is_on_continent = europe
					}
					has_government = democratic
					NOT = {
						has_war_with = ROOT
						tag = ROOT
					}
					is_major = yes
				}
				add_opinion_modifier = {
					target = ROOT
					modifier = ENG_atlanticism_negative_opinion
				}
			}
			every_country = {
				limit = {
					is_in_faction_with = ROOT
					NOT = {
						OR = {
							tag = ROOT
							tag = USA
							is_subject_of = ROOT
						}
					}
				}
				leave_faction = yes
				add_opinion_modifier = {
					target = ROOT
					modifier = ENG_atlanticism_negative_opinion
				}
			}
		}
	}

	focus = {
		id = ENG_embrace_the_special_partnership
		prerequisite = { focus = ENG_atlanticism }
		available = {
			USA = {
				NOT = {
					has_war_with = ROOT
				}
				exists = yes
				is_subject = no
				OR = {
					is_in_faction = no
					is_faction_leader = yes
				}
				has_government = democratic
			}
		}
		bypass = {
			is_in_faction_with = USA
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_embrace_special_relationship
		x = 0
		y = 1
		relative_position_id = ENG_atlanticism
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			set_rule = {
				can_create_factions = yes
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			IF = {
				limit = {
					USA = {
						is_faction_leader = yes
					}
				}
				USA = {
					country_event = {
						id = generic.2
						days = 1
					}
				}
			}
			else_if = {
				limit = {
					is_in_faction = no
				}
				create_faction = "Atlantic Alliance"
				USA = {
					country_event = {
						id = generic.5
						days = 1
					}
				}
			}
			else = {
				USA = {
					country_event = {
						id = generic.5
						days = 1
					}
				}
			}
		}
	}

	focus = {
		id = ENG_europeanism
		prerequisite = { focus = ENG_reopen_national_elections }
		available = {
			NOT = {
				has_country_leader = {
					character = ENG_winston_churchill
				}
			}
		}
		bypass = {
			all_country = {
				OR = {
					capital_scope = {
						NOT = {
							is_on_continent = europe
						}
					}
					tag = ROOT
					NOT = {
						has_government = democratic
					}
					is_major = no
				}
			}
		}
		mutually_exclusive = { focus = ENG_atlanticism }
		icon = GFX_focus_ENG_europeanism
		x = 3
		y = 1
		relative_position_id = ENG_reopen_national_elections
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_country = {
				limit = {
					capital_scope = {
						is_on_continent = europe
					}
					has_government = democratic
					NOT = {
						has_war_with = ROOT
						tag = ROOT
					}
					is_major = yes
				}
				add_opinion_modifier = {
					target = ROOT
					modifier = ENG_europeanism_opinion
				}
				add_political_power = 50
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					capital_scope = {
						is_on_continent = europe
					}
					has_government = democratic
					NOT = {
						has_war_with = ROOT
						tag = ROOT
					}
					is_major = yes
				}
				ROOT = {
					add_opinion_modifier = {
						target = PREV
						modifier = ENG_europeanism_opinion
					}
				}
			}
			add_political_power = 50
			IF = {
				limit = {
					is_in_faction = yes
					faction_leader = {
						NOT = {
							capital_scope = {
								is_on_continent = europe
							}
							has_government = democratic
						}
					}
				}
				leave_faction = yes
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			USA = {
				add_opinion_modifier = {
					target = ROOT
					modifier = ENG_europeanism_negative_opinion
				}
			}
			every_country = {
				limit = {
					is_in_faction_with = ROOT
					NOT = {
						OR = {
							AND = {
								capital_scope = {
									is_on_continent = europe
								}
								has_government = democratic
							}
							is_subject_of = ROOT
						}
					}
				}
				leave_faction = yes
				add_opinion_modifier = {
					target = ROOT
					modifier = ENG_atlanticism_negative_opinion
				}
			}
		}
	}

	focus = {
		id = ENG_war_is_coming
		prerequisite = { focus = ENG_atlanticism focus = ENG_europeanism }
		available = {
			OR = {
				threat > 0.35
				has_war = yes
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_SOV_superior_war_machines_ccp_2d_sov_compatibility
		x = 4
		y = 1
		relative_position_id = ENG_atlanticism
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_prepare_for_the_inevitable_idea
		}
	}

	focus = {
		id = ENG_invite_exiled_scientists
		prerequisite = { focus = ENG_atlanticism focus = ENG_europeanism }
		available = {
			any_country = {
				is_major = yes
				NOT = {
					has_government = democratic
				}
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_generic_university_2
		x = 2
		y = 1
		relative_position_id = ENG_atlanticism
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_research_slot = 1
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_exiled_scientists_idea
		}
	}

	focus = {
		id = ENG_european_alliance
		prerequisite = { focus = ENG_europeanism }
		available = {
		}
		bypass = {
			OR = {
				AND = {
					is_faction_leader  = no
					is_in_faction = yes
				}
				AND = {
					all_country = {
						OR = {
							capital_scope = {
								NOT = {
									is_on_continent = europe
								}
							}
							is_major = no
							OR = {
								tag = ROOT
								AND = {
									NOT = {
										tag = ROOT
										has_government = democratic
									}

								}
							}
						}
					}
				}
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_european_alliance
		x = 0
		y = 1
		relative_position_id = ENG_europeanism
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			set_rule = {
				can_create_factions = yes
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_european_alliance_1_tt
			effect_tooltip = {
				create_faction = "Union of European States"
			}
			custom_effect_tooltip = ENG_european_alliance_2_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_european_alliance_3_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_european_alliance_4_tt
			custom_effect_tooltip = ENG_european_alliance_2_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_european_alliance_5_tt
			IF = {
				limit = {
					is_faction_leader = no
				}
				IF = {
					limit = {
						any_country = {
							capital_scope = {
								is_on_continent = europe
							}
							is_faction_leader = yes
							has_government = democratic
							NOT = {
								has_war_with = ROOT
							}
						}
					}
					random_country = {
						limit = {
							capital_scope = {
								is_on_continent = europe
							}
							is_faction_leader = yes
							has_government = democratic
							NOT = {
								has_war_with = ROOT
							}
						}
						country_event = {
							id = generic.2
							days = 1
						}
					}
				}
				else = {
					create_faction = "Union of European States"
					every_country = {
						limit = {
							capital_scope = {
								is_on_continent = europe
							}
							has_government = democratic
							is_in_faction = no
							NOT = {
								has_war_with = ROOT
								tag = ROOT
							}
							is_subject = no
							is_major = yes
						}
						country_event = {
							id = generic.5
							days = 1
						}
					}
				}
			}
			else = {
				every_country = {
					limit = {
						capital_scope = {
							is_on_continent = europe
						}
						has_government = democratic
						is_in_faction = no
						NOT = {
							has_war_with = ROOT
							tag = ROOT
						}
						is_subject = no
						is_major = yes
					}
					country_event = {
						id = generic.5
						days = 1
					}
				}
			}
		}
	}

	focus = {
		id = ENG_alliance_of_democacies
		prerequisite = { focus = ENG_european_alliance }
		available = {
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_alliance_of_democratic_europe
		x = 0
		y = 1
		relative_position_id = ENG_european_alliance
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			unlock_decision_category_tooltip = UK_europe_alliance_decisions
			custom_effect_tooltip = generic_skip_one_line_tt
			add_political_power = 50
		}
	}

	focus = {
		id = ENG_preparations_for_a_european_union
		prerequisite = { focus = ENG_alliance_of_democacies }
		available = {
			any_country = {
				is_in_faction_with = ROOT
				NOT = {
					tag = ROOT
				}
				capital_scope = {
					is_on_continent = europe
				}
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_prepare_to_form_europe
		x = 2
		y = 1
		relative_position_id = ENG_alliance_of_democacies
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			unlock_decision_tooltip = form_european_union
			custom_effect_tooltip = ENG_preparations_for_a_european_union_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			add_political_power = 50
		}
	}

	focus = {
		id = ENG_arctic_security
		prerequisite = { focus = ENG_embrace_the_special_partnership }
		available = {
		}
		bypass = {
			101 = {
				controller = {
					is_in_faction_with = ROOT
				}
			}
			100 = {
				controller = {
					is_in_faction_with = ROOT
				}
			}
			337 = {
				controller = {
					is_in_faction_with = ROOT
				}
			}
			CAN = {
				OR = {
					exists = no
					is_in_faction_with = ROOT
				}
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_na_security
		x = 0
		y = 1
		relative_position_id = ENG_embrace_the_special_partnership
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			CAN = {
				IF = {
					limit = {
						has_government = democratic
						is_subject = no
						is_in_faction = no
						NOT = {
							has_war_with = ROOT
						}
					}
					country_event = generic.5
				}
				else_if = {
					limit = {
						NOT = {
							is_subject_of = ROOT
							is_in_faction_with = ROOT
						}
						exists = yes
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = puppet_wargoal_focus
						}
					}
				}
			}
			every_country = {
				limit = {
					OR = {
						controls_state = 101
						controls_state = 100
						controls_state = 337
						has_subject = GRN
						has_subject = ICE
					}
					is_subject = no
					NOT = {
						is_in_faction_with = ROOT
						tag = ROOT
						has_war_with = ROOT
					}
				}
				country_event = {
					id = ukrework.28
					days = 1
				}
			}
		}
	}

	focus = {
		id = ENG_form_atlantic_union
		prerequisite = { focus = ENG_arctic_security }
		available = {
			any_country = {
				is_in_faction_with = ROOT
				NOT = {
					tag = ROOT
				}
				capital_scope = {
					OR = {
						is_on_continent = europe
						is_on_continent = north_america
					}
				}
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_nato_union
		x = -2
		y = 1
		relative_position_id = ENG_arctic_security
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			unlock_decision_category_tooltip = UK_form_atlantic_union_decisions
			custom_effect_tooltip = generic_skip_one_line_tt
			add_political_power = 50
		}
	}

	focus = {
		id = ENG_the_german_menace
		prerequisite = { focus = ENG_arctic_security focus = ENG_alliance_of_democacies }
		will_lead_to_war_with = GER
		available = {
			GER = {
				exists = yes
				NOT = {
					has_government = democratic
				}
				OR = {
					has_war = yes
					has_added_tension_amount > 15
				}
			}
		}
		bypass = {
			GER = {
				OR = {
					is_in_faction_with = ROOT
					is_subject_of = ROOT
					exists = no
					has_war_with = ROOT
					has_government = democratic
				}
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_attack_germany
		x = 0
		y = 1
		relative_position_id = ENG_arctic_security
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_wargoal = {
				target = GER
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_the_italian_menace
		prerequisite = { focus = ENG_arctic_security focus = ENG_alliance_of_democacies }
		will_lead_to_war_with = ITA
		available = {
			ITA = {
				exists = yes
				NOT = {
					has_government = democratic
				}
				OR = {
					has_war = yes
					has_added_tension_amount > 15
				}
			}
		}
		bypass = {
			ITA = {
				OR = {
					is_in_faction_with = ROOT
					is_subject_of = ROOT
					exists = no
					has_war_with = ROOT
					has_government = democratic
				}
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_attack_italy
		x = 2
		y = 1
		relative_position_id = ENG_arctic_security
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_wargoal = {
				target = ITA
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_the_japanese_menace
		prerequisite = { focus = ENG_arctic_security focus = ENG_alliance_of_democacies }
		will_lead_to_war_with = JAP
		available = {
			JAP = {
				exists = yes
				NOT = {
					has_government = democratic
				}
				OR = {
					has_war = yes
					has_added_tension_amount > 15
				}
			}
		}
		bypass = {
			JAP = {
				OR = {
					is_in_faction_with = ROOT
					is_subject_of = ROOT
					exists = no
					has_war_with = ROOT
					has_government = democratic
				}
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_attack_japan
		x = -2
		y = 1
		relative_position_id = ENG_alliance_of_democacies
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_wargoal = {
				target = JAP
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_the_soviet_menace
		prerequisite = { focus = ENG_alliance_of_democacies focus = ENG_arctic_security }
		will_lead_to_war_with = JAP
		available = {
			SOV = {
				exists = yes
				NOT = {
					has_government = democratic
				}
				OR = {
					has_war = yes
					has_added_tension_amount > 15
				}
			}
		}
		bypass = {
			SOV = {
				OR = {
					is_in_faction_with = ROOT
					is_subject_of = ROOT
					exists = no
					has_war_with = ROOT
					has_government = democratic
				}
			}
		}
		mutually_exclusive = {  }
		icon = GFX_focus_attack_soviet
		x = 0
		y = 1
		relative_position_id = ENG_alliance_of_democacies
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_wargoal = {
				target = SOV
				type = puppet_wargoal_focus
			}
		}
	}

	focus = {
		id = ENG_destroy_fascism
		prerequisite = { focus = ENG_the_japanese_menace focus = ENG_the_german_menace focus = ENG_the_italian_menace }
		available = {
			any_country = {
				has_government = fascism
				is_subject = no
				NOT = {
					is_in_faction_with = ROOT
					has_war_with = ROOT
					OR = {
						tag = JAP
						tag = GER
						tag = ITA
					}
				}
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_generic_anti_fascist_diplomacy
		x = -1
		y = 1
		relative_position_id = ENG_the_italian_menace
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_country = {
				limit = {
					has_government = fascism
					is_subject = no
					NOT = {
						is_in_faction_with = ROOT
						is_subject_of = ROOT
						has_war_with = ROOT
						OR = {
							tag = JAP
							tag = GER
							tag = ITA
							tag = SOV
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	focus = {
		id = ENG_destroy_communism
		prerequisite = { focus = ENG_the_soviet_menace }
		available = {
			any_country = {
				has_government = communism
				is_subject = no
				NOT = {
					is_in_faction_with = ROOT
					has_war_with = ROOT
					tag = SOV
				}
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_GER_end_european_communism
		x = -1
		y = 1
		relative_position_id = ENG_the_soviet_menace
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_country = {
				limit = {
					has_government = communism
					is_subject = no
					NOT = {
						is_in_faction_with = ROOT
						is_subject_of = ROOT
						has_war_with = ROOT
						OR = {
							tag = JAP
							tag = GER
							tag = ITA
							tag = SOV
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	focus = {
		id = ENG_bastion_of_european_democracy
		prerequisite = { focus = ENG_destroy_communism focus = ENG_destroy_fascism }
		available = {
			has_government = democratic
			num_of_factories > 400
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ARG_defense_and_democracy
		x = 2
		y = 1
		relative_position_id = ENG_destroy_fascism
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_popularity = {
				ideology = democratic
				popularity = 0.1
			}
			set_rule = {
				can_puppet = yes
				can_only_justify_war_on_threat_country = no
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_bastion_of_democracy_idea
		}
	}

	focus = {
		id = ENG_reestablish_irish_commonwealth
		prerequisite = { focus = ENG_the_new_cromwell }
		available = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_irish_commonwealth
		x = -2
		y = 1
		relative_position_id = ENG_the_new_cromwell
		will_lead_to_war_with = IRE
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_wargoal = {
				target = IRE
				type = puppet_wargoal_focus
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_reestablish_irish_commonwealth_tt
		}
	}

	focus = {
		id = ENG_establishing_new_protectorates
		prerequisite = { focus = ENG_the_new_cromwell }
		available = {
			num_subjects > 0
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_new_protectorates
		x = 0
		y = 1
		relative_position_id = ENG_the_new_cromwell
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			unlock_decision_category_tooltip = UK_commonwealth_protectorate_decisions
			add_political_power = 50
		}
	}

	focus = {
		id = ENG_topple_the_empires
		prerequisite = { focus = ENG_establishing_new_protectorates }
		available = {
			any_country = {
				NOT = {
					has_government = communism
					tag = ROOT
				}
				is_major = yes
			}
		}
		mutually_exclusive = { focus = ENG_military_prescence }
		icon = GFX_focus_PER_communist_afghanistan_intervention
		x = -1
		y = 1
		relative_position_id = ENG_establishing_new_protectorates
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_topple_the_empires_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			add_stability = -0.1
		}
	}

	focus = {
		id = ENG_military_prescence
		prerequisite = { focus = ENG_establishing_new_protectorates }
		available = {
		}
		mutually_exclusive = { focus = ENG_topple_the_empires }
		icon = GFX_focus_SWE_revoke_militia_law
		x = 1
		y = 1
		relative_position_id = ENG_establishing_new_protectorates
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_military_with_a_state_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			add_stability = -0.15
		}
	}

	focus = {
		id = ENG_limited_reforms
		prerequisite = { focus = ENG_military_prescence focus = ENG_topple_the_empires }
		available = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_generic_treaty
		x = -1
		y = 1
		relative_position_id = ENG_military_prescence
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_timed_idea = {
				idea = ENG_limited_reforms_idea
				days = 365
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_stability = 0.05
		}
	}

	focus = {
		id = ENG_work_with_the_tuc
		prerequisite = { focus = ENG_limited_reforms }
		prerequisite = { focus = ENG_topple_the_empires }
		available = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_work_with_tuc
		x = -2
		y = 1
		relative_position_id = ENG_limited_reforms
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_work_with_the_tuc_idea
		}
	}

	focus = {
		id = ENG_destroy_trade_unions
		prerequisite = { focus = ENG_limited_reforms }
		prerequisite = { focus = ENG_military_prescence }
		available = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_spr_crush_the_revolution
		x = 2
		y = 1
		relative_position_id = ENG_limited_reforms
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_crush_trade_unions_idea
		}
	}
	
	focus = {
		id = ENG_join_the_axis
		prerequisite = { focus = ENG_destroy_trade_unions }
		available = {
			is_in_faction = no
			GER = {
				NOT = {
					has_war_with = ROOT
				}
				has_government = fascism
				is_faction_leader = yes
			}
		}
		bypass = {
			is_in_faction_with = GER
		}
		mutually_exclusive = { focus = ENG_the_commonwealth_alliance }
		icon = GFX_focus_ENG_commonwealth_join_axis
		x = 0
		y = 1
		relative_position_id = ENG_destroy_trade_unions
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			GER = {
				country_event = generic.2
			}
		}
	}

	focus = {
		id = ENG_appoint_pro_axis_govt
		prerequisite = { focus = ENG_join_the_axis }
		available = {
			is_in_faction_with = GER
			GER = {
				has_government = fascism
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_generic_fascist_troops
		x = 1
		y = 1
		relative_position_id = ENG_join_the_axis
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			effect_tooltip = {
				add_country_leader_role = {
					character = ENG_bernard_montgomery
					promote_leader = yes
					country_leader = {
						ideology = fascism_ideology
						expire = "1965.1.1.1"
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			hidden_effect = {
				add_country_leader_role = {
					character = ENG_bernard_montgomery
					promote_leader = yes
					country_leader = {
						ideology = fascism_ideology
						expire = "1965.1.1.1"
						traits = { ARG_moderate_dictator ENG_the_protector }
					}
				}
				set_politics = {
				    ruling_party = fascism
				    elections_allowed = no
					long_name = ENG_military_government_party_long
    				name = ENG_military_government_party
				}
			}
			add_stability = -0.1
		}
	}

	focus = {
		id = ENG_join_the_comintern
		prerequisite = { focus = ENG_work_with_the_tuc }
		available = {
			is_in_faction = no
			SOV = {
				NOT = {
					has_war_with = ROOT
				}
				has_government = communism
				is_faction_leader = yes
			}
		}
		bypass = {
			is_in_faction_with = SOV
		}
		mutually_exclusive = { focus = ENG_the_commonwealth_alliance }
		icon = GFX_focus_ENG_join_comintern
		x = 0
		y = 1
		relative_position_id = ENG_work_with_the_tuc
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			SOV = {
				country_event = generic.2
			}
		}
	}

	focus = {
		id = ENG_appoint_pro_soviet_govt
		prerequisite = { focus = ENG_join_the_comintern }
		available = {
			is_in_faction_with = SOV
			SOV = {
				has_government = communism
			}
		}
		bypass = {
		}
		mutually_exclusive = {  }
		icon = GFX_focus_SOV_builder_of_the_red_army
		x = -1
		y = 1
		relative_position_id = ENG_join_the_comintern
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			effect_tooltip = {
				add_country_leader_role = {
					character = ENG_bernard_montgomery
					promote_leader = yes
					country_leader = {
						ideology = stalinism
						expire = "1965.1.1.1"
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			hidden_effect = {
				add_country_leader_role = {
					character = ENG_bernard_montgomery
					promote_leader = yes
					country_leader = {
						ideology = stalinism
						expire = "1965.1.1.1"
						traits = { socialist_autocrat ENG_the_protector }
					}
				}
				set_politics = {
				    ruling_party = communism
				    elections_allowed = no
					long_name = ENG_military_government_party_long
    				name = ENG_military_government_party
				}
			}
			add_stability = -0.1
		}
	}

	focus = {
		id = ENG_unite_the_anglos
		prerequisite = { focus = ENG_join_the_axis focus = ENG_the_commonwealth_alliance }
		available = {
			OR = {
				USA = {
					exists = yes
					NOT = {
						OR = {
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
				}
				CAN = {
					exists = yes
					NOT = {
						OR = {
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
				}
				AST = {
					exists = yes
					NOT = {
						OR = {
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
				}
				NZL = {
					exists = yes
					NOT = {
						OR = {
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
				}
			}
		}
		bypass = {
			USA = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_in_faction_with = ROOT
				}
			}
			CAN = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_in_faction_with = ROOT
				}
			}
			AST = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_in_faction_with = ROOT
				}
			}
			NZL = {
				OR = {
					exists = no
					has_war_with = ROOT
					is_in_faction_with = ROOT
				}
			}
		}
		mutually_exclusive = { focus = ENG_destroy_european_empires }
		icon = GFX_focus_eng_unite_the_anglosphere
		x = -1
		y = 1
		relative_position_id = ENG_join_the_axis
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			custom_effect_tooltip = ENG_unite_the_anglos_tt
			every_country = {
				limit = {
					OR = {
						tag = USA
						tag = CAN
						tag = NZL
						tag = AST
					}
					exists = yes
					NOT = {
						OR = {
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	focus = {
		id = ENG_destroy_european_empires
		prerequisite = { focus = ENG_join_the_comintern focus = ENG_the_commonwealth_alliance }
		available = {
			any_country = {
				capital_scope = {
					is_on_continent = europe
				}
				any_owned_state = {
					NOT = {
						is_on_continent = europe
					}
				}
				NOT = {
					OR = {
						tag = ROOT
						is_in_faction_with = ROOT
					}
				}
			}
		}
		bypass = {
			all_country = {
				OR = {
					capital_scope = {
						NOT = {
							is_on_continent = europe
						}
					}
					AND = {
						NOT = {
							OR = {
								tag = ROOT
								is_in_faction_with = ROOT
							}
						}
						all_owned_state = {
							is_on_continent = europe
						}
					}
				}
			}
		}
		mutually_exclusive = { focus = ENG_unite_the_anglos }
		icon = GFX_SOV_a_global_class_struggle_ccp_2d_sov_compatibility
		x = 1
		y = 1
		relative_position_id = ENG_join_the_comintern
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			custom_effect_tooltip = ENG_destroy_european_empires_tt
			every_country = {
				limit = {
					capital_scope = {
						is_on_continent = europe
					}
					any_owned_state = {
						NOT = {
							is_on_continent = europe
						}
					}
					NOT = {
						OR = {
							tag = ROOT
							is_in_faction_with = ROOT
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	focus = {
		id = ENG_the_commonwealth_alliance
		prerequisite = { focus = ENG_work_with_the_tuc focus = ENG_destroy_trade_unions }
		available = {
			is_in_faction = no
		}
		bypass = {
			is_faction_leader = yes
		}
		mutually_exclusive = { focus = ENG_join_the_axis }
		mutually_exclusive = { focus = ENG_join_the_comintern }
		icon = GFX_goal_anschluss
		x = 2
		y = 1
		relative_position_id = ENG_work_with_the_tuc
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_faction = "Commonwealth of Nations"
		}
	}

	focus = {
		id = ENG_commonwealth_of_nations_form
		prerequisite = { focus = ENG_unite_the_anglos }
		available = {
			OR = {
				has_subject = USA
				has_subject = AST
				has_subject = CAN
				has_subject = NZL
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_commonwealth_of_nations
		x = 0
		y = 1
		relative_position_id = ENG_unite_the_anglos
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			set_cosmetic_tag = ENG_COMMONWEALTH_ANGLO
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_commonwealth_of_nations_tt
		}
	}

	focus = {
		id = ENG_commonwealth_of_europe_form
		prerequisite = { focus = ENG_destroy_european_empires }
		available = {
			any_country = {
				capital_scope = {
					is_on_continent = europe
				}
				is_subject_of = ROOT
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_union_of_european_states
		x = 0
		y = 1
		relative_position_id = ENG_destroy_european_empires
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			set_cosmetic_tag = ENG_COMMONWEALTH_EU
			custom_effect_tooltip = generic_skip_one_line_tt
			custom_effect_tooltip = ENG_commonwealth_of_eu_tt
		}
	}

	focus = {
		id = ENG_new_flag_over_london
		prerequisite = { focus = ENG_new_monarchy }
		available = {
			OR = {
				has_country_leader = {
					character = BAY_rupprecht_of_bavaria
					ruling_only = yes
				}
				has_country_leader = {
					character = HOL_wilhelmina
					ruling_only = yes
				}
				has_country_leader = {
					character = GER_wilhelm_iii
					ruling_only = yes
				}
				has_country_leader = {
					character = GER_victoria
					ruling_only = yes
				}
			}
		}
		mutually_exclusive = { focus = ENG_the_union_jack_forever }
		icon = GFX_focus_ENG_new_flag_over_london
		x = 3
		y = 1
		relative_position_id = ENG_new_monarchy
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			IF = {
				limit = {
					NOT = {
						OR = {
							has_country_leader = {
								character = BAY_rupprecht_of_bavaria
								ruling_only = yes
							}
							has_country_leader = {
								character = HOL_wilhelmina
								ruling_only = yes
							}
							has_country_leader = {
								character = GER_wilhelm_iii
								ruling_only = yes
							}
							has_country_leader = {
								character = GER_victoria
								ruling_only = yes
							}
						}
					}
				}
				custom_effect_tooltip = ENG_new_flag_over_london_1_tt
				effect_tooltip = {
					country_event = ukrework.25
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				custom_effect_tooltip = ENG_new_flag_over_london_2_tt
				effect_tooltip = {
					country_event = ukrework.26
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				custom_effect_tooltip = ENG_new_flag_over_london_3_tt
				effect_tooltip = {
					country_event = ukrework.27
				}
			}
			IF = {
				limit = {
					has_country_leader = {
						character = HOL_wilhelmina
						ruling_only = yes
					}
				}
				country_event = ukrework.25
			}
			IF = {
				limit = {
					OR = {
						has_country_leader = {
							character = GER_wilhelm_iii
							ruling_only = yes
						}
						has_country_leader = {
							character = GER_victoria
							ruling_only = yes
						}
					}
				}
				country_event = ukrework.26
			}
			IF = {
				limit = {
					has_country_leader = {
						character = BAY_rupprecht_of_bavaria
						ruling_only = yes
					}
				}
				country_event = ukrework.27
			}
		}
	}

	focus = {
		id = ENG_orange_pennant
		prerequisite = { focus = ENG_new_flag_over_london }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_completed_by_event_tt
				always = no
			}
		}
		mutually_exclusive = { focus = ENG_reichs_flag }
		mutually_exclusive = { focus = ENG_lozenge_flag }
		icon = GFX_focus_ENG_netherlands_over_britain
		x = 0
		y = 1
		relative_position_id = ENG_new_flag_over_london
		cost = 0
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			effect_tooltip = {
				add_stability = -0.05
				add_political_power = 100
				custom_effect_tooltip = generic_skip_one_line_tt
				set_cosmetic_tag = ENG_UK_NETHERLANDS
			}
		}
	}
	
	focus = {
		id = ENG_reichs_flag
		prerequisite = { focus = ENG_new_flag_over_london }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_completed_by_event_tt
				always = no
			}
		}
		mutually_exclusive = { focus = ENG_orange_pennant }
		mutually_exclusive = { focus = ENG_lozenge_flag }
		icon = GFX_focus_ENG_germany_over_britain
		x = 2
		y = 1
		relative_position_id = ENG_new_flag_over_london
		cost = 0
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			effect_tooltip = {
				add_stability = -0.05
				add_political_power = 100
				custom_effect_tooltip = generic_skip_one_line_tt
				set_cosmetic_tag = ENG_KAISERREICH
			}
		}
	}

	focus = {
		id = ENG_lozenge_flag
		prerequisite = { focus = ENG_new_flag_over_london }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_completed_by_event_tt
				always = no
			}
		}
		mutually_exclusive = { focus = ENG_orange_pennant }
		mutually_exclusive = { focus = ENG_reichs_flag }
		icon = GFX_focus_ENG_bavaria_over_britain
		x = -2
		y = 1
		relative_position_id = ENG_new_flag_over_london
		cost = 0
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			effect_tooltip = {
				add_stability = -0.05
				add_political_power = 100
				custom_effect_tooltip = generic_skip_one_line_tt
				set_cosmetic_tag = ENG_BAVARIAN
			}
		}
	}

	focus = {
		id = ENG_reclaim_the_homeland
		prerequisite = { focus = ENG_lozenge_flag focus = ENG_orange_pennant focus = ENG_reichs_flag }
		mutually_exclusive = { focus = ENG_reclaim_the_homeland_peacefully }
		available = {
			IF = {
				limit = {
					has_country_leader = {
						character = HOL_wilhelmina
						ruling_only = yes
					}
				}
				HOL = {
					all_core_state = {
						NOT = {
							is_controlled_by = ROOT
						}
					}
					OR = {
						exists = no
						has_completed_focus = HOL_legacy_of_the_de_zeven_provincien_mutiny
					}
				}
			}
			IF = {
				limit = {
					has_country_leader = {
						character = BAY_rupprecht_of_bavaria
						ruling_only = yes
					}
				}
				BAY = {
					all_core_state = {
						NOT = {
							is_controlled_by = ROOT
						}
					}
				}
			}
			IF = {
				limit = {
					OR = {
						has_country_leader = {
							character = GER_wilhelm_iii
							ruling_only = yes
						}
						has_country_leader = {
							character = GER_victoria
							ruling_only = yes
						}
					}
				}
				GER = {
					all_core_state = {
						NOT = {
							is_controlled_by = ROOT
						}
					}
					OR = {
						exists = no
						NOT = {
							OR = {
								has_completed_focus = GER_monarchist_sentiment
								has_completed_focus = GER_oppose_hitler
							}
						}
					}
				}
			}
			else = {
				custom_trigger_tooltip = {
					tooltip = ENG_reclaim_the_homeland_trigger_tt
				}
			}
		}
		bypass = {
			IF = {
				limit = {
					has_country_leader = {
						character = HOL_wilhelmina
						ruling_only = yes
					}
				}
				HOL = {
					all_core_state = {
						is_controlled_by = ROOT
					}
				}
			}
			IF = {
				limit = {
					has_country_leader = {
						character = BAY_rupprecht_of_bavaria
						ruling_only = yes
					}
				}
				BAY = {
					all_core_state = {
						is_controlled_by = ROOT
					}
				}
			}
			IF = {
				limit = {
					OR = {
						has_country_leader = {
							character = GER_wilhelm_iii
							ruling_only = yes
						}
						has_country_leader = {
							character = GER_victoria
							ruling_only = yes
						}
					}
				}
				GER = {
					all_core_state = {
						is_controlled_by = ROOT
					}
				}
			}
		}
		icon = GFX_goal_generic_more_territorial_claims
		x = -1
		y = 1
		relative_position_id = ENG_orange_pennant
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			IF = {
				limit = {
					NOT = {
						OR = {
							has_country_leader = {
								character = BAY_rupprecht_of_bavaria
								ruling_only = yes
							}
							has_country_leader = {
								character = HOL_wilhelmina
								ruling_only = yes
							}
							has_country_leader = {
								character = GER_wilhelm_iii
								ruling_only = yes
							}
							has_country_leader = {
								character = GER_victoria
								ruling_only = yes
							}
						}
					}
				}
				custom_effect_tooltip = ENG_new_flag_over_london_1_tt
				effect_tooltip = {
					every_state = {
						limit = {
							is_core_of = HOL
						}
						add_claim_by = ROOT
					}
					every_country = {
						limit = {
							any_controlled_state = {
								is_core_of = HOL
							}
						}
						ROOT = {
							create_wargoal = {
								target = PREV
								type = annex_everything
							}
						}
					}
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				custom_effect_tooltip = ENG_new_flag_over_london_2_tt
				effect_tooltip = {
					every_state = {
						limit = {
							is_core_of = GER
						}
						add_claim_by = ROOT
					}
					every_country = {
						limit = {
							any_controlled_state = {
								is_core_of = GER
							}
						}
						ROOT = {
							create_wargoal = {
								target = PREV
								type = annex_everything
							}
						}
					}
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				custom_effect_tooltip = ENG_new_flag_over_london_3_tt
				effect_tooltip = {
					every_state = {
						limit = {
							is_core_of = BAY
						}
						add_claim_by = ROOT
					}
					every_country = {
						limit = {
							any_controlled_state = {
								is_core_of = BAY
							}
						}
						ROOT = {
							create_wargoal = {
								target = PREV
								type = annex_everything
							}
						}
					}
				}
			}
			IF = {
				limit = {
					has_country_leader = {
						character = HOL_wilhelmina
						ruling_only = yes
					}
				}
				every_state = {
					limit = {
						is_core_of = HOL
					}
					add_claim_by = ROOT
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				every_country = {
					limit = {
						any_controlled_state = {
							is_core_of = HOL
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
			IF = {
				limit = {
					OR = {
						has_country_leader = {
							character = GER_wilhelm_iii
							ruling_only = yes
						}
						has_country_leader = {
							character = GER_victoria
							ruling_only = yes
						}
					}
				}
				every_state = {
					limit = {
						is_core_of = GER
					}
					add_claim_by = ROOT
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				every_country = {
					limit = {
						any_controlled_state = {
							is_core_of = GER
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
			IF = {
				limit = {
					has_country_leader = {
						character = BAY_rupprecht_of_bavaria
						ruling_only = yes
					}
				}
				every_state = {
					limit = {
						is_core_of = BAY
					}
					add_claim_by = ROOT
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				every_country = {
					limit = {
						any_controlled_state = {
							is_core_of = BAY
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_reclaim_the_homeland_peacefully
		prerequisite = { focus = ENG_orange_pennant focus = ENG_reichs_flag }
		mutually_exclusive = { focus = ENG_reclaim_the_homeland }
		available = {
			IF = {
				limit = {
					has_country_leader = {
						character = HOL_wilhelmina
						ruling_only = yes
					}
				}
				HOL = {
					OR = {
						has_government = democratic
						has_government = neutrality
					}
					NOT = {
						has_war_with = ROOT
					}
					OR = {
						is_subject = no
						is_subject_of = ROOT
					}
					exists = yes
				}
			}
			IF = {
				limit = {
					OR = {
						has_country_leader = {
							character = GER_wilhelm_iii
							ruling_only = yes
						}
						has_country_leader = {
							character = GER_victoria
							ruling_only = yes
						}
					}
				}
				GER = {
					OR = {
						has_government = democratic
						has_government = neutrality
					}
					NOT = {
						has_war_with = ROOT
					}
					OR = {
						is_subject = no
						is_subject_of = ROOT
					}
					exists = yes
				}
			}
			else = {
				custom_trigger_tooltip = {
					tooltip = ENG_reclaim_the_homeland_trigger_tt
				}
			}
		}
		bypass = {
			IF = {
				limit = {
					has_country_leader = {
						character = HOL_wilhelmina
						ruling_only = yes
					}
				}
				HOL = {
					all_core_state = {
						is_controlled_by = ROOT
					}
				}
			}
			IF = {
				limit = {
					OR = {
						has_country_leader = {
							character = GER_wilhelm_iii
							ruling_only = yes
						}
						has_country_leader = {
							character = GER_victoria
							ruling_only = yes
						}
					}
				}
				GER = {
					all_core_state = {
						is_controlled_by = ROOT
					}
				}
			}
		}
		icon = GFX_goal_generic_intelligence_exchange
		x = 1
		y = 1
		relative_position_id = ENG_orange_pennant
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			IF = {
				limit = {
					NOT = {
						OR = {
							has_country_leader = {
								character = HOL_wilhelmina
								ruling_only = yes
							}
							has_country_leader = {
								character = GER_wilhelm_iii
								ruling_only = yes
							}
							has_country_leader = {
								character = GER_victoria
								ruling_only = yes
							}
						}
					}
				}
				custom_effect_tooltip = ENG_new_flag_over_london_1_tt
				effect_tooltip = {
					HOL = {
						country_event = {
							days = 1
							id = ukrework.35
						}
					}
				}
				custom_effect_tooltip = generic_skip_one_line_tt
				custom_effect_tooltip = ENG_new_flag_over_london_2_tt
				effect_tooltip = {
					GER = {
						country_event = {
							days = 1
							id = ukrework.35
						}
					}
				}
			}
			IF = {
				limit = {
					has_country_leader = {
						character = HOL_wilhelmina
						ruling_only = yes
					}
				}
				HOL = {
					country_event = {
						days = 1
						id = ukrework.35
					}
				}
			}
			IF = {
				limit = {
					OR = {
						has_country_leader = {
							character = GER_wilhelm_iii
							ruling_only = yes
						}
						has_country_leader = {
							character = GER_victoria
							ruling_only = yes
						}
					}
				}
				GER = {
					country_event = {
						days = 1
						id = ukrework.35
					}
				}
			}
		}
	}

	focus = {
		id = ENG_restore_bavaria
		prerequisite = { focus = ENG_reclaim_the_homeland }
		mutually_exclusive = {  }
		available = {
			BAY = {
				OR = {
					all_core_state = {
						is_controlled_by = ROOT
					}
					AND = {
						is_subject_of = ROOT
						has_autonomy_state = autonomy_integrated_puppet
					}
				}
			}
			has_completed_focus = ENG_lozenge_flag
		}
		icon = GFX_focus_ENG_retake_bayern
		x = -1
		y = 1
		relative_position_id = ENG_reclaim_the_homeland
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = BAY
				}
				add_core_of = ROOT
			}
			IF = {
				limit = {
					BAY = {
						is_subject_of = ROOT
					}
				}
				annex_country = {
					target = BAY
					transfer_troops = yes
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_stability = 0.05
			set_cosmetic_tag = ENG_BAVARIAN_UNION
		}
	}

	focus = {
		id = ENG_unite_south_germany
		prerequisite = { focus = ENG_restore_bavaria }
		will_lead_to_war_with = AUS
		will_lead_to_war_with = SWI
		mutually_exclusive = {  }
		available = {
		}
		bypass = {
			AUS = {
				all_core_state = {
					controller = {
						OR = {
							is_subject_of = ROOT
							tag = ROOT
						}
					}
				}
			}
			SWI = {
				all_core_state = {
					controller = {
						OR = {
							is_subject_of = ROOT
							tag = ROOT
						}
					}
				}
			}
		}
		icon = GFX_focus_ENG_unite_south_germany
		x = -3
		y = 1
		relative_position_id = ENG_restore_bavaria
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						is_core_of = AUS
						is_core_of = SWI
					}
				}
				add_claim_by = ROOT
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			every_country = {
				limit = {
					NOT = {
						OR = {
							is_subject_of = ROOT
							tag = ROOT
							is_in_faction_with = ROOT
						}
					}
					any_controlled_state = {
						OR = {
							is_core_of = AUS
							is_core_of = SWI
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
		}
	}

	focus = {
		id = ENG_hofbraeuhaus_breweries
		prerequisite = { focus = ENG_restore_bavaria }
		mutually_exclusive = {  }
		available = {
			controls_state = 52
		}
		bypass = {
		}
		icon = GFX_focus_ENG_hofbraeuhaus_breweries
		x = 0
		y = 1
		relative_position_id = ENG_restore_bavaria
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			52 = {
				add_dynamic_modifier = {
					modifier = ENG_hofbrauhaus_modifier
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_hofbrauhaus_international_decisions
			custom_effect_tooltip = ENG_hofbraeuhaus_breweries_tt
			add_political_power = 50
		}
	}

	focus = {
		id = ENG_royal_marriage_habsburg
		prerequisite = { focus = ENG_unite_south_germany }
		mutually_exclusive = { focus = ENG_meet_the_pope }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_controls_habsburg_areas_tt
				controls_state = 3
				controls_state = 4
			}
		}
		bypass = {
		}
		icon = GFX_focus_AUS_reclaim_habsburg
		x = -1
		y = 1
		relative_position_id = ENG_unite_south_germany
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.39
			add_political_power = 50
		}
	}

	focus = {
		id = ENG_restore_austria
		prerequisite = { focus = ENG_royal_marriage_habsburg }
		mutually_exclusive = {  }
		available = {
			AUS = {
				exists = no
				all_core_state = {
					is_controlled_by = ROOT
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_AUS_legacy_of_the_empire
		x = 0
		y = 1
		relative_position_id = ENG_royal_marriage_habsburg
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = AUS
				}
				add_core_of = ROOT
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_reclaim_the_habsburg_empire_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_integrate_habsburg_lands_decisions
		}
	}

	focus = {
		id = ENG_a_union_of_european_states
		prerequisite = { focus = ENG_restore_austria }
		mutually_exclusive = {  }
		available = {
			controls_state = 6
		}
		bypass = {
		}
		allow_branch = {
			has_country_flag = ENG_AUS_can_form_EU_flag
		}
		icon = GFX_focus_ENG_union_of_european_states
		x = 0
		y = 1
		relative_position_id = ENG_restore_austria
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			unlock_decision_tooltip = form_european_union
		}
	}

	focus = {
		id = ENG_meet_the_pope
		prerequisite = { focus = ENG_unite_south_germany }
		mutually_exclusive = { focus = ENG_royal_marriage_habsburg }
		available = {
		}
		bypass = {
		}
		icon = GFX_focus_generic_vatican_state
		x = 1
		y = 1
		relative_position_id = ENG_unite_south_germany
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.41
			add_political_power = 100
		}
	}

	focus = {
		id = ENG_restore_the_hre
		prerequisite = { focus = ENG_meet_the_pope }
		mutually_exclusive = {  }
		available = {
			controls_state = 64
			controls_state = 52
			controls_state = 4
		}
		bypass = {
		}
		icon = GFX_focus_POL_habsburg
		x = 0
		y = 1
		relative_position_id = ENG_meet_the_pope
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_pan_germanicism_idea
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = form_hre
		}
	}

	focus = {
		id = ENG_the_real_roman_empire
		prerequisite = { focus = ENG_restore_the_hre }
		mutually_exclusive = {  }
		available = {
			controls_state = 2
		}
		bypass = {
		}
		allow_branch = {
			has_country_flag = ENG_HRE_can_form_real_roman_empire_flag
		}
		icon = GFX_focus_ENG_wtf_have_i_done
		x = 0
		y = 1
		relative_position_id = ENG_restore_the_hre
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			unlock_decision_tooltip = form_roman_empire
		}
	}

	focus = {
		id = ENG_restore_netherlands
		prerequisite = { focus = ENG_reclaim_the_homeland focus = ENG_reclaim_the_homeland_peacefully }
		mutually_exclusive = {  }
		available = {
			HOL = {
				OR = {
					all_core_state = {
						is_controlled_by = ROOT
					}
					AND = {
						is_subject_of = ROOT
						has_autonomy_state = autonomy_integrated_puppet
					}
				}
			}
			has_completed_focus = ENG_orange_pennant
		}
		icon = GFX_focus_ENG_retake_nederland
		x = 1
		y = 1
		relative_position_id = ENG_reclaim_the_homeland
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = HOL
				}
				add_core_of = ROOT
			}
			IF = {
				limit = {
					HOL = {
						is_subject_of = ROOT
					}
				}
				annex_country = {
					target = HOL
					transfer_troops = yes
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_stability = 0.05
			set_cosmetic_tag = ENG_UK_NETHERLANDS_UNION
		}
	}

	focus = {
		id = ENG_correct_the_treaty_of_london
		prerequisite = { focus = ENG_restore_netherlands }
		mutually_exclusive = {  }
		available = {  }
		icon = GFX_focus_ENG_correct_treaty_of_london
		x = 0
		y = 1
		relative_position_id = ENG_restore_netherlands
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						is_core_of = BEL
						is_core_of = LUX
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					OR = {
						controls_state = 6
						controls_state = 8
					}
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_netherland_decisions
		}
	}

	focus = {
		id = ENG_recognize_the_low_germans
		prerequisite = { focus = ENG_correct_the_treaty_of_london }
		mutually_exclusive = { focus = ENG_recognize_the_frisians }
		available = {
			controls_state = 36
		}
		icon = GFX_focus_ENG_befriend_low_germans
		x = 1
		y = 1
		relative_position_id = ENG_correct_the_treaty_of_london
		cost = 2
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_north_german_minority_embraced_idea
		}
	}

	focus = {
		id = ENG_liberate_low_germans
		prerequisite = { focus = ENG_recognize_the_low_germans }
		mutually_exclusive = { focus = ENG_take_back_orange_and_nassau }
		available = {}
		icon = GFX_focus_GER_tend_to_the_future
		x = 1
		y = 1
		relative_position_id = ENG_recognize_the_low_germans
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 56
						state = 59
						state = 909
						state = 58
						state = 57
						state = 64
						state = 62
						state = 61
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					OR = {
						controls_state = 56
						controls_state = 59
						controls_state = 909
						controls_state = 58
						controls_state = 57
						controls_state = 64
						controls_state = 62
						controls_state = 61
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_low_germany
		}
	}

	focus = {
		id = ENG_free_pennsylvania_dutch
		prerequisite = { focus = ENG_liberate_low_germans }
		mutually_exclusive = {  }
		available = {}
		icon = GFX_focus_ENG_free_the_pennsylvania_dutch
		x = 0
		y = 1
		relative_position_id = ENG_liberate_low_germans
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			360 = {
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					controls_state = 360
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_pennsylvania
		}
	}

	focus = {
		id = ENG_recognize_the_frisians
		prerequisite = { focus = ENG_correct_the_treaty_of_london }
		mutually_exclusive = { focus = ENG_recognize_the_low_germans }
		available = {
			controls_state = 36
		}
		icon = GFX_focus_ENG_befriend_frisians
		x = -1
		y = 1
		relative_position_id = ENG_correct_the_treaty_of_london
		cost = 2
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_ideas = ENG_frisian_minority_embraced_idea
		}
	}

	focus = {
		id = ENG_liberate_frisia
		prerequisite = { focus = ENG_recognize_the_frisians }
		mutually_exclusive = { focus = ENG_take_back_orange_and_nassau }
		available = {}
		icon = GFX_focus_ENG_liberate_friesland
		x = -1
		y = 1
		relative_position_id = ENG_recognize_the_frisians
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 56
						state = 59
						state = 909
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					OR = {
						controls_state = 56
						controls_state = 59
						controls_state = 909
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_frisia
		}
	}

	focus = {
		id = ENG_take_back_orange_and_nassau
		prerequisite = { focus = ENG_recognize_the_frisians focus = ENG_recognize_the_low_germans }
		mutually_exclusive = { focus = ENG_liberate_low_germans }
		mutually_exclusive = { focus = ENG_liberate_frisia }
		available = {}
		icon = GFX_focus_ENG_take_back_orange_nassau
		x = 1
		y = 1
		relative_position_id = ENG_recognize_the_frisians
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 21
						state = 51
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					OR = {
						controls_state = 21
						controls_state = 51
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_nassau
			unlock_decision_tooltip = UK_integrate_orange
		}
	}

	focus = {
		id = ENG_reclaim_new_amsterdam
		prerequisite = { focus = ENG_take_back_orange_and_nassau focus = ENG_liberate_frisia }
		mutually_exclusive = {  }
		available = {}
		icon = GFX_focus_ENG_reclaim_new_amsterdam
		x = 1
		y = 1
		relative_position_id = ENG_liberate_frisia
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 358
						state = 359
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					OR = {
						controls_state = 358
						controls_state = 359
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_new_amsterdam
		}
	}
	
	focus = {
		id = ENG_restore_deutschland
		prerequisite = { focus = ENG_reclaim_the_homeland focus = ENG_reclaim_the_homeland_peacefully }
		mutually_exclusive = {  }
		available = {
			GER = {
				OR = {
					all_core_state = {
						is_controlled_by = ROOT
					}
					AND = {
						is_subject_of = ROOT
						has_autonomy_state = autonomy_integrated_puppet
					}
				}
			}
			has_completed_focus = ENG_reichs_flag
		}
		icon = GFX_focus_ENG_retake_deutschland
		x = 1
		y = 1
		relative_position_id = ENG_reclaim_the_homeland_peacefully
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 350
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_integrate_the_german_kingdoms_decisions
		}
	}

	focus = {
		id = ENG_formalize_kaiserreich
		prerequisite = { focus = ENG_restore_deutschland }
		mutually_exclusive = {  }
		available = {
			custom_trigger_tooltip = {
				tooltip = ENG_has_united_the_kaiserreichs_tt
				has_country_flag = ENG_has_united_the_kaiserreichs
			}
		}
		icon = GFX_focus_GER_monarchy_compromise
		x = 3
		y = 1
		relative_position_id = ENG_restore_deutschland
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.42
		}
	}

	focus = {
		id = ENG_retake_ost_preussen
		prerequisite = { focus = ENG_formalize_kaiserreich }
		mutually_exclusive = {  }
		available = {}
		icon = GFX_focus_GER_restore_eastern_imperial_possessions
		x = 1
		y = 1
		relative_position_id = ENG_formalize_kaiserreich
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 85
						state = 807
						state = 86
						state = 762
						state = 188
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					OR = {
						controls_state = 85
						controls_state = 807
						controls_state = 86
						controls_state = 762
						controls_state = 188
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_expand_prussia
		}
	}

	focus = {
		id = ENG_retake_north_schleswig
		prerequisite = { focus = ENG_retake_ost_preussen }
		mutually_exclusive = {  }
		available = {}
		icon = GFX_focus_generic_invade_denmark
		x = 0
		y = 1
		relative_position_id = ENG_retake_ost_preussen
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 912
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					OR = {
						controls_state = 912
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_north_schleswig
		}
	}

	focus = {
		id = ENG_retake_alsace_lorraine
		prerequisite = { focus = ENG_formalize_kaiserreich }
		mutually_exclusive = {  }
		available = {}
		icon = GFX_focus_GER_reinstate_imperial_possessions
		x = -1
		y = 1
		relative_position_id = ENG_formalize_kaiserreich
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 28
						state = 8
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					NOT = {
						tag = ROOT
						is_subject_of = ROOT
					}
					OR = {
						controls_state = 28
						controls_state = 8
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = annex_everything
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_tooltip = UK_integrate_alsace_lorraine
			unlock_decision_tooltip = UK_integrate_luxembourg_german
		}
	}

	focus = {
		id = ENG_schlieffen_but_better
		prerequisite = { focus = ENG_retake_alsace_lorraine }
		mutually_exclusive = {  }
		available = {
			OR = {
				HOL = {
					exists = yes
					NOT = {
						is_subject_of = ROOT
						has_war_with = ROOT
						is_in_faction_with = ROOT
					}
				}
				BEL = {
					exists = yes
					NOT = {
						is_subject_of = ROOT
						has_war_with = ROOT
						is_in_faction_with = ROOT
					}
				}
				LUX = {
					exists = yes
					NOT = {
						is_subject_of = ROOT
						has_war_with = ROOT
						is_in_faction_with = ROOT
					}
				}
			}
		}
		bypass = {
			HOL = {
				OR = {
					exists = no
					is_subject_of = ROOT
					has_war_with = ROOT
					is_in_faction_with = ROOT
				}
			}
			BEL = {
				OR = {
					exists = no
					is_subject_of = ROOT
					has_war_with = ROOT
					is_in_faction_with = ROOT
				}
			}
			LUX = {
				OR = {
					exists = no
					is_subject_of = ROOT
					has_war_with = ROOT
					is_in_faction_with = ROOT
				}
			}
		}
		icon = GFX_focus_GER_schlieffen_once_more
		x = 0
		y = 1
		relative_position_id = ENG_retake_alsace_lorraine
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			HOL = {
				IF = {
					limit = {
						exists = yes
						NOT = {
							is_subject_of = ROOT
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = puppet_wargoal_focus
						}
					}
				}
			}
			BEL = {
				IF = {
					limit = {
						exists = yes
						NOT = {
							is_subject_of = ROOT
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = puppet_wargoal_focus
						}
					}
				}
			}
			LUX = {
				IF = {
					limit = {
						exists = yes
						NOT = {
							is_subject_of = ROOT
							has_war_with = ROOT
							is_in_faction_with = ROOT
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = puppet_wargoal_focus
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_liberate_german_americans
		prerequisite = { focus = ENG_schlieffen_but_better focus = ENG_retake_north_schleswig }
		mutually_exclusive = {  }
		available = { 
			USA = {
				exists = yes
				NOT = {
					is_subject_of = ROOT
					is_in_faction_with = ROOT
				}
			}
		}
		bypass = {
			USA = {
				OR = {
					exists = no
					is_subject_of = ROOT
				}
			}
		}
		icon = GFX_focus_ENG_liberate_german_americans
		x = -1
		y = 1
		relative_position_id = ENG_retake_north_schleswig
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_wargoal = {
				target = USA
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_establish_a_german_american_state
		prerequisite = { focus = ENG_liberate_german_americans }
		mutually_exclusive = { focus = ENG_thirteen_german_colonies }
		available = { 
			USA = {
				OR = {
					AND = {
						exists = no
						any_core_state = {
							is_controlled_by = ROOT
						}
					}
					is_puppet_of = ROOT
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_new_german_american_state
		x = -1
		y = 1
		relative_position_id = ENG_liberate_german_americans
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			IF = {
				limit = {
					USA = {
						exists = no
					}
				}
				release_autonomy = {
				    target = USA
				    autonomy_state = autonomy_puppet
				    freedom_level = 0.5
				}
			}
			USA = {
				set_cosmetic_tag = USA_GERMAN_AMERICAN
				hidden_effect = {
					set_politics = {
					    ruling_party = neutrality
					    elections_allowed = no
					}
					set_party_name = {
						ideology = neutrality
						name = ENG_hohenzollern_haus
						long_name = ENG_hohenzollern_haus_long
					}
					every_possible_country = {
						limit = { has_character = GER_wilhelm_iv }
						random_character = {
							limit = { is_character = GER_wilhelm_iv }
							set_nationality = USA
						}
					}
					GER_wilhelm_iv = {
						add_country_leader_role = {
							country_leader = {
								expire = "1965.1.1"
								ideology = despotism
								traits = {
									USA_prince_of_america
								}
							}
							promote_leader = yes
						}
						set_character_name = ENG_prince_wilhelm_iv
					}
					set_popularities = {
						democratic = 48
						neutrality = 49
						fascism = 0
						communism = 3
					}
				}
				custom_effect_tooltip = generic_skip_one_line_tt
			}
			country_event = ukrework.48
		}
	}

	focus = {
		id = ENG_thirteen_german_colonies
		prerequisite = { focus = ENG_liberate_german_americans }
		mutually_exclusive = { focus = ENG_establish_a_german_american_state }
		available = { 
			USA = {
				exists = no
				any_core_state = {
					is_controlled_by = ROOT
				}
			}
		}
		bypass = {
		}
		icon = GFX_focus_ENG_german_american_colony
		x = 1
		y = 1
		relative_position_id = ENG_liberate_german_americans
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			unlock_decision_category_tooltip = UK_german_usa_decisions
			custom_effect_tooltip = ENG_thirteen_german_colonies_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			add_political_power = 100
		}
	}

	focus = {
		id = ENG_reinstate_democratic_elections
		prerequisite = { focus = ENG_restore_deutschland }
		mutually_exclusive = {  }
		available = {
			custom_trigger_tooltip = {
				trigger = ENG_kaiserreich_democracy_tt
				has_country_flag = ENG_GER_return_to_democratic_ideals_flag
			}
			democratic > 0.4
		}
		allow_branch = {
			has_country_flag = ENG_GER_return_to_democratic_ideals_flag
		}
		icon = GFX_focus_ENG_german_british_democracy
		x = 0
		y = 1
		relative_position_id = ENG_restore_deutschland
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			hidden_effect = {
				set_politics = {
					ruling_party = democratic
    				elections_allowed = yes
					last_election = "1935.11.14"
    				election_frequency = 60
				}
				set_party_name = { ideology = democratic long_name = ENG_parliament_german name = ENG_parliament_german }
				create_country_leader = {
					name = ENG_parliament_german
					picture = GFX_portrait_eng_fallen_government
					expire = "1965.1.1"
					ideology = liberalism
				}
				country_event = {
					id = ukrework.47
					days = 14
				}
				country_event = ukrework.45
				country_event = ukrework.46
			}
			custom_effect_tooltip = ENG_reinstate_democratic_elections_tt
			custom_effect_tooltip = generic_skip_one_line_tt
			add_popularity = {
				ideology = democratic
				popularity = 0.1
			}
			add_stability = 0.05
			add_political_power = 100
		}
	}

	focus = {
		id = ENG_the_union_jack_forever
		prerequisite = { focus = ENG_new_monarchy }
		available = {
			OR = {
				has_country_leader = {
					character = BAY_rupprecht_of_bavaria
					ruling_only = yes
				}
				has_country_leader = {
					character = HOL_wilhelmina
					ruling_only = yes
				}
				has_country_leader = {
					character = GER_wilhelm_iii
					ruling_only = yes
				}
				has_country_leader = {
					character = GER_victoria
					ruling_only = yes
				}
			}
		}
		mutually_exclusive = { focus = ENG_new_flag_over_london }
		icon = GFX_focus_ENG_union_jack_forever
		x = -2
		y = 1
		relative_position_id = ENG_new_monarchy
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.24
		}
	}

	focus = {
		id = ENG_restore_pax_britannica
		prerequisite = { focus = ENG_the_union_jack_forever focus = ENG_figurehead_presidency focus = ENG_puppet_monarch }
		available = {
			controls_state = 113
		}
		icon = GFX_focus_ENG_restore_pax_britannica
		x = 0
		y = 1
		relative_position_id = ENG_recover_ireland
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_war_support = 0.05
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_return_to_pax_britannica_idea
		}
	}

	focus = {
		id = ENG_restore_the_dominions
		prerequisite = { focus = ENG_restore_pax_britannica }
		available = {
			OR = {
				CAN = {
					NOT = {
						is_subject_of = ROOT
						has_war_with = ROOT
					}
					exists = yes
				}
				AST = {
					NOT = {
						is_subject_of = ROOT
						has_war_with = ROOT
					}
					exists = yes
				}
				NZL = {
					NOT = {
						is_subject_of = ROOT
						has_war_with = ROOT
					}
					exists = yes
				}
				SAF = {
					NOT = {
						is_subject_of = ROOT
						has_war_with = ROOT
					}
					exists = yes
				}
			}
		}
		bypass = {
			CAN = {
				OR = {
					is_subject_of = ROOT
					has_war_with = ROOT
					exists = no
				}
			}
			AST = {
				OR = {
					is_subject_of = ROOT
					has_war_with = ROOT
					exists = no
				}
			}
			NZL = {
				OR = {
					is_subject_of = ROOT
					has_war_with = ROOT
					exists = no
				}
			}
			SAF = {
				OR = {
					is_subject_of = ROOT
					has_war_with = ROOT
					exists = no
				}
			}
		}
		icon = GFX_focus_ENG_reconquer_dominions
		x = -2
		y = 1
		relative_position_id = ENG_restore_pax_britannica
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			custom_effect_tooltip = ENG_restore_the_dominions_tt
			CAN = {
				every_state = {
					limit = {
						is_core_of = PREV
					}
					add_claim_by = ROOT
				}
				IF = {
					limit = {
						exists = yes
						NOT = {
							is_subject_of = ROOT
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			AST = {
				every_state = {
					limit = {
						is_core_of = PREV
					}
					add_claim_by = ROOT
				}
				IF = {
					limit = {
						exists = yes
						NOT = {
							is_subject_of = ROOT
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			NZL = {
				every_state = {
					limit = {
						is_core_of = PREV
					}
					add_claim_by = ROOT
				}
				IF = {
					limit = {
						exists = yes
						NOT = {
							is_subject_of = ROOT
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			SAF = {
				every_state = {
					limit = {
						is_core_of = PREV
					}
					add_claim_by = ROOT
				}
				IF = {
					limit = {
						exists = yes
						NOT = {
							is_subject_of = ROOT
						}
					}
					ROOT = {
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_revenge_for_the_tea_party
		prerequisite = { focus = ENG_restore_pax_britannica }
		available = {
			USA = {
				NOT = {
					has_war_with = ROOT
					is_subject_of = ROOT
				}
				exists = yes
			}
		}
		bypass = {
			USA = {
				OR = {
					has_war_with = ROOT
					is_subject_of = ROOT
					exists = no
				}
			}
		}
		icon = GFX_focus_ENG_revenge_for_the_boston_tea_party
		x = 0
		y = 1
		relative_position_id = ENG_restore_pax_britannica
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					is_core_of = USA
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = USA
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_the_crown_jewel
		prerequisite = { focus = ENG_restore_pax_britannica }
		available = {
			RAJ = {
				NOT = {
					has_war_with = ROOT
					is_subject_of = ROOT
				}
				exists = yes
			}
		}
		bypass = {
			RAJ = {
				OR = {
					has_war_with = ROOT
					is_subject_of = ROOT
					exists = no
				}
			}
		}
		icon = GFX_focus_RAJ_his_majestys_loyal_government
		x = 2
		y = 1
		relative_position_id = ENG_restore_pax_britannica
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					is_controlled_by = RAJ
				}
				add_claim_by = ROOT
			}
			create_wargoal = {
				target = RAJ
				type = annex_everything
			}
			PAK = {
				IF = {
					limit = {
						exists = yes
						NOT = {
							has_war_with = ROOT
							is_subject_of = ROOT
						}
					}
					ROOT = {
						every_state = {
							limit = {
								is_core_of = PAK
							}
							add_claim_by = ROOT
						}
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
			BAN = {
				IF = {
					limit = {
						exists = yes
						NOT = {
							has_war_with = ROOT
							is_subject_of = ROOT
						}
					}
					ROOT = {
						every_state = {
							limit = {
								is_core_of = BAN
							}
							add_claim_by = ROOT
						}
						create_wargoal = {
							target = PREV
							type = annex_everything
						}
					}
				}
			}
		}
	}

	focus = {
		id = ENG_east_india_company
		prerequisite = { focus = ENG_the_crown_jewel }
		available = {
			RAJ = {
				OR = {
					is_subject_of = ROOT
					AND = {
						439 = {
							is_controlled_by = ROOT
						}
						exists = no
					}
				}
			}
		}
		icon = GFX_focus_RAJ_the_return_of_the_east_india_trading_company_alt
		x = 0
		y = 1
		relative_position_id = ENG_the_crown_jewel
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			custom_effect_tooltip = ENG_east_india_company_tt
			hidden_effect = {
				IF = {
					limit = {
						RAJ = {
							exists = no
						}
					}
					release_autonomy = {
					    target = RAJ
					    autonomy_state = autonomy_puppet
					    freedom_level = 0.5
					}
				}
				RAJ = {
					create_country_leader = {
						name = "Board of Investors"
						picture = GFX_Portrait_ENG_BAF_Command
						expire = "1965.1.1"
						ideology = oligarchism
						traits = {
							financial_expert
						}
					}
					set_cosmetic_tag = RAJ_eic_tag
					load_focus_tree = generic_focus
					set_party_name = {
						ideology = neutrality
						long_name = RAJ_beic_party_long
						name = RAJ_beic_party
					}
					set_politics = {
						ruling_party = neutrality
						elections_allowed = no
					}
				}
			}
		}
	}

	focus = {
		id = ENG_greater_british_empire
		prerequisite = { focus = ENG_the_crown_jewel }
		prerequisite = { focus = ENG_revenge_for_the_tea_party }
		prerequisite = { focus = ENG_restore_the_dominions }
		available = {
			276 = {
				OR = {
					is_controlled_by = ROOT
					controller = {
						is_subject_of = ROOT
					}
				}
			}
			361 = {
				OR = {
					is_controlled_by = ROOT
					controller = {
						is_subject_of = ROOT
					}
				}
			}
			275 = {
				OR = {
					is_controlled_by = ROOT
					controller = {
						is_subject_of = ROOT
					}
				}
			}
			285 = {
				OR = {
					is_controlled_by = ROOT
					controller = {
						is_subject_of = ROOT
					}
				}
			}
			284 = {
				OR = {
					is_controlled_by = ROOT
					controller = {
						is_subject_of = ROOT
					}
				}
			}
			439 = {
				OR = {
					is_controlled_by = ROOT
					controller = {
						is_subject_of = ROOT
					}
				}
			}
		}
		icon = GFX_focus_ENG_greater_british_empire
		x = 0
		y = 1
		relative_position_id = ENG_revenge_for_the_tea_party
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			set_cosmetic_tag = ENG_GREATER_EMPIRE
			custom_effect_tooltip = generic_skip_one_line_tt
			add_political_power = 150
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_the_greater_british_empire_decisions
			custom_effect_tooltip = ENG_greater_british_empire_tt
		}
	}

	focus = {
		id = ENG_imperial_protectorates
		prerequisite = { focus = ENG_greater_british_empire }
		available = {
		}
		icon = GFX_focus_ENG_protectorates_imperial
		x = -2
		y = 1
		relative_position_id = ENG_greater_british_empire
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			unlock_decision_category_tooltip = UK_imperial_protectorates
		}
	}

	focus = {
		id = ENG_expand_chinese_influence
		prerequisite = { focus = ENG_greater_british_empire }
		available = {
			any_country = {
				capital_scope = {
					OR = {
						is_core_of = CHI
						is_core_of = PRC
						is_core_of = TIB
					}
				}
				any_controlled_state = {
					OR = {
						is_core_of = CHI
						is_core_of = PRC
						is_core_of = TIB
					}
					OR = {
						is_coastal = yes
						any_neighbor_state = {
							controller = {
								OR = {
									tag = ROOT
									is_subject_of = ROOT
								}
							}
						}
					}
				}
				NOT = {
					OR = {
						is_subject_of = ROOT
						tag = ROOT
					}
				}
			}
			any_controlled_state = {
				OR = {
					is_core_of = CHI
					is_core_of = PRC
					is_core_of = TIB
				}
			}
		}
		icon = GFX_focus_ENG_british_china
		x = 2
		y = 1
		relative_position_id = ENG_greater_british_empire
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						is_core_of = CHI
						is_core_of = PRC
					}
					is_coastal = yes
					controller = {
						NOT = {
							OR = {
								tag = ROOT
								is_subject_of = ROOT
							}
						}
					}
				}
				add_claim_by = ROOT
			}
			every_country = {
				limit = {
					capital_scope = {
						OR = {
							is_core_of = CHI
							is_core_of = PRC
							is_core_of = TIB
						}
					}
					any_controlled_state = {
						OR = {
							is_core_of = CHI
							is_core_of = PRC
							is_core_of = TIB
						}
						OR = {
							is_coastal = yes
							any_neighbor_state = {
								controller = {
									OR = {
										tag = ROOT
										is_subject_of = ROOT
									}
								}
							}
						}
					}
					NOT = {
						OR = {
							is_subject_of = ROOT
							tag = ROOT
						}
					}
				}
				ROOT = {
					create_wargoal = {
						target = PREV
						type = puppet_wargoal_focus
					}
				}
			}
		}
	}

	focus = {
		id = ENG_once_and_for_all
		prerequisite = { focus = ENG_greater_british_empire }
		available = {
			FRA = {
				exists = yes
			}
		}
		icon = GFX_focus_ENG_settle_the_fight
		x = 0
		y = 1
		relative_position_id = ENG_greater_british_empire
		cost = 10
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			create_wargoal = {
				target = FRA
				type = annex_everything
			}
		}
	}

	focus = {
		id = ENG_new_royal_titles
		prerequisite = { focus = ENG_the_union_jack_forever }
		available = {
		}
		icon = GFX_focus_ENG_new_royal_titles
		x = 0
		y = 1
		relative_position_id = ENG_the_union_jack_forever
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			add_political_power = 50
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = ENG_new_titles_idea
		}
	}

	focus = {
		id = ENG_fate_of_the_lands
		prerequisite = { focus = ENG_new_royal_titles }
		available = {
			controls_state = 126
			controls_state = 122
			controls_state = 133
			controls_state = 119
		}
		icon = GFX_focus_ENG_countries_of_the_uk
		x = 0
		y = 1
		relative_position_id = ENG_new_royal_titles
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			country_event = ukrework.54
		}
	}

	### OTHER COOL FOCUSES THAT I ADDED ALSO HI IF UR SEEING THIS ###

	focus = {
		id = ENG_establish_the_overseas_territories
		prerequisite = { focus = uk_service_focus }
		available = {
			date > 1944.1.1
		}
		mutually_exclusive = {  }
		icon = GFX_focus_ENG_overseas_territories
		x = 1
		y = 1
		relative_position_id = uk_service_focus
		cost = 5
		ai_will_do = {
			factor = 1
		}
		search_filters = {FOCUS_FILTER_POLITICAL}	
		completion_reward = {
			every_state = {
				limit = {
					OR = {
						state = 696
						state = 118
						state = 710
						state = 711
						state = 712
						state = 703
						state = 704
						state = 299
						state = 720
					}
					is_controlled_by = ROOT
					is_owned_by = ROOT
				}
				add_core_of = ROOT
			}
		}
	}

}
