division_template = {
	name = "Line Infantry Regiment"

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

units = {
	division = {
		name = "1st S. African Colonial Division"
		location = 12589
		division_template = "Line Infantry Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9
	}

	division = {
		name = "2nd S. African Colonial Division"
		location = 10697
		division_template = "Line Infantry Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9
	}

	division = {
		name = "3rd S. African Colonial Division"
		location = 1468
		division_template = "Line Infantry Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.9
	}
}

instant_effect = {
	add_manpower = 5420
}