division_template = {
	name = "American 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 = "American Artillery Regiment"
	priority = 1
	regiments = {
		light_infantry = { x = 0 y = 0 }
		light_infantry = { x = 0 y = 1 }
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "American Mounted Infantry Regiment"
	regiments = {
		mounted_infantry = { x = 0 y = 0 }
		mounted_infantry = { x = 0 y = 1 }
	}
}

division_template = {
	name = "American Dragoon Regiment"
	priority = 1
	regiments = {
		dragoon = { x = 0 y = 0 }
		dragoon = { x = 0 y = 1 }
	}
}

division_template = {
	name = "American Cavalry Regiment"

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

units = {
	division = {
		name = "1st Regiment of Dragoons"
		officer = {
			name = "Thomas Turner Fauntleroy"
		}
		location = 9911
		division_template = "American Dragoon Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Regiment of Dragoons"
		officer = {
			name = "William Selby Harney"
		}
		location = 12513
		division_template = "American Dragoon Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "Regiment of Mounted Riflemen"
		officer = {
			name = "William Wing Loring"
		}
		location = 12552
		division_template = "American Mounted Infantry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Regiment of Calvary"
		officer = {
			name = "Edwin Vose Sumner"
		}
		location = 4757
		division_template = "American Cavalry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Regiment of Calvary"
		officer = {
			name = "Albert Sidney Johnston"
		}
		location = 9920
		division_template = "American Cavalry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Regiment of Artillery"
		officer = {
			name = "Ichabod Bennet Crane"
		}
		location = 14394
		division_template = "American Artillery Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Regiment of Artillery"
		officer = {
			name = "Matthew Mountjoy Payne"
		}
		location = 865
		division_template = "American Artillery Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "3rd Regiment of Artillery"
		officer = {
			name = "William Gates"
		}
		location = 865
		division_template = "American Artillery Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "4th Regiment of Artillery"
		officer = {
			name = "Francis Smith Belton"
		}
		location = 14391
		division_template = "American Artillery Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "1st Regiment of Infantry"
		officer = {
			name = "Joseph C. Plympton"
		}
		location = 2042
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Regiment of Infantry"
		officer = {
			name = "Francis Lee Jr."
		}
		location = 4757
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "3rd Regiment of Infantry"
		officer = {
			name = "Benjamin Louis Eulalie de Bonneville"
		}
		location = 4975
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "4th Regiment of Infantry"
		officer = {
			name = "William Whistler"
		}
		location = 10271
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "5th Regiment of Infantry"
		officer = {
			name = "Gustavus A. Loomis"
		}
		location = 14384
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "6th Regiment of Infantry"
		officer = {
			name = "Newman S. Clarke"
		}
		location = 4757
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.12
		start_equipment_factor = 1.0
	}
	division = {
		name = "7th Regiment of Infantry"
		officer = {
			name = "Henry J. Wilson"
		}
		location = 4569
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.13
		start_equipment_factor = 1
	}
	division = {
		name = "8th Regiment of Infantry"
		officer = {
			name = "John Garland"
		}
		location = 4884
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.13
		start_equipment_factor = 1
	}
	division = {
		name = "9th Regiment of Infantry"
		officer = {
			name = "George Wright"
		}
		location = 10690
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.13
		start_equipment_factor = 1
	}
	division = {
		name = "10th Regiment of Infantry"
		officer = {
			name = "Edmund Brooke Alexander"
		}
		location = 9880
		division_template = "American Infantry Regiment"
		start_experience_factor = 0.13
		start_equipment_factor = 1
	}
}