﻿division_template = {
  	name = "Caucasian Infantry"

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

  	support = {
    	cannon_artillery_support = { x = 0 y = 0 }
  	}
}

division_template = {
	name = "Caucasian Insurgents"
	
	regiments = {
		irregular_infantry = { x = 0 y = 0 }
		irregular_infantry = { x = 0 y = 1 }
		irregular_infantry = { x = 0 y = 2 }
		irregular_infantry = { x = 1 y = 0 }
		irregular_infantry = { x = 1 y = 1 }
	}
}

division_template = {
	name = "Caucasian Cavalry"
	
	regiments = {
		irregular_cavalry = { x = 0 y = 0 }
		irregular_cavalry = { x = 0 y = 1 }
		irregular_cavalry = { x = 0 y = 2 }
	}
}

units = {
	division= {
		name = "1st Caucasian Infantry"
		location = 6689
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "2nd Caucasian Infantry"
		location = 9645
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "3rd Caucasian Infantry"
		location = 7554
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "4th Caucasian Infantry"
		location = 9645
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "5th Caucasian Infantry"
		location = 7554
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "6th Caucasian Infantry"
		location = 3711
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "7th Caucasian Infantry"
		location = 1450
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.6
	}
	division= {
		name = "8th Caucasian Infantry"
		location = 9645
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "9th Caucasian Infantry"
		location = 1450
		division_template = "Caucasian Infantry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.5
	}
	division= {
		name = "1st Caucasian Cavalry"
		location = 3711
		division_template = "Caucasian Cavalry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.6
	}
	division= {
		name = "2nd Caucasian Cavalry"
		location = 6689
		division_template = "Caucasian Cavalry"
		start_experience_factor = 0.6
		start_equipment_factor = 0.6
	}
}