﻿division_template = {
	name = "Infanteribrigad"

	division_names_group = SWE_INF_01

	regiments = {
		line_infantry = { x = 0 y = 0}
		line_infantry = { x = 0 y = 1}
		line_infantry = { x = 1 y = 0}
		line_infantry = { x = 1 y = 1}
	}

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

division_template = {
	name = "Husarbrigad"

	division_names_group = SWE_CAV_01

	regiments = {
		light_cavalry = { x = 0 y = 0}
		light_cavalry = { x = 0 y = 1}
		light_cavalry = { x = 1 y = 0}
		light_cavalry = { x = 1 y = 1}
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Fältjägarbrigad"

	division_names_group = SWE_MOT_01

	regiments = {
		light_infantry = { x = 0 y = 0}
		light_infantry = { x = 0 y = 1}
		light_infantry = { x = 0 y = 2}
		light_infantry = { x = 0 y = 3}
	}
 	support = {
		cannon_artillery_support = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
	}
}

units = {
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 13
			}
			location = 9329
			division_template = "Infanteribrigad"
			start_experience_factor = 0.2
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 14
			}
			location = 9279
			division_template = "Infanteribrigad"
			start_experience_factor = 0.2
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 12
			}
			location = 11215
			division_template = "Infanteribrigad"
			start_experience_factor = 0.2
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 11
			}
			location = 6310
			division_template = "Infanteribrigad"
			start_experience_factor = 0.2
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 4
			}
			location = 77
			division_template = "Fältjägarbrigad"
			start_experience_factor = 0.4
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 5
			}
			location = 9108
			division_template = "Fältjägarbrigad"
			start_experience_factor = 0.4
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 10
			}
			location = 6050
			division_template = "Infanteribrigad"
			start_experience_factor = 0.2
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 7
			}
			location = 6050
			division_template = "Husarbrigad"
			start_experience_factor = 0.7
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 10
			}
			location = 9108
			division_template = "Husarbrigad"
			start_experience_factor = 0.2
		}
		division = {
			division_name = {
					is_name_ordered = yes
					name_order = 3
			}
			location = 6050
			division_template = "Husarbrigad"
			start_experience_factor = 0.7
		}
		}