﻿division_template = {
	name = "Foreign Infantry"				# 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 }
	}
	support = {
       	engineer = { x = 0 y = 0 }
       	recon = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Foreign Motorised Division" 	# Motorised Division

	regiments = {
		motorized = { x = 0 y = 0 }
	    motorized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		motorized = { x = 1 y = 0 }
	    motorized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
	}
	support = {
	 	engineer = { x = 0 y = 0 }
        recon = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Foreign Armor Division" 				# Armor Division

	regiments = {
		medium_armor = { x = 0 y = 0 }		# Cruiser Tanks Mks I, II
	    medium_armor = { x = 0 y = 1 }
		light_armor = { x = 0 y = 2 }		# Light Tanks Mk VI
		light_armor = { x = 1 y = 0 }
		light_armor = { x = 1 y = 1 }
		light_armor = { x = 1 y = 2 }
		light_armor = { x = 2 y = 0 }
	    light_armor = { x = 2 y = 1 }
		light_armor = { x = 2 y = 2 }
		motorized = { x = 3 y = 0 }
	    motorized = { x = 3 y = 1 }
	}
	support = {
	 	engineer = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
	}
}

units = {

	division = {
		name = "I Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "II Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "II Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "IV Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "V Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "VI Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "VII Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "VIII Foreign Infantry"
		location = 5005  # Khuzestan
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "I Foreign Motorised Division"
		location = 5005  # Khuzestan
		division_template = "Foreign Motorised Division"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "II Foreign Motorised Division"
		location = 5005  # Khuzestan
		division_template = "Foreign Motorised Division"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "III Foreign Motorised Division"
		location = 5005  # Khuzestan
		division_template = "Foreign Motorised Division"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "I Foreign Armor Division"
		location = 5005  # Khuzestan
		division_template = "Foreign Armor Division"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "IX Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "X Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "XI Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "XII Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "XIII Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "XIV Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "XV Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "XVI Foreign Infantry"
		location = 7982  # Fars
		division_template = "Foreign Infantry"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "IV Foreign Motorised Division"
		location = 7982  # Fars
		division_template = "Foreign Motorised Division"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "V Foreign Motorised Division"
		location = 7982  # Fars
		division_template = "Foreign Motorised Division"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "VI Foreign Motorised Division"
		location = 7982  # Fars
		division_template = "Foreign Motorised Division"
		start_experience_factor = 0.3
	}
	
	division = {
		name = "II Foreign Armor Division"
		location = 7982  # Fars
		division_template = "Foreign Armor Division"
		start_experience_factor = 0.3
	}


	
}	