﻿##### Division Templates #####
division_template = {
	name = "Infantry Battalion"
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 0 y = 2 }
		}
}

##### Starting Army #####
units = {
	division = {
		name = "1st Chattanooga Volunteers"
		location = 15922 #Chattanooga#
		division_template = "Infantry Battalion"
		start_experience_factor = 0.25
		start_equipment_factor = 1.0
	}
	division = {
		name = "2nd Chattanooga Volunteers"
		location = 15922 #Chattanooga#
		division_template = "Infantry Battalion"
		start_experience_factor = 0.25
		start_equipment_factor = 1.0
	}
}