﻿division_template = {
	name = "Bosnian Infantry"

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

units = {
		division= {
			name = "1st Infantry"
			location = 11899
			division_template = "Bosnian Infantry"
			start_experience_factor = 0.1
		}
		division= {
			name = "2nd Infantry"
			location = 11899
			division_template = "Bosnian Infantry"
			start_experience_factor = 0.1
		}
		division= {
			name = "3rd Infantry"
			location = 6983
			division_template = "Bosnian Infantry"
			start_experience_factor = 0.1
		}
}