﻿division_template = {
	name = "Infantry"

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

units = {
		division = {
			name = "1st Infantry"
			location = 7251
			division_template = "Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "2nd Infantry"
			location = 12371
			division_template = "Infantry"
			start_experience_factor = 0.1
		}
}