﻿division_template = {
	name = "English Infantry"

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

units = {
		division = {
			name = "1st English Infantry"
			location = 4543
			division_template = "English Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "1st NZ Regulars"
			location = 1814
			division_template = "English Infantry"
			start_experience_factor = 0.1
			start_equipment_factor = 0.5
		}
}