﻿division_template = {
	name = "Kolonialinfanteri"

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

division_template = {
	name = "Kolonialkavalleri"

	regiments = {
		light_cavalry = { x = 0 y = 0}
	light_cavalry = { x = 0 y = 1}
	}
}
units = {
		#Capital
		division = {
			name = "Majestätens Första Afrikanska Regemente"
			location = 2050
			division_template = "Kolonialinfanteri"
			start_experience_factor = 0.2
		}
		division = {
			name = "Majestätens Andra Afrikanska Regemente"
			location = 2050
			division_template = "Kolonialinfanteri"
			start_experience_factor = 0.2
		}
		division = {
			name = "Majestätens Tredje Afrikanska Regemente"
			location = 2050
			division_template = "Kolonialinfanteri"
			start_experience_factor = 0.2
		}
		division = {
			name = "Majestätens Fjärde Afrikanska Regemente"
			location = 2050
			division_template = "Kolonialinfanteri"
			start_experience_factor = 0.1
		}
	}
