focus_tree = {
	id = persia_focus
	
	country = {
		factor = 0
		
		modifier = {
			add = 10
			tag = PER
		}
	}
	
	default = no

	focus = {
		id = PER_army_effort
		icon = GFX_goal_generic_allies_build_infantry
		x = 1
		y = 0
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			army_experience = 5
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.5
				uses = 1
				category = land_doctrine
			}
		}
	}

	focus = {
		id = PER_equipment_effort
		icon = GFX_goal_generic_small_arms
		prerequisite = { focus = PER_army_effort }
		x = 0
		y = 1
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = infantry_weapons_bonus
				bonus = 0.5
				uses = 1
				category = infantry_weapons
				category = artillery
			}
		}
	}

	focus = {
		id = PER_motorization_effort
		icon = GFX_goal_generic_army_motorized
		prerequisite = { focus = PER_army_effort }
		x = 2
		y = 1
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = motorized_bonus
				bonus = 0.75
				technology = motorised_infantry
			}
		}
	}

	focus = {
		id = PER_doctrine_effort
		icon = GFX_goal_generic_army_doctrines
		prerequisite = { focus = PER_army_effort }
		x = 1
		y = 2
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			army_experience = 5
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.5
				uses = 1
				category = land_doctrine
			}
		}
	}

	focus = {
		id = PER_equipment_effort_2
		icon = GFX_goal_generic_army_artillery
		prerequisite = { focus = PER_equipment_effort }
		x = 0
		y = 3
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = infantry_artillery_bonus
				bonus = 0.5
				uses = 1
				category = infantry_weapons
				category = artillery
			}
		}
	}

	focus = {
		id = PER_mechanization_effort
		icon = GFX_goal_generic_build_tank
		prerequisite = { focus = PER_motorization_effort }
		x = 2
		y = 3
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = motorized_bonus
				ahead_reduction = 0.5
				uses = 1
				category = motorized_equipment
			}
		}
	}

	focus = {
		id = PER_doctrine_effort_2
		icon = GFX_goal_generic_army_doctrines
		prerequisite = { focus = PER_doctrine_effort }
		x = 1
		y = 4
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			army_experience = 5
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.5
				uses = 1
				category = land_doctrine
			}
		}
	}

	focus = {
		id = PER_equipment_effort_3
		icon = GFX_goal_generic_army_artillery2
		prerequisite = { focus = PER_equipment_effort_2 }
		x = -1
		y = 5
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = infantry_artillery_bonus
				ahead_reduction = 1
				uses = 1
				category = infantry_weapons
				category = artillery
			}
		}
	}

	focus = {
		id = PER_armor_effort
		icon = GFX_goal_generic_army_tanks
		prerequisite = { focus = PER_mechanization_effort }
		x = 3
		y = 5
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = armor_bonus
				bonus = 0.5
				uses = 2
				category = armor
			}
		}
	}

	focus = {
		id = PER_special_forces
		icon = GFX_goal_generic_special_forces
		prerequisite = { focus = PER_doctrine_effort_2 }
		x = 1
		y = 6
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = special_forces_bonus
				bonus = 0.5
				uses = 1
				technology = paratroopers
				technology = paratroopers2
				technology = marines
				technology = marines2
				technology = tech_mountaineers
				technology = tech_mountaineers2
			}
		}
	}

	focus = {
		id = PER_naval_effort
		icon = GFX_goal_generic_construct_naval_dockyard
		x = 26
		y = 0
		cost = 10

		available_if_capitulated = yes


		available = {
			any_state = {
				is_coastal = yes
				is_controlled_by = ROOT
			}
		}

		complete_tooltip = {
			navy_experience = 25
			add_extra_state_shared_building_slots = 3
			add_building_construction = {
				type = dockyard
				level = 3
				instant_build = yes
			}
		}
		
		completion_reward = {
			navy_experience = 25
			if = {
				limit = {
					NOT = {
						any_owned_state = {
							dockyard > 0
							free_building_slots = {
								building = dockyard
								size > 2
								include_locked = yes
							}
						}
					}
					any_owned_state = {
						is_coastal = yes
					}
				}
				random_owned_controlled_state = {
					limit = {
						is_coastal = yes
						free_building_slots = {
							building = dockyard
							size > 2
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 3
					add_building_construction = {
						type = dockyard
						level = 3
						instant_build = yes
					}
				}
				set_country_flag = naval_effort_built
			}
			if = {
				limit = {
					NOT = { has_country_flag = naval_effort_built }
					any_owned_state = {
						dockyard > 0
						free_building_slots = {
							building = dockyard
							size > 2
							include_locked = yes
						}
					}
				}
				random_owned_controlled_state = {
					limit = {
						dockyard > 0
						free_building_slots = {
							building = dockyard
							size > 2
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 3
					add_building_construction = {
						type = dockyard
						level = 3
						instant_build = yes
					}
				}
				set_country_flag = naval_effort_built
			}
			if = {
				limit = {
					NOT = { has_country_flag = naval_effort_built }
					NOT = {
						any_owned_state = {
							free_building_slots = {
								building = dockyard
								size > 2
								include_locked = yes
							}
						}
					}
				}
				random_state = {
					limit = {
						controller = { tag = ROOT }
						free_building_slots = {
							building = dockyard
							size > 2
							include_locked = yes
						}
					}
					add_extra_state_shared_building_slots = 3
					add_building_construction = {
						type = dockyard
						level = 3
						instant_build = yes
					}
				}
			}			
		}
	}

	focus = {
		id = PER_flexible_navy
		icon = GFX_goal_generic_build_navy
		prerequisite = { focus = PER_naval_effort }
		mutually_exclusive = { focus = PER_large_navy }
		x = 27
		y = 1
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				all_owned_state = {
					OR = {
						is_coastal = no
						dockyard < 1
					}
				}
			}
		}

		completion_reward = {
			add_tech_bonus = {
				name = sub_op_bonus
				bonus = 0.5
				uses = 2
				technology = convoy_interdiction_ti
				technology = unrestricted_submarine_warfare
				technology = wolfpacks
				technology = advanced_submarine_warfare
				technology = combined_operations_raiding
			}
		}
	}

	focus = {
		id = PER_large_navy
		icon = GFX_goal_generic_navy_doctrines_tactics
		prerequisite = { focus = PER_naval_effort }
		mutually_exclusive = { focus = PER_flexible_navy }
		x = 25
		y = 1
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				all_owned_state = {
					OR = {
						is_coastal = no
						dockyard < 1
					}
				}
			}
		}

		completion_reward = {
			add_tech_bonus = {
				name = fleet_in_being_bonus
				bonus = 0.5
				uses = 2
				category = fleet_in_being_tree
			}
		}
	}

	focus = {
		id = PER_submarine_effort
		icon = GFX_goal_generic_navy_submarine
		prerequisite = { focus = PER_flexible_navy focus = PER_large_navy }
		x = 26
		y = 2
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				all_owned_state = {
					OR = {
						is_coastal = no
						dockyard < 1
					}
				}
			}
		}

		completion_reward = {
			add_tech_bonus = {
				name = ss_bonus
				bonus = 0.5
				ahead_reduction = 1
				uses = 1
				technology = early_submarine
				technology = basic_submarine
				technology = improved_submarine
				technology = advanced_submarine
			}
		}
	}

	focus = {
		id = PER_cruiser_effort
		icon = GFX_goal_generic_navy_cruiser
		prerequisite = { focus = PER_large_navy focus = PER_flexible_navy }
		x = 28
		y = 2
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				all_owned_state = {
					OR = {
						is_coastal = no
						dockyard < 1
					}
				}
			}
		}

		completion_reward = {
			add_tech_bonus = {
				name = cr_bonus
				bonus = 0.5
				ahead_reduction = 1
				uses = 1
				technology = improved_light_cruiser
				technology = advanced_light_cruiser
				technology = improved_heavy_cruiser
				technology = advanced_heavy_cruiser
			}
		}
	}

	focus = {
		id = PER_destroyer_effort
		icon = GFX_goal_generic_wolf_pack
		prerequisite = { focus = PER_submarine_effort }
		x = 26
		y = 3
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				all_owned_state = {
					OR = {
						is_coastal = no
						dockyard < 1
					}
				}
			}
		}

		completion_reward = {
			add_tech_bonus = {
				name = dd_bonus
				bonus = 0.5
				ahead_reduction = 1
				uses = 1
				technology = early_destroyer
				technology = basic_destroyer
				technology = improved_destroyer
				technology = advanced_destroyer
			}
		}
	}

	focus = {
		id = PER_capital_ships_effort
		icon = GFX_goal_generic_navy_battleship
		prerequisite = { focus = PER_cruiser_effort }
		x = 28
		y = 3
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				all_owned_state = {
					OR = {
						is_coastal = no
						dockyard < 1
					}
				}
			}
		}

		completion_reward = {
			navy_experience = 25
			add_tech_bonus = {
				name = capital_ships_bonus
				bonus = 0.5
				ahead_reduction = 1
				uses = 1
				technology = basic_battlecruiser
				technology = basic_battleship
				technology = improved_battleship
				technology = advanced_battleship
				technology = heavy_battleship
				technology = heavy_battleship2
				technology = early_carrier
				technology = basic_carrier
				technology = improved_carrier
				technology = advanced_carrier
			}
		}
	}

	focus = {
		id = PER_aviation_effort
		icon = GFX_goal_generic_build_airforce
		x = 22
		y = 0
		cost = 10

		available_if_capitulated = yes


		complete_tooltip = {
			air_experience = 25
			if = { limit = { has_country_flag = aviation_effort_AB }
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}
			}			
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.5
				uses = 1
				category = air_doctrine
			}			
		}

		completion_reward = {
			air_experience = 25

			if = {
				limit = {
					capital_scope = {
						NOT = {
							free_building_slots = {
								building = air_base
								size > 1
							}
						}
					}
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
					ROOT = { set_country_flag = aviation_effort_AB }
				}
			}
			if = {
				limit = {
					capital_scope = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
				}
				capital_scope = {
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
					ROOT = { set_country_flag = aviation_effort_AB }
				}
			}
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.5
				uses = 1
				category = air_doctrine
			}
		}
	}

	focus = {
		id = PER_fighter_focus
		icon = GFX_goal_generic_air_fighter
		prerequisite = { focus = PER_aviation_effort }
		mutually_exclusive = { focus = PER_bomber_focus }
		x = 21
		y = 1
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = fighter_bonus
				bonus = 0.5
				uses = 2
				technology = early_fighter
				technology = fighter1
				technology = fighter2
				technology = fighter3
				technology = heavy_fighter1
				technology = heavy_fighter2
				technology = heavy_fighter3
			}
		}
	}

	focus = {
		id = PER_bomber_focus
		icon = GFX_goal_generic_air_bomber
		prerequisite = { focus = PER_aviation_effort }
		mutually_exclusive = { focus = PER_fighter_focus }
		x = 23
		y = 1
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = bomber_bonus
				bonus = 0.5
				uses = 2
				technology = strategic_bomber1
				technology = strategic_bomber2
				technology = strategic_bomber3
				category = tactical_bomber
			}
		}
	}

	focus = {
		id = PER_aviation_effort_2
		icon = GFX_goal_generic_air_doctrine
		prerequisite = { focus = PER_bomber_focus focus = PER_fighter_focus }
		x = 23
		y = 2
		cost = 10

		available_if_capitulated = yes


		complete_tooltip = {
			air_experience = 25
			if = { limit = { has_country_flag = aviation_effort_2_AB }
				add_building_construction = {
					type = air_base
					level = 2
					instant_build = yes
				}
			}
			add_tech_bonus = {
				name =  air_doc_bonus
				bonus = 0.5
				uses = 1
				category = air_doctrine
			}
		}
		completion_reward = {
			air_experience = 25
			if = {
				limit = {
					capital_scope = {
						OR = {
							NOT = { is_controlled_by = ROOT }
							NOT = {
								free_building_slots = {
									building = air_base
									size > 1
								}
							}
						}
					}
				}
				random_owned_controlled_state = {
					limit = {
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}
					ROOT = { set_country_flag = aviation_effort_2_AB }
				}
			}
			if = {
				limit = {
					capital_scope = {
						is_controlled_by = ROOT
						free_building_slots = {
							building = air_base
							size > 1
						}
					}
				}
				capital_scope = {
					add_building_construction = {
						type = air_base
						level = 2
						instant_build = yes
					}				
					ROOT = { set_country_flag = aviation_effort_2_AB }
				}
			}
			add_tech_bonus = {
				name =  air_doc_bonus
				bonus = 0.5
				uses = 1
				category = air_doctrine
			}
		}
	}

	focus = {
		id = PER_CAS_effort
		icon = GFX_goal_generic_CAS
		prerequisite = { focus = PER_aviation_effort_2 }
		x = 22
		y = 3
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = CAS_bonus
				bonus = 0.5
				ahead_reduction = 1
				uses = 1
				category = cas_bomber
			}
		}
	}

	focus = {
		id = PER_rocket_effort
		icon = GFX_focus_rocketry
		prerequisite = { focus = PER_aviation_effort_2 }
		x = 23
		y = 4
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = jet_rocket_bonus
				ahead_reduction = 0.5
				uses = 2
				category = rocketry
				category = jet_technology
			}
		}

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0.25
				always = yes
			}
		}
	}

	focus = {
		id = PER_NAV_effort
		icon = GFX_goal_generic_air_naval_bomber
		prerequisite = { focus = PER_aviation_effort_2 }
		x = 24
		y = 3
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = nav_bomber_bonus
				bonus = 0.5
				ahead_reduction = 1
				uses = 1
				category = naval_bomber
			}
		}
	}

	focus = {
		id = PER_political_effort
		icon = GFX_goal_generic_demand_territory
		mutually_exclusive = { focus = PER_davud }
		x = 5
		y = 0
		cost = 10

		available_if_capitulated = yes

		ai_will_do = {
			factor = 5
		}

		completion_reward = {
			add_political_power = 185
		}
	}

	focus = {
		id = PER_liberty_ethos
		icon = GFX_goal_support_democracy
		prerequisite = { focus = PER_political_effort }
		available = {
			OR = {
				has_government = democratic
				has_government = neutrality
			}
		}
		x = 5
		y = 1
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 95
			modifier = {
				factor = 0.1
				any_neighbor_country = {
					is_major = yes
					OR = {
						has_government = communism
						has_government = fascism
					}
				}
				NOT = {
					any_neighbor_country = {
						is_major = yes
						has_government = democratic
					}
				}
			}
		}

		completion_reward = {
			add_ideas = liberty_ethos_focus
		}
	}

	focus = {
		id = PER_political_correctness
		text = political_correctness
		icon = GFX_goal_generic_dangerous_deal
		prerequisite = { focus = PER_liberty_ethos }
		x = 5
		y = 2
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_political_power = 120
			add_ideas = idea_political_correctness
		}
	}

	focus = {
		id = PER_deterrence
		text = deterrence
		icon = GFX_goal_generic_defence
		prerequisite = { focus = PER_political_correctness }
		x = 5
		y = 3
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_ideas = deterrence
		}
	}

    focus = {
		id = PER_technology_sharing
		text = technology_sharing
		icon = GFX_goal_generic_scientific_exchange
		prerequisite = { focus = PER_deterrence }
		available = {
			has_war = yes
			is_in_faction = yes
			OR = {
				num_of_factories > 50
				any_other_country = {
					is_in_faction_with = ROOT
					num_of_factories > 50
				}
			}
		}		
		x = 5
		y = 4
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			if = {
				limit = {
					original_research_slots < 3
				}
				add_research_slot = 1
			}
			if = {
				limit = {
					original_research_slots > 2
				}
				add_tech_bonus = {
					name = electronics_bonus
					bonus = 0.5
					uses = 1
					category = electronics
				}
				add_tech_bonus = {
					name = industrial_bonus
					bonus = 0.5
					uses = 1
					category = industry
				}	
				add_tech_bonus = {
					name = infantry_weapons_bonus
					bonus = 0.5
					uses = 1
					category = infantry_weapons
					category = artillery
				}				
			}			
		}
	}

	focus = {
		id = PER_davud
		icon = GFX_goal_support_fascism
		mutually_exclusive = { focus = PER_political_effort }
		x = 12
		y = 0
		cost = 10

		available_if_capitulated = yes

		ai_will_do = {
			factor = 5
		}

		completion_reward = {
		    if = {
				limit = {
					has_country_leader = { id = 550 }
				}
				retire_country_leader = yes
			}
			if = {
				limit = {
					NOT = { has_government = fascism }
				}
				set_politics = {
					ruling_party = fascism
					elections_allowed = no
				}
			}
		    remove_ideas = per_fascism
		    add_ideas = nationalism
			add_political_power = -150
		}
	}

	focus = {
		id = PER_travail
		icon = GFX_goal_generic_production
		prerequisite = { focus = PER_davud }
		x = 17
		y = 2
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_tech_bonus = {
				name = industrial_bonus
				bonus = 0.5
				uses = 2
				category = construction_tech
			}
		}

		ai_will_do = {
			factor = 3
		}
	}

	focus = {
		id = PER_exercit
		icon = GFX_goal_generic_national_unity
		prerequisite = { focus = PER_davud }
		x = 15
		y = 2
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_political_power = 120
		}
	}

	focus = {
		id = PER_urbanize_the_countryside
		prerequisite = { focus = PER_davud }
		icon = GFX_goal_generic_construct_infrastructure
		x = 18
		y = 3
		cost = 10
		ai_will_do = {
			factor = 10
		}

		completion_reward = {
			# Fars
			412 = {
				add_building_construction = {
					type = infrastructure
					level = 1
					instant_build = yes
				}
			}
			# Khuzestan
			413 = {
				add_building_construction = {
					type = infrastructure
					level = 1
					instant_build = yes
				}
			}
			# Isfahan
			411 = {
				add_building_construction = {
					type = infrastructure
					level = 1
					instant_build = yes
				}
			}
		}
	}
	
	focus = {
		id = PER_industrialize_the_north
		icon = GFX_goal_generic_construct_civ_factory
		prerequisite = { focus = PER_urbanize_the_countryside }
		x = 18
		y = 4
		cost = 10
		ai_will_do = {
			factor = 1
		}
		
		completion_reward = {
			# Tehran
			266 = {
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
			# Khorasan
			416 = {
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
			# Gilan
			420 = {
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
			# Azerbaijan
			419 = {
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
				add_extra_state_shared_building_slots = 1
			}
			
		}
	}

	focus = {
		id = PER_fort_the_persia
		icon = GFX_goal_generic_fortify_city
		prerequisite = { focus = PER_industrialize_the_north }
		x = 18
		y = 5
		cost = 10
		ai_will_do = {
			factor = 1
		}
		
		completion_reward = {
		    add_national_unity = 0.15
		}
	}

	focus = {
		id = PER_interventionism_focus
		icon = GFX_goal_generic_political_pressure
		prerequisite = { focus = PER_davud }
		available = {
			if = {
				limit = { original_tag = CHI }
				has_government = communism
				else = {
					OR = {
						has_government = fascism
					}
				}
			}
		}
		x = 13
		y = 2
		cost = 10

		available_if_capitulated = yes


		ai_will_do = {
			factor = 5
			modifier = {
				factor = 2
				any_neighbor_country = {
					is_major = yes
					has_government = communism
				}
			}			
			modifier = {
				factor = 0
				AND = {
					is_historical_focus_on = yes
					NOT = { has_government = communism }
				}
			}
		}

		completion_reward = {
			add_ideas = per_agressive
		}
	}

	focus = {
		id = PER_comite
		icon = GFX_focus_research
		prerequisite = { focus = PER_interventionism_focus }
		x = 12
		y = 3
		cost = 10

		available_if_capitulated = no

		available = {
				is_puppet = no
		}

		completion_reward = {
			add_research_slot = 1
		}
	}	
	focus = {
		id = PER_manpower_of_germany
		icon = GFX_goal_generic_small_arms
		prerequisite = { focus = PER_comite }
		x = 12
		y = 4
		cost = 10

		available_if_capitulated = no
		available = {
		    is_puppet = no
		}

		
		ai_will_do = {
			factor = 2
		}

		completion_reward = {
			GER = {
				add_manpower = 120000
		    }
		}
    }

	focus = {
		id = PER_irq
		icon = GFX_goal_generic_major_war
		prerequisite = { focus = PER_interventionism_focus }
		available = {
			is_puppet = no			
			NOT = { is_in_faction_with = IRQ }
		}
		x = 16
		y = 3
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = IRQ
			} 
		}
	}

	focus = {
		id = PER_afg
		icon = GFX_goal_generic_major_war
		prerequisite = { focus = PER_irq }
		available = {
			is_puppet = no			
			NOT = { is_in_faction_with = AFG }
		}
		x = 16
		y = 4
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = AFG
			} 
		}
	}

	focus = {
		id = PER_ara
		icon = GFX_goal_generic_major_war
		prerequisite = { focus = PER_afg }
		available = {
			is_puppet = no			
			NOT = { is_in_faction_with = SAU }
		}
		x = 16
		y = 5
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = SAU
			} 
		}
	}

	focus = {
		id = PER_tur
		icon = GFX_goal_generic_major_war
		prerequisite = { focus = PER_ara }
		available = {
			is_puppet = no			
			NOT = { is_in_faction_with = TUR }
		}
		x = 16
		y = 6
		cost = 10
		ai_will_do = {
			factor = 1
		}	
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = TUR
			} 
		}
	}

	focus = {
		id = PER_militarism
		text = militarism
		icon = GFX_goal_generic_political_pressure
		prerequisite = { focus = PER_interventionism_focus }
		x = 14
		y = 3
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			if = {
				limit = { has_idea = neutrality_idea }
				remove_ideas = neutrality_idea
			}			
			add_ideas = militarism_focus
			army_experience = 20
			set_rule = { can_send_volunteers = yes }
		}
	}

	focus = {
		id = PER_volunteer_corps
		text = volunteer_corps
		icon = GFX_goal_generic_allies_build_infantry
		prerequisite = { focus = PER_interventionism_focus }
		x = 10
		y = 3
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
		    set_rule = { can_send_volunteers = yes }
			add_ideas = volunteer_corps_focus
		}
	}	

	focus = {
		id = PER_foreign_expeditions
		text = foreign_expeditions
		icon = GFX_goal_generic_more_territorial_claims
		prerequisite = { focus = PER_volunteer_corps }
		x = 10
		y = 4
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_ideas = foreign_expeditions_focus
		}
	}

	focus = {
		id = PER_why_we_fight
		text = why_we_fight
		icon = GFX_goal_generic_propaganda
		prerequisite = { focus = PER_foreign_expeditions }

		continue_if_invalid = yes
		
		x = 10
		y = 5
		cost = 10

		available_if_capitulated = yes

		completion_reward = {
			add_ideas = why_we_fight_focus
		}
	}

	focus = {
		id = PER_seek_accommodation_with_germany
		text = POL_seek_accommodation_with_germany
		icon = GFX_goal_generic_military_deal
		prerequisite = { focus = PER_davud }
		available = {
			country_exists = GER
		}
		
		x = 10
		y = 1
		cost = 10

		ai_will_do = {
			factor = 10
		}

		available_if_capitulated = yes

		completion_reward = {
			add_opinion_modifier = { target = GER modifier = POL_seek_accommodation_with_germany }
			GER = { add_opinion_modifier = { target = ROOT modifier = POL_seek_accommodation_with_germany } }
			#Relation Boost With Germany
		}
	}

	focus = {
		id = PER_political_effo
		icon = GFX_goal_support_fascism
		prerequisite = { focus = PER_seek_accommodation_with_germany }
		x = 10
		y = 2
		cost = 10

		available_if_capitulated = yes 

		completion_reward = {
			GER = {
				country_event = generic.2
			}
		}
	}

