﻿division_template = {
	name = "Arabian Infantry"

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



units = {
		division = {
			name = "1st Arabian Infantry"
			location = 7960
			division_template = "Arabian Infantry"
			start_experience_factor = 0.1
		}
}