division_template = {
	name = "Colonial Garrison"

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

units = {
		division = {
			name = "3rd S.African Colonial Regiment"
			location = 1494
			division_template = "Colonial Garrison"
			start_experience_factor = 0.3
		}
		division = {
			name = "4th S.African Regiment"
			location = 1468
			division_template = "Colonial Garrison"
			start_experience_factor = 0.3
		}
		division = {
			name = "5th S.African Regiment"
			location = 7576
			division_template = "Colonial Garrison"
			start_experience_factor = 0.3
		}
}
