﻿division_template = {
	name = "Infantry Regiment"

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

division_template = {
	name = "Infantry Regiment with Support"

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

division_template = {
	name = "National Guard"

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

division_template = {
	name = "Light Cavalry"

	regiments = {
		light_cavalry = { x = 0 y = 0}
	light_cavalry = { x = 0 y = 1}
	light_cavalry = { x = 0 y = 2}
	}
}

units = {
	division = {
		name = "1st National Guard"
		location = 3878
		division_template = "National Guard"
		start_experience_factor = 0.1
		start_equipment_factor = 1
	}
	division = {
		name = "2nd National Guard"
		location = 3878
		division_template = "National Guard"
		start_experience_factor = 0.1
		start_equipment_factor = 1
	}
	division = {
		name = "3rd National Guard"
		location = 3878
		division_template = "National Guard"
		start_experience_factor = 0.1
		start_equipment_factor = 1
	}
	division = {
		name = "4th National Guard"
		location = 859
		division_template = "National Guard"
		start_experience_factor = 0.1
		start_equipment_factor = 1
	}
	division = {
		name = "1st Infantry Regiment"
		location = 3878
		division_template = "Infantry Regiment"
		start_experience_factor = 0.1
		start_equipment_factor = 0.8
	}

}