﻿division_template = {
	name = "Sarbaz Division"				# Infantry Division

	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 }
        infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
}

division_template = {
	name = "Sepaah Brigade"					# Sepaah Brigade

	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 }
        infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
		cavalry = { x = 3 y = 0 }
		cavalry = { x = 3 y = 1 }
		cavalry = { x = 3 y = 2 }
	}
	priority = 2
}

division_template = {
	name = "Sarbaz-e Kooh" 					# Mountain Division

	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
		mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
		mountaineers = { x = 1 y = 2 }
	}
}

division_template = {
	name = "Asbaran Division"				# Cavalry Division

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
		cavalry = { x = 2 y = 0 }
		cavalry = { x = 2 y = 1 }
		cavalry = { x = 2 y = 2 }
	}
}

units = {
	######## LAND OOB ########
	##### Royal Iranian Army #####
	
	division = {
		name = "Persian Cossack Brigade"
		location = 1896
		division_template = "Asbaran Division"		
		start_experience_factor = 0.3

	}
	
	division = {
		name = "Imperial Gendarmerie"
		location = 10837
		division_template = "Sarbaz Division"		
		start_experience_factor = 0.3

	}
	
	division = {
		name = "South Persia Rifles"
		location = 10913
		division_template = "Sarbaz Division"		
		start_experience_factor = 0.3
	}
		
	division = {
		name = "1. Sepaah Brigade"
		location = 5029
		division_template = "Sepaah Brigade"		
		start_experience_factor = 0.4

	}
	
	division = {
		name = "1. Sarbaz-e Kooh"
		location = 2026
		division_template = "Sarbaz-e Kooh"		
		start_experience_factor = 0.2
	}	
	
	division = {
		name = "2. Sarbaz-e Kooh"
		location = 7982
		division_template = "Sarbaz-e Kooh"		
		start_experience_factor = 0.2

	}
	
	division = {
		name = "3. Sarbaz-e Kooh"
		location = 8117
		division_template = "Sarbaz-e Kooh"		
		start_experience_factor = 0.2

	}
	
	division = {
		name = "1. Sarbaz Brigade"
		location = 7953
		division_template = "Sarbaz Division"		
		start_experience_factor = 0.2

	}

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

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



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