﻿start_equipment_factor = 0.3
division_template = {
	name = "Mixed Division"				# Mixed Division - Divisions raised in 1939, still at reserve levels at start of war

	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 }
		cavalry = { x = 2 y = 0 }
		cavalry = { x = 2 y = 1 }
		cavalry = { x = 2 y = 2 }
	}
}
division_template = {
	name = "Infantry Group"				# Represents groups of independent infantry brigades

	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 }
	}
}


units = {
	######## LAND OOB ########
	##### Royal Iranian Army #####
	division = {
		name = "1st Division"
		location = 1896
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "2nd Division"
		location = 10913
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "3rd Division"
		location = 10837
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "4th Division"
		location = 5029
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "5th Division"
		location = 7982
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "6th Division"
		location = 2026
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "7th Division"
		location = 8117
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "8th Division"
		location = 7953
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "9th Division"
		location = 5005
		division_template = "Mixed Division"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "North Persia Group"
		location = 1896
		division_template = "Infantry Group"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division = {
		name = "South Persia Group"
		location = 10837
		division_template = "Infantry Group"		
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}

	######## No Naval OOB ########
}

air_wings = {
	### Royal Iranian Air Force ###
	266 = {
		fighter_equipment_0 =  { owner = "PER" amount = 72 }		# 1st Air Group -- Hawker Furys
		CAS_equipment_1 =  { owner = "PER" amount = 48 }			# 2nd, 3rd Air Groups -- Hawker Hinds, Audaxes
	}
}



instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "PER"
		}
		requested_factories = 1
		progress = 0.51
		efficiency = 100
	}
}