﻿division_template = {
	name = "Cossack Regiment"

	regiments = {
		light_cavalry = { x = 0 y = 0}
		light_cavalry = { x = 0 y = 1}
		light_cavalry = { x = 0 y = 2}
		light_cavalry = { x = 0 y = 3}
	}
}

units = {
	division = {
		name = "1st Cossack Regiment"
		location = 11418
		division_template = "Cossack Regiment"
		start_experience_factor = 0.55
	}
	division = {
		name = "2nd Cossack Regiment"
		location = 11418
		division_template = "Cossack Regiment"
		start_experience_factor = 0.55
	}
	division = {
		name = "3rd Cossack Regiment"
		location = 11418
		division_template = "Cossack Regiment"
		start_experience_factor = 0.55
	}
}