﻿division_template = {
	name = "Utah Minutemen"

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

units = {
	division = {
		name = "1st Utah Minutemen"
		location = 4865
		division_template = "Utah Minutemen"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
	division = {
		name = "2nd Utah Minutemen"
		location = 4865
		division_template = "Utah Minutemen"
		start_experience_factor = 0
		start_equipment_factor = 1
	}

}