﻿division_template = {
	name = "African Infantry"

	regiments = {
		tribal_infantry = { x = 0 y = 0 }
	}
}

units = {
	division= {
		name = "Tribal Levy Army"
		capital_scope={
			location = THIS
		}
		start_experience_factor = 0.5
		division_template = "African Infantry"
	}
}