##### Division Templates #####

division_template = {
	name = "Freehold Housetroops"  	

	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 = {
		engineer = { x = 0 y = 0 }  
	}
}

division_template = {
	name = "Native Troop"  		

	division_names_group = USA_GAR_01

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
	}
	support = {
		engineer = { x = 0 y = 0 }
	}
	priority = 0
}

units = {
	division = {
		location = 913
		division_template = "Freehold Housetroops"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}
	division = {
		location = 913
		division_template = "Freehold Housetroops"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}
	division = {
		location = 913
		division_template = "Freehold Housetroops"
		start_experience_factor = 0.8
		start_equipment_factor = 0.8
	}

	division = {
		location = 10909
		division_template = "Freehold Housetroops"
		start_experience_factor = 0.6
		start_equipment_factor = 0.8
	}
	division = {
		location = 10909
		division_template = "Freehold Housetroops"
		start_experience_factor = 0.5
		start_equipment_factor = 0.8
	}

	division = {
		location = 12501
		division_template = "Native Troop"
		start_experience_factor = 0.7
		start_equipment_factor = 0.3
	}
	division = {
		location = 12501
		division_template = "Native Troop"
		start_experience_factor = 0.4
		start_equipment_factor = 0.3
	}
	division = {
		location = 12501
		division_template = "Native Troop"
		start_experience_factor = 0.3
		start_equipment_factor = 0.3
	}
	division = {
		location = 9727
		division_template = "Native Troop"
		start_experience_factor = 0.1
		start_equipment_factor = 0.1
	}
	division = {
		location = 9727
		division_template = "Native Troop"
		start_experience_factor = 0.1
		start_equipment_factor = 0.1
	}
	division = {
		location = 9727
		division_template = "Native Troop"
		start_experience_factor = 0.1
		start_equipment_factor = 0.1
	}
}







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

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

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

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