﻿division_template = {
	name = "British Cannoneers"

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

units = {
	division = {
		name = "1st New Zealand-British Guns"
		location = 4543
		division_template = "British Cannoneers"
		start_experience_factor = 0.1
	}
}