﻿division_template = {
	name = "British Infantry"

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

units = {
		division = {
			name = "1st British Infantry"
			location = 7758
			division_template = "British Infantry"
			start_experience_factor = 0.1
		}
}