##### Division Templates #####
division_template = {
	name = "Infantry Division"  	# Standard formation for frontline divisions

	division_names_group = USA_INF_01

	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 = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
	support = {
		artillery = { x = 0 y = 0 }  # US Hvy Field Arty consisted of 2 Bns, 155mm howitzers
		engineer = { x = 0 y = 1 }   # US Eng Rgt consisted of 2 Bns
	}
}
division_template = {
	name = "Auxilia Division"  	# Standard formation for NG divisions through late 1940

	division_names_group = USA_INF_01

	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 = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
		infantry = { x = 3 y = 0 }
		infantry = { x = 3 y = 1 }
		infantry = { x = 3 y = 2 }
	}
	support = {
		artillery = { x = 0 y = 0 }  # US Hvy Field Arty consisted of 2 Bns, 155mm howitzers
		engineer = { x = 0 y = 1 }   # US Eng Rgt consisted of 2 Bns
	}
}

units = {
	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 1453
		division_template = "Auxilia Division"
		start_experience_factor = 0.7
		start_equipment_factor = 0.9
	}

	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 2
		}
		location = 10449
		division_template = "Auxilia Division"
		start_experience_factor = 0.9
		start_equipment_factor = 0.7
	}

	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 3
		}
		location = 1646
		division_template = "Auxilia Division"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}

	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 4
		}
		location = 7464
		division_template = "Infantry Division"
		start_experience_factor = 0.5
		start_equipment_factor = 0.8
	}

	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 5
		}
		location = 1528
		division_template = "Infantry Division"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}

	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 6
		}
		location = 7552
		division_template = "Infantry Division"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}

	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 7
		}
		location = 7552
		division_template = "Infantry Division"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}

	division= {
		division_name = {
			is_name_ordered = yes
			name_order = 8
		}
		location = 7552
		division_template = "Infantry Division"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}
}



#########################
## STARTING PRODUCTION ##
#########################
instant_effect = {

	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "KIL"
		}
		requested_factories = 2
		progress = 0.1
		efficiency = 50
	}

	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "KIL"
		}
		requested_factories = 1
		progress = 0.3
		efficiency = 50
	}

	add_equipment_production = {
		equipment = {
			type = artillery_equipment_1
			creator = "KIL"
		}
		requested_factories = 1
		progress = 0.3
		efficiency = 50
	}

}
#####################
