division_template = {
	name = "Nigerian National Guard"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 } 
		L_Inf_Bat = { x = 0 y = 2 } 
		L_Inf_Bat = { x = 0 y = 3 } 
	}
	support = { 
		L_Engi_Comp = { x = 0 y = 0 } 
		armor_Recce_Comp = { x = 0 y = 1 }
	}
	priority = 0
}

units = {
	division = {			
		name = "First National Guard Division"
		location = 2025		#Abuja
		division_template = "Nigerian National Guard"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
	division = {			
		name = "Second National Guard Division"
		location = 2050		#Lagos 
		division_template = "Nigerian National Guard"
		start_experience_factor = 0.6
		start_equipment_factor = 1.0
	}
}