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 = "1st S.African Colonial Regiment"
			location = 4696
			division_template = "Colonial Garrison"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd S.African Regiment"
			location = 12589
			division_template = "Colonial Garrison"
			start_experience_factor = 0.3
		}
}