﻿division_template = {
	name = "Zulu Infantry"

	regiments = {
		tribal_infantry = { x = 0 y = 0}
	tribal_infantry = { x = 0 y = 1}
	tribal_infantry = { x = 0 y = 2}
	tribal_infantry = { x = 1 y = 0}
	tribal_infantry = { x = 1 y = 1}
	}
}
units = {
		#Capital
		division = {
			name = "1st Zulu Infantry"
			location = 13338
			division_template = "Zulu Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "2nd Zulu Infantry"
			location = 13338
			division_template = "Zulu Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "3rd Zulu Infantry"
			location = 13338
			division_template = "Zulu Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "4th Zulu Infantry"
			location = 13338
			division_template = "Zulu Infantry"
			start_experience_factor = 0.1
		}
}