﻿focus_tree = {
	id = new_zealander_focus
	
	country = {
		factor = 0
		
		modifier = {
			add = 10
			tag = NZL
			has_dlc = "Together for Victory"
		}

		#modifier = {
		#	add = 10
		#	original_tag = NZL
		#	has_dlc = "Together for Victory"
		#}
	}
	
	default = no

	focus = {
		id = NZL_time_waster
		icon = GFX_goal_generic_production2
		x = 59
		y = 20
		cost = 313
		ai_will_do = {	factor = 1000	}
		available = { is_ai = yes	}
		completion_reward = {}
	}






	############################
	###### NAVY SECTION ########
	############################

	focus = {
		id = NZL_transfer_the_new_zealand_division
		icon = GFX_goal_generic_navy_doctrines_tactics
		x = 16
		y = 0

		cost = 10

		ai_will_do = {
			factor = 2
		}
		available = {
			OR = {
				is_ai = no
				date > 1936.1.1
			}
		}

		bypass = {
			NOT = { is_subject_of = ENG }
		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			custom_effect_tooltip = NZL_transfer_ships_tt
			ENG = {
			    transfer_ship = {
			        prefer_name = "HMS Achilles"
			        type = light_cruiser
			        target = NZL
			    }
			    transfer_ship = {
			        prefer_name = "HMS Leander"
			        type = light_cruiser
			        target = NZL
			    }
			}
		}
	}

	focus = {
		id = NZL_form_the_rnzn
		icon = GFX_goal_generic_build_navy
		prerequisite = { focus = NZL_transfer_the_new_zealand_division }
		x = 0
		y = 1
		relative_position_id = NZL_transfer_the_new_zealand_division

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			navy_experience = 25
			add_breakthrough_progress = {
				specialization = specialization_naval
				value = 0.25
			}
			add_doctrine_cost_reduction = {
				name = NZL_form_the_rnzn
				cost_reduction = 0.5
				uses = 2
				category = naval_doctrine
			}
		}
	}

	focus = {
		id = NZL_expand_devonport_naval_base
		icon = GFX_goal_generic_construct_naval_dockyard
		prerequisite = { focus = NZL_form_the_rnzn }
		x = -1
		y = 2
		relative_position_id = NZL_transfer_the_new_zealand_division

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		complete_tooltip = {
			random_state = {
				limit = {
					has_state_flag = NZL_expand_devonport_naval_base_DY
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
			}
		}

		completion_reward = {
			random_owned_controlled_state = {
				prioritize = { 284 }
				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 = NZL_expand_devonport_naval_base_DY
			}
			284 = {
				add_building_construction = {
					type = naval_base
					province = 4543
					level = 3
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = NZL_coastal_defense
		icon = GFX_goal_generic_fortify_city
		prerequisite = { focus = NZL_form_the_rnzn }
		x = 1
		y = 2
		relative_position_id = NZL_transfer_the_new_zealand_division

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
		}

		bypass = {
			NOT = {
				controls_state = 284
			}
			NOT = {
				controls_state = 723
			}
		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			every_owned_state = {
				limit = {
					is_controlled_by = ROOT
					OR = {
						state = 284
						state = 723
					}
				}
				add_building_construction = {
					type = coastal_bunker
					province = {
						all_provinces = yes
						limit_to_coastal = yes
					}
					level = 2
					instant_build = yes
				}

				#Extra fort on naval bases
				add_building_construction = {
					type = bunker
					province = {
						all_provinces = yes
						limit_to_naval_base = yes
					}
					level = 2
					instant_build = yes
				}
				add_building_construction = {
					type = coastal_bunker
					province = {
						all_provinces = yes
						limit_to_naval_base = yes
					}
					level = 2
					instant_build = yes
				}
			}
		}
	}

	focus = {
		id = NZL_destroyer_effort
		icon = GFX_goal_generic_navy_anti_submarine
		prerequisite = { focus = NZL_expand_devonport_naval_base }
		mutually_exclusive = { focus = NZL_submarine_effort }
		x = -2
		y = 3
		relative_position_id = NZL_transfer_the_new_zealand_division

		cost = 10

		ai_will_do = {
			factor = 20
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_destroyer_effort
				bonus = 1.0
				ahead_reduction = 2
				uses = 1
				category = dd_tech
			}
		}
	}

	focus = {
		id = NZL_submarine_effort
		icon = GFX_goal_generic_navy_submarine
		prerequisite = { focus = NZL_expand_devonport_naval_base }
		mutually_exclusive = { focus = NZL_destroyer_effort }
		x = 0
		y = 3
		relative_position_id = NZL_transfer_the_new_zealand_division

		cost = 10

		ai_will_do = {
			factor = 2
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_submarine_effort
				bonus = 1.0
				ahead_reduction = 2
				uses = 1
				category = ss_tech
			}
		}
	}

	focus = {
		id = NZL_light_cruiser_effort
		icon = GFX_goal_generic_navy_cruiser
		prerequisite = { focus = NZL_destroyer_effort focus = NZL_submarine_effort }
		x = -2
		y = 4
		relative_position_id = NZL_transfer_the_new_zealand_division

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_light_cruiser_effort
				bonus = 1.0
				ahead_reduction = 2
				uses = 1
				category = ca_tech
			}
		}
	}

	focus = {
		id = NZL_capital_ship_effort
		icon = GFX_goal_generic_navy_battleship
		prerequisite = { focus = NZL_destroyer_effort focus = NZL_submarine_effort }
		x = 0
		y = 4
		relative_position_id = NZL_transfer_the_new_zealand_division

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_capital_ship_effort
				bonus = 1.0
				ahead_reduction = 2
				uses = 1
				category = bb_tech
				category = cv_tech
			}
		}
	}


	############################
	####### AIR SECTION ########
	############################

	focus = {
		id = NZL_expand_the_nzpaf
		icon = GFX_goal_generic_air_doctrine
		x = 21
		y = 0

		cost = 10

		ai_will_do = {
			factor = 2
		}
		available = {
			OR = {
				is_ai = no
				date > 1936.1.1
			}
		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes

		completion_reward = {
			if = {
				limit = { has_dlc = "By Blood Alone" }
				create_equipment_variant = {
					name = "Bristol Blenheim"
					type = medium_plane_airframe_1
					allow_without_tech = yes #Allowing since it comes from the UK
					modules = {
						fixed_main_weapon_slot = medium_bomb_bay
						fixed_auxiliary_weapon_slot_1 = torpedo_mounting
						fixed_auxiliary_weapon_slot_2 = bomb_locks
						engine_type_slot = engine_3_2x
						special_type_slot_1 = empty
					}
					icon = "GFX_ENG_tactical_bomber1_medium"
				}
				add_equipment_to_stockpile = {
					type = medium_plane_airframe_1
					producer = ENG
					amount = 116
					variant_name = "Bristol Blenheim"
				}
			}
			else = {
				add_equipment_to_stockpile = {
					type = nav_bomber_equipment_1
					amount = 56
					producer = ENG
				}
				
				if = {
					limit = {
						ENG = { has_tech = tactical_bomber1 }
					}
					add_equipment_to_stockpile = {
						type = tac_bomber_equipment_1
						amount = 30
						producer = ENG
					}
					else = {
						add_equipment_to_stockpile = {
							type = tac_bomber_equipment_0
							amount = 30
							producer = ENG
						}	
					}
				}
			}
			if = {
				limit = {
					has_dlc = "Arms Against Tyranny"
				}
				add_equipment_subsidy = {
					cic = 1000
					equipment_type = medium_plane_airframe
					seller_tags = { ENG }
				}
			}
		}
	}

	focus = {
		id = NZL_form_the_rnzaf
		icon = GFX_goal_generic_build_airforce
		prerequisite = { focus = NZL_expand_the_nzpaf }
		x = 0
		y = 1
		relative_position_id = NZL_expand_the_nzpaf

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		complete_tooltip = {
			air_experience = 25
			add_breakthrough_progress = {
				specialization = specialization_air
				value = 0.25
			}
			random_state = {				
				limit = {
					has_state_flag = NZL_expand_the_nzpaf_AB
				}
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}
			}
			add_doctrine_cost_reduction = {
				name = NZL_form_the_rnzaf
				cost_reduction = 0.5
				uses = 1
				category = air_doctrine
			}
		}

		completion_reward = {
			air_experience = 25
			add_breakthrough_progress = {
				specialization = specialization_air
				value = 0.25
			}
			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 = NZL_expand_the_nzpaf_AB
			}
			add_doctrine_cost_reduction = {
				name = NZL_form_the_rnzaf
				cost_reduction = 0.5
				uses = 1
				category = air_doctrine
			}
		}
	}

	focus = {
		id = NZL_fighter_focus
		icon = GFX_goal_generic_air_fighter2
		prerequisite = { focus = NZL_form_the_rnzaf }
		mutually_exclusive = { focus = NZL_bomber_focus }
		x = -1
		y = 2
		relative_position_id = NZL_expand_the_nzpaf

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_fighter_focus
				bonus = 1.0
				uses = 1
				category = light_fighter
			}
		}
	}

	focus = {
		id = NZL_bomber_focus
		icon = GFX_goal_generic_occupy_start_war
		prerequisite = { focus = NZL_form_the_rnzaf }
		mutually_exclusive = { focus = NZL_fighter_focus }
		x = 1
		y = 2
		relative_position_id = NZL_expand_the_nzpaf

		cost = 10

		ai_will_do = {
			factor = 2
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_bomber_focus
				bonus = 1.00
				uses = 1
				category = cat_strategic_bomber
				category = tactical_bomber
			}
		}
	}

	focus = {
		id = NZL_defend_our_islands
		icon = GFX_goal_generic_air_naval_bomber
		prerequisite = { focus = NZL_form_the_rnzaf focus = NZL_coastal_defense }
		x = -3
		y = 3
		relative_position_id = NZL_expand_the_nzpaf

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_defend_our_islands
				bonus = 1.00
				uses = 2
				category = naval_air
			}
		}
	}

	focus = {
		id = NZL_modern_fighters
		icon = GFX_goal_generic_air_fighter
		prerequisite = { focus = NZL_fighter_focus focus = NZL_bomber_focus }
		mutually_exclusive = { focus = NZL_heavy_bombers }
		x = -1
		y = 3
		relative_position_id = NZL_expand_the_nzpaf

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_modern_fighters
				bonus = 1.0
				uses = 1
				category = light_fighter
				category = cat_heavy_fighter
			}
		}
	}

	focus = {
		id = NZL_heavy_bombers
		icon = GFX_goal_generic_air_bomber
		prerequisite = { focus = NZL_fighter_focus focus = NZL_bomber_focus }
		mutually_exclusive = { focus = NZL_modern_fighters }
		x = 1
		y = 3
		relative_position_id = NZL_expand_the_nzpaf

		cost = 10

		ai_will_do = {
			factor = 2
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_heavy_bombers
				bonus = 1.0
				uses = 2
				category = cat_strategic_bomber
			}
		}
	}

	
	############################
	##### INDUSTRY SECTION #####
	############################

	focus = {
		id = NZL_national_roads_board
		icon = GFX_goal_generic_construct_infrastructure
		x = 25
		y = 0

		cost = 10

		ai_will_do = {
			factor = 8
		}
		available = {
			OR = {
				is_ai = no
				date > 1936.1.1
			}
		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		complete_tooltip = {
			random_state = {
				limit = {
					has_state_flag = NZL_national_roads_board_Inf1
				}
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}

			random_state = {
				limit = {
					has_state_flag = NZL_national_roads_board_Inf2
				}
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
			}
		}

		completion_reward = {
			random_owned_controlled_state = {
				prioritize = { 284 }
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 1
					}
				}
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
				set_state_flag = NZL_national_roads_board_Inf1
			}

			random_owned_controlled_state = {
				prioritize = { 723 }
				limit = {
					free_building_slots = {
						building = infrastructure
						size > 1
					}
				}
				add_building_construction = {
					type = infrastructure
					level = 2
					instant_build = yes
				}
				set_state_flag = NZL_national_roads_board_Inf2
			}
		}
	}

	focus = {
		id = NZL_new_zealand_steel
		icon = GFX_goal_generic_production2
		prerequisite = { focus = NZL_national_roads_board }
		x = -2
		y = 1
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			controls_state = 284 
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		completion_reward = {
			284 = {
				add_resource = {
					type = steel
					amount = 10
				}
			}
		}
	}

	focus = {
		id = NZL_taranaki_oil
		icon = GFX_goal_generic_oil_refinery
		prerequisite = { focus = NZL_national_roads_board }
		x = 0
		y = 1
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			controls_state = 284
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		completion_reward = {
			284 = {
				add_resource = {
					type = oil
					amount = 5
				}
			}
		}
	}

	focus = {
		id = NZL_wairarapa_sheep_farms
		icon = GFX_goal_generic_consumer_goods
		prerequisite = { focus = NZL_national_roads_board }
		x = 2
		y = 1
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 25
			modifier = {
				factor = 2
				has_completed_focus = NZL_bureau_of_industry
			}
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		completion_reward = {
			add_ideas = NZL_wairarapa_sheep_farms
		}
	}

	focus = {
		id = NZL_bureau_of_industry
		icon = GFX_goal_generic_production
		prerequisite = { focus = NZL_new_zealand_steel focus = NZL_taranaki_oil }
		x = 0
		y = 2
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 25
			modifier = {
				factor = 2
				has_completed_focus = NZL_wairarapa_sheep_farms
			}
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		complete_tooltip = {
			random_state = {
				limit = {
					has_state_flag = NZL_bureau_of_industry_IC1
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
		}

		completion_reward = {
			random_owned_controlled_state = {
				prioritize = { 284 723 }
				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 = NZL_bureau_of_industry_IC1
			}
		}
	}

	focus = {
		id = NZL_department_of_scientific_and_industrial_research
		icon = GFX_focus_research
		prerequisite = { focus = NZL_bureau_of_industry }
		x = -1
		y = 3
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 35
			modifier = {
				factor = 2
				has_completed_focus = NZL_heavy_bombers
			}
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_research_slot = 1
		}
	}

	focus = {
		id = NZL_industrial_conscription
		icon = GFX_goal_generic_construct_civilian
		prerequisite = { focus = NZL_wairarapa_sheep_farms }
		prerequisite = { focus = NZL_bureau_of_industry }
		x = 1
		y = 3
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 25
			modifier = {
				factor = 2
				has_completed_focus = NZL_domestic_arms_industry
			}
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no		
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		complete_tooltip = {
			random_state = {
				limit = {
					has_state_flag = NZL_industrial_conscription_AF
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
			}
		}

		completion_reward = {
			random_owned_controlled_state = {
				prioritize = { 284 723 }
				limit = {
					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 = NZL_industrial_conscription_AF
			}
		}
	}

	focus = {
		id = NZL_think_big
		icon = GFX_goal_generic_construct_civ_factory
		prerequisite = { focus = NZL_industrial_conscription }
		prerequisite = { focus = NZL_domestic_arms_industry }
		x = 2
		y = 4
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 25
			modifier = {
				factor = 2
				has_completed_focus = NZL_department_of_scientific_and_industrial_research
			}
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		complete_tooltip = {
			random_state = {
				limit = {
					has_state_flag = NZL_think_big_IC1
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
			random_state = {
				limit = {
					has_state_flag = NZL_think_big_AF
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
		}

		completion_reward = {
			random_owned_controlled_state = {
				prioritize = { 284 723 }
				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 = NZL_think_big_IC1
			}
			random_owned_controlled_state = {
				prioritize = { 284 723 }
				limit = {
					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 = NZL_think_big_AF
			}
		}
	}

	focus = {
		id = NZL_project_seal
		icon = GFX_focus_wonderweapons
		prerequisite = { focus = NZL_heavy_bombers focus = NZL_modern_fighters }
		prerequisite = { focus = NZL_department_of_scientific_and_industrial_research }
		x = -2
		y = 4
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 35
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			if = {
				limit = {
					NOT = {
						has_tech = atomic_research
					}
				}
				add_tech_bonus = {
					name = NZL_project_seal
					bonus = 0.5
					uses = 1
					category = nuclear
				}
			}
			else = {
				add_breakthrough_progress = {
					specialization = specialization_nuclear
					value = 0.75
				}
			}
		}
	}

	focus = {
		id = NZL_national_defense_institute
		icon = GFX_focus_research
		prerequisite = { focus = NZL_project_seal }
		x = -2
		y = 5
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 35
		}

		available = {
			is_subject = no
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_research_slot = 1
		}
	}

	focus = {
		id = NZL_expand_the_university_of_auckland
		icon = GFX_focus_research
		prerequisite = { focus = NZL_think_big }
		prerequisite = { focus = NZL_department_of_scientific_and_industrial_research }
		x = 0
		y = 5
		relative_position_id = NZL_national_roads_board

		cost = 10

		ai_will_do = {
			factor = 35
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_research_slot = 1
		}
	}


	############################
	####### ARMY SECTION #######
	############################
	
	focus = {
		id = NZL_army_reforms
		icon = GFX_goal_generic_army_doctrines
		x = 30
		y = 0

		cost = 10

		ai_will_do = {
			factor = 2
		}
		available = {
			OR = {
				is_ai = no
				date > 1936.1.1
			}
		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			army_experience = 25
			add_doctrine_cost_reduction = {
				name = NZL_army_reforms
				cost_reduction = 0.5
				uses = 1
				category = land_doctrine
			}
		}
	}

	focus = {
		id = NZL_charlton_automatic_rifle
		icon = GFX_goal_generic_small_arms
		prerequisite = { focus = NZL_army_reforms }
		x = -1
		y = 1
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
			modifier = {
				factor = 2
				has_completed_focus = NZL_industrial_conscription
			}
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_charlton_automatic_rifle
				bonus = 1.0
				uses = 1
				category = infantry_weapons
			}
		}
	}

	focus = {
		id = NZL_bob_semple_tank 
		icon = GFX_focus_NZL_bob_semple_tank		#VEHICLE OF GLORIOUS DESIGN BOB SEMPLE TANK MUST HAVE UNIQUE ICON
		prerequisite = { focus = NZL_army_reforms }
		x = 1
		y = 1
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {
			OR = {
				has_tech = basic_light_tank
				has_tech = basic_light_tank_chassis
			}
		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_breakthrough_progress = {
				specialization = specialization_land
				value = 0.1
			}
			custom_effect_tooltip = generic_skip_one_line_tt
			add_ideas = NZL_bob_semple_tank
			custom_effect_tooltip = generic_skip_one_line_tt
			if = {
				limit = {
					NOT = { has_dlc = "No Step Back" }
				}
				add_tech_bonus = {
					name = NZL_bob_semple_tank
					bonus = 1.0
					uses = 1
					technology = basic_light_tank
				}
			}
			else = {
				add_tech_bonus = {
					name = NZL_bob_semple_tank
					bonus = 1.0
					uses = 1
					technology = basic_light_tank_chassis
				}
			}
		}
	}

	focus = {
		id = NZL_domestic_arms_industry
		icon = GFX_goal_generic_construct_mil_factory
		prerequisite = { focus = NZL_charlton_automatic_rifle }
		x = -1
		y = 2
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
			modifier = {
				factor = 2
				has_completed_focus = NZL_industrial_conscription
			}
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY }

		complete_tooltip = {
			random_state = {
				limit = {
					has_state_flag = NZL_domestic_arms_industry_AF
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = arms_factory
					level = 2
					instant_build = yes
				}
			}
		}

		completion_reward = {
			random_owned_controlled_state = {
				prioritize = { 284 723 }
				limit = {
					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 = NZL_domestic_arms_industry_AF
			}
		}
	}

	focus = {
		id = NZL_schofield_tank
		icon = GFX_goal_generic_army_tanks
		prerequisite = { focus = NZL_bob_semple_tank }
		x = 1
		y = 2
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_breakthrough_progress = {
				specialization = specialization_land
				value = 0.15
			}
			add_tech_bonus = {
				name = NZL_schofield_tank
				bonus = 1.0
				uses = 1
				category = cat_light_armor
			}
		}
	}

	focus = {
		id = NZL_long_range_patrol
		icon = GFX_goal_generic_special_forces
		prerequisite = { focus = NZL_domestic_arms_industry }
		x = -1
		y = 3
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_tech_bonus = {
				name = NZL_long_range_patrol
				bonus = 1.00
				uses = 2
				category = marine_tech
			}
		}
	}

	focus = {
		id = NZL_artillery_focus
		icon = GFX_goal_generic_army_artillery
		prerequisite = { focus = NZL_schofield_tank }
		x = 1
		y = 3
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_breakthrough_progress = {
				specialization = specialization_land
				value = 0.25
			}
			add_tech_bonus = {
				name = NZL_artillery_focus
				bonus = 1.00
				uses = 1
				category = artillery
			}
		}
	}

	focus = {
		id = NZL_research_collaboration
		icon = GFX_goal_generic_scientific_exchange
		prerequisite = { focus = NZL_big_bob_tank }
		prerequisite = { focus = NZL_think_big }
		x = -1
		y = 5
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			is_subject = no
			has_war = yes
			is_in_faction = yes
			OR = {
				num_of_factories > 50
				any_other_country = {
					is_in_faction_with = ROOT
					num_of_factories > 50
				}
			}
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_research_slot = 1
		}
	}

	focus = {
		id = NZL_big_bob_tank
		icon = GFX_goal_generic_build_tank
		prerequisite = { focus = NZL_artillery_focus }
		x = 1
		y = 4
		relative_position_id = NZL_army_reforms

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			add_breakthrough_progress = {
				specialization = specialization_land
				value = 0.25
			}
			if = {
				limit = {
					NOT = { has_dlc = "No Step Back" }
				}
				add_tech_bonus = {
					name = NZL_big_bob_tank
					ahead_reduction = 2
					bonus = 1.0
					uses = 1
					technology = super_heavy_tank
				}
			}
			else = {
				add_tech_bonus = {
					name = NZL_big_bob_tank
					ahead_reduction = 2
					bonus = 1.0
					uses = 1
					technology = super_heavy_tank_chassis
				}
			}
		}
	}

	############################
	##### POLITICS SECTION #####
	############################

	focus = {
		id = NZL_the_first_labor_government
		icon = GFX_goal_generic_improve_relations
		x = 4
		y = 0

		cost = 10

		ai_will_do = {
			factor = 2
		}
		available = {
			OR = {
				is_ai = no
				date > 1936.1.1
			}
		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY FOCUS_FILTER_STABILITY }

		completion_reward = {
			add_ideas = NZL_first_labor_government
		}
	}

	############################
	## SHARED POLITICS SECTION #
	############################

	focus = {
		id = NZL_ratana_alliance
		icon = GFX_goal_anschluss
		prerequisite = { focus = NZL_the_first_labor_government }
		x = -3
		y = 1
		relative_position_id = NZL_the_first_labor_government

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_WAR_SUPPORT FOCUS_FILTER_STABILITY }

		completion_reward = {
			add_ideas = NZL_ratana_alliance
		}
	}

	focus = {
		id = NZL_maori_affairs_act
		icon = GFX_goal_generic_construction2
		prerequisite = { focus = NZL_ratana_alliance }
		x = -1
		y = 1
		relative_position_id = NZL_ratana_alliance

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			controls_state = 284
			controls_state = 723
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			284 = {
				add_extra_state_shared_building_slots = 1
			}
			723 = {
				add_extra_state_shared_building_slots = 1
			}
			add_stability = -0.05
		}
	}

	focus = {
		id = NZL_social_security_act
		icon = GFX_goal_generic_forceful_treaty
		prerequisite = { focus = NZL_ratana_alliance }
		x = 1
		y = 1
		relative_position_id = NZL_ratana_alliance

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_WAR_SUPPORT FOCUS_FILTER_STABILITY FOCUS_FILTER_MANPOWER }

		completion_reward = {
			add_ideas = NZL_social_security_act
		}
	}

	focus = {
		id = NZL_the_manpower_act
		icon = GFX_goal_generic_allies_build_infantry
		prerequisite = { focus = NZL_social_security_act focus = NZL_maori_affairs_act }
		x = 0
		y = 2
		relative_position_id = NZL_ratana_alliance

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_MANPOWER }

		completion_reward = {
			add_ideas = NZL_the_manpower_act
		}
	}

	focus = {
		id = NZL_amend_the_maori_affairs_act
		icon = GFX_goal_generic_construct_civilian
		prerequisite = { focus = NZL_the_manpower_act }
		mutually_exclusive = { focus = NZL_waitangi_tribunal }
		x = -1
		y = 3
		relative_position_id = NZL_ratana_alliance

		cost = 10

		ai_will_do = {
			factor = 1
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			284 = {
				add_extra_state_shared_building_slots = 2
			}
			723 = {
				add_extra_state_shared_building_slots = 2
			}
			add_stability = -0.05
		}
	}

	focus = {
		id = NZL_waitangi_tribunal
		icon = GFX_goal_generic_neutrality_focus
		prerequisite = { focus = NZL_the_manpower_act }
		mutually_exclusive = { focus = NZL_amend_the_maori_affairs_act }
		x = 1
		y = 3
		relative_position_id = NZL_ratana_alliance

		cost = 10

		ai_will_do = {
			factor = 8
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY FOCUS_FILTER_MANPOWER }

		completion_reward = {
			add_ideas = NZL_waitangi_tribunal
		}
	}

	focus = {
		id = NZL_maori_conscription
		icon = GFX_goal_generic_small_arms
		prerequisite = { focus = NZL_amend_the_maori_affairs_act }
		x = -1
		y = 4
		relative_position_id = NZL_ratana_alliance

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_MANPOWER }

		completion_reward = {
			add_ideas = NZL_maori_conscription
		}
	}

	focus = {
		id = NZL_maori_volunteers
		icon = GFX_goal_generic_propaganda
		prerequisite = { focus = NZL_waitangi_tribunal }
		x = 1
		y = 4
		relative_position_id = NZL_ratana_alliance

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			unlock_decision_tooltip = NZL_demand_islands
			division_template = {
				is_locked = yes
				name = "Maori Volunteers"
				division_names_group = NZL_INF_01
				regiments = {
					infantry = { x = 0 y = 0 }
					infantry = { x = 0 y = 1 }
					infantry = { x = 0 y = 2 }
					
					infantry = { x = 1 y = 0 }
					infantry = { x = 1 y = 1 }
					infantry = { x = 1 y = 2 }
				}
			}
			random_owned_controlled_state = {
				prioritize = { 284 723 }
				create_unit = {
					division = " name = \"Maori Volunteers\" division_template = \"Maori Volunteers\" start_experience_factor = 0.0"
					owner = NZL
				}
			}
		}
	}


	#########################
	### THE CLASH SECTION ###
	#########################

	focus = {
		id = NZL_strengthen_the_commonwealth
		icon = GFX_goal_tfv_strengthen_commonwealth_ties
		prerequisite = { focus = NZL_the_first_labor_government }
		mutually_exclusive = { focus = NZL_statute_of_westminster }
		x = 0
		y = 1
		relative_position_id = NZL_the_first_labor_government

		cost = 10

		ai_will_do = {
			factor = 30
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_POLITICAL FOCUS_FILTER_RESEARCH }

		completion_reward = {
			modify_tech_sharing_bonus = {
			  	id = commonwealth_research
			   	bonus = 0.05
			}
			add_political_power = 100
			add_opinion_modifier = { target = ENG modifier = NZL_strengthen_ties } 
			ENG = { add_opinion_modifier = { target = NZL modifier = NZL_strengthen_ties } }
		}
	}

	focus = {
		id = NZL_statute_of_westminster
		icon = GFX_goal_generic_forceful_treaty
		prerequisite = { focus = NZL_the_first_labor_government }
		mutually_exclusive = { focus = NZL_strengthen_the_commonwealth }
		x = 5
		y = 1
		relative_position_id = NZL_the_first_labor_government

		cost = 10

		ai_will_do = {
			factor = 3
		}

		available = {
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_POLITICAL FOCUS_FILTER_TFV_AUTONOMY }

		completion_reward = {
			add_political_power = 120
			add_autonomy_ratio = {
				value = 0.5
				localization = NZL_statute_of_westminster
			}
		}
	}

	############################
	# GO COMMONWEALTH SECTION ##
	############################

	focus = {
		id = NZL_2nzef
		icon = GFX_goal_generic_position_armies
		prerequisite = { focus = NZL_strengthen_the_commonwealth }
		x = 0
		y = 1
		relative_position_id = NZL_strengthen_the_commonwealth

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			add_ideas = NZL_2nzef
		}
	}

	focus = {
		id = NZL_arrest_pacifist_leaders
		icon = GFX_goal_generic_attack_allies
		prerequisite = { focus = NZL_2nzef }
		x = 0
		y = 2
		relative_position_id = NZL_strengthen_the_commonwealth

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {

		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_WAR_SUPPORT FOCUS_FILTER_MANPOWER }

		completion_reward = {
			add_ideas = NZL_stomp_out_pacifism
		}
	}

	focus = {
		id = NZL_technology_sharing_with_britain
		icon = GFX_goal_tfv_generic_tech_sharing
		prerequisite = { focus = NZL_arrest_pacifist_leaders }
		x = 0
		y = 3
		relative_position_id = NZL_strengthen_the_commonwealth

		cost = 10

		ai_will_do = {
			factor = 30
		}

		available = {
			ENG = { has_government = ROOT }
			is_in_tech_sharing_group = commonwealth_research
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = yes
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			modify_tech_sharing_bonus = {
 				id = commonwealth_research
 				bonus = 0.05  # we get 20% higher bonus from this group
			}
		}
	}

	############################
	### GO COMMUNIST SECTION ###
	############################

	focus = {
		id = NZL_the_lee_affair
		icon = GFX_goal_support_communism
		prerequisite = { focus = NZL_statute_of_westminster }
		mutually_exclusive = { focus = NZL_in_the_darkness focus = NZL_constitution_amendment_act }
		x = 1
		y = 1
		relative_position_id = NZL_statute_of_westminster

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_TFV_AUTONOMY }

		completion_reward = {
			swap_ideas = {
				remove_idea = NZL_first_labor_government
				add_idea = NZL_the_workers_party_1
			}
		}
	}

	focus = {
		id = NZL_empower_the_working_class
		icon = GFX_goal_generic_propaganda
		prerequisite = { focus = NZL_the_lee_affair }
		x = 0
		y = 1
		relative_position_id = NZL_the_lee_affair

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			is_subject = no
			has_government = communism
			NOT = { has_war_together_with = ENG }
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_TFV_AUTONOMY FOCUS_FILTER_POLITICAL FOCUS_FILTER_INDUSTRY }

		completion_reward = {
			ENG = { remove_from_faction = ROOT }
			add_political_power = 100
			OVERLORD = {
				set_autonomy = {
					target = NZL
					autonomy_state = autonomy_free
				}
			}

			swap_ideas = {
				remove_idea = NZL_the_workers_party_1
				add_idea = NZL_the_workers_party_2
			}
		}
	}

	focus = {
		id = NZL_join_comintern
		icon = GFX_goal_generic_alliance
		prerequisite = { focus = NZL_empower_the_working_class }
		x = 0
		y = 2
		relative_position_id = NZL_the_lee_affair

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			is_subject = no
			has_government = communism
			SOV_comintern_joinable = yes 
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			SOV = { country_event = { id = tfv_new_zealand.1 } }
		}
	}

	focus = {
		id = NZL_technology_sharing_with_soviet_union
		icon = GFX_goal_tfv_generic_tech_sharing
		prerequisite = { focus = NZL_join_comintern }
		x = 0
		y = 3
		relative_position_id = NZL_the_lee_affair

		cost = 10

		ai_will_do = {
			factor = 30
		}

		available = {
			has_government = communism
			SOV = { has_government = communism }
			is_subject = no
			is_in_faction_with = SOV
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
		
			SOV = { add_to_tech_sharing_group = comintern_research }
			add_to_tech_sharing_group = comintern_research
		}
	}


	############################
	#### GO FASCIST SECTION ####
	############################

	focus = {
		id = NZL_in_the_darkness
		icon = GFX_goal_support_fascism
		prerequisite = { focus = NZL_statute_of_westminster }
		mutually_exclusive = { focus = NZL_the_lee_affair focus = NZL_constitution_amendment_act }
		x = -3
		y = 1
		relative_position_id = NZL_statute_of_westminster

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_INDUSTRY FOCUS_FILTER_TFV_AUTONOMY }

		completion_reward = {
			swap_ideas = {
				remove_idea = NZL_first_labor_government
				add_idea = NZL_in_the_darkness
			}
		}
	}

	focus = {
		id = NZL_befriend_japan
		icon = GFX_goal_generic_improve_relations
		prerequisite = { focus = NZL_in_the_darkness }
		mutually_exclusive = { focus = NZL_rule_them_all }		
		x = 0
		y = 1
		relative_position_id = NZL_in_the_darkness

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			NOT = { has_war_with = JAP }
			JAP = { has_government = ROOT }
			is_subject = no
			has_government = fascism			
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			JAP = { country_event = { id = tfv_new_zealand.4 } }
		}
	}

	focus = {
		id = NZL_rule_them_all
		icon = GFX_goal_generic_demand_territory
		prerequisite = { focus = NZL_in_the_darkness }
		mutually_exclusive = { focus = NZL_befriend_japan }
		x = 2
		y = 1
		relative_position_id = NZL_in_the_darkness

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			is_subject = no
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_POLITICAL }

		completion_reward = {
			set_rule = { can_create_factions = yes }
			if = {
				limit = { AST = { NOT = { has_government = ROOT } } }
				create_wargoal = {
					type = annex_EVERYTHING#!!!!!
					target = AST
					expire = 0
				}
				else = {
					add_political_power = 50
				}
			}
		}
	}

	focus = {
		id = NZL_technology_sharing_with_japan
		icon = GFX_goal_tfv_generic_tech_sharing
		prerequisite = { focus = NZL_befriend_japan }
		x = 0
		y = 2
		relative_position_id = NZL_in_the_darkness

		cost = 10

		ai_will_do = {
			factor = 30
		}

		available = {
			has_government = fascism
			is_in_faction_with = JAP
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_RESEARCH }

		completion_reward = {
			JAP = { add_to_tech_sharing_group = japanese_research }
			add_to_tech_sharing_group = japanese_research
		}
	}


	############################
	##### GO ALONE SECTION #####
	############################

	focus = {
		id = NZL_constitution_amendment_act
		icon = GFX_goal_tfv_sever_ties_with_uk
		prerequisite = { focus = NZL_statute_of_westminster }
		mutually_exclusive = { focus = NZL_the_lee_affair focus = NZL_in_the_darkness }
		x = 3
		y = 1
		relative_position_id = NZL_statute_of_westminster

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			NOT = {
				any_country = {
					has_war_together_with = ROOT
					is_in_faction_with = ROOT
				}
			}
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no
		search_filters = { FOCUS_FILTER_POLITICAL FOCUS_FILTER_TFV_AUTONOMY }

		completion_reward = {
			add_political_power = 70
			add_autonomy_ratio = {
				value = 1
				localization = NZL_constitution_amendment_act
			}
		}
	}

	focus = {
		id = NZL_independent_new_zealand
		icon = GFX_focus_AST_never_gallipoli
		prerequisite = { focus = NZL_constitution_amendment_act }
		x = 0
		y = 1
		relative_position_id = NZL_constitution_amendment_act

		cost = 10

		ai_will_do = {
			factor = 25
		}

		available = {
			is_subject = no
			NOT = {
				any_country = {
					has_war_together_with = ROOT
					is_in_faction_with = ROOT
				}
			}
			NOT = { has_country_flag = britain_enforced_our_loyalty }
		}

		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		completion_reward = {
			set_rule = { can_create_factions = yes }
			random_country = {
				limit = {
					NOT = { ROOT = { is_faction_leader = yes } }
					is_faction_leader = yes
					is_in_faction_with = ROOT
				}
				remove_from_faction = ROOT
			}
		}
	}



}		
